Class TrialSettings (1.8.0)

TrialSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings for trial offers.

Attributes

NameDescription
trial bool
Determines if the entitlement is in a trial or not: - ``true`` - The entitlement is in trial. - ``false`` - The entitlement is not in trial.
end_time google.protobuf.timestamp_pb2.Timestamp
Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example `Epoch converter

Inheritance

builtins.object > proto.message.Message > TrialSettings