toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final abandoned = this.abandoned;
  final annotations = this.annotations;
  final buildArtifacts = this.buildArtifacts;
  final condition = this.condition;
  final createTime = this.createTime;
  final customTargetTypeSnapshots = this.customTargetTypeSnapshots;
  final deliveryPipelineSnapshot = this.deliveryPipelineSnapshot;
  final deployParameters = this.deployParameters;
  final description = this.description;
  final etag = this.etag;
  final labels = this.labels;
  final name = this.name;
  final renderEndTime = this.renderEndTime;
  final renderStartTime = this.renderStartTime;
  final renderState = this.renderState;
  final skaffoldConfigPath = this.skaffoldConfigPath;
  final skaffoldConfigUri = this.skaffoldConfigUri;
  final skaffoldVersion = this.skaffoldVersion;
  final targetArtifacts = this.targetArtifacts;
  final targetRenders = this.targetRenders;
  final targetSnapshots = this.targetSnapshots;
  final toolVersions = this.toolVersions;
  final uid = this.uid;
  return {
    'abandoned': ?abandoned,
    'annotations': ?annotations,
    'buildArtifacts': ?buildArtifacts,
    'condition': ?condition,
    'createTime': ?createTime,
    'customTargetTypeSnapshots': ?customTargetTypeSnapshots,
    'deliveryPipelineSnapshot': ?deliveryPipelineSnapshot,
    'deployParameters': ?deployParameters,
    'description': ?description,
    'etag': ?etag,
    'labels': ?labels,
    'name': ?name,
    'renderEndTime': ?renderEndTime,
    'renderStartTime': ?renderStartTime,
    'renderState': ?renderState,
    'skaffoldConfigPath': ?skaffoldConfigPath,
    'skaffoldConfigUri': ?skaffoldConfigUri,
    'skaffoldVersion': ?skaffoldVersion,
    'targetArtifacts': ?targetArtifacts,
    'targetRenders': ?targetRenders,
    'targetSnapshots': ?targetSnapshots,
    'toolVersions': ?toolVersions,
    'uid': ?uid,
  };
}