class Google::Apis::YoutubeAnalyticsV1::Group

Attributes

content_details[RW]

Corresponds to the JSON property `contentDetails` @return [Google::Apis::YoutubeAnalyticsV1::Group::ContentDetails]

etag[RW]

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

id[RW]

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

kind[RW]

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

snippet[RW]

Corresponds to the JSON property `snippet` @return [Google::Apis::YoutubeAnalyticsV1::Group::Snippet]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 263
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 268
def update!(**args)
  @content_details = args[:content_details] if args.key?(:content_details)
  @etag = args[:etag] if args.key?(:etag)
  @id = args[:id] if args.key?(:id)
  @kind = args[:kind] if args.key?(:kind)
  @snippet = args[:snippet] if args.key?(:snippet)
end