IpfsPinListIPFSPathGet200Response class abstract

IpfsPinListIPFSPathGet200Response

Properties:

  • timeCreated - Time of the creation of the IPFS object on our backends
  • timePinned - Time of the pin of the IPFS object on our backends
  • ipfsHash - IPFS hash of the pinned object
  • size - Size of the object in Bytes
  • state - State of the pinned object. We define 5 states: queued, pinned, unpinned, failed, gc. When the object is pending retrieval (i.e. after /ipfs/pin/add/{IPFS_path}), the state is queued. If the object is already successfully retrieved, state is changed to pinned or failed otherwise. When object is unpinned (i.e. after /ipfs/pin/remove/{IPFS_path}) it is marked for garbage collection. State gc means that a previously unpinned item has been garbage collected due to account being over storage quota.
Annotations
  • @BuiltValue()

Properties

hashCode int
The hash code for this object.
no setterinherited
ipfsHash String
IPFS hash of the pinned object
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String
Size of the object in Bytes
no setter
state IpfsPinListIPFSPathGet200ResponseStateEnum
State of the pinned object. We define 5 states: queued, pinned, unpinned, failed, gc. When the object is pending retrieval (i.e. after /ipfs/pin/add/{IPFS_path}), the state is queued. If the object is already successfully retrieved, state is changed to pinned or failed otherwise. When object is unpinned (i.e. after /ipfs/pin/remove/{IPFS_path}) it is marked for garbage collection. State gc means that a previously unpinned item has been garbage collected due to account being over storage quota.
no setter
timeCreated int
Time of the creation of the IPFS object on our backends
no setter
timePinned int
Time of the pin of the IPFS object on our backends
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(IpfsPinListIPFSPathGet200ResponseBuilder)) IpfsPinListIPFSPathGet200Response
Rebuilds the instance.
inherited
toBuilder() IpfsPinListIPFSPathGet200ResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<IpfsPinListIPFSPathGet200Response>
no setter