Show / Hide Table of Contents

Class CustomerApprovalApprovalPolicy

Represents all the policies that can be set for Customer Approval.

Inheritance
object
CustomerApprovalApprovalPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessApproval.v1.Data
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class CustomerApprovalApprovalPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JustificationBasedApprovalPolicy

Optional. Policy for approval based on the justification given.

Declaration
[JsonProperty("justificationBasedApprovalPolicy")]
public virtual string JustificationBasedApprovalPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX