class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ReportProperty
Attributes
property[RW]
name of the property Corresponds to the JSON property `property` @return [String]
value[RW]
property values Corresponds to the JSON property `value` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 5869 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 5874 def update!(**args) @property = args[:property] if args.key?(:property) @value = args[:value] if args.key?(:value) end