LayersVolumeAnnotationsResource class

Constructors

LayersVolumeAnnotationsResource(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 annotationId, {String? locale, String? source, String? $fields}) Future<Volumeannotation>
Gets the volume annotation.
list(String volumeId, String layerId, String contentVersion, {String? endOffset, String? endPosition, String? locale, int? maxResults, String? pageToken, bool? showDeleted, String? source, String? startOffset, String? startPosition, String? updatedMax, String? updatedMin, String? volumeAnnotationsVersion, String? $fields}) Future<Volumeannotations>
Gets the volume annotations 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