ResourceTag class

A resource tag.

Constructors

ResourceTag({String? resourceId, List<Tag>? tagsList})
ResourceTag.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceId String?
Specifies the ARN of the resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagsList 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