Class: Google::Apis::DisplayvideoV2::UserRewardedContentAssignedTargetingOptionDetails

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

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserRewardedContentAssignedTargetingOptionDetails

Returns a new instance of UserRewardedContentAssignedTargetingOptionDetails.



11430
11431
11432
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11430

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

Instance Attribute Details

#targeting_option_idString

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_USER_REWARDED_CONTENT. Corresponds to the JSON property targetingOptionId

Returns:

  • (String)


11423
11424
11425
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11423

def targeting_option_id
  @targeting_option_id
end

#user_rewarded_contentString

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

Returns:

  • (String)


11428
11429
11430
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11428

def user_rewarded_content
  @user_rewarded_content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11435
11436
11437
11438
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 11435

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