EnableCertificateAuthorityRequest.fromJson constructor
EnableCertificateAuthorityRequest.fromJson(
- Map _json
Implementation
EnableCertificateAuthorityRequest.fromJson(core.Map _json)
: this(
requestId: _json.containsKey('requestId')
? _json['requestId'] as core.String
: null,
);