GoogleApi.DFAReporting.V33.Model.CompatibleFields (google_api_dfa_reporting v0.31.0)

View Source

Represents a response to the queryCompatibleFields method.

Attributes

  • crossDimensionReachReportCompatibleFields (type: GoogleApi.DFAReporting.V33.Model.CrossDimensionReachReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
  • floodlightReportCompatibleFields (type: GoogleApi.DFAReporting.V33.Model.FloodlightReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "FLOODLIGHT".
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#compatibleFields.
  • pathToConversionReportCompatibleFields (type: GoogleApi.DFAReporting.V33.Model.PathToConversionReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".
  • reachReportCompatibleFields (type: GoogleApi.DFAReporting.V33.Model.ReachReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "REACH".
  • reportCompatibleFields (type: GoogleApi.DFAReporting.V33.Model.ReportCompatibleFields.t, default: nil) - Contains items that are compatible to be selected for a report of type "STANDARD".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.CompatibleFields{
  crossDimensionReachReportCompatibleFields:
    GoogleApi.DFAReporting.V33.Model.CrossDimensionReachReportCompatibleFields.t()
    | nil,
  floodlightReportCompatibleFields:
    GoogleApi.DFAReporting.V33.Model.FloodlightReportCompatibleFields.t() | nil,
  kind: String.t() | nil,
  pathToConversionReportCompatibleFields:
    GoogleApi.DFAReporting.V33.Model.PathToConversionReportCompatibleFields.t()
    | nil,
  reachReportCompatibleFields:
    GoogleApi.DFAReporting.V33.Model.ReachReportCompatibleFields.t() | nil,
  reportCompatibleFields:
    GoogleApi.DFAReporting.V33.Model.ReportCompatibleFields.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.