google_api_testing v0.5.0 GoogleApi.Testing.V1.Model.NetworkConfiguration 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Testing.V1.Model.NetworkConfiguration{
  downRule: GoogleApi.Testing.V1.Model.TrafficRule.t(),
  id: String.t(),
  upRule: GoogleApi.Testing.V1.Model.TrafficRule.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.