View Source GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingData (google_api_content_warehouse v0.3.0)
Attributes
-
lastMonthBucket
(type:GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t
, default:nil
) - Documents with byline date younger than month at the event time. -
lastWeekBucket
(type:GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t
, default:nil
) - Documents with byline date younger than week at the event time. -
lastYearBucket
(type:GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t
, default:nil
) - Documents with byline date younger than year at the event time. -
yearPlusBucket
(type:GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t
, default:nil
) - Documents with byline date older than year at the event time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingData{ lastMonthBucket: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t() | nil, lastWeekBucket: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t() | nil, lastYearBucket: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t() | nil, yearPlusBucket: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsAgingDataAgingAgeBucket.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.