Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.8 KB

File metadata and controls

56 lines (31 loc) · 1.8 KB

CdnGetPurgeStatusResponse

Properties

Name Type Description Notes
Progress Pointer to float32 The purge request's progress, ranging from 0.0 to 1.0 [optional]

Methods

NewCdnGetPurgeStatusResponse

func NewCdnGetPurgeStatusResponse() *CdnGetPurgeStatusResponse

NewCdnGetPurgeStatusResponse instantiates a new CdnGetPurgeStatusResponse 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

NewCdnGetPurgeStatusResponseWithDefaults

func NewCdnGetPurgeStatusResponseWithDefaults() *CdnGetPurgeStatusResponse

NewCdnGetPurgeStatusResponseWithDefaults instantiates a new CdnGetPurgeStatusResponse 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

GetProgress

func (o *CdnGetPurgeStatusResponse) GetProgress() float32

GetProgress returns the Progress field if non-nil, zero value otherwise.

GetProgressOk

func (o *CdnGetPurgeStatusResponse) GetProgressOk() (*float32, bool)

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

SetProgress

func (o *CdnGetPurgeStatusResponse) SetProgress(v float32)

SetProgress sets Progress field to given value.

HasProgress

func (o *CdnGetPurgeStatusResponse) HasProgress() bool

HasProgress returns a boolean if a field has been set.

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