View Source GoogleApi.Compute.V1.Model.PacketMirroringNetworkInfo (google_api_compute v0.56.2)

Attributes

  • canonicalUrl (type: String.t, default: nil) - [Output Only] Unique identifier for the network; defined by the server.
  • url (type: String.t, default: nil) - URL of the network resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.PacketMirroringNetworkInfo{
  canonicalUrl: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.