Class AccessProposal
Manage outstanding access proposals on a file.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AccessProposal : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
The creation time.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
FileId
The file ID that the proposal for access is on.
Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProposalId
The ID of the access proposal.
Declaration
[JsonProperty("proposalId")]
public virtual string ProposalId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecipientEmailAddress
The email address of the user that will receive permissions, if accepted.
Declaration
[JsonProperty("recipientEmailAddress")]
public virtual string RecipientEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestMessage
The message that the requester added to the proposal.
Declaration
[JsonProperty("requestMessage")]
public virtual string RequestMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequesterEmailAddress
The email address of the requesting user.
Declaration
[JsonProperty("requesterEmailAddress")]
public virtual string RequesterEmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RolesAndViews
A wrapper for the role and view of an access proposal. For more information, see Roles and permissions.
Declaration
[JsonProperty("rolesAndViews")]
public virtual IList<AccessProposalRoleAndView> RolesAndViews { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AccessProposalRoleAndView> |