IpfsPinListGet200ResponseInner class abstract

IpfsPinListGet200ResponseInner

Properties:

  • timeCreated - Creation time of the IPFS object on our backends
  • timePinned - Pin time 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, which is queued when we are retriving object. If this is successful the state is changed to pinned or failed if not. The state gc means the pinned item has been garbage collected due to account being over storage quota or after it has been moved to unpinned state by removing the object pin.
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 IpfsPinListGet200ResponseInnerStateEnum
State of the pinned object, which is queued when we are retriving object. If this is successful the state is changed to pinned or failed if not. The state gc means the pinned item has been garbage collected due to account being over storage quota or after it has been moved to unpinned state by removing the object pin.
no setter
timeCreated int
Creation time of the IPFS object on our backends
no setter
timePinned int
Pin time 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(IpfsPinListGet200ResponseInnerBuilder)) IpfsPinListGet200ResponseInner
Rebuilds the instance.
inherited
toBuilder() IpfsPinListGet200ResponseInnerBuilder
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<IpfsPinListGet200ResponseInner>
no setter