TagOptionDetail class

Information about a TagOption.

Constructors

TagOptionDetail({bool? active, String? id, String? key, String? owner, String? value})
TagOptionDetail.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
The TagOption active state.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The TagOption identifier.
final
key String?
The TagOption key.
final
owner String?
The AWS account Id of the owner account that created the TagOption.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The TagOption value.
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