class Google::Apis::DisplayvideoV1::GenderTargetingOptionDetails
Represents a targetable gender. This will be populated in the gender_details field of a TargetingOption
when targeting_type is `TARGETING_TYPE_GENDER`.
Attributes
gender[RW]
Output only. The gender of an audience. Corresponds to the JSON property `gender` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 4690 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 4695 def update!(**args) @gender = args[:gender] if args.key?(:gender) end