Skip to content

PolicyRoutingDragSortIndexOpenApiVO

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

NewPolicyRoutingDragSortIndexOpenApiVO

func NewPolicyRoutingDragSortIndexOpenApiVO(indexes map[string]int32, ) *PolicyRoutingDragSortIndexOpenApiVO

NewPolicyRoutingDragSortIndexOpenApiVO instantiates a new PolicyRoutingDragSortIndexOpenApiVO 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

NewPolicyRoutingDragSortIndexOpenApiVOWithDefaults

func NewPolicyRoutingDragSortIndexOpenApiVOWithDefaults() *PolicyRoutingDragSortIndexOpenApiVO

NewPolicyRoutingDragSortIndexOpenApiVOWithDefaults instantiates a new PolicyRoutingDragSortIndexOpenApiVO 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 *PolicyRoutingDragSortIndexOpenApiVO) GetIndexes() map[string]int32

GetIndexes returns the Indexes field if non-nil, zero value otherwise.

GetIndexesOk

func (o *PolicyRoutingDragSortIndexOpenApiVO) 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 *PolicyRoutingDragSortIndexOpenApiVO) SetIndexes(v map[string]int32)

SetIndexes sets Indexes field to given value.

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