AuthorizedSellerStatusAssignedTargetingOptionDetails
import type { AuthorizedSellerStatusAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents an assigned authorized seller status. This will be populated in
the details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_AUTHORIZED_SELLER_STATUS
. If a resource does not have an
TARGETING_TYPE_AUTHORIZED_SELLER_STATUS
assigned targeting option, it is
using the "Authorized Direct Sellers and Resellers" option.
interface AuthorizedSellerStatusAssignedTargetingOptionDetails {
readonly authorizedSellerStatus?: "AUTHORIZED_SELLER_STATUS_UNSPECIFIED" | "AUTHORIZED_SELLER_STATUS_AUTHORIZED_DIRECT_SELLERS_ONLY" | "AUTHORIZED_SELLER_STATUS_AUTHORIZED_AND_NON_PARTICIPATING_PUBLISHERS";
targetingOptionId?: string;
}