BucketCreateRequest class
Request model for creating a new bucket.
- Annotations
-
- @JsonSerializable(createFactory: false)
Constructors
- BucketCreateRequest.new({required String name, required String planId, String? orderHint})
- Creates a new BucketCreateRequest instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the bucket.
final
- orderHint → String?
-
The order hint used to determine the placement of the bucket in the plan.
final
- planId → String
-
The ID of the plan to which the bucket belongs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this BucketCreateRequest instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited