GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1RemoveNetworkRequest (google_api_chrome_policy v0.6.0)

View Source

Request object for removing a network

Attributes

  • networkId (type: String.t, default: nil) - Required. The GUID of the network to remove.
  • targetResource (type: String.t, default: nil) - Required. The target resource on which this network will be removed. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1RemoveNetworkRequest{
    networkId: String.t() | nil,
    targetResource: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.