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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Specs

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

Unwrap a decoded JSON object into its complex fields.