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.



49595
49596
49597
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49595

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



49593
49594
49595
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49593

def operation
  @operation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49600
49601
49602
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49600

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