Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Mutate Request for CustomerUserAccessService.MutateCustomerUserAccess.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessRequest

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessRequest.



48827
48828
48829
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48827

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#operationGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCustomerUserAccessOperation

A single operation (update, remove) on customer user access. Corresponds to the JSON property operation



48825
48826
48827
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48825

def operation
  @operation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48832
48833
48834
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48832

def update!(**args)
  @operation = args[:operation] if args.key?(:operation)
end