Class AppsDynamiteSharedDocument
Data for rendering a document.
Inheritance
object
AppsDynamiteSharedDocument
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
|---|---|
| string |
FileId
Unique file ID.
Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| string |
Title
Title of the document.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
URL of the document.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |