DisableCertificateAuthorityRequest.fromJson constructor

DisableCertificateAuthorityRequest.fromJson(
  1. Map json_
)

Implementation

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