Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest
- 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
Request message for CustomerUserAccessInvitationService. MutateCustomerUserAccessInvitation
Instance Attribute Summary collapse
-
#operation ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCustomerUserAccessInvitationOperation
A single operation (create or remove) on customer user access invitation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCustomerUserAccessInvitationRequest.
49466 49467 49468 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49466 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesCustomerUserAccessInvitationOperation
A single operation (create or remove) on customer user access invitation.
Corresponds to the JSON property operation
49464 49465 49466 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49464 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49471 49472 49473 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 49471 def update!(**args) @operation = args[:operation] if args.key?(:operation) end |