google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.CampaignCreativeAssociation View Source

Identifies a creative which has been associated with a given campaign.

Attributes

  • creativeId (type: String.t, default: nil) - ID of the creative associated with the campaign. This is a required field.
  • kind (type: String.t, default: dfareporting#campaignCreativeAssociation) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociation".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.CampaignCreativeAssociation{
  creativeId: String.t(),
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.