class Google::Apis::FirestoreV1beta1::ArrayValue

An array value.

Attributes

values[RW]

Values in the array. Corresponds to the JSON property `values` @return [Array<Google::Apis::FirestoreV1beta1::Value>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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