ReleaseConfig class

Represents a Dataform release configuration.

Constructors

ReleaseConfig({CodeCompilationConfig? codeCompilationConfig, String? cronSchedule, bool? disabled, String? gitCommitish, String? internalMetadata, String? name, List<ScheduledReleaseRecord>? recentScheduledReleaseRecords, String? releaseCompilationResult, String? timeZone})
ReleaseConfig.fromJson(Map json_)

Properties

codeCompilationConfig CodeCompilationConfig?
If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.
getter/setter pair
cronSchedule String?
Optional schedule (in cron format) for automatic creation of compilation results.
getter/setter pair
disabled bool?
Disables automatic creation of compilation results.
getter/setter pair
gitCommitish String?
Git commit/tag/branch name at which the repository should be compiled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalMetadata String?
All the metadata information that is used internally to serve the resource.
getter/setter pair
name String?
Identifier.
getter/setter pair
recentScheduledReleaseRecords List<ScheduledReleaseRecord>?
Records of the 10 most recent scheduled release attempts, ordered in descending order of release_time.
getter/setter pair
releaseCompilationResult String?
The name of the currently released compilation result for this release config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String?
Specifies the time zone to be used when interpreting cron_schedule.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited