Class GoogleCloudDiscoveryengineV1alphaListSessionsResponse
Response for ListSessions method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaListSessionsResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NextPageToken
Pagination token, if not returned indicates the last page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Sessions
All the Sessions for a given data store.
Declaration
[JsonProperty("sessions")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaSession> Sessions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaSession> |