Class: Google::Shopping::Merchant::Accounts::V1::DisableProgramRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::DisableProgramRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/programs.rb
Overview
Request message for the DisableProgram method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the program for which to disable participation for
the given account. Format: accounts/{account}/programs/{program}
. For
example, accounts/123456/programs/free-listings
.
162 163 164 165 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/programs.rb', line 162 class DisableProgramRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |