View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineNetworkResponse (google_api_chrome_policy v0.5.0)

Response object for creating a network.

Attributes

  • networkId (type: String.t, default: nil) - Network ID of the new created network.
  • settings (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t), default: nil) - Detailed network settings of the new created network
  • targetResource (type: String.t, default: nil) - 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.GoogleChromePolicyVersionsV1DefineNetworkResponse{
    networkId: String.t() | nil,
    settings:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t()
      ]
      | nil,
    targetResource: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.