GoogleApi.StorageTransfer.V1.Model.BandwidthLimit (google_api_storage_transfer v0.37.3)
View SourceSpecifies a bandwidth limit for an agent pool.
Attributes
-
limitMbps
(type:String.t
, default:nil
) - Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.BandwidthLimit{ limitMbps: String.t() | nil }