GoogleChromePolicyVersionsV1DefineNetworkRequest constructor

GoogleChromePolicyVersionsV1DefineNetworkRequest({
  1. String? name,
  2. List<GoogleChromePolicyVersionsV1NetworkSetting>? settings,
  3. String? targetResource,
})

Implementation

GoogleChromePolicyVersionsV1DefineNetworkRequest({
  this.name,
  this.settings,
  this.targetResource,
});