Class SelectionItems
List of widget autocomplete results.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SelectionItems : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
An array of the SelectionItem objects.
Declaration
[JsonProperty("items")]
public virtual IList<GoogleAppsCardV1SelectionItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAppsCardV1SelectionItem> |