CertificateConfigKeyId.fromJson constructor
CertificateConfigKeyId.fromJson(
- Map json_
Implementation
CertificateConfigKeyId.fromJson(core.Map json_)
: this(keyId: json_['keyId'] as core.String?);
CertificateConfigKeyId.fromJson(core.Map json_)
: this(keyId: json_['keyId'] as core.String?);