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



2872
2873
2874
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2872

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

Instance Attribute Details

#ratingString

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

Returns:

  • (String)


2865
2866
2867
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2865

def rating
  @rating
end

#rating_systemString

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

Returns:

  • (String)


2870
2871
2872
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2870

def rating_system
  @rating_system
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2877
2878
2879
2880
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2877

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