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

Attributes

  • destination (String.t): The destination the issue applies to. Defaults to: null.
  • detail (String.t): A more detailed error string. Defaults to: null.
  • fetchStatus (String.t): The fetch status for landing_page_errors. Defaults to: null.
  • id (String.t): The id of the data quality issue. Defaults to: null.
  • location (String.t): The attribute name that is relevant for the issue. Defaults to: null.
  • severity (String.t): The severity of the data quality issue. Defaults to: null.
  • timestamp (String.t): The time stamp of the data quality issue. Defaults to: null.
  • valueOnLandingPage (String.t): The value of that attribute that was found on the landing page Defaults to: null.
  • valueProvided (String.t): The value the attribute had at time of evaluation. 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.ProductStatusDataQualityIssue{
  destination: any(),
  detail: any(),
  fetchStatus: any(),
  id: any(),
  location: any(),
  severity: any(),
  timestamp: any(),
  valueOnLandingPage: any(),
  valueProvided: any()
}

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.