PlaceIndexDataSourceConfiguration

data class PlaceIndexDataSourceConfiguration(val intendedUse: String? = null)

Constructors

Link copied to clipboard
constructor(intendedUse: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intendedUse: String? = null

Specifies how the results of an operation will be stored by the caller. Valid values: SingleUse, Storage. Default: SingleUse.