toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (backupSubnetCidr != null) 'backupSubnetCidr': backupSubnetCidr!,
      if (cidr != null) 'cidr': cidr!,
      if (createTime != null) 'createTime': createTime!,
      if (displayName != null) 'displayName': displayName!,
      if (exadataInfrastructure != null)
        'exadataInfrastructure': exadataInfrastructure!,
      if (gcpOracleZone != null) 'gcpOracleZone': gcpOracleZone!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (network != null) 'network': network!,
      if (properties != null) 'properties': properties!,
    };