View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Session (google_api_dataplex v0.13.0)

Represents an active analyze session running for a user.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Session start time.
  • name (type: String.t, default: nil) - Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id}
  • state (type: String.t, default: nil) - Output only. State of Session
  • userId (type: String.t, default: nil) - Output only. Email of user running the session.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Session{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  userId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.