Show / Hide Table of Contents

Class DisableProgramRequest

Request message for the DisableProgram method.

Inheritance
object
DisableProgramRequest
Implements
IMessage<DisableProgramRequest>
IEquatable<DisableProgramRequest>
IDeepCloneable<DisableProgramRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class DisableProgramRequest : IMessage<DisableProgramRequest>, IEquatable<DisableProgramRequest>, IDeepCloneable<DisableProgramRequest>, IBufferMessage, IMessage

Constructors

DisableProgramRequest()

Declaration
public DisableProgramRequest()

DisableProgramRequest(DisableProgramRequest)

Declaration
public DisableProgramRequest(DisableProgramRequest other)
Parameters
Type Name Description
DisableProgramRequest other

Properties

Name

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.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProgramName

ProgramName-typed view over the Name resource name property.

Declaration
public ProgramName ProgramName { get; set; }
Property Value
Type Description
ProgramName
In this article
Back to top Generated by DocFX