Name | Type | Description | Notes |
---|---|---|---|
Covered | Pointer to []string | [optional] [default to []] | |
NotCovered | Pointer to []string | [optional] [default to []] |
func NewDFIQApproachNotes() *DFIQApproachNotes
NewDFIQApproachNotes instantiates a new DFIQApproachNotes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDFIQApproachNotesWithDefaults() *DFIQApproachNotes
NewDFIQApproachNotesWithDefaults instantiates a new DFIQApproachNotes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DFIQApproachNotes) GetCovered() []string
GetCovered returns the Covered field if non-nil, zero value otherwise.
func (o *DFIQApproachNotes) GetCoveredOk() (*[]string, bool)
GetCoveredOk returns a tuple with the Covered field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachNotes) SetCovered(v []string)
SetCovered sets Covered field to given value.
func (o *DFIQApproachNotes) HasCovered() bool
HasCovered returns a boolean if a field has been set.
func (o *DFIQApproachNotes) GetNotCovered() []string
GetNotCovered returns the NotCovered field if non-nil, zero value otherwise.
func (o *DFIQApproachNotes) GetNotCoveredOk() (*[]string, bool)
GetNotCoveredOk returns a tuple with the NotCovered field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DFIQApproachNotes) SetNotCovered(v []string)
SetNotCovered sets NotCovered field to given value.
func (o *DFIQApproachNotes) HasNotCovered() bool
HasNotCovered returns a boolean if a field has been set.