class Google::Apis::YoutubePartnerV1::ConflictingOwnership

Attributes

owner[RW]

The ID of the conflicting asset's owner. Corresponds to the JSON property `owner` @return [String]

ratio[RW]

The percentage of the asset that the owner controls or administers. Corresponds to the JSON property `ratio` @return [Float]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 1322
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 1327
def update!(**args)
  @owner = args[:owner] if args.key?(:owner)
  @ratio = args[:ratio] if args.key?(:ratio)
end