DBRP class

Constructors

DBRP({required String? id, required String? orgID, required String? bucketID, required String? database, required String? retentionPolicy, required bool? default_, Links? links})
Returns a new DBRP 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
id String?
the mapping identifier
getter/setter pair
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) DBRP
Returns a new DBRP instance and imports
listFromJson(dynamic json, {bool? emptyIsNull, bool? growable}) List<DBRP>?
mapFromJson(dynamic json) Map<String, DBRP?>
mapListFromJson(dynamic json, {bool? emptyIsNull, bool? growable}) Map<String, List<DBRP?>?>