Class ReviewerResponse
A response on an Approval made by a specific Reviewer.
Implements
Inherited Members
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 |