toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final displayName = this.displayName;
  final entitlementId = this.entitlementId;
  final gcpOracleZone = this.gcpOracleZone;
  final labels = this.labels;
  final name = this.name;
  final ociUrl = this.ociUrl;
  final odbNetwork = this.odbNetwork;
  final odbSubnet = this.odbSubnet;
  final properties = this.properties;
  return {
    'createTime': ?createTime,
    'displayName': ?displayName,
    'entitlementId': ?entitlementId,
    'gcpOracleZone': ?gcpOracleZone,
    'labels': ?labels,
    'name': ?name,
    'ociUrl': ?ociUrl,
    'odbNetwork': ?odbNetwork,
    'odbSubnet': ?odbSubnet,
    'properties': ?properties,
  };
}