Class: Google::Shopping::Merchant::Accounts::V1::GetAccountRelationshipRequest

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

Overview

Request to get an account relationship.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the account relationship to get. Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890.

Returns:

  • (::String)

    Required. The resource name of the account relationship to get. Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890.



68
69
70
71
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 68

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