class Google::Apis::YoutubeV3::RelatedEntity

Attributes

entity[RW]

Corresponds to the JSON property `entity` @return [Google::Apis::YoutubeV3::Entity]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 6142
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_v3/classes.rb, line 6147
def update!(**args)
  @entity = args[:entity] if args.key?(:entity)
end