Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse
- 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
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResult
The result for the access invitation mutate.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResponse.
49485 49486 49487 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49485 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationResult
The result for the access invitation mutate.
Corresponds to the JSON property result
49483 49484 49485 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49483 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49490 49491 49492 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49490 def update!(**args) @result = args[:result] if args.key?(:result) end |