GoogleApi.DisplayVideo.V1.Model.AppAssignedTargetingOptionDetails (google_api_display_video v0.17.0) View Source

Details for assigned app targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_APP.

Attributes

  • appId (type: String.t, default: nil) - Required. The ID of the app. Android's Play store app uses bundle ID, for example com.google.android.gm. Apple's App store app ID uses 9 digit string, for example 422689480.
  • displayName (type: String.t, default: nil) - Output only. The display name of the app.
  • negative (type: boolean(), default: nil) - Indicates if this option is being negatively targeted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DisplayVideo.V1.Model.AppAssignedTargetingOptionDetails{
  appId: String.t(),
  displayName: String.t(),
  negative: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.