| Name | Type | Description | Notes |
|---|---|---|---|
| OperatingCashFlowTtm | Pointer to float64 | Refers to operating cash flow measure over the last 12 months | [optional] |
| LeveredFreeCashFlowTtm | Pointer to float64 | Refers to levered free cash flow measure over the last 12 months | [optional] |
func NewGetStatistics200ResponseStatisticsFinancialsCashFlow() *GetStatistics200ResponseStatisticsFinancialsCashFlow
NewGetStatistics200ResponseStatisticsFinancialsCashFlow instantiates a new GetStatistics200ResponseStatisticsFinancialsCashFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetStatistics200ResponseStatisticsFinancialsCashFlowWithDefaults() *GetStatistics200ResponseStatisticsFinancialsCashFlow
NewGetStatistics200ResponseStatisticsFinancialsCashFlowWithDefaults instantiates a new GetStatistics200ResponseStatisticsFinancialsCashFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetOperatingCashFlowTtm() float64
GetOperatingCashFlowTtm returns the OperatingCashFlowTtm field if non-nil, zero value otherwise.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetOperatingCashFlowTtmOk() (*float64, bool)
GetOperatingCashFlowTtmOk returns a tuple with the OperatingCashFlowTtm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) SetOperatingCashFlowTtm(v float64)
SetOperatingCashFlowTtm sets OperatingCashFlowTtm field to given value.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) HasOperatingCashFlowTtm() bool
HasOperatingCashFlowTtm returns a boolean if a field has been set.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetLeveredFreeCashFlowTtm() float64
GetLeveredFreeCashFlowTtm returns the LeveredFreeCashFlowTtm field if non-nil, zero value otherwise.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetLeveredFreeCashFlowTtmOk() (*float64, bool)
GetLeveredFreeCashFlowTtmOk returns a tuple with the LeveredFreeCashFlowTtm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) SetLeveredFreeCashFlowTtm(v float64)
SetLeveredFreeCashFlowTtm sets LeveredFreeCashFlowTtm field to given value.
func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) HasLeveredFreeCashFlowTtm() bool
HasLeveredFreeCashFlowTtm returns a boolean if a field has been set.