Class AppsDynamiteSharedJustification
Data for rendering a justification for a document.
Inheritance
object
AppsDynamiteSharedJustification
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 AppsDynamiteSharedJustification : IDirectResponseSchema
Properties
ActionTime
Time the action took place.
Declaration
[JsonProperty("actionTime")]
public virtual object ActionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ActionType
Type of action performed on the document.
Declaration
[JsonProperty("actionType")]
public virtual string ActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentOwner
Owner of the document.
Declaration
[JsonProperty("documentOwner")]
public virtual AppsDynamiteSharedJustificationPerson DocumentOwner { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedJustificationPerson |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Topics
Words or phrases from the user's query that describes the document content. (Ex: Users query is "Can you share the document about Bullseye?" the extracted topic would be "Bullseye").
Declaration
[JsonProperty("topics")]
public virtual IList<string> Topics { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |