TransmissionDragSortIndexOpenapiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Indexes | map[string]int32 | The order in which items take effect, this object is a Map, the key is item ID and the value is the index you want to set. |
Methods
NewTransmissionDragSortIndexOpenapiVO
func NewTransmissionDragSortIndexOpenapiVO(indexes map[string]int32, ) *TransmissionDragSortIndexOpenapiVO
NewTransmissionDragSortIndexOpenapiVO instantiates a new TransmissionDragSortIndexOpenapiVO 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
NewTransmissionDragSortIndexOpenapiVOWithDefaults
func NewTransmissionDragSortIndexOpenapiVOWithDefaults() *TransmissionDragSortIndexOpenapiVO
NewTransmissionDragSortIndexOpenapiVOWithDefaults instantiates a new TransmissionDragSortIndexOpenapiVO 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
GetIndexes
func (o *TransmissionDragSortIndexOpenapiVO) GetIndexes() map[string]int32
GetIndexes returns the Indexes field if non-nil, zero value otherwise.
GetIndexesOk
func (o *TransmissionDragSortIndexOpenapiVO) GetIndexesOk() (*map[string]int32, bool)
GetIndexesOk returns a tuple with the Indexes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIndexes
func (o *TransmissionDragSortIndexOpenapiVO) SetIndexes(v map[string]int32)
SetIndexes sets Indexes field to given value.