Class: Google::Apis::DiscoveryV1::RestMethod::Response
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryV1::RestMethod::Response
- 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
-
#_ref ⇒ String
Schema ID for the response schema.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Response
constructor
A new instance of Response.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Response
Returns a new instance of Response.
1004 1005 1006 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 1004 def initialize(**args) update!(**args) end |
Instance Attribute Details
#_ref ⇒ String
Schema ID for the response schema.
Corresponds to the JSON property $ref
1002 1003 1004 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 1002 def _ref @_ref end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1009 1010 1011 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 1009 def update!(**args) @_ref = args[:_ref] if args.key?(:_ref) end |