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