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