toJson method

Map<String, dynamic> toJson()

Implementation

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