Show / Hide Table of Contents

Class GsuiteIntegrationMetadata

Annotation metadata for an GsuiteIntegration artifact.

Inheritance
System.Object
GsuiteIntegrationMetadata
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 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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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<System.String>

TasksData

Declaration
[JsonProperty("tasksData")]
public virtual AppsDynamiteSharedTasksAnnotationData TasksData { get; set; }
Property Value
Type Description
AppsDynamiteSharedTasksAnnotationData

Implements

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