toJson method

Map<String, dynamic> toJson()

Implementation

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