Show / Hide Table of Contents

Class AppsDynamiteSharedDocument

Data for rendering a document.

Inheritance
System.Object
AppsDynamiteSharedDocument
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedDocument : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FileId

Unique file ID.

Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type Description
System.String

Justification

Justification to explain why this document is being suggested.

Declaration
[JsonProperty("justification")]
public virtual AppsDynamiteSharedJustification Justification { get; set; }
Property Value
Type Description
AppsDynamiteSharedJustification

LastModifiedTime

Time the document was last modified.

Declaration
[JsonProperty("lastModifiedTime")]
public virtual object LastModifiedTime { get; set; }
Property Value
Type Description
System.Object

MimeType

Used to determine which icon to render (e.g. docs, slides, sheets)

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
System.String

Title

Title of the document.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Url

URL of the document.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top