google_api_content v0.4.0 GoogleApi.Content.V2.Model.DatafeedStatus View Source

The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.

Attributes

  • country (String.t): The country for which the status is reported, represented as a CLDR territory code. Defaults to: null.
  • datafeedId (String.t): The ID of the feed for which the status is reported. Defaults to: null.
  • errors ([DatafeedStatusError]): The list of errors occurring in the feed. Defaults to: null.
  • itemsTotal (String.t): The number of items in the feed that were processed. Defaults to: null.
  • itemsValid (String.t): The number of items in the feed that were valid. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus". Defaults to: null.
  • language (String.t): The two-letter ISO 639-1 language for which the status is reported. Defaults to: null.
  • lastUploadDate (String.t): The last date at which the feed was uploaded. Defaults to: null.
  • processingStatus (String.t): The processing status of the feed. Defaults to: null.
  • warnings ([DatafeedStatusError]): The list of errors occurring in the feed. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.DatafeedStatus{
  country: any(),
  datafeedId: any(),
  errors: [GoogleApi.Content.V2.Model.DatafeedStatusError.t()],
  itemsTotal: any(),
  itemsValid: any(),
  kind: any(),
  language: any(),
  lastUploadDate: any(),
  processingStatus: any(),
  warnings: [GoogleApi.Content.V2.Model.DatafeedStatusError.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.