GroupSetRequestArgs class

Mixed-in types

Constructors

GroupSetRequestArgs({required String name, bool? honorSessionLimits, bool? speedLimitDownEnabled, num? speedLimitDown, bool? speedLimitUpEnabled, num? speedLimitUp})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
honorSessionLimits bool?
true if session upload limits are honored
final
name String
Bandwidth group name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedLimitDown num?
max global download speed (KBps)
final
speedLimitDownEnabled bool?
true to enable group's global download speed limit
final
speedLimitUp num?
max global upload speed (KBps)
final
speedLimitUpEnabled bool?
true to enable group's global upload speed limit
final

Methods

copyWith({String? name, bool? honorSessionLimits, bool? speedLimitDownEnabled, num? speedLimitDown, bool? speedLimitUpEnabled, num? speedLimitUp}) GroupSetRequestArgs
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited