DisableCertificateAuthorityRequest.fromJson constructor
DisableCertificateAuthorityRequest.fromJson(
- Map json_
Implementation
DisableCertificateAuthorityRequest.fromJson(core.Map json_)
: this(
ignoreDependentResources:
json_.containsKey('ignoreDependentResources')
? json_['ignoreDependentResources'] as core.bool
: null,
requestId: json_.containsKey('requestId')
? json_['requestId'] as core.String
: null,
);