class Google::Apis::YoutubeV3::CommentSnippetAuthorChannelId
The id of the author's YouTube channel, if any.
Attributes
value[RW]
Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 2186 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 2191 def update!(**args) @value = args[:value] if args.key?(:value) end