Get Regions Result
data class GetRegionsResult(val current: Boolean? = null, val id: String, val outputFile: String? = null, val regionId: String? = null, val regions: List<GetRegionsRegion>)
A collection of values returned by getRegions.
Constructors
Link copied to clipboard
fun GetRegionsResult(current: Boolean? = null, id: String, outputFile: String? = null, regionId: String? = null, regions: List<GetRegionsRegion>)