GoogleApi.Testing.V1.Model.NetworkConfiguration (google_api_testing v0.34.0)
View SourceAttributes
-
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
@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 }