class Google::Apis::YoutubePartnerV1::TerritoryConflicts
Attributes
conflicting_ownership[RW]
A list of conflicting ownerships. Corresponds to the JSON property `conflictingOwnership` @return [Array<Google::Apis::YoutubePartnerV1::ConflictingOwnership>]
territory[RW]
A territories where the ownership conflict is present. Territory is an ISO 3166 two-letter country code.. Corresponds to the JSON property `territory` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 3958 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_partner_v1/classes.rb, line 3963 def update!(**args) @conflicting_ownership = args[:conflicting_ownership] if args.key?(:conflicting_ownership) @territory = args[:territory] if args.key?(:territory) end