Class: Google::Apis::YoutubePartnerV1::Rating

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Rating

Returns a new instance of Rating.



2889
2890
2891
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2889

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ratingString

The rating that the asset received. Corresponds to the JSON property rating

Returns:

  • (String)


2882
2883
2884
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2882

def rating
  @rating
end

#rating_systemString

The rating system associated with the rating. Corresponds to the JSON property ratingSystem

Returns:

  • (String)


2887
2888
2889
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2887

def rating_system
  @rating_system
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2894
2895
2896
2897
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2894

def update!(**args)
  @rating = args[:rating] if args.key?(:rating)
  @rating_system = args[:rating_system] if args.key?(:rating_system)
end