class Google::Apis::DiscoveryV1::RestMethod::Response
The schema for the response.
Attributes
_ref[RW]
Schema ID for the response schema. Corresponds to the JSON property `$ref` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/discovery_v1/classes.rb, line 931 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/discovery_v1/classes.rb, line 936 def update!(**args) @_ref = args[:_ref] if args.key?(:_ref) end