class Google::Apis::YoutubeAnalyticsV2::EmptyResponse
Empty response.
Attributes
errors[RW]
Request Error information. The presence of an error field signals that the operation has failed. Corresponds to the JSON property `errors` @return [Google::Apis::YoutubeAnalyticsV2::Errors]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_analytics_v2/classes.rb, line 35 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_analytics_v2/classes.rb, line 40 def update!(**args) @errors = args[:errors] if args.key?(:errors) end