Show / Hide Table of Contents

Class ReviewerResponse

A response on an Approval made by a specific Reviewer.

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

Properties

ETag

The ETag of the item.

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

Kind

This is always drive#reviewerResponse.

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

Response

A Reviewer’s Response for the Approval.

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

Reviewer

The user that is responsible for this response.

Declaration
[JsonProperty("reviewer")]
public virtual User Reviewer { get; set; }
Property Value
Type Description
User

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX