GoogleChromePolicyVersionsV1RemoveCertificateRequest.fromJson constructor
GoogleChromePolicyVersionsV1RemoveCertificateRequest.fromJson(
- 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,
);