Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

Row of the fetch response consisting of a set of entries.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow

Returns a new instance of GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow.



2663
2664
2665
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2663

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#field_valuesArray<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRowFieldVal>

Output only. Columns/entries/key-vals in the result. Corresponds to the JSON property fieldValues



2661
2662
2663
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2661

def field_values
  @field_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2668
2669
2670
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2668

def update!(**args)
  @field_values = args[:field_values] if args.key?(:field_values)
end