Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.08 KB

YbcThrottleParametersResponse.md

File metadata and controls

56 lines (31 loc) · 2.08 KB

YbcThrottleParametersResponse

Properties

Name Type Description Notes
ThrottleParamsMap Pointer to map[string]ThrottleParamValue Map of YBC throttle parameters [optional]

Methods

NewYbcThrottleParametersResponse

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

NewYbcThrottleParametersResponseWithDefaults

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

GetThrottleParamsMap

func (o *YbcThrottleParametersResponse) GetThrottleParamsMap() map[string]ThrottleParamValue

GetThrottleParamsMap returns the ThrottleParamsMap field if non-nil, zero value otherwise.

GetThrottleParamsMapOk

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.

SetThrottleParamsMap

func (o *YbcThrottleParametersResponse) SetThrottleParamsMap(v map[string]ThrottleParamValue)

SetThrottleParamsMap sets ThrottleParamsMap field to given value.

HasThrottleParamsMap

func (o *YbcThrottleParametersResponse) HasThrottleParamsMap() bool

HasThrottleParamsMap returns a boolean if a field has been set.

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