class Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties

Message for compatibility with legacy Edge specification for Java Properties object in JSON.

Attributes

property[RW]

List of all properties in the object Corresponds to the JSON property `property` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Property>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 5264
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 5269
def update!(**args)
  @property = args[:property] if args.key?(:property)
end