ZoneRead
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewZoneRead(id string, type_ string, href string, metadata MetadataWithStateNameservers, properties Zone, ) *ZoneRead
NewZoneRead instantiates a new ZoneRead 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 NewZoneReadWithDefaults() *ZoneRead
NewZoneReadWithDefaults instantiates a new ZoneRead 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 *ZoneRead) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ZoneRead) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZoneRead) SetId(v string)
SetId sets Id field to given value.
func (o *ZoneRead) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ZoneRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZoneRead) SetType(v string)
SetType sets Type field to given value.
func (o *ZoneRead) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *ZoneRead) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZoneRead) SetHref(v string)
SetHref sets Href field to given value.
func (o *ZoneRead) GetMetadata() MetadataWithStateNameservers
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ZoneRead) GetMetadataOk() (*MetadataWithStateNameservers, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZoneRead) SetMetadata(v MetadataWithStateNameservers)
SetMetadata sets Metadata field to given value.
func (o *ZoneRead) GetProperties() Zone
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ZoneRead) GetPropertiesOk() (*Zone, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ZoneRead) SetProperties(v Zone)
SetProperties sets Properties field to given value.
Id
string
The zone ID (UUID).
Type
string
Href
string
[readonly]
Metadata
Properties