GoogleCloudChannelV1TrialSettingsResponse

data class GoogleCloudChannelV1TrialSettingsResponse(val endTime: String, val trial: Boolean)

Settings for trial offers.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

Link copied to clipboard

Determines if the entitlement is in a trial or not: * true - The entitlement is in trial. * false - The entitlement is not in trial.