ReleaseConfig constructor
ReleaseConfig({
- CodeCompilationConfig? codeCompilationConfig,
- String? cronSchedule,
- bool? disabled,
- String? gitCommitish,
- String? internalMetadata,
- String? name,
- List<
ScheduledReleaseRecord> ? recentScheduledReleaseRecords, - String? releaseCompilationResult,
- String? timeZone,
Implementation
ReleaseConfig({
this.codeCompilationConfig,
this.cronSchedule,
this.disabled,
this.gitCommitish,
this.internalMetadata,
this.name,
this.recentScheduledReleaseRecords,
this.releaseCompilationResult,
this.timeZone,
});