Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1Properties

Returns a new instance of GoogleCloudApigeeV1Properties.



4483
4484
4485
# File 'generated/google/apis/apigee_v1/classes.rb', line 4483

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertyArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Property>

List of all properties in the object Corresponds to the JSON property property



4481
4482
4483
# File 'generated/google/apis/apigee_v1/classes.rb', line 4481

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4488
4489
4490
# File 'generated/google/apis/apigee_v1/classes.rb', line 4488

def update!(**args)
  @property = args[:property] if args.key?(:property)
end