Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to time.Time | [optional] | |
Guid | Pointer to string | [optional] | |
Internal | Pointer to bool | [optional] | |
Links | Pointer to DomainLinks | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Relationships | Pointer to DomainRelationships | [optional] | |
RouterGroup | Pointer to V3DropletsPostRequestRelationshipsAppData | [optional] | |
SupportedProtocols | Pointer to []string | [optional] | |
UpdatedAt | Pointer to time.Time | [optional] |
func NewDomain() *Domain
NewDomain instantiates a new Domain 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 NewDomainWithDefaults() *Domain
NewDomainWithDefaults instantiates a new Domain 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 *Domain) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Domain) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Domain) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Domain) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *Domain) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *Domain) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *Domain) GetInternal() bool
GetInternal returns the Internal field if non-nil, zero value otherwise.
func (o *Domain) GetInternalOk() (*bool, bool)
GetInternalOk returns a tuple with the Internal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetInternal(v bool)
SetInternal sets Internal field to given value.
func (o *Domain) HasInternal() bool
HasInternal returns a boolean if a field has been set.
func (o *Domain) GetLinks() DomainLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Domain) GetLinksOk() (*DomainLinks, 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 *Domain) SetLinks(v DomainLinks)
SetLinks sets Links field to given value.
func (o *Domain) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *Domain) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *Domain) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, 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 *Domain) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *Domain) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *Domain) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Domain) 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 *Domain) SetName(v string)
SetName sets Name field to given value.
func (o *Domain) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Domain) GetRelationships() DomainRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *Domain) GetRelationshipsOk() (*DomainRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetRelationships(v DomainRelationships)
SetRelationships sets Relationships field to given value.
func (o *Domain) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *Domain) GetRouterGroup() V3DropletsPostRequestRelationshipsAppData
GetRouterGroup returns the RouterGroup field if non-nil, zero value otherwise.
func (o *Domain) GetRouterGroupOk() (*V3DropletsPostRequestRelationshipsAppData, bool)
GetRouterGroupOk returns a tuple with the RouterGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetRouterGroup(v V3DropletsPostRequestRelationshipsAppData)
SetRouterGroup sets RouterGroup field to given value.
func (o *Domain) HasRouterGroup() bool
HasRouterGroup returns a boolean if a field has been set.
func (o *Domain) GetSupportedProtocols() []string
GetSupportedProtocols returns the SupportedProtocols field if non-nil, zero value otherwise.
func (o *Domain) GetSupportedProtocolsOk() (*[]string, bool)
GetSupportedProtocolsOk returns a tuple with the SupportedProtocols field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetSupportedProtocols(v []string)
SetSupportedProtocols sets SupportedProtocols field to given value.
func (o *Domain) HasSupportedProtocols() bool
HasSupportedProtocols returns a boolean if a field has been set.
func (o *Domain) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Domain) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Domain) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.