toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final extendedMetadata = this.extendedMetadata;
  final functionalType = this.functionalType;
  final gcpProject = this.gcpProject;
  final identity = this.identity;
  final location = this.location;
  final registrationType = this.registrationType;
  final zone = this.zone;
  return {
    'extendedMetadata': ?extendedMetadata,
    'functionalType': ?functionalType,
    'gcpProject': ?gcpProject,
    'identity': ?identity,
    'location': ?location,
    'registrationType': ?registrationType,
    'zone': ?zone,
  };
}