google_api_testing v0.17.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
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
Unwrap a decoded JSON object into its complex fields.