Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse

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 access invitation mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse.



49557
49558
49559
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49557

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResult

The result for the access invitation mutate. Corresponds to the JSON property result



49555
49556
49557
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49555

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



49562
49563
49564
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49562

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