toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final artifactsGcsBucket = this.artifactsGcsBucket;
  final createTime = this.createTime;
  final deleteBuild = this.deleteBuild;
  final deleteLogs = this.deleteLogs;
  final deleteResults = this.deleteResults;
  final errorCode = this.errorCode;
  final errorLogs = this.errorLogs;
  final importExistingResources = this.importExistingResources;
  final labels = this.labels;
  final latestRevision = this.latestRevision;
  final lockState = this.lockState;
  final name = this.name;
  final providerConfig = this.providerConfig;
  final quotaValidation = this.quotaValidation;
  final serviceAccount = this.serviceAccount;
  final state = this.state;
  final stateDetail = this.stateDetail;
  final terraformBlueprint = this.terraformBlueprint;
  final tfErrors = this.tfErrors;
  final tfVersion = this.tfVersion;
  final tfVersionConstraint = this.tfVersionConstraint;
  final updateTime = this.updateTime;
  final workerPool = this.workerPool;
  return {
    'annotations': ?annotations,
    'artifactsGcsBucket': ?artifactsGcsBucket,
    'createTime': ?createTime,
    'deleteBuild': ?deleteBuild,
    'deleteLogs': ?deleteLogs,
    'deleteResults': ?deleteResults,
    'errorCode': ?errorCode,
    'errorLogs': ?errorLogs,
    'importExistingResources': ?importExistingResources,
    'labels': ?labels,
    'latestRevision': ?latestRevision,
    'lockState': ?lockState,
    'name': ?name,
    'providerConfig': ?providerConfig,
    'quotaValidation': ?quotaValidation,
    'serviceAccount': ?serviceAccount,
    'state': ?state,
    'stateDetail': ?stateDetail,
    'terraformBlueprint': ?terraformBlueprint,
    'tfErrors': ?tfErrors,
    'tfVersion': ?tfVersion,
    'tfVersionConstraint': ?tfVersionConstraint,
    'updateTime': ?updateTime,
    'workerPool': ?workerPool,
  };
}