Cloud Channel v1 API - Class TrialSettings (2.11.0)

public sealed class TrialSettings : IMessage<TrialSettings>, IEquatable<TrialSettings>, IDeepCloneable<TrialSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class TrialSettings.

Settings for trial offers.

Inheritance

object > TrialSettings

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TrialSettings()

public TrialSettings()

TrialSettings(TrialSettings)

public TrialSettings(TrialSettings other)
Parameter
NameDescription
otherTrialSettings

Properties

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

Trial

public bool Trial { get; set; }

Determines if the entitlement is in a trial or not:

  • true - The entitlement is in trial.
  • false - The entitlement is not in trial.
Property Value
TypeDescription
bool