toJson method

Map<String, dynamic> toJson()

Implementation

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