profanity

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminAddProfanityFilterIntoListBadRequest

type AdminAddProfanityFilterIntoListBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFilterIntoListBadRequest handles this case with default header values.

Bad Request

func NewAdminAddProfanityFilterIntoListBadRequest

func NewAdminAddProfanityFilterIntoListBadRequest() *AdminAddProfanityFilterIntoListBadRequest

NewAdminAddProfanityFilterIntoListBadRequest creates a AdminAddProfanityFilterIntoListBadRequest with default headers values

func (*AdminAddProfanityFilterIntoListBadRequest) Error

func (*AdminAddProfanityFilterIntoListBadRequest) GetPayload

func (*AdminAddProfanityFilterIntoListBadRequest) ToJSONString

type AdminAddProfanityFilterIntoListForbidden

type AdminAddProfanityFilterIntoListForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFilterIntoListForbidden handles this case with default header values.

Forbidden

func NewAdminAddProfanityFilterIntoListForbidden

func NewAdminAddProfanityFilterIntoListForbidden() *AdminAddProfanityFilterIntoListForbidden

NewAdminAddProfanityFilterIntoListForbidden creates a AdminAddProfanityFilterIntoListForbidden with default headers values

func (*AdminAddProfanityFilterIntoListForbidden) Error

func (*AdminAddProfanityFilterIntoListForbidden) GetPayload

func (*AdminAddProfanityFilterIntoListForbidden) ToJSONString

type AdminAddProfanityFilterIntoListInternalServerError

type AdminAddProfanityFilterIntoListInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFilterIntoListInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminAddProfanityFilterIntoListInternalServerError

func NewAdminAddProfanityFilterIntoListInternalServerError() *AdminAddProfanityFilterIntoListInternalServerError

NewAdminAddProfanityFilterIntoListInternalServerError creates a AdminAddProfanityFilterIntoListInternalServerError with default headers values

func (*AdminAddProfanityFilterIntoListInternalServerError) Error

func (*AdminAddProfanityFilterIntoListInternalServerError) GetPayload

func (*AdminAddProfanityFilterIntoListInternalServerError) ToJSONString

type AdminAddProfanityFilterIntoListNotFound

type AdminAddProfanityFilterIntoListNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFilterIntoListNotFound handles this case with default header values.

Not Found

func NewAdminAddProfanityFilterIntoListNotFound

func NewAdminAddProfanityFilterIntoListNotFound() *AdminAddProfanityFilterIntoListNotFound

NewAdminAddProfanityFilterIntoListNotFound creates a AdminAddProfanityFilterIntoListNotFound with default headers values

func (*AdminAddProfanityFilterIntoListNotFound) Error

func (*AdminAddProfanityFilterIntoListNotFound) GetPayload

func (*AdminAddProfanityFilterIntoListNotFound) ToJSONString

type AdminAddProfanityFilterIntoListOK

type AdminAddProfanityFilterIntoListOK struct {
}

AdminAddProfanityFilterIntoListOK handles this case with default header values.

OK

func NewAdminAddProfanityFilterIntoListOK

func NewAdminAddProfanityFilterIntoListOK() *AdminAddProfanityFilterIntoListOK

NewAdminAddProfanityFilterIntoListOK creates a AdminAddProfanityFilterIntoListOK with default headers values

func (*AdminAddProfanityFilterIntoListOK) Error

type AdminAddProfanityFilterIntoListParams

type AdminAddProfanityFilterIntoListParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminAddProfanityFilterIntoListRequest
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminAddProfanityFilterIntoListParams contains all the parameters to send to the API endpoint for the admin add profanity filter into list operation typically these are written to a http.Request

func NewAdminAddProfanityFilterIntoListParams

func NewAdminAddProfanityFilterIntoListParams() *AdminAddProfanityFilterIntoListParams

NewAdminAddProfanityFilterIntoListParams creates a new AdminAddProfanityFilterIntoListParams object with the default values initialized.

func NewAdminAddProfanityFilterIntoListParamsWithContext

func NewAdminAddProfanityFilterIntoListParamsWithContext(ctx context.Context) *AdminAddProfanityFilterIntoListParams

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

func NewAdminAddProfanityFilterIntoListParamsWithHTTPClient

func NewAdminAddProfanityFilterIntoListParamsWithHTTPClient(client *http.Client) *AdminAddProfanityFilterIntoListParams

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

func NewAdminAddProfanityFilterIntoListParamsWithTimeout

func NewAdminAddProfanityFilterIntoListParamsWithTimeout(timeout time.Duration) *AdminAddProfanityFilterIntoListParams

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

func (*AdminAddProfanityFilterIntoListParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetBody

SetBody adds the body to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetContext

SetContext adds the context to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetFlightId

func (o *AdminAddProfanityFilterIntoListParams) SetFlightId(flightId string)

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

func (*AdminAddProfanityFilterIntoListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetList

func (o *AdminAddProfanityFilterIntoListParams) SetList(listVar string)

SetList adds the list to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetNamespace

func (o *AdminAddProfanityFilterIntoListParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) SetTimeout

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

SetTimeout adds the timeout to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithBody

WithBody adds the body to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithContext

WithContext adds the context to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithList

WithList adds the listVar to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithNamespace

WithNamespace adds the namespace to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WithTimeout

WithTimeout adds the timeout to the admin add profanity filter into list params

func (*AdminAddProfanityFilterIntoListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminAddProfanityFilterIntoListReader

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

AdminAddProfanityFilterIntoListReader is a Reader for the AdminAddProfanityFilterIntoList structure.

func (*AdminAddProfanityFilterIntoListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminAddProfanityFilterIntoListUnauthorized

type AdminAddProfanityFilterIntoListUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFilterIntoListUnauthorized handles this case with default header values.

Unauthorized

func NewAdminAddProfanityFilterIntoListUnauthorized

func NewAdminAddProfanityFilterIntoListUnauthorized() *AdminAddProfanityFilterIntoListUnauthorized

NewAdminAddProfanityFilterIntoListUnauthorized creates a AdminAddProfanityFilterIntoListUnauthorized with default headers values

func (*AdminAddProfanityFilterIntoListUnauthorized) Error

func (*AdminAddProfanityFilterIntoListUnauthorized) GetPayload

func (*AdminAddProfanityFilterIntoListUnauthorized) ToJSONString

type AdminAddProfanityFiltersBadRequest

type AdminAddProfanityFiltersBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFiltersBadRequest handles this case with default header values.

Bad Request

func NewAdminAddProfanityFiltersBadRequest

func NewAdminAddProfanityFiltersBadRequest() *AdminAddProfanityFiltersBadRequest

NewAdminAddProfanityFiltersBadRequest creates a AdminAddProfanityFiltersBadRequest with default headers values

func (*AdminAddProfanityFiltersBadRequest) Error

func (*AdminAddProfanityFiltersBadRequest) GetPayload

func (*AdminAddProfanityFiltersBadRequest) ToJSONString

func (o *AdminAddProfanityFiltersBadRequest) ToJSONString() string

type AdminAddProfanityFiltersForbidden

type AdminAddProfanityFiltersForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFiltersForbidden handles this case with default header values.

Forbidden

func NewAdminAddProfanityFiltersForbidden

func NewAdminAddProfanityFiltersForbidden() *AdminAddProfanityFiltersForbidden

NewAdminAddProfanityFiltersForbidden creates a AdminAddProfanityFiltersForbidden with default headers values

func (*AdminAddProfanityFiltersForbidden) Error

func (*AdminAddProfanityFiltersForbidden) GetPayload

func (*AdminAddProfanityFiltersForbidden) ToJSONString

func (o *AdminAddProfanityFiltersForbidden) ToJSONString() string

type AdminAddProfanityFiltersInternalServerError

type AdminAddProfanityFiltersInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFiltersInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminAddProfanityFiltersInternalServerError

func NewAdminAddProfanityFiltersInternalServerError() *AdminAddProfanityFiltersInternalServerError

NewAdminAddProfanityFiltersInternalServerError creates a AdminAddProfanityFiltersInternalServerError with default headers values

func (*AdminAddProfanityFiltersInternalServerError) Error

func (*AdminAddProfanityFiltersInternalServerError) GetPayload

func (*AdminAddProfanityFiltersInternalServerError) ToJSONString

type AdminAddProfanityFiltersNotFound

type AdminAddProfanityFiltersNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFiltersNotFound handles this case with default header values.

Not Found

func NewAdminAddProfanityFiltersNotFound

func NewAdminAddProfanityFiltersNotFound() *AdminAddProfanityFiltersNotFound

NewAdminAddProfanityFiltersNotFound creates a AdminAddProfanityFiltersNotFound with default headers values

func (*AdminAddProfanityFiltersNotFound) Error

func (*AdminAddProfanityFiltersNotFound) GetPayload

func (*AdminAddProfanityFiltersNotFound) ToJSONString

func (o *AdminAddProfanityFiltersNotFound) ToJSONString() string

type AdminAddProfanityFiltersOK

type AdminAddProfanityFiltersOK struct {
}

AdminAddProfanityFiltersOK handles this case with default header values.

OK

func NewAdminAddProfanityFiltersOK

func NewAdminAddProfanityFiltersOK() *AdminAddProfanityFiltersOK

NewAdminAddProfanityFiltersOK creates a AdminAddProfanityFiltersOK with default headers values

func (*AdminAddProfanityFiltersOK) Error

type AdminAddProfanityFiltersParams

type AdminAddProfanityFiltersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminAddProfanityFiltersRequest
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminAddProfanityFiltersParams contains all the parameters to send to the API endpoint for the admin add profanity filters operation typically these are written to a http.Request

func NewAdminAddProfanityFiltersParams

func NewAdminAddProfanityFiltersParams() *AdminAddProfanityFiltersParams

NewAdminAddProfanityFiltersParams creates a new AdminAddProfanityFiltersParams object with the default values initialized.

func NewAdminAddProfanityFiltersParamsWithContext

func NewAdminAddProfanityFiltersParamsWithContext(ctx context.Context) *AdminAddProfanityFiltersParams

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

func NewAdminAddProfanityFiltersParamsWithHTTPClient

func NewAdminAddProfanityFiltersParamsWithHTTPClient(client *http.Client) *AdminAddProfanityFiltersParams

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

func NewAdminAddProfanityFiltersParamsWithTimeout

func NewAdminAddProfanityFiltersParamsWithTimeout(timeout time.Duration) *AdminAddProfanityFiltersParams

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

func (*AdminAddProfanityFiltersParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetBody

SetBody adds the body to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetContext

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

SetContext adds the context to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetFlightId

func (o *AdminAddProfanityFiltersParams) SetFlightId(flightId string)

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

func (*AdminAddProfanityFiltersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetList

func (o *AdminAddProfanityFiltersParams) SetList(listVar string)

SetList adds the list to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetNamespace

func (o *AdminAddProfanityFiltersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) SetTimeout

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

SetTimeout adds the timeout to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithBody

WithBody adds the body to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithContext

WithContext adds the context to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithList

WithList adds the listVar to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithNamespace

WithNamespace adds the namespace to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WithTimeout

WithTimeout adds the timeout to the admin add profanity filters params

func (*AdminAddProfanityFiltersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminAddProfanityFiltersReader

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

AdminAddProfanityFiltersReader is a Reader for the AdminAddProfanityFilters structure.

func (*AdminAddProfanityFiltersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminAddProfanityFiltersUnauthorized

type AdminAddProfanityFiltersUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminAddProfanityFiltersUnauthorized handles this case with default header values.

Unauthorized

func NewAdminAddProfanityFiltersUnauthorized

func NewAdminAddProfanityFiltersUnauthorized() *AdminAddProfanityFiltersUnauthorized

NewAdminAddProfanityFiltersUnauthorized creates a AdminAddProfanityFiltersUnauthorized with default headers values

func (*AdminAddProfanityFiltersUnauthorized) Error

func (*AdminAddProfanityFiltersUnauthorized) GetPayload

func (*AdminAddProfanityFiltersUnauthorized) ToJSONString

func (o *AdminAddProfanityFiltersUnauthorized) ToJSONString() string

type AdminCreateProfanityListBadRequest

type AdminCreateProfanityListBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminCreateProfanityListBadRequest handles this case with default header values.

Bad Request

func NewAdminCreateProfanityListBadRequest

func NewAdminCreateProfanityListBadRequest() *AdminCreateProfanityListBadRequest

NewAdminCreateProfanityListBadRequest creates a AdminCreateProfanityListBadRequest with default headers values

func (*AdminCreateProfanityListBadRequest) Error

func (*AdminCreateProfanityListBadRequest) GetPayload

func (*AdminCreateProfanityListBadRequest) ToJSONString

func (o *AdminCreateProfanityListBadRequest) ToJSONString() string

type AdminCreateProfanityListForbidden

type AdminCreateProfanityListForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminCreateProfanityListForbidden handles this case with default header values.

Forbidden

func NewAdminCreateProfanityListForbidden

func NewAdminCreateProfanityListForbidden() *AdminCreateProfanityListForbidden

NewAdminCreateProfanityListForbidden creates a AdminCreateProfanityListForbidden with default headers values

func (*AdminCreateProfanityListForbidden) Error

func (*AdminCreateProfanityListForbidden) GetPayload

func (*AdminCreateProfanityListForbidden) ToJSONString

func (o *AdminCreateProfanityListForbidden) ToJSONString() string

type AdminCreateProfanityListInternalServerError

type AdminCreateProfanityListInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminCreateProfanityListInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminCreateProfanityListInternalServerError

func NewAdminCreateProfanityListInternalServerError() *AdminCreateProfanityListInternalServerError

NewAdminCreateProfanityListInternalServerError creates a AdminCreateProfanityListInternalServerError with default headers values

func (*AdminCreateProfanityListInternalServerError) Error

func (*AdminCreateProfanityListInternalServerError) GetPayload

func (*AdminCreateProfanityListInternalServerError) ToJSONString

type AdminCreateProfanityListNotFound

type AdminCreateProfanityListNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminCreateProfanityListNotFound handles this case with default header values.

Not Found

func NewAdminCreateProfanityListNotFound

func NewAdminCreateProfanityListNotFound() *AdminCreateProfanityListNotFound

NewAdminCreateProfanityListNotFound creates a AdminCreateProfanityListNotFound with default headers values

func (*AdminCreateProfanityListNotFound) Error

func (*AdminCreateProfanityListNotFound) GetPayload

func (*AdminCreateProfanityListNotFound) ToJSONString

func (o *AdminCreateProfanityListNotFound) ToJSONString() string

type AdminCreateProfanityListOK

type AdminCreateProfanityListOK struct {
}

AdminCreateProfanityListOK handles this case with default header values.

OK

func NewAdminCreateProfanityListOK

func NewAdminCreateProfanityListOK() *AdminCreateProfanityListOK

NewAdminCreateProfanityListOK creates a AdminCreateProfanityListOK with default headers values

func (*AdminCreateProfanityListOK) Error

type AdminCreateProfanityListParams

type AdminCreateProfanityListParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminCreateProfanityListRequest
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminCreateProfanityListParams contains all the parameters to send to the API endpoint for the admin create profanity list operation typically these are written to a http.Request

func NewAdminCreateProfanityListParams

func NewAdminCreateProfanityListParams() *AdminCreateProfanityListParams

NewAdminCreateProfanityListParams creates a new AdminCreateProfanityListParams object with the default values initialized.

func NewAdminCreateProfanityListParamsWithContext

func NewAdminCreateProfanityListParamsWithContext(ctx context.Context) *AdminCreateProfanityListParams

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

func NewAdminCreateProfanityListParamsWithHTTPClient

func NewAdminCreateProfanityListParamsWithHTTPClient(client *http.Client) *AdminCreateProfanityListParams

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

func NewAdminCreateProfanityListParamsWithTimeout

func NewAdminCreateProfanityListParamsWithTimeout(timeout time.Duration) *AdminCreateProfanityListParams

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

func (*AdminCreateProfanityListParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetBody

SetBody adds the body to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetContext

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

SetContext adds the context to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetFlightId

func (o *AdminCreateProfanityListParams) SetFlightId(flightId string)

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

func (*AdminCreateProfanityListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetNamespace

func (o *AdminCreateProfanityListParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create profanity list params

func (*AdminCreateProfanityListParams) SetTimeout

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

SetTimeout adds the timeout to the admin create profanity list params

func (*AdminCreateProfanityListParams) WithBody

WithBody adds the body to the admin create profanity list params

func (*AdminCreateProfanityListParams) WithContext

WithContext adds the context to the admin create profanity list params

func (*AdminCreateProfanityListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin create profanity list params

func (*AdminCreateProfanityListParams) WithNamespace

WithNamespace adds the namespace to the admin create profanity list params

func (*AdminCreateProfanityListParams) WithTimeout

WithTimeout adds the timeout to the admin create profanity list params

func (*AdminCreateProfanityListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminCreateProfanityListReader

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

AdminCreateProfanityListReader is a Reader for the AdminCreateProfanityList structure.

func (*AdminCreateProfanityListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminCreateProfanityListUnauthorized

type AdminCreateProfanityListUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminCreateProfanityListUnauthorized handles this case with default header values.

Unauthorized

func NewAdminCreateProfanityListUnauthorized

func NewAdminCreateProfanityListUnauthorized() *AdminCreateProfanityListUnauthorized

NewAdminCreateProfanityListUnauthorized creates a AdminCreateProfanityListUnauthorized with default headers values

func (*AdminCreateProfanityListUnauthorized) Error

func (*AdminCreateProfanityListUnauthorized) GetPayload

func (*AdminCreateProfanityListUnauthorized) ToJSONString

func (o *AdminCreateProfanityListUnauthorized) ToJSONString() string

type AdminDebugProfanityFiltersBadRequest

type AdminDebugProfanityFiltersBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDebugProfanityFiltersBadRequest handles this case with default header values.

Bad Request

func NewAdminDebugProfanityFiltersBadRequest

func NewAdminDebugProfanityFiltersBadRequest() *AdminDebugProfanityFiltersBadRequest

NewAdminDebugProfanityFiltersBadRequest creates a AdminDebugProfanityFiltersBadRequest with default headers values

func (*AdminDebugProfanityFiltersBadRequest) Error

func (*AdminDebugProfanityFiltersBadRequest) GetPayload

func (*AdminDebugProfanityFiltersBadRequest) ToJSONString

func (o *AdminDebugProfanityFiltersBadRequest) ToJSONString() string

type AdminDebugProfanityFiltersForbidden

type AdminDebugProfanityFiltersForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDebugProfanityFiltersForbidden handles this case with default header values.

Forbidden

func NewAdminDebugProfanityFiltersForbidden

func NewAdminDebugProfanityFiltersForbidden() *AdminDebugProfanityFiltersForbidden

NewAdminDebugProfanityFiltersForbidden creates a AdminDebugProfanityFiltersForbidden with default headers values

func (*AdminDebugProfanityFiltersForbidden) Error

func (*AdminDebugProfanityFiltersForbidden) GetPayload

func (*AdminDebugProfanityFiltersForbidden) ToJSONString

func (o *AdminDebugProfanityFiltersForbidden) ToJSONString() string

type AdminDebugProfanityFiltersInternalServerError

type AdminDebugProfanityFiltersInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDebugProfanityFiltersInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDebugProfanityFiltersInternalServerError

func NewAdminDebugProfanityFiltersInternalServerError() *AdminDebugProfanityFiltersInternalServerError

NewAdminDebugProfanityFiltersInternalServerError creates a AdminDebugProfanityFiltersInternalServerError with default headers values

func (*AdminDebugProfanityFiltersInternalServerError) Error

func (*AdminDebugProfanityFiltersInternalServerError) GetPayload

func (*AdminDebugProfanityFiltersInternalServerError) ToJSONString

type AdminDebugProfanityFiltersNotFound

type AdminDebugProfanityFiltersNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDebugProfanityFiltersNotFound handles this case with default header values.

Not Found

func NewAdminDebugProfanityFiltersNotFound

func NewAdminDebugProfanityFiltersNotFound() *AdminDebugProfanityFiltersNotFound

NewAdminDebugProfanityFiltersNotFound creates a AdminDebugProfanityFiltersNotFound with default headers values

func (*AdminDebugProfanityFiltersNotFound) Error

func (*AdminDebugProfanityFiltersNotFound) GetPayload

func (*AdminDebugProfanityFiltersNotFound) ToJSONString

func (o *AdminDebugProfanityFiltersNotFound) ToJSONString() string

type AdminDebugProfanityFiltersOK

type AdminDebugProfanityFiltersOK struct {
	Payload []*lobbyclientmodels.ModelsProfanityFilter
}

AdminDebugProfanityFiltersOK handles this case with default header values.

OK

func NewAdminDebugProfanityFiltersOK

func NewAdminDebugProfanityFiltersOK() *AdminDebugProfanityFiltersOK

NewAdminDebugProfanityFiltersOK creates a AdminDebugProfanityFiltersOK with default headers values

func (*AdminDebugProfanityFiltersOK) Error

func (*AdminDebugProfanityFiltersOK) GetPayload

func (*AdminDebugProfanityFiltersOK) ToJSONString

func (o *AdminDebugProfanityFiltersOK) ToJSONString() string

type AdminDebugProfanityFiltersParams

type AdminDebugProfanityFiltersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsDebugProfanityFilterRequest
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminDebugProfanityFiltersParams contains all the parameters to send to the API endpoint for the admin debug profanity filters operation typically these are written to a http.Request

func NewAdminDebugProfanityFiltersParams

func NewAdminDebugProfanityFiltersParams() *AdminDebugProfanityFiltersParams

NewAdminDebugProfanityFiltersParams creates a new AdminDebugProfanityFiltersParams object with the default values initialized.

func NewAdminDebugProfanityFiltersParamsWithContext

func NewAdminDebugProfanityFiltersParamsWithContext(ctx context.Context) *AdminDebugProfanityFiltersParams

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

func NewAdminDebugProfanityFiltersParamsWithHTTPClient

func NewAdminDebugProfanityFiltersParamsWithHTTPClient(client *http.Client) *AdminDebugProfanityFiltersParams

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

func NewAdminDebugProfanityFiltersParamsWithTimeout

func NewAdminDebugProfanityFiltersParamsWithTimeout(timeout time.Duration) *AdminDebugProfanityFiltersParams

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

func (*AdminDebugProfanityFiltersParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetBody

SetBody adds the body to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetContext

SetContext adds the context to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetFlightId

func (o *AdminDebugProfanityFiltersParams) SetFlightId(flightId string)

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

func (*AdminDebugProfanityFiltersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetNamespace

func (o *AdminDebugProfanityFiltersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) SetTimeout

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

SetTimeout adds the timeout to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WithBody

WithBody adds the body to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WithContext

WithContext adds the context to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WithNamespace

WithNamespace adds the namespace to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WithTimeout

WithTimeout adds the timeout to the admin debug profanity filters params

func (*AdminDebugProfanityFiltersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDebugProfanityFiltersReader

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

AdminDebugProfanityFiltersReader is a Reader for the AdminDebugProfanityFilters structure.

func (*AdminDebugProfanityFiltersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDebugProfanityFiltersUnauthorized

type AdminDebugProfanityFiltersUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDebugProfanityFiltersUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDebugProfanityFiltersUnauthorized

func NewAdminDebugProfanityFiltersUnauthorized() *AdminDebugProfanityFiltersUnauthorized

NewAdminDebugProfanityFiltersUnauthorized creates a AdminDebugProfanityFiltersUnauthorized with default headers values

func (*AdminDebugProfanityFiltersUnauthorized) Error

func (*AdminDebugProfanityFiltersUnauthorized) GetPayload

func (*AdminDebugProfanityFiltersUnauthorized) ToJSONString

type AdminDeleteProfanityFilterBadRequest

type AdminDeleteProfanityFilterBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityFilterBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteProfanityFilterBadRequest

func NewAdminDeleteProfanityFilterBadRequest() *AdminDeleteProfanityFilterBadRequest

NewAdminDeleteProfanityFilterBadRequest creates a AdminDeleteProfanityFilterBadRequest with default headers values

func (*AdminDeleteProfanityFilterBadRequest) Error

func (*AdminDeleteProfanityFilterBadRequest) GetPayload

func (*AdminDeleteProfanityFilterBadRequest) ToJSONString

func (o *AdminDeleteProfanityFilterBadRequest) ToJSONString() string

type AdminDeleteProfanityFilterForbidden

type AdminDeleteProfanityFilterForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityFilterForbidden handles this case with default header values.

Forbidden

func NewAdminDeleteProfanityFilterForbidden

func NewAdminDeleteProfanityFilterForbidden() *AdminDeleteProfanityFilterForbidden

NewAdminDeleteProfanityFilterForbidden creates a AdminDeleteProfanityFilterForbidden with default headers values

func (*AdminDeleteProfanityFilterForbidden) Error

func (*AdminDeleteProfanityFilterForbidden) GetPayload

func (*AdminDeleteProfanityFilterForbidden) ToJSONString

func (o *AdminDeleteProfanityFilterForbidden) ToJSONString() string

type AdminDeleteProfanityFilterInternalServerError

type AdminDeleteProfanityFilterInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityFilterInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteProfanityFilterInternalServerError

func NewAdminDeleteProfanityFilterInternalServerError() *AdminDeleteProfanityFilterInternalServerError

NewAdminDeleteProfanityFilterInternalServerError creates a AdminDeleteProfanityFilterInternalServerError with default headers values

func (*AdminDeleteProfanityFilterInternalServerError) Error

func (*AdminDeleteProfanityFilterInternalServerError) GetPayload

func (*AdminDeleteProfanityFilterInternalServerError) ToJSONString

type AdminDeleteProfanityFilterNotFound

type AdminDeleteProfanityFilterNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityFilterNotFound handles this case with default header values.

Not Found

func NewAdminDeleteProfanityFilterNotFound

func NewAdminDeleteProfanityFilterNotFound() *AdminDeleteProfanityFilterNotFound

NewAdminDeleteProfanityFilterNotFound creates a AdminDeleteProfanityFilterNotFound with default headers values

func (*AdminDeleteProfanityFilterNotFound) Error

func (*AdminDeleteProfanityFilterNotFound) GetPayload

func (*AdminDeleteProfanityFilterNotFound) ToJSONString

func (o *AdminDeleteProfanityFilterNotFound) ToJSONString() string

type AdminDeleteProfanityFilterOK

type AdminDeleteProfanityFilterOK struct {
	Payload []*lobbyclientmodels.ModelsProfanityFilter
}

AdminDeleteProfanityFilterOK handles this case with default header values.

OK

func NewAdminDeleteProfanityFilterOK

func NewAdminDeleteProfanityFilterOK() *AdminDeleteProfanityFilterOK

NewAdminDeleteProfanityFilterOK creates a AdminDeleteProfanityFilterOK with default headers values

func (*AdminDeleteProfanityFilterOK) Error

func (*AdminDeleteProfanityFilterOK) GetPayload

func (*AdminDeleteProfanityFilterOK) ToJSONString

func (o *AdminDeleteProfanityFilterOK) ToJSONString() string

type AdminDeleteProfanityFilterParams

type AdminDeleteProfanityFilterParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminDeleteProfanityFilterRequest
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminDeleteProfanityFilterParams contains all the parameters to send to the API endpoint for the admin delete profanity filter operation typically these are written to a http.Request

func NewAdminDeleteProfanityFilterParams

func NewAdminDeleteProfanityFilterParams() *AdminDeleteProfanityFilterParams

NewAdminDeleteProfanityFilterParams creates a new AdminDeleteProfanityFilterParams object with the default values initialized.

func NewAdminDeleteProfanityFilterParamsWithContext

func NewAdminDeleteProfanityFilterParamsWithContext(ctx context.Context) *AdminDeleteProfanityFilterParams

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

func NewAdminDeleteProfanityFilterParamsWithHTTPClient

func NewAdminDeleteProfanityFilterParamsWithHTTPClient(client *http.Client) *AdminDeleteProfanityFilterParams

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

func NewAdminDeleteProfanityFilterParamsWithTimeout

func NewAdminDeleteProfanityFilterParamsWithTimeout(timeout time.Duration) *AdminDeleteProfanityFilterParams

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

func (*AdminDeleteProfanityFilterParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetBody

SetBody adds the body to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetContext

SetContext adds the context to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetFlightId

func (o *AdminDeleteProfanityFilterParams) SetFlightId(flightId string)

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

func (*AdminDeleteProfanityFilterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetList

func (o *AdminDeleteProfanityFilterParams) SetList(listVar string)

SetList adds the list to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetNamespace

func (o *AdminDeleteProfanityFilterParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithBody

WithBody adds the body to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithContext

WithContext adds the context to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithList

WithList adds the listVar to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithNamespace

WithNamespace adds the namespace to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WithTimeout

WithTimeout adds the timeout to the admin delete profanity filter params

func (*AdminDeleteProfanityFilterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteProfanityFilterReader

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

AdminDeleteProfanityFilterReader is a Reader for the AdminDeleteProfanityFilter structure.

func (*AdminDeleteProfanityFilterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteProfanityFilterUnauthorized

type AdminDeleteProfanityFilterUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityFilterUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteProfanityFilterUnauthorized

func NewAdminDeleteProfanityFilterUnauthorized() *AdminDeleteProfanityFilterUnauthorized

NewAdminDeleteProfanityFilterUnauthorized creates a AdminDeleteProfanityFilterUnauthorized with default headers values

func (*AdminDeleteProfanityFilterUnauthorized) Error

func (*AdminDeleteProfanityFilterUnauthorized) GetPayload

func (*AdminDeleteProfanityFilterUnauthorized) ToJSONString

type AdminDeleteProfanityListBadRequest

type AdminDeleteProfanityListBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityListBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteProfanityListBadRequest

func NewAdminDeleteProfanityListBadRequest() *AdminDeleteProfanityListBadRequest

NewAdminDeleteProfanityListBadRequest creates a AdminDeleteProfanityListBadRequest with default headers values

func (*AdminDeleteProfanityListBadRequest) Error

func (*AdminDeleteProfanityListBadRequest) GetPayload

func (*AdminDeleteProfanityListBadRequest) ToJSONString

func (o *AdminDeleteProfanityListBadRequest) ToJSONString() string

type AdminDeleteProfanityListForbidden

type AdminDeleteProfanityListForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityListForbidden handles this case with default header values.

Forbidden

func NewAdminDeleteProfanityListForbidden

func NewAdminDeleteProfanityListForbidden() *AdminDeleteProfanityListForbidden

NewAdminDeleteProfanityListForbidden creates a AdminDeleteProfanityListForbidden with default headers values

func (*AdminDeleteProfanityListForbidden) Error

func (*AdminDeleteProfanityListForbidden) GetPayload

func (*AdminDeleteProfanityListForbidden) ToJSONString

func (o *AdminDeleteProfanityListForbidden) ToJSONString() string

type AdminDeleteProfanityListInternalServerError

type AdminDeleteProfanityListInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityListInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteProfanityListInternalServerError

func NewAdminDeleteProfanityListInternalServerError() *AdminDeleteProfanityListInternalServerError

NewAdminDeleteProfanityListInternalServerError creates a AdminDeleteProfanityListInternalServerError with default headers values

func (*AdminDeleteProfanityListInternalServerError) Error

func (*AdminDeleteProfanityListInternalServerError) GetPayload

func (*AdminDeleteProfanityListInternalServerError) ToJSONString

type AdminDeleteProfanityListNotFound

type AdminDeleteProfanityListNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityListNotFound handles this case with default header values.

Not Found

func NewAdminDeleteProfanityListNotFound

func NewAdminDeleteProfanityListNotFound() *AdminDeleteProfanityListNotFound

NewAdminDeleteProfanityListNotFound creates a AdminDeleteProfanityListNotFound with default headers values

func (*AdminDeleteProfanityListNotFound) Error

func (*AdminDeleteProfanityListNotFound) GetPayload

func (*AdminDeleteProfanityListNotFound) ToJSONString

func (o *AdminDeleteProfanityListNotFound) ToJSONString() string

type AdminDeleteProfanityListOK

type AdminDeleteProfanityListOK struct {
}

AdminDeleteProfanityListOK handles this case with default header values.

OK

func NewAdminDeleteProfanityListOK

func NewAdminDeleteProfanityListOK() *AdminDeleteProfanityListOK

NewAdminDeleteProfanityListOK creates a AdminDeleteProfanityListOK with default headers values

func (*AdminDeleteProfanityListOK) Error

type AdminDeleteProfanityListParams

type AdminDeleteProfanityListParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminDeleteProfanityListParams contains all the parameters to send to the API endpoint for the admin delete profanity list operation typically these are written to a http.Request

func NewAdminDeleteProfanityListParams

func NewAdminDeleteProfanityListParams() *AdminDeleteProfanityListParams

NewAdminDeleteProfanityListParams creates a new AdminDeleteProfanityListParams object with the default values initialized.

func NewAdminDeleteProfanityListParamsWithContext

func NewAdminDeleteProfanityListParamsWithContext(ctx context.Context) *AdminDeleteProfanityListParams

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

func NewAdminDeleteProfanityListParamsWithHTTPClient

func NewAdminDeleteProfanityListParamsWithHTTPClient(client *http.Client) *AdminDeleteProfanityListParams

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

func NewAdminDeleteProfanityListParamsWithTimeout

func NewAdminDeleteProfanityListParamsWithTimeout(timeout time.Duration) *AdminDeleteProfanityListParams

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

func (*AdminDeleteProfanityListParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetContext

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

SetContext adds the context to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetFlightId

func (o *AdminDeleteProfanityListParams) SetFlightId(flightId string)

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

func (*AdminDeleteProfanityListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetList

func (o *AdminDeleteProfanityListParams) SetList(listVar string)

SetList adds the list to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetNamespace

func (o *AdminDeleteProfanityListParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WithContext

WithContext adds the context to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WithList

WithList adds the listVar to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WithNamespace

WithNamespace adds the namespace to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WithTimeout

WithTimeout adds the timeout to the admin delete profanity list params

func (*AdminDeleteProfanityListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteProfanityListReader

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

AdminDeleteProfanityListReader is a Reader for the AdminDeleteProfanityList structure.

func (*AdminDeleteProfanityListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteProfanityListUnauthorized

type AdminDeleteProfanityListUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminDeleteProfanityListUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteProfanityListUnauthorized

func NewAdminDeleteProfanityListUnauthorized() *AdminDeleteProfanityListUnauthorized

NewAdminDeleteProfanityListUnauthorized creates a AdminDeleteProfanityListUnauthorized with default headers values

func (*AdminDeleteProfanityListUnauthorized) Error

func (*AdminDeleteProfanityListUnauthorized) GetPayload

func (*AdminDeleteProfanityListUnauthorized) ToJSONString

func (o *AdminDeleteProfanityListUnauthorized) ToJSONString() string

type AdminGetProfanityListFiltersV1BadRequest

type AdminGetProfanityListFiltersV1BadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListFiltersV1BadRequest handles this case with default header values.

Bad Request

func NewAdminGetProfanityListFiltersV1BadRequest

func NewAdminGetProfanityListFiltersV1BadRequest() *AdminGetProfanityListFiltersV1BadRequest

NewAdminGetProfanityListFiltersV1BadRequest creates a AdminGetProfanityListFiltersV1BadRequest with default headers values

func (*AdminGetProfanityListFiltersV1BadRequest) Error

func (*AdminGetProfanityListFiltersV1BadRequest) GetPayload

func (*AdminGetProfanityListFiltersV1BadRequest) ToJSONString

type AdminGetProfanityListFiltersV1Forbidden

type AdminGetProfanityListFiltersV1Forbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListFiltersV1Forbidden handles this case with default header values.

Forbidden

func NewAdminGetProfanityListFiltersV1Forbidden

func NewAdminGetProfanityListFiltersV1Forbidden() *AdminGetProfanityListFiltersV1Forbidden

NewAdminGetProfanityListFiltersV1Forbidden creates a AdminGetProfanityListFiltersV1Forbidden with default headers values

func (*AdminGetProfanityListFiltersV1Forbidden) Error

func (*AdminGetProfanityListFiltersV1Forbidden) GetPayload

func (*AdminGetProfanityListFiltersV1Forbidden) ToJSONString

type AdminGetProfanityListFiltersV1InternalServerError

type AdminGetProfanityListFiltersV1InternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListFiltersV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetProfanityListFiltersV1InternalServerError

func NewAdminGetProfanityListFiltersV1InternalServerError() *AdminGetProfanityListFiltersV1InternalServerError

NewAdminGetProfanityListFiltersV1InternalServerError creates a AdminGetProfanityListFiltersV1InternalServerError with default headers values

func (*AdminGetProfanityListFiltersV1InternalServerError) Error

func (*AdminGetProfanityListFiltersV1InternalServerError) GetPayload

func (*AdminGetProfanityListFiltersV1InternalServerError) ToJSONString

type AdminGetProfanityListFiltersV1NotFound

type AdminGetProfanityListFiltersV1NotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListFiltersV1NotFound handles this case with default header values.

Not Found

func NewAdminGetProfanityListFiltersV1NotFound

func NewAdminGetProfanityListFiltersV1NotFound() *AdminGetProfanityListFiltersV1NotFound

NewAdminGetProfanityListFiltersV1NotFound creates a AdminGetProfanityListFiltersV1NotFound with default headers values

func (*AdminGetProfanityListFiltersV1NotFound) Error

func (*AdminGetProfanityListFiltersV1NotFound) GetPayload

func (*AdminGetProfanityListFiltersV1NotFound) ToJSONString

type AdminGetProfanityListFiltersV1OK

type AdminGetProfanityListFiltersV1OK struct {
	Payload *lobbyclientmodels.ModelsAdminGetProfanityListFiltersV1Response
}

AdminGetProfanityListFiltersV1OK handles this case with default header values.

OK

func NewAdminGetProfanityListFiltersV1OK

func NewAdminGetProfanityListFiltersV1OK() *AdminGetProfanityListFiltersV1OK

NewAdminGetProfanityListFiltersV1OK creates a AdminGetProfanityListFiltersV1OK with default headers values

func (*AdminGetProfanityListFiltersV1OK) Error

func (*AdminGetProfanityListFiltersV1OK) GetPayload

func (*AdminGetProfanityListFiltersV1OK) ToJSONString

func (o *AdminGetProfanityListFiltersV1OK) ToJSONString() string

type AdminGetProfanityListFiltersV1Params

type AdminGetProfanityListFiltersV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminGetProfanityListFiltersV1Params contains all the parameters to send to the API endpoint for the admin get profanity list filters v1 operation typically these are written to a http.Request

func NewAdminGetProfanityListFiltersV1Params

func NewAdminGetProfanityListFiltersV1Params() *AdminGetProfanityListFiltersV1Params

NewAdminGetProfanityListFiltersV1Params creates a new AdminGetProfanityListFiltersV1Params object with the default values initialized.

func NewAdminGetProfanityListFiltersV1ParamsWithContext

func NewAdminGetProfanityListFiltersV1ParamsWithContext(ctx context.Context) *AdminGetProfanityListFiltersV1Params

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

func NewAdminGetProfanityListFiltersV1ParamsWithHTTPClient

func NewAdminGetProfanityListFiltersV1ParamsWithHTTPClient(client *http.Client) *AdminGetProfanityListFiltersV1Params

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

func NewAdminGetProfanityListFiltersV1ParamsWithTimeout

func NewAdminGetProfanityListFiltersV1ParamsWithTimeout(timeout time.Duration) *AdminGetProfanityListFiltersV1Params

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

func (*AdminGetProfanityListFiltersV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetContext

SetContext adds the context to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetFlightId

func (o *AdminGetProfanityListFiltersV1Params) SetFlightId(flightId string)

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

func (*AdminGetProfanityListFiltersV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetList

func (o *AdminGetProfanityListFiltersV1Params) SetList(listVar string)

SetList adds the list to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetNamespace

func (o *AdminGetProfanityListFiltersV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WithContext

WithContext adds the context to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WithList

WithList adds the listVar to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WithNamespace

WithNamespace adds the namespace to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WithTimeout

WithTimeout adds the timeout to the admin get profanity list filters v1 params

func (*AdminGetProfanityListFiltersV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetProfanityListFiltersV1Reader

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

AdminGetProfanityListFiltersV1Reader is a Reader for the AdminGetProfanityListFiltersV1 structure.

func (*AdminGetProfanityListFiltersV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetProfanityListFiltersV1Unauthorized

type AdminGetProfanityListFiltersV1Unauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListFiltersV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetProfanityListFiltersV1Unauthorized

func NewAdminGetProfanityListFiltersV1Unauthorized() *AdminGetProfanityListFiltersV1Unauthorized

NewAdminGetProfanityListFiltersV1Unauthorized creates a AdminGetProfanityListFiltersV1Unauthorized with default headers values

func (*AdminGetProfanityListFiltersV1Unauthorized) Error

func (*AdminGetProfanityListFiltersV1Unauthorized) GetPayload

func (*AdminGetProfanityListFiltersV1Unauthorized) ToJSONString

type AdminGetProfanityListsBadRequest

type AdminGetProfanityListsBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListsBadRequest handles this case with default header values.

Bad Request

func NewAdminGetProfanityListsBadRequest

func NewAdminGetProfanityListsBadRequest() *AdminGetProfanityListsBadRequest

NewAdminGetProfanityListsBadRequest creates a AdminGetProfanityListsBadRequest with default headers values

func (*AdminGetProfanityListsBadRequest) Error

func (*AdminGetProfanityListsBadRequest) GetPayload

func (*AdminGetProfanityListsBadRequest) ToJSONString

func (o *AdminGetProfanityListsBadRequest) ToJSONString() string

type AdminGetProfanityListsForbidden

type AdminGetProfanityListsForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListsForbidden handles this case with default header values.

Forbidden

func NewAdminGetProfanityListsForbidden

func NewAdminGetProfanityListsForbidden() *AdminGetProfanityListsForbidden

NewAdminGetProfanityListsForbidden creates a AdminGetProfanityListsForbidden with default headers values

func (*AdminGetProfanityListsForbidden) Error

func (*AdminGetProfanityListsForbidden) GetPayload

func (*AdminGetProfanityListsForbidden) ToJSONString

func (o *AdminGetProfanityListsForbidden) ToJSONString() string

type AdminGetProfanityListsInternalServerError

type AdminGetProfanityListsInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetProfanityListsInternalServerError

func NewAdminGetProfanityListsInternalServerError() *AdminGetProfanityListsInternalServerError

NewAdminGetProfanityListsInternalServerError creates a AdminGetProfanityListsInternalServerError with default headers values

func (*AdminGetProfanityListsInternalServerError) Error

func (*AdminGetProfanityListsInternalServerError) GetPayload

func (*AdminGetProfanityListsInternalServerError) ToJSONString

type AdminGetProfanityListsNotFound

type AdminGetProfanityListsNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListsNotFound handles this case with default header values.

Not Found

func NewAdminGetProfanityListsNotFound

func NewAdminGetProfanityListsNotFound() *AdminGetProfanityListsNotFound

NewAdminGetProfanityListsNotFound creates a AdminGetProfanityListsNotFound with default headers values

func (*AdminGetProfanityListsNotFound) Error

func (*AdminGetProfanityListsNotFound) GetPayload

func (*AdminGetProfanityListsNotFound) ToJSONString

func (o *AdminGetProfanityListsNotFound) ToJSONString() string

type AdminGetProfanityListsOK

type AdminGetProfanityListsOK struct {
	Payload []*lobbyclientmodels.ModelsAdminGetProfanityListsListResponse
}

AdminGetProfanityListsOK handles this case with default header values.

OK

func NewAdminGetProfanityListsOK

func NewAdminGetProfanityListsOK() *AdminGetProfanityListsOK

NewAdminGetProfanityListsOK creates a AdminGetProfanityListsOK with default headers values

func (*AdminGetProfanityListsOK) Error

func (o *AdminGetProfanityListsOK) Error() string

func (*AdminGetProfanityListsOK) GetPayload

func (*AdminGetProfanityListsOK) ToJSONString

func (o *AdminGetProfanityListsOK) ToJSONString() string

type AdminGetProfanityListsParams

type AdminGetProfanityListsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminGetProfanityListsParams contains all the parameters to send to the API endpoint for the admin get profanity lists operation typically these are written to a http.Request

func NewAdminGetProfanityListsParams

func NewAdminGetProfanityListsParams() *AdminGetProfanityListsParams

NewAdminGetProfanityListsParams creates a new AdminGetProfanityListsParams object with the default values initialized.

func NewAdminGetProfanityListsParamsWithContext

func NewAdminGetProfanityListsParamsWithContext(ctx context.Context) *AdminGetProfanityListsParams

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

func NewAdminGetProfanityListsParamsWithHTTPClient

func NewAdminGetProfanityListsParamsWithHTTPClient(client *http.Client) *AdminGetProfanityListsParams

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

func NewAdminGetProfanityListsParamsWithTimeout

func NewAdminGetProfanityListsParamsWithTimeout(timeout time.Duration) *AdminGetProfanityListsParams

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

func (*AdminGetProfanityListsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get profanity lists params

func (*AdminGetProfanityListsParams) SetContext

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

SetContext adds the context to the admin get profanity lists params

func (*AdminGetProfanityListsParams) SetFlightId

func (o *AdminGetProfanityListsParams) SetFlightId(flightId string)

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

func (*AdminGetProfanityListsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get profanity lists params

func (*AdminGetProfanityListsParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get profanity lists params

func (*AdminGetProfanityListsParams) SetNamespace

func (o *AdminGetProfanityListsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get profanity lists params

func (*AdminGetProfanityListsParams) SetTimeout

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

SetTimeout adds the timeout to the admin get profanity lists params

func (*AdminGetProfanityListsParams) WithContext

WithContext adds the context to the admin get profanity lists params

func (*AdminGetProfanityListsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get profanity lists params

func (*AdminGetProfanityListsParams) WithNamespace

WithNamespace adds the namespace to the admin get profanity lists params

func (*AdminGetProfanityListsParams) WithTimeout

WithTimeout adds the timeout to the admin get profanity lists params

func (*AdminGetProfanityListsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetProfanityListsReader

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

AdminGetProfanityListsReader is a Reader for the AdminGetProfanityLists structure.

func (*AdminGetProfanityListsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetProfanityListsUnauthorized

type AdminGetProfanityListsUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityListsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetProfanityListsUnauthorized

func NewAdminGetProfanityListsUnauthorized() *AdminGetProfanityListsUnauthorized

NewAdminGetProfanityListsUnauthorized creates a AdminGetProfanityListsUnauthorized with default headers values

func (*AdminGetProfanityListsUnauthorized) Error

func (*AdminGetProfanityListsUnauthorized) GetPayload

func (*AdminGetProfanityListsUnauthorized) ToJSONString

func (o *AdminGetProfanityListsUnauthorized) ToJSONString() string

type AdminGetProfanityRuleBadRequest

type AdminGetProfanityRuleBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityRuleBadRequest handles this case with default header values.

Bad Request

func NewAdminGetProfanityRuleBadRequest

func NewAdminGetProfanityRuleBadRequest() *AdminGetProfanityRuleBadRequest

NewAdminGetProfanityRuleBadRequest creates a AdminGetProfanityRuleBadRequest with default headers values

func (*AdminGetProfanityRuleBadRequest) Error

func (*AdminGetProfanityRuleBadRequest) GetPayload

func (*AdminGetProfanityRuleBadRequest) ToJSONString

func (o *AdminGetProfanityRuleBadRequest) ToJSONString() string

type AdminGetProfanityRuleForbidden

type AdminGetProfanityRuleForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityRuleForbidden handles this case with default header values.

Forbidden

func NewAdminGetProfanityRuleForbidden

func NewAdminGetProfanityRuleForbidden() *AdminGetProfanityRuleForbidden

NewAdminGetProfanityRuleForbidden creates a AdminGetProfanityRuleForbidden with default headers values

func (*AdminGetProfanityRuleForbidden) Error

func (*AdminGetProfanityRuleForbidden) GetPayload

func (*AdminGetProfanityRuleForbidden) ToJSONString

func (o *AdminGetProfanityRuleForbidden) ToJSONString() string

type AdminGetProfanityRuleInternalServerError

type AdminGetProfanityRuleInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityRuleInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetProfanityRuleInternalServerError

func NewAdminGetProfanityRuleInternalServerError() *AdminGetProfanityRuleInternalServerError

NewAdminGetProfanityRuleInternalServerError creates a AdminGetProfanityRuleInternalServerError with default headers values

func (*AdminGetProfanityRuleInternalServerError) Error

func (*AdminGetProfanityRuleInternalServerError) GetPayload

func (*AdminGetProfanityRuleInternalServerError) ToJSONString

type AdminGetProfanityRuleNotFound

type AdminGetProfanityRuleNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityRuleNotFound handles this case with default header values.

Not Found

func NewAdminGetProfanityRuleNotFound

func NewAdminGetProfanityRuleNotFound() *AdminGetProfanityRuleNotFound

NewAdminGetProfanityRuleNotFound creates a AdminGetProfanityRuleNotFound with default headers values

func (*AdminGetProfanityRuleNotFound) Error

func (*AdminGetProfanityRuleNotFound) GetPayload

func (*AdminGetProfanityRuleNotFound) ToJSONString

func (o *AdminGetProfanityRuleNotFound) ToJSONString() string

type AdminGetProfanityRuleOK

type AdminGetProfanityRuleOK struct {
	Payload *lobbyclientmodels.ModelsProfanityRule
}

AdminGetProfanityRuleOK handles this case with default header values.

OK

func NewAdminGetProfanityRuleOK

func NewAdminGetProfanityRuleOK() *AdminGetProfanityRuleOK

NewAdminGetProfanityRuleOK creates a AdminGetProfanityRuleOK with default headers values

func (*AdminGetProfanityRuleOK) Error

func (o *AdminGetProfanityRuleOK) Error() string

func (*AdminGetProfanityRuleOK) GetPayload

func (*AdminGetProfanityRuleOK) ToJSONString

func (o *AdminGetProfanityRuleOK) ToJSONString() string

type AdminGetProfanityRuleParams

type AdminGetProfanityRuleParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminGetProfanityRuleParams contains all the parameters to send to the API endpoint for the admin get profanity rule operation typically these are written to a http.Request

func NewAdminGetProfanityRuleParams

func NewAdminGetProfanityRuleParams() *AdminGetProfanityRuleParams

NewAdminGetProfanityRuleParams creates a new AdminGetProfanityRuleParams object with the default values initialized.

func NewAdminGetProfanityRuleParamsWithContext

func NewAdminGetProfanityRuleParamsWithContext(ctx context.Context) *AdminGetProfanityRuleParams

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

func NewAdminGetProfanityRuleParamsWithHTTPClient

func NewAdminGetProfanityRuleParamsWithHTTPClient(client *http.Client) *AdminGetProfanityRuleParams

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

func NewAdminGetProfanityRuleParamsWithTimeout

func NewAdminGetProfanityRuleParamsWithTimeout(timeout time.Duration) *AdminGetProfanityRuleParams

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

func (*AdminGetProfanityRuleParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) SetContext

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

SetContext adds the context to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) SetFlightId

func (o *AdminGetProfanityRuleParams) SetFlightId(flightId string)

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

func (*AdminGetProfanityRuleParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) SetNamespace

func (o *AdminGetProfanityRuleParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) SetTimeout

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

SetTimeout adds the timeout to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) WithContext

WithContext adds the context to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) WithNamespace

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

WithNamespace adds the namespace to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) WithTimeout

WithTimeout adds the timeout to the admin get profanity rule params

func (*AdminGetProfanityRuleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetProfanityRuleReader

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

AdminGetProfanityRuleReader is a Reader for the AdminGetProfanityRule structure.

func (*AdminGetProfanityRuleReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetProfanityRuleUnauthorized

type AdminGetProfanityRuleUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminGetProfanityRuleUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetProfanityRuleUnauthorized

func NewAdminGetProfanityRuleUnauthorized() *AdminGetProfanityRuleUnauthorized

NewAdminGetProfanityRuleUnauthorized creates a AdminGetProfanityRuleUnauthorized with default headers values

func (*AdminGetProfanityRuleUnauthorized) Error

func (*AdminGetProfanityRuleUnauthorized) GetPayload

func (*AdminGetProfanityRuleUnauthorized) ToJSONString

func (o *AdminGetProfanityRuleUnauthorized) ToJSONString() string

type AdminImportProfanityFiltersFromFileBadRequest

type AdminImportProfanityFiltersFromFileBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminImportProfanityFiltersFromFileBadRequest handles this case with default header values.

Bad Request

func NewAdminImportProfanityFiltersFromFileBadRequest

func NewAdminImportProfanityFiltersFromFileBadRequest() *AdminImportProfanityFiltersFromFileBadRequest

NewAdminImportProfanityFiltersFromFileBadRequest creates a AdminImportProfanityFiltersFromFileBadRequest with default headers values

func (*AdminImportProfanityFiltersFromFileBadRequest) Error

func (*AdminImportProfanityFiltersFromFileBadRequest) GetPayload

func (*AdminImportProfanityFiltersFromFileBadRequest) ToJSONString

type AdminImportProfanityFiltersFromFileForbidden

type AdminImportProfanityFiltersFromFileForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminImportProfanityFiltersFromFileForbidden handles this case with default header values.

Forbidden

func NewAdminImportProfanityFiltersFromFileForbidden

func NewAdminImportProfanityFiltersFromFileForbidden() *AdminImportProfanityFiltersFromFileForbidden

NewAdminImportProfanityFiltersFromFileForbidden creates a AdminImportProfanityFiltersFromFileForbidden with default headers values

func (*AdminImportProfanityFiltersFromFileForbidden) Error

func (*AdminImportProfanityFiltersFromFileForbidden) GetPayload

func (*AdminImportProfanityFiltersFromFileForbidden) ToJSONString

type AdminImportProfanityFiltersFromFileInternalServerError

type AdminImportProfanityFiltersFromFileInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminImportProfanityFiltersFromFileInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminImportProfanityFiltersFromFileInternalServerError

func NewAdminImportProfanityFiltersFromFileInternalServerError() *AdminImportProfanityFiltersFromFileInternalServerError

NewAdminImportProfanityFiltersFromFileInternalServerError creates a AdminImportProfanityFiltersFromFileInternalServerError with default headers values

func (*AdminImportProfanityFiltersFromFileInternalServerError) Error

func (*AdminImportProfanityFiltersFromFileInternalServerError) GetPayload

func (*AdminImportProfanityFiltersFromFileInternalServerError) ToJSONString

type AdminImportProfanityFiltersFromFileNotFound

type AdminImportProfanityFiltersFromFileNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminImportProfanityFiltersFromFileNotFound handles this case with default header values.

Not Found

func NewAdminImportProfanityFiltersFromFileNotFound

func NewAdminImportProfanityFiltersFromFileNotFound() *AdminImportProfanityFiltersFromFileNotFound

NewAdminImportProfanityFiltersFromFileNotFound creates a AdminImportProfanityFiltersFromFileNotFound with default headers values

func (*AdminImportProfanityFiltersFromFileNotFound) Error

func (*AdminImportProfanityFiltersFromFileNotFound) GetPayload

func (*AdminImportProfanityFiltersFromFileNotFound) ToJSONString

type AdminImportProfanityFiltersFromFileOK

type AdminImportProfanityFiltersFromFileOK struct {
}

AdminImportProfanityFiltersFromFileOK handles this case with default header values.

OK

func NewAdminImportProfanityFiltersFromFileOK

func NewAdminImportProfanityFiltersFromFileOK() *AdminImportProfanityFiltersFromFileOK

NewAdminImportProfanityFiltersFromFileOK creates a AdminImportProfanityFiltersFromFileOK with default headers values

func (*AdminImportProfanityFiltersFromFileOK) Error

type AdminImportProfanityFiltersFromFileParams

type AdminImportProfanityFiltersFromFileParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body []int64
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminImportProfanityFiltersFromFileParams contains all the parameters to send to the API endpoint for the admin import profanity filters from file operation typically these are written to a http.Request

func NewAdminImportProfanityFiltersFromFileParams

func NewAdminImportProfanityFiltersFromFileParams() *AdminImportProfanityFiltersFromFileParams

NewAdminImportProfanityFiltersFromFileParams creates a new AdminImportProfanityFiltersFromFileParams object with the default values initialized.

func NewAdminImportProfanityFiltersFromFileParamsWithContext

func NewAdminImportProfanityFiltersFromFileParamsWithContext(ctx context.Context) *AdminImportProfanityFiltersFromFileParams

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

func NewAdminImportProfanityFiltersFromFileParamsWithHTTPClient

func NewAdminImportProfanityFiltersFromFileParamsWithHTTPClient(client *http.Client) *AdminImportProfanityFiltersFromFileParams

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

func NewAdminImportProfanityFiltersFromFileParamsWithTimeout

func NewAdminImportProfanityFiltersFromFileParamsWithTimeout(timeout time.Duration) *AdminImportProfanityFiltersFromFileParams

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

func (*AdminImportProfanityFiltersFromFileParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetBody

SetBody adds the body to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetContext

SetContext adds the context to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetFlightId

func (o *AdminImportProfanityFiltersFromFileParams) SetFlightId(flightId string)

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

func (*AdminImportProfanityFiltersFromFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetList

SetList adds the list to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetNamespace

func (o *AdminImportProfanityFiltersFromFileParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) SetTimeout

SetTimeout adds the timeout to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithBody

WithBody adds the body to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithContext

WithContext adds the context to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithList

WithList adds the listVar to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithNamespace

WithNamespace adds the namespace to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WithTimeout

WithTimeout adds the timeout to the admin import profanity filters from file params

func (*AdminImportProfanityFiltersFromFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminImportProfanityFiltersFromFileReader

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

AdminImportProfanityFiltersFromFileReader is a Reader for the AdminImportProfanityFiltersFromFile structure.

func (*AdminImportProfanityFiltersFromFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminImportProfanityFiltersFromFileUnauthorized

type AdminImportProfanityFiltersFromFileUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminImportProfanityFiltersFromFileUnauthorized handles this case with default header values.

Unauthorized

func NewAdminImportProfanityFiltersFromFileUnauthorized

func NewAdminImportProfanityFiltersFromFileUnauthorized() *AdminImportProfanityFiltersFromFileUnauthorized

NewAdminImportProfanityFiltersFromFileUnauthorized creates a AdminImportProfanityFiltersFromFileUnauthorized with default headers values

func (*AdminImportProfanityFiltersFromFileUnauthorized) Error

func (*AdminImportProfanityFiltersFromFileUnauthorized) GetPayload

func (*AdminImportProfanityFiltersFromFileUnauthorized) ToJSONString

type AdminSetProfanityRuleForNamespaceBadRequest

type AdminSetProfanityRuleForNamespaceBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminSetProfanityRuleForNamespaceBadRequest handles this case with default header values.

Bad Request

func NewAdminSetProfanityRuleForNamespaceBadRequest

func NewAdminSetProfanityRuleForNamespaceBadRequest() *AdminSetProfanityRuleForNamespaceBadRequest

NewAdminSetProfanityRuleForNamespaceBadRequest creates a AdminSetProfanityRuleForNamespaceBadRequest with default headers values

func (*AdminSetProfanityRuleForNamespaceBadRequest) Error

func (*AdminSetProfanityRuleForNamespaceBadRequest) GetPayload

func (*AdminSetProfanityRuleForNamespaceBadRequest) ToJSONString

type AdminSetProfanityRuleForNamespaceForbidden

type AdminSetProfanityRuleForNamespaceForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminSetProfanityRuleForNamespaceForbidden handles this case with default header values.

Forbidden

func NewAdminSetProfanityRuleForNamespaceForbidden

func NewAdminSetProfanityRuleForNamespaceForbidden() *AdminSetProfanityRuleForNamespaceForbidden

NewAdminSetProfanityRuleForNamespaceForbidden creates a AdminSetProfanityRuleForNamespaceForbidden with default headers values

func (*AdminSetProfanityRuleForNamespaceForbidden) Error

func (*AdminSetProfanityRuleForNamespaceForbidden) GetPayload

func (*AdminSetProfanityRuleForNamespaceForbidden) ToJSONString

type AdminSetProfanityRuleForNamespaceInternalServerError

type AdminSetProfanityRuleForNamespaceInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminSetProfanityRuleForNamespaceInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminSetProfanityRuleForNamespaceInternalServerError

func NewAdminSetProfanityRuleForNamespaceInternalServerError() *AdminSetProfanityRuleForNamespaceInternalServerError

NewAdminSetProfanityRuleForNamespaceInternalServerError creates a AdminSetProfanityRuleForNamespaceInternalServerError with default headers values

func (*AdminSetProfanityRuleForNamespaceInternalServerError) Error

func (*AdminSetProfanityRuleForNamespaceInternalServerError) GetPayload

func (*AdminSetProfanityRuleForNamespaceInternalServerError) ToJSONString

type AdminSetProfanityRuleForNamespaceNotFound

type AdminSetProfanityRuleForNamespaceNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminSetProfanityRuleForNamespaceNotFound handles this case with default header values.

Not Found

func NewAdminSetProfanityRuleForNamespaceNotFound

func NewAdminSetProfanityRuleForNamespaceNotFound() *AdminSetProfanityRuleForNamespaceNotFound

NewAdminSetProfanityRuleForNamespaceNotFound creates a AdminSetProfanityRuleForNamespaceNotFound with default headers values

func (*AdminSetProfanityRuleForNamespaceNotFound) Error

func (*AdminSetProfanityRuleForNamespaceNotFound) GetPayload

func (*AdminSetProfanityRuleForNamespaceNotFound) ToJSONString

type AdminSetProfanityRuleForNamespaceOK

type AdminSetProfanityRuleForNamespaceOK struct {
}

AdminSetProfanityRuleForNamespaceOK handles this case with default header values.

OK

func NewAdminSetProfanityRuleForNamespaceOK

func NewAdminSetProfanityRuleForNamespaceOK() *AdminSetProfanityRuleForNamespaceOK

NewAdminSetProfanityRuleForNamespaceOK creates a AdminSetProfanityRuleForNamespaceOK with default headers values

func (*AdminSetProfanityRuleForNamespaceOK) Error

type AdminSetProfanityRuleForNamespaceParams

type AdminSetProfanityRuleForNamespaceParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminSetProfanityRuleForNamespaceRequest
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminSetProfanityRuleForNamespaceParams contains all the parameters to send to the API endpoint for the admin set profanity rule for namespace operation typically these are written to a http.Request

func NewAdminSetProfanityRuleForNamespaceParams

func NewAdminSetProfanityRuleForNamespaceParams() *AdminSetProfanityRuleForNamespaceParams

NewAdminSetProfanityRuleForNamespaceParams creates a new AdminSetProfanityRuleForNamespaceParams object with the default values initialized.

func NewAdminSetProfanityRuleForNamespaceParamsWithContext

func NewAdminSetProfanityRuleForNamespaceParamsWithContext(ctx context.Context) *AdminSetProfanityRuleForNamespaceParams

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

func NewAdminSetProfanityRuleForNamespaceParamsWithHTTPClient

func NewAdminSetProfanityRuleForNamespaceParamsWithHTTPClient(client *http.Client) *AdminSetProfanityRuleForNamespaceParams

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

func NewAdminSetProfanityRuleForNamespaceParamsWithTimeout

func NewAdminSetProfanityRuleForNamespaceParamsWithTimeout(timeout time.Duration) *AdminSetProfanityRuleForNamespaceParams

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

func (*AdminSetProfanityRuleForNamespaceParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetBody

SetBody adds the body to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetContext

SetContext adds the context to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetFlightId

func (o *AdminSetProfanityRuleForNamespaceParams) SetFlightId(flightId string)

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

func (*AdminSetProfanityRuleForNamespaceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetNamespace

func (o *AdminSetProfanityRuleForNamespaceParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) SetTimeout

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

SetTimeout adds the timeout to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WithBody

WithBody adds the body to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WithContext

WithContext adds the context to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WithNamespace

WithNamespace adds the namespace to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WithTimeout

WithTimeout adds the timeout to the admin set profanity rule for namespace params

func (*AdminSetProfanityRuleForNamespaceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSetProfanityRuleForNamespaceReader

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

AdminSetProfanityRuleForNamespaceReader is a Reader for the AdminSetProfanityRuleForNamespace structure.

func (*AdminSetProfanityRuleForNamespaceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSetProfanityRuleForNamespaceUnauthorized

type AdminSetProfanityRuleForNamespaceUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminSetProfanityRuleForNamespaceUnauthorized handles this case with default header values.

Unauthorized

func NewAdminSetProfanityRuleForNamespaceUnauthorized

func NewAdminSetProfanityRuleForNamespaceUnauthorized() *AdminSetProfanityRuleForNamespaceUnauthorized

NewAdminSetProfanityRuleForNamespaceUnauthorized creates a AdminSetProfanityRuleForNamespaceUnauthorized with default headers values

func (*AdminSetProfanityRuleForNamespaceUnauthorized) Error

func (*AdminSetProfanityRuleForNamespaceUnauthorized) GetPayload

func (*AdminSetProfanityRuleForNamespaceUnauthorized) ToJSONString

type AdminUpdateProfanityListBadRequest

type AdminUpdateProfanityListBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdateProfanityListBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdateProfanityListBadRequest

func NewAdminUpdateProfanityListBadRequest() *AdminUpdateProfanityListBadRequest

NewAdminUpdateProfanityListBadRequest creates a AdminUpdateProfanityListBadRequest with default headers values

func (*AdminUpdateProfanityListBadRequest) Error

func (*AdminUpdateProfanityListBadRequest) GetPayload

func (*AdminUpdateProfanityListBadRequest) ToJSONString

func (o *AdminUpdateProfanityListBadRequest) ToJSONString() string

type AdminUpdateProfanityListForbidden

type AdminUpdateProfanityListForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdateProfanityListForbidden handles this case with default header values.

Forbidden

func NewAdminUpdateProfanityListForbidden

func NewAdminUpdateProfanityListForbidden() *AdminUpdateProfanityListForbidden

NewAdminUpdateProfanityListForbidden creates a AdminUpdateProfanityListForbidden with default headers values

func (*AdminUpdateProfanityListForbidden) Error

func (*AdminUpdateProfanityListForbidden) GetPayload

func (*AdminUpdateProfanityListForbidden) ToJSONString

func (o *AdminUpdateProfanityListForbidden) ToJSONString() string

type AdminUpdateProfanityListInternalServerError

type AdminUpdateProfanityListInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdateProfanityListInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateProfanityListInternalServerError

func NewAdminUpdateProfanityListInternalServerError() *AdminUpdateProfanityListInternalServerError

NewAdminUpdateProfanityListInternalServerError creates a AdminUpdateProfanityListInternalServerError with default headers values

func (*AdminUpdateProfanityListInternalServerError) Error

func (*AdminUpdateProfanityListInternalServerError) GetPayload

func (*AdminUpdateProfanityListInternalServerError) ToJSONString

type AdminUpdateProfanityListNotFound

type AdminUpdateProfanityListNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdateProfanityListNotFound handles this case with default header values.

Not Found

func NewAdminUpdateProfanityListNotFound

func NewAdminUpdateProfanityListNotFound() *AdminUpdateProfanityListNotFound

NewAdminUpdateProfanityListNotFound creates a AdminUpdateProfanityListNotFound with default headers values

func (*AdminUpdateProfanityListNotFound) Error

func (*AdminUpdateProfanityListNotFound) GetPayload

func (*AdminUpdateProfanityListNotFound) ToJSONString

func (o *AdminUpdateProfanityListNotFound) ToJSONString() string

type AdminUpdateProfanityListOK

type AdminUpdateProfanityListOK struct {
}

AdminUpdateProfanityListOK handles this case with default header values.

OK

func NewAdminUpdateProfanityListOK

func NewAdminUpdateProfanityListOK() *AdminUpdateProfanityListOK

NewAdminUpdateProfanityListOK creates a AdminUpdateProfanityListOK with default headers values

func (*AdminUpdateProfanityListOK) Error

type AdminUpdateProfanityListParams

type AdminUpdateProfanityListParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminUpdateProfanityList
	/*List
	  list

	*/
	List string
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminUpdateProfanityListParams contains all the parameters to send to the API endpoint for the admin update profanity list operation typically these are written to a http.Request

func NewAdminUpdateProfanityListParams

func NewAdminUpdateProfanityListParams() *AdminUpdateProfanityListParams

NewAdminUpdateProfanityListParams creates a new AdminUpdateProfanityListParams object with the default values initialized.

func NewAdminUpdateProfanityListParamsWithContext

func NewAdminUpdateProfanityListParamsWithContext(ctx context.Context) *AdminUpdateProfanityListParams

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

func NewAdminUpdateProfanityListParamsWithHTTPClient

func NewAdminUpdateProfanityListParamsWithHTTPClient(client *http.Client) *AdminUpdateProfanityListParams

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

func NewAdminUpdateProfanityListParamsWithTimeout

func NewAdminUpdateProfanityListParamsWithTimeout(timeout time.Duration) *AdminUpdateProfanityListParams

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

func (*AdminUpdateProfanityListParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetBody

SetBody adds the body to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetContext

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

SetContext adds the context to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetFlightId

func (o *AdminUpdateProfanityListParams) SetFlightId(flightId string)

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

func (*AdminUpdateProfanityListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetList

func (o *AdminUpdateProfanityListParams) SetList(listVar string)

SetList adds the list to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetNamespace

func (o *AdminUpdateProfanityListParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update profanity list params

func (*AdminUpdateProfanityListParams) SetTimeout

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

SetTimeout adds the timeout to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithBody

WithBody adds the body to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithContext

WithContext adds the context to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithList

WithList adds the listVar to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithNamespace

WithNamespace adds the namespace to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WithTimeout

WithTimeout adds the timeout to the admin update profanity list params

func (*AdminUpdateProfanityListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateProfanityListReader

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

AdminUpdateProfanityListReader is a Reader for the AdminUpdateProfanityList structure.

func (*AdminUpdateProfanityListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateProfanityListUnauthorized

type AdminUpdateProfanityListUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdateProfanityListUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateProfanityListUnauthorized

func NewAdminUpdateProfanityListUnauthorized() *AdminUpdateProfanityListUnauthorized

NewAdminUpdateProfanityListUnauthorized creates a AdminUpdateProfanityListUnauthorized with default headers values

func (*AdminUpdateProfanityListUnauthorized) Error

func (*AdminUpdateProfanityListUnauthorized) GetPayload

func (*AdminUpdateProfanityListUnauthorized) ToJSONString

func (o *AdminUpdateProfanityListUnauthorized) ToJSONString() string

type AdminVerifyMessageProfanityResponseBadRequest

type AdminVerifyMessageProfanityResponseBadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminVerifyMessageProfanityResponseBadRequest handles this case with default header values.

Bad Request

func NewAdminVerifyMessageProfanityResponseBadRequest

func NewAdminVerifyMessageProfanityResponseBadRequest() *AdminVerifyMessageProfanityResponseBadRequest

NewAdminVerifyMessageProfanityResponseBadRequest creates a AdminVerifyMessageProfanityResponseBadRequest with default headers values

func (*AdminVerifyMessageProfanityResponseBadRequest) Error

func (*AdminVerifyMessageProfanityResponseBadRequest) GetPayload

func (*AdminVerifyMessageProfanityResponseBadRequest) ToJSONString

type AdminVerifyMessageProfanityResponseForbidden

type AdminVerifyMessageProfanityResponseForbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminVerifyMessageProfanityResponseForbidden handles this case with default header values.

Forbidden

func NewAdminVerifyMessageProfanityResponseForbidden

func NewAdminVerifyMessageProfanityResponseForbidden() *AdminVerifyMessageProfanityResponseForbidden

NewAdminVerifyMessageProfanityResponseForbidden creates a AdminVerifyMessageProfanityResponseForbidden with default headers values

func (*AdminVerifyMessageProfanityResponseForbidden) Error

func (*AdminVerifyMessageProfanityResponseForbidden) GetPayload

func (*AdminVerifyMessageProfanityResponseForbidden) ToJSONString

type AdminVerifyMessageProfanityResponseInternalServerError

type AdminVerifyMessageProfanityResponseInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminVerifyMessageProfanityResponseInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminVerifyMessageProfanityResponseInternalServerError

func NewAdminVerifyMessageProfanityResponseInternalServerError() *AdminVerifyMessageProfanityResponseInternalServerError

NewAdminVerifyMessageProfanityResponseInternalServerError creates a AdminVerifyMessageProfanityResponseInternalServerError with default headers values

func (*AdminVerifyMessageProfanityResponseInternalServerError) Error

func (*AdminVerifyMessageProfanityResponseInternalServerError) GetPayload

func (*AdminVerifyMessageProfanityResponseInternalServerError) ToJSONString

type AdminVerifyMessageProfanityResponseNotFound

type AdminVerifyMessageProfanityResponseNotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminVerifyMessageProfanityResponseNotFound handles this case with default header values.

Not Found

func NewAdminVerifyMessageProfanityResponseNotFound

func NewAdminVerifyMessageProfanityResponseNotFound() *AdminVerifyMessageProfanityResponseNotFound

NewAdminVerifyMessageProfanityResponseNotFound creates a AdminVerifyMessageProfanityResponseNotFound with default headers values

func (*AdminVerifyMessageProfanityResponseNotFound) Error

func (*AdminVerifyMessageProfanityResponseNotFound) GetPayload

func (*AdminVerifyMessageProfanityResponseNotFound) ToJSONString

type AdminVerifyMessageProfanityResponseOK

type AdminVerifyMessageProfanityResponseOK struct {
	Payload *lobbyclientmodels.ModelsAdminVerifyMessageProfanityResponse
}

AdminVerifyMessageProfanityResponseOK handles this case with default header values.

OK

func NewAdminVerifyMessageProfanityResponseOK

func NewAdminVerifyMessageProfanityResponseOK() *AdminVerifyMessageProfanityResponseOK

NewAdminVerifyMessageProfanityResponseOK creates a AdminVerifyMessageProfanityResponseOK with default headers values

func (*AdminVerifyMessageProfanityResponseOK) Error

func (*AdminVerifyMessageProfanityResponseOK) GetPayload

func (*AdminVerifyMessageProfanityResponseOK) ToJSONString

type AdminVerifyMessageProfanityResponseParams

type AdminVerifyMessageProfanityResponseParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsAdminVerifyMessageProfanityRequest
	/*Namespace
	  namespace

	*/
	Namespace 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
}

AdminVerifyMessageProfanityResponseParams contains all the parameters to send to the API endpoint for the admin verify message profanity response operation typically these are written to a http.Request

func NewAdminVerifyMessageProfanityResponseParams

func NewAdminVerifyMessageProfanityResponseParams() *AdminVerifyMessageProfanityResponseParams

NewAdminVerifyMessageProfanityResponseParams creates a new AdminVerifyMessageProfanityResponseParams object with the default values initialized.

func NewAdminVerifyMessageProfanityResponseParamsWithContext

func NewAdminVerifyMessageProfanityResponseParamsWithContext(ctx context.Context) *AdminVerifyMessageProfanityResponseParams

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

func NewAdminVerifyMessageProfanityResponseParamsWithHTTPClient

func NewAdminVerifyMessageProfanityResponseParamsWithHTTPClient(client *http.Client) *AdminVerifyMessageProfanityResponseParams

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

func NewAdminVerifyMessageProfanityResponseParamsWithTimeout

func NewAdminVerifyMessageProfanityResponseParamsWithTimeout(timeout time.Duration) *AdminVerifyMessageProfanityResponseParams

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

func (*AdminVerifyMessageProfanityResponseParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetBody

SetBody adds the body to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetContext

SetContext adds the context to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetFlightId

func (o *AdminVerifyMessageProfanityResponseParams) SetFlightId(flightId string)

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

func (*AdminVerifyMessageProfanityResponseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetNamespace

func (o *AdminVerifyMessageProfanityResponseParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) SetTimeout

SetTimeout adds the timeout to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WithBody

WithBody adds the body to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WithContext

WithContext adds the context to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WithNamespace

WithNamespace adds the namespace to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WithTimeout

WithTimeout adds the timeout to the admin verify message profanity response params

func (*AdminVerifyMessageProfanityResponseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminVerifyMessageProfanityResponseReader

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

AdminVerifyMessageProfanityResponseReader is a Reader for the AdminVerifyMessageProfanityResponse structure.

func (*AdminVerifyMessageProfanityResponseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminVerifyMessageProfanityResponseUnauthorized

type AdminVerifyMessageProfanityResponseUnauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminVerifyMessageProfanityResponseUnauthorized handles this case with default header values.

Unauthorized

func NewAdminVerifyMessageProfanityResponseUnauthorized

func NewAdminVerifyMessageProfanityResponseUnauthorized() *AdminVerifyMessageProfanityResponseUnauthorized

NewAdminVerifyMessageProfanityResponseUnauthorized creates a AdminVerifyMessageProfanityResponseUnauthorized with default headers values

func (*AdminVerifyMessageProfanityResponseUnauthorized) Error

func (*AdminVerifyMessageProfanityResponseUnauthorized) GetPayload

func (*AdminVerifyMessageProfanityResponseUnauthorized) ToJSONString

type Client

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

Client for profanity API

func (*Client) AdminAddProfanityFilterIntoList deprecated

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

AdminAddProfanityFilterIntoList add a single filter into the list Add a single filter into the list

func (*Client) AdminAddProfanityFilterIntoListShort

func (a *Client) AdminAddProfanityFilterIntoListShort(params *AdminAddProfanityFilterIntoListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFilterIntoListOK, error)

AdminAddProfanityFilterIntoListShort add a single filter into the list Add a single filter into the list

func (*Client) AdminAddProfanityFilters deprecated

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

AdminAddProfanityFilters add multiple filters into the list Add multiple filters into the list

func (*Client) AdminAddProfanityFiltersShort

func (a *Client) AdminAddProfanityFiltersShort(params *AdminAddProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFiltersOK, error)

AdminAddProfanityFiltersShort add multiple filters into the list Add multiple filters into the list

func (*Client) AdminCreateProfanityList deprecated

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

AdminCreateProfanityList create a new list Create a new list

func (*Client) AdminCreateProfanityListShort

func (a *Client) AdminCreateProfanityListShort(params *AdminCreateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateProfanityListOK, error)

AdminCreateProfanityListShort create a new list Create a new list

func (*Client) AdminDebugProfanityFilters deprecated

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

AdminDebugProfanityFilters get the list of filters that would modify the phrase Get the list of filters that would modify the phrase

func (*Client) AdminDebugProfanityFiltersShort

func (a *Client) AdminDebugProfanityFiltersShort(params *AdminDebugProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDebugProfanityFiltersOK, error)

AdminDebugProfanityFiltersShort get the list of filters that would modify the phrase Get the list of filters that would modify the phrase

func (*Client) AdminDeleteProfanityFilter deprecated

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

AdminDeleteProfanityFilter delete the filter from the list Delete the filter from the list

func (*Client) AdminDeleteProfanityFilterShort

func (a *Client) AdminDeleteProfanityFilterShort(params *AdminDeleteProfanityFilterParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityFilterOK, error)

AdminDeleteProfanityFilterShort delete the filter from the list Delete the filter from the list

func (*Client) AdminDeleteProfanityList deprecated

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

AdminDeleteProfanityList delete a list include all filters inside of it Delete a list include all filters inside of it

func (*Client) AdminDeleteProfanityListShort

func (a *Client) AdminDeleteProfanityListShort(params *AdminDeleteProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityListOK, error)

AdminDeleteProfanityListShort delete a list include all filters inside of it Delete a list include all filters inside of it

func (*Client) AdminGetProfanityListFiltersV1 deprecated

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

AdminGetProfanityListFiltersV1 get the list of filters inside the list Get the list of filters inside the list.

func (*Client) AdminGetProfanityListFiltersV1Short

func (a *Client) AdminGetProfanityListFiltersV1Short(params *AdminGetProfanityListFiltersV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListFiltersV1OK, error)

AdminGetProfanityListFiltersV1Short get the list of filters inside the list Get the list of filters inside the list.

func (*Client) AdminGetProfanityLists deprecated

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

AdminGetProfanityLists get lists Get lists

func (*Client) AdminGetProfanityListsShort

func (a *Client) AdminGetProfanityListsShort(params *AdminGetProfanityListsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListsOK, error)

AdminGetProfanityListsShort get lists Get lists

func (*Client) AdminGetProfanityRule deprecated

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

AdminGetProfanityRule get current profanity rule Get current profanity rule

func (*Client) AdminGetProfanityRuleShort

func (a *Client) AdminGetProfanityRuleShort(params *AdminGetProfanityRuleParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityRuleOK, error)

AdminGetProfanityRuleShort get current profanity rule Get current profanity rule

func (*Client) AdminImportProfanityFiltersFromFile deprecated

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

AdminImportProfanityFiltersFromFile import a file with filters Import a file with filters

func (*Client) AdminImportProfanityFiltersFromFileShort

func (a *Client) AdminImportProfanityFiltersFromFileShort(params *AdminImportProfanityFiltersFromFileParams, authInfo runtime.ClientAuthInfoWriter) (*AdminImportProfanityFiltersFromFileOK, error)

AdminImportProfanityFiltersFromFileShort import a file with filters Import a file with filters

func (*Client) AdminSetProfanityRuleForNamespace deprecated

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

AdminSetProfanityRuleForNamespace set current profanity rule Set current profanity rule

func (*Client) AdminSetProfanityRuleForNamespaceShort

func (a *Client) AdminSetProfanityRuleForNamespaceShort(params *AdminSetProfanityRuleForNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSetProfanityRuleForNamespaceOK, error)

AdminSetProfanityRuleForNamespaceShort set current profanity rule Set current profanity rule

func (*Client) AdminUpdateProfanityList deprecated

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

AdminUpdateProfanityList update the list Update the list

func (*Client) AdminUpdateProfanityListShort

func (a *Client) AdminUpdateProfanityListShort(params *AdminUpdateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateProfanityListOK, error)

AdminUpdateProfanityListShort update the list Update the list

func (*Client) AdminVerifyMessageProfanityResponse deprecated

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

AdminVerifyMessageProfanityResponse verify a message directly from the ui or other services Verify a message directly from the UI or other services

func (*Client) AdminVerifyMessageProfanityResponseShort

func (a *Client) AdminVerifyMessageProfanityResponseShort(params *AdminVerifyMessageProfanityResponseParams, authInfo runtime.ClientAuthInfoWriter) (*AdminVerifyMessageProfanityResponseOK, error)

AdminVerifyMessageProfanityResponseShort verify a message directly from the ui or other services Verify a message directly from the UI or other services

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminDebugProfanityFilters(params *AdminDebugProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDebugProfanityFiltersOK, *AdminDebugProfanityFiltersBadRequest, *AdminDebugProfanityFiltersUnauthorized, *AdminDebugProfanityFiltersForbidden, *AdminDebugProfanityFiltersNotFound, *AdminDebugProfanityFiltersInternalServerError, error)
	AdminDebugProfanityFiltersShort(params *AdminDebugProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDebugProfanityFiltersOK, error)
	AdminGetProfanityListFiltersV1(params *AdminGetProfanityListFiltersV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListFiltersV1OK, *AdminGetProfanityListFiltersV1BadRequest, *AdminGetProfanityListFiltersV1Unauthorized, *AdminGetProfanityListFiltersV1Forbidden, *AdminGetProfanityListFiltersV1NotFound, *AdminGetProfanityListFiltersV1InternalServerError, error)
	AdminGetProfanityListFiltersV1Short(params *AdminGetProfanityListFiltersV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListFiltersV1OK, error)
	AdminAddProfanityFilterIntoList(params *AdminAddProfanityFilterIntoListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFilterIntoListOK, *AdminAddProfanityFilterIntoListBadRequest, *AdminAddProfanityFilterIntoListUnauthorized, *AdminAddProfanityFilterIntoListForbidden, *AdminAddProfanityFilterIntoListNotFound, *AdminAddProfanityFilterIntoListInternalServerError, error)
	AdminAddProfanityFilterIntoListShort(params *AdminAddProfanityFilterIntoListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFilterIntoListOK, error)
	AdminAddProfanityFilters(params *AdminAddProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFiltersOK, *AdminAddProfanityFiltersBadRequest, *AdminAddProfanityFiltersUnauthorized, *AdminAddProfanityFiltersForbidden, *AdminAddProfanityFiltersNotFound, *AdminAddProfanityFiltersInternalServerError, error)
	AdminAddProfanityFiltersShort(params *AdminAddProfanityFiltersParams, authInfo runtime.ClientAuthInfoWriter) (*AdminAddProfanityFiltersOK, error)
	AdminImportProfanityFiltersFromFile(params *AdminImportProfanityFiltersFromFileParams, authInfo runtime.ClientAuthInfoWriter) (*AdminImportProfanityFiltersFromFileOK, *AdminImportProfanityFiltersFromFileBadRequest, *AdminImportProfanityFiltersFromFileUnauthorized, *AdminImportProfanityFiltersFromFileForbidden, *AdminImportProfanityFiltersFromFileNotFound, *AdminImportProfanityFiltersFromFileInternalServerError, error)
	AdminImportProfanityFiltersFromFileShort(params *AdminImportProfanityFiltersFromFileParams, authInfo runtime.ClientAuthInfoWriter) (*AdminImportProfanityFiltersFromFileOK, error)
	AdminDeleteProfanityFilter(params *AdminDeleteProfanityFilterParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityFilterOK, *AdminDeleteProfanityFilterBadRequest, *AdminDeleteProfanityFilterUnauthorized, *AdminDeleteProfanityFilterForbidden, *AdminDeleteProfanityFilterNotFound, *AdminDeleteProfanityFilterInternalServerError, error)
	AdminDeleteProfanityFilterShort(params *AdminDeleteProfanityFilterParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityFilterOK, error)
	AdminGetProfanityLists(params *AdminGetProfanityListsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListsOK, *AdminGetProfanityListsBadRequest, *AdminGetProfanityListsUnauthorized, *AdminGetProfanityListsForbidden, *AdminGetProfanityListsNotFound, *AdminGetProfanityListsInternalServerError, error)
	AdminGetProfanityListsShort(params *AdminGetProfanityListsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityListsOK, error)
	AdminCreateProfanityList(params *AdminCreateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateProfanityListOK, *AdminCreateProfanityListBadRequest, *AdminCreateProfanityListUnauthorized, *AdminCreateProfanityListForbidden, *AdminCreateProfanityListNotFound, *AdminCreateProfanityListInternalServerError, error)
	AdminCreateProfanityListShort(params *AdminCreateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateProfanityListOK, error)
	AdminUpdateProfanityList(params *AdminUpdateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateProfanityListOK, *AdminUpdateProfanityListBadRequest, *AdminUpdateProfanityListUnauthorized, *AdminUpdateProfanityListForbidden, *AdminUpdateProfanityListNotFound, *AdminUpdateProfanityListInternalServerError, error)
	AdminUpdateProfanityListShort(params *AdminUpdateProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateProfanityListOK, error)
	AdminDeleteProfanityList(params *AdminDeleteProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityListOK, *AdminDeleteProfanityListBadRequest, *AdminDeleteProfanityListUnauthorized, *AdminDeleteProfanityListForbidden, *AdminDeleteProfanityListNotFound, *AdminDeleteProfanityListInternalServerError, error)
	AdminDeleteProfanityListShort(params *AdminDeleteProfanityListParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteProfanityListOK, error)
	AdminGetProfanityRule(params *AdminGetProfanityRuleParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityRuleOK, *AdminGetProfanityRuleBadRequest, *AdminGetProfanityRuleUnauthorized, *AdminGetProfanityRuleForbidden, *AdminGetProfanityRuleNotFound, *AdminGetProfanityRuleInternalServerError, error)
	AdminGetProfanityRuleShort(params *AdminGetProfanityRuleParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetProfanityRuleOK, error)
	AdminSetProfanityRuleForNamespace(params *AdminSetProfanityRuleForNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSetProfanityRuleForNamespaceOK, *AdminSetProfanityRuleForNamespaceBadRequest, *AdminSetProfanityRuleForNamespaceUnauthorized, *AdminSetProfanityRuleForNamespaceForbidden, *AdminSetProfanityRuleForNamespaceNotFound, *AdminSetProfanityRuleForNamespaceInternalServerError, error)
	AdminSetProfanityRuleForNamespaceShort(params *AdminSetProfanityRuleForNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSetProfanityRuleForNamespaceOK, error)
	AdminVerifyMessageProfanityResponse(params *AdminVerifyMessageProfanityResponseParams, authInfo runtime.ClientAuthInfoWriter) (*AdminVerifyMessageProfanityResponseOK, *AdminVerifyMessageProfanityResponseBadRequest, *AdminVerifyMessageProfanityResponseUnauthorized, *AdminVerifyMessageProfanityResponseForbidden, *AdminVerifyMessageProfanityResponseNotFound, *AdminVerifyMessageProfanityResponseInternalServerError, error)
	AdminVerifyMessageProfanityResponseShort(params *AdminVerifyMessageProfanityResponseParams, authInfo runtime.ClientAuthInfoWriter) (*AdminVerifyMessageProfanityResponseOK, 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 profanity API client.

Jump to

Keyboard shortcuts

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