class Google::Apis::DisplayvideoV1::UserRewardedContentAssignedTargetingOptionDetails

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`.

Attributes

targeting_option_id[RW]

Required. The targeting_option_id field when targeting_type is ` TARGETING_TYPE_USER_REWARDED_CONTENT`. Corresponds to the JSON property `targetingOptionId` @return [String]

user_rewarded_content[RW]

Output only. User rewarded content status for video ads. Corresponds to the JSON property `userRewardedContent` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 9556
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 9561
def update!(**args)
  @targeting_option_id = args[:targeting_option_id] if args.key?(:targeting_option_id)
  @user_rewarded_content = args[:user_rewarded_content] if args.key?(:user_rewarded_content)
end