Class: Google::Shopping::Merchant::Accounts::V1::UpdateAccountRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateAccountRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accounts.rb
Overview
Request message for the UpdateAccount method.
Instance Attribute Summary collapse
-
#account ⇒ ::Google::Shopping::Merchant::Accounts::V1::Account
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#account ⇒ ::Google::Shopping::Merchant::Accounts::V1::Account
Returns Required. The new version of the account.
169 170 171 172 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 169 class UpdateAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
account_nameadult_contentlanguage_codetime_zone.
169 170 171 172 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 169 class UpdateAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |