|
| 1 | +# FunnelStep |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +| Name | Type | Description | Notes | |
| 6 | +| --------- | ---------- | ---------------------- | ----- | |
| 7 | +| **Facet** | **string** | The facet of the step. | |
| 8 | +| **Value** | **string** | The value of the step. | |
| 9 | + |
| 10 | +## Methods |
| 11 | + |
| 12 | +### NewFunnelStep |
| 13 | + |
| 14 | +`func NewFunnelStep(facet string, value string) *FunnelStep` |
| 15 | + |
| 16 | +NewFunnelStep instantiates a new FunnelStep object. |
| 17 | +This constructor will assign default values to properties that have it defined, |
| 18 | +and makes sure properties required by API are set, but the set of arguments |
| 19 | +will change when the set of required properties is changed. |
| 20 | + |
| 21 | +### NewFunnelStepWithDefaults |
| 22 | + |
| 23 | +`func NewFunnelStepWithDefaults() *FunnelStep` |
| 24 | + |
| 25 | +NewFunnelStepWithDefaults instantiates a new FunnelStep object. |
| 26 | +This constructor will only assign default values to properties that have it defined, |
| 27 | +but it doesn't guarantee that properties required by API are set. |
| 28 | + |
| 29 | +### GetFacet |
| 30 | + |
| 31 | +`func (o *FunnelStep) GetFacet() string` |
| 32 | + |
| 33 | +GetFacet returns the Facet field if non-nil, zero value otherwise. |
| 34 | + |
| 35 | +### GetFacetOk |
| 36 | + |
| 37 | +`func (o *FunnelStep) GetFacetOk() (*string, bool)` |
| 38 | + |
| 39 | +GetFacetOk returns a tuple with the Facet field if it's non-nil, zero value otherwise |
| 40 | +and a boolean to check if the value has been set. |
| 41 | + |
| 42 | +### SetFacet |
| 43 | + |
| 44 | +`func (o *FunnelStep) SetFacet(v string)` |
| 45 | + |
| 46 | +SetFacet sets Facet field to given value. |
| 47 | + |
| 48 | +### GetValue |
| 49 | + |
| 50 | +`func (o *FunnelStep) GetValue() string` |
| 51 | + |
| 52 | +GetValue returns the Value field if non-nil, zero value otherwise. |
| 53 | + |
| 54 | +### GetValueOk |
| 55 | + |
| 56 | +`func (o *FunnelStep) GetValueOk() (*string, bool)` |
| 57 | + |
| 58 | +GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise |
| 59 | +and a boolean to check if the value has been set. |
| 60 | + |
| 61 | +### SetValue |
| 62 | + |
| 63 | +`func (o *FunnelStep) SetValue(v string)` |
| 64 | + |
| 65 | +SetValue sets Value field to given value. |
| 66 | + |
| 67 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
0 commit comments