A2AFabric Specific Location Details Response
data class A2AFabricSpecificLocationDetailsResponse(val initialPrimaryExtendedLocation: ExtendedLocationResponse? = null, val initialPrimaryFabricLocation: String? = null, val initialPrimaryZone: String? = null, val initialRecoveryExtendedLocation: ExtendedLocationResponse? = null, val initialRecoveryFabricLocation: String? = null, val initialRecoveryZone: String? = null, val primaryExtendedLocation: ExtendedLocationResponse? = null, val primaryFabricLocation: String? = null, val primaryZone: String? = null, val recoveryExtendedLocation: ExtendedLocationResponse? = null, val recoveryFabricLocation: String? = null, val recoveryZone: String? = null)
ExtendedLocation details data.
Constructors
Link copied to clipboard
fun A2AFabricSpecificLocationDetailsResponse(initialPrimaryExtendedLocation: ExtendedLocationResponse? = null, initialPrimaryFabricLocation: String? = null, initialPrimaryZone: String? = null, initialRecoveryExtendedLocation: ExtendedLocationResponse? = null, initialRecoveryFabricLocation: String? = null, initialRecoveryZone: String? = null, primaryExtendedLocation: ExtendedLocationResponse? = null, primaryFabricLocation: String? = null, primaryZone: String? = null, recoveryExtendedLocation: ExtendedLocationResponse? = null, recoveryFabricLocation: String? = null, recoveryZone: String? = null)