Name | Type | Description | Notes |
---|---|---|---|
ThrottleParamsMap | Pointer to map[string]ThrottleParamValue | Map of YBC throttle parameters | [optional] |
func NewYbcThrottleParametersResponse() *YbcThrottleParametersResponse
NewYbcThrottleParametersResponse instantiates a new YbcThrottleParametersResponse 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 NewYbcThrottleParametersResponseWithDefaults() *YbcThrottleParametersResponse
NewYbcThrottleParametersResponseWithDefaults instantiates a new YbcThrottleParametersResponse 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 *YbcThrottleParametersResponse) GetThrottleParamsMap() map[string]ThrottleParamValue
GetThrottleParamsMap returns the ThrottleParamsMap field if non-nil, zero value otherwise.
func (o *YbcThrottleParametersResponse) GetThrottleParamsMapOk() (*map[string]ThrottleParamValue, bool)
GetThrottleParamsMapOk returns a tuple with the ThrottleParamsMap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *YbcThrottleParametersResponse) SetThrottleParamsMap(v map[string]ThrottleParamValue)
SetThrottleParamsMap sets ThrottleParamsMap field to given value.
func (o *YbcThrottleParametersResponse) HasThrottleParamsMap() bool
HasThrottleParamsMap returns a boolean if a field has been set.