Name | Type | Description | Notes |
---|---|---|---|
Resources | Pointer to map[string]RateCheck | Rate limit values per resource | [optional] [readonly] |
func NewResourcesRateCheck() *ResourcesRateCheck
NewResourcesRateCheck instantiates a new ResourcesRateCheck 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 NewResourcesRateCheckWithDefaults() *ResourcesRateCheck
NewResourcesRateCheckWithDefaults instantiates a new ResourcesRateCheck 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 *ResourcesRateCheck) GetResources() map[string]RateCheck
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ResourcesRateCheck) GetResourcesOk() (*map[string]RateCheck, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourcesRateCheck) SetResources(v map[string]RateCheck)
SetResources sets Resources field to given value.
func (o *ResourcesRateCheck) HasResources() bool
HasResources returns a boolean if a field has been set.