google_api_ad_exchange_seller v0.1.0 GoogleApi.AdExchangeSeller.V20.Model.ReportingMetadataEntry View Source

Attributes

  • compatibleDimensions ([String.t]): For metrics this is a list of dimension IDs which the metric is compatible with, for dimensions it is a list of compatibility groups the dimension belongs to. Defaults to: null.
  • compatibleMetrics ([String.t]): The names of the metrics the dimension or metric this reporting metadata entry describes is compatible with. Defaults to: null.
  • id (String.t): Unique identifier of this reporting metadata entry, corresponding to the name of the appropriate dimension or metric. Defaults to: null.
  • kind (String.t): Kind of resource this is, in this case adexchangeseller#reportingMetadataEntry. Defaults to: null.
  • requiredDimensions ([String.t]): The names of the dimensions which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted. Defaults to: null.
  • requiredMetrics ([String.t]): The names of the metrics which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted. Defaults to: null.
  • supportedProducts ([String.t]): The codes of the projects supported by the dimension or metric this reporting metadata entry describes. 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.AdExchangeSeller.V20.Model.ReportingMetadataEntry{
  compatibleDimensions: [any()],
  compatibleMetrics: [any()],
  id: any(),
  kind: any(),
  requiredDimensions: [any()],
  requiredMetrics: [any()],
  supportedProducts: [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.