Layersummary class

Constructors

Layersummary({int? annotationCount, List<String>? annotationTypes, String? annotationsDataLink, String? annotationsLink, String? contentVersion, int? dataCount, String? id, String? kind, String? layerId, String? selfLink, String? updated, String? volumeAnnotationsVersion, String? volumeId})
Layersummary.fromJson(Map json_)

Properties

annotationCount int?
The number of annotations for this layer.
getter/setter pair
Link to get data for this annotation.
getter/setter pair
The link to get the annotations for this layer.
getter/setter pair
annotationTypes List<String>?
The list of annotation types contained for this layer.
getter/setter pair
contentVersion String?
The content version this resource is for.
getter/setter pair
dataCount int?
The number of data items for this layer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique id of this layer summary.
getter/setter pair
kind String?
Resource Type
getter/setter pair
layerId String?
The layer id for this summary.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
URL to this resource.
getter/setter pair
updated String?
Timestamp for the last time an item in this layer was updated.
getter/setter pair
volumeAnnotationsVersion String?
The current version of this layer's volume annotations.
getter/setter pair
volumeId String?
The volume id this resource is for.
getter/setter pair

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

Operators

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