Class: Google::Apis::YoutubePartnerV1::ConflictingOwnership
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::ConflictingOwnership
- 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
-
#owner ⇒ String
The ID of the conflicting asset's owner.
-
#ratio ⇒ Float
The percentage of the asset that the owner controls or administers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConflictingOwnership
constructor
A new instance of ConflictingOwnership.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConflictingOwnership
Returns a new instance of ConflictingOwnership.
1316 1317 1318 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1316 def initialize(**args) update!(**args) end |
Instance Attribute Details
#owner ⇒ String
The ID of the conflicting asset's owner.
Corresponds to the JSON property owner
1309 1310 1311 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1309 def owner @owner end |
#ratio ⇒ Float
The percentage of the asset that the owner controls or administers.
Corresponds to the JSON property ratio
1314 1315 1316 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1314 def ratio @ratio end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1321 1322 1323 1324 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1321 def update!(**args) @owner = args[:owner] if args.key?(:owner) @ratio = args[:ratio] if args.key?(:ratio) end |