Class: Google::Apis::YoutubePartnerV1::CountriesRestriction
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::CountriesRestriction
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_partner_v1/classes.rb,
generated/google/apis/youtube_partner_v1/representations.rb,
generated/google/apis/youtube_partner_v1/representations.rb
Instance Attribute Summary collapse
-
#ad_formats ⇒ Array<String>
A list of ad formats that can be used in the specified countries.
-
#territories ⇒ Array<String>
A list of ISO 3166-1 alpha-2 country codes that identify the countries where ads are enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CountriesRestriction
constructor
A new instance of CountriesRestriction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CountriesRestriction
Returns a new instance of CountriesRestriction
1652 1653 1654 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1652 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_formats ⇒ Array<String>
A list of ad formats that can be used in the specified countries.
Corresponds to the JSON property adFormats
1644 1645 1646 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1644 def ad_formats @ad_formats end |
#territories ⇒ Array<String>
A list of ISO 3166-1 alpha-2 country codes that identify the countries where
ads are enabled.
Corresponds to the JSON property territories
1650 1651 1652 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1650 def territories @territories end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1657 1658 1659 1660 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1657 def update!(**args) @ad_formats = args[:ad_formats] if args.key?(:ad_formats) @territories = args[:territories] if args.key?(:territories) end |