Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.2 KB

File metadata and controls

212 lines (115 loc) · 6.2 KB

CdnSourceDomain

Properties

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]

Methods

NewCdnSourceDomain

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

NewCdnSourceDomainWithDefaults

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

GetCdnServiceId

func (o *CdnSourceDomain) GetCdnServiceId() string

GetCdnServiceId returns the CdnServiceId field if non-nil, zero value otherwise.

GetCdnServiceIdOk

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.

SetCdnServiceId

func (o *CdnSourceDomain) SetCdnServiceId(v string)

SetCdnServiceId sets CdnServiceId field to given value.

HasCdnServiceId

func (o *CdnSourceDomain) HasCdnServiceId() bool

HasCdnServiceId returns a boolean if a field has been set.

GetSourceServiceId

func (o *CdnSourceDomain) GetSourceServiceId() string

GetSourceServiceId returns the SourceServiceId field if non-nil, zero value otherwise.

GetSourceServiceIdOk

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.

SetSourceServiceId

func (o *CdnSourceDomain) SetSourceServiceId(v string)

SetSourceServiceId sets SourceServiceId field to given value.

HasSourceServiceId

func (o *CdnSourceDomain) HasSourceServiceId() bool

HasSourceServiceId returns a boolean if a field has been set.

GetSourceServiceType

func (o *CdnSourceDomain) GetSourceServiceType() string

GetSourceServiceType returns the SourceServiceType field if non-nil, zero value otherwise.

GetSourceServiceTypeOk

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.

SetSourceServiceType

func (o *CdnSourceDomain) SetSourceServiceType(v string)

SetSourceServiceType sets SourceServiceType field to given value.

HasSourceServiceType

func (o *CdnSourceDomain) HasSourceServiceType() bool

HasSourceServiceType returns a boolean if a field has been set.

GetDomain

func (o *CdnSourceDomain) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

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.

SetDomain

func (o *CdnSourceDomain) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *CdnSourceDomain) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetSourceServiceDisplayName

func (o *CdnSourceDomain) GetSourceServiceDisplayName() string

GetSourceServiceDisplayName returns the SourceServiceDisplayName field if non-nil, zero value otherwise.

GetSourceServiceDisplayNameOk

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.

SetSourceServiceDisplayName

func (o *CdnSourceDomain) SetSourceServiceDisplayName(v string)

SetSourceServiceDisplayName sets SourceServiceDisplayName field to given value.

HasSourceServiceDisplayName

func (o *CdnSourceDomain) HasSourceServiceDisplayName() bool

HasSourceServiceDisplayName returns a boolean if a field has been set.

GetSourceServiceSlug

func (o *CdnSourceDomain) GetSourceServiceSlug() string

GetSourceServiceSlug returns the SourceServiceSlug field if non-nil, zero value otherwise.

GetSourceServiceSlugOk

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.

SetSourceServiceSlug

func (o *CdnSourceDomain) SetSourceServiceSlug(v string)

SetSourceServiceSlug sets SourceServiceSlug field to given value.

HasSourceServiceSlug

func (o *CdnSourceDomain) HasSourceServiceSlug() bool

HasSourceServiceSlug returns a boolean if a field has been set.

GetSourceProtocol

func (o *CdnSourceDomain) GetSourceProtocol() string

GetSourceProtocol returns the SourceProtocol field if non-nil, zero value otherwise.

GetSourceProtocolOk

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.

SetSourceProtocol

func (o *CdnSourceDomain) SetSourceProtocol(v string)

SetSourceProtocol sets SourceProtocol field to given value.

HasSourceProtocol

func (o *CdnSourceDomain) HasSourceProtocol() bool

HasSourceProtocol returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]