GoogleChromePolicyVersionsV1RemoveNetworkRequest.fromJson constructor
GoogleChromePolicyVersionsV1RemoveNetworkRequest.fromJson(
- Map json_
Implementation
GoogleChromePolicyVersionsV1RemoveNetworkRequest.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,
);