class Google::Apis::YoutubeV3::LiveStreamStatus

Brief description of the live stream status.

Attributes

health_status[RW]

The health status of the stream. Corresponds to the JSON property `healthStatus` @return [Google::Apis::YoutubeV3::LiveStreamHealthStatus]

stream_status[RW]

Corresponds to the JSON property `streamStatus` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 5035
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 5040
def update!(**args)
  @health_status = args[:health_status] if args.key?(:health_status)
  @stream_status = args[:stream_status] if args.key?(:stream_status)
end