Class GsuiteIntegrationMetadata
Annotation metadata for an GsuiteIntegration artifact.
Inheritance
object
GsuiteIntegrationMetadata
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 GsuiteIntegrationMetadata : IDirectResponseSchema
Properties
ActivityFeedData
Declaration
[JsonProperty("activityFeedData")]
public virtual AppsDynamiteSharedActivityFeedAnnotationData ActivityFeedData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedActivityFeedAnnotationData |
AssistantData
Declaration
[JsonProperty("assistantData")]
public virtual AppsDynamiteSharedAssistantAnnotationData AssistantData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantAnnotationData |
CalendarEventData
Declaration
[JsonProperty("calendarEventData")]
public virtual AppsDynamiteSharedCalendarEventAnnotationData CalendarEventData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedCalendarEventAnnotationData |
CallData
Data used to render call artifacts.
Declaration
[JsonProperty("callData")]
public virtual AppsDynamiteSharedCallAnnotationData CallData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedCallAnnotationData |
ClientType
Declaration
[JsonProperty("clientType")]
public virtual string ClientType { 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 |
IndexableTexts
A list of all strings that are to be indexed for this 1P chip. Each string in this list would be the contents of a single string field in the 1P chip. Eg. For Tasks[title = “hello world”, description = “good bye”]. If we want to index only the title, this would be set to [“hello world”]. If both title and description, then this would be [“hello world”, “good bye”]. Please make sure that the contents of this field is a subset of strings that are rendered as part of the 1P Chip.
Declaration
[JsonProperty("indexableTexts")]
public virtual IList<string> IndexableTexts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |
TasksData
Declaration
[JsonProperty("tasksData")]
public virtual AppsDynamiteSharedTasksAnnotationData TasksData { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedTasksAnnotationData |