Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateBusinessInfoRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateBusinessInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb
Overview
Request message for the UpdateBusinessInfo
method.
Instance Attribute Summary collapse
-
#business_info ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#business_info ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo
Returns Required. The new version of the business info.
69 70 71 72 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 69 class UpdateBusinessInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
69 70 71 72 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 69 class UpdateBusinessInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |