GoogleChromePolicyVersionsV1RemoveCertificateRequest.fromJson constructor

GoogleChromePolicyVersionsV1RemoveCertificateRequest.fromJson(
  1. Map json_
)

Implementation

GoogleChromePolicyVersionsV1RemoveCertificateRequest.fromJson(core.Map json_)
    : this(
        networkId: json_.containsKey('networkId')
            ? json_['networkId'] as core.String
            : null,
        targetResource: json_.containsKey('targetResource')
            ? json_['targetResource'] as core.String
            : null,
      );