Method: Google::Apis::YoutubeAnalyticsV1::Group::Snippet#update!

Defined in:
generated/google/apis/youtube_analytics_v1/classes.rb

#update!(**args) ⇒ Object

Update properties of this object



320
321
322
323
# File 'generated/google/apis/youtube_analytics_v1/classes.rb', line 320

def update!(**args)
  @published_at = args[:published_at] if args.key?(:published_at)
  @title = args[:title] if args.key?(:title)
end