| Name | Type | Description | Notes |
|---|---|---|---|
| RemainingUrls | Pointer to int32 | [optional] | |
| Status | Pointer to string | [optional] | |
| TotalAllowedUrls | Pointer to int32 | [optional] |
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
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
func (o *ApiZScalerQuotaDTO) GetRemainingUrls() int32
GetRemainingUrls returns the RemainingUrls field if non-nil, zero value otherwise.
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.
func (o *ApiZScalerQuotaDTO) SetRemainingUrls(v int32)
SetRemainingUrls sets RemainingUrls field to given value.
func (o *ApiZScalerQuotaDTO) HasRemainingUrls() bool
HasRemainingUrls returns a boolean if a field has been set.
func (o *ApiZScalerQuotaDTO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *ApiZScalerQuotaDTO) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiZScalerQuotaDTO) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ApiZScalerQuotaDTO) GetTotalAllowedUrls() int32
GetTotalAllowedUrls returns the TotalAllowedUrls field if non-nil, zero value otherwise.
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.
func (o *ApiZScalerQuotaDTO) SetTotalAllowedUrls(v int32)
SetTotalAllowedUrls sets TotalAllowedUrls field to given value.
func (o *ApiZScalerQuotaDTO) HasTotalAllowedUrls() bool
HasTotalAllowedUrls returns a boolean if a field has been set.