| Name | Type | Description | Notes |
|---|---|---|---|
| QueuePosition | int64 | Number of Processing analyses ahead of this one in the queue. 0 if this analysis is not Processing or has no analyses ahead of it. |
func NewQueuePositionResponse(queuePosition int64, ) *QueuePositionResponse
NewQueuePositionResponse instantiates a new QueuePositionResponse 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 NewQueuePositionResponseWithDefaults() *QueuePositionResponse
NewQueuePositionResponseWithDefaults instantiates a new QueuePositionResponse 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 *QueuePositionResponse) GetQueuePosition() int64
GetQueuePosition returns the QueuePosition field if non-nil, zero value otherwise.
func (o *QueuePositionResponse) GetQueuePositionOk() (*int64, bool)
GetQueuePositionOk returns a tuple with the QueuePosition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueuePositionResponse) SetQueuePosition(v int64)
SetQueuePosition sets QueuePosition field to given value.