toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final anthosCluster = this.anthosCluster;
  final associatedEntities = this.associatedEntities;
  final createTime = this.createTime;
  final customTarget = this.customTarget;
  final deployParameters = this.deployParameters;
  final description = this.description;
  final etag = this.etag;
  final executionConfigs = this.executionConfigs;
  final gke = this.gke;
  final labels = this.labels;
  final multiTarget = this.multiTarget;
  final name = this.name;
  final requireApproval = this.requireApproval;
  final run = this.run;
  final targetId = this.targetId;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'anthosCluster': ?anthosCluster,
    'associatedEntities': ?associatedEntities,
    'createTime': ?createTime,
    'customTarget': ?customTarget,
    'deployParameters': ?deployParameters,
    'description': ?description,
    'etag': ?etag,
    'executionConfigs': ?executionConfigs,
    'gke': ?gke,
    'labels': ?labels,
    'multiTarget': ?multiTarget,
    'name': ?name,
    'requireApproval': ?requireApproval,
    'run': ?run,
    'targetId': ?targetId,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}