class Google::Apis::YoutubeAnalyticsV1::GroupItem::Resource
Attributes
id[RW]
Corresponds to the JSON property `id` @return [String]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 383 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 388 def update!(**args) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) end