Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.45 KB

File metadata and controls

82 lines (45 loc) · 3.45 KB

GetStatistics200ResponseStatisticsFinancialsCashFlow

Properties

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]

Methods

NewGetStatistics200ResponseStatisticsFinancialsCashFlow

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

NewGetStatistics200ResponseStatisticsFinancialsCashFlowWithDefaults

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

GetOperatingCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetOperatingCashFlowTtm() float64

GetOperatingCashFlowTtm returns the OperatingCashFlowTtm field if non-nil, zero value otherwise.

GetOperatingCashFlowTtmOk

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.

SetOperatingCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) SetOperatingCashFlowTtm(v float64)

SetOperatingCashFlowTtm sets OperatingCashFlowTtm field to given value.

HasOperatingCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) HasOperatingCashFlowTtm() bool

HasOperatingCashFlowTtm returns a boolean if a field has been set.

GetLeveredFreeCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) GetLeveredFreeCashFlowTtm() float64

GetLeveredFreeCashFlowTtm returns the LeveredFreeCashFlowTtm field if non-nil, zero value otherwise.

GetLeveredFreeCashFlowTtmOk

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.

SetLeveredFreeCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) SetLeveredFreeCashFlowTtm(v float64)

SetLeveredFreeCashFlowTtm sets LeveredFreeCashFlowTtm field to given value.

HasLeveredFreeCashFlowTtm

func (o *GetStatistics200ResponseStatisticsFinancialsCashFlow) HasLeveredFreeCashFlowTtm() bool

HasLeveredFreeCashFlowTtm returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]