Class: Google::Cloud::Channel::V1::Row

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

A row of report values.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::Channel::V1::ReportValue>

Returns The list of values in the row.

Returns:



297
298
299
300
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 297

class Row
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end