Class: Google::Apis::DisplayvideoV4::UserRewardedContentTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserRewardedContentTargetingOptionDetails

Returns a new instance of UserRewardedContentTargetingOptionDetails.



14189
14190
14191
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14189

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_rewarded_contentString

Output only. User rewarded content status for video ads. Corresponds to the JSON property userRewardedContent

Returns:

  • (String)


14187
14188
14189
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14187

def user_rewarded_content
  @user_rewarded_content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14194
14195
14196
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14194

def update!(**args)
  @user_rewarded_content = args[:user_rewarded_content] if args.key?(:user_rewarded_content)
end