Class: Google::Shopping::Merchant::Accounts::V1beta::GetTermsOfServiceAgreementStateRequest

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

Overview

Request message for the GetTermsOfServiceAgreementState method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the terms of service version. Format: accounts/{account}/termsOfServiceAgreementState/{identifier} The identifier format is: {TermsOfServiceKind}-{country}.

Returns:

  • (::String)

    Required. The resource name of the terms of service version. Format: accounts/{account}/termsOfServiceAgreementState/{identifier} The identifier format is: {TermsOfServiceKind}-{country}



116
117
118
119
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 116

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