Class DisapprovalReason
Represents the reason for which Google disapproved the Site.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DisapprovalReason : IMessage<DisapprovalReason>, IEquatable<DisapprovalReason>, IDeepCloneable<DisapprovalReason>, IBufferMessage, IMessage
Constructors
DisapprovalReason()
Declaration
public DisapprovalReason()
DisapprovalReason(DisapprovalReason)
Declaration
public DisapprovalReason(DisapprovalReason other)
Parameters
| Type | Name | Description |
|---|---|---|
| DisapprovalReason | other |
Properties
Details
Output only. Additional details for the disapproval of the Site.
Declaration
public string Details { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasDetails
Gets whether the "details" field is set
Declaration
public bool HasDetails { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasType
Gets whether the "type" field is set
Declaration
public bool HasType { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
Output only. The type of policy violation found for the Site.
Declaration
public SiteDisapprovalReasonEnum.Types.SiteDisapprovalReason Type { get; set; }
Property Value
| Type | Description |
|---|---|
| SiteDisapprovalReasonEnum.Types.SiteDisapprovalReason |