View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TrialSettings (google_api_cloud_channel v0.7.0)
Settings for trial offers.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter. -
trial
(type:boolean()
, default:nil
) - Determines if the entitlement is in a trial or not:true
- The entitlement is in trial.false
- The entitlement is not in trial.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TrialSettings{ endTime: DateTime.t() | nil, trial: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.