Class: Google::Shopping::Merchant::Accounts::V1beta::EnableProgramRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::EnableProgramRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb
Overview
Request message for the EnableProgram method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the program for which to enable participation for the
given account. Format: accounts/{account}/programs/{program}
.
142 143 144 145 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 142 class EnableProgramRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |