toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (count != null) 'count': count!,
if (creationTimestamp != null) 'creationTimestamp': creationTimestamp!,
if (healthInfo != null) 'healthInfo': healthInfo!,
if (id != null) 'id': id!,
if (inUseCount != null) 'inUseCount': inUseCount!,
if (kind != null) 'kind': kind!,
if (name != null) 'name': name!,
if (physicalTopology != null) 'physicalTopology': physicalTopology!,
if (reservationSubBlockMaintenance != null)
'reservationSubBlockMaintenance': reservationSubBlockMaintenance!,
if (selfLink != null) 'selfLink': selfLink!,
if (selfLinkWithId != null) 'selfLinkWithId': selfLinkWithId!,
if (status != null) 'status': status!,
if (zone != null) 'zone': zone!,
};