class Google::Apis::DiscoveryV1::JsonSchema::Variant::Map
Attributes
_ref[RW]
Corresponds to the JSON property `$ref` @return [String]
type_value[RW]
Corresponds to the JSON property `type_value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/discovery_v1/classes.rb, line 374 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 379 def update!(**args) @_ref = args[:_ref] if args.key?(:_ref) @type_value = args[:type_value] if args.key?(:type_value) end