View Source GoogleApi.WorkloadManager.V1.Model.Execution (google_api_workload_manager v0.4.0)

Message describing Execution object

Attributes

  • endTime (type: DateTime.t, default: nil) - Output only. [Output only] End time stamp
  • evaluationId (type: String.t, default: nil) - Output only. [Output only] Evaluation ID
  • inventoryTime (type: DateTime.t, default: nil) - Output only. [Output only] Inventory time stamp
  • labels (type: map(), default: nil) - Labels as key value pairs
  • name (type: String.t, default: nil) - The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
  • runType (type: String.t, default: nil) - type represent whether the execution executed directly by user or scheduled according evaluation.schedule field.
  • startTime (type: DateTime.t, default: nil) - Output only. [Output only] Start time stamp
  • state (type: String.t, default: nil) - Output only. [Output only] State

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Execution{
  endTime: DateTime.t() | nil,
  evaluationId: String.t() | nil,
  inventoryTime: DateTime.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  runType: String.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.