Get Geofence Collection Result
data class GetGeofenceCollectionResult(val arn: String? = null, val collectionArn: String? = null, val createTime: String? = null, val pricingPlan: GeofenceCollectionPricingPlan? = null, val pricingPlanDataSource: String? = null, val updateTime: String? = null)
Constructors
Link copied to clipboard
fun GetGeofenceCollectionResult(arn: String? = null, collectionArn: String? = null, createTime: String? = null, pricingPlan: GeofenceCollectionPricingPlan? = null, pricingPlanDataSource: String? = null, updateTime: String? = null)