Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReportProperty
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReportProperty
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Instance Attribute Summary collapse
-
#property ⇒ String
name of the property Corresponds to the JSON property
property. -
#value ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
property values Corresponds to the JSON property
value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ReportProperty
constructor
A new instance of GoogleCloudApigeeV1ReportProperty.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ReportProperty
Returns a new instance of GoogleCloudApigeeV1ReportProperty.
7538 7539 7540 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7538 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ String
name of the property
Corresponds to the JSON property property
7531 7532 7533 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7531 def property @property end |
#value ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
property values
Corresponds to the JSON property value
7536 7537 7538 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7536 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7543 7544 7545 7546 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7543 def update!(**args) @property = args[:property] if args.key?(:property) @value = args[:value] if args.key?(:value) end |