loginqueueclientmodels

package
v0.77.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApimodelsConfigurationRequest

type ApimodelsConfigurationRequest struct {

	// enabled
	// Required: true
	Enabled *bool `json:"enabled"`

	// maxconcurrency
	// Required: true
	// Format: int32
	MaxConcurrency *int32 `json:"maxConcurrency"`

	// maxloginrate
	// Required: true
	// Format: int32
	MaxLoginRate *int32 `json:"maxLoginRate"`

	// minactivationperiodinsecond
	// Required: true
	// Format: int32
	MinActivationPeriodInSecond *int32 `json:"minActivationPeriodInSecond"`

	// playerpollingtimeinsecond
	// Required: true
	// Format: int32
	PlayerPollingTimeInSecond *int32 `json:"playerPollingTimeInSecond"`

	// playerreconnectgraceperiodinsecond
	// Required: true
	// Format: int32
	PlayerReconnectGracePeriodInSecond *int32 `json:"playerReconnectGracePeriodInSecond"`

	// queuereconnectgraceperiodinsecond
	// Required: true
	// Format: int32
	QueueReconnectGracePeriodInSecond *int32 `json:"queueReconnectGracePeriodInSecond"`

	// safetymarginpercentage
	// Required: true
	// Format: int32
	SafetyMarginPercentage *int32 `json:"safetyMarginPercentage"`
}

ApimodelsConfigurationRequest Apimodels configuration request

swagger:model Apimodels configuration request.

func (*ApimodelsConfigurationRequest) MarshalBinary

func (m *ApimodelsConfigurationRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApimodelsConfigurationRequest) UnmarshalBinary

func (m *ApimodelsConfigurationRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApimodelsConfigurationRequest) Validate

func (m *ApimodelsConfigurationRequest) Validate(formats strfmt.Registry) error

Validate validates this Apimodels configuration request

type ApimodelsConfigurationResponse

type ApimodelsConfigurationResponse struct {

	// enabled
	// Required: true
	Enabled *bool `json:"enabled"`

	// maxconcurrency
	// Required: true
	// Format: int32
	MaxConcurrency *int32 `json:"maxConcurrency"`

	// maxloginrate
	// Required: true
	// Format: int32
	MaxLoginRate *int32 `json:"maxLoginRate"`

	// minactivationperiodinsecond
	// Required: true
	// Format: int32
	MinActivationPeriodInSecond *int32 `json:"minActivationPeriodInSecond"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// playerpollingtimeinsecond
	// Required: true
	// Format: int32
	PlayerPollingTimeInSecond *int32 `json:"playerPollingTimeInSecond"`

	// playerreconnectgraceperiodinsecond
	// Required: true
	// Format: int32
	PlayerReconnectGracePeriodInSecond *int32 `json:"playerReconnectGracePeriodInSecond"`

	// queuereconnectgraceperiodinsecond
	// Required: true
	// Format: int32
	QueueReconnectGracePeriodInSecond *int32 `json:"queueReconnectGracePeriodInSecond"`

	// safetymarginpercentage
	// Required: true
	// Format: int32
	SafetyMarginPercentage *int32 `json:"safetyMarginPercentage"`
}

ApimodelsConfigurationResponse Apimodels configuration response

swagger:model Apimodels configuration response.

func (*ApimodelsConfigurationResponse) MarshalBinary

func (m *ApimodelsConfigurationResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApimodelsConfigurationResponse) UnmarshalBinary

func (m *ApimodelsConfigurationResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApimodelsConfigurationResponse) Validate

func (m *ApimodelsConfigurationResponse) Validate(formats strfmt.Registry) error

Validate validates this Apimodels configuration response

type ApimodelsLink struct {

	// action
	// Required: true
	Action *string `json:"action"`

	// href
	// Required: true
	Href *string `json:"href"`
}

ApimodelsLink Apimodels link

swagger:model Apimodels link.

func (*ApimodelsLink) MarshalBinary

func (m *ApimodelsLink) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApimodelsLink) UnmarshalBinary

func (m *ApimodelsLink) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApimodelsLink) Validate

func (m *ApimodelsLink) Validate(formats strfmt.Registry) error

Validate validates this Apimodels link

type ApimodelsQueueStatusResponse

type ApimodelsQueueStatusResponse struct {

	// isactive
	// Required: true
	IsActive *bool `json:"isActive"`

	// loggedusercount
	// Required: true
	// Format: int32
	LoggedUserCount *int32 `json:"loggedUserCount"`

	// loginrps
	// Required: true
	// Format: int32
	LoginRPS *int32 `json:"loginRPS"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// queuecount
	// Required: true
	// Format: int32
	QueueCount *int32 `json:"queueCount"`
}

ApimodelsQueueStatusResponse Apimodels queue status response

swagger:model Apimodels queue status response.

func (*ApimodelsQueueStatusResponse) MarshalBinary

func (m *ApimodelsQueueStatusResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApimodelsQueueStatusResponse) UnmarshalBinary

func (m *ApimodelsQueueStatusResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApimodelsQueueStatusResponse) Validate

func (m *ApimodelsQueueStatusResponse) Validate(formats strfmt.Registry) error

Validate validates this Apimodels queue status response

type ApimodelsRefreshTicketResponse

type ApimodelsRefreshTicketResponse struct {

	// cancel
	// Required: true
	Cancel *ApimodelsLink `json:"cancel"`

	// estimatedwaitingtimeinseconds
	// Required: true
	// Format: int32
	EstimatedWaitingTimeInSeconds *int32 `json:"estimatedWaitingTimeInSeconds"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// playerpollingtimeinseconds
	// Required: true
	// Format: int32
	PlayerPollingTimeInSeconds *int32 `json:"playerPollingTimeInSeconds"`

	// position
	// Required: true
	// Format: int32
	Position *int32 `json:"position"`

	// reconnectexpiredat
	// Required: true
	// Format: int64
	ReconnectExpiredAt *int64 `json:"reconnectExpiredAt"`
}

ApimodelsRefreshTicketResponse Apimodels refresh ticket response

swagger:model Apimodels refresh ticket response.

func (*ApimodelsRefreshTicketResponse) MarshalBinary

func (m *ApimodelsRefreshTicketResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApimodelsRefreshTicketResponse) UnmarshalBinary

func (m *ApimodelsRefreshTicketResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApimodelsRefreshTicketResponse) Validate

func (m *ApimodelsRefreshTicketResponse) Validate(formats strfmt.Registry) error

Validate validates this Apimodels refresh ticket response

type ResponseError

type ResponseError struct {

	// attributes
	// Required: true
	Attributes map[string]string `json:"attributes"`

	// errorcode
	// Required: true
	// Format: int32
	ErrorCode *int32 `json:"errorCode"`

	// errormessage
	// Required: true
	ErrorMessage *string `json:"errorMessage"`

	// message
	// Required: true
	Message *string `json:"message"`

	// name
	// Required: true
	Name *string `json:"name"`
}

ResponseError Response error

swagger:model Response error.

func (*ResponseError) MarshalBinary

func (m *ResponseError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResponseError) UnmarshalBinary

func (m *ResponseError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResponseError) Validate

func (m *ResponseError) Validate(formats strfmt.Registry) error

Validate validates this Response error

Jump to

Keyboard shortcuts

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