Show / Hide Table of Contents

Class DismissDecision

A decision that has been made to dismiss an approval request.

Inheritance
object
DismissDecision
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 DismissDecision : IDirectResponseSchema

Properties

DismissTime

object representation of DismissTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DismissTimeDateTimeOffset instead.")]
public virtual object DismissTime { get; set; }
Property Value
Type Description
object

DismissTimeDateTimeOffset

DateTimeOffset representation of DismissTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DismissTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DismissTimeRaw

The time at which the approval request was dismissed.

Declaration
[JsonProperty("dismissTime")]
public virtual string DismissTimeRaw { 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

Implicit__

This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).

Declaration
[JsonProperty("implicit")]
public virtual bool? Implicit__ { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX