GoogleApi.Dataform.V1beta1.Model.ScheduledReleaseRecord (google_api_dataform v0.8.0)
View SourceA 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 formatprojects/*/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) - Output only. 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 }