Class DisableProgramRequest
Request message for the DisableProgram method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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}
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 |