Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.91 KB

File metadata and controls

108 lines (59 loc) · 2.91 KB

S3S3Cdn

Properties

Name Type Description Notes
ServiceId Pointer to string [optional]
ServiceDisplayName Pointer to string [optional]
ServiceSlug Pointer to string [optional]

Methods

NewS3S3Cdn

func NewS3S3Cdn() *S3S3Cdn

NewS3S3Cdn instantiates a new S3S3Cdn 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

NewS3S3CdnWithDefaults

func NewS3S3CdnWithDefaults() *S3S3Cdn

NewS3S3CdnWithDefaults instantiates a new S3S3Cdn 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

GetServiceId

func (o *S3S3Cdn) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *S3S3Cdn) GetServiceIdOk() (*string, bool)

GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceId

func (o *S3S3Cdn) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *S3S3Cdn) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetServiceDisplayName

func (o *S3S3Cdn) GetServiceDisplayName() string

GetServiceDisplayName returns the ServiceDisplayName field if non-nil, zero value otherwise.

GetServiceDisplayNameOk

func (o *S3S3Cdn) GetServiceDisplayNameOk() (*string, bool)

GetServiceDisplayNameOk returns a tuple with the ServiceDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceDisplayName

func (o *S3S3Cdn) SetServiceDisplayName(v string)

SetServiceDisplayName sets ServiceDisplayName field to given value.

HasServiceDisplayName

func (o *S3S3Cdn) HasServiceDisplayName() bool

HasServiceDisplayName returns a boolean if a field has been set.

GetServiceSlug

func (o *S3S3Cdn) GetServiceSlug() string

GetServiceSlug returns the ServiceSlug field if non-nil, zero value otherwise.

GetServiceSlugOk

func (o *S3S3Cdn) GetServiceSlugOk() (*string, bool)

GetServiceSlugOk returns a tuple with the ServiceSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceSlug

func (o *S3S3Cdn) SetServiceSlug(v string)

SetServiceSlug sets ServiceSlug field to given value.

HasServiceSlug

func (o *S3S3Cdn) HasServiceSlug() bool

HasServiceSlug returns a boolean if a field has been set.

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