GoogleCloudRetailV2betaConditionTimeRangeResponse

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

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

Constructors

constructor(endTime: String, startTime: String)

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.