| Name | Type | Description | Notes |
|---|---|---|---|
| CdnServiceId | Pointer to string | [optional] | |
| SourceServiceId | Pointer to string | [optional] | |
| SourceServiceType | Pointer to string | [optional] | |
| Domain | Pointer to string | [optional] | |
| SourceServiceDisplayName | Pointer to string | [optional] | |
| SourceServiceSlug | Pointer to string | [optional] | |
| SourceProtocol | Pointer to string | [optional] |
func NewCdnSourceDomain() *CdnSourceDomain
NewCdnSourceDomain instantiates a new CdnSourceDomain 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 NewCdnSourceDomainWithDefaults() *CdnSourceDomain
NewCdnSourceDomainWithDefaults instantiates a new CdnSourceDomain 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 *CdnSourceDomain) GetCdnServiceId() string
GetCdnServiceId returns the CdnServiceId field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetCdnServiceIdOk() (*string, bool)
GetCdnServiceIdOk returns a tuple with the CdnServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetCdnServiceId(v string)
SetCdnServiceId sets CdnServiceId field to given value.
func (o *CdnSourceDomain) HasCdnServiceId() bool
HasCdnServiceId returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetSourceServiceId() string
GetSourceServiceId returns the SourceServiceId field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetSourceServiceIdOk() (*string, bool)
GetSourceServiceIdOk returns a tuple with the SourceServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetSourceServiceId(v string)
SetSourceServiceId sets SourceServiceId field to given value.
func (o *CdnSourceDomain) HasSourceServiceId() bool
HasSourceServiceId returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetSourceServiceType() string
GetSourceServiceType returns the SourceServiceType field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetSourceServiceTypeOk() (*string, bool)
GetSourceServiceTypeOk returns a tuple with the SourceServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetSourceServiceType(v string)
SetSourceServiceType sets SourceServiceType field to given value.
func (o *CdnSourceDomain) HasSourceServiceType() bool
HasSourceServiceType returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) 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 *CdnSourceDomain) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *CdnSourceDomain) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetSourceServiceDisplayName() string
GetSourceServiceDisplayName returns the SourceServiceDisplayName field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetSourceServiceDisplayNameOk() (*string, bool)
GetSourceServiceDisplayNameOk returns a tuple with the SourceServiceDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetSourceServiceDisplayName(v string)
SetSourceServiceDisplayName sets SourceServiceDisplayName field to given value.
func (o *CdnSourceDomain) HasSourceServiceDisplayName() bool
HasSourceServiceDisplayName returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetSourceServiceSlug() string
GetSourceServiceSlug returns the SourceServiceSlug field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetSourceServiceSlugOk() (*string, bool)
GetSourceServiceSlugOk returns a tuple with the SourceServiceSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetSourceServiceSlug(v string)
SetSourceServiceSlug sets SourceServiceSlug field to given value.
func (o *CdnSourceDomain) HasSourceServiceSlug() bool
HasSourceServiceSlug returns a boolean if a field has been set.
func (o *CdnSourceDomain) GetSourceProtocol() string
GetSourceProtocol returns the SourceProtocol field if non-nil, zero value otherwise.
func (o *CdnSourceDomain) GetSourceProtocolOk() (*string, bool)
GetSourceProtocolOk returns a tuple with the SourceProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnSourceDomain) SetSourceProtocol(v string)
SetSourceProtocol sets SourceProtocol field to given value.
func (o *CdnSourceDomain) HasSourceProtocol() bool
HasSourceProtocol returns a boolean if a field has been set.