Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the resource record set | |
Type | LdResourceRecordSetType | ||
GeoContent | GeoContent | ||
Ttl | Ttl | ||
Editable | bool | May the set be edited | |
Links | LdLinks |
func NewLdResourceRecordSetDetails(name string, type_ LdResourceRecordSetType, geoContent GeoContent, ttl Ttl, editable bool, links LdLinks, ) *LdResourceRecordSetDetails
NewLdResourceRecordSetDetails instantiates a new LdResourceRecordSetDetails 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 NewLdResourceRecordSetDetailsWithDefaults() *LdResourceRecordSetDetails
NewLdResourceRecordSetDetailsWithDefaults instantiates a new LdResourceRecordSetDetails 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 *LdResourceRecordSetDetails) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdResourceRecordSetDetails) SetName(v string)
SetName sets Name field to given value.
func (o *LdResourceRecordSetDetails) GetType() LdResourceRecordSetType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) GetTypeOk() (*LdResourceRecordSetType, 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 *LdResourceRecordSetDetails) SetType(v LdResourceRecordSetType)
SetType sets Type field to given value.
func (o *LdResourceRecordSetDetails) GetGeoContent() GeoContent
GetGeoContent returns the GeoContent field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) 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.
func (o *LdResourceRecordSetDetails) SetGeoContent(v GeoContent)
SetGeoContent sets GeoContent field to given value.
func (o *LdResourceRecordSetDetails) GetTtl() Ttl
GetTtl returns the Ttl field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) 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.
func (o *LdResourceRecordSetDetails) SetTtl(v Ttl)
SetTtl sets Ttl field to given value.
func (o *LdResourceRecordSetDetails) GetEditable() bool
GetEditable returns the Editable field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) GetEditableOk() (*bool, bool)
GetEditableOk returns a tuple with the Editable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdResourceRecordSetDetails) SetEditable(v bool)
SetEditable sets Editable field to given value.
func (o *LdResourceRecordSetDetails) GetLinks() LdLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *LdResourceRecordSetDetails) GetLinksOk() (*LdLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LdResourceRecordSetDetails) SetLinks(v LdLinks)
SetLinks sets Links field to given value.