Show / Hide Table of Contents

Class ListAccessProposalsResponse

The response to an Access Proposal list request.

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

Properties

AccessProposals

The list of Access Proposals. This field is only populated in v3 and v3beta.

Declaration
[JsonProperty("accessProposals")]
public virtual IList<AccessProposal> AccessProposals { get; set; }
Property Value
Type Description
IList<AccessProposal>

ETag

The ETag of the item.

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

NextPageToken

The continuation token for the next page of results. This will be absent if the end of the results list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX