toJson method

Map<String, dynamic> toJson()

Implementation

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