| Name | Type | Description | Notes |
|---|---|---|---|
| Copyrights | Pointer to []string | [optional] | |
| Took | Pointer to float64 | [optional] |
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
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
func (o *CostMatrixDataInfo) GetCopyrights() []string
GetCopyrights returns the Copyrights field if non-nil, zero value otherwise.
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.
func (o *CostMatrixDataInfo) SetCopyrights(v []string)
SetCopyrights sets Copyrights field to given value.
func (o *CostMatrixDataInfo) HasCopyrights() bool
HasCopyrights returns a boolean if a field has been set.
func (o *CostMatrixDataInfo) GetTook() float64
GetTook returns the Took field if non-nil, zero value otherwise.
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.
func (o *CostMatrixDataInfo) SetTook(v float64)
SetTook sets Took field to given value.
func (o *CostMatrixDataInfo) HasTook() bool
HasTook returns a boolean if a field has been set.