DescribeTagsResponse class

Constructors

DescribeTagsResponse({required List<Tag> tags, String? marker, String? nextMarker})
DescribeTagsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
marker String?
If the request included a Marker, the response returns that value in this field.
final
nextMarker String?
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>
Returns tags associated with the file system as an array of Tag objects.
final

Methods

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