| Name | Type | Description | Notes |
|---|---|---|---|
| Progress | Pointer to float32 | The purge request's progress, ranging from 0.0 to 1.0 | [optional] |
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
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
func (o *CdnGetPurgeStatusResponse) GetProgress() float32
GetProgress returns the Progress field if non-nil, zero value otherwise.
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.
func (o *CdnGetPurgeStatusResponse) SetProgress(v float32)
SetProgress sets Progress field to given value.
func (o *CdnGetPurgeStatusResponse) HasProgress() bool
HasProgress returns a boolean if a field has been set.