Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.45 KB

File metadata and controls

82 lines (45 loc) · 2.45 KB

CdnPreloadCacheByPathsRequest

Properties

Name Type Description Notes
ServiceId Pointer to string [optional]
Path Pointer to []string [optional]

Methods

NewCdnPreloadCacheByPathsRequest

func NewCdnPreloadCacheByPathsRequest() *CdnPreloadCacheByPathsRequest

NewCdnPreloadCacheByPathsRequest instantiates a new CdnPreloadCacheByPathsRequest 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

NewCdnPreloadCacheByPathsRequestWithDefaults

func NewCdnPreloadCacheByPathsRequestWithDefaults() *CdnPreloadCacheByPathsRequest

NewCdnPreloadCacheByPathsRequestWithDefaults instantiates a new CdnPreloadCacheByPathsRequest 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 *CdnPreloadCacheByPathsRequest) GetServiceId() string

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

GetServiceIdOk

func (o *CdnPreloadCacheByPathsRequest) 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 *CdnPreloadCacheByPathsRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *CdnPreloadCacheByPathsRequest) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetPath

func (o *CdnPreloadCacheByPathsRequest) GetPath() []string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *CdnPreloadCacheByPathsRequest) GetPathOk() (*[]string, bool)

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

SetPath

func (o *CdnPreloadCacheByPathsRequest) SetPath(v []string)

SetPath sets Path field to given value.

HasPath

func (o *CdnPreloadCacheByPathsRequest) HasPath() bool

HasPath returns a boolean if a field has been set.

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