GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewabilityDates
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Viewability related dates.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
effectiveDate
(type:String.t
, default:nil
)
- If specified, the LocaleViewability will become effective on this date. This field is used to allow pre-indexing of future books which will become viewable and searchable according to the LocaleViewability on the specified date. Before the effective date, the volume will have scanless-like VIEW_METADATA viewability. For details, see the design document at http://go/oceanviewabilityeffectivedate. The date is expressed as the number of seconds since the Unix epoch.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewabilityDates{
effectiveDate: String.t() | nil
}
effectiveDate: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewabilityDates