Class: Google::Shopping::Merchant::Accounts::V1beta::GetBusinessInfoRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetBusinessInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb
Overview
Request message for the GetBusinessInfo
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the business info.
Format: accounts/{account}/businessInfo
.
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 57 class GetBusinessInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |