ListSpacecraftAvailableContactsPlainArgs

data class ListSpacecraftAvailableContactsPlainArgs(val contactProfile: ContactParametersContactProfile, val endTime: String, val groundStationName: String, val resourceGroupName: String, val spacecraftName: String, val startTime: String) : ConvertibleToJava<ListSpacecraftAvailableContactsPlainArgs>

Constructors

Link copied to clipboard
constructor(contactProfile: ContactParametersContactProfile, endTime: String, groundStationName: String, resourceGroupName: String, spacecraftName: String, startTime: String)

Properties

Link copied to clipboard

The reference to the contact profile resource.

Link copied to clipboard

End time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

Name of Azure Ground Station.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Spacecraft ID.

Link copied to clipboard

Start time of a contact (ISO 8601 UTC standard).

Functions

Link copied to clipboard
open override fun toJava(): ListSpacecraftAvailableContactsPlainArgs