Space constructor
Space({
- List<
UserRef?> ? admins, - SpaceAppsConnection? apps,
- String? certificate,
- String? cookbook,
- String? domainName,
- String? fqdn,
- String? iaas,
- String? ipAddress,
- bool? isEgressNode,
- AWSTimestamp? lastSeen,
- @JsonKey(name: 'localCARoot') String? localCaRoot,
- int? meshNetworkBitmask,
- IPType? meshNetworkType,
- Org? org,
- UserRef? owner,
- int? port,
- String? publicKey,
- String? recipe,
- String? region,
- String? settings,
- @JsonKey(name: 'spaceID') required String spaceId,
- String? spaceName,
- SpaceStatus? status,
- SpaceUsersConnection? users,
- String? version,
- String? vpnType,
Implementation
factory Space({
List<UserRef?>? admins,
SpaceAppsConnection? apps,
String? certificate,
String? cookbook,
String? domainName,
String? fqdn,
String? iaas,
String? ipAddress,
bool? isEgressNode,
AWSTimestamp? lastSeen,
@JsonKey(name: 'localCARoot')
String? localCaRoot,
int? meshNetworkBitmask,
IPType? meshNetworkType,
Org? org,
UserRef? owner,
int? port,
String? publicKey,
String? recipe,
String? region,
String? settings,
@JsonKey(name: 'spaceID')
required String spaceId,
String? spaceName,
SpaceStatus? status,
SpaceUsersConnection? users,
String? version,
String? vpnType,
}) = _Space;