Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReportProperty
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReportProperty
- 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
-
#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.
4917 4918 4919 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4917 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ String
name of the property
Corresponds to the JSON property property
4910 4911 4912 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4910 def property @property end |
#value ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>
property values
Corresponds to the JSON property value
4915 4916 4917 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4915 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4922 4923 4924 4925 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 4922 def update!(**args) @property = args[:property] if args.key?(:property) @value = args[:value] if args.key?(:value) end |