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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ConflictingOwnership
Returns a new instance of ConflictingOwnership
1502 1503 1504 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1502 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
1495 1496 1497 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1495 def owner @owner end |
#ratio ⇒ Float
The percentage of the asset that the owner controls or administers.
Corresponds to the JSON property ratio
1500 1501 1502 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1500 def ratio @ratio end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1507 1508 1509 1510 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1507 def update!(**args) @owner = args[:owner] if args.key?(:owner) @ratio = args[:ratio] if args.key?(:ratio) end |