Show / Hide Table of Contents

Class GetProgramRequest

Request message for the GetProgram method.

Inheritance
object
GetProgramRequest
Implements
IMessage<GetProgramRequest>
IEquatable<GetProgramRequest>
IDeepCloneable<GetProgramRequest>
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 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}. 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