DnssecKeyReadListMetadata
Last updated
Was this helpful?
ZoneId
Pointer to string
The ID (UUID) of the DNS zone of which record belongs to.
[optional] [readonly]
func NewDnssecKeyReadListMetadata() *DnssecKeyReadListMetadata
NewDnssecKeyReadListMetadata instantiates a new DnssecKeyReadListMetadata 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 NewDnssecKeyReadListMetadataWithDefaults() *DnssecKeyReadListMetadata
NewDnssecKeyReadListMetadataWithDefaults instantiates a new DnssecKeyReadListMetadata 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 *DnssecKeyReadListMetadata) GetZoneId() string
GetZoneId returns the ZoneId field if non-nil, zero value otherwise.
func (o *DnssecKeyReadListMetadata) GetZoneIdOk() (*string, bool)
GetZoneIdOk returns a tuple with the ZoneId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnssecKeyReadListMetadata) SetZoneId(v string)
SetZoneId sets ZoneId field to given value.
func (o *DnssecKeyReadListMetadata) HasZoneId() bool
HasZoneId returns a boolean if a field has been set.
func (o *DnssecKeyReadListMetadata) GetItems() []DnssecKey
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *DnssecKeyReadListMetadata) GetItemsOk() (*[]DnssecKey, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DnssecKeyReadListMetadata) SetItems(v []DnssecKey)
SetItems sets Items field to given value.
func (o *DnssecKeyReadListMetadata) HasItems() bool
HasItems returns a boolean if a field has been set.
Last updated
Was this helpful?
Was this helpful?