Class: Google::Shopping::Merchant::Accounts::V1beta::GetProgramRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetProgramRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb
Overview
Request message for the GetProgram method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the program to retrieve.
Format: accounts/{account}/programs/{program}
.
100 101 102 103 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 100 class GetProgramRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |