View Source GoogleApi.Dataform.V1beta1.Model.ScheduledReleaseRecord (google_api_dataform v0.4.0)

A record of an attempt to create a compilation result for this release config.

Attributes

  • compilationResult (type: String.t, default: nil) - The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
  • errorStatus (type: GoogleApi.Dataform.V1beta1.Model.Status.t, default: nil) - The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
  • releaseTime (type: DateTime.t, default: nil) - The timestamp of this release attempt.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.ScheduledReleaseRecord{
  compilationResult: String.t() | nil,
  errorStatus: GoogleApi.Dataform.V1beta1.Model.Status.t() | nil,
  releaseTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.