ResolveAliasOutput class
Represents the returned data in response to a request operation.
Constructors
- ResolveAliasOutput({String? fleetArn, String? fleetId})
-
ResolveAliasOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fleetArn → String?
-
The Amazon Resource Name (ARN)
associated with the GameLift fleet resource that this alias points to.
final
- fleetId → String?
-
The fleet identifier that the alias is pointing to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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