toJson method

Map<String, dynamic> toJson()

Implementation

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