A2AExtendedLocationDetailsResponse

data class A2AExtendedLocationDetailsResponse(val primaryExtendedLocation: ExtendedLocationResponse? = null, val recoveryExtendedLocation: ExtendedLocationResponse? = null)

ExtendedLocation details data.

Constructors

Link copied to clipboard
constructor(primaryExtendedLocation: ExtendedLocationResponse? = null, recoveryExtendedLocation: ExtendedLocationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary ExtendedLocation.

Link copied to clipboard

The recovery ExtendedLocation.