class Google::Apis::ScriptV1::ListValue

`ListValue` is a wrapper around a repeated field of values.

Attributes

values[RW]

Repeated field of dynamically typed values. Corresponds to the JSON property `values` @return [Array<Google::Apis::ScriptV1::Value>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 762
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/script_v1/classes.rb, line 767
def update!(**args)
  @values = args[:values] if args.key?(:values)
end