Site class

Describes a site.

Constructors

Site({DateTime? createdAt, String? description, String? globalNetworkId, Location? location, String? siteArn, String? siteId, SiteState? state, List<Tag>? tags})
Site.fromJson(Map<String, dynamic> json)
factory

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
tags List<Tag>?
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