ApplicationServer class

Mixed in types
Annotations
  • @freezed

Constructors

ApplicationServer({required int id, required String externalId, required String uuid, required String identifier, required String name, required String description, required ServerStatus status, @Deprecated('Use status instead') required bool suspended, required ServerLimits limits, required ServerFeatureLimits featureLimits, required int user, required int node, required int allocation, required int nest, required int egg, required ApplicationServerContainer container, required DateTime createdAt, required DateTime updatedAt, ApplicationServerRelationships? relationships})
const
factory
ApplicationServer.fromJson(JsonMap json)
factory

Properties

allocation int
no setterinherited
container ApplicationServerContainer
no setterinherited
copyWith → $ApplicationServerCopyWith<ApplicationServer>
no setterinherited
createdAt DateTime
no setterinherited
description String
no setterinherited
egg int
no setterinherited
externalId String
no setterinherited
featureLimits ServerFeatureLimits
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
identifier String
no setterinherited
limits ServerLimits
no setterinherited
name String
no setterinherited
nest int
no setterinherited
node int
no setterinherited
relationships ApplicationServerRelationships?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ServerStatus
no setterinherited
suspended bool
no setterinherited
updatedAt DateTime
no setterinherited
user int
no setterinherited
uuid String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited