Class: Google::Shopping::Merchant::Accounts::V1::GetProgramRequest

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

Overview

Request message for the GetProgram method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the program to retrieve. Format: accounts/{account}/programs/{program}. For example, accounts/123456/programs/free-listings.

Returns:

  • (::String)

    Required. The name of the program to retrieve. Format: accounts/{account}/programs/{program}. For example, accounts/123456/programs/free-listings.



108
109
110
111
# File 'proto_docs/google/shopping/merchant/accounts/v1/programs.rb', line 108

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