toJson method
Implementation
@override
Object toJson() => {
if (deployedModels.isNotDefault)
'deployedModels': encodeList(deployedModels),
if (nextPageToken.isNotDefault) 'nextPageToken': nextPageToken,
if (deployedModelRefs.isNotDefault)
'deployedModelRefs': encodeList(deployedModelRefs),
if (totalDeployedModelCount.isNotDefault)
'totalDeployedModelCount': totalDeployedModelCount,
if (totalEndpointCount.isNotDefault)
'totalEndpointCount': totalEndpointCount,
};