Class GetProgramRequest
Request message for the GetProgram method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class GetProgramRequest : IMessage<GetProgramRequest>, IEquatable<GetProgramRequest>, IDeepCloneable<GetProgramRequest>, IBufferMessage, IMessage
Constructors
GetProgramRequest()
Declaration
public GetProgramRequest()
GetProgramRequest(GetProgramRequest)
Declaration
public GetProgramRequest(GetProgramRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetProgramRequest | other |
Properties
Name
Required. The name of the program to retrieve.
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 |