Show / Hide Table of Contents

Class AppsDynamiteSharedJustification

Data for rendering a justification for a document.

Inheritance
System.Object
AppsDynamiteSharedJustification
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 AppsDynamiteSharedJustification : IDirectResponseSchema

Properties

ActionTime

Time the action took place.

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

ActionType

Type of action performed on the document.

Declaration
[JsonProperty("actionType")]
public virtual string ActionType { get; set; }
Property Value
Type Description
System.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
System.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<System.String>

Implements

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