user_recordings

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteUserrecording deletes a user recording
	*/
	DeleteUserrecording(ctx context.Context, params *DeleteUserrecordingParams) (*DeleteUserrecordingAccepted, error)
	/*
	   GetUserrecording gets a user recording
	*/
	GetUserrecording(ctx context.Context, params *GetUserrecordingParams) (*GetUserrecordingOK, error)
	/*
	   GetUserrecordingMedia downloads a user recording
	*/
	GetUserrecordingMedia(ctx context.Context, params *GetUserrecordingMediaParams) (*GetUserrecordingMediaOK, *GetUserrecordingMediaAccepted, error)
	/*
	   GetUserrecordings gets a list of user recordings
	*/
	GetUserrecordings(ctx context.Context, params *GetUserrecordingsParams) (*GetUserrecordingsOK, error)
	/*
	   GetUserrecordingsSummary gets user recording summary
	*/
	GetUserrecordingsSummary(ctx context.Context, params *GetUserrecordingsSummaryParams) (*GetUserrecordingsSummaryOK, error)
	/*
	   PutUserrecording updates a user recording
	*/
	PutUserrecording(ctx context.Context, params *PutUserrecordingParams) (*PutUserrecordingOK, error)
}

API is the interface of the user recordings client

type Client

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

Client for user recordings API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new user recordings API client.

func (*Client) DeleteUserrecording

func (a *Client) DeleteUserrecording(ctx context.Context, params *DeleteUserrecordingParams) (*DeleteUserrecordingAccepted, error)

DeleteUserrecording deletes a user recording

func (*Client) GetUserrecording

func (a *Client) GetUserrecording(ctx context.Context, params *GetUserrecordingParams) (*GetUserrecordingOK, error)

GetUserrecording gets a user recording

func (*Client) GetUserrecordingMedia

GetUserrecordingMedia downloads a user recording

func (*Client) GetUserrecordings

func (a *Client) GetUserrecordings(ctx context.Context, params *GetUserrecordingsParams) (*GetUserrecordingsOK, error)

GetUserrecordings gets a list of user recordings

func (*Client) GetUserrecordingsSummary

func (a *Client) GetUserrecordingsSummary(ctx context.Context, params *GetUserrecordingsSummaryParams) (*GetUserrecordingsSummaryOK, error)

GetUserrecordingsSummary gets user recording summary

func (*Client) PutUserrecording

func (a *Client) PutUserrecording(ctx context.Context, params *PutUserrecordingParams) (*PutUserrecordingOK, error)

PutUserrecording updates a user recording

type DeleteUserrecordingAccepted

type DeleteUserrecordingAccepted struct {
}

DeleteUserrecordingAccepted describes a response with status code 202, with default header values.

Accepted - Processing Delete

func NewDeleteUserrecordingAccepted

func NewDeleteUserrecordingAccepted() *DeleteUserrecordingAccepted

NewDeleteUserrecordingAccepted creates a DeleteUserrecordingAccepted with default headers values

func (*DeleteUserrecordingAccepted) Error

func (*DeleteUserrecordingAccepted) IsClientError

func (o *DeleteUserrecordingAccepted) IsClientError() bool

IsClientError returns true when this delete userrecording accepted response has a 4xx status code

func (*DeleteUserrecordingAccepted) IsCode

func (o *DeleteUserrecordingAccepted) IsCode(code int) bool

IsCode returns true when this delete userrecording accepted response a status code equal to that given

func (*DeleteUserrecordingAccepted) IsRedirect

func (o *DeleteUserrecordingAccepted) IsRedirect() bool

IsRedirect returns true when this delete userrecording accepted response has a 3xx status code

func (*DeleteUserrecordingAccepted) IsServerError

func (o *DeleteUserrecordingAccepted) IsServerError() bool

IsServerError returns true when this delete userrecording accepted response has a 5xx status code

func (*DeleteUserrecordingAccepted) IsSuccess

func (o *DeleteUserrecordingAccepted) IsSuccess() bool

IsSuccess returns true when this delete userrecording accepted response has a 2xx status code

func (*DeleteUserrecordingAccepted) String

func (o *DeleteUserrecordingAccepted) String() string

type DeleteUserrecordingBadRequest

type DeleteUserrecordingBadRequest struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewDeleteUserrecordingBadRequest

func NewDeleteUserrecordingBadRequest() *DeleteUserrecordingBadRequest

NewDeleteUserrecordingBadRequest creates a DeleteUserrecordingBadRequest with default headers values

func (*DeleteUserrecordingBadRequest) Error

func (*DeleteUserrecordingBadRequest) GetPayload

func (*DeleteUserrecordingBadRequest) IsClientError

func (o *DeleteUserrecordingBadRequest) IsClientError() bool

IsClientError returns true when this delete userrecording bad request response has a 4xx status code

func (*DeleteUserrecordingBadRequest) IsCode

func (o *DeleteUserrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this delete userrecording bad request response a status code equal to that given

func (*DeleteUserrecordingBadRequest) IsRedirect

func (o *DeleteUserrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this delete userrecording bad request response has a 3xx status code

func (*DeleteUserrecordingBadRequest) IsServerError

func (o *DeleteUserrecordingBadRequest) IsServerError() bool

IsServerError returns true when this delete userrecording bad request response has a 5xx status code

func (*DeleteUserrecordingBadRequest) IsSuccess

func (o *DeleteUserrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this delete userrecording bad request response has a 2xx status code

func (*DeleteUserrecordingBadRequest) String

type DeleteUserrecordingForbidden

type DeleteUserrecordingForbidden struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewDeleteUserrecordingForbidden

func NewDeleteUserrecordingForbidden() *DeleteUserrecordingForbidden

NewDeleteUserrecordingForbidden creates a DeleteUserrecordingForbidden with default headers values

func (*DeleteUserrecordingForbidden) Error

func (*DeleteUserrecordingForbidden) GetPayload

func (*DeleteUserrecordingForbidden) IsClientError

func (o *DeleteUserrecordingForbidden) IsClientError() bool

IsClientError returns true when this delete userrecording forbidden response has a 4xx status code

func (*DeleteUserrecordingForbidden) IsCode

func (o *DeleteUserrecordingForbidden) IsCode(code int) bool

IsCode returns true when this delete userrecording forbidden response a status code equal to that given

func (*DeleteUserrecordingForbidden) IsRedirect

func (o *DeleteUserrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this delete userrecording forbidden response has a 3xx status code

func (*DeleteUserrecordingForbidden) IsServerError

func (o *DeleteUserrecordingForbidden) IsServerError() bool

IsServerError returns true when this delete userrecording forbidden response has a 5xx status code

func (*DeleteUserrecordingForbidden) IsSuccess

func (o *DeleteUserrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this delete userrecording forbidden response has a 2xx status code

func (*DeleteUserrecordingForbidden) String

type DeleteUserrecordingGatewayTimeout

type DeleteUserrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewDeleteUserrecordingGatewayTimeout

func NewDeleteUserrecordingGatewayTimeout() *DeleteUserrecordingGatewayTimeout

NewDeleteUserrecordingGatewayTimeout creates a DeleteUserrecordingGatewayTimeout with default headers values

func (*DeleteUserrecordingGatewayTimeout) Error

func (*DeleteUserrecordingGatewayTimeout) GetPayload

func (*DeleteUserrecordingGatewayTimeout) IsClientError

func (o *DeleteUserrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete userrecording gateway timeout response has a 4xx status code

func (*DeleteUserrecordingGatewayTimeout) IsCode

func (o *DeleteUserrecordingGatewayTimeout) IsCode(code int) bool

IsCode returns true when this delete userrecording gateway timeout response a status code equal to that given

func (*DeleteUserrecordingGatewayTimeout) IsRedirect

func (o *DeleteUserrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete userrecording gateway timeout response has a 3xx status code

func (*DeleteUserrecordingGatewayTimeout) IsServerError

func (o *DeleteUserrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete userrecording gateway timeout response has a 5xx status code

func (*DeleteUserrecordingGatewayTimeout) IsSuccess

func (o *DeleteUserrecordingGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete userrecording gateway timeout response has a 2xx status code

func (*DeleteUserrecordingGatewayTimeout) String

type DeleteUserrecordingInternalServerError

type DeleteUserrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewDeleteUserrecordingInternalServerError

func NewDeleteUserrecordingInternalServerError() *DeleteUserrecordingInternalServerError

NewDeleteUserrecordingInternalServerError creates a DeleteUserrecordingInternalServerError with default headers values

func (*DeleteUserrecordingInternalServerError) Error

func (*DeleteUserrecordingInternalServerError) GetPayload

func (*DeleteUserrecordingInternalServerError) IsClientError

func (o *DeleteUserrecordingInternalServerError) IsClientError() bool

IsClientError returns true when this delete userrecording internal server error response has a 4xx status code

func (*DeleteUserrecordingInternalServerError) IsCode

IsCode returns true when this delete userrecording internal server error response a status code equal to that given

func (*DeleteUserrecordingInternalServerError) IsRedirect

IsRedirect returns true when this delete userrecording internal server error response has a 3xx status code

func (*DeleteUserrecordingInternalServerError) IsServerError

func (o *DeleteUserrecordingInternalServerError) IsServerError() bool

IsServerError returns true when this delete userrecording internal server error response has a 5xx status code

func (*DeleteUserrecordingInternalServerError) IsSuccess

IsSuccess returns true when this delete userrecording internal server error response has a 2xx status code

func (*DeleteUserrecordingInternalServerError) String

type DeleteUserrecordingNotFound

type DeleteUserrecordingNotFound struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewDeleteUserrecordingNotFound

func NewDeleteUserrecordingNotFound() *DeleteUserrecordingNotFound

NewDeleteUserrecordingNotFound creates a DeleteUserrecordingNotFound with default headers values

func (*DeleteUserrecordingNotFound) Error

func (*DeleteUserrecordingNotFound) GetPayload

func (o *DeleteUserrecordingNotFound) GetPayload() *models.ErrorBody

func (*DeleteUserrecordingNotFound) IsClientError

func (o *DeleteUserrecordingNotFound) IsClientError() bool

IsClientError returns true when this delete userrecording not found response has a 4xx status code

func (*DeleteUserrecordingNotFound) IsCode

func (o *DeleteUserrecordingNotFound) IsCode(code int) bool

IsCode returns true when this delete userrecording not found response a status code equal to that given

func (*DeleteUserrecordingNotFound) IsRedirect

func (o *DeleteUserrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this delete userrecording not found response has a 3xx status code

func (*DeleteUserrecordingNotFound) IsServerError

func (o *DeleteUserrecordingNotFound) IsServerError() bool

IsServerError returns true when this delete userrecording not found response has a 5xx status code

func (*DeleteUserrecordingNotFound) IsSuccess

func (o *DeleteUserrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this delete userrecording not found response has a 2xx status code

func (*DeleteUserrecordingNotFound) String

func (o *DeleteUserrecordingNotFound) String() string

type DeleteUserrecordingParams

type DeleteUserrecordingParams struct {

	/* RecordingID.

	   User Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteUserrecordingParams contains all the parameters to send to the API endpoint

for the delete userrecording operation.

Typically these are written to a http.Request.

func NewDeleteUserrecordingParams

func NewDeleteUserrecordingParams() *DeleteUserrecordingParams

NewDeleteUserrecordingParams creates a new DeleteUserrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteUserrecordingParamsWithContext

func NewDeleteUserrecordingParamsWithContext(ctx context.Context) *DeleteUserrecordingParams

NewDeleteUserrecordingParamsWithContext creates a new DeleteUserrecordingParams object with the ability to set a context for a request.

func NewDeleteUserrecordingParamsWithHTTPClient

func NewDeleteUserrecordingParamsWithHTTPClient(client *http.Client) *DeleteUserrecordingParams

NewDeleteUserrecordingParamsWithHTTPClient creates a new DeleteUserrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserrecordingParamsWithTimeout

func NewDeleteUserrecordingParamsWithTimeout(timeout time.Duration) *DeleteUserrecordingParams

NewDeleteUserrecordingParamsWithTimeout creates a new DeleteUserrecordingParams object with the ability to set a timeout on a request.

func (*DeleteUserrecordingParams) SetContext

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

SetContext adds the context to the delete userrecording params

func (*DeleteUserrecordingParams) SetDefaults

func (o *DeleteUserrecordingParams) SetDefaults()

SetDefaults hydrates default values in the delete userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserrecordingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete userrecording params

func (*DeleteUserrecordingParams) SetRecordingID

func (o *DeleteUserrecordingParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the delete userrecording params

func (*DeleteUserrecordingParams) SetTimeout

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

SetTimeout adds the timeout to the delete userrecording params

func (*DeleteUserrecordingParams) WithContext

WithContext adds the context to the delete userrecording params

func (*DeleteUserrecordingParams) WithDefaults

WithDefaults hydrates default values in the delete userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserrecordingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete userrecording params

func (*DeleteUserrecordingParams) WithRecordingID

func (o *DeleteUserrecordingParams) WithRecordingID(recordingID string) *DeleteUserrecordingParams

WithRecordingID adds the recordingID to the delete userrecording params

func (*DeleteUserrecordingParams) WithTimeout

WithTimeout adds the timeout to the delete userrecording params

func (*DeleteUserrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserrecordingReader

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

DeleteUserrecordingReader is a Reader for the DeleteUserrecording structure.

func (*DeleteUserrecordingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserrecordingRequestEntityTooLarge

type DeleteUserrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewDeleteUserrecordingRequestEntityTooLarge

func NewDeleteUserrecordingRequestEntityTooLarge() *DeleteUserrecordingRequestEntityTooLarge

NewDeleteUserrecordingRequestEntityTooLarge creates a DeleteUserrecordingRequestEntityTooLarge with default headers values

func (*DeleteUserrecordingRequestEntityTooLarge) Error

func (*DeleteUserrecordingRequestEntityTooLarge) GetPayload

func (*DeleteUserrecordingRequestEntityTooLarge) IsClientError

IsClientError returns true when this delete userrecording request entity too large response has a 4xx status code

func (*DeleteUserrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this delete userrecording request entity too large response a status code equal to that given

func (*DeleteUserrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete userrecording request entity too large response has a 3xx status code

func (*DeleteUserrecordingRequestEntityTooLarge) IsServerError

IsServerError returns true when this delete userrecording request entity too large response has a 5xx status code

func (*DeleteUserrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete userrecording request entity too large response has a 2xx status code

func (*DeleteUserrecordingRequestEntityTooLarge) String

type DeleteUserrecordingRequestTimeout

type DeleteUserrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewDeleteUserrecordingRequestTimeout

func NewDeleteUserrecordingRequestTimeout() *DeleteUserrecordingRequestTimeout

NewDeleteUserrecordingRequestTimeout creates a DeleteUserrecordingRequestTimeout with default headers values

func (*DeleteUserrecordingRequestTimeout) Error

func (*DeleteUserrecordingRequestTimeout) GetPayload

func (*DeleteUserrecordingRequestTimeout) IsClientError

func (o *DeleteUserrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this delete userrecording request timeout response has a 4xx status code

func (*DeleteUserrecordingRequestTimeout) IsCode

func (o *DeleteUserrecordingRequestTimeout) IsCode(code int) bool

IsCode returns true when this delete userrecording request timeout response a status code equal to that given

func (*DeleteUserrecordingRequestTimeout) IsRedirect

func (o *DeleteUserrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete userrecording request timeout response has a 3xx status code

func (*DeleteUserrecordingRequestTimeout) IsServerError

func (o *DeleteUserrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this delete userrecording request timeout response has a 5xx status code

func (*DeleteUserrecordingRequestTimeout) IsSuccess

func (o *DeleteUserrecordingRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete userrecording request timeout response has a 2xx status code

func (*DeleteUserrecordingRequestTimeout) String

type DeleteUserrecordingServiceUnavailable

type DeleteUserrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewDeleteUserrecordingServiceUnavailable

func NewDeleteUserrecordingServiceUnavailable() *DeleteUserrecordingServiceUnavailable

NewDeleteUserrecordingServiceUnavailable creates a DeleteUserrecordingServiceUnavailable with default headers values

func (*DeleteUserrecordingServiceUnavailable) Error

func (*DeleteUserrecordingServiceUnavailable) GetPayload

func (*DeleteUserrecordingServiceUnavailable) IsClientError

func (o *DeleteUserrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete userrecording service unavailable response has a 4xx status code

func (*DeleteUserrecordingServiceUnavailable) IsCode

IsCode returns true when this delete userrecording service unavailable response a status code equal to that given

func (*DeleteUserrecordingServiceUnavailable) IsRedirect

IsRedirect returns true when this delete userrecording service unavailable response has a 3xx status code

func (*DeleteUserrecordingServiceUnavailable) IsServerError

func (o *DeleteUserrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete userrecording service unavailable response has a 5xx status code

func (*DeleteUserrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this delete userrecording service unavailable response has a 2xx status code

func (*DeleteUserrecordingServiceUnavailable) String

type DeleteUserrecordingTooManyRequests

type DeleteUserrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewDeleteUserrecordingTooManyRequests

func NewDeleteUserrecordingTooManyRequests() *DeleteUserrecordingTooManyRequests

NewDeleteUserrecordingTooManyRequests creates a DeleteUserrecordingTooManyRequests with default headers values

func (*DeleteUserrecordingTooManyRequests) Error

func (*DeleteUserrecordingTooManyRequests) GetPayload

func (*DeleteUserrecordingTooManyRequests) IsClientError

func (o *DeleteUserrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this delete userrecording too many requests response has a 4xx status code

func (*DeleteUserrecordingTooManyRequests) IsCode

IsCode returns true when this delete userrecording too many requests response a status code equal to that given

func (*DeleteUserrecordingTooManyRequests) IsRedirect

func (o *DeleteUserrecordingTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete userrecording too many requests response has a 3xx status code

func (*DeleteUserrecordingTooManyRequests) IsServerError

func (o *DeleteUserrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this delete userrecording too many requests response has a 5xx status code

func (*DeleteUserrecordingTooManyRequests) IsSuccess

IsSuccess returns true when this delete userrecording too many requests response has a 2xx status code

func (*DeleteUserrecordingTooManyRequests) String

type DeleteUserrecordingUnauthorized

type DeleteUserrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewDeleteUserrecordingUnauthorized

func NewDeleteUserrecordingUnauthorized() *DeleteUserrecordingUnauthorized

NewDeleteUserrecordingUnauthorized creates a DeleteUserrecordingUnauthorized with default headers values

func (*DeleteUserrecordingUnauthorized) Error

func (*DeleteUserrecordingUnauthorized) GetPayload

func (*DeleteUserrecordingUnauthorized) IsClientError

func (o *DeleteUserrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this delete userrecording unauthorized response has a 4xx status code

func (*DeleteUserrecordingUnauthorized) IsCode

func (o *DeleteUserrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this delete userrecording unauthorized response a status code equal to that given

func (*DeleteUserrecordingUnauthorized) IsRedirect

func (o *DeleteUserrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete userrecording unauthorized response has a 3xx status code

func (*DeleteUserrecordingUnauthorized) IsServerError

func (o *DeleteUserrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this delete userrecording unauthorized response has a 5xx status code

func (*DeleteUserrecordingUnauthorized) IsSuccess

func (o *DeleteUserrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete userrecording unauthorized response has a 2xx status code

func (*DeleteUserrecordingUnauthorized) String

type DeleteUserrecordingUnsupportedMediaType

type DeleteUserrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteUserrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewDeleteUserrecordingUnsupportedMediaType

func NewDeleteUserrecordingUnsupportedMediaType() *DeleteUserrecordingUnsupportedMediaType

NewDeleteUserrecordingUnsupportedMediaType creates a DeleteUserrecordingUnsupportedMediaType with default headers values

func (*DeleteUserrecordingUnsupportedMediaType) Error

func (*DeleteUserrecordingUnsupportedMediaType) GetPayload

func (*DeleteUserrecordingUnsupportedMediaType) IsClientError

func (o *DeleteUserrecordingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete userrecording unsupported media type response has a 4xx status code

func (*DeleteUserrecordingUnsupportedMediaType) IsCode

IsCode returns true when this delete userrecording unsupported media type response a status code equal to that given

func (*DeleteUserrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete userrecording unsupported media type response has a 3xx status code

func (*DeleteUserrecordingUnsupportedMediaType) IsServerError

func (o *DeleteUserrecordingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete userrecording unsupported media type response has a 5xx status code

func (*DeleteUserrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete userrecording unsupported media type response has a 2xx status code

func (*DeleteUserrecordingUnsupportedMediaType) String

type GetUserrecordingBadRequest

type GetUserrecordingBadRequest struct {
	Payload *models.ErrorBody
}

GetUserrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetUserrecordingBadRequest

func NewGetUserrecordingBadRequest() *GetUserrecordingBadRequest

NewGetUserrecordingBadRequest creates a GetUserrecordingBadRequest with default headers values

func (*GetUserrecordingBadRequest) Error

func (*GetUserrecordingBadRequest) GetPayload

func (o *GetUserrecordingBadRequest) GetPayload() *models.ErrorBody

func (*GetUserrecordingBadRequest) IsClientError

func (o *GetUserrecordingBadRequest) IsClientError() bool

IsClientError returns true when this get userrecording bad request response has a 4xx status code

func (*GetUserrecordingBadRequest) IsCode

func (o *GetUserrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this get userrecording bad request response a status code equal to that given

func (*GetUserrecordingBadRequest) IsRedirect

func (o *GetUserrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this get userrecording bad request response has a 3xx status code

func (*GetUserrecordingBadRequest) IsServerError

func (o *GetUserrecordingBadRequest) IsServerError() bool

IsServerError returns true when this get userrecording bad request response has a 5xx status code

func (*GetUserrecordingBadRequest) IsSuccess

func (o *GetUserrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this get userrecording bad request response has a 2xx status code

func (*GetUserrecordingBadRequest) String

func (o *GetUserrecordingBadRequest) String() string

type GetUserrecordingForbidden

type GetUserrecordingForbidden struct {
	Payload *models.ErrorBody
}

GetUserrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUserrecordingForbidden

func NewGetUserrecordingForbidden() *GetUserrecordingForbidden

NewGetUserrecordingForbidden creates a GetUserrecordingForbidden with default headers values

func (*GetUserrecordingForbidden) Error

func (o *GetUserrecordingForbidden) Error() string

func (*GetUserrecordingForbidden) GetPayload

func (o *GetUserrecordingForbidden) GetPayload() *models.ErrorBody

func (*GetUserrecordingForbidden) IsClientError

func (o *GetUserrecordingForbidden) IsClientError() bool

IsClientError returns true when this get userrecording forbidden response has a 4xx status code

func (*GetUserrecordingForbidden) IsCode

func (o *GetUserrecordingForbidden) IsCode(code int) bool

IsCode returns true when this get userrecording forbidden response a status code equal to that given

func (*GetUserrecordingForbidden) IsRedirect

func (o *GetUserrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this get userrecording forbidden response has a 3xx status code

func (*GetUserrecordingForbidden) IsServerError

func (o *GetUserrecordingForbidden) IsServerError() bool

IsServerError returns true when this get userrecording forbidden response has a 5xx status code

func (*GetUserrecordingForbidden) IsSuccess

func (o *GetUserrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this get userrecording forbidden response has a 2xx status code

func (*GetUserrecordingForbidden) String

func (o *GetUserrecordingForbidden) String() string

type GetUserrecordingGatewayTimeout

type GetUserrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUserrecordingGatewayTimeout

func NewGetUserrecordingGatewayTimeout() *GetUserrecordingGatewayTimeout

NewGetUserrecordingGatewayTimeout creates a GetUserrecordingGatewayTimeout with default headers values

func (*GetUserrecordingGatewayTimeout) Error

func (*GetUserrecordingGatewayTimeout) GetPayload

func (*GetUserrecordingGatewayTimeout) IsClientError

func (o *GetUserrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this get userrecording gateway timeout response has a 4xx status code

func (*GetUserrecordingGatewayTimeout) IsCode

func (o *GetUserrecordingGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get userrecording gateway timeout response a status code equal to that given

func (*GetUserrecordingGatewayTimeout) IsRedirect

func (o *GetUserrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecording gateway timeout response has a 3xx status code

func (*GetUserrecordingGatewayTimeout) IsServerError

func (o *GetUserrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this get userrecording gateway timeout response has a 5xx status code

func (*GetUserrecordingGatewayTimeout) IsSuccess

func (o *GetUserrecordingGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get userrecording gateway timeout response has a 2xx status code

func (*GetUserrecordingGatewayTimeout) String

type GetUserrecordingInternalServerError

type GetUserrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

GetUserrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserrecordingInternalServerError

func NewGetUserrecordingInternalServerError() *GetUserrecordingInternalServerError

NewGetUserrecordingInternalServerError creates a GetUserrecordingInternalServerError with default headers values

func (*GetUserrecordingInternalServerError) Error

func (*GetUserrecordingInternalServerError) GetPayload

func (*GetUserrecordingInternalServerError) IsClientError

func (o *GetUserrecordingInternalServerError) IsClientError() bool

IsClientError returns true when this get userrecording internal server error response has a 4xx status code

func (*GetUserrecordingInternalServerError) IsCode

IsCode returns true when this get userrecording internal server error response a status code equal to that given

func (*GetUserrecordingInternalServerError) IsRedirect

func (o *GetUserrecordingInternalServerError) IsRedirect() bool

IsRedirect returns true when this get userrecording internal server error response has a 3xx status code

func (*GetUserrecordingInternalServerError) IsServerError

func (o *GetUserrecordingInternalServerError) IsServerError() bool

IsServerError returns true when this get userrecording internal server error response has a 5xx status code

func (*GetUserrecordingInternalServerError) IsSuccess

IsSuccess returns true when this get userrecording internal server error response has a 2xx status code

func (*GetUserrecordingInternalServerError) String

type GetUserrecordingMediaAccepted

type GetUserrecordingMediaAccepted struct {
	Payload *models.DownloadResponse
}

GetUserrecordingMediaAccepted describes a response with status code 202, with default header values.

Recording is queued for transcoding

func NewGetUserrecordingMediaAccepted

func NewGetUserrecordingMediaAccepted() *GetUserrecordingMediaAccepted

NewGetUserrecordingMediaAccepted creates a GetUserrecordingMediaAccepted with default headers values

func (*GetUserrecordingMediaAccepted) Error

func (*GetUserrecordingMediaAccepted) GetPayload

func (*GetUserrecordingMediaAccepted) IsClientError

func (o *GetUserrecordingMediaAccepted) IsClientError() bool

IsClientError returns true when this get userrecording media accepted response has a 4xx status code

func (*GetUserrecordingMediaAccepted) IsCode

func (o *GetUserrecordingMediaAccepted) IsCode(code int) bool

IsCode returns true when this get userrecording media accepted response a status code equal to that given

func (*GetUserrecordingMediaAccepted) IsRedirect

func (o *GetUserrecordingMediaAccepted) IsRedirect() bool

IsRedirect returns true when this get userrecording media accepted response has a 3xx status code

func (*GetUserrecordingMediaAccepted) IsServerError

func (o *GetUserrecordingMediaAccepted) IsServerError() bool

IsServerError returns true when this get userrecording media accepted response has a 5xx status code

func (*GetUserrecordingMediaAccepted) IsSuccess

func (o *GetUserrecordingMediaAccepted) IsSuccess() bool

IsSuccess returns true when this get userrecording media accepted response has a 2xx status code

func (*GetUserrecordingMediaAccepted) String

type GetUserrecordingMediaBadRequest

type GetUserrecordingMediaBadRequest struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetUserrecordingMediaBadRequest

func NewGetUserrecordingMediaBadRequest() *GetUserrecordingMediaBadRequest

NewGetUserrecordingMediaBadRequest creates a GetUserrecordingMediaBadRequest with default headers values

func (*GetUserrecordingMediaBadRequest) Error

func (*GetUserrecordingMediaBadRequest) GetPayload

func (*GetUserrecordingMediaBadRequest) IsClientError

func (o *GetUserrecordingMediaBadRequest) IsClientError() bool

IsClientError returns true when this get userrecording media bad request response has a 4xx status code

func (*GetUserrecordingMediaBadRequest) IsCode

func (o *GetUserrecordingMediaBadRequest) IsCode(code int) bool

IsCode returns true when this get userrecording media bad request response a status code equal to that given

func (*GetUserrecordingMediaBadRequest) IsRedirect

func (o *GetUserrecordingMediaBadRequest) IsRedirect() bool

IsRedirect returns true when this get userrecording media bad request response has a 3xx status code

func (*GetUserrecordingMediaBadRequest) IsServerError

func (o *GetUserrecordingMediaBadRequest) IsServerError() bool

IsServerError returns true when this get userrecording media bad request response has a 5xx status code

func (*GetUserrecordingMediaBadRequest) IsSuccess

func (o *GetUserrecordingMediaBadRequest) IsSuccess() bool

IsSuccess returns true when this get userrecording media bad request response has a 2xx status code

func (*GetUserrecordingMediaBadRequest) String

type GetUserrecordingMediaForbidden

type GetUserrecordingMediaForbidden struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUserrecordingMediaForbidden

func NewGetUserrecordingMediaForbidden() *GetUserrecordingMediaForbidden

NewGetUserrecordingMediaForbidden creates a GetUserrecordingMediaForbidden with default headers values

func (*GetUserrecordingMediaForbidden) Error

func (*GetUserrecordingMediaForbidden) GetPayload

func (*GetUserrecordingMediaForbidden) IsClientError

func (o *GetUserrecordingMediaForbidden) IsClientError() bool

IsClientError returns true when this get userrecording media forbidden response has a 4xx status code

func (*GetUserrecordingMediaForbidden) IsCode

func (o *GetUserrecordingMediaForbidden) IsCode(code int) bool

IsCode returns true when this get userrecording media forbidden response a status code equal to that given

func (*GetUserrecordingMediaForbidden) IsRedirect

func (o *GetUserrecordingMediaForbidden) IsRedirect() bool

IsRedirect returns true when this get userrecording media forbidden response has a 3xx status code

func (*GetUserrecordingMediaForbidden) IsServerError

func (o *GetUserrecordingMediaForbidden) IsServerError() bool

IsServerError returns true when this get userrecording media forbidden response has a 5xx status code

func (*GetUserrecordingMediaForbidden) IsSuccess

func (o *GetUserrecordingMediaForbidden) IsSuccess() bool

IsSuccess returns true when this get userrecording media forbidden response has a 2xx status code

func (*GetUserrecordingMediaForbidden) String

type GetUserrecordingMediaGatewayTimeout

type GetUserrecordingMediaGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUserrecordingMediaGatewayTimeout

func NewGetUserrecordingMediaGatewayTimeout() *GetUserrecordingMediaGatewayTimeout

NewGetUserrecordingMediaGatewayTimeout creates a GetUserrecordingMediaGatewayTimeout with default headers values

func (*GetUserrecordingMediaGatewayTimeout) Error

func (*GetUserrecordingMediaGatewayTimeout) GetPayload

func (*GetUserrecordingMediaGatewayTimeout) IsClientError

func (o *GetUserrecordingMediaGatewayTimeout) IsClientError() bool

IsClientError returns true when this get userrecording media gateway timeout response has a 4xx status code

func (*GetUserrecordingMediaGatewayTimeout) IsCode

IsCode returns true when this get userrecording media gateway timeout response a status code equal to that given

func (*GetUserrecordingMediaGatewayTimeout) IsRedirect

func (o *GetUserrecordingMediaGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecording media gateway timeout response has a 3xx status code

func (*GetUserrecordingMediaGatewayTimeout) IsServerError

func (o *GetUserrecordingMediaGatewayTimeout) IsServerError() bool

IsServerError returns true when this get userrecording media gateway timeout response has a 5xx status code

func (*GetUserrecordingMediaGatewayTimeout) IsSuccess

IsSuccess returns true when this get userrecording media gateway timeout response has a 2xx status code

func (*GetUserrecordingMediaGatewayTimeout) String

type GetUserrecordingMediaInternalServerError

type GetUserrecordingMediaInternalServerError struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserrecordingMediaInternalServerError

func NewGetUserrecordingMediaInternalServerError() *GetUserrecordingMediaInternalServerError

NewGetUserrecordingMediaInternalServerError creates a GetUserrecordingMediaInternalServerError with default headers values

func (*GetUserrecordingMediaInternalServerError) Error

func (*GetUserrecordingMediaInternalServerError) GetPayload

func (*GetUserrecordingMediaInternalServerError) IsClientError

IsClientError returns true when this get userrecording media internal server error response has a 4xx status code

func (*GetUserrecordingMediaInternalServerError) IsCode

IsCode returns true when this get userrecording media internal server error response a status code equal to that given

func (*GetUserrecordingMediaInternalServerError) IsRedirect

IsRedirect returns true when this get userrecording media internal server error response has a 3xx status code

func (*GetUserrecordingMediaInternalServerError) IsServerError

IsServerError returns true when this get userrecording media internal server error response has a 5xx status code

func (*GetUserrecordingMediaInternalServerError) IsSuccess

IsSuccess returns true when this get userrecording media internal server error response has a 2xx status code

func (*GetUserrecordingMediaInternalServerError) String

type GetUserrecordingMediaNotFound

type GetUserrecordingMediaNotFound struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserrecordingMediaNotFound

func NewGetUserrecordingMediaNotFound() *GetUserrecordingMediaNotFound

NewGetUserrecordingMediaNotFound creates a GetUserrecordingMediaNotFound with default headers values

func (*GetUserrecordingMediaNotFound) Error

func (*GetUserrecordingMediaNotFound) GetPayload

func (*GetUserrecordingMediaNotFound) IsClientError

func (o *GetUserrecordingMediaNotFound) IsClientError() bool

IsClientError returns true when this get userrecording media not found response has a 4xx status code

func (*GetUserrecordingMediaNotFound) IsCode

func (o *GetUserrecordingMediaNotFound) IsCode(code int) bool

IsCode returns true when this get userrecording media not found response a status code equal to that given

func (*GetUserrecordingMediaNotFound) IsRedirect

func (o *GetUserrecordingMediaNotFound) IsRedirect() bool

IsRedirect returns true when this get userrecording media not found response has a 3xx status code

func (*GetUserrecordingMediaNotFound) IsServerError

func (o *GetUserrecordingMediaNotFound) IsServerError() bool

IsServerError returns true when this get userrecording media not found response has a 5xx status code

func (*GetUserrecordingMediaNotFound) IsSuccess

func (o *GetUserrecordingMediaNotFound) IsSuccess() bool

IsSuccess returns true when this get userrecording media not found response has a 2xx status code

func (*GetUserrecordingMediaNotFound) String

type GetUserrecordingMediaOK

type GetUserrecordingMediaOK struct {
	Payload *models.DownloadResponse
}

GetUserrecordingMediaOK describes a response with status code 200, with default header values.

Operation was successful

func NewGetUserrecordingMediaOK

func NewGetUserrecordingMediaOK() *GetUserrecordingMediaOK

NewGetUserrecordingMediaOK creates a GetUserrecordingMediaOK with default headers values

func (*GetUserrecordingMediaOK) Error

func (o *GetUserrecordingMediaOK) Error() string

func (*GetUserrecordingMediaOK) GetPayload

func (*GetUserrecordingMediaOK) IsClientError

func (o *GetUserrecordingMediaOK) IsClientError() bool

IsClientError returns true when this get userrecording media o k response has a 4xx status code

func (*GetUserrecordingMediaOK) IsCode

func (o *GetUserrecordingMediaOK) IsCode(code int) bool

IsCode returns true when this get userrecording media o k response a status code equal to that given

func (*GetUserrecordingMediaOK) IsRedirect

func (o *GetUserrecordingMediaOK) IsRedirect() bool

IsRedirect returns true when this get userrecording media o k response has a 3xx status code

func (*GetUserrecordingMediaOK) IsServerError

func (o *GetUserrecordingMediaOK) IsServerError() bool

IsServerError returns true when this get userrecording media o k response has a 5xx status code

func (*GetUserrecordingMediaOK) IsSuccess

func (o *GetUserrecordingMediaOK) IsSuccess() bool

IsSuccess returns true when this get userrecording media o k response has a 2xx status code

func (*GetUserrecordingMediaOK) String

func (o *GetUserrecordingMediaOK) String() string

type GetUserrecordingMediaParams

type GetUserrecordingMediaParams struct {

	/* Async.

	   When set to true, api will return 202 response until the recording is ready for download
	*/
	Async *bool

	/* FormatID.

	   The desired media format.

	   Default: "WEBM"
	*/
	FormatID *string

	/* RecordingID.

	   User Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserrecordingMediaParams contains all the parameters to send to the API endpoint

for the get userrecording media operation.

Typically these are written to a http.Request.

func NewGetUserrecordingMediaParams

func NewGetUserrecordingMediaParams() *GetUserrecordingMediaParams

NewGetUserrecordingMediaParams creates a new GetUserrecordingMediaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserrecordingMediaParamsWithContext

func NewGetUserrecordingMediaParamsWithContext(ctx context.Context) *GetUserrecordingMediaParams

NewGetUserrecordingMediaParamsWithContext creates a new GetUserrecordingMediaParams object with the ability to set a context for a request.

func NewGetUserrecordingMediaParamsWithHTTPClient

func NewGetUserrecordingMediaParamsWithHTTPClient(client *http.Client) *GetUserrecordingMediaParams

NewGetUserrecordingMediaParamsWithHTTPClient creates a new GetUserrecordingMediaParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserrecordingMediaParamsWithTimeout

func NewGetUserrecordingMediaParamsWithTimeout(timeout time.Duration) *GetUserrecordingMediaParams

NewGetUserrecordingMediaParamsWithTimeout creates a new GetUserrecordingMediaParams object with the ability to set a timeout on a request.

func (*GetUserrecordingMediaParams) SetAsync

func (o *GetUserrecordingMediaParams) SetAsync(async *bool)

SetAsync adds the async to the get userrecording media params

func (*GetUserrecordingMediaParams) SetContext

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

SetContext adds the context to the get userrecording media params

func (*GetUserrecordingMediaParams) SetDefaults

func (o *GetUserrecordingMediaParams) SetDefaults()

SetDefaults hydrates default values in the get userrecording media params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingMediaParams) SetFormatID

func (o *GetUserrecordingMediaParams) SetFormatID(formatID *string)

SetFormatID adds the formatId to the get userrecording media params

func (*GetUserrecordingMediaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get userrecording media params

func (*GetUserrecordingMediaParams) SetRecordingID

func (o *GetUserrecordingMediaParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get userrecording media params

func (*GetUserrecordingMediaParams) SetTimeout

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

SetTimeout adds the timeout to the get userrecording media params

func (*GetUserrecordingMediaParams) WithAsync

WithAsync adds the async to the get userrecording media params

func (*GetUserrecordingMediaParams) WithContext

WithContext adds the context to the get userrecording media params

func (*GetUserrecordingMediaParams) WithDefaults

WithDefaults hydrates default values in the get userrecording media params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingMediaParams) WithFormatID

WithFormatID adds the formatID to the get userrecording media params

func (*GetUserrecordingMediaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get userrecording media params

func (*GetUserrecordingMediaParams) WithRecordingID

func (o *GetUserrecordingMediaParams) WithRecordingID(recordingID string) *GetUserrecordingMediaParams

WithRecordingID adds the recordingID to the get userrecording media params

func (*GetUserrecordingMediaParams) WithTimeout

WithTimeout adds the timeout to the get userrecording media params

func (*GetUserrecordingMediaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserrecordingMediaReader

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

GetUserrecordingMediaReader is a Reader for the GetUserrecordingMedia structure.

func (*GetUserrecordingMediaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserrecordingMediaRequestEntityTooLarge

type GetUserrecordingMediaRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserrecordingMediaRequestEntityTooLarge

func NewGetUserrecordingMediaRequestEntityTooLarge() *GetUserrecordingMediaRequestEntityTooLarge

NewGetUserrecordingMediaRequestEntityTooLarge creates a GetUserrecordingMediaRequestEntityTooLarge with default headers values

func (*GetUserrecordingMediaRequestEntityTooLarge) Error

func (*GetUserrecordingMediaRequestEntityTooLarge) GetPayload

func (*GetUserrecordingMediaRequestEntityTooLarge) IsClientError

IsClientError returns true when this get userrecording media request entity too large response has a 4xx status code

func (*GetUserrecordingMediaRequestEntityTooLarge) IsCode

IsCode returns true when this get userrecording media request entity too large response a status code equal to that given

func (*GetUserrecordingMediaRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get userrecording media request entity too large response has a 3xx status code

func (*GetUserrecordingMediaRequestEntityTooLarge) IsServerError

IsServerError returns true when this get userrecording media request entity too large response has a 5xx status code

func (*GetUserrecordingMediaRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get userrecording media request entity too large response has a 2xx status code

func (*GetUserrecordingMediaRequestEntityTooLarge) String

type GetUserrecordingMediaRequestTimeout

type GetUserrecordingMediaRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserrecordingMediaRequestTimeout

func NewGetUserrecordingMediaRequestTimeout() *GetUserrecordingMediaRequestTimeout

NewGetUserrecordingMediaRequestTimeout creates a GetUserrecordingMediaRequestTimeout with default headers values

func (*GetUserrecordingMediaRequestTimeout) Error

func (*GetUserrecordingMediaRequestTimeout) GetPayload

func (*GetUserrecordingMediaRequestTimeout) IsClientError

func (o *GetUserrecordingMediaRequestTimeout) IsClientError() bool

IsClientError returns true when this get userrecording media request timeout response has a 4xx status code

func (*GetUserrecordingMediaRequestTimeout) IsCode

IsCode returns true when this get userrecording media request timeout response a status code equal to that given

func (*GetUserrecordingMediaRequestTimeout) IsRedirect

func (o *GetUserrecordingMediaRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecording media request timeout response has a 3xx status code

func (*GetUserrecordingMediaRequestTimeout) IsServerError

func (o *GetUserrecordingMediaRequestTimeout) IsServerError() bool

IsServerError returns true when this get userrecording media request timeout response has a 5xx status code

func (*GetUserrecordingMediaRequestTimeout) IsSuccess

IsSuccess returns true when this get userrecording media request timeout response has a 2xx status code

func (*GetUserrecordingMediaRequestTimeout) String

type GetUserrecordingMediaServiceUnavailable

type GetUserrecordingMediaServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserrecordingMediaServiceUnavailable

func NewGetUserrecordingMediaServiceUnavailable() *GetUserrecordingMediaServiceUnavailable

NewGetUserrecordingMediaServiceUnavailable creates a GetUserrecordingMediaServiceUnavailable with default headers values

func (*GetUserrecordingMediaServiceUnavailable) Error

func (*GetUserrecordingMediaServiceUnavailable) GetPayload

func (*GetUserrecordingMediaServiceUnavailable) IsClientError

func (o *GetUserrecordingMediaServiceUnavailable) IsClientError() bool

IsClientError returns true when this get userrecording media service unavailable response has a 4xx status code

func (*GetUserrecordingMediaServiceUnavailable) IsCode

IsCode returns true when this get userrecording media service unavailable response a status code equal to that given

func (*GetUserrecordingMediaServiceUnavailable) IsRedirect

IsRedirect returns true when this get userrecording media service unavailable response has a 3xx status code

func (*GetUserrecordingMediaServiceUnavailable) IsServerError

func (o *GetUserrecordingMediaServiceUnavailable) IsServerError() bool

IsServerError returns true when this get userrecording media service unavailable response has a 5xx status code

func (*GetUserrecordingMediaServiceUnavailable) IsSuccess

IsSuccess returns true when this get userrecording media service unavailable response has a 2xx status code

func (*GetUserrecordingMediaServiceUnavailable) String

type GetUserrecordingMediaTooManyRequests

type GetUserrecordingMediaTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserrecordingMediaTooManyRequests

func NewGetUserrecordingMediaTooManyRequests() *GetUserrecordingMediaTooManyRequests

NewGetUserrecordingMediaTooManyRequests creates a GetUserrecordingMediaTooManyRequests with default headers values

func (*GetUserrecordingMediaTooManyRequests) Error

func (*GetUserrecordingMediaTooManyRequests) GetPayload

func (*GetUserrecordingMediaTooManyRequests) IsClientError

func (o *GetUserrecordingMediaTooManyRequests) IsClientError() bool

IsClientError returns true when this get userrecording media too many requests response has a 4xx status code

func (*GetUserrecordingMediaTooManyRequests) IsCode

IsCode returns true when this get userrecording media too many requests response a status code equal to that given

func (*GetUserrecordingMediaTooManyRequests) IsRedirect

IsRedirect returns true when this get userrecording media too many requests response has a 3xx status code

func (*GetUserrecordingMediaTooManyRequests) IsServerError

func (o *GetUserrecordingMediaTooManyRequests) IsServerError() bool

IsServerError returns true when this get userrecording media too many requests response has a 5xx status code

func (*GetUserrecordingMediaTooManyRequests) IsSuccess

IsSuccess returns true when this get userrecording media too many requests response has a 2xx status code

func (*GetUserrecordingMediaTooManyRequests) String

type GetUserrecordingMediaUnauthorized

type GetUserrecordingMediaUnauthorized struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUserrecordingMediaUnauthorized

func NewGetUserrecordingMediaUnauthorized() *GetUserrecordingMediaUnauthorized

NewGetUserrecordingMediaUnauthorized creates a GetUserrecordingMediaUnauthorized with default headers values

func (*GetUserrecordingMediaUnauthorized) Error

func (*GetUserrecordingMediaUnauthorized) GetPayload

func (*GetUserrecordingMediaUnauthorized) IsClientError

func (o *GetUserrecordingMediaUnauthorized) IsClientError() bool

IsClientError returns true when this get userrecording media unauthorized response has a 4xx status code

func (*GetUserrecordingMediaUnauthorized) IsCode

func (o *GetUserrecordingMediaUnauthorized) IsCode(code int) bool

IsCode returns true when this get userrecording media unauthorized response a status code equal to that given

func (*GetUserrecordingMediaUnauthorized) IsRedirect

func (o *GetUserrecordingMediaUnauthorized) IsRedirect() bool

IsRedirect returns true when this get userrecording media unauthorized response has a 3xx status code

func (*GetUserrecordingMediaUnauthorized) IsServerError

func (o *GetUserrecordingMediaUnauthorized) IsServerError() bool

IsServerError returns true when this get userrecording media unauthorized response has a 5xx status code

func (*GetUserrecordingMediaUnauthorized) IsSuccess

func (o *GetUserrecordingMediaUnauthorized) IsSuccess() bool

IsSuccess returns true when this get userrecording media unauthorized response has a 2xx status code

func (*GetUserrecordingMediaUnauthorized) String

type GetUserrecordingMediaUnsupportedMediaType

type GetUserrecordingMediaUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserrecordingMediaUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserrecordingMediaUnsupportedMediaType

func NewGetUserrecordingMediaUnsupportedMediaType() *GetUserrecordingMediaUnsupportedMediaType

NewGetUserrecordingMediaUnsupportedMediaType creates a GetUserrecordingMediaUnsupportedMediaType with default headers values

func (*GetUserrecordingMediaUnsupportedMediaType) Error

func (*GetUserrecordingMediaUnsupportedMediaType) GetPayload

func (*GetUserrecordingMediaUnsupportedMediaType) IsClientError

IsClientError returns true when this get userrecording media unsupported media type response has a 4xx status code

func (*GetUserrecordingMediaUnsupportedMediaType) IsCode

IsCode returns true when this get userrecording media unsupported media type response a status code equal to that given

func (*GetUserrecordingMediaUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get userrecording media unsupported media type response has a 3xx status code

func (*GetUserrecordingMediaUnsupportedMediaType) IsServerError

IsServerError returns true when this get userrecording media unsupported media type response has a 5xx status code

func (*GetUserrecordingMediaUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get userrecording media unsupported media type response has a 2xx status code

func (*GetUserrecordingMediaUnsupportedMediaType) String

type GetUserrecordingNotFound

type GetUserrecordingNotFound struct {
	Payload *models.ErrorBody
}

GetUserrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserrecordingNotFound

func NewGetUserrecordingNotFound() *GetUserrecordingNotFound

NewGetUserrecordingNotFound creates a GetUserrecordingNotFound with default headers values

func (*GetUserrecordingNotFound) Error

func (o *GetUserrecordingNotFound) Error() string

func (*GetUserrecordingNotFound) GetPayload

func (o *GetUserrecordingNotFound) GetPayload() *models.ErrorBody

func (*GetUserrecordingNotFound) IsClientError

func (o *GetUserrecordingNotFound) IsClientError() bool

IsClientError returns true when this get userrecording not found response has a 4xx status code

func (*GetUserrecordingNotFound) IsCode

func (o *GetUserrecordingNotFound) IsCode(code int) bool

IsCode returns true when this get userrecording not found response a status code equal to that given

func (*GetUserrecordingNotFound) IsRedirect

func (o *GetUserrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this get userrecording not found response has a 3xx status code

func (*GetUserrecordingNotFound) IsServerError

func (o *GetUserrecordingNotFound) IsServerError() bool

IsServerError returns true when this get userrecording not found response has a 5xx status code

func (*GetUserrecordingNotFound) IsSuccess

func (o *GetUserrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this get userrecording not found response has a 2xx status code

func (*GetUserrecordingNotFound) String

func (o *GetUserrecordingNotFound) String() string

type GetUserrecordingOK

type GetUserrecordingOK struct {
	Payload *models.UserRecording
}

GetUserrecordingOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserrecordingOK

func NewGetUserrecordingOK() *GetUserrecordingOK

NewGetUserrecordingOK creates a GetUserrecordingOK with default headers values

func (*GetUserrecordingOK) Error

func (o *GetUserrecordingOK) Error() string

func (*GetUserrecordingOK) GetPayload

func (o *GetUserrecordingOK) GetPayload() *models.UserRecording

func (*GetUserrecordingOK) IsClientError

func (o *GetUserrecordingOK) IsClientError() bool

IsClientError returns true when this get userrecording o k response has a 4xx status code

func (*GetUserrecordingOK) IsCode

func (o *GetUserrecordingOK) IsCode(code int) bool

IsCode returns true when this get userrecording o k response a status code equal to that given

func (*GetUserrecordingOK) IsRedirect

func (o *GetUserrecordingOK) IsRedirect() bool

IsRedirect returns true when this get userrecording o k response has a 3xx status code

func (*GetUserrecordingOK) IsServerError

func (o *GetUserrecordingOK) IsServerError() bool

IsServerError returns true when this get userrecording o k response has a 5xx status code

func (*GetUserrecordingOK) IsSuccess

func (o *GetUserrecordingOK) IsSuccess() bool

IsSuccess returns true when this get userrecording o k response has a 2xx status code

func (*GetUserrecordingOK) String

func (o *GetUserrecordingOK) String() string

type GetUserrecordingParams

type GetUserrecordingParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* RecordingID.

	   User Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserrecordingParams contains all the parameters to send to the API endpoint

for the get userrecording operation.

Typically these are written to a http.Request.

func NewGetUserrecordingParams

func NewGetUserrecordingParams() *GetUserrecordingParams

NewGetUserrecordingParams creates a new GetUserrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserrecordingParamsWithContext

func NewGetUserrecordingParamsWithContext(ctx context.Context) *GetUserrecordingParams

NewGetUserrecordingParamsWithContext creates a new GetUserrecordingParams object with the ability to set a context for a request.

func NewGetUserrecordingParamsWithHTTPClient

func NewGetUserrecordingParamsWithHTTPClient(client *http.Client) *GetUserrecordingParams

NewGetUserrecordingParamsWithHTTPClient creates a new GetUserrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserrecordingParamsWithTimeout

func NewGetUserrecordingParamsWithTimeout(timeout time.Duration) *GetUserrecordingParams

NewGetUserrecordingParamsWithTimeout creates a new GetUserrecordingParams object with the ability to set a timeout on a request.

func (*GetUserrecordingParams) SetContext

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

SetContext adds the context to the get userrecording params

func (*GetUserrecordingParams) SetDefaults

func (o *GetUserrecordingParams) SetDefaults()

SetDefaults hydrates default values in the get userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingParams) SetExpand

func (o *GetUserrecordingParams) SetExpand(expand []string)

SetExpand adds the expand to the get userrecording params

func (*GetUserrecordingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get userrecording params

func (*GetUserrecordingParams) SetRecordingID

func (o *GetUserrecordingParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the get userrecording params

func (*GetUserrecordingParams) SetTimeout

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

SetTimeout adds the timeout to the get userrecording params

func (*GetUserrecordingParams) WithContext

WithContext adds the context to the get userrecording params

func (*GetUserrecordingParams) WithDefaults

WithDefaults hydrates default values in the get userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingParams) WithExpand

func (o *GetUserrecordingParams) WithExpand(expand []string) *GetUserrecordingParams

WithExpand adds the expand to the get userrecording params

func (*GetUserrecordingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get userrecording params

func (*GetUserrecordingParams) WithRecordingID

func (o *GetUserrecordingParams) WithRecordingID(recordingID string) *GetUserrecordingParams

WithRecordingID adds the recordingID to the get userrecording params

func (*GetUserrecordingParams) WithTimeout

WithTimeout adds the timeout to the get userrecording params

func (*GetUserrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserrecordingReader

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

GetUserrecordingReader is a Reader for the GetUserrecording structure.

func (*GetUserrecordingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserrecordingRequestEntityTooLarge

type GetUserrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserrecordingRequestEntityTooLarge

func NewGetUserrecordingRequestEntityTooLarge() *GetUserrecordingRequestEntityTooLarge

NewGetUserrecordingRequestEntityTooLarge creates a GetUserrecordingRequestEntityTooLarge with default headers values

func (*GetUserrecordingRequestEntityTooLarge) Error

func (*GetUserrecordingRequestEntityTooLarge) GetPayload

func (*GetUserrecordingRequestEntityTooLarge) IsClientError

func (o *GetUserrecordingRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get userrecording request entity too large response has a 4xx status code

func (*GetUserrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this get userrecording request entity too large response a status code equal to that given

func (*GetUserrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get userrecording request entity too large response has a 3xx status code

func (*GetUserrecordingRequestEntityTooLarge) IsServerError

func (o *GetUserrecordingRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get userrecording request entity too large response has a 5xx status code

func (*GetUserrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get userrecording request entity too large response has a 2xx status code

func (*GetUserrecordingRequestEntityTooLarge) String

type GetUserrecordingRequestTimeout

type GetUserrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserrecordingRequestTimeout

func NewGetUserrecordingRequestTimeout() *GetUserrecordingRequestTimeout

NewGetUserrecordingRequestTimeout creates a GetUserrecordingRequestTimeout with default headers values

func (*GetUserrecordingRequestTimeout) Error

func (*GetUserrecordingRequestTimeout) GetPayload

func (*GetUserrecordingRequestTimeout) IsClientError

func (o *GetUserrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this get userrecording request timeout response has a 4xx status code

func (*GetUserrecordingRequestTimeout) IsCode

func (o *GetUserrecordingRequestTimeout) IsCode(code int) bool

IsCode returns true when this get userrecording request timeout response a status code equal to that given

func (*GetUserrecordingRequestTimeout) IsRedirect

func (o *GetUserrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecording request timeout response has a 3xx status code

func (*GetUserrecordingRequestTimeout) IsServerError

func (o *GetUserrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this get userrecording request timeout response has a 5xx status code

func (*GetUserrecordingRequestTimeout) IsSuccess

func (o *GetUserrecordingRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get userrecording request timeout response has a 2xx status code

func (*GetUserrecordingRequestTimeout) String

type GetUserrecordingServiceUnavailable

type GetUserrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUserrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserrecordingServiceUnavailable

func NewGetUserrecordingServiceUnavailable() *GetUserrecordingServiceUnavailable

NewGetUserrecordingServiceUnavailable creates a GetUserrecordingServiceUnavailable with default headers values

func (*GetUserrecordingServiceUnavailable) Error

func (*GetUserrecordingServiceUnavailable) GetPayload

func (*GetUserrecordingServiceUnavailable) IsClientError

func (o *GetUserrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this get userrecording service unavailable response has a 4xx status code

func (*GetUserrecordingServiceUnavailable) IsCode

IsCode returns true when this get userrecording service unavailable response a status code equal to that given

func (*GetUserrecordingServiceUnavailable) IsRedirect

func (o *GetUserrecordingServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get userrecording service unavailable response has a 3xx status code

func (*GetUserrecordingServiceUnavailable) IsServerError

func (o *GetUserrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this get userrecording service unavailable response has a 5xx status code

func (*GetUserrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this get userrecording service unavailable response has a 2xx status code

func (*GetUserrecordingServiceUnavailable) String

type GetUserrecordingTooManyRequests

type GetUserrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserrecordingTooManyRequests

func NewGetUserrecordingTooManyRequests() *GetUserrecordingTooManyRequests

NewGetUserrecordingTooManyRequests creates a GetUserrecordingTooManyRequests with default headers values

func (*GetUserrecordingTooManyRequests) Error

func (*GetUserrecordingTooManyRequests) GetPayload

func (*GetUserrecordingTooManyRequests) IsClientError

func (o *GetUserrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this get userrecording too many requests response has a 4xx status code

func (*GetUserrecordingTooManyRequests) IsCode

func (o *GetUserrecordingTooManyRequests) IsCode(code int) bool

IsCode returns true when this get userrecording too many requests response a status code equal to that given

func (*GetUserrecordingTooManyRequests) IsRedirect

func (o *GetUserrecordingTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get userrecording too many requests response has a 3xx status code

func (*GetUserrecordingTooManyRequests) IsServerError

func (o *GetUserrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this get userrecording too many requests response has a 5xx status code

func (*GetUserrecordingTooManyRequests) IsSuccess

func (o *GetUserrecordingTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get userrecording too many requests response has a 2xx status code

func (*GetUserrecordingTooManyRequests) String

type GetUserrecordingUnauthorized

type GetUserrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

GetUserrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUserrecordingUnauthorized

func NewGetUserrecordingUnauthorized() *GetUserrecordingUnauthorized

NewGetUserrecordingUnauthorized creates a GetUserrecordingUnauthorized with default headers values

func (*GetUserrecordingUnauthorized) Error

func (*GetUserrecordingUnauthorized) GetPayload

func (*GetUserrecordingUnauthorized) IsClientError

func (o *GetUserrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this get userrecording unauthorized response has a 4xx status code

func (*GetUserrecordingUnauthorized) IsCode

func (o *GetUserrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this get userrecording unauthorized response a status code equal to that given

func (*GetUserrecordingUnauthorized) IsRedirect

func (o *GetUserrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this get userrecording unauthorized response has a 3xx status code

func (*GetUserrecordingUnauthorized) IsServerError

func (o *GetUserrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this get userrecording unauthorized response has a 5xx status code

func (*GetUserrecordingUnauthorized) IsSuccess

func (o *GetUserrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this get userrecording unauthorized response has a 2xx status code

func (*GetUserrecordingUnauthorized) String

type GetUserrecordingUnsupportedMediaType

type GetUserrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserrecordingUnsupportedMediaType

func NewGetUserrecordingUnsupportedMediaType() *GetUserrecordingUnsupportedMediaType

NewGetUserrecordingUnsupportedMediaType creates a GetUserrecordingUnsupportedMediaType with default headers values

func (*GetUserrecordingUnsupportedMediaType) Error

func (*GetUserrecordingUnsupportedMediaType) GetPayload

func (*GetUserrecordingUnsupportedMediaType) IsClientError

func (o *GetUserrecordingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get userrecording unsupported media type response has a 4xx status code

func (*GetUserrecordingUnsupportedMediaType) IsCode

IsCode returns true when this get userrecording unsupported media type response a status code equal to that given

func (*GetUserrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get userrecording unsupported media type response has a 3xx status code

func (*GetUserrecordingUnsupportedMediaType) IsServerError

func (o *GetUserrecordingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get userrecording unsupported media type response has a 5xx status code

func (*GetUserrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get userrecording unsupported media type response has a 2xx status code

func (*GetUserrecordingUnsupportedMediaType) String

type GetUserrecordingsBadRequest

type GetUserrecordingsBadRequest struct {
	Payload *models.ErrorBody
}

GetUserrecordingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetUserrecordingsBadRequest

func NewGetUserrecordingsBadRequest() *GetUserrecordingsBadRequest

NewGetUserrecordingsBadRequest creates a GetUserrecordingsBadRequest with default headers values

func (*GetUserrecordingsBadRequest) Error

func (*GetUserrecordingsBadRequest) GetPayload

func (o *GetUserrecordingsBadRequest) GetPayload() *models.ErrorBody

func (*GetUserrecordingsBadRequest) IsClientError

func (o *GetUserrecordingsBadRequest) IsClientError() bool

IsClientError returns true when this get userrecordings bad request response has a 4xx status code

func (*GetUserrecordingsBadRequest) IsCode

func (o *GetUserrecordingsBadRequest) IsCode(code int) bool

IsCode returns true when this get userrecordings bad request response a status code equal to that given

func (*GetUserrecordingsBadRequest) IsRedirect

func (o *GetUserrecordingsBadRequest) IsRedirect() bool

IsRedirect returns true when this get userrecordings bad request response has a 3xx status code

func (*GetUserrecordingsBadRequest) IsServerError

func (o *GetUserrecordingsBadRequest) IsServerError() bool

IsServerError returns true when this get userrecordings bad request response has a 5xx status code

func (*GetUserrecordingsBadRequest) IsSuccess

func (o *GetUserrecordingsBadRequest) IsSuccess() bool

IsSuccess returns true when this get userrecordings bad request response has a 2xx status code

func (*GetUserrecordingsBadRequest) String

func (o *GetUserrecordingsBadRequest) String() string

type GetUserrecordingsForbidden

type GetUserrecordingsForbidden struct {
	Payload *models.ErrorBody
}

GetUserrecordingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUserrecordingsForbidden

func NewGetUserrecordingsForbidden() *GetUserrecordingsForbidden

NewGetUserrecordingsForbidden creates a GetUserrecordingsForbidden with default headers values

func (*GetUserrecordingsForbidden) Error

func (*GetUserrecordingsForbidden) GetPayload

func (o *GetUserrecordingsForbidden) GetPayload() *models.ErrorBody

func (*GetUserrecordingsForbidden) IsClientError

func (o *GetUserrecordingsForbidden) IsClientError() bool

IsClientError returns true when this get userrecordings forbidden response has a 4xx status code

func (*GetUserrecordingsForbidden) IsCode

func (o *GetUserrecordingsForbidden) IsCode(code int) bool

IsCode returns true when this get userrecordings forbidden response a status code equal to that given

func (*GetUserrecordingsForbidden) IsRedirect

func (o *GetUserrecordingsForbidden) IsRedirect() bool

IsRedirect returns true when this get userrecordings forbidden response has a 3xx status code

func (*GetUserrecordingsForbidden) IsServerError

func (o *GetUserrecordingsForbidden) IsServerError() bool

IsServerError returns true when this get userrecordings forbidden response has a 5xx status code

func (*GetUserrecordingsForbidden) IsSuccess

func (o *GetUserrecordingsForbidden) IsSuccess() bool

IsSuccess returns true when this get userrecordings forbidden response has a 2xx status code

func (*GetUserrecordingsForbidden) String

func (o *GetUserrecordingsForbidden) String() string

type GetUserrecordingsGatewayTimeout

type GetUserrecordingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUserrecordingsGatewayTimeout

func NewGetUserrecordingsGatewayTimeout() *GetUserrecordingsGatewayTimeout

NewGetUserrecordingsGatewayTimeout creates a GetUserrecordingsGatewayTimeout with default headers values

func (*GetUserrecordingsGatewayTimeout) Error

func (*GetUserrecordingsGatewayTimeout) GetPayload

func (*GetUserrecordingsGatewayTimeout) IsClientError

func (o *GetUserrecordingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get userrecordings gateway timeout response has a 4xx status code

func (*GetUserrecordingsGatewayTimeout) IsCode

func (o *GetUserrecordingsGatewayTimeout) IsCode(code int) bool

IsCode returns true when this get userrecordings gateway timeout response a status code equal to that given

func (*GetUserrecordingsGatewayTimeout) IsRedirect

func (o *GetUserrecordingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecordings gateway timeout response has a 3xx status code

func (*GetUserrecordingsGatewayTimeout) IsServerError

func (o *GetUserrecordingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get userrecordings gateway timeout response has a 5xx status code

func (*GetUserrecordingsGatewayTimeout) IsSuccess

func (o *GetUserrecordingsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get userrecordings gateway timeout response has a 2xx status code

func (*GetUserrecordingsGatewayTimeout) String

type GetUserrecordingsInternalServerError

type GetUserrecordingsInternalServerError struct {
	Payload *models.ErrorBody
}

GetUserrecordingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserrecordingsInternalServerError

func NewGetUserrecordingsInternalServerError() *GetUserrecordingsInternalServerError

NewGetUserrecordingsInternalServerError creates a GetUserrecordingsInternalServerError with default headers values

func (*GetUserrecordingsInternalServerError) Error

func (*GetUserrecordingsInternalServerError) GetPayload

func (*GetUserrecordingsInternalServerError) IsClientError

func (o *GetUserrecordingsInternalServerError) IsClientError() bool

IsClientError returns true when this get userrecordings internal server error response has a 4xx status code

func (*GetUserrecordingsInternalServerError) IsCode

IsCode returns true when this get userrecordings internal server error response a status code equal to that given

func (*GetUserrecordingsInternalServerError) IsRedirect

IsRedirect returns true when this get userrecordings internal server error response has a 3xx status code

func (*GetUserrecordingsInternalServerError) IsServerError

func (o *GetUserrecordingsInternalServerError) IsServerError() bool

IsServerError returns true when this get userrecordings internal server error response has a 5xx status code

func (*GetUserrecordingsInternalServerError) IsSuccess

IsSuccess returns true when this get userrecordings internal server error response has a 2xx status code

func (*GetUserrecordingsInternalServerError) String

type GetUserrecordingsNotFound

type GetUserrecordingsNotFound struct {
	Payload *models.ErrorBody
}

GetUserrecordingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserrecordingsNotFound

func NewGetUserrecordingsNotFound() *GetUserrecordingsNotFound

NewGetUserrecordingsNotFound creates a GetUserrecordingsNotFound with default headers values

func (*GetUserrecordingsNotFound) Error

func (o *GetUserrecordingsNotFound) Error() string

func (*GetUserrecordingsNotFound) GetPayload

func (o *GetUserrecordingsNotFound) GetPayload() *models.ErrorBody

func (*GetUserrecordingsNotFound) IsClientError

func (o *GetUserrecordingsNotFound) IsClientError() bool

IsClientError returns true when this get userrecordings not found response has a 4xx status code

func (*GetUserrecordingsNotFound) IsCode

func (o *GetUserrecordingsNotFound) IsCode(code int) bool

IsCode returns true when this get userrecordings not found response a status code equal to that given

func (*GetUserrecordingsNotFound) IsRedirect

func (o *GetUserrecordingsNotFound) IsRedirect() bool

IsRedirect returns true when this get userrecordings not found response has a 3xx status code

func (*GetUserrecordingsNotFound) IsServerError

func (o *GetUserrecordingsNotFound) IsServerError() bool

IsServerError returns true when this get userrecordings not found response has a 5xx status code

func (*GetUserrecordingsNotFound) IsSuccess

func (o *GetUserrecordingsNotFound) IsSuccess() bool

IsSuccess returns true when this get userrecordings not found response has a 2xx status code

func (*GetUserrecordingsNotFound) String

func (o *GetUserrecordingsNotFound) String() string

type GetUserrecordingsOK

type GetUserrecordingsOK struct {
	Payload *models.UserRecordingEntityListing
}

GetUserrecordingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserrecordingsOK

func NewGetUserrecordingsOK() *GetUserrecordingsOK

NewGetUserrecordingsOK creates a GetUserrecordingsOK with default headers values

func (*GetUserrecordingsOK) Error

func (o *GetUserrecordingsOK) Error() string

func (*GetUserrecordingsOK) GetPayload

func (*GetUserrecordingsOK) IsClientError

func (o *GetUserrecordingsOK) IsClientError() bool

IsClientError returns true when this get userrecordings o k response has a 4xx status code

func (*GetUserrecordingsOK) IsCode

func (o *GetUserrecordingsOK) IsCode(code int) bool

IsCode returns true when this get userrecordings o k response a status code equal to that given

func (*GetUserrecordingsOK) IsRedirect

func (o *GetUserrecordingsOK) IsRedirect() bool

IsRedirect returns true when this get userrecordings o k response has a 3xx status code

func (*GetUserrecordingsOK) IsServerError

func (o *GetUserrecordingsOK) IsServerError() bool

IsServerError returns true when this get userrecordings o k response has a 5xx status code

func (*GetUserrecordingsOK) IsSuccess

func (o *GetUserrecordingsOK) IsSuccess() bool

IsSuccess returns true when this get userrecordings o k response has a 2xx status code

func (*GetUserrecordingsOK) String

func (o *GetUserrecordingsOK) String() string

type GetUserrecordingsParams

type GetUserrecordingsParams struct {

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserrecordingsParams contains all the parameters to send to the API endpoint

for the get userrecordings operation.

Typically these are written to a http.Request.

func NewGetUserrecordingsParams

func NewGetUserrecordingsParams() *GetUserrecordingsParams

NewGetUserrecordingsParams creates a new GetUserrecordingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserrecordingsParamsWithContext

func NewGetUserrecordingsParamsWithContext(ctx context.Context) *GetUserrecordingsParams

NewGetUserrecordingsParamsWithContext creates a new GetUserrecordingsParams object with the ability to set a context for a request.

func NewGetUserrecordingsParamsWithHTTPClient

func NewGetUserrecordingsParamsWithHTTPClient(client *http.Client) *GetUserrecordingsParams

NewGetUserrecordingsParamsWithHTTPClient creates a new GetUserrecordingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserrecordingsParamsWithTimeout

func NewGetUserrecordingsParamsWithTimeout(timeout time.Duration) *GetUserrecordingsParams

NewGetUserrecordingsParamsWithTimeout creates a new GetUserrecordingsParams object with the ability to set a timeout on a request.

func (*GetUserrecordingsParams) SetContext

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

SetContext adds the context to the get userrecordings params

func (*GetUserrecordingsParams) SetDefaults

func (o *GetUserrecordingsParams) SetDefaults()

SetDefaults hydrates default values in the get userrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingsParams) SetExpand

func (o *GetUserrecordingsParams) SetExpand(expand []string)

SetExpand adds the expand to the get userrecordings params

func (*GetUserrecordingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get userrecordings params

func (*GetUserrecordingsParams) SetPageNumber

func (o *GetUserrecordingsParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get userrecordings params

func (*GetUserrecordingsParams) SetPageSize

func (o *GetUserrecordingsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get userrecordings params

func (*GetUserrecordingsParams) SetTimeout

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

SetTimeout adds the timeout to the get userrecordings params

func (*GetUserrecordingsParams) WithContext

WithContext adds the context to the get userrecordings params

func (*GetUserrecordingsParams) WithDefaults

WithDefaults hydrates default values in the get userrecordings params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingsParams) WithExpand

func (o *GetUserrecordingsParams) WithExpand(expand []string) *GetUserrecordingsParams

WithExpand adds the expand to the get userrecordings params

func (*GetUserrecordingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get userrecordings params

func (*GetUserrecordingsParams) WithPageNumber

func (o *GetUserrecordingsParams) WithPageNumber(pageNumber *int32) *GetUserrecordingsParams

WithPageNumber adds the pageNumber to the get userrecordings params

func (*GetUserrecordingsParams) WithPageSize

func (o *GetUserrecordingsParams) WithPageSize(pageSize *int32) *GetUserrecordingsParams

WithPageSize adds the pageSize to the get userrecordings params

func (*GetUserrecordingsParams) WithTimeout

WithTimeout adds the timeout to the get userrecordings params

func (*GetUserrecordingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserrecordingsReader

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

GetUserrecordingsReader is a Reader for the GetUserrecordings structure.

func (*GetUserrecordingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserrecordingsRequestEntityTooLarge

type GetUserrecordingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserrecordingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserrecordingsRequestEntityTooLarge

func NewGetUserrecordingsRequestEntityTooLarge() *GetUserrecordingsRequestEntityTooLarge

NewGetUserrecordingsRequestEntityTooLarge creates a GetUserrecordingsRequestEntityTooLarge with default headers values

func (*GetUserrecordingsRequestEntityTooLarge) Error

func (*GetUserrecordingsRequestEntityTooLarge) GetPayload

func (*GetUserrecordingsRequestEntityTooLarge) IsClientError

func (o *GetUserrecordingsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get userrecordings request entity too large response has a 4xx status code

func (*GetUserrecordingsRequestEntityTooLarge) IsCode

IsCode returns true when this get userrecordings request entity too large response a status code equal to that given

func (*GetUserrecordingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get userrecordings request entity too large response has a 3xx status code

func (*GetUserrecordingsRequestEntityTooLarge) IsServerError

func (o *GetUserrecordingsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get userrecordings request entity too large response has a 5xx status code

func (*GetUserrecordingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get userrecordings request entity too large response has a 2xx status code

func (*GetUserrecordingsRequestEntityTooLarge) String

type GetUserrecordingsRequestTimeout

type GetUserrecordingsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserrecordingsRequestTimeout

func NewGetUserrecordingsRequestTimeout() *GetUserrecordingsRequestTimeout

NewGetUserrecordingsRequestTimeout creates a GetUserrecordingsRequestTimeout with default headers values

func (*GetUserrecordingsRequestTimeout) Error

func (*GetUserrecordingsRequestTimeout) GetPayload

func (*GetUserrecordingsRequestTimeout) IsClientError

func (o *GetUserrecordingsRequestTimeout) IsClientError() bool

IsClientError returns true when this get userrecordings request timeout response has a 4xx status code

func (*GetUserrecordingsRequestTimeout) IsCode

func (o *GetUserrecordingsRequestTimeout) IsCode(code int) bool

IsCode returns true when this get userrecordings request timeout response a status code equal to that given

func (*GetUserrecordingsRequestTimeout) IsRedirect

func (o *GetUserrecordingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get userrecordings request timeout response has a 3xx status code

func (*GetUserrecordingsRequestTimeout) IsServerError

func (o *GetUserrecordingsRequestTimeout) IsServerError() bool

IsServerError returns true when this get userrecordings request timeout response has a 5xx status code

func (*GetUserrecordingsRequestTimeout) IsSuccess

func (o *GetUserrecordingsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get userrecordings request timeout response has a 2xx status code

func (*GetUserrecordingsRequestTimeout) String

type GetUserrecordingsServiceUnavailable

type GetUserrecordingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUserrecordingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserrecordingsServiceUnavailable

func NewGetUserrecordingsServiceUnavailable() *GetUserrecordingsServiceUnavailable

NewGetUserrecordingsServiceUnavailable creates a GetUserrecordingsServiceUnavailable with default headers values

func (*GetUserrecordingsServiceUnavailable) Error

func (*GetUserrecordingsServiceUnavailable) GetPayload

func (*GetUserrecordingsServiceUnavailable) IsClientError

func (o *GetUserrecordingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get userrecordings service unavailable response has a 4xx status code

func (*GetUserrecordingsServiceUnavailable) IsCode

IsCode returns true when this get userrecordings service unavailable response a status code equal to that given

func (*GetUserrecordingsServiceUnavailable) IsRedirect

func (o *GetUserrecordingsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get userrecordings service unavailable response has a 3xx status code

func (*GetUserrecordingsServiceUnavailable) IsServerError

func (o *GetUserrecordingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get userrecordings service unavailable response has a 5xx status code

func (*GetUserrecordingsServiceUnavailable) IsSuccess

IsSuccess returns true when this get userrecordings service unavailable response has a 2xx status code

func (*GetUserrecordingsServiceUnavailable) String

type GetUserrecordingsSummaryBadRequest

type GetUserrecordingsSummaryBadRequest struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewGetUserrecordingsSummaryBadRequest

func NewGetUserrecordingsSummaryBadRequest() *GetUserrecordingsSummaryBadRequest

NewGetUserrecordingsSummaryBadRequest creates a GetUserrecordingsSummaryBadRequest with default headers values

func (*GetUserrecordingsSummaryBadRequest) Error

func (*GetUserrecordingsSummaryBadRequest) GetPayload

func (*GetUserrecordingsSummaryBadRequest) IsClientError

func (o *GetUserrecordingsSummaryBadRequest) IsClientError() bool

IsClientError returns true when this get userrecordings summary bad request response has a 4xx status code

func (*GetUserrecordingsSummaryBadRequest) IsCode

IsCode returns true when this get userrecordings summary bad request response a status code equal to that given

func (*GetUserrecordingsSummaryBadRequest) IsRedirect

func (o *GetUserrecordingsSummaryBadRequest) IsRedirect() bool

IsRedirect returns true when this get userrecordings summary bad request response has a 3xx status code

func (*GetUserrecordingsSummaryBadRequest) IsServerError

func (o *GetUserrecordingsSummaryBadRequest) IsServerError() bool

IsServerError returns true when this get userrecordings summary bad request response has a 5xx status code

func (*GetUserrecordingsSummaryBadRequest) IsSuccess

IsSuccess returns true when this get userrecordings summary bad request response has a 2xx status code

func (*GetUserrecordingsSummaryBadRequest) String

type GetUserrecordingsSummaryForbidden

type GetUserrecordingsSummaryForbidden struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetUserrecordingsSummaryForbidden

func NewGetUserrecordingsSummaryForbidden() *GetUserrecordingsSummaryForbidden

NewGetUserrecordingsSummaryForbidden creates a GetUserrecordingsSummaryForbidden with default headers values

func (*GetUserrecordingsSummaryForbidden) Error

func (*GetUserrecordingsSummaryForbidden) GetPayload

func (*GetUserrecordingsSummaryForbidden) IsClientError

func (o *GetUserrecordingsSummaryForbidden) IsClientError() bool

IsClientError returns true when this get userrecordings summary forbidden response has a 4xx status code

func (*GetUserrecordingsSummaryForbidden) IsCode

func (o *GetUserrecordingsSummaryForbidden) IsCode(code int) bool

IsCode returns true when this get userrecordings summary forbidden response a status code equal to that given

func (*GetUserrecordingsSummaryForbidden) IsRedirect

func (o *GetUserrecordingsSummaryForbidden) IsRedirect() bool

IsRedirect returns true when this get userrecordings summary forbidden response has a 3xx status code

func (*GetUserrecordingsSummaryForbidden) IsServerError

func (o *GetUserrecordingsSummaryForbidden) IsServerError() bool

IsServerError returns true when this get userrecordings summary forbidden response has a 5xx status code

func (*GetUserrecordingsSummaryForbidden) IsSuccess

func (o *GetUserrecordingsSummaryForbidden) IsSuccess() bool

IsSuccess returns true when this get userrecordings summary forbidden response has a 2xx status code

func (*GetUserrecordingsSummaryForbidden) String

type GetUserrecordingsSummaryGatewayTimeout

type GetUserrecordingsSummaryGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetUserrecordingsSummaryGatewayTimeout

func NewGetUserrecordingsSummaryGatewayTimeout() *GetUserrecordingsSummaryGatewayTimeout

NewGetUserrecordingsSummaryGatewayTimeout creates a GetUserrecordingsSummaryGatewayTimeout with default headers values

func (*GetUserrecordingsSummaryGatewayTimeout) Error

func (*GetUserrecordingsSummaryGatewayTimeout) GetPayload

func (*GetUserrecordingsSummaryGatewayTimeout) IsClientError

func (o *GetUserrecordingsSummaryGatewayTimeout) IsClientError() bool

IsClientError returns true when this get userrecordings summary gateway timeout response has a 4xx status code

func (*GetUserrecordingsSummaryGatewayTimeout) IsCode

IsCode returns true when this get userrecordings summary gateway timeout response a status code equal to that given

func (*GetUserrecordingsSummaryGatewayTimeout) IsRedirect

IsRedirect returns true when this get userrecordings summary gateway timeout response has a 3xx status code

func (*GetUserrecordingsSummaryGatewayTimeout) IsServerError

func (o *GetUserrecordingsSummaryGatewayTimeout) IsServerError() bool

IsServerError returns true when this get userrecordings summary gateway timeout response has a 5xx status code

func (*GetUserrecordingsSummaryGatewayTimeout) IsSuccess

IsSuccess returns true when this get userrecordings summary gateway timeout response has a 2xx status code

func (*GetUserrecordingsSummaryGatewayTimeout) String

type GetUserrecordingsSummaryInternalServerError

type GetUserrecordingsSummaryInternalServerError struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetUserrecordingsSummaryInternalServerError

func NewGetUserrecordingsSummaryInternalServerError() *GetUserrecordingsSummaryInternalServerError

NewGetUserrecordingsSummaryInternalServerError creates a GetUserrecordingsSummaryInternalServerError with default headers values

func (*GetUserrecordingsSummaryInternalServerError) Error

func (*GetUserrecordingsSummaryInternalServerError) GetPayload

func (*GetUserrecordingsSummaryInternalServerError) IsClientError

IsClientError returns true when this get userrecordings summary internal server error response has a 4xx status code

func (*GetUserrecordingsSummaryInternalServerError) IsCode

IsCode returns true when this get userrecordings summary internal server error response a status code equal to that given

func (*GetUserrecordingsSummaryInternalServerError) IsRedirect

IsRedirect returns true when this get userrecordings summary internal server error response has a 3xx status code

func (*GetUserrecordingsSummaryInternalServerError) IsServerError

IsServerError returns true when this get userrecordings summary internal server error response has a 5xx status code

func (*GetUserrecordingsSummaryInternalServerError) IsSuccess

IsSuccess returns true when this get userrecordings summary internal server error response has a 2xx status code

func (*GetUserrecordingsSummaryInternalServerError) String

type GetUserrecordingsSummaryNotFound

type GetUserrecordingsSummaryNotFound struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetUserrecordingsSummaryNotFound

func NewGetUserrecordingsSummaryNotFound() *GetUserrecordingsSummaryNotFound

NewGetUserrecordingsSummaryNotFound creates a GetUserrecordingsSummaryNotFound with default headers values

func (*GetUserrecordingsSummaryNotFound) Error

func (*GetUserrecordingsSummaryNotFound) GetPayload

func (*GetUserrecordingsSummaryNotFound) IsClientError

func (o *GetUserrecordingsSummaryNotFound) IsClientError() bool

IsClientError returns true when this get userrecordings summary not found response has a 4xx status code

func (*GetUserrecordingsSummaryNotFound) IsCode

func (o *GetUserrecordingsSummaryNotFound) IsCode(code int) bool

IsCode returns true when this get userrecordings summary not found response a status code equal to that given

func (*GetUserrecordingsSummaryNotFound) IsRedirect

func (o *GetUserrecordingsSummaryNotFound) IsRedirect() bool

IsRedirect returns true when this get userrecordings summary not found response has a 3xx status code

func (*GetUserrecordingsSummaryNotFound) IsServerError

func (o *GetUserrecordingsSummaryNotFound) IsServerError() bool

IsServerError returns true when this get userrecordings summary not found response has a 5xx status code

func (*GetUserrecordingsSummaryNotFound) IsSuccess

func (o *GetUserrecordingsSummaryNotFound) IsSuccess() bool

IsSuccess returns true when this get userrecordings summary not found response has a 2xx status code

func (*GetUserrecordingsSummaryNotFound) String

type GetUserrecordingsSummaryOK

type GetUserrecordingsSummaryOK struct {
	Payload *models.FaxSummary
}

GetUserrecordingsSummaryOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserrecordingsSummaryOK

func NewGetUserrecordingsSummaryOK() *GetUserrecordingsSummaryOK

NewGetUserrecordingsSummaryOK creates a GetUserrecordingsSummaryOK with default headers values

func (*GetUserrecordingsSummaryOK) Error

func (*GetUserrecordingsSummaryOK) GetPayload

func (o *GetUserrecordingsSummaryOK) GetPayload() *models.FaxSummary

func (*GetUserrecordingsSummaryOK) IsClientError

func (o *GetUserrecordingsSummaryOK) IsClientError() bool

IsClientError returns true when this get userrecordings summary o k response has a 4xx status code

func (*GetUserrecordingsSummaryOK) IsCode

func (o *GetUserrecordingsSummaryOK) IsCode(code int) bool

IsCode returns true when this get userrecordings summary o k response a status code equal to that given

func (*GetUserrecordingsSummaryOK) IsRedirect

func (o *GetUserrecordingsSummaryOK) IsRedirect() bool

IsRedirect returns true when this get userrecordings summary o k response has a 3xx status code

func (*GetUserrecordingsSummaryOK) IsServerError

func (o *GetUserrecordingsSummaryOK) IsServerError() bool

IsServerError returns true when this get userrecordings summary o k response has a 5xx status code

func (*GetUserrecordingsSummaryOK) IsSuccess

func (o *GetUserrecordingsSummaryOK) IsSuccess() bool

IsSuccess returns true when this get userrecordings summary o k response has a 2xx status code

func (*GetUserrecordingsSummaryOK) String

func (o *GetUserrecordingsSummaryOK) String() string

type GetUserrecordingsSummaryParams

type GetUserrecordingsSummaryParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUserrecordingsSummaryParams contains all the parameters to send to the API endpoint

for the get userrecordings summary operation.

Typically these are written to a http.Request.

func NewGetUserrecordingsSummaryParams

func NewGetUserrecordingsSummaryParams() *GetUserrecordingsSummaryParams

NewGetUserrecordingsSummaryParams creates a new GetUserrecordingsSummaryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUserrecordingsSummaryParamsWithContext

func NewGetUserrecordingsSummaryParamsWithContext(ctx context.Context) *GetUserrecordingsSummaryParams

NewGetUserrecordingsSummaryParamsWithContext creates a new GetUserrecordingsSummaryParams object with the ability to set a context for a request.

func NewGetUserrecordingsSummaryParamsWithHTTPClient

func NewGetUserrecordingsSummaryParamsWithHTTPClient(client *http.Client) *GetUserrecordingsSummaryParams

NewGetUserrecordingsSummaryParamsWithHTTPClient creates a new GetUserrecordingsSummaryParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserrecordingsSummaryParamsWithTimeout

func NewGetUserrecordingsSummaryParamsWithTimeout(timeout time.Duration) *GetUserrecordingsSummaryParams

NewGetUserrecordingsSummaryParamsWithTimeout creates a new GetUserrecordingsSummaryParams object with the ability to set a timeout on a request.

func (*GetUserrecordingsSummaryParams) SetContext

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

SetContext adds the context to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) SetDefaults

func (o *GetUserrecordingsSummaryParams) SetDefaults()

SetDefaults hydrates default values in the get userrecordings summary params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingsSummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) SetTimeout

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

SetTimeout adds the timeout to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) WithContext

WithContext adds the context to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) WithDefaults

WithDefaults hydrates default values in the get userrecordings summary params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserrecordingsSummaryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) WithTimeout

WithTimeout adds the timeout to the get userrecordings summary params

func (*GetUserrecordingsSummaryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserrecordingsSummaryReader

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

GetUserrecordingsSummaryReader is a Reader for the GetUserrecordingsSummary structure.

func (*GetUserrecordingsSummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserrecordingsSummaryRequestEntityTooLarge

type GetUserrecordingsSummaryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetUserrecordingsSummaryRequestEntityTooLarge

func NewGetUserrecordingsSummaryRequestEntityTooLarge() *GetUserrecordingsSummaryRequestEntityTooLarge

NewGetUserrecordingsSummaryRequestEntityTooLarge creates a GetUserrecordingsSummaryRequestEntityTooLarge with default headers values

func (*GetUserrecordingsSummaryRequestEntityTooLarge) Error

func (*GetUserrecordingsSummaryRequestEntityTooLarge) GetPayload

func (*GetUserrecordingsSummaryRequestEntityTooLarge) IsClientError

IsClientError returns true when this get userrecordings summary request entity too large response has a 4xx status code

func (*GetUserrecordingsSummaryRequestEntityTooLarge) IsCode

IsCode returns true when this get userrecordings summary request entity too large response a status code equal to that given

func (*GetUserrecordingsSummaryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get userrecordings summary request entity too large response has a 3xx status code

func (*GetUserrecordingsSummaryRequestEntityTooLarge) IsServerError

IsServerError returns true when this get userrecordings summary request entity too large response has a 5xx status code

func (*GetUserrecordingsSummaryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get userrecordings summary request entity too large response has a 2xx status code

func (*GetUserrecordingsSummaryRequestEntityTooLarge) String

type GetUserrecordingsSummaryRequestTimeout

type GetUserrecordingsSummaryRequestTimeout struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetUserrecordingsSummaryRequestTimeout

func NewGetUserrecordingsSummaryRequestTimeout() *GetUserrecordingsSummaryRequestTimeout

NewGetUserrecordingsSummaryRequestTimeout creates a GetUserrecordingsSummaryRequestTimeout with default headers values

func (*GetUserrecordingsSummaryRequestTimeout) Error

func (*GetUserrecordingsSummaryRequestTimeout) GetPayload

func (*GetUserrecordingsSummaryRequestTimeout) IsClientError

func (o *GetUserrecordingsSummaryRequestTimeout) IsClientError() bool

IsClientError returns true when this get userrecordings summary request timeout response has a 4xx status code

func (*GetUserrecordingsSummaryRequestTimeout) IsCode

IsCode returns true when this get userrecordings summary request timeout response a status code equal to that given

func (*GetUserrecordingsSummaryRequestTimeout) IsRedirect

IsRedirect returns true when this get userrecordings summary request timeout response has a 3xx status code

func (*GetUserrecordingsSummaryRequestTimeout) IsServerError

func (o *GetUserrecordingsSummaryRequestTimeout) IsServerError() bool

IsServerError returns true when this get userrecordings summary request timeout response has a 5xx status code

func (*GetUserrecordingsSummaryRequestTimeout) IsSuccess

IsSuccess returns true when this get userrecordings summary request timeout response has a 2xx status code

func (*GetUserrecordingsSummaryRequestTimeout) String

type GetUserrecordingsSummaryServiceUnavailable

type GetUserrecordingsSummaryServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetUserrecordingsSummaryServiceUnavailable

func NewGetUserrecordingsSummaryServiceUnavailable() *GetUserrecordingsSummaryServiceUnavailable

NewGetUserrecordingsSummaryServiceUnavailable creates a GetUserrecordingsSummaryServiceUnavailable with default headers values

func (*GetUserrecordingsSummaryServiceUnavailable) Error

func (*GetUserrecordingsSummaryServiceUnavailable) GetPayload

func (*GetUserrecordingsSummaryServiceUnavailable) IsClientError

IsClientError returns true when this get userrecordings summary service unavailable response has a 4xx status code

func (*GetUserrecordingsSummaryServiceUnavailable) IsCode

IsCode returns true when this get userrecordings summary service unavailable response a status code equal to that given

func (*GetUserrecordingsSummaryServiceUnavailable) IsRedirect

IsRedirect returns true when this get userrecordings summary service unavailable response has a 3xx status code

func (*GetUserrecordingsSummaryServiceUnavailable) IsServerError

IsServerError returns true when this get userrecordings summary service unavailable response has a 5xx status code

func (*GetUserrecordingsSummaryServiceUnavailable) IsSuccess

IsSuccess returns true when this get userrecordings summary service unavailable response has a 2xx status code

func (*GetUserrecordingsSummaryServiceUnavailable) String

type GetUserrecordingsSummaryTooManyRequests

type GetUserrecordingsSummaryTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserrecordingsSummaryTooManyRequests

func NewGetUserrecordingsSummaryTooManyRequests() *GetUserrecordingsSummaryTooManyRequests

NewGetUserrecordingsSummaryTooManyRequests creates a GetUserrecordingsSummaryTooManyRequests with default headers values

func (*GetUserrecordingsSummaryTooManyRequests) Error

func (*GetUserrecordingsSummaryTooManyRequests) GetPayload

func (*GetUserrecordingsSummaryTooManyRequests) IsClientError

func (o *GetUserrecordingsSummaryTooManyRequests) IsClientError() bool

IsClientError returns true when this get userrecordings summary too many requests response has a 4xx status code

func (*GetUserrecordingsSummaryTooManyRequests) IsCode

IsCode returns true when this get userrecordings summary too many requests response a status code equal to that given

func (*GetUserrecordingsSummaryTooManyRequests) IsRedirect

IsRedirect returns true when this get userrecordings summary too many requests response has a 3xx status code

func (*GetUserrecordingsSummaryTooManyRequests) IsServerError

func (o *GetUserrecordingsSummaryTooManyRequests) IsServerError() bool

IsServerError returns true when this get userrecordings summary too many requests response has a 5xx status code

func (*GetUserrecordingsSummaryTooManyRequests) IsSuccess

IsSuccess returns true when this get userrecordings summary too many requests response has a 2xx status code

func (*GetUserrecordingsSummaryTooManyRequests) String

type GetUserrecordingsSummaryUnauthorized

type GetUserrecordingsSummaryUnauthorized struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUserrecordingsSummaryUnauthorized

func NewGetUserrecordingsSummaryUnauthorized() *GetUserrecordingsSummaryUnauthorized

NewGetUserrecordingsSummaryUnauthorized creates a GetUserrecordingsSummaryUnauthorized with default headers values

func (*GetUserrecordingsSummaryUnauthorized) Error

func (*GetUserrecordingsSummaryUnauthorized) GetPayload

func (*GetUserrecordingsSummaryUnauthorized) IsClientError

func (o *GetUserrecordingsSummaryUnauthorized) IsClientError() bool

IsClientError returns true when this get userrecordings summary unauthorized response has a 4xx status code

func (*GetUserrecordingsSummaryUnauthorized) IsCode

IsCode returns true when this get userrecordings summary unauthorized response a status code equal to that given

func (*GetUserrecordingsSummaryUnauthorized) IsRedirect

IsRedirect returns true when this get userrecordings summary unauthorized response has a 3xx status code

func (*GetUserrecordingsSummaryUnauthorized) IsServerError

func (o *GetUserrecordingsSummaryUnauthorized) IsServerError() bool

IsServerError returns true when this get userrecordings summary unauthorized response has a 5xx status code

func (*GetUserrecordingsSummaryUnauthorized) IsSuccess

IsSuccess returns true when this get userrecordings summary unauthorized response has a 2xx status code

func (*GetUserrecordingsSummaryUnauthorized) String

type GetUserrecordingsSummaryUnsupportedMediaType

type GetUserrecordingsSummaryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserrecordingsSummaryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserrecordingsSummaryUnsupportedMediaType

func NewGetUserrecordingsSummaryUnsupportedMediaType() *GetUserrecordingsSummaryUnsupportedMediaType

NewGetUserrecordingsSummaryUnsupportedMediaType creates a GetUserrecordingsSummaryUnsupportedMediaType with default headers values

func (*GetUserrecordingsSummaryUnsupportedMediaType) Error

func (*GetUserrecordingsSummaryUnsupportedMediaType) GetPayload

func (*GetUserrecordingsSummaryUnsupportedMediaType) IsClientError

IsClientError returns true when this get userrecordings summary unsupported media type response has a 4xx status code

func (*GetUserrecordingsSummaryUnsupportedMediaType) IsCode

IsCode returns true when this get userrecordings summary unsupported media type response a status code equal to that given

func (*GetUserrecordingsSummaryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get userrecordings summary unsupported media type response has a 3xx status code

func (*GetUserrecordingsSummaryUnsupportedMediaType) IsServerError

IsServerError returns true when this get userrecordings summary unsupported media type response has a 5xx status code

func (*GetUserrecordingsSummaryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get userrecordings summary unsupported media type response has a 2xx status code

func (*GetUserrecordingsSummaryUnsupportedMediaType) String

type GetUserrecordingsTooManyRequests

type GetUserrecordingsTooManyRequests struct {
	Payload *models.ErrorBody
}

GetUserrecordingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetUserrecordingsTooManyRequests

func NewGetUserrecordingsTooManyRequests() *GetUserrecordingsTooManyRequests

NewGetUserrecordingsTooManyRequests creates a GetUserrecordingsTooManyRequests with default headers values

func (*GetUserrecordingsTooManyRequests) Error

func (*GetUserrecordingsTooManyRequests) GetPayload

func (*GetUserrecordingsTooManyRequests) IsClientError

func (o *GetUserrecordingsTooManyRequests) IsClientError() bool

IsClientError returns true when this get userrecordings too many requests response has a 4xx status code

func (*GetUserrecordingsTooManyRequests) IsCode

func (o *GetUserrecordingsTooManyRequests) IsCode(code int) bool

IsCode returns true when this get userrecordings too many requests response a status code equal to that given

func (*GetUserrecordingsTooManyRequests) IsRedirect

func (o *GetUserrecordingsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get userrecordings too many requests response has a 3xx status code

func (*GetUserrecordingsTooManyRequests) IsServerError

func (o *GetUserrecordingsTooManyRequests) IsServerError() bool

IsServerError returns true when this get userrecordings too many requests response has a 5xx status code

func (*GetUserrecordingsTooManyRequests) IsSuccess

func (o *GetUserrecordingsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get userrecordings too many requests response has a 2xx status code

func (*GetUserrecordingsTooManyRequests) String

type GetUserrecordingsUnauthorized

type GetUserrecordingsUnauthorized struct {
	Payload *models.ErrorBody
}

GetUserrecordingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetUserrecordingsUnauthorized

func NewGetUserrecordingsUnauthorized() *GetUserrecordingsUnauthorized

NewGetUserrecordingsUnauthorized creates a GetUserrecordingsUnauthorized with default headers values

func (*GetUserrecordingsUnauthorized) Error

func (*GetUserrecordingsUnauthorized) GetPayload

func (*GetUserrecordingsUnauthorized) IsClientError

func (o *GetUserrecordingsUnauthorized) IsClientError() bool

IsClientError returns true when this get userrecordings unauthorized response has a 4xx status code

func (*GetUserrecordingsUnauthorized) IsCode

func (o *GetUserrecordingsUnauthorized) IsCode(code int) bool

IsCode returns true when this get userrecordings unauthorized response a status code equal to that given

func (*GetUserrecordingsUnauthorized) IsRedirect

func (o *GetUserrecordingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get userrecordings unauthorized response has a 3xx status code

func (*GetUserrecordingsUnauthorized) IsServerError

func (o *GetUserrecordingsUnauthorized) IsServerError() bool

IsServerError returns true when this get userrecordings unauthorized response has a 5xx status code

func (*GetUserrecordingsUnauthorized) IsSuccess

func (o *GetUserrecordingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get userrecordings unauthorized response has a 2xx status code

func (*GetUserrecordingsUnauthorized) String

type GetUserrecordingsUnsupportedMediaType

type GetUserrecordingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetUserrecordingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetUserrecordingsUnsupportedMediaType

func NewGetUserrecordingsUnsupportedMediaType() *GetUserrecordingsUnsupportedMediaType

NewGetUserrecordingsUnsupportedMediaType creates a GetUserrecordingsUnsupportedMediaType with default headers values

func (*GetUserrecordingsUnsupportedMediaType) Error

func (*GetUserrecordingsUnsupportedMediaType) GetPayload

func (*GetUserrecordingsUnsupportedMediaType) IsClientError

func (o *GetUserrecordingsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get userrecordings unsupported media type response has a 4xx status code

func (*GetUserrecordingsUnsupportedMediaType) IsCode

IsCode returns true when this get userrecordings unsupported media type response a status code equal to that given

func (*GetUserrecordingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get userrecordings unsupported media type response has a 3xx status code

func (*GetUserrecordingsUnsupportedMediaType) IsServerError

func (o *GetUserrecordingsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get userrecordings unsupported media type response has a 5xx status code

func (*GetUserrecordingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get userrecordings unsupported media type response has a 2xx status code

func (*GetUserrecordingsUnsupportedMediaType) String

type PutUserrecordingBadRequest

type PutUserrecordingBadRequest struct {
	Payload *models.ErrorBody
}

PutUserrecordingBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPutUserrecordingBadRequest

func NewPutUserrecordingBadRequest() *PutUserrecordingBadRequest

NewPutUserrecordingBadRequest creates a PutUserrecordingBadRequest with default headers values

func (*PutUserrecordingBadRequest) Error

func (*PutUserrecordingBadRequest) GetPayload

func (o *PutUserrecordingBadRequest) GetPayload() *models.ErrorBody

func (*PutUserrecordingBadRequest) IsClientError

func (o *PutUserrecordingBadRequest) IsClientError() bool

IsClientError returns true when this put userrecording bad request response has a 4xx status code

func (*PutUserrecordingBadRequest) IsCode

func (o *PutUserrecordingBadRequest) IsCode(code int) bool

IsCode returns true when this put userrecording bad request response a status code equal to that given

func (*PutUserrecordingBadRequest) IsRedirect

func (o *PutUserrecordingBadRequest) IsRedirect() bool

IsRedirect returns true when this put userrecording bad request response has a 3xx status code

func (*PutUserrecordingBadRequest) IsServerError

func (o *PutUserrecordingBadRequest) IsServerError() bool

IsServerError returns true when this put userrecording bad request response has a 5xx status code

func (*PutUserrecordingBadRequest) IsSuccess

func (o *PutUserrecordingBadRequest) IsSuccess() bool

IsSuccess returns true when this put userrecording bad request response has a 2xx status code

func (*PutUserrecordingBadRequest) String

func (o *PutUserrecordingBadRequest) String() string

type PutUserrecordingForbidden

type PutUserrecordingForbidden struct {
	Payload *models.ErrorBody
}

PutUserrecordingForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPutUserrecordingForbidden

func NewPutUserrecordingForbidden() *PutUserrecordingForbidden

NewPutUserrecordingForbidden creates a PutUserrecordingForbidden with default headers values

func (*PutUserrecordingForbidden) Error

func (o *PutUserrecordingForbidden) Error() string

func (*PutUserrecordingForbidden) GetPayload

func (o *PutUserrecordingForbidden) GetPayload() *models.ErrorBody

func (*PutUserrecordingForbidden) IsClientError

func (o *PutUserrecordingForbidden) IsClientError() bool

IsClientError returns true when this put userrecording forbidden response has a 4xx status code

func (*PutUserrecordingForbidden) IsCode

func (o *PutUserrecordingForbidden) IsCode(code int) bool

IsCode returns true when this put userrecording forbidden response a status code equal to that given

func (*PutUserrecordingForbidden) IsRedirect

func (o *PutUserrecordingForbidden) IsRedirect() bool

IsRedirect returns true when this put userrecording forbidden response has a 3xx status code

func (*PutUserrecordingForbidden) IsServerError

func (o *PutUserrecordingForbidden) IsServerError() bool

IsServerError returns true when this put userrecording forbidden response has a 5xx status code

func (*PutUserrecordingForbidden) IsSuccess

func (o *PutUserrecordingForbidden) IsSuccess() bool

IsSuccess returns true when this put userrecording forbidden response has a 2xx status code

func (*PutUserrecordingForbidden) String

func (o *PutUserrecordingForbidden) String() string

type PutUserrecordingGatewayTimeout

type PutUserrecordingGatewayTimeout struct {
	Payload *models.ErrorBody
}

PutUserrecordingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPutUserrecordingGatewayTimeout

func NewPutUserrecordingGatewayTimeout() *PutUserrecordingGatewayTimeout

NewPutUserrecordingGatewayTimeout creates a PutUserrecordingGatewayTimeout with default headers values

func (*PutUserrecordingGatewayTimeout) Error

func (*PutUserrecordingGatewayTimeout) GetPayload

func (*PutUserrecordingGatewayTimeout) IsClientError

func (o *PutUserrecordingGatewayTimeout) IsClientError() bool

IsClientError returns true when this put userrecording gateway timeout response has a 4xx status code

func (*PutUserrecordingGatewayTimeout) IsCode

func (o *PutUserrecordingGatewayTimeout) IsCode(code int) bool

IsCode returns true when this put userrecording gateway timeout response a status code equal to that given

func (*PutUserrecordingGatewayTimeout) IsRedirect

func (o *PutUserrecordingGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put userrecording gateway timeout response has a 3xx status code

func (*PutUserrecordingGatewayTimeout) IsServerError

func (o *PutUserrecordingGatewayTimeout) IsServerError() bool

IsServerError returns true when this put userrecording gateway timeout response has a 5xx status code

func (*PutUserrecordingGatewayTimeout) IsSuccess

func (o *PutUserrecordingGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put userrecording gateway timeout response has a 2xx status code

func (*PutUserrecordingGatewayTimeout) String

type PutUserrecordingInternalServerError

type PutUserrecordingInternalServerError struct {
	Payload *models.ErrorBody
}

PutUserrecordingInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPutUserrecordingInternalServerError

func NewPutUserrecordingInternalServerError() *PutUserrecordingInternalServerError

NewPutUserrecordingInternalServerError creates a PutUserrecordingInternalServerError with default headers values

func (*PutUserrecordingInternalServerError) Error

func (*PutUserrecordingInternalServerError) GetPayload

func (*PutUserrecordingInternalServerError) IsClientError

func (o *PutUserrecordingInternalServerError) IsClientError() bool

IsClientError returns true when this put userrecording internal server error response has a 4xx status code

func (*PutUserrecordingInternalServerError) IsCode

IsCode returns true when this put userrecording internal server error response a status code equal to that given

func (*PutUserrecordingInternalServerError) IsRedirect

func (o *PutUserrecordingInternalServerError) IsRedirect() bool

IsRedirect returns true when this put userrecording internal server error response has a 3xx status code

func (*PutUserrecordingInternalServerError) IsServerError

func (o *PutUserrecordingInternalServerError) IsServerError() bool

IsServerError returns true when this put userrecording internal server error response has a 5xx status code

func (*PutUserrecordingInternalServerError) IsSuccess

IsSuccess returns true when this put userrecording internal server error response has a 2xx status code

func (*PutUserrecordingInternalServerError) String

type PutUserrecordingNotFound

type PutUserrecordingNotFound struct {
	Payload *models.ErrorBody
}

PutUserrecordingNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPutUserrecordingNotFound

func NewPutUserrecordingNotFound() *PutUserrecordingNotFound

NewPutUserrecordingNotFound creates a PutUserrecordingNotFound with default headers values

func (*PutUserrecordingNotFound) Error

func (o *PutUserrecordingNotFound) Error() string

func (*PutUserrecordingNotFound) GetPayload

func (o *PutUserrecordingNotFound) GetPayload() *models.ErrorBody

func (*PutUserrecordingNotFound) IsClientError

func (o *PutUserrecordingNotFound) IsClientError() bool

IsClientError returns true when this put userrecording not found response has a 4xx status code

func (*PutUserrecordingNotFound) IsCode

func (o *PutUserrecordingNotFound) IsCode(code int) bool

IsCode returns true when this put userrecording not found response a status code equal to that given

func (*PutUserrecordingNotFound) IsRedirect

func (o *PutUserrecordingNotFound) IsRedirect() bool

IsRedirect returns true when this put userrecording not found response has a 3xx status code

func (*PutUserrecordingNotFound) IsServerError

func (o *PutUserrecordingNotFound) IsServerError() bool

IsServerError returns true when this put userrecording not found response has a 5xx status code

func (*PutUserrecordingNotFound) IsSuccess

func (o *PutUserrecordingNotFound) IsSuccess() bool

IsSuccess returns true when this put userrecording not found response has a 2xx status code

func (*PutUserrecordingNotFound) String

func (o *PutUserrecordingNotFound) String() string

type PutUserrecordingOK

type PutUserrecordingOK struct {
	Payload *models.UserRecording
}

PutUserrecordingOK describes a response with status code 200, with default header values.

successful operation

func NewPutUserrecordingOK

func NewPutUserrecordingOK() *PutUserrecordingOK

NewPutUserrecordingOK creates a PutUserrecordingOK with default headers values

func (*PutUserrecordingOK) Error

func (o *PutUserrecordingOK) Error() string

func (*PutUserrecordingOK) GetPayload

func (o *PutUserrecordingOK) GetPayload() *models.UserRecording

func (*PutUserrecordingOK) IsClientError

func (o *PutUserrecordingOK) IsClientError() bool

IsClientError returns true when this put userrecording o k response has a 4xx status code

func (*PutUserrecordingOK) IsCode

func (o *PutUserrecordingOK) IsCode(code int) bool

IsCode returns true when this put userrecording o k response a status code equal to that given

func (*PutUserrecordingOK) IsRedirect

func (o *PutUserrecordingOK) IsRedirect() bool

IsRedirect returns true when this put userrecording o k response has a 3xx status code

func (*PutUserrecordingOK) IsServerError

func (o *PutUserrecordingOK) IsServerError() bool

IsServerError returns true when this put userrecording o k response has a 5xx status code

func (*PutUserrecordingOK) IsSuccess

func (o *PutUserrecordingOK) IsSuccess() bool

IsSuccess returns true when this put userrecording o k response has a 2xx status code

func (*PutUserrecordingOK) String

func (o *PutUserrecordingOK) String() string

type PutUserrecordingParams

type PutUserrecordingParams struct {

	/* Body.

	   UserRecording
	*/
	Body *models.UserRecording

	/* Expand.

	   Which fields, if any, to expand.
	*/
	Expand []string

	/* RecordingID.

	   User Recording ID
	*/
	RecordingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutUserrecordingParams contains all the parameters to send to the API endpoint

for the put userrecording operation.

Typically these are written to a http.Request.

func NewPutUserrecordingParams

func NewPutUserrecordingParams() *PutUserrecordingParams

NewPutUserrecordingParams creates a new PutUserrecordingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutUserrecordingParamsWithContext

func NewPutUserrecordingParamsWithContext(ctx context.Context) *PutUserrecordingParams

NewPutUserrecordingParamsWithContext creates a new PutUserrecordingParams object with the ability to set a context for a request.

func NewPutUserrecordingParamsWithHTTPClient

func NewPutUserrecordingParamsWithHTTPClient(client *http.Client) *PutUserrecordingParams

NewPutUserrecordingParamsWithHTTPClient creates a new PutUserrecordingParams object with the ability to set a custom HTTPClient for a request.

func NewPutUserrecordingParamsWithTimeout

func NewPutUserrecordingParamsWithTimeout(timeout time.Duration) *PutUserrecordingParams

NewPutUserrecordingParamsWithTimeout creates a new PutUserrecordingParams object with the ability to set a timeout on a request.

func (*PutUserrecordingParams) SetBody

func (o *PutUserrecordingParams) SetBody(body *models.UserRecording)

SetBody adds the body to the put userrecording params

func (*PutUserrecordingParams) SetContext

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

SetContext adds the context to the put userrecording params

func (*PutUserrecordingParams) SetDefaults

func (o *PutUserrecordingParams) SetDefaults()

SetDefaults hydrates default values in the put userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserrecordingParams) SetExpand

func (o *PutUserrecordingParams) SetExpand(expand []string)

SetExpand adds the expand to the put userrecording params

func (*PutUserrecordingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put userrecording params

func (*PutUserrecordingParams) SetRecordingID

func (o *PutUserrecordingParams) SetRecordingID(recordingID string)

SetRecordingID adds the recordingId to the put userrecording params

func (*PutUserrecordingParams) SetTimeout

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

SetTimeout adds the timeout to the put userrecording params

func (*PutUserrecordingParams) WithBody

WithBody adds the body to the put userrecording params

func (*PutUserrecordingParams) WithContext

WithContext adds the context to the put userrecording params

func (*PutUserrecordingParams) WithDefaults

WithDefaults hydrates default values in the put userrecording params (not the query body).

All values with no default are reset to their zero value.

func (*PutUserrecordingParams) WithExpand

func (o *PutUserrecordingParams) WithExpand(expand []string) *PutUserrecordingParams

WithExpand adds the expand to the put userrecording params

func (*PutUserrecordingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put userrecording params

func (*PutUserrecordingParams) WithRecordingID

func (o *PutUserrecordingParams) WithRecordingID(recordingID string) *PutUserrecordingParams

WithRecordingID adds the recordingID to the put userrecording params

func (*PutUserrecordingParams) WithTimeout

WithTimeout adds the timeout to the put userrecording params

func (*PutUserrecordingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutUserrecordingReader

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

PutUserrecordingReader is a Reader for the PutUserrecording structure.

func (*PutUserrecordingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutUserrecordingRequestEntityTooLarge

type PutUserrecordingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PutUserrecordingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPutUserrecordingRequestEntityTooLarge

func NewPutUserrecordingRequestEntityTooLarge() *PutUserrecordingRequestEntityTooLarge

NewPutUserrecordingRequestEntityTooLarge creates a PutUserrecordingRequestEntityTooLarge with default headers values

func (*PutUserrecordingRequestEntityTooLarge) Error

func (*PutUserrecordingRequestEntityTooLarge) GetPayload

func (*PutUserrecordingRequestEntityTooLarge) IsClientError

func (o *PutUserrecordingRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put userrecording request entity too large response has a 4xx status code

func (*PutUserrecordingRequestEntityTooLarge) IsCode

IsCode returns true when this put userrecording request entity too large response a status code equal to that given

func (*PutUserrecordingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this put userrecording request entity too large response has a 3xx status code

func (*PutUserrecordingRequestEntityTooLarge) IsServerError

func (o *PutUserrecordingRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put userrecording request entity too large response has a 5xx status code

func (*PutUserrecordingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put userrecording request entity too large response has a 2xx status code

func (*PutUserrecordingRequestEntityTooLarge) String

type PutUserrecordingRequestTimeout

type PutUserrecordingRequestTimeout struct {
	Payload *models.ErrorBody
}

PutUserrecordingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPutUserrecordingRequestTimeout

func NewPutUserrecordingRequestTimeout() *PutUserrecordingRequestTimeout

NewPutUserrecordingRequestTimeout creates a PutUserrecordingRequestTimeout with default headers values

func (*PutUserrecordingRequestTimeout) Error

func (*PutUserrecordingRequestTimeout) GetPayload

func (*PutUserrecordingRequestTimeout) IsClientError

func (o *PutUserrecordingRequestTimeout) IsClientError() bool

IsClientError returns true when this put userrecording request timeout response has a 4xx status code

func (*PutUserrecordingRequestTimeout) IsCode

func (o *PutUserrecordingRequestTimeout) IsCode(code int) bool

IsCode returns true when this put userrecording request timeout response a status code equal to that given

func (*PutUserrecordingRequestTimeout) IsRedirect

func (o *PutUserrecordingRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put userrecording request timeout response has a 3xx status code

func (*PutUserrecordingRequestTimeout) IsServerError

func (o *PutUserrecordingRequestTimeout) IsServerError() bool

IsServerError returns true when this put userrecording request timeout response has a 5xx status code

func (*PutUserrecordingRequestTimeout) IsSuccess

func (o *PutUserrecordingRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put userrecording request timeout response has a 2xx status code

func (*PutUserrecordingRequestTimeout) String

type PutUserrecordingServiceUnavailable

type PutUserrecordingServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutUserrecordingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPutUserrecordingServiceUnavailable

func NewPutUserrecordingServiceUnavailable() *PutUserrecordingServiceUnavailable

NewPutUserrecordingServiceUnavailable creates a PutUserrecordingServiceUnavailable with default headers values

func (*PutUserrecordingServiceUnavailable) Error

func (*PutUserrecordingServiceUnavailable) GetPayload

func (*PutUserrecordingServiceUnavailable) IsClientError

func (o *PutUserrecordingServiceUnavailable) IsClientError() bool

IsClientError returns true when this put userrecording service unavailable response has a 4xx status code

func (*PutUserrecordingServiceUnavailable) IsCode

IsCode returns true when this put userrecording service unavailable response a status code equal to that given

func (*PutUserrecordingServiceUnavailable) IsRedirect

func (o *PutUserrecordingServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put userrecording service unavailable response has a 3xx status code

func (*PutUserrecordingServiceUnavailable) IsServerError

func (o *PutUserrecordingServiceUnavailable) IsServerError() bool

IsServerError returns true when this put userrecording service unavailable response has a 5xx status code

func (*PutUserrecordingServiceUnavailable) IsSuccess

IsSuccess returns true when this put userrecording service unavailable response has a 2xx status code

func (*PutUserrecordingServiceUnavailable) String

type PutUserrecordingTooManyRequests

type PutUserrecordingTooManyRequests struct {
	Payload *models.ErrorBody
}

PutUserrecordingTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPutUserrecordingTooManyRequests

func NewPutUserrecordingTooManyRequests() *PutUserrecordingTooManyRequests

NewPutUserrecordingTooManyRequests creates a PutUserrecordingTooManyRequests with default headers values

func (*PutUserrecordingTooManyRequests) Error

func (*PutUserrecordingTooManyRequests) GetPayload

func (*PutUserrecordingTooManyRequests) IsClientError

func (o *PutUserrecordingTooManyRequests) IsClientError() bool

IsClientError returns true when this put userrecording too many requests response has a 4xx status code

func (*PutUserrecordingTooManyRequests) IsCode

func (o *PutUserrecordingTooManyRequests) IsCode(code int) bool

IsCode returns true when this put userrecording too many requests response a status code equal to that given

func (*PutUserrecordingTooManyRequests) IsRedirect

func (o *PutUserrecordingTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put userrecording too many requests response has a 3xx status code

func (*PutUserrecordingTooManyRequests) IsServerError

func (o *PutUserrecordingTooManyRequests) IsServerError() bool

IsServerError returns true when this put userrecording too many requests response has a 5xx status code

func (*PutUserrecordingTooManyRequests) IsSuccess

func (o *PutUserrecordingTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put userrecording too many requests response has a 2xx status code

func (*PutUserrecordingTooManyRequests) String

type PutUserrecordingUnauthorized

type PutUserrecordingUnauthorized struct {
	Payload *models.ErrorBody
}

PutUserrecordingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPutUserrecordingUnauthorized

func NewPutUserrecordingUnauthorized() *PutUserrecordingUnauthorized

NewPutUserrecordingUnauthorized creates a PutUserrecordingUnauthorized with default headers values

func (*PutUserrecordingUnauthorized) Error

func (*PutUserrecordingUnauthorized) GetPayload

func (*PutUserrecordingUnauthorized) IsClientError

func (o *PutUserrecordingUnauthorized) IsClientError() bool

IsClientError returns true when this put userrecording unauthorized response has a 4xx status code

func (*PutUserrecordingUnauthorized) IsCode

func (o *PutUserrecordingUnauthorized) IsCode(code int) bool

IsCode returns true when this put userrecording unauthorized response a status code equal to that given

func (*PutUserrecordingUnauthorized) IsRedirect

func (o *PutUserrecordingUnauthorized) IsRedirect() bool

IsRedirect returns true when this put userrecording unauthorized response has a 3xx status code

func (*PutUserrecordingUnauthorized) IsServerError

func (o *PutUserrecordingUnauthorized) IsServerError() bool

IsServerError returns true when this put userrecording unauthorized response has a 5xx status code

func (*PutUserrecordingUnauthorized) IsSuccess

func (o *PutUserrecordingUnauthorized) IsSuccess() bool

IsSuccess returns true when this put userrecording unauthorized response has a 2xx status code

func (*PutUserrecordingUnauthorized) String

type PutUserrecordingUnsupportedMediaType

type PutUserrecordingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutUserrecordingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPutUserrecordingUnsupportedMediaType

func NewPutUserrecordingUnsupportedMediaType() *PutUserrecordingUnsupportedMediaType

NewPutUserrecordingUnsupportedMediaType creates a PutUserrecordingUnsupportedMediaType with default headers values

func (*PutUserrecordingUnsupportedMediaType) Error

func (*PutUserrecordingUnsupportedMediaType) GetPayload

func (*PutUserrecordingUnsupportedMediaType) IsClientError

func (o *PutUserrecordingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put userrecording unsupported media type response has a 4xx status code

func (*PutUserrecordingUnsupportedMediaType) IsCode

IsCode returns true when this put userrecording unsupported media type response a status code equal to that given

func (*PutUserrecordingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this put userrecording unsupported media type response has a 3xx status code

func (*PutUserrecordingUnsupportedMediaType) IsServerError

func (o *PutUserrecordingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put userrecording unsupported media type response has a 5xx status code

func (*PutUserrecordingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put userrecording unsupported media type response has a 2xx status code

func (*PutUserrecordingUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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