Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.21 KB

UpdateResourceRecordSetLdOpts.md

File metadata and controls

72 lines (39 loc) · 2.21 KB

UpdateResourceRecordSetLdOpts

Properties

Name Type Description Notes
GeoContent GeoContent
Ttl Ttl

Methods

NewUpdateResourceRecordSetLdOpts

func NewUpdateResourceRecordSetLdOpts(geoContent GeoContent, ttl Ttl, ) *UpdateResourceRecordSetLdOpts

NewUpdateResourceRecordSetLdOpts instantiates a new UpdateResourceRecordSetLdOpts 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

NewUpdateResourceRecordSetLdOptsWithDefaults

func NewUpdateResourceRecordSetLdOptsWithDefaults() *UpdateResourceRecordSetLdOpts

NewUpdateResourceRecordSetLdOptsWithDefaults instantiates a new UpdateResourceRecordSetLdOpts 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

GetGeoContent

func (o *UpdateResourceRecordSetLdOpts) GetGeoContent() GeoContent

GetGeoContent returns the GeoContent field if non-nil, zero value otherwise.

GetGeoContentOk

func (o *UpdateResourceRecordSetLdOpts) GetGeoContentOk() (*GeoContent, bool)

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

SetGeoContent

func (o *UpdateResourceRecordSetLdOpts) SetGeoContent(v GeoContent)

SetGeoContent sets GeoContent field to given value.

GetTtl

func (o *UpdateResourceRecordSetLdOpts) GetTtl() Ttl

GetTtl returns the Ttl field if non-nil, zero value otherwise.

GetTtlOk

func (o *UpdateResourceRecordSetLdOpts) GetTtlOk() (*Ttl, bool)

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

SetTtl

func (o *UpdateResourceRecordSetLdOpts) SetTtl(v Ttl)

SetTtl sets Ttl field to given value.

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