Show / Hide Table of Contents

Class EnableProgramRequest

Request message for the EnableProgram method.

Inheritance
object
EnableProgramRequest
Implements
IMessage<EnableProgramRequest>
IEquatable<EnableProgramRequest>
IDeepCloneable<EnableProgramRequest>
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 EnableProgramRequest : IMessage<EnableProgramRequest>, IEquatable<EnableProgramRequest>, IDeepCloneable<EnableProgramRequest>, IBufferMessage, IMessage

Constructors

EnableProgramRequest()

Declaration
public EnableProgramRequest()

EnableProgramRequest(EnableProgramRequest)

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

Properties

Name

Required. The name of the program for which to enable 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