Site class
Describes a site.
Constructors
Properties
- createdAt → DateTime?
-
The date and time that the site was created.
final
- description → String?
-
The description of the site.
final
- globalNetworkId → String?
-
The ID of the global network.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → Location?
-
The location of the site.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- siteArn → String?
-
The Amazon Resource Name (ARN) of the site.
final
- siteId → String?
-
The ID of the site.
final
- state → SiteState?
-
The state of the site.
final
-
The tags for the site.
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