Class Program.Types.Requirement
Defines a requirement specified for participation in the program.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class Program.Types.Requirement : IMessage<Program.Types.Requirement>, IEquatable<Program.Types.Requirement>, IDeepCloneable<Program.Types.Requirement>, IBufferMessage, IMessage
Constructors
Requirement()
Declaration
public Requirement()
Requirement(Requirement)
Declaration
public Requirement(Program.Types.Requirement other)
Parameters
| Type | Name | Description |
|---|---|---|
| Program.Types.Requirement | other |
Properties
AffectedRegionCodes
Output only. The regions that are currently affected by this requirement not being met.
Region codes are defined by CLDR. This is
either a country where the program applies specifically to that country
or 001 when the program applies globally.
Declaration
public RepeatedField<string> AffectedRegionCodes { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
DocumentationUri
Output only. The URL of a help page describing the requirement.
Declaration
public string DocumentationUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Output only. Name of the requirement.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |