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