Class: Google::Shopping::Merchant::Accounts::V1beta::GetBusinessIdentityRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetBusinessIdentityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/businessidentity.rb
Overview
Request message for the GetBusinessIdentity
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the business identity.
Format: accounts/{account}/businessIdentity
.
109 110 111 112 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessidentity.rb', line 109 class GetBusinessIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |