Class: Google::Apis::YoutubePartnerV1::Rating
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::Rating
- 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
-
#rating ⇒ String
The rating that the asset received.
-
#rating_system ⇒ String
The rating system associated with the rating.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Rating
constructor
A new instance of Rating.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Rating
Returns a new instance of Rating.
3260 3261 3262 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3260 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rating ⇒ String
The rating that the asset received.
Corresponds to the JSON property rating
3253 3254 3255 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3253 def @rating end |
#rating_system ⇒ String
The rating system associated with the rating.
Corresponds to the JSON property ratingSystem
3258 3259 3260 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3258 def @rating_system end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3265 3266 3267 3268 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3265 def update!(**args) @rating = args[:rating] if args.key?(:rating) @rating_system = args[:rating_system] if args.key?(:rating_system) end |