ListTagsResponse class

Constructors

ListTagsResponse({required List<Tag> tagList, String? nextToken})
ListTagsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
An opaque string that indicates that the response contains only a subset of tags. Use this value in a subsequent ListTags request to get more tags.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagList List<Tag>
A list of tags.
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