GoogleChromePolicyVersionsV1RemoveNetworkRequest.fromJson constructor

GoogleChromePolicyVersionsV1RemoveNetworkRequest.fromJson(
  1. Map json_
)

Implementation

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