class Google::Apis::AdminReportsV1::Activity::Event::Parameter::MessageValue
Nested parameter value pairs associated with this parameter. Complex value type for a parameter are returned as a list of parameter values. For example, the address parameter may have a value as `[`parameter: [`name: city, value: abc`]`]`
Attributes
parameter[RW]
Parameter
values Corresponds to the JSON property `parameter` @return [Array<Google::Apis::AdminReportsV1::NestedParameter>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admin_reports_v1/classes.rb, line 284 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admin_reports_v1/classes.rb, line 289 def update!(**args) @parameter = args[:parameter] if args.key?(:parameter) end