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 generated/google/apis/youtube_partner_v1/classes.rb, line 1425 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 1430 def update!(**args) @owner = args[:owner] if args.key?(:owner) @ratio = args[:ratio] if args.key?(:ratio) end