Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.33 KB

DFIQApproachNotes.md

File metadata and controls

82 lines (45 loc) · 2.33 KB

DFIQApproachNotes

Properties

Name Type Description Notes
Covered Pointer to []string [optional] [default to []]
NotCovered Pointer to []string [optional] [default to []]

Methods

NewDFIQApproachNotes

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

NewDFIQApproachNotesWithDefaults

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

GetCovered

func (o *DFIQApproachNotes) GetCovered() []string

GetCovered returns the Covered field if non-nil, zero value otherwise.

GetCoveredOk

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.

SetCovered

func (o *DFIQApproachNotes) SetCovered(v []string)

SetCovered sets Covered field to given value.

HasCovered

func (o *DFIQApproachNotes) HasCovered() bool

HasCovered returns a boolean if a field has been set.

GetNotCovered

func (o *DFIQApproachNotes) GetNotCovered() []string

GetNotCovered returns the NotCovered field if non-nil, zero value otherwise.

GetNotCoveredOk

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.

SetNotCovered

func (o *DFIQApproachNotes) SetNotCovered(v []string)

SetNotCovered sets NotCovered field to given value.

HasNotCovered

func (o *DFIQApproachNotes) HasNotCovered() bool

HasNotCovered returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]