Class: Google::Apis::DiscoveryV1::RestMethod::Response

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discovery_v1/classes.rb,
lib/google/apis/discovery_v1/representations.rb,
lib/google/apis/discovery_v1/representations.rb

Overview

The schema for the response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Response

Returns a new instance of Response.



931
932
933
# File 'lib/google/apis/discovery_v1/classes.rb', line 931

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#_refString

Schema ID for the response schema. Corresponds to the JSON property $ref

Returns:

  • (String)


929
930
931
# File 'lib/google/apis/discovery_v1/classes.rb', line 929

def _ref
  @_ref
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



936
937
938
# File 'lib/google/apis/discovery_v1/classes.rb', line 936

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