Class Requirement
Defines a requirement specified for participation in the program.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Requirement : IDirectResponseSchema
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
[JsonProperty("affectedRegionCodes")]
public virtual IList<string> AffectedRegionCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DocumentationUri
Output only. The URL of a help page describing the requirement.
Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Output only. Name of the requirement.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |