Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attributes
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attributes
- 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
Instance Attribute Summary collapse
-
#attribute ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
List of attributes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1Attributes
constructor
A new instance of GoogleCloudApigeeV1Attributes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1Attributes
Returns a new instance of GoogleCloudApigeeV1Attributes.
1057 1058 1059 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1057 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attribute ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
List of attributes.
Corresponds to the JSON property attribute
1055 1056 1057 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1055 def attribute @attribute end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1062 1063 1064 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 1062 def update!(**args) @attribute = args[:attribute] if args.key?(:attribute) end |