ZoneUserInfo

data class ZoneUserInfo(val regionIds: List<String>? = null, val userId: String? = null)

Constructors

Link copied to clipboard
constructor(regionIds: List<String>? = null, userId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val regionIds: List<String>? = null

The list of the region IDs.

Link copied to clipboard
val userId: String? = null

The user ID belonging to the region is used for cross-account synchronization scenarios.