Class TrialSettings (1.3.2)

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

Settings for trial offers. .. attribute:: trial

Determines if the entitlement is in a trial or not:

  • true - The entitlement is in trial.
  • false - The entitlement is not in trial.

    :type: bool

Attribute

NameDescription
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