Accessprofilemetadatabulkupdatebyqueryrequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Query | map[string]interface{} | The search query selecting the access profiles to update. | |
| Operation | string | The operation to be performed | |
| ReplaceScope | string | The choice of update scope. ATTRIBUTE replaces only the values of the attributes named in values, and ALL replaces every metadata attribute on the access profile. | |
| Values | []AccessprofilemetadatabulkupdatebyidrequestValuesInner | The metadata to be updated, including attribute key and value. |
Methods
NewAccessprofilemetadatabulkupdatebyqueryrequest
func NewAccessprofilemetadatabulkupdatebyqueryrequest(query map[string]interface{}, operation string, replaceScope string, values []AccessprofilemetadatabulkupdatebyidrequestValuesInner, ) *Accessprofilemetadatabulkupdatebyqueryrequest
NewAccessprofilemetadatabulkupdatebyqueryrequest instantiates a new Accessprofilemetadatabulkupdatebyqueryrequest 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
NewAccessprofilemetadatabulkupdatebyqueryrequestWithDefaults
func NewAccessprofilemetadatabulkupdatebyqueryrequestWithDefaults() *Accessprofilemetadatabulkupdatebyqueryrequest
NewAccessprofilemetadatabulkupdatebyqueryrequestWithDefaults instantiates a new Accessprofilemetadatabulkupdatebyqueryrequest 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
GetQuery
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetQuery() map[string]interface{}
GetQuery returns the Query field if non-nil, zero value otherwise.
GetQueryOk
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetQueryOk() (*map[string]interface{}, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetQuery
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) SetQuery(v map[string]interface{})
SetQuery sets Query field to given value.
GetOperation
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
GetOperationOk
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOperation
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) SetOperation(v string)
SetOperation sets Operation field to given value.
GetReplaceScope
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetReplaceScope() string
GetReplaceScope returns the ReplaceScope field if non-nil, zero value otherwise.
GetReplaceScopeOk
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetReplaceScopeOk() (*string, bool)
GetReplaceScopeOk returns a tuple with the ReplaceScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReplaceScope
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) SetReplaceScope(v string)
SetReplaceScope sets ReplaceScope field to given value.
GetValues
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetValues() []AccessprofilemetadatabulkupdatebyidrequestValuesInner
GetValues returns the Values field if non-nil, zero value otherwise.
GetValuesOk
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) GetValuesOk() (*[]AccessprofilemetadatabulkupdatebyidrequestValuesInner, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValues
func (o *Accessprofilemetadatabulkupdatebyqueryrequest) SetValues(v []AccessprofilemetadatabulkupdatebyidrequestValuesInner)
SetValues sets Values field to given value.