game_session_detail

package
v0.68.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminGetMatchmakingDetailBySessionIDBadRequest

type AdminGetMatchmakingDetailBySessionIDBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailBySessionIDBadRequest handles this case with default header values.

Bad Request

func NewAdminGetMatchmakingDetailBySessionIDBadRequest

func NewAdminGetMatchmakingDetailBySessionIDBadRequest() *AdminGetMatchmakingDetailBySessionIDBadRequest

NewAdminGetMatchmakingDetailBySessionIDBadRequest creates a AdminGetMatchmakingDetailBySessionIDBadRequest with default headers values

func (*AdminGetMatchmakingDetailBySessionIDBadRequest) Error

func (*AdminGetMatchmakingDetailBySessionIDBadRequest) GetPayload

func (*AdminGetMatchmakingDetailBySessionIDBadRequest) ToJSONString

type AdminGetMatchmakingDetailBySessionIDForbidden

type AdminGetMatchmakingDetailBySessionIDForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailBySessionIDForbidden handles this case with default header values.

Forbidden

func NewAdminGetMatchmakingDetailBySessionIDForbidden

func NewAdminGetMatchmakingDetailBySessionIDForbidden() *AdminGetMatchmakingDetailBySessionIDForbidden

NewAdminGetMatchmakingDetailBySessionIDForbidden creates a AdminGetMatchmakingDetailBySessionIDForbidden with default headers values

func (*AdminGetMatchmakingDetailBySessionIDForbidden) Error

func (*AdminGetMatchmakingDetailBySessionIDForbidden) GetPayload

func (*AdminGetMatchmakingDetailBySessionIDForbidden) ToJSONString

type AdminGetMatchmakingDetailBySessionIDInternalServerError

type AdminGetMatchmakingDetailBySessionIDInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailBySessionIDInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetMatchmakingDetailBySessionIDInternalServerError

func NewAdminGetMatchmakingDetailBySessionIDInternalServerError() *AdminGetMatchmakingDetailBySessionIDInternalServerError

NewAdminGetMatchmakingDetailBySessionIDInternalServerError creates a AdminGetMatchmakingDetailBySessionIDInternalServerError with default headers values

func (*AdminGetMatchmakingDetailBySessionIDInternalServerError) Error

func (*AdminGetMatchmakingDetailBySessionIDInternalServerError) GetPayload

func (*AdminGetMatchmakingDetailBySessionIDInternalServerError) ToJSONString

type AdminGetMatchmakingDetailBySessionIDOK

type AdminGetMatchmakingDetailBySessionIDOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsMatchmakingDetail
}

AdminGetMatchmakingDetailBySessionIDOK handles this case with default header values.

OK

func NewAdminGetMatchmakingDetailBySessionIDOK

func NewAdminGetMatchmakingDetailBySessionIDOK() *AdminGetMatchmakingDetailBySessionIDOK

NewAdminGetMatchmakingDetailBySessionIDOK creates a AdminGetMatchmakingDetailBySessionIDOK with default headers values

func (*AdminGetMatchmakingDetailBySessionIDOK) Error

func (*AdminGetMatchmakingDetailBySessionIDOK) GetPayload

func (*AdminGetMatchmakingDetailBySessionIDOK) ToJSONString

type AdminGetMatchmakingDetailBySessionIDParams

type AdminGetMatchmakingDetailBySessionIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  session ID

	*/
	SessionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetMatchmakingDetailBySessionIDParams contains all the parameters to send to the API endpoint for the admin get matchmaking detail by session id operation typically these are written to a http.Request

func NewAdminGetMatchmakingDetailBySessionIDParams

func NewAdminGetMatchmakingDetailBySessionIDParams() *AdminGetMatchmakingDetailBySessionIDParams

NewAdminGetMatchmakingDetailBySessionIDParams creates a new AdminGetMatchmakingDetailBySessionIDParams object with the default values initialized.

func NewAdminGetMatchmakingDetailBySessionIDParamsWithContext

func NewAdminGetMatchmakingDetailBySessionIDParamsWithContext(ctx context.Context) *AdminGetMatchmakingDetailBySessionIDParams

NewAdminGetMatchmakingDetailBySessionIDParamsWithContext creates a new AdminGetMatchmakingDetailBySessionIDParams object with the default values initialized, and the ability to set a context for a request

func NewAdminGetMatchmakingDetailBySessionIDParamsWithHTTPClient

func NewAdminGetMatchmakingDetailBySessionIDParamsWithHTTPClient(client *http.Client) *AdminGetMatchmakingDetailBySessionIDParams

NewAdminGetMatchmakingDetailBySessionIDParamsWithHTTPClient creates a new AdminGetMatchmakingDetailBySessionIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetMatchmakingDetailBySessionIDParamsWithTimeout

func NewAdminGetMatchmakingDetailBySessionIDParamsWithTimeout(timeout time.Duration) *AdminGetMatchmakingDetailBySessionIDParams

NewAdminGetMatchmakingDetailBySessionIDParamsWithTimeout creates a new AdminGetMatchmakingDetailBySessionIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetMatchmakingDetailBySessionIDParams) SetAuthInfoWriter

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetContext

SetContext adds the context to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetFlightId

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetMatchmakingDetailBySessionIDParams) SetHTTPClient

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetHTTPClientTransport

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetNamespace

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetSessionID

func (o *AdminGetMatchmakingDetailBySessionIDParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) SetTimeout

SetTimeout adds the timeout to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WithContext

WithContext adds the context to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WithNamespace

WithNamespace adds the namespace to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WithSessionID

WithSessionID adds the sessionID to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WithTimeout

WithTimeout adds the timeout to the admin get matchmaking detail by session id params

func (*AdminGetMatchmakingDetailBySessionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetMatchmakingDetailBySessionIDReader

type AdminGetMatchmakingDetailBySessionIDReader struct {
	// contains filtered or unexported fields
}

AdminGetMatchmakingDetailBySessionIDReader is a Reader for the AdminGetMatchmakingDetailBySessionID structure.

func (*AdminGetMatchmakingDetailBySessionIDReader) ReadResponse

func (o *AdminGetMatchmakingDetailBySessionIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetMatchmakingDetailBySessionIDUnauthorized

type AdminGetMatchmakingDetailBySessionIDUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailBySessionIDUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetMatchmakingDetailBySessionIDUnauthorized

func NewAdminGetMatchmakingDetailBySessionIDUnauthorized() *AdminGetMatchmakingDetailBySessionIDUnauthorized

NewAdminGetMatchmakingDetailBySessionIDUnauthorized creates a AdminGetMatchmakingDetailBySessionIDUnauthorized with default headers values

func (*AdminGetMatchmakingDetailBySessionIDUnauthorized) Error

func (*AdminGetMatchmakingDetailBySessionIDUnauthorized) GetPayload

func (*AdminGetMatchmakingDetailBySessionIDUnauthorized) ToJSONString

type AdminGetMatchmakingDetailByTicketIDBadRequest

type AdminGetMatchmakingDetailByTicketIDBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailByTicketIDBadRequest handles this case with default header values.

Bad Request

func NewAdminGetMatchmakingDetailByTicketIDBadRequest

func NewAdminGetMatchmakingDetailByTicketIDBadRequest() *AdminGetMatchmakingDetailByTicketIDBadRequest

NewAdminGetMatchmakingDetailByTicketIDBadRequest creates a AdminGetMatchmakingDetailByTicketIDBadRequest with default headers values

func (*AdminGetMatchmakingDetailByTicketIDBadRequest) Error

func (*AdminGetMatchmakingDetailByTicketIDBadRequest) GetPayload

func (*AdminGetMatchmakingDetailByTicketIDBadRequest) ToJSONString

type AdminGetMatchmakingDetailByTicketIDForbidden

type AdminGetMatchmakingDetailByTicketIDForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailByTicketIDForbidden handles this case with default header values.

Forbidden

func NewAdminGetMatchmakingDetailByTicketIDForbidden

func NewAdminGetMatchmakingDetailByTicketIDForbidden() *AdminGetMatchmakingDetailByTicketIDForbidden

NewAdminGetMatchmakingDetailByTicketIDForbidden creates a AdminGetMatchmakingDetailByTicketIDForbidden with default headers values

func (*AdminGetMatchmakingDetailByTicketIDForbidden) Error

func (*AdminGetMatchmakingDetailByTicketIDForbidden) GetPayload

func (*AdminGetMatchmakingDetailByTicketIDForbidden) ToJSONString

type AdminGetMatchmakingDetailByTicketIDInternalServerError

type AdminGetMatchmakingDetailByTicketIDInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailByTicketIDInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetMatchmakingDetailByTicketIDInternalServerError

func NewAdminGetMatchmakingDetailByTicketIDInternalServerError() *AdminGetMatchmakingDetailByTicketIDInternalServerError

NewAdminGetMatchmakingDetailByTicketIDInternalServerError creates a AdminGetMatchmakingDetailByTicketIDInternalServerError with default headers values

func (*AdminGetMatchmakingDetailByTicketIDInternalServerError) Error

func (*AdminGetMatchmakingDetailByTicketIDInternalServerError) GetPayload

func (*AdminGetMatchmakingDetailByTicketIDInternalServerError) ToJSONString

type AdminGetMatchmakingDetailByTicketIDOK

type AdminGetMatchmakingDetailByTicketIDOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsMatchmakingDetail
}

AdminGetMatchmakingDetailByTicketIDOK handles this case with default header values.

OK

func NewAdminGetMatchmakingDetailByTicketIDOK

func NewAdminGetMatchmakingDetailByTicketIDOK() *AdminGetMatchmakingDetailByTicketIDOK

NewAdminGetMatchmakingDetailByTicketIDOK creates a AdminGetMatchmakingDetailByTicketIDOK with default headers values

func (*AdminGetMatchmakingDetailByTicketIDOK) Error

func (*AdminGetMatchmakingDetailByTicketIDOK) GetPayload

func (*AdminGetMatchmakingDetailByTicketIDOK) ToJSONString

type AdminGetMatchmakingDetailByTicketIDParams

type AdminGetMatchmakingDetailByTicketIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*TicketID
	  ticket ID

	*/
	TicketID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminGetMatchmakingDetailByTicketIDParams contains all the parameters to send to the API endpoint for the admin get matchmaking detail by ticket id operation typically these are written to a http.Request

func NewAdminGetMatchmakingDetailByTicketIDParams

func NewAdminGetMatchmakingDetailByTicketIDParams() *AdminGetMatchmakingDetailByTicketIDParams

NewAdminGetMatchmakingDetailByTicketIDParams creates a new AdminGetMatchmakingDetailByTicketIDParams object with the default values initialized.

func NewAdminGetMatchmakingDetailByTicketIDParamsWithContext

func NewAdminGetMatchmakingDetailByTicketIDParamsWithContext(ctx context.Context) *AdminGetMatchmakingDetailByTicketIDParams

NewAdminGetMatchmakingDetailByTicketIDParamsWithContext creates a new AdminGetMatchmakingDetailByTicketIDParams object with the default values initialized, and the ability to set a context for a request

func NewAdminGetMatchmakingDetailByTicketIDParamsWithHTTPClient

func NewAdminGetMatchmakingDetailByTicketIDParamsWithHTTPClient(client *http.Client) *AdminGetMatchmakingDetailByTicketIDParams

NewAdminGetMatchmakingDetailByTicketIDParamsWithHTTPClient creates a new AdminGetMatchmakingDetailByTicketIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetMatchmakingDetailByTicketIDParamsWithTimeout

func NewAdminGetMatchmakingDetailByTicketIDParamsWithTimeout(timeout time.Duration) *AdminGetMatchmakingDetailByTicketIDParams

NewAdminGetMatchmakingDetailByTicketIDParamsWithTimeout creates a new AdminGetMatchmakingDetailByTicketIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetMatchmakingDetailByTicketIDParams) SetAuthInfoWriter

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetContext

SetContext adds the context to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetFlightId

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetMatchmakingDetailByTicketIDParams) SetHTTPClient

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetHTTPClientTransport

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetNamespace

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetTicketID

func (o *AdminGetMatchmakingDetailByTicketIDParams) SetTicketID(ticketID string)

SetTicketID adds the ticketId to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) SetTimeout

SetTimeout adds the timeout to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WithContext

WithContext adds the context to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WithNamespace

WithNamespace adds the namespace to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WithTicketID

WithTicketID adds the ticketID to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WithTimeout

WithTimeout adds the timeout to the admin get matchmaking detail by ticket id params

func (*AdminGetMatchmakingDetailByTicketIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetMatchmakingDetailByTicketIDReader

type AdminGetMatchmakingDetailByTicketIDReader struct {
	// contains filtered or unexported fields
}

AdminGetMatchmakingDetailByTicketIDReader is a Reader for the AdminGetMatchmakingDetailByTicketID structure.

func (*AdminGetMatchmakingDetailByTicketIDReader) ReadResponse

func (o *AdminGetMatchmakingDetailByTicketIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetMatchmakingDetailByTicketIDUnauthorized

type AdminGetMatchmakingDetailByTicketIDUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminGetMatchmakingDetailByTicketIDUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetMatchmakingDetailByTicketIDUnauthorized

func NewAdminGetMatchmakingDetailByTicketIDUnauthorized() *AdminGetMatchmakingDetailByTicketIDUnauthorized

NewAdminGetMatchmakingDetailByTicketIDUnauthorized creates a AdminGetMatchmakingDetailByTicketIDUnauthorized with default headers values

func (*AdminGetMatchmakingDetailByTicketIDUnauthorized) Error

func (*AdminGetMatchmakingDetailByTicketIDUnauthorized) GetPayload

func (*AdminGetMatchmakingDetailByTicketIDUnauthorized) ToJSONString

type AdminQueryGameSessionDetailBadRequest

type AdminQueryGameSessionDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryGameSessionDetailBadRequest handles this case with default header values.

Bad Request

func NewAdminQueryGameSessionDetailBadRequest

func NewAdminQueryGameSessionDetailBadRequest() *AdminQueryGameSessionDetailBadRequest

NewAdminQueryGameSessionDetailBadRequest creates a AdminQueryGameSessionDetailBadRequest with default headers values

func (*AdminQueryGameSessionDetailBadRequest) Error

func (*AdminQueryGameSessionDetailBadRequest) GetPayload

func (*AdminQueryGameSessionDetailBadRequest) ToJSONString

type AdminQueryGameSessionDetailForbidden

type AdminQueryGameSessionDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryGameSessionDetailForbidden handles this case with default header values.

Forbidden

func NewAdminQueryGameSessionDetailForbidden

func NewAdminQueryGameSessionDetailForbidden() *AdminQueryGameSessionDetailForbidden

NewAdminQueryGameSessionDetailForbidden creates a AdminQueryGameSessionDetailForbidden with default headers values

func (*AdminQueryGameSessionDetailForbidden) Error

func (*AdminQueryGameSessionDetailForbidden) GetPayload

func (*AdminQueryGameSessionDetailForbidden) ToJSONString

func (o *AdminQueryGameSessionDetailForbidden) ToJSONString() string

type AdminQueryGameSessionDetailInternalServerError

type AdminQueryGameSessionDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryGameSessionDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminQueryGameSessionDetailInternalServerError

func NewAdminQueryGameSessionDetailInternalServerError() *AdminQueryGameSessionDetailInternalServerError

NewAdminQueryGameSessionDetailInternalServerError creates a AdminQueryGameSessionDetailInternalServerError with default headers values

func (*AdminQueryGameSessionDetailInternalServerError) Error

func (*AdminQueryGameSessionDetailInternalServerError) GetPayload

func (*AdminQueryGameSessionDetailInternalServerError) ToJSONString

type AdminQueryGameSessionDetailOK

type AdminQueryGameSessionDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsGameSessionDetailQueryResponse
}

AdminQueryGameSessionDetailOK handles this case with default header values.

OK

func NewAdminQueryGameSessionDetailOK

func NewAdminQueryGameSessionDetailOK() *AdminQueryGameSessionDetailOK

NewAdminQueryGameSessionDetailOK creates a AdminQueryGameSessionDetailOK with default headers values

func (*AdminQueryGameSessionDetailOK) Error

func (*AdminQueryGameSessionDetailOK) ToJSONString

func (o *AdminQueryGameSessionDetailOK) ToJSONString() string

type AdminQueryGameSessionDetailParams

type AdminQueryGameSessionDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*GameSessionID
	  gamesession ID

	*/
	GameSessionID *string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: expiredAt (default)

	*/
	OrderBy *string
	/*UserID
	  user ID

	*/
	UserID *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminQueryGameSessionDetailParams contains all the parameters to send to the API endpoint for the admin query game session detail operation typically these are written to a http.Request

func NewAdminQueryGameSessionDetailParams

func NewAdminQueryGameSessionDetailParams() *AdminQueryGameSessionDetailParams

NewAdminQueryGameSessionDetailParams creates a new AdminQueryGameSessionDetailParams object with the default values initialized.

func NewAdminQueryGameSessionDetailParamsWithContext

func NewAdminQueryGameSessionDetailParamsWithContext(ctx context.Context) *AdminQueryGameSessionDetailParams

NewAdminQueryGameSessionDetailParamsWithContext creates a new AdminQueryGameSessionDetailParams object with the default values initialized, and the ability to set a context for a request

func NewAdminQueryGameSessionDetailParamsWithHTTPClient

func NewAdminQueryGameSessionDetailParamsWithHTTPClient(client *http.Client) *AdminQueryGameSessionDetailParams

NewAdminQueryGameSessionDetailParamsWithHTTPClient creates a new AdminQueryGameSessionDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminQueryGameSessionDetailParamsWithTimeout

func NewAdminQueryGameSessionDetailParamsWithTimeout(timeout time.Duration) *AdminQueryGameSessionDetailParams

NewAdminQueryGameSessionDetailParamsWithTimeout creates a new AdminQueryGameSessionDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminQueryGameSessionDetailParams) SetAuthInfoWriter

func (o *AdminQueryGameSessionDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetContext

SetContext adds the context to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetFlightId

func (o *AdminQueryGameSessionDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminQueryGameSessionDetailParams) SetGameSessionID

func (o *AdminQueryGameSessionDetailParams) SetGameSessionID(gameSessionID *string)

SetGameSessionID adds the gameSessionId to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetHTTPClient

func (o *AdminQueryGameSessionDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetHTTPClientTransport

func (o *AdminQueryGameSessionDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetLimit

func (o *AdminQueryGameSessionDetailParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetNamespace

func (o *AdminQueryGameSessionDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetOffset

func (o *AdminQueryGameSessionDetailParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetOrder

func (o *AdminQueryGameSessionDetailParams) SetOrder(order *string)

SetOrder adds the order to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetOrderBy

func (o *AdminQueryGameSessionDetailParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetTimeout

func (o *AdminQueryGameSessionDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) SetUserID

func (o *AdminQueryGameSessionDetailParams) SetUserID(userID *string)

SetUserID adds the userId to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithContext

WithContext adds the context to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithGameSessionID

func (o *AdminQueryGameSessionDetailParams) WithGameSessionID(gameSessionID *string) *AdminQueryGameSessionDetailParams

WithGameSessionID adds the gameSessionID to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithLimit

WithLimit adds the limit to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithNamespace

WithNamespace adds the namespace to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithOffset

WithOffset adds the offset to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithOrder

WithOrder adds the order to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithOrderBy

WithOrderBy adds the orderBy to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithTimeout

WithTimeout adds the timeout to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WithUserID

WithUserID adds the userID to the admin query game session detail params

func (*AdminQueryGameSessionDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminQueryGameSessionDetailReader

type AdminQueryGameSessionDetailReader struct {
	// contains filtered or unexported fields
}

AdminQueryGameSessionDetailReader is a Reader for the AdminQueryGameSessionDetail structure.

func (*AdminQueryGameSessionDetailReader) ReadResponse

func (o *AdminQueryGameSessionDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminQueryGameSessionDetailUnauthorized

type AdminQueryGameSessionDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryGameSessionDetailUnauthorized handles this case with default header values.

Unauthorized

func NewAdminQueryGameSessionDetailUnauthorized

func NewAdminQueryGameSessionDetailUnauthorized() *AdminQueryGameSessionDetailUnauthorized

NewAdminQueryGameSessionDetailUnauthorized creates a AdminQueryGameSessionDetailUnauthorized with default headers values

func (*AdminQueryGameSessionDetailUnauthorized) Error

func (*AdminQueryGameSessionDetailUnauthorized) GetPayload

func (*AdminQueryGameSessionDetailUnauthorized) ToJSONString

type AdminQueryMatchmakingDetailBadRequest

type AdminQueryMatchmakingDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryMatchmakingDetailBadRequest handles this case with default header values.

Bad Request

func NewAdminQueryMatchmakingDetailBadRequest

func NewAdminQueryMatchmakingDetailBadRequest() *AdminQueryMatchmakingDetailBadRequest

NewAdminQueryMatchmakingDetailBadRequest creates a AdminQueryMatchmakingDetailBadRequest with default headers values

func (*AdminQueryMatchmakingDetailBadRequest) Error

func (*AdminQueryMatchmakingDetailBadRequest) GetPayload

func (*AdminQueryMatchmakingDetailBadRequest) ToJSONString

type AdminQueryMatchmakingDetailForbidden

type AdminQueryMatchmakingDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryMatchmakingDetailForbidden handles this case with default header values.

Forbidden

func NewAdminQueryMatchmakingDetailForbidden

func NewAdminQueryMatchmakingDetailForbidden() *AdminQueryMatchmakingDetailForbidden

NewAdminQueryMatchmakingDetailForbidden creates a AdminQueryMatchmakingDetailForbidden with default headers values

func (*AdminQueryMatchmakingDetailForbidden) Error

func (*AdminQueryMatchmakingDetailForbidden) GetPayload

func (*AdminQueryMatchmakingDetailForbidden) ToJSONString

func (o *AdminQueryMatchmakingDetailForbidden) ToJSONString() string

type AdminQueryMatchmakingDetailInternalServerError

type AdminQueryMatchmakingDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryMatchmakingDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminQueryMatchmakingDetailInternalServerError

func NewAdminQueryMatchmakingDetailInternalServerError() *AdminQueryMatchmakingDetailInternalServerError

NewAdminQueryMatchmakingDetailInternalServerError creates a AdminQueryMatchmakingDetailInternalServerError with default headers values

func (*AdminQueryMatchmakingDetailInternalServerError) Error

func (*AdminQueryMatchmakingDetailInternalServerError) GetPayload

func (*AdminQueryMatchmakingDetailInternalServerError) ToJSONString

type AdminQueryMatchmakingDetailOK

type AdminQueryMatchmakingDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsMatchmakingDetailQueryResponse
}

AdminQueryMatchmakingDetailOK handles this case with default header values.

OK

func NewAdminQueryMatchmakingDetailOK

func NewAdminQueryMatchmakingDetailOK() *AdminQueryMatchmakingDetailOK

NewAdminQueryMatchmakingDetailOK creates a AdminQueryMatchmakingDetailOK with default headers values

func (*AdminQueryMatchmakingDetailOK) Error

func (*AdminQueryMatchmakingDetailOK) ToJSONString

func (o *AdminQueryMatchmakingDetailOK) ToJSONString() string

type AdminQueryMatchmakingDetailParams

type AdminQueryMatchmakingDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*GameSessionID
	  gamesession ID

	*/
	GameSessionID *string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: expiredAt (default)

	*/
	OrderBy *string
	/*TicketID
	  ticket ID

	*/
	TicketID *string
	/*UserID
	  user ID

	*/
	UserID *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminQueryMatchmakingDetailParams contains all the parameters to send to the API endpoint for the admin query matchmaking detail operation typically these are written to a http.Request

func NewAdminQueryMatchmakingDetailParams

func NewAdminQueryMatchmakingDetailParams() *AdminQueryMatchmakingDetailParams

NewAdminQueryMatchmakingDetailParams creates a new AdminQueryMatchmakingDetailParams object with the default values initialized.

func NewAdminQueryMatchmakingDetailParamsWithContext

func NewAdminQueryMatchmakingDetailParamsWithContext(ctx context.Context) *AdminQueryMatchmakingDetailParams

NewAdminQueryMatchmakingDetailParamsWithContext creates a new AdminQueryMatchmakingDetailParams object with the default values initialized, and the ability to set a context for a request

func NewAdminQueryMatchmakingDetailParamsWithHTTPClient

func NewAdminQueryMatchmakingDetailParamsWithHTTPClient(client *http.Client) *AdminQueryMatchmakingDetailParams

NewAdminQueryMatchmakingDetailParamsWithHTTPClient creates a new AdminQueryMatchmakingDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminQueryMatchmakingDetailParamsWithTimeout

func NewAdminQueryMatchmakingDetailParamsWithTimeout(timeout time.Duration) *AdminQueryMatchmakingDetailParams

NewAdminQueryMatchmakingDetailParamsWithTimeout creates a new AdminQueryMatchmakingDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminQueryMatchmakingDetailParams) SetAuthInfoWriter

func (o *AdminQueryMatchmakingDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetContext

SetContext adds the context to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetFlightId

func (o *AdminQueryMatchmakingDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminQueryMatchmakingDetailParams) SetGameSessionID

func (o *AdminQueryMatchmakingDetailParams) SetGameSessionID(gameSessionID *string)

SetGameSessionID adds the gameSessionId to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetHTTPClient

func (o *AdminQueryMatchmakingDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetHTTPClientTransport

func (o *AdminQueryMatchmakingDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetLimit

func (o *AdminQueryMatchmakingDetailParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetNamespace

func (o *AdminQueryMatchmakingDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetOffset

func (o *AdminQueryMatchmakingDetailParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetOrder

func (o *AdminQueryMatchmakingDetailParams) SetOrder(order *string)

SetOrder adds the order to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetOrderBy

func (o *AdminQueryMatchmakingDetailParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetTicketID

func (o *AdminQueryMatchmakingDetailParams) SetTicketID(ticketID *string)

SetTicketID adds the ticketId to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetTimeout

func (o *AdminQueryMatchmakingDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) SetUserID

func (o *AdminQueryMatchmakingDetailParams) SetUserID(userID *string)

SetUserID adds the userId to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithContext

WithContext adds the context to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithGameSessionID

func (o *AdminQueryMatchmakingDetailParams) WithGameSessionID(gameSessionID *string) *AdminQueryMatchmakingDetailParams

WithGameSessionID adds the gameSessionID to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithLimit

WithLimit adds the limit to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithNamespace

WithNamespace adds the namespace to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithOffset

WithOffset adds the offset to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithOrder

WithOrder adds the order to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithOrderBy

WithOrderBy adds the orderBy to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithTicketID

WithTicketID adds the ticketID to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithTimeout

WithTimeout adds the timeout to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WithUserID

WithUserID adds the userID to the admin query matchmaking detail params

func (*AdminQueryMatchmakingDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminQueryMatchmakingDetailReader

type AdminQueryMatchmakingDetailReader struct {
	// contains filtered or unexported fields
}

AdminQueryMatchmakingDetailReader is a Reader for the AdminQueryMatchmakingDetail structure.

func (*AdminQueryMatchmakingDetailReader) ReadResponse

func (o *AdminQueryMatchmakingDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminQueryMatchmakingDetailUnauthorized

type AdminQueryMatchmakingDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryMatchmakingDetailUnauthorized handles this case with default header values.

Unauthorized

func NewAdminQueryMatchmakingDetailUnauthorized

func NewAdminQueryMatchmakingDetailUnauthorized() *AdminQueryMatchmakingDetailUnauthorized

NewAdminQueryMatchmakingDetailUnauthorized creates a AdminQueryMatchmakingDetailUnauthorized with default headers values

func (*AdminQueryMatchmakingDetailUnauthorized) Error

func (*AdminQueryMatchmakingDetailUnauthorized) GetPayload

func (*AdminQueryMatchmakingDetailUnauthorized) ToJSONString

type AdminQueryPartyDetailBadRequest

type AdminQueryPartyDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryPartyDetailBadRequest handles this case with default header values.

Bad Request

func NewAdminQueryPartyDetailBadRequest

func NewAdminQueryPartyDetailBadRequest() *AdminQueryPartyDetailBadRequest

NewAdminQueryPartyDetailBadRequest creates a AdminQueryPartyDetailBadRequest with default headers values

func (*AdminQueryPartyDetailBadRequest) Error

func (*AdminQueryPartyDetailBadRequest) GetPayload

func (*AdminQueryPartyDetailBadRequest) ToJSONString

func (o *AdminQueryPartyDetailBadRequest) ToJSONString() string

type AdminQueryPartyDetailForbidden

type AdminQueryPartyDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryPartyDetailForbidden handles this case with default header values.

Forbidden

func NewAdminQueryPartyDetailForbidden

func NewAdminQueryPartyDetailForbidden() *AdminQueryPartyDetailForbidden

NewAdminQueryPartyDetailForbidden creates a AdminQueryPartyDetailForbidden with default headers values

func (*AdminQueryPartyDetailForbidden) Error

func (*AdminQueryPartyDetailForbidden) GetPayload

func (*AdminQueryPartyDetailForbidden) ToJSONString

func (o *AdminQueryPartyDetailForbidden) ToJSONString() string

type AdminQueryPartyDetailInternalServerError

type AdminQueryPartyDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryPartyDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminQueryPartyDetailInternalServerError

func NewAdminQueryPartyDetailInternalServerError() *AdminQueryPartyDetailInternalServerError

NewAdminQueryPartyDetailInternalServerError creates a AdminQueryPartyDetailInternalServerError with default headers values

func (*AdminQueryPartyDetailInternalServerError) Error

func (*AdminQueryPartyDetailInternalServerError) GetPayload

func (*AdminQueryPartyDetailInternalServerError) ToJSONString

type AdminQueryPartyDetailOK

type AdminQueryPartyDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsPartyDetailQueryResponse
}

AdminQueryPartyDetailOK handles this case with default header values.

OK

func NewAdminQueryPartyDetailOK

func NewAdminQueryPartyDetailOK() *AdminQueryPartyDetailOK

NewAdminQueryPartyDetailOK creates a AdminQueryPartyDetailOK with default headers values

func (*AdminQueryPartyDetailOK) Error

func (o *AdminQueryPartyDetailOK) Error() string

func (*AdminQueryPartyDetailOK) ToJSONString

func (o *AdminQueryPartyDetailOK) ToJSONString() string

type AdminQueryPartyDetailParams

type AdminQueryPartyDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: expiredAt (default)

	*/
	OrderBy *string
	/*PartyID
	  party ID

	*/
	PartyID *string
	/*UserID
	  user ID

	*/
	UserID *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminQueryPartyDetailParams contains all the parameters to send to the API endpoint for the admin query party detail operation typically these are written to a http.Request

func NewAdminQueryPartyDetailParams

func NewAdminQueryPartyDetailParams() *AdminQueryPartyDetailParams

NewAdminQueryPartyDetailParams creates a new AdminQueryPartyDetailParams object with the default values initialized.

func NewAdminQueryPartyDetailParamsWithContext

func NewAdminQueryPartyDetailParamsWithContext(ctx context.Context) *AdminQueryPartyDetailParams

NewAdminQueryPartyDetailParamsWithContext creates a new AdminQueryPartyDetailParams object with the default values initialized, and the ability to set a context for a request

func NewAdminQueryPartyDetailParamsWithHTTPClient

func NewAdminQueryPartyDetailParamsWithHTTPClient(client *http.Client) *AdminQueryPartyDetailParams

NewAdminQueryPartyDetailParamsWithHTTPClient creates a new AdminQueryPartyDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminQueryPartyDetailParamsWithTimeout

func NewAdminQueryPartyDetailParamsWithTimeout(timeout time.Duration) *AdminQueryPartyDetailParams

NewAdminQueryPartyDetailParamsWithTimeout creates a new AdminQueryPartyDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminQueryPartyDetailParams) SetAuthInfoWriter

func (o *AdminQueryPartyDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetContext

func (o *AdminQueryPartyDetailParams) SetContext(ctx context.Context)

SetContext adds the context to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetFlightId

func (o *AdminQueryPartyDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminQueryPartyDetailParams) SetHTTPClient

func (o *AdminQueryPartyDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetHTTPClientTransport

func (o *AdminQueryPartyDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetLimit

func (o *AdminQueryPartyDetailParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetNamespace

func (o *AdminQueryPartyDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetOffset

func (o *AdminQueryPartyDetailParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetOrder

func (o *AdminQueryPartyDetailParams) SetOrder(order *string)

SetOrder adds the order to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetOrderBy

func (o *AdminQueryPartyDetailParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetPartyID

func (o *AdminQueryPartyDetailParams) SetPartyID(partyID *string)

SetPartyID adds the partyId to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetTimeout

func (o *AdminQueryPartyDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin query party detail params

func (*AdminQueryPartyDetailParams) SetUserID

func (o *AdminQueryPartyDetailParams) SetUserID(userID *string)

SetUserID adds the userId to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithContext

WithContext adds the context to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithLimit

WithLimit adds the limit to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithNamespace

func (o *AdminQueryPartyDetailParams) WithNamespace(namespace string) *AdminQueryPartyDetailParams

WithNamespace adds the namespace to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithOffset

WithOffset adds the offset to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithOrder

WithOrder adds the order to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithOrderBy

WithOrderBy adds the orderBy to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithPartyID

WithPartyID adds the partyID to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithTimeout

WithTimeout adds the timeout to the admin query party detail params

func (*AdminQueryPartyDetailParams) WithUserID

WithUserID adds the userID to the admin query party detail params

func (*AdminQueryPartyDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminQueryPartyDetailReader

type AdminQueryPartyDetailReader struct {
	// contains filtered or unexported fields
}

AdminQueryPartyDetailReader is a Reader for the AdminQueryPartyDetail structure.

func (*AdminQueryPartyDetailReader) ReadResponse

func (o *AdminQueryPartyDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminQueryPartyDetailUnauthorized

type AdminQueryPartyDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryPartyDetailUnauthorized handles this case with default header values.

Unauthorized

func NewAdminQueryPartyDetailUnauthorized

func NewAdminQueryPartyDetailUnauthorized() *AdminQueryPartyDetailUnauthorized

NewAdminQueryPartyDetailUnauthorized creates a AdminQueryPartyDetailUnauthorized with default headers values

func (*AdminQueryPartyDetailUnauthorized) Error

func (*AdminQueryPartyDetailUnauthorized) GetPayload

func (*AdminQueryPartyDetailUnauthorized) ToJSONString

func (o *AdminQueryPartyDetailUnauthorized) ToJSONString() string

type AdminQueryTicketDetailBadRequest

type AdminQueryTicketDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryTicketDetailBadRequest handles this case with default header values.

Bad Request

func NewAdminQueryTicketDetailBadRequest

func NewAdminQueryTicketDetailBadRequest() *AdminQueryTicketDetailBadRequest

NewAdminQueryTicketDetailBadRequest creates a AdminQueryTicketDetailBadRequest with default headers values

func (*AdminQueryTicketDetailBadRequest) Error

func (*AdminQueryTicketDetailBadRequest) GetPayload

func (*AdminQueryTicketDetailBadRequest) ToJSONString

func (o *AdminQueryTicketDetailBadRequest) ToJSONString() string

type AdminQueryTicketDetailForbidden

type AdminQueryTicketDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryTicketDetailForbidden handles this case with default header values.

Forbidden

func NewAdminQueryTicketDetailForbidden

func NewAdminQueryTicketDetailForbidden() *AdminQueryTicketDetailForbidden

NewAdminQueryTicketDetailForbidden creates a AdminQueryTicketDetailForbidden with default headers values

func (*AdminQueryTicketDetailForbidden) Error

func (*AdminQueryTicketDetailForbidden) GetPayload

func (*AdminQueryTicketDetailForbidden) ToJSONString

func (o *AdminQueryTicketDetailForbidden) ToJSONString() string

type AdminQueryTicketDetailInternalServerError

type AdminQueryTicketDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryTicketDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminQueryTicketDetailInternalServerError

func NewAdminQueryTicketDetailInternalServerError() *AdminQueryTicketDetailInternalServerError

NewAdminQueryTicketDetailInternalServerError creates a AdminQueryTicketDetailInternalServerError with default headers values

func (*AdminQueryTicketDetailInternalServerError) Error

func (*AdminQueryTicketDetailInternalServerError) GetPayload

func (*AdminQueryTicketDetailInternalServerError) ToJSONString

type AdminQueryTicketDetailOK

type AdminQueryTicketDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsTicketDetailQueryResponse
}

AdminQueryTicketDetailOK handles this case with default header values.

OK

func NewAdminQueryTicketDetailOK

func NewAdminQueryTicketDetailOK() *AdminQueryTicketDetailOK

NewAdminQueryTicketDetailOK creates a AdminQueryTicketDetailOK with default headers values

func (*AdminQueryTicketDetailOK) Error

func (o *AdminQueryTicketDetailOK) Error() string

func (*AdminQueryTicketDetailOK) ToJSONString

func (o *AdminQueryTicketDetailOK) ToJSONString() string

type AdminQueryTicketDetailParams

type AdminQueryTicketDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*EndDate
	  End Date 2024-03-20T15:12:03Z

	*/
	EndDate *string
	/*GameMode
	  Game Mode

	*/
	GameMode *string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*PartyID
	  Party ID

	*/
	PartyID *string
	/*Region
	  Region

	*/
	Region *string
	/*StartDate
	  Start Date 2024-03-20T15:12:03Z

	*/
	StartDate *string
	/*UserIDs
	  User IDs

	*/
	UserIDs *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminQueryTicketDetailParams contains all the parameters to send to the API endpoint for the admin query ticket detail operation typically these are written to a http.Request

func NewAdminQueryTicketDetailParams

func NewAdminQueryTicketDetailParams() *AdminQueryTicketDetailParams

NewAdminQueryTicketDetailParams creates a new AdminQueryTicketDetailParams object with the default values initialized.

func NewAdminQueryTicketDetailParamsWithContext

func NewAdminQueryTicketDetailParamsWithContext(ctx context.Context) *AdminQueryTicketDetailParams

NewAdminQueryTicketDetailParamsWithContext creates a new AdminQueryTicketDetailParams object with the default values initialized, and the ability to set a context for a request

func NewAdminQueryTicketDetailParamsWithHTTPClient

func NewAdminQueryTicketDetailParamsWithHTTPClient(client *http.Client) *AdminQueryTicketDetailParams

NewAdminQueryTicketDetailParamsWithHTTPClient creates a new AdminQueryTicketDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminQueryTicketDetailParamsWithTimeout

func NewAdminQueryTicketDetailParamsWithTimeout(timeout time.Duration) *AdminQueryTicketDetailParams

NewAdminQueryTicketDetailParamsWithTimeout creates a new AdminQueryTicketDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminQueryTicketDetailParams) SetAuthInfoWriter

func (o *AdminQueryTicketDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetContext

func (o *AdminQueryTicketDetailParams) SetContext(ctx context.Context)

SetContext adds the context to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetEndDate

func (o *AdminQueryTicketDetailParams) SetEndDate(endDate *string)

SetEndDate adds the endDate to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetFlightId

func (o *AdminQueryTicketDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminQueryTicketDetailParams) SetGameMode

func (o *AdminQueryTicketDetailParams) SetGameMode(gameMode *string)

SetGameMode adds the gameMode to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetHTTPClient

func (o *AdminQueryTicketDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetHTTPClientTransport

func (o *AdminQueryTicketDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetLimit

func (o *AdminQueryTicketDetailParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetNamespace

func (o *AdminQueryTicketDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetOffset

func (o *AdminQueryTicketDetailParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetOrder

func (o *AdminQueryTicketDetailParams) SetOrder(order *string)

SetOrder adds the order to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetPartyID

func (o *AdminQueryTicketDetailParams) SetPartyID(partyID *string)

SetPartyID adds the partyId to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetRegion

func (o *AdminQueryTicketDetailParams) SetRegion(region *string)

SetRegion adds the region to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetStartDate

func (o *AdminQueryTicketDetailParams) SetStartDate(startDate *string)

SetStartDate adds the startDate to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetTimeout

func (o *AdminQueryTicketDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) SetUserIDs

func (o *AdminQueryTicketDetailParams) SetUserIDs(userIDs *string)

SetUserIDs adds the userIDs to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithContext

WithContext adds the context to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithEndDate

WithEndDate adds the endDate to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithGameMode

WithGameMode adds the gameMode to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithLimit

WithLimit adds the limit to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithNamespace

WithNamespace adds the namespace to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithOffset

WithOffset adds the offset to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithOrder

WithOrder adds the order to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithPartyID

WithPartyID adds the partyID to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithRegion

WithRegion adds the region to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithStartDate

WithStartDate adds the startDate to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithTimeout

WithTimeout adds the timeout to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WithUserIDs

WithUserIDs adds the userIDs to the admin query ticket detail params

func (*AdminQueryTicketDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminQueryTicketDetailReader

type AdminQueryTicketDetailReader struct {
	// contains filtered or unexported fields
}

AdminQueryTicketDetailReader is a Reader for the AdminQueryTicketDetail structure.

func (*AdminQueryTicketDetailReader) ReadResponse

func (o *AdminQueryTicketDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminQueryTicketDetailUnauthorized

type AdminQueryTicketDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminQueryTicketDetailUnauthorized handles this case with default header values.

Unauthorized

func NewAdminQueryTicketDetailUnauthorized

func NewAdminQueryTicketDetailUnauthorized() *AdminQueryTicketDetailUnauthorized

NewAdminQueryTicketDetailUnauthorized creates a AdminQueryTicketDetailUnauthorized with default headers values

func (*AdminQueryTicketDetailUnauthorized) Error

func (*AdminQueryTicketDetailUnauthorized) GetPayload

func (*AdminQueryTicketDetailUnauthorized) ToJSONString

func (o *AdminQueryTicketDetailUnauthorized) ToJSONString() string

type AdminTicketDetailGetByTicketIDBadRequest

type AdminTicketDetailGetByTicketIDBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminTicketDetailGetByTicketIDBadRequest handles this case with default header values.

Bad Request

func NewAdminTicketDetailGetByTicketIDBadRequest

func NewAdminTicketDetailGetByTicketIDBadRequest() *AdminTicketDetailGetByTicketIDBadRequest

NewAdminTicketDetailGetByTicketIDBadRequest creates a AdminTicketDetailGetByTicketIDBadRequest with default headers values

func (*AdminTicketDetailGetByTicketIDBadRequest) Error

func (*AdminTicketDetailGetByTicketIDBadRequest) GetPayload

func (*AdminTicketDetailGetByTicketIDBadRequest) ToJSONString

type AdminTicketDetailGetByTicketIDForbidden

type AdminTicketDetailGetByTicketIDForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminTicketDetailGetByTicketIDForbidden handles this case with default header values.

Forbidden

func NewAdminTicketDetailGetByTicketIDForbidden

func NewAdminTicketDetailGetByTicketIDForbidden() *AdminTicketDetailGetByTicketIDForbidden

NewAdminTicketDetailGetByTicketIDForbidden creates a AdminTicketDetailGetByTicketIDForbidden with default headers values

func (*AdminTicketDetailGetByTicketIDForbidden) Error

func (*AdminTicketDetailGetByTicketIDForbidden) GetPayload

func (*AdminTicketDetailGetByTicketIDForbidden) ToJSONString

type AdminTicketDetailGetByTicketIDInternalServerError

type AdminTicketDetailGetByTicketIDInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminTicketDetailGetByTicketIDInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminTicketDetailGetByTicketIDInternalServerError

func NewAdminTicketDetailGetByTicketIDInternalServerError() *AdminTicketDetailGetByTicketIDInternalServerError

NewAdminTicketDetailGetByTicketIDInternalServerError creates a AdminTicketDetailGetByTicketIDInternalServerError with default headers values

func (*AdminTicketDetailGetByTicketIDInternalServerError) Error

func (*AdminTicketDetailGetByTicketIDInternalServerError) GetPayload

func (*AdminTicketDetailGetByTicketIDInternalServerError) ToJSONString

type AdminTicketDetailGetByTicketIDOK

type AdminTicketDetailGetByTicketIDOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsTicketObservabilityDetail
}

AdminTicketDetailGetByTicketIDOK handles this case with default header values.

OK

func NewAdminTicketDetailGetByTicketIDOK

func NewAdminTicketDetailGetByTicketIDOK() *AdminTicketDetailGetByTicketIDOK

NewAdminTicketDetailGetByTicketIDOK creates a AdminTicketDetailGetByTicketIDOK with default headers values

func (*AdminTicketDetailGetByTicketIDOK) Error

func (*AdminTicketDetailGetByTicketIDOK) GetPayload

func (*AdminTicketDetailGetByTicketIDOK) ToJSONString

func (o *AdminTicketDetailGetByTicketIDOK) ToJSONString() string

type AdminTicketDetailGetByTicketIDParams

type AdminTicketDetailGetByTicketIDParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*TicketID
	  ticket ID

	*/
	TicketID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminTicketDetailGetByTicketIDParams contains all the parameters to send to the API endpoint for the admin ticket detail get by ticket id operation typically these are written to a http.Request

func NewAdminTicketDetailGetByTicketIDParams

func NewAdminTicketDetailGetByTicketIDParams() *AdminTicketDetailGetByTicketIDParams

NewAdminTicketDetailGetByTicketIDParams creates a new AdminTicketDetailGetByTicketIDParams object with the default values initialized.

func NewAdminTicketDetailGetByTicketIDParamsWithContext

func NewAdminTicketDetailGetByTicketIDParamsWithContext(ctx context.Context) *AdminTicketDetailGetByTicketIDParams

NewAdminTicketDetailGetByTicketIDParamsWithContext creates a new AdminTicketDetailGetByTicketIDParams object with the default values initialized, and the ability to set a context for a request

func NewAdminTicketDetailGetByTicketIDParamsWithHTTPClient

func NewAdminTicketDetailGetByTicketIDParamsWithHTTPClient(client *http.Client) *AdminTicketDetailGetByTicketIDParams

NewAdminTicketDetailGetByTicketIDParamsWithHTTPClient creates a new AdminTicketDetailGetByTicketIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminTicketDetailGetByTicketIDParamsWithTimeout

func NewAdminTicketDetailGetByTicketIDParamsWithTimeout(timeout time.Duration) *AdminTicketDetailGetByTicketIDParams

NewAdminTicketDetailGetByTicketIDParamsWithTimeout creates a new AdminTicketDetailGetByTicketIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminTicketDetailGetByTicketIDParams) SetAuthInfoWriter

func (o *AdminTicketDetailGetByTicketIDParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetContext

SetContext adds the context to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetFlightId

func (o *AdminTicketDetailGetByTicketIDParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminTicketDetailGetByTicketIDParams) SetHTTPClient

func (o *AdminTicketDetailGetByTicketIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetHTTPClientTransport

func (o *AdminTicketDetailGetByTicketIDParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetNamespace

func (o *AdminTicketDetailGetByTicketIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetTicketID

func (o *AdminTicketDetailGetByTicketIDParams) SetTicketID(ticketID string)

SetTicketID adds the ticketId to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) SetTimeout

func (o *AdminTicketDetailGetByTicketIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WithContext

WithContext adds the context to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WithNamespace

WithNamespace adds the namespace to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WithTicketID

WithTicketID adds the ticketID to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WithTimeout

WithTimeout adds the timeout to the admin ticket detail get by ticket id params

func (*AdminTicketDetailGetByTicketIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminTicketDetailGetByTicketIDReader

type AdminTicketDetailGetByTicketIDReader struct {
	// contains filtered or unexported fields
}

AdminTicketDetailGetByTicketIDReader is a Reader for the AdminTicketDetailGetByTicketID structure.

func (*AdminTicketDetailGetByTicketIDReader) ReadResponse

func (o *AdminTicketDetailGetByTicketIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminTicketDetailGetByTicketIDUnauthorized

type AdminTicketDetailGetByTicketIDUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

AdminTicketDetailGetByTicketIDUnauthorized handles this case with default header values.

Unauthorized

func NewAdminTicketDetailGetByTicketIDUnauthorized

func NewAdminTicketDetailGetByTicketIDUnauthorized() *AdminTicketDetailGetByTicketIDUnauthorized

NewAdminTicketDetailGetByTicketIDUnauthorized creates a AdminTicketDetailGetByTicketIDUnauthorized with default headers values

func (*AdminTicketDetailGetByTicketIDUnauthorized) Error

func (*AdminTicketDetailGetByTicketIDUnauthorized) GetPayload

func (*AdminTicketDetailGetByTicketIDUnauthorized) ToJSONString

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for game session detail API

func (*Client) AdminGetMatchmakingDetailBySessionID deprecated

Deprecated: 2022-08-10 - Use AdminGetMatchmakingDetailBySessionIDShort instead.

AdminGetMatchmakingDetailBySessionID get detail matchmaking history by session id. Get detail matchmaking history by session ID.

func (*Client) AdminGetMatchmakingDetailBySessionIDShort

func (a *Client) AdminGetMatchmakingDetailBySessionIDShort(params *AdminGetMatchmakingDetailBySessionIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailBySessionIDOK, error)

AdminGetMatchmakingDetailBySessionIDShort get detail matchmaking history by session id. Get detail matchmaking history by session ID.

func (*Client) AdminGetMatchmakingDetailByTicketID deprecated

Deprecated: 2022-08-10 - Use AdminGetMatchmakingDetailByTicketIDShort instead.

AdminGetMatchmakingDetailByTicketID get detail matchmaking history by ticket id. Get detail matchmaking history by ticket ID.

func (*Client) AdminGetMatchmakingDetailByTicketIDShort

func (a *Client) AdminGetMatchmakingDetailByTicketIDShort(params *AdminGetMatchmakingDetailByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailByTicketIDOK, error)

AdminGetMatchmakingDetailByTicketIDShort get detail matchmaking history by ticket id. Get detail matchmaking history by ticket ID.

func (*Client) AdminQueryGameSessionDetail deprecated

Deprecated: 2022-08-10 - Use AdminQueryGameSessionDetailShort instead.

AdminQueryGameSessionDetail get all game sessions history. Get all game sessions.

func (*Client) AdminQueryGameSessionDetailShort

func (a *Client) AdminQueryGameSessionDetailShort(params *AdminQueryGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryGameSessionDetailOK, error)

AdminQueryGameSessionDetailShort get all game sessions history. Get all game sessions.

func (*Client) AdminQueryMatchmakingDetail deprecated

Deprecated: 2022-08-10 - Use AdminQueryMatchmakingDetailShort instead.

AdminQueryMatchmakingDetail get all matchmaking history. Get all matchmaking.

func (*Client) AdminQueryMatchmakingDetailShort

func (a *Client) AdminQueryMatchmakingDetailShort(params *AdminQueryMatchmakingDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryMatchmakingDetailOK, error)

AdminQueryMatchmakingDetailShort get all matchmaking history. Get all matchmaking.

func (*Client) AdminQueryPartyDetail deprecated

Deprecated: 2022-08-10 - Use AdminQueryPartyDetailShort instead.

AdminQueryPartyDetail get all parties history. Get all parties.

func (*Client) AdminQueryPartyDetailShort

func (a *Client) AdminQueryPartyDetailShort(params *AdminQueryPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartyDetailOK, error)

AdminQueryPartyDetailShort get all parties history. Get all parties.

func (*Client) AdminQueryTicketDetail deprecated

Deprecated: 2022-08-10 - Use AdminQueryTicketDetailShort instead.

AdminQueryTicketDetail get all matchmaking ticket history. Get all matchmaking ticket.

func (*Client) AdminQueryTicketDetailShort

func (a *Client) AdminQueryTicketDetailShort(params *AdminQueryTicketDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryTicketDetailOK, error)

AdminQueryTicketDetailShort get all matchmaking ticket history. Get all matchmaking ticket.

func (*Client) AdminTicketDetailGetByTicketID deprecated

Deprecated: 2022-08-10 - Use AdminTicketDetailGetByTicketIDShort instead.

AdminTicketDetailGetByTicketID get detail matchmaking ticket history by ticket id. Get detail matchmaking ticket history by ticket ID.

func (*Client) AdminTicketDetailGetByTicketIDShort

func (a *Client) AdminTicketDetailGetByTicketIDShort(params *AdminTicketDetailGetByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminTicketDetailGetByTicketIDOK, error)

AdminTicketDetailGetByTicketIDShort get detail matchmaking ticket history by ticket id. Get detail matchmaking ticket history by ticket ID.

func (*Client) GetGameSessionDetail deprecated

Deprecated: 2022-08-10 - Use GetGameSessionDetailShort instead.

GetGameSessionDetail get game session detail. Get game session detail.

func (*Client) GetGameSessionDetailShort

func (a *Client) GetGameSessionDetailShort(params *GetGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameSessionDetailOK, error)

GetGameSessionDetailShort get game session detail. Get game session detail.

func (*Client) GetPartyDetail deprecated

Deprecated: 2022-08-10 - Use GetPartyDetailShort instead.

GetPartyDetail get party detail. Get party detail.

func (*Client) GetPartyDetailShort

func (a *Client) GetPartyDetailShort(params *GetPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartyDetailOK, error)

GetPartyDetailShort get party detail. Get party detail.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminQueryGameSessionDetail(params *AdminQueryGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryGameSessionDetailOK, *AdminQueryGameSessionDetailBadRequest, *AdminQueryGameSessionDetailUnauthorized, *AdminQueryGameSessionDetailForbidden, *AdminQueryGameSessionDetailInternalServerError, error)
	AdminQueryGameSessionDetailShort(params *AdminQueryGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryGameSessionDetailOK, error)
	GetGameSessionDetail(params *GetGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameSessionDetailOK, *GetGameSessionDetailBadRequest, *GetGameSessionDetailUnauthorized, *GetGameSessionDetailForbidden, *GetGameSessionDetailNotFound, *GetGameSessionDetailInternalServerError, error)
	GetGameSessionDetailShort(params *GetGameSessionDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetGameSessionDetailOK, error)
	AdminQueryMatchmakingDetail(params *AdminQueryMatchmakingDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryMatchmakingDetailOK, *AdminQueryMatchmakingDetailBadRequest, *AdminQueryMatchmakingDetailUnauthorized, *AdminQueryMatchmakingDetailForbidden, *AdminQueryMatchmakingDetailInternalServerError, error)
	AdminQueryMatchmakingDetailShort(params *AdminQueryMatchmakingDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryMatchmakingDetailOK, error)
	AdminGetMatchmakingDetailBySessionID(params *AdminGetMatchmakingDetailBySessionIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailBySessionIDOK, *AdminGetMatchmakingDetailBySessionIDBadRequest, *AdminGetMatchmakingDetailBySessionIDUnauthorized, *AdminGetMatchmakingDetailBySessionIDForbidden, *AdminGetMatchmakingDetailBySessionIDInternalServerError, error)
	AdminGetMatchmakingDetailBySessionIDShort(params *AdminGetMatchmakingDetailBySessionIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailBySessionIDOK, error)
	AdminGetMatchmakingDetailByTicketID(params *AdminGetMatchmakingDetailByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailByTicketIDOK, *AdminGetMatchmakingDetailByTicketIDBadRequest, *AdminGetMatchmakingDetailByTicketIDUnauthorized, *AdminGetMatchmakingDetailByTicketIDForbidden, *AdminGetMatchmakingDetailByTicketIDInternalServerError, error)
	AdminGetMatchmakingDetailByTicketIDShort(params *AdminGetMatchmakingDetailByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMatchmakingDetailByTicketIDOK, error)
	AdminQueryPartyDetail(params *AdminQueryPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartyDetailOK, *AdminQueryPartyDetailBadRequest, *AdminQueryPartyDetailUnauthorized, *AdminQueryPartyDetailForbidden, *AdminQueryPartyDetailInternalServerError, error)
	AdminQueryPartyDetailShort(params *AdminQueryPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryPartyDetailOK, error)
	GetPartyDetail(params *GetPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartyDetailOK, *GetPartyDetailBadRequest, *GetPartyDetailUnauthorized, *GetPartyDetailForbidden, *GetPartyDetailNotFound, *GetPartyDetailInternalServerError, error)
	GetPartyDetailShort(params *GetPartyDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetPartyDetailOK, error)
	AdminQueryTicketDetail(params *AdminQueryTicketDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryTicketDetailOK, *AdminQueryTicketDetailBadRequest, *AdminQueryTicketDetailUnauthorized, *AdminQueryTicketDetailForbidden, *AdminQueryTicketDetailInternalServerError, error)
	AdminQueryTicketDetailShort(params *AdminQueryTicketDetailParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryTicketDetailOK, error)
	AdminTicketDetailGetByTicketID(params *AdminTicketDetailGetByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminTicketDetailGetByTicketIDOK, *AdminTicketDetailGetByTicketIDBadRequest, *AdminTicketDetailGetByTicketIDUnauthorized, *AdminTicketDetailGetByTicketIDForbidden, *AdminTicketDetailGetByTicketIDInternalServerError, error)
	AdminTicketDetailGetByTicketIDShort(params *AdminTicketDetailGetByTicketIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminTicketDetailGetByTicketIDOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new game session detail API client.

type GetGameSessionDetailBadRequest

type GetGameSessionDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetGameSessionDetailBadRequest handles this case with default header values.

Bad Request

func NewGetGameSessionDetailBadRequest

func NewGetGameSessionDetailBadRequest() *GetGameSessionDetailBadRequest

NewGetGameSessionDetailBadRequest creates a GetGameSessionDetailBadRequest with default headers values

func (*GetGameSessionDetailBadRequest) Error

func (*GetGameSessionDetailBadRequest) GetPayload

func (*GetGameSessionDetailBadRequest) ToJSONString

func (o *GetGameSessionDetailBadRequest) ToJSONString() string

type GetGameSessionDetailForbidden

type GetGameSessionDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetGameSessionDetailForbidden handles this case with default header values.

Forbidden

func NewGetGameSessionDetailForbidden

func NewGetGameSessionDetailForbidden() *GetGameSessionDetailForbidden

NewGetGameSessionDetailForbidden creates a GetGameSessionDetailForbidden with default headers values

func (*GetGameSessionDetailForbidden) Error

func (*GetGameSessionDetailForbidden) GetPayload

func (*GetGameSessionDetailForbidden) ToJSONString

func (o *GetGameSessionDetailForbidden) ToJSONString() string

type GetGameSessionDetailInternalServerError

type GetGameSessionDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetGameSessionDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewGetGameSessionDetailInternalServerError

func NewGetGameSessionDetailInternalServerError() *GetGameSessionDetailInternalServerError

NewGetGameSessionDetailInternalServerError creates a GetGameSessionDetailInternalServerError with default headers values

func (*GetGameSessionDetailInternalServerError) Error

func (*GetGameSessionDetailInternalServerError) GetPayload

func (*GetGameSessionDetailInternalServerError) ToJSONString

type GetGameSessionDetailNotFound

type GetGameSessionDetailNotFound struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetGameSessionDetailNotFound handles this case with default header values.

Not Found

func NewGetGameSessionDetailNotFound

func NewGetGameSessionDetailNotFound() *GetGameSessionDetailNotFound

NewGetGameSessionDetailNotFound creates a GetGameSessionDetailNotFound with default headers values

func (*GetGameSessionDetailNotFound) Error

func (*GetGameSessionDetailNotFound) GetPayload

func (*GetGameSessionDetailNotFound) ToJSONString

func (o *GetGameSessionDetailNotFound) ToJSONString() string

type GetGameSessionDetailOK

type GetGameSessionDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsGameSessionDetail
}

GetGameSessionDetailOK handles this case with default header values.

OK

func NewGetGameSessionDetailOK

func NewGetGameSessionDetailOK() *GetGameSessionDetailOK

NewGetGameSessionDetailOK creates a GetGameSessionDetailOK with default headers values

func (*GetGameSessionDetailOK) Error

func (o *GetGameSessionDetailOK) Error() string

func (*GetGameSessionDetailOK) GetPayload

func (*GetGameSessionDetailOK) ToJSONString

func (o *GetGameSessionDetailOK) ToJSONString() string

type GetGameSessionDetailParams

type GetGameSessionDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  session ID

	*/
	SessionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetGameSessionDetailParams contains all the parameters to send to the API endpoint for the get game session detail operation typically these are written to a http.Request

func NewGetGameSessionDetailParams

func NewGetGameSessionDetailParams() *GetGameSessionDetailParams

NewGetGameSessionDetailParams creates a new GetGameSessionDetailParams object with the default values initialized.

func NewGetGameSessionDetailParamsWithContext

func NewGetGameSessionDetailParamsWithContext(ctx context.Context) *GetGameSessionDetailParams

NewGetGameSessionDetailParamsWithContext creates a new GetGameSessionDetailParams object with the default values initialized, and the ability to set a context for a request

func NewGetGameSessionDetailParamsWithHTTPClient

func NewGetGameSessionDetailParamsWithHTTPClient(client *http.Client) *GetGameSessionDetailParams

NewGetGameSessionDetailParamsWithHTTPClient creates a new GetGameSessionDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGameSessionDetailParamsWithTimeout

func NewGetGameSessionDetailParamsWithTimeout(timeout time.Duration) *GetGameSessionDetailParams

NewGetGameSessionDetailParamsWithTimeout creates a new GetGameSessionDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetGameSessionDetailParams) SetAuthInfoWriter

func (o *GetGameSessionDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get game session detail params

func (*GetGameSessionDetailParams) SetContext

func (o *GetGameSessionDetailParams) SetContext(ctx context.Context)

SetContext adds the context to the get game session detail params

func (*GetGameSessionDetailParams) SetFlightId

func (o *GetGameSessionDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetGameSessionDetailParams) SetHTTPClient

func (o *GetGameSessionDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get game session detail params

func (*GetGameSessionDetailParams) SetHTTPClientTransport

func (o *GetGameSessionDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get game session detail params

func (*GetGameSessionDetailParams) SetNamespace

func (o *GetGameSessionDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get game session detail params

func (*GetGameSessionDetailParams) SetSessionID

func (o *GetGameSessionDetailParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the get game session detail params

func (*GetGameSessionDetailParams) SetTimeout

func (o *GetGameSessionDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get game session detail params

func (*GetGameSessionDetailParams) WithContext

WithContext adds the context to the get game session detail params

func (*GetGameSessionDetailParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get game session detail params

func (*GetGameSessionDetailParams) WithNamespace

func (o *GetGameSessionDetailParams) WithNamespace(namespace string) *GetGameSessionDetailParams

WithNamespace adds the namespace to the get game session detail params

func (*GetGameSessionDetailParams) WithSessionID

func (o *GetGameSessionDetailParams) WithSessionID(sessionID string) *GetGameSessionDetailParams

WithSessionID adds the sessionID to the get game session detail params

func (*GetGameSessionDetailParams) WithTimeout

WithTimeout adds the timeout to the get game session detail params

func (*GetGameSessionDetailParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGameSessionDetailReader

type GetGameSessionDetailReader struct {
	// contains filtered or unexported fields
}

GetGameSessionDetailReader is a Reader for the GetGameSessionDetail structure.

func (*GetGameSessionDetailReader) ReadResponse

func (o *GetGameSessionDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGameSessionDetailUnauthorized

type GetGameSessionDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetGameSessionDetailUnauthorized handles this case with default header values.

Unauthorized

func NewGetGameSessionDetailUnauthorized

func NewGetGameSessionDetailUnauthorized() *GetGameSessionDetailUnauthorized

NewGetGameSessionDetailUnauthorized creates a GetGameSessionDetailUnauthorized with default headers values

func (*GetGameSessionDetailUnauthorized) Error

func (*GetGameSessionDetailUnauthorized) GetPayload

func (*GetGameSessionDetailUnauthorized) ToJSONString

func (o *GetGameSessionDetailUnauthorized) ToJSONString() string

type GetPartyDetailBadRequest

type GetPartyDetailBadRequest struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetPartyDetailBadRequest handles this case with default header values.

Bad Request

func NewGetPartyDetailBadRequest

func NewGetPartyDetailBadRequest() *GetPartyDetailBadRequest

NewGetPartyDetailBadRequest creates a GetPartyDetailBadRequest with default headers values

func (*GetPartyDetailBadRequest) Error

func (o *GetPartyDetailBadRequest) Error() string

func (*GetPartyDetailBadRequest) GetPayload

func (*GetPartyDetailBadRequest) ToJSONString

func (o *GetPartyDetailBadRequest) ToJSONString() string

type GetPartyDetailForbidden

type GetPartyDetailForbidden struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetPartyDetailForbidden handles this case with default header values.

Forbidden

func NewGetPartyDetailForbidden

func NewGetPartyDetailForbidden() *GetPartyDetailForbidden

NewGetPartyDetailForbidden creates a GetPartyDetailForbidden with default headers values

func (*GetPartyDetailForbidden) Error

func (o *GetPartyDetailForbidden) Error() string

func (*GetPartyDetailForbidden) GetPayload

func (*GetPartyDetailForbidden) ToJSONString

func (o *GetPartyDetailForbidden) ToJSONString() string

type GetPartyDetailInternalServerError

type GetPartyDetailInternalServerError struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetPartyDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewGetPartyDetailInternalServerError

func NewGetPartyDetailInternalServerError() *GetPartyDetailInternalServerError

NewGetPartyDetailInternalServerError creates a GetPartyDetailInternalServerError with default headers values

func (*GetPartyDetailInternalServerError) Error

func (*GetPartyDetailInternalServerError) GetPayload

func (*GetPartyDetailInternalServerError) ToJSONString

func (o *GetPartyDetailInternalServerError) ToJSONString() string

type GetPartyDetailNotFound

type GetPartyDetailNotFound struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetPartyDetailNotFound handles this case with default header values.

Not Found

func NewGetPartyDetailNotFound

func NewGetPartyDetailNotFound() *GetPartyDetailNotFound

NewGetPartyDetailNotFound creates a GetPartyDetailNotFound with default headers values

func (*GetPartyDetailNotFound) Error

func (o *GetPartyDetailNotFound) Error() string

func (*GetPartyDetailNotFound) GetPayload

func (*GetPartyDetailNotFound) ToJSONString

func (o *GetPartyDetailNotFound) ToJSONString() string

type GetPartyDetailOK

type GetPartyDetailOK struct {
	Payload *sessionhistoryclientmodels.ApimodelsPartyDetail
}

GetPartyDetailOK handles this case with default header values.

OK

func NewGetPartyDetailOK

func NewGetPartyDetailOK() *GetPartyDetailOK

NewGetPartyDetailOK creates a GetPartyDetailOK with default headers values

func (*GetPartyDetailOK) Error

func (o *GetPartyDetailOK) Error() string

func (*GetPartyDetailOK) GetPayload

func (*GetPartyDetailOK) ToJSONString

func (o *GetPartyDetailOK) ToJSONString() string

type GetPartyDetailParams

type GetPartyDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  session ID

	*/
	SessionID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetPartyDetailParams contains all the parameters to send to the API endpoint for the get party detail operation typically these are written to a http.Request

func NewGetPartyDetailParams

func NewGetPartyDetailParams() *GetPartyDetailParams

NewGetPartyDetailParams creates a new GetPartyDetailParams object with the default values initialized.

func NewGetPartyDetailParamsWithContext

func NewGetPartyDetailParamsWithContext(ctx context.Context) *GetPartyDetailParams

NewGetPartyDetailParamsWithContext creates a new GetPartyDetailParams object with the default values initialized, and the ability to set a context for a request

func NewGetPartyDetailParamsWithHTTPClient

func NewGetPartyDetailParamsWithHTTPClient(client *http.Client) *GetPartyDetailParams

NewGetPartyDetailParamsWithHTTPClient creates a new GetPartyDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPartyDetailParamsWithTimeout

func NewGetPartyDetailParamsWithTimeout(timeout time.Duration) *GetPartyDetailParams

NewGetPartyDetailParamsWithTimeout creates a new GetPartyDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPartyDetailParams) SetAuthInfoWriter

func (o *GetPartyDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get party detail params

func (*GetPartyDetailParams) SetContext

func (o *GetPartyDetailParams) SetContext(ctx context.Context)

SetContext adds the context to the get party detail params

func (*GetPartyDetailParams) SetFlightId

func (o *GetPartyDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetPartyDetailParams) SetHTTPClient

func (o *GetPartyDetailParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get party detail params

func (*GetPartyDetailParams) SetHTTPClientTransport

func (o *GetPartyDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get party detail params

func (*GetPartyDetailParams) SetNamespace

func (o *GetPartyDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get party detail params

func (*GetPartyDetailParams) SetSessionID

func (o *GetPartyDetailParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the get party detail params

func (*GetPartyDetailParams) SetTimeout

func (o *GetPartyDetailParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get party detail params

func (*GetPartyDetailParams) WithContext

WithContext adds the context to the get party detail params

func (*GetPartyDetailParams) WithHTTPClient

func (o *GetPartyDetailParams) WithHTTPClient(client *http.Client) *GetPartyDetailParams

WithHTTPClient adds the HTTPClient to the get party detail params

func (*GetPartyDetailParams) WithNamespace

func (o *GetPartyDetailParams) WithNamespace(namespace string) *GetPartyDetailParams

WithNamespace adds the namespace to the get party detail params

func (*GetPartyDetailParams) WithSessionID

func (o *GetPartyDetailParams) WithSessionID(sessionID string) *GetPartyDetailParams

WithSessionID adds the sessionID to the get party detail params

func (*GetPartyDetailParams) WithTimeout

func (o *GetPartyDetailParams) WithTimeout(timeout time.Duration) *GetPartyDetailParams

WithTimeout adds the timeout to the get party detail params

func (*GetPartyDetailParams) WriteToRequest

func (o *GetPartyDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPartyDetailReader

type GetPartyDetailReader struct {
	// contains filtered or unexported fields
}

GetPartyDetailReader is a Reader for the GetPartyDetail structure.

func (*GetPartyDetailReader) ReadResponse

func (o *GetPartyDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPartyDetailUnauthorized

type GetPartyDetailUnauthorized struct {
	Payload *sessionhistoryclientmodels.ResponseError
}

GetPartyDetailUnauthorized handles this case with default header values.

Unauthorized

func NewGetPartyDetailUnauthorized

func NewGetPartyDetailUnauthorized() *GetPartyDetailUnauthorized

NewGetPartyDetailUnauthorized creates a GetPartyDetailUnauthorized with default headers values

func (*GetPartyDetailUnauthorized) Error

func (*GetPartyDetailUnauthorized) GetPayload

func (*GetPartyDetailUnauthorized) ToJSONString

func (o *GetPartyDetailUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL