Skip to content

Latest commit

 

History

History
executable file
·
61 lines (34 loc) · 1.89 KB

DnsAPIRecordsGetOutput.md

File metadata and controls

executable file
·
61 lines (34 loc) · 1.89 KB

DnsAPIRecordsGetOutput

Properties

Name Type Description Notes
Records []DnsAPIRecord

Methods

NewDnsAPIRecordsGetOutput

func NewDnsAPIRecordsGetOutput(records []DnsAPIRecord, ) *DnsAPIRecordsGetOutput

NewDnsAPIRecordsGetOutput instantiates a new DnsAPIRecordsGetOutput 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

NewDnsAPIRecordsGetOutputWithDefaults

func NewDnsAPIRecordsGetOutputWithDefaults() *DnsAPIRecordsGetOutput

NewDnsAPIRecordsGetOutputWithDefaults instantiates a new DnsAPIRecordsGetOutput 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

GetRecords

func (o *DnsAPIRecordsGetOutput) GetRecords() []DnsAPIRecord

GetRecords returns the Records field if non-nil, zero value otherwise.

GetRecordsOk

func (o *DnsAPIRecordsGetOutput) GetRecordsOk() (*[]DnsAPIRecord, bool)

GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecords

func (o *DnsAPIRecordsGetOutput) SetRecords(v []DnsAPIRecord)

SetRecords sets Records field to given value.

SetRecordsNil

func (o *DnsAPIRecordsGetOutput) SetRecordsNil(b bool)

SetRecordsNil sets the value for Records to be an explicit nil

UnsetRecords

func (o *DnsAPIRecordsGetOutput) UnsetRecords()

UnsetRecords ensures that no value is present for Records, not even an explicit nil

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