class Google::Apis::YoutubeV3::ChannelSectionTargeting
ChannelSection targeting setting.
Attributes
countries[RW]
The country the channel section is targeting. Corresponds to the JSON property `countries` @return [Array<String>]
languages[RW]
The language the channel section is targeting. Corresponds to the JSON property `languages` @return [Array<String>]
regions[RW]
The region the channel section is targeting. Corresponds to the JSON property `regions` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 1600 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_v3/classes.rb, line 1605 def update!(**args) @countries = args[:countries] if args.key?(:countries) @languages = args[:languages] if args.key?(:languages) @regions = args[:regions] if args.key?(:regions) end