Class: Google::Apis::CloudsearchV1::YouTubeBroadcastStats
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::YouTubeBroadcastStats
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Statistics of the YouTube broadcast session.
Instance Attribute Summary collapse
-
#estimated_viewer_count ⇒ Fixnum
Estimated concurrent viewer count.
Instance Method Summary collapse
-
#initialize(**args) ⇒ YouTubeBroadcastStats
constructor
A new instance of YouTubeBroadcastStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ YouTubeBroadcastStats
Returns a new instance of YouTubeBroadcastStats.
18197 18198 18199 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18197 def initialize(**args) update!(**args) end |
Instance Attribute Details
#estimated_viewer_count ⇒ Fixnum
Estimated concurrent viewer count.
Corresponds to the JSON property estimatedViewerCount
18195 18196 18197 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18195 def estimated_viewer_count @estimated_viewer_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18202 18203 18204 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 18202 def update!(**args) @estimated_viewer_count = args[:estimated_viewer_count] if args.key?(:estimated_viewer_count) end |