toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final deployedIndexId = this.deployedIndexId;
final displayName = this.displayName;
final indexEndpoint = this.indexEndpoint;
return {
'deployedIndexId': ?deployedIndexId,
'displayName': ?displayName,
'indexEndpoint': ?indexEndpoint,
};
}