Class AdPolicyTopicAppealInfo
Information on how to appeal a policy decision.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyTopicAppealInfo : IDirectResponseSchema
Properties
AppealFormLink
Only available when appeal_type is APPEAL_FORM.
Declaration
[JsonProperty("appealFormLink")]
public virtual string AppealFormLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AppealType
Whether the decision can be appealed through a self-service appeal or an appeal form.
Declaration
[JsonProperty("appealType")]
public virtual string AppealType { 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 |