DBRPCreate class
Constructors
- DBRPCreate({String? orgID, String? org, required String? bucketID, required String? database, required String? retentionPolicy, bool? default_})
- Returns a new DBRPCreate instance.
Properties
- bucketID ↔ String?
-
the bucket ID used as target for the translation.
getter/setter pair
- database ↔ String?
-
InfluxDB v1 database
getter/setter pair
- default_ ↔ bool?
-
Specify if this mapping represents the default retention policy for the database specificed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- org ↔ String?
-
the organization that owns this mapping.
getter/setter pair
- orgID ↔ String?
-
the organization ID that owns this mapping.
getter/setter pair
- retentionPolicy ↔ String?
-
InfluxDB v1 retention policy
getter/setter pair
- 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> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → DBRPCreate - Returns a new DBRPCreate instance and imports
-
listFromJson(
dynamic json, {bool? emptyIsNull, bool? growable}) → List< DBRPCreate> ? -
mapFromJson(
dynamic json) → Map< String, DBRPCreate?> -
mapListFromJson(
dynamic json, {bool? emptyIsNull, bool? growable}) → Map< String, List< DBRPCreate?> ?>