GoogleCloudIntegrationsV1alphaClientCertificate.fromJson constructor
GoogleCloudIntegrationsV1alphaClientCertificate.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaClientCertificate.fromJson(core.Map json_)
: this(
encryptedPrivateKey: json_['encryptedPrivateKey'] as core.String?,
passphrase: json_['passphrase'] as core.String?,
sslCertificate: json_['sslCertificate'] as core.String?,
);