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