Class: Google::Apis::YoutubeAnalyticsV2::EmptyResponse
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeAnalyticsV2::EmptyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_analytics_v2/classes.rb,
generated/google/apis/youtube_analytics_v2/representations.rb,
generated/google/apis/youtube_analytics_v2/representations.rb
Overview
Empty response.
Instance Attribute Summary collapse
-
#errors ⇒ Google::Apis::YoutubeAnalyticsV2::Errors
Request Error information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmptyResponse
constructor
A new instance of EmptyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EmptyResponse
Returns a new instance of EmptyResponse.
35 36 37 |
# File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 35 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Google::Apis::YoutubeAnalyticsV2::Errors
Request Error information. The presence of an error field signals that the
operation has failed.
Corresponds to the JSON property errors
33 34 35 |
# File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 33 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40 41 42 |
# File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 40 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |