class Google::Apis::DiscoveryV1::JsonSchema::Annotations
Additional information about this property.
Attributes
A list of methods for which this property is required on requests. Corresponds to the JSON property ‘required` @return [Array<String>]
Public Class Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 338 def initialize(**args) update!(**args) end
Public Instance Methods
Source
# File lib/google/apis/discovery_v1/classes.rb, line 343 def update!(**args) @required = args[:required] if args.key?(:required) end
Update properties of this object