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

View Source

Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.

Attributes

  • excludedIds (type: list(String.t), default: nil) - The IDs excluded in a configuration.
  • includedIds (type: list(String.t), default: nil) - The IDs included in a configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.NumericTargetingDimension{
  excludedIds: [String.t()] | nil,
  includedIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.