Class: Google::Apis::YoutubeAnalyticsV1::Group

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_analytics_v1/classes.rb,
generated/google/apis/youtube_analytics_v1/representations.rb,
generated/google/apis/youtube_analytics_v1/representations.rb

Defined Under Namespace

Classes: ContentDetails, Snippet

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Group

Returns a new instance of Group.



263
264
265
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 263

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#content_detailsGoogle::Apis::YoutubeAnalyticsV1::Group::ContentDetails

Corresponds to the JSON property contentDetails



241
242
243
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 241

def content_details
  @content_details
end

#etagString

Corresponds to the JSON property etag

Returns:

  • (String)


246
247
248
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 246

def etag
  @etag
end

#idString

Corresponds to the JSON property id

Returns:

  • (String)


251
252
253
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 251

def id
  @id
end

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


256
257
258
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 256

def kind
  @kind
end

#snippetGoogle::Apis::YoutubeAnalyticsV1::Group::Snippet

Corresponds to the JSON property snippet



261
262
263
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 261

def snippet
  @snippet
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



268
269
270
271
272
273
274
# 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