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