View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineNetworkRequest (google_api_chrome_policy v0.5.1)
Request object for creating a new network.
Attributes
-
name
(type:String.t
, default:nil
) - Required. Name of the new created network. -
settings
(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t)
, default:nil
) - Required. Detailed network settings. -
targetResource
(type:String.t
, default:nil
) - Required. The target resource on which this new network will be defined. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineNetworkRequest{ name: String.t() | nil, settings: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t() ] | nil, targetResource: String.t() | nil }