class Google::Apis::DiscoveryV1::JsonSchema::Variant::Map
Attributes
Corresponds to the JSON property ‘$ref` @return [String]
Corresponds to the JSON property ‘type_value` @return [String]
Public Class Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 388 def initialize(**args) update!(**args) end
Public Instance Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 393 def update!(**args) @_ref = args[:_ref] if args.key?(:_ref) @type_value = args[:type_value] if args.key?(:type_value) end
Update properties of this object