LayersAnnotationDataResource class

Constructors

LayersAnnotationDataResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String volumeId, String layerId, String annotationDataId, String contentVersion, {bool? allowWebDefinitions, int? h, String? locale, int? scale, String? source, int? w, String? $fields}) Future<DictionaryAnnotationdata>
Gets the annotation data.
list(String volumeId, String layerId, String contentVersion, {List<String>? annotationDataId, int? h, String? locale, int? maxResults, String? pageToken, int? scale, String? source, String? updatedMax, String? updatedMin, int? w, String? $fields}) Future<Annotationsdata>
Gets the annotation data for a volume and layer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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