GoogleApi.Testing.V1.Model.NetworkConfiguration (google_api_testing v0.34.0)

View Source

Attributes

  • downRule (type: GoogleApi.Testing.V1.Model.TrafficRule.t, default: nil) - The emulation rule applying to the download traffic.
  • id (type: String.t, default: nil) - The unique opaque id for this network traffic configuration.
  • upRule (type: GoogleApi.Testing.V1.Model.TrafficRule.t, default: nil) - The emulation rule applying to the upload traffic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.NetworkConfiguration{
  downRule: GoogleApi.Testing.V1.Model.TrafficRule.t() | nil,
  id: String.t() | nil,
  upRule: GoogleApi.Testing.V1.Model.TrafficRule.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.