toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final gcpResourcename = this.gcpResourcename;
  final location = this.location;
  final type = this.type;
  return {
    'gcpResourcename': ?gcpResourcename,
    'location': ?location,
    'type': ?type,
  };
}