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.
48770 48771 48772 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48770 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
48768 48769 48770 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48768 def operation @operation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48775 48776 48777 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 48775 def update!(**args) @operation = args[:operation] if args.key?(:operation) end |