class Google::Apis::ApigeeV1::GoogleCloudApigeeV1SchemaSchemaElement
Message type for the schema element
Attributes
name[RW]
Name of the field. Corresponds to the JSON property `name` @return [String]
properties[RW]
Properties for the schema field. Corresponds to the JSON property `properties` @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SchemaSchemaProperty]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 6452 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 6457 def update!(**args) @name = args[:name] if args.key?(:name) @properties = args[:properties] if args.key?(:properties) end