Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UserRewardedContentAssignedTargetingOptionDetails

import type { UserRewardedContentAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

User rewarded content targeting option details. This will be populated in the user_rewarded_content_details field when targeting_type is TARGETING_TYPE_USER_REWARDED_CONTENT.

interface UserRewardedContentAssignedTargetingOptionDetails {
targetingOptionId?: string;
readonly userRewardedContent?: "USER_REWARDED_CONTENT_UNSPECIFIED" | "USER_REWARDED_CONTENT_USER_REWARDED" | "USER_REWARDED_CONTENT_NOT_USER_REWARDED";
}

§Properties

§
targetingOptionId?: string
[src]

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_USER_REWARDED_CONTENT.

§
readonly userRewardedContent?: "USER_REWARDED_CONTENT_UNSPECIFIED" | "USER_REWARDED_CONTENT_USER_REWARDED" | "USER_REWARDED_CONTENT_NOT_USER_REWARDED"
[src]

Output only. User rewarded content status for video ads.