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.
9701 9702 9703 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9701 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ String
name of the property
Corresponds to the JSON property property
9694 9695 9696 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9694 def property @property end |
#value ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
property values
Corresponds to the JSON property value
9699 9700 9701 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9699 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9706 9707 9708 9709 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 9706 def update!(**args) @property = args[:property] if args.key?(:property) @value = args[:value] if args.key?(:value) end |