toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'count': ?count,
  'creationTimestamp': ?creationTimestamp,
  'healthInfo': ?healthInfo?.toJson(),
  'id': ?id?.toString(),
  'inUseCount': ?inUseCount,
  'inUseHostCount': ?inUseHostCount,
  'kind': ?kind,
  'name': ?name,
  'physicalTopology': ?physicalTopology?.toJson(),
  'reservationMaintenance': ?reservationMaintenance?.toJson(),
  'reservationSubBlockCount': ?reservationSubBlockCount,
  'reservationSubBlockInUseCount': ?reservationSubBlockInUseCount,
  'selfLink': ?selfLink,
  'selfLinkWithId': ?selfLinkWithId,
  'status': ?status,
  'zone': ?zone,
};