Show / Hide Table of Contents

Class StartApprovalRequest

Allows creating an approval on a file.

Inheritance
object
StartApprovalRequest
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.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class StartApprovalRequest : IDirectResponseSchema

Properties

DueTime

object representation of DueTimeRaw.

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

DueTimeDateTimeOffset

DateTimeOffset representation of DueTimeRaw.

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

DueTimeRaw

Optional. The time that the approval is due.

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

LockFile

Optional. Whether to lock the file when starting the approval.

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

Message

Optional. A message to send to reviewers when notifying them of the approval request.

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

ReviewerEmails

Required. The emails of the users who are set to review the approval.

Declaration
[JsonProperty("reviewerEmails")]
public virtual IList<string> ReviewerEmails { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX