AssetResponse

constructor(name: String? = null, storeId: String, address: AssetAddressResponse? = null, contact: AssetContact? = null, open: AssetOpenResponse? = null, weeklyOpening: AssetWeeklyOpeningResponse? = null, types: List<String>? = null, tags: List<String>? = null, lastUpdated: String? = null, userProperties: Map<String, Any>? = null, openingHours: AssetOpeningHours? = null, distance: Double? = null)

Parameters

name

The asset's name.

storeId

A textual identifier that uniquely identifies an Asset. It must matches the following regexp [A-Za-z0-9]+

address
contact

open

weeklyOpening
types

Contains an array of types describing the Asset.

tags

Contains an array of tags describing the Asset. For example a list of available amenities.

lastUpdated

the previous date timestamp when the asset has been updated

userProperties

Contains all additional information relative to an Asset. If not set it returns null value.

openingHours
distance

The distance in meters from the geolocated position or searched position if exist