class Google::Apis::DisplayvideoV1::UserRewardedContentTargetingOptionDetails

Represents a targetable user rewarded content status for video ads only. This will be populated in the user_rewarded_content_details field when targeting_type is `TARGETING_TYPE_USER_REWARDED_CONTENT`.

Attributes

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 9578
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 9583
def update!(**args)
  @user_rewarded_content = args[:user_rewarded_content] if args.key?(:user_rewarded_content)
end