View Source GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewabilityDates (google_api_content_warehouse v0.4.0)

Viewability related dates.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewabilityDates{
  effectiveDate: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.