Class: Google::Shopping::Merchant::Accounts::V1::UpdateBusinessInfoRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateBusinessInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb
Overview
Request message for the UpdateBusinessInfo method.
Instance Attribute Summary collapse
-
#business_info ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessInfo
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#business_info ⇒ ::Google::Shopping::Merchant::Accounts::V1::BusinessInfo
Returns Required. The new version of the business info.
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 83 class UpdateBusinessInfoRequest 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):
addresscustomer_servicekorean_business_registration_number.
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 83 class UpdateBusinessInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |