Class: Google::Apis::PartnersV2::ResponseMetadata
- Inherits:
-
Object
- Object
- Google::Apis::PartnersV2::ResponseMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/partners_v2/classes.rb,
generated/google/apis/partners_v2/representations.rb,
generated/google/apis/partners_v2/representations.rb
Overview
Common data that is in each API response.
Instance Attribute Summary collapse
-
#debug_info ⇒ Google::Apis::PartnersV2::DebugInfo
Debug information about this request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponseMetadata
constructor
A new instance of ResponseMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResponseMetadata
Returns a new instance of ResponseMetadata
1962 1963 1964 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#debug_info ⇒ Google::Apis::PartnersV2::DebugInfo
Debug information about this request.
Corresponds to the JSON property debugInfo
1960 1961 1962 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1960 def debug_info @debug_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1967 1968 1969 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1967 def update!(**args) @debug_info = args[:debug_info] if args.key?(:debug_info) end |