GoogleApi.DFAReporting.V34.Model.CustomEventImpressionAnnotation (google_api_dfa_reporting v0.31.0)

View Source

Annotate an impression.

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#customEventImpressionAnnotation".
  • pathImpressionId (type: String.t, default: nil) - The path impression ID. Use this field to annotate the impression associated with the pathImpressionId.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.CustomEventImpressionAnnotation{
  kind: String.t() | nil,
  pathImpressionId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.