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