toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final createTime = this.createTime;
  final customActions = this.customActions;
  final customTargetTypeId = this.customTargetTypeId;
  final description = this.description;
  final etag = this.etag;
  final labels = this.labels;
  final name = this.name;
  final uid = this.uid;
  final updateTime = this.updateTime;
  return {
    'annotations': ?annotations,
    'createTime': ?createTime,
    'customActions': ?customActions,
    'customTargetTypeId': ?customTargetTypeId,
    'description': ?description,
    'etag': ?etag,
    'labels': ?labels,
    'name': ?name,
    'uid': ?uid,
    'updateTime': ?updateTime,
  };
}