Name | Type | Description | Notes |
---|---|---|---|
RequestParams | Pointer to interface{} | The request parameters | [optional] |
func NewUpdateResourceInstanceRequest2() *UpdateResourceInstanceRequest2
NewUpdateResourceInstanceRequest2 instantiates a new UpdateResourceInstanceRequest2 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 NewUpdateResourceInstanceRequest2WithDefaults() *UpdateResourceInstanceRequest2
NewUpdateResourceInstanceRequest2WithDefaults instantiates a new UpdateResourceInstanceRequest2 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 *UpdateResourceInstanceRequest2) GetRequestParams() interface{}
GetRequestParams returns the RequestParams field if non-nil, zero value otherwise.
func (o *UpdateResourceInstanceRequest2) GetRequestParamsOk() (*interface{}, bool)
GetRequestParamsOk returns a tuple with the RequestParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateResourceInstanceRequest2) SetRequestParams(v interface{})
SetRequestParams sets RequestParams field to given value.
func (o *UpdateResourceInstanceRequest2) HasRequestParams() bool
HasRequestParams returns a boolean if a field has been set.
func (o *UpdateResourceInstanceRequest2) SetRequestParamsNil(b bool)
SetRequestParamsNil sets the value for RequestParams to be an explicit nil
func (o *UpdateResourceInstanceRequest2) UnsetRequestParams()
UnsetRequestParams ensures that no value is present for RequestParams, not even an explicit nil