GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEvent (google_api_dataplex v0.21.0)
View SourceThese messages contain information about sessions within an environment. The monitored resource is 'Environment'.
Attributes
-
eventSucceeded(type:boolean(), default:nil) - The status of the event. -
fastStartupEnabled(type:boolean(), default:nil) - If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user. -
message(type:String.t, default:nil) - The log message. -
query(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEventQueryDetail.t, default:nil) - The execution details of the query. -
sessionId(type:String.t, default:nil) - Unique identifier for the session. -
type(type:String.t, default:nil) - The type of the event. -
unassignedDuration(type:String.t, default:nil) - The idle duration of a warm pooled session before it is assigned to user. -
userId(type:String.t, default:nil) - The information about the user that created the session. It will be the email address of the user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEvent{ eventSucceeded: boolean() | nil, fastStartupEnabled: boolean() | nil, message: String.t() | nil, query: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1SessionEventQueryDetail.t() | nil, sessionId: String.t() | nil, type: String.t() | nil, unassignedDuration: String.t() | nil, userId: String.t() | nil }