class Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attributes
Attributes
attribute[RW]
List of attributes. Corresponds to the JSON property `attribute` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 1221 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 1226 def update!(**args) @attribute = args[:attribute] if args.key?(:attribute) end