class Google::Apis::YoutubeAnalyticsV1::GroupItem
Attributes
etag[RW]
Corresponds to the JSON property `etag` @return [String]
group_id[RW]
Corresponds to the JSON property `groupId` @return [String]
id[RW]
Corresponds to the JSON property `id` @return [String]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
resource[RW]
Corresponds to the JSON property `resource` @return [Google::Apis::YoutubeAnalyticsV1::GroupItem::Resource]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 356 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 361 def update!(**args) @etag = args[:etag] if args.key?(:etag) @group_id = args[:group_id] if args.key?(:group_id) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @resource = args[:resource] if args.key?(:resource) end