Get Fleetspace Result
data class GetFleetspaceResult(val id: String, val name: String, val properties: FleetspacePropertiesResponse, val systemData: SystemDataResponse, val type: String)
A fleetspace.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: FleetspacePropertiesResponse, systemData: SystemDataResponse, type: String)