Class ModuleViewConstraints
Constraints that all must be met for the module to be shown.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ModuleViewConstraints : IDirectResponseSchema
Properties
DisplayInterval
The period of time that the module will be displayed to users. Can define both a startTime
and endTime
.
The module is displayed immediately after insertion unless a startTime
is set. The module is displayed
indefinitely if endTime
is not set.
Declaration
[JsonProperty("displayInterval")]
public virtual TimeInterval DisplayInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeInterval |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |