A2AExtended Location Details Response
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)