GoogleApi.WalletObjects.V1.Model.ModuleViewConstraints (google_api_wallet_objects v0.12.0)
View SourceConstraints that all must be met for the module to be shown.
Attributes
-
displayInterval
(type:GoogleApi.WalletObjects.V1.Model.TimeInterval.t
, default:nil
) - The period of time that the module will be displayed to users. Can define both astartTime
andendTime
. The module is displayed immediately after insertion unless astartTime
is set. The module is displayed indefinitely ifendTime
is not set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.ModuleViewConstraints{ displayInterval: GoogleApi.WalletObjects.V1.Model.TimeInterval.t() | nil }