class Google::Apis::DisplayvideoV3::YoutubeVideoDetails

Details of a YouTube video.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @unavailable_reason = args[:unavailable_reason] if args.key?(:unavailable_reason)
end