Skip to content

Latest commit

 

History

History
executable file
·
108 lines (59 loc) · 3.09 KB

DnsZoneEditSuccess.md

File metadata and controls

executable file
·
108 lines (59 loc) · 3.09 KB

DnsZoneEditSuccess

Properties

Name Type Description Notes
Success Pointer to bool state true/false indicate if action succeed [optional]
Messages Pointer to []ApiMessageEntry List or notice/warning/error messages [optional]
Data Pointer to []DnsZoneEditSuccessData [optional]

Methods

NewDnsZoneEditSuccess

func NewDnsZoneEditSuccess() *DnsZoneEditSuccess

NewDnsZoneEditSuccess instantiates a new DnsZoneEditSuccess 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

NewDnsZoneEditSuccessWithDefaults

func NewDnsZoneEditSuccessWithDefaults() *DnsZoneEditSuccess

NewDnsZoneEditSuccessWithDefaults instantiates a new DnsZoneEditSuccess 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

GetSuccess

func (o *DnsZoneEditSuccess) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

func (o *DnsZoneEditSuccess) GetSuccessOk() (*bool, bool)

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

SetSuccess

func (o *DnsZoneEditSuccess) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *DnsZoneEditSuccess) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetMessages

func (o *DnsZoneEditSuccess) GetMessages() []ApiMessageEntry

GetMessages returns the Messages field if non-nil, zero value otherwise.

GetMessagesOk

func (o *DnsZoneEditSuccess) GetMessagesOk() (*[]ApiMessageEntry, bool)

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

SetMessages

func (o *DnsZoneEditSuccess) SetMessages(v []ApiMessageEntry)

SetMessages sets Messages field to given value.

HasMessages

func (o *DnsZoneEditSuccess) HasMessages() bool

HasMessages returns a boolean if a field has been set.

GetData

func (o *DnsZoneEditSuccess) GetData() []DnsZoneEditSuccessData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *DnsZoneEditSuccess) GetDataOk() (*[]DnsZoneEditSuccessData, bool)

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

SetData

func (o *DnsZoneEditSuccess) SetData(v []DnsZoneEditSuccessData)

SetData sets Data field to given value.

HasData

func (o *DnsZoneEditSuccess) HasData() bool

HasData returns a boolean if a field has been set.

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