Show / Hide Table of Contents

Class DisapprovalReason

Represents the reason for which Google disapproved the Site.

Inheritance
object
DisapprovalReason
Implements
IMessage<DisapprovalReason>
IEquatable<DisapprovalReason>
IDeepCloneable<DisapprovalReason>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX