Class: Google::Shopping::Merchant::Accounts::V1beta::DisableProgramRequest

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

Overview

Request message for the DisableProgram method.

Instance Attribute Summary collapse

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}.

Returns:

  • (::String)

    Required. The name of the program for which to disable participation for the given account. Format: accounts/{account}/programs/{program}



152
153
154
155
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 152

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