Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.92 KB

File metadata and controls

56 lines (31 loc) · 1.92 KB

DataInnerDnsZoneparamAddSuccess

Properties

Name Type Description Notes
ZoneparamId Pointer to string The database identifier (ID) of the object you added. [optional]

Methods

NewDataInnerDnsZoneparamAddSuccess

func NewDataInnerDnsZoneparamAddSuccess() *DataInnerDnsZoneparamAddSuccess

NewDataInnerDnsZoneparamAddSuccess instantiates a new DataInnerDnsZoneparamAddSuccess 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

NewDataInnerDnsZoneparamAddSuccessWithDefaults

func NewDataInnerDnsZoneparamAddSuccessWithDefaults() *DataInnerDnsZoneparamAddSuccess

NewDataInnerDnsZoneparamAddSuccessWithDefaults instantiates a new DataInnerDnsZoneparamAddSuccess 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

GetZoneparamId

func (o *DataInnerDnsZoneparamAddSuccess) GetZoneparamId() string

GetZoneparamId returns the ZoneparamId field if non-nil, zero value otherwise.

GetZoneparamIdOk

func (o *DataInnerDnsZoneparamAddSuccess) GetZoneparamIdOk() (*string, bool)

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

SetZoneparamId

func (o *DataInnerDnsZoneparamAddSuccess) SetZoneparamId(v string)

SetZoneparamId sets ZoneparamId field to given value.

HasZoneparamId

func (o *DataInnerDnsZoneparamAddSuccess) HasZoneparamId() bool

HasZoneparamId returns a boolean if a field has been set.

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