Class: Google::Shopping::Merchant::Accounts::V1::GetBusinessInfoRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb

Overview

Request message for the GetBusinessInfo method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the business info. Format: accounts/{account}/businessInfo. For example, accounts/123456/businessInfo.

Returns:

  • (::String)

    Required. The resource name of the business info. Format: accounts/{account}/businessInfo. For example, accounts/123456/businessInfo.



64
65
66
67
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 64

class GetBusinessInfoRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end