StorageConfigurationData class

Unique identifier referencing the physical entity.

Annotations
  • @JsonSerializable()

Constructors

StorageConfigurationData({required String type, String? localPath, String? storageUri, User? user, Map<String, dynamic>? extension})
StorageConfigurationData.fromJson(Map<String, dynamic> json)
factory

Properties

extension Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
localPath String?
local path
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageUri String?
Storage server address
final
type String
StorageType lists the acceptable values for type attribute
final
user User?
User credential for the storage server
final

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.
inherited