Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessResponse

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

Response message for customer user access mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessResponse.



48846
48847
48848
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48846

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessResult

The result for the customer user access mutate. Corresponds to the JSON property result



48844
48845
48846
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48844

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48851
48852
48853
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48851

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