Class: DatadogAPIClient::V1::FunnelStep

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/funnel_step.rb

Overview

The funnel step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#facetObject

The facet of the step.



25
26
27
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 25

def facet
  @facet
end

#valueObject

The value of the step.



28
29
30
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 28

def value
  @value
end