Class EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata
Meta data for drive documents.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickCommonDocumentDriveDocumentMetadata : IDirectResponseSchema
Properties
DocumentId
The drive document cosmo id. Client could use the id to build a URL to open a document. Please use Document.document_id.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { 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 |
IsPrivate
Additional field to identify whether a document is private since scope set to LIMITED can mean both that the doc is private or that it's shared with others. is_private indicates whether the doc is not shared with anyone except for the owner.
Declaration
[JsonProperty("isPrivate")]
public virtual bool? IsPrivate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LastCommentTimeMs
Timestamp of the most recent comment added to the document in milliseconds since epoch.
Declaration
[JsonProperty("lastCommentTimeMs")]
public virtual ulong? LastCommentTimeMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
LastEditTimeMs
Timestamp of the most recent edit from the current user in milliseconds since epoch.
Declaration
[JsonProperty("lastEditTimeMs")]
public virtual ulong? LastEditTimeMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
LastModificationTimeMillis
Last modification time of the document (independent of the user that modified it).
Declaration
[JsonProperty("lastModificationTimeMillis")]
public virtual long? LastModificationTimeMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
LastUpdatedTimeMs
Timestamp of the last updated time of the document in milliseconds since epoch.
Declaration
[JsonProperty("lastUpdatedTimeMs")]
public virtual ulong? LastUpdatedTimeMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
LastViewTimeMs
Timestamp of the most recent view from the current user in milliseconds since epoch.
Declaration
[JsonProperty("lastViewTimeMs")]
public virtual ulong? LastViewTimeMs { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Owner
The owner of the document.
Declaration
[JsonProperty("owner")]
public virtual EnterpriseTopazSidekickCommonPerson Owner { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonPerson |
Scope
ACL scope of the document which identifies the sharing status of the doc (e.g., limited, shared with link, team drive, ...).
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type | Description |
---|---|
string |