Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateAccountRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateAccountRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb
Overview
Request message for the UpdateAccount
method.
Instance Attribute Summary collapse
-
#account ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Account
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#account ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Account
Returns Required. The new version of the account.
151 152 153 154 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 151 class UpdateAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
151 152 153 154 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 151 class UpdateAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |