toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final backupOdbSubnet = this.backupOdbSubnet;
  final backupSubnetCidr = this.backupSubnetCidr;
  final cidr = this.cidr;
  final createTime = this.createTime;
  final displayName = this.displayName;
  final exadataInfrastructure = this.exadataInfrastructure;
  final gcpOracleZone = this.gcpOracleZone;
  final identityConnector = this.identityConnector;
  final labels = this.labels;
  final name = this.name;
  final network = this.network;
  final odbNetwork = this.odbNetwork;
  final odbSubnet = this.odbSubnet;
  final properties = this.properties;
  return {
    'backupOdbSubnet': ?backupOdbSubnet,
    'backupSubnetCidr': ?backupSubnetCidr,
    'cidr': ?cidr,
    'createTime': ?createTime,
    'displayName': ?displayName,
    'exadataInfrastructure': ?exadataInfrastructure,
    'gcpOracleZone': ?gcpOracleZone,
    'identityConnector': ?identityConnector,
    'labels': ?labels,
    'name': ?name,
    'network': ?network,
    'odbNetwork': ?odbNetwork,
    'odbSubnet': ?odbSubnet,
    'properties': ?properties,
  };
}