class Google::Apis::PartnersV2::ResponseMetadata
Common data that is in each API response.
Attributes
debug_info[RW]
Debug information about this request. Corresponds to the JSON property `debugInfo` @return [Google::Apis::PartnersV2::DebugInfo]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/partners_v2/classes.rb, line 342 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/partners_v2/classes.rb, line 347 def update!(**args) @debug_info = args[:debug_info] if args.key?(:debug_info) end