View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaListSessionsResponse (google_api_discovery_engine v0.27.0)
Response for ListSessions method.
Attributes
-
nextPageToken(type:String.t, default:nil) - Pagination token, if not returned indicates the last page. -
sessions(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaSession.t), default:nil) - All the Sessions for a given data store.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaListSessionsResponse{ nextPageToken: String.t() | nil, sessions: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaSession.t() ] | nil }