GoogleCloudRetailV2alphaConditionTimeRangeResponse

data class GoogleCloudRetailV2alphaConditionTimeRangeResponse(val endTime: String, val startTime: String)

Used for time-dependent conditions. Example: Want to have rule applied for week long sale.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End of time range. Range is inclusive.

Link copied to clipboard

Start of time range. Range is inclusive.