GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension (google_api_real_time_bidding v0.13.2)

View Source

Generic targeting with string values used in app, website and publisher targeting.

Attributes

  • targetingMode (type: String.t, default: nil) - How the items in this list should be targeted.
  • values (type: list(String.t), default: nil) - The values specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension{
  targetingMode: String.t() | nil,
  values: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.