GoogleApi.DNS.V1.Model.ResponsePolicyNetwork (google_api_dns v0.32.0)

View Source

Attributes

  • kind (type: String.t, default: dns#responsePolicyNetwork) -
  • networkUrl (type: String.t, default: nil) - The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DNS.V1.Model.ResponsePolicyNetwork{
  kind: String.t() | nil,
  networkUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.