google_api_network_management v0.6.0 GoogleApi.NetworkManagement.V1.Model.DeliverInfo View Source

Details of the final state "deliver" and associated resource.

Attributes

  • resourceUri (type: String.t, default: nil) - URI of the resource that the packet is delivered to.
  • target (type: String.t, default: nil) - Target type where the packet is delivered to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1.Model.DeliverInfo{
  resourceUri: String.t(),
  target: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.