Show / Hide Table of Contents

Class ModuleViewConstraints

Constraints that all must be met for the module to be shown.

Inheritance
object
ModuleViewConstraints
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX