Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.1 KB

File metadata and controls

108 lines (59 loc) · 3.1 KB

ApiZScalerQuotaDTO

Properties

Name Type Description Notes
RemainingUrls Pointer to int32 [optional]
Status Pointer to string [optional]
TotalAllowedUrls Pointer to int32 [optional]

Methods

NewApiZScalerQuotaDTO

func NewApiZScalerQuotaDTO() *ApiZScalerQuotaDTO

NewApiZScalerQuotaDTO instantiates a new ApiZScalerQuotaDTO 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

NewApiZScalerQuotaDTOWithDefaults

func NewApiZScalerQuotaDTOWithDefaults() *ApiZScalerQuotaDTO

NewApiZScalerQuotaDTOWithDefaults instantiates a new ApiZScalerQuotaDTO 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

GetRemainingUrls

func (o *ApiZScalerQuotaDTO) GetRemainingUrls() int32

GetRemainingUrls returns the RemainingUrls field if non-nil, zero value otherwise.

GetRemainingUrlsOk

func (o *ApiZScalerQuotaDTO) GetRemainingUrlsOk() (*int32, bool)

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

SetRemainingUrls

func (o *ApiZScalerQuotaDTO) SetRemainingUrls(v int32)

SetRemainingUrls sets RemainingUrls field to given value.

HasRemainingUrls

func (o *ApiZScalerQuotaDTO) HasRemainingUrls() bool

HasRemainingUrls returns a boolean if a field has been set.

GetStatus

func (o *ApiZScalerQuotaDTO) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ApiZScalerQuotaDTO) GetStatusOk() (*string, bool)

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

SetStatus

func (o *ApiZScalerQuotaDTO) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiZScalerQuotaDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTotalAllowedUrls

func (o *ApiZScalerQuotaDTO) GetTotalAllowedUrls() int32

GetTotalAllowedUrls returns the TotalAllowedUrls field if non-nil, zero value otherwise.

GetTotalAllowedUrlsOk

func (o *ApiZScalerQuotaDTO) GetTotalAllowedUrlsOk() (*int32, bool)

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

SetTotalAllowedUrls

func (o *ApiZScalerQuotaDTO) SetTotalAllowedUrls(v int32)

SetTotalAllowedUrls sets TotalAllowedUrls field to given value.

HasTotalAllowedUrls

func (o *ApiZScalerQuotaDTO) HasTotalAllowedUrls() bool

HasTotalAllowedUrls returns a boolean if a field has been set.

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