| Name | Type | Description | Notes |
|---|---|---|---|
| Domain | Pointer to string | [optional] | |
| IsTechnical | Pointer to bool | [optional] | |
| Status | Pointer to string | [optional] |
func NewCdnResourceDomain() *CdnResourceDomain
NewCdnResourceDomain instantiates a new CdnResourceDomain 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 NewCdnResourceDomainWithDefaults() *CdnResourceDomain
NewCdnResourceDomainWithDefaults instantiates a new CdnResourceDomain 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 *CdnResourceDomain) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *CdnResourceDomain) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnResourceDomain) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *CdnResourceDomain) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *CdnResourceDomain) GetIsTechnical() bool
GetIsTechnical returns the IsTechnical field if non-nil, zero value otherwise.
func (o *CdnResourceDomain) GetIsTechnicalOk() (*bool, bool)
GetIsTechnicalOk returns a tuple with the IsTechnical field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnResourceDomain) SetIsTechnical(v bool)
SetIsTechnical sets IsTechnical field to given value.
func (o *CdnResourceDomain) HasIsTechnical() bool
HasIsTechnical returns a boolean if a field has been set.
func (o *CdnResourceDomain) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CdnResourceDomain) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnResourceDomain) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CdnResourceDomain) HasStatus() bool
HasStatus returns a boolean if a field has been set.