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



2997
2998
2999
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2997

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

Instance Attribute Details

#ratingString

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

Returns:

  • (String)


2990
2991
2992
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2990

def rating
  @rating
end

#rating_systemString

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

Returns:

  • (String)


2995
2996
2997
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2995

def rating_system
  @rating_system
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3002
3003
3004
3005
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3002

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