toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (apiOperationCount != null) 'apiOperationCount': apiOperationCount!,
if (createTime != null) 'createTime': createTime!,
if (hostname != null) 'hostname': hostname!,
if (knownOperationsCount != null)
'knownOperationsCount': knownOperationsCount!,
if (lastEventDetectedTime != null)
'lastEventDetectedTime': lastEventDetectedTime!,
if (name != null) 'name': name!,
if (origin != null) 'origin': origin!,
if (serverIps != null) 'serverIps': serverIps!,
if (sourceLocations != null) 'sourceLocations': sourceLocations!,
if (sourceMetadata != null) 'sourceMetadata': sourceMetadata!,
if (sourceTypes != null) 'sourceTypes': sourceTypes!,
if (style != null) 'style': style!,
if (unknownOperationsCount != null)
'unknownOperationsCount': unknownOperationsCount!,
if (updateTime != null) 'updateTime': updateTime!,
};