Class: Google::Cloud::MigrationCenter::V1::ReportSummary::ChartData::DataPoint

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

Overview

Describes a single data point in the Chart.

Instance Attribute Summary collapse

Instance Attribute Details

#label::String

Returns The X-axis label for this data point.

Returns:

  • (::String)

    The X-axis label for this data point.



3515
3516
3517
3518
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3515

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

#value::Float

Returns The Y-axis value for this data point.

Returns:

  • (::Float)

    The Y-axis value for this data point.



3515
3516
3517
3518
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3515

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