ListSpacecraftAvailableContactsResult

data class ListSpacecraftAvailableContactsResult(val nextLink: String, val value: List<AvailableContactsResponse>? = null)

Response for the ListAvailableContacts API service call.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to get the next set of results.

Link copied to clipboard

A list of available contacts.