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.



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

def facet
  @facet
end

#valueObject

The value of the step.



32
33
34
# File 'lib/datadog_api_client/v1/models/funnel_step.rb', line 32

def value
  @value
end