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 generated/google/apis/youtube_partner_v1/classes.rb, line 3401
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_partner_v1/classes.rb, line 3406
def update!(**args)
  @conflicting_ownership = args[:conflicting_ownership] if args.key?(:conflicting_ownership)
  @territory = args[:territory] if args.key?(:territory)
end