Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.27 KB

File metadata and controls

82 lines (45 loc) · 2.27 KB

CostMatrixDataInfo

Properties

Name Type Description Notes
Copyrights Pointer to []string [optional]
Took Pointer to float64 [optional]

Methods

NewCostMatrixDataInfo

func NewCostMatrixDataInfo() *CostMatrixDataInfo

NewCostMatrixDataInfo instantiates a new CostMatrixDataInfo 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

NewCostMatrixDataInfoWithDefaults

func NewCostMatrixDataInfoWithDefaults() *CostMatrixDataInfo

NewCostMatrixDataInfoWithDefaults instantiates a new CostMatrixDataInfo 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

GetCopyrights

func (o *CostMatrixDataInfo) GetCopyrights() []string

GetCopyrights returns the Copyrights field if non-nil, zero value otherwise.

GetCopyrightsOk

func (o *CostMatrixDataInfo) GetCopyrightsOk() (*[]string, bool)

GetCopyrightsOk returns a tuple with the Copyrights field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCopyrights

func (o *CostMatrixDataInfo) SetCopyrights(v []string)

SetCopyrights sets Copyrights field to given value.

HasCopyrights

func (o *CostMatrixDataInfo) HasCopyrights() bool

HasCopyrights returns a boolean if a field has been set.

GetTook

func (o *CostMatrixDataInfo) GetTook() float64

GetTook returns the Took field if non-nil, zero value otherwise.

GetTookOk

func (o *CostMatrixDataInfo) GetTookOk() (*float64, bool)

GetTookOk returns a tuple with the Took field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTook

func (o *CostMatrixDataInfo) SetTook(v float64)

SetTook sets Took field to given value.

HasTook

func (o *CostMatrixDataInfo) HasTook() bool

HasTook returns a boolean if a field has been set.

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