general_data_protection_regulation

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 {
	/*
	   GetGdprRequest gets an existing g d p r request
	*/
	GetGdprRequest(ctx context.Context, params *GetGdprRequestParams) (*GetGdprRequestOK, error)
	/*
	   GetGdprRequests gets all g d p r requests
	*/
	GetGdprRequests(ctx context.Context, params *GetGdprRequestsParams) (*GetGdprRequestsOK, error)
	/*
	   GetGdprSubjects gets g d p r subjects
	*/
	GetGdprSubjects(ctx context.Context, params *GetGdprSubjectsParams) (*GetGdprSubjectsOK, error)
	/*
	   PostGdprRequests submits a new g d p r request
	*/
	PostGdprRequests(ctx context.Context, params *PostGdprRequestsParams) (*PostGdprRequestsOK, *PostGdprRequestsAccepted, error)
}

API is the interface of the general data protection regulation client

type Client

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

Client for general data protection regulation API

func New

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

New creates a new general data protection regulation API client.

func (*Client) GetGdprRequest

func (a *Client) GetGdprRequest(ctx context.Context, params *GetGdprRequestParams) (*GetGdprRequestOK, error)

GetGdprRequest gets an existing g d p r request

func (*Client) GetGdprRequests

func (a *Client) GetGdprRequests(ctx context.Context, params *GetGdprRequestsParams) (*GetGdprRequestsOK, error)

GetGdprRequests gets all g d p r requests

func (*Client) GetGdprSubjects

func (a *Client) GetGdprSubjects(ctx context.Context, params *GetGdprSubjectsParams) (*GetGdprSubjectsOK, error)

GetGdprSubjects gets g d p r subjects

func (*Client) PostGdprRequests

PostGdprRequests submits a new g d p r request

type GetGdprRequestBadRequest

type GetGdprRequestBadRequest struct {
	Payload *models.ErrorBody
}

GetGdprRequestBadRequest 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 NewGetGdprRequestBadRequest

func NewGetGdprRequestBadRequest() *GetGdprRequestBadRequest

NewGetGdprRequestBadRequest creates a GetGdprRequestBadRequest with default headers values

func (*GetGdprRequestBadRequest) Error

func (o *GetGdprRequestBadRequest) Error() string

func (*GetGdprRequestBadRequest) GetPayload

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

func (*GetGdprRequestBadRequest) IsClientError

func (o *GetGdprRequestBadRequest) IsClientError() bool

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

func (*GetGdprRequestBadRequest) IsCode

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

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

func (*GetGdprRequestBadRequest) IsRedirect

func (o *GetGdprRequestBadRequest) IsRedirect() bool

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

func (*GetGdprRequestBadRequest) IsServerError

func (o *GetGdprRequestBadRequest) IsServerError() bool

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

func (*GetGdprRequestBadRequest) IsSuccess

func (o *GetGdprRequestBadRequest) IsSuccess() bool

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

func (*GetGdprRequestBadRequest) String

func (o *GetGdprRequestBadRequest) String() string

type GetGdprRequestForbidden

type GetGdprRequestForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGdprRequestForbidden

func NewGetGdprRequestForbidden() *GetGdprRequestForbidden

NewGetGdprRequestForbidden creates a GetGdprRequestForbidden with default headers values

func (*GetGdprRequestForbidden) Error

func (o *GetGdprRequestForbidden) Error() string

func (*GetGdprRequestForbidden) GetPayload

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

func (*GetGdprRequestForbidden) IsClientError

func (o *GetGdprRequestForbidden) IsClientError() bool

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

func (*GetGdprRequestForbidden) IsCode

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

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

func (*GetGdprRequestForbidden) IsRedirect

func (o *GetGdprRequestForbidden) IsRedirect() bool

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

func (*GetGdprRequestForbidden) IsServerError

func (o *GetGdprRequestForbidden) IsServerError() bool

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

func (*GetGdprRequestForbidden) IsSuccess

func (o *GetGdprRequestForbidden) IsSuccess() bool

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

func (*GetGdprRequestForbidden) String

func (o *GetGdprRequestForbidden) String() string

type GetGdprRequestGatewayTimeout

type GetGdprRequestGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGdprRequestGatewayTimeout

func NewGetGdprRequestGatewayTimeout() *GetGdprRequestGatewayTimeout

NewGetGdprRequestGatewayTimeout creates a GetGdprRequestGatewayTimeout with default headers values

func (*GetGdprRequestGatewayTimeout) Error

func (*GetGdprRequestGatewayTimeout) GetPayload

func (*GetGdprRequestGatewayTimeout) IsClientError

func (o *GetGdprRequestGatewayTimeout) IsClientError() bool

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

func (*GetGdprRequestGatewayTimeout) IsCode

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

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

func (*GetGdprRequestGatewayTimeout) IsRedirect

func (o *GetGdprRequestGatewayTimeout) IsRedirect() bool

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

func (*GetGdprRequestGatewayTimeout) IsServerError

func (o *GetGdprRequestGatewayTimeout) IsServerError() bool

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

func (*GetGdprRequestGatewayTimeout) IsSuccess

func (o *GetGdprRequestGatewayTimeout) IsSuccess() bool

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

func (*GetGdprRequestGatewayTimeout) String

type GetGdprRequestInternalServerError

type GetGdprRequestInternalServerError struct {
	Payload *models.ErrorBody
}

GetGdprRequestInternalServerError 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 NewGetGdprRequestInternalServerError

func NewGetGdprRequestInternalServerError() *GetGdprRequestInternalServerError

NewGetGdprRequestInternalServerError creates a GetGdprRequestInternalServerError with default headers values

func (*GetGdprRequestInternalServerError) Error

func (*GetGdprRequestInternalServerError) GetPayload

func (*GetGdprRequestInternalServerError) IsClientError

func (o *GetGdprRequestInternalServerError) IsClientError() bool

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

func (*GetGdprRequestInternalServerError) IsCode

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

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

func (*GetGdprRequestInternalServerError) IsRedirect

func (o *GetGdprRequestInternalServerError) IsRedirect() bool

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

func (*GetGdprRequestInternalServerError) IsServerError

func (o *GetGdprRequestInternalServerError) IsServerError() bool

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

func (*GetGdprRequestInternalServerError) IsSuccess

func (o *GetGdprRequestInternalServerError) IsSuccess() bool

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

func (*GetGdprRequestInternalServerError) String

type GetGdprRequestNotFound

type GetGdprRequestNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGdprRequestNotFound

func NewGetGdprRequestNotFound() *GetGdprRequestNotFound

NewGetGdprRequestNotFound creates a GetGdprRequestNotFound with default headers values

func (*GetGdprRequestNotFound) Error

func (o *GetGdprRequestNotFound) Error() string

func (*GetGdprRequestNotFound) GetPayload

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

func (*GetGdprRequestNotFound) IsClientError

func (o *GetGdprRequestNotFound) IsClientError() bool

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

func (*GetGdprRequestNotFound) IsCode

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

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

func (*GetGdprRequestNotFound) IsRedirect

func (o *GetGdprRequestNotFound) IsRedirect() bool

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

func (*GetGdprRequestNotFound) IsServerError

func (o *GetGdprRequestNotFound) IsServerError() bool

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

func (*GetGdprRequestNotFound) IsSuccess

func (o *GetGdprRequestNotFound) IsSuccess() bool

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

func (*GetGdprRequestNotFound) String

func (o *GetGdprRequestNotFound) String() string

type GetGdprRequestOK

type GetGdprRequestOK struct {
	Payload *models.GDPRRequest
}

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

successful operation

func NewGetGdprRequestOK

func NewGetGdprRequestOK() *GetGdprRequestOK

NewGetGdprRequestOK creates a GetGdprRequestOK with default headers values

func (*GetGdprRequestOK) Error

func (o *GetGdprRequestOK) Error() string

func (*GetGdprRequestOK) GetPayload

func (o *GetGdprRequestOK) GetPayload() *models.GDPRRequest

func (*GetGdprRequestOK) IsClientError

func (o *GetGdprRequestOK) IsClientError() bool

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

func (*GetGdprRequestOK) IsCode

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

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

func (*GetGdprRequestOK) IsRedirect

func (o *GetGdprRequestOK) IsRedirect() bool

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

func (*GetGdprRequestOK) IsServerError

func (o *GetGdprRequestOK) IsServerError() bool

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

func (*GetGdprRequestOK) IsSuccess

func (o *GetGdprRequestOK) IsSuccess() bool

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

func (*GetGdprRequestOK) String

func (o *GetGdprRequestOK) String() string

type GetGdprRequestParams

type GetGdprRequestParams struct {

	/* RequestID.

	   Request id
	*/
	RequestID string

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

GetGdprRequestParams contains all the parameters to send to the API endpoint

for the get gdpr request operation.

Typically these are written to a http.Request.

func NewGetGdprRequestParams

func NewGetGdprRequestParams() *GetGdprRequestParams

NewGetGdprRequestParams creates a new GetGdprRequestParams 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 NewGetGdprRequestParamsWithContext

func NewGetGdprRequestParamsWithContext(ctx context.Context) *GetGdprRequestParams

NewGetGdprRequestParamsWithContext creates a new GetGdprRequestParams object with the ability to set a context for a request.

func NewGetGdprRequestParamsWithHTTPClient

func NewGetGdprRequestParamsWithHTTPClient(client *http.Client) *GetGdprRequestParams

NewGetGdprRequestParamsWithHTTPClient creates a new GetGdprRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetGdprRequestParamsWithTimeout

func NewGetGdprRequestParamsWithTimeout(timeout time.Duration) *GetGdprRequestParams

NewGetGdprRequestParamsWithTimeout creates a new GetGdprRequestParams object with the ability to set a timeout on a request.

func (*GetGdprRequestParams) SetContext

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

SetContext adds the context to the get gdpr request params

func (*GetGdprRequestParams) SetDefaults

func (o *GetGdprRequestParams) SetDefaults()

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

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

func (*GetGdprRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gdpr request params

func (*GetGdprRequestParams) SetRequestID

func (o *GetGdprRequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the get gdpr request params

func (*GetGdprRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get gdpr request params

func (*GetGdprRequestParams) WithContext

WithContext adds the context to the get gdpr request params

func (*GetGdprRequestParams) WithDefaults

func (o *GetGdprRequestParams) WithDefaults() *GetGdprRequestParams

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

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

func (*GetGdprRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get gdpr request params

func (*GetGdprRequestParams) WithRequestID

func (o *GetGdprRequestParams) WithRequestID(requestID string) *GetGdprRequestParams

WithRequestID adds the requestID to the get gdpr request params

func (*GetGdprRequestParams) WithTimeout

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

WithTimeout adds the timeout to the get gdpr request params

func (*GetGdprRequestParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetGdprRequestReader

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

GetGdprRequestReader is a Reader for the GetGdprRequest structure.

func (*GetGdprRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGdprRequestRequestEntityTooLarge

type GetGdprRequestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprRequestRequestEntityTooLarge

func NewGetGdprRequestRequestEntityTooLarge() *GetGdprRequestRequestEntityTooLarge

NewGetGdprRequestRequestEntityTooLarge creates a GetGdprRequestRequestEntityTooLarge with default headers values

func (*GetGdprRequestRequestEntityTooLarge) Error

func (*GetGdprRequestRequestEntityTooLarge) GetPayload

func (*GetGdprRequestRequestEntityTooLarge) IsClientError

func (o *GetGdprRequestRequestEntityTooLarge) IsClientError() bool

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

func (*GetGdprRequestRequestEntityTooLarge) IsCode

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

func (*GetGdprRequestRequestEntityTooLarge) IsRedirect

func (o *GetGdprRequestRequestEntityTooLarge) IsRedirect() bool

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

func (*GetGdprRequestRequestEntityTooLarge) IsServerError

func (o *GetGdprRequestRequestEntityTooLarge) IsServerError() bool

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

func (*GetGdprRequestRequestEntityTooLarge) IsSuccess

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

func (*GetGdprRequestRequestEntityTooLarge) String

type GetGdprRequestRequestTimeout

type GetGdprRequestRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGdprRequestRequestTimeout 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 NewGetGdprRequestRequestTimeout

func NewGetGdprRequestRequestTimeout() *GetGdprRequestRequestTimeout

NewGetGdprRequestRequestTimeout creates a GetGdprRequestRequestTimeout with default headers values

func (*GetGdprRequestRequestTimeout) Error

func (*GetGdprRequestRequestTimeout) GetPayload

func (*GetGdprRequestRequestTimeout) IsClientError

func (o *GetGdprRequestRequestTimeout) IsClientError() bool

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

func (*GetGdprRequestRequestTimeout) IsCode

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

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

func (*GetGdprRequestRequestTimeout) IsRedirect

func (o *GetGdprRequestRequestTimeout) IsRedirect() bool

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

func (*GetGdprRequestRequestTimeout) IsServerError

func (o *GetGdprRequestRequestTimeout) IsServerError() bool

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

func (*GetGdprRequestRequestTimeout) IsSuccess

func (o *GetGdprRequestRequestTimeout) IsSuccess() bool

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

func (*GetGdprRequestRequestTimeout) String

type GetGdprRequestServiceUnavailable

type GetGdprRequestServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGdprRequestServiceUnavailable 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 NewGetGdprRequestServiceUnavailable

func NewGetGdprRequestServiceUnavailable() *GetGdprRequestServiceUnavailable

NewGetGdprRequestServiceUnavailable creates a GetGdprRequestServiceUnavailable with default headers values

func (*GetGdprRequestServiceUnavailable) Error

func (*GetGdprRequestServiceUnavailable) GetPayload

func (*GetGdprRequestServiceUnavailable) IsClientError

func (o *GetGdprRequestServiceUnavailable) IsClientError() bool

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

func (*GetGdprRequestServiceUnavailable) IsCode

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

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

func (*GetGdprRequestServiceUnavailable) IsRedirect

func (o *GetGdprRequestServiceUnavailable) IsRedirect() bool

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

func (*GetGdprRequestServiceUnavailable) IsServerError

func (o *GetGdprRequestServiceUnavailable) IsServerError() bool

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

func (*GetGdprRequestServiceUnavailable) IsSuccess

func (o *GetGdprRequestServiceUnavailable) IsSuccess() bool

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

func (*GetGdprRequestServiceUnavailable) String

type GetGdprRequestTooManyRequests

type GetGdprRequestTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprRequestTooManyRequests

func NewGetGdprRequestTooManyRequests() *GetGdprRequestTooManyRequests

NewGetGdprRequestTooManyRequests creates a GetGdprRequestTooManyRequests with default headers values

func (*GetGdprRequestTooManyRequests) Error

func (*GetGdprRequestTooManyRequests) GetPayload

func (*GetGdprRequestTooManyRequests) IsClientError

func (o *GetGdprRequestTooManyRequests) IsClientError() bool

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

func (*GetGdprRequestTooManyRequests) IsCode

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

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

func (*GetGdprRequestTooManyRequests) IsRedirect

func (o *GetGdprRequestTooManyRequests) IsRedirect() bool

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

func (*GetGdprRequestTooManyRequests) IsServerError

func (o *GetGdprRequestTooManyRequests) IsServerError() bool

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

func (*GetGdprRequestTooManyRequests) IsSuccess

func (o *GetGdprRequestTooManyRequests) IsSuccess() bool

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

func (*GetGdprRequestTooManyRequests) String

type GetGdprRequestUnauthorized

type GetGdprRequestUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGdprRequestUnauthorized

func NewGetGdprRequestUnauthorized() *GetGdprRequestUnauthorized

NewGetGdprRequestUnauthorized creates a GetGdprRequestUnauthorized with default headers values

func (*GetGdprRequestUnauthorized) Error

func (*GetGdprRequestUnauthorized) GetPayload

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

func (*GetGdprRequestUnauthorized) IsClientError

func (o *GetGdprRequestUnauthorized) IsClientError() bool

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

func (*GetGdprRequestUnauthorized) IsCode

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

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

func (*GetGdprRequestUnauthorized) IsRedirect

func (o *GetGdprRequestUnauthorized) IsRedirect() bool

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

func (*GetGdprRequestUnauthorized) IsServerError

func (o *GetGdprRequestUnauthorized) IsServerError() bool

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

func (*GetGdprRequestUnauthorized) IsSuccess

func (o *GetGdprRequestUnauthorized) IsSuccess() bool

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

func (*GetGdprRequestUnauthorized) String

func (o *GetGdprRequestUnauthorized) String() string

type GetGdprRequestUnsupportedMediaType

type GetGdprRequestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGdprRequestUnsupportedMediaType 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 NewGetGdprRequestUnsupportedMediaType

func NewGetGdprRequestUnsupportedMediaType() *GetGdprRequestUnsupportedMediaType

NewGetGdprRequestUnsupportedMediaType creates a GetGdprRequestUnsupportedMediaType with default headers values

func (*GetGdprRequestUnsupportedMediaType) Error

func (*GetGdprRequestUnsupportedMediaType) GetPayload

func (*GetGdprRequestUnsupportedMediaType) IsClientError

func (o *GetGdprRequestUnsupportedMediaType) IsClientError() bool

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

func (*GetGdprRequestUnsupportedMediaType) IsCode

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

func (*GetGdprRequestUnsupportedMediaType) IsRedirect

func (o *GetGdprRequestUnsupportedMediaType) IsRedirect() bool

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

func (*GetGdprRequestUnsupportedMediaType) IsServerError

func (o *GetGdprRequestUnsupportedMediaType) IsServerError() bool

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

func (*GetGdprRequestUnsupportedMediaType) IsSuccess

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

func (*GetGdprRequestUnsupportedMediaType) String

type GetGdprRequestsBadRequest

type GetGdprRequestsBadRequest struct {
	Payload *models.ErrorBody
}

GetGdprRequestsBadRequest 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 NewGetGdprRequestsBadRequest

func NewGetGdprRequestsBadRequest() *GetGdprRequestsBadRequest

NewGetGdprRequestsBadRequest creates a GetGdprRequestsBadRequest with default headers values

func (*GetGdprRequestsBadRequest) Error

func (o *GetGdprRequestsBadRequest) Error() string

func (*GetGdprRequestsBadRequest) GetPayload

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

func (*GetGdprRequestsBadRequest) IsClientError

func (o *GetGdprRequestsBadRequest) IsClientError() bool

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

func (*GetGdprRequestsBadRequest) IsCode

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

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

func (*GetGdprRequestsBadRequest) IsRedirect

func (o *GetGdprRequestsBadRequest) IsRedirect() bool

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

func (*GetGdprRequestsBadRequest) IsServerError

func (o *GetGdprRequestsBadRequest) IsServerError() bool

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

func (*GetGdprRequestsBadRequest) IsSuccess

func (o *GetGdprRequestsBadRequest) IsSuccess() bool

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

func (*GetGdprRequestsBadRequest) String

func (o *GetGdprRequestsBadRequest) String() string

type GetGdprRequestsForbidden

type GetGdprRequestsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGdprRequestsForbidden

func NewGetGdprRequestsForbidden() *GetGdprRequestsForbidden

NewGetGdprRequestsForbidden creates a GetGdprRequestsForbidden with default headers values

func (*GetGdprRequestsForbidden) Error

func (o *GetGdprRequestsForbidden) Error() string

func (*GetGdprRequestsForbidden) GetPayload

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

func (*GetGdprRequestsForbidden) IsClientError

func (o *GetGdprRequestsForbidden) IsClientError() bool

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

func (*GetGdprRequestsForbidden) IsCode

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

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

func (*GetGdprRequestsForbidden) IsRedirect

func (o *GetGdprRequestsForbidden) IsRedirect() bool

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

func (*GetGdprRequestsForbidden) IsServerError

func (o *GetGdprRequestsForbidden) IsServerError() bool

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

func (*GetGdprRequestsForbidden) IsSuccess

func (o *GetGdprRequestsForbidden) IsSuccess() bool

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

func (*GetGdprRequestsForbidden) String

func (o *GetGdprRequestsForbidden) String() string

type GetGdprRequestsGatewayTimeout

type GetGdprRequestsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGdprRequestsGatewayTimeout

func NewGetGdprRequestsGatewayTimeout() *GetGdprRequestsGatewayTimeout

NewGetGdprRequestsGatewayTimeout creates a GetGdprRequestsGatewayTimeout with default headers values

func (*GetGdprRequestsGatewayTimeout) Error

func (*GetGdprRequestsGatewayTimeout) GetPayload

func (*GetGdprRequestsGatewayTimeout) IsClientError

func (o *GetGdprRequestsGatewayTimeout) IsClientError() bool

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

func (*GetGdprRequestsGatewayTimeout) IsCode

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

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

func (*GetGdprRequestsGatewayTimeout) IsRedirect

func (o *GetGdprRequestsGatewayTimeout) IsRedirect() bool

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

func (*GetGdprRequestsGatewayTimeout) IsServerError

func (o *GetGdprRequestsGatewayTimeout) IsServerError() bool

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

func (*GetGdprRequestsGatewayTimeout) IsSuccess

func (o *GetGdprRequestsGatewayTimeout) IsSuccess() bool

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

func (*GetGdprRequestsGatewayTimeout) String

type GetGdprRequestsInternalServerError

type GetGdprRequestsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGdprRequestsInternalServerError 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 NewGetGdprRequestsInternalServerError

func NewGetGdprRequestsInternalServerError() *GetGdprRequestsInternalServerError

NewGetGdprRequestsInternalServerError creates a GetGdprRequestsInternalServerError with default headers values

func (*GetGdprRequestsInternalServerError) Error

func (*GetGdprRequestsInternalServerError) GetPayload

func (*GetGdprRequestsInternalServerError) IsClientError

func (o *GetGdprRequestsInternalServerError) IsClientError() bool

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

func (*GetGdprRequestsInternalServerError) IsCode

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

func (*GetGdprRequestsInternalServerError) IsRedirect

func (o *GetGdprRequestsInternalServerError) IsRedirect() bool

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

func (*GetGdprRequestsInternalServerError) IsServerError

func (o *GetGdprRequestsInternalServerError) IsServerError() bool

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

func (*GetGdprRequestsInternalServerError) IsSuccess

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

func (*GetGdprRequestsInternalServerError) String

type GetGdprRequestsNotFound

type GetGdprRequestsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGdprRequestsNotFound

func NewGetGdprRequestsNotFound() *GetGdprRequestsNotFound

NewGetGdprRequestsNotFound creates a GetGdprRequestsNotFound with default headers values

func (*GetGdprRequestsNotFound) Error

func (o *GetGdprRequestsNotFound) Error() string

func (*GetGdprRequestsNotFound) GetPayload

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

func (*GetGdprRequestsNotFound) IsClientError

func (o *GetGdprRequestsNotFound) IsClientError() bool

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

func (*GetGdprRequestsNotFound) IsCode

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

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

func (*GetGdprRequestsNotFound) IsRedirect

func (o *GetGdprRequestsNotFound) IsRedirect() bool

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

func (*GetGdprRequestsNotFound) IsServerError

func (o *GetGdprRequestsNotFound) IsServerError() bool

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

func (*GetGdprRequestsNotFound) IsSuccess

func (o *GetGdprRequestsNotFound) IsSuccess() bool

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

func (*GetGdprRequestsNotFound) String

func (o *GetGdprRequestsNotFound) String() string

type GetGdprRequestsOK

type GetGdprRequestsOK struct {
	Payload *models.GDPRRequestEntityListing
}

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

successful operation

func NewGetGdprRequestsOK

func NewGetGdprRequestsOK() *GetGdprRequestsOK

NewGetGdprRequestsOK creates a GetGdprRequestsOK with default headers values

func (*GetGdprRequestsOK) Error

func (o *GetGdprRequestsOK) Error() string

func (*GetGdprRequestsOK) GetPayload

func (*GetGdprRequestsOK) IsClientError

func (o *GetGdprRequestsOK) IsClientError() bool

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

func (*GetGdprRequestsOK) IsCode

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

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

func (*GetGdprRequestsOK) IsRedirect

func (o *GetGdprRequestsOK) IsRedirect() bool

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

func (*GetGdprRequestsOK) IsServerError

func (o *GetGdprRequestsOK) IsServerError() bool

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

func (*GetGdprRequestsOK) IsSuccess

func (o *GetGdprRequestsOK) IsSuccess() bool

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

func (*GetGdprRequestsOK) String

func (o *GetGdprRequestsOK) String() string

type GetGdprRequestsParams

type GetGdprRequestsParams struct {

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

GetGdprRequestsParams contains all the parameters to send to the API endpoint

for the get gdpr requests operation.

Typically these are written to a http.Request.

func NewGetGdprRequestsParams

func NewGetGdprRequestsParams() *GetGdprRequestsParams

NewGetGdprRequestsParams creates a new GetGdprRequestsParams 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 NewGetGdprRequestsParamsWithContext

func NewGetGdprRequestsParamsWithContext(ctx context.Context) *GetGdprRequestsParams

NewGetGdprRequestsParamsWithContext creates a new GetGdprRequestsParams object with the ability to set a context for a request.

func NewGetGdprRequestsParamsWithHTTPClient

func NewGetGdprRequestsParamsWithHTTPClient(client *http.Client) *GetGdprRequestsParams

NewGetGdprRequestsParamsWithHTTPClient creates a new GetGdprRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGdprRequestsParamsWithTimeout

func NewGetGdprRequestsParamsWithTimeout(timeout time.Duration) *GetGdprRequestsParams

NewGetGdprRequestsParamsWithTimeout creates a new GetGdprRequestsParams object with the ability to set a timeout on a request.

func (*GetGdprRequestsParams) SetContext

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

SetContext adds the context to the get gdpr requests params

func (*GetGdprRequestsParams) SetDefaults

func (o *GetGdprRequestsParams) SetDefaults()

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

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

func (*GetGdprRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gdpr requests params

func (*GetGdprRequestsParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get gdpr requests params

func (*GetGdprRequestsParams) SetPageSize

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

SetPageSize adds the pageSize to the get gdpr requests params

func (*GetGdprRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the get gdpr requests params

func (*GetGdprRequestsParams) WithContext

WithContext adds the context to the get gdpr requests params

func (*GetGdprRequestsParams) WithDefaults

func (o *GetGdprRequestsParams) WithDefaults() *GetGdprRequestsParams

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

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

func (*GetGdprRequestsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get gdpr requests params

func (*GetGdprRequestsParams) WithPageNumber

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

WithPageNumber adds the pageNumber to the get gdpr requests params

func (*GetGdprRequestsParams) WithPageSize

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

WithPageSize adds the pageSize to the get gdpr requests params

func (*GetGdprRequestsParams) WithTimeout

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

WithTimeout adds the timeout to the get gdpr requests params

func (*GetGdprRequestsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetGdprRequestsReader

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

GetGdprRequestsReader is a Reader for the GetGdprRequests structure.

func (*GetGdprRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGdprRequestsRequestEntityTooLarge

type GetGdprRequestsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprRequestsRequestEntityTooLarge

func NewGetGdprRequestsRequestEntityTooLarge() *GetGdprRequestsRequestEntityTooLarge

NewGetGdprRequestsRequestEntityTooLarge creates a GetGdprRequestsRequestEntityTooLarge with default headers values

func (*GetGdprRequestsRequestEntityTooLarge) Error

func (*GetGdprRequestsRequestEntityTooLarge) GetPayload

func (*GetGdprRequestsRequestEntityTooLarge) IsClientError

func (o *GetGdprRequestsRequestEntityTooLarge) IsClientError() bool

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

func (*GetGdprRequestsRequestEntityTooLarge) IsCode

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

func (*GetGdprRequestsRequestEntityTooLarge) IsRedirect

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

func (*GetGdprRequestsRequestEntityTooLarge) IsServerError

func (o *GetGdprRequestsRequestEntityTooLarge) IsServerError() bool

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

func (*GetGdprRequestsRequestEntityTooLarge) IsSuccess

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

func (*GetGdprRequestsRequestEntityTooLarge) String

type GetGdprRequestsRequestTimeout

type GetGdprRequestsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGdprRequestsRequestTimeout 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 NewGetGdprRequestsRequestTimeout

func NewGetGdprRequestsRequestTimeout() *GetGdprRequestsRequestTimeout

NewGetGdprRequestsRequestTimeout creates a GetGdprRequestsRequestTimeout with default headers values

func (*GetGdprRequestsRequestTimeout) Error

func (*GetGdprRequestsRequestTimeout) GetPayload

func (*GetGdprRequestsRequestTimeout) IsClientError

func (o *GetGdprRequestsRequestTimeout) IsClientError() bool

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

func (*GetGdprRequestsRequestTimeout) IsCode

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

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

func (*GetGdprRequestsRequestTimeout) IsRedirect

func (o *GetGdprRequestsRequestTimeout) IsRedirect() bool

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

func (*GetGdprRequestsRequestTimeout) IsServerError

func (o *GetGdprRequestsRequestTimeout) IsServerError() bool

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

func (*GetGdprRequestsRequestTimeout) IsSuccess

func (o *GetGdprRequestsRequestTimeout) IsSuccess() bool

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

func (*GetGdprRequestsRequestTimeout) String

type GetGdprRequestsServiceUnavailable

type GetGdprRequestsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGdprRequestsServiceUnavailable 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 NewGetGdprRequestsServiceUnavailable

func NewGetGdprRequestsServiceUnavailable() *GetGdprRequestsServiceUnavailable

NewGetGdprRequestsServiceUnavailable creates a GetGdprRequestsServiceUnavailable with default headers values

func (*GetGdprRequestsServiceUnavailable) Error

func (*GetGdprRequestsServiceUnavailable) GetPayload

func (*GetGdprRequestsServiceUnavailable) IsClientError

func (o *GetGdprRequestsServiceUnavailable) IsClientError() bool

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

func (*GetGdprRequestsServiceUnavailable) IsCode

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

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

func (*GetGdprRequestsServiceUnavailable) IsRedirect

func (o *GetGdprRequestsServiceUnavailable) IsRedirect() bool

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

func (*GetGdprRequestsServiceUnavailable) IsServerError

func (o *GetGdprRequestsServiceUnavailable) IsServerError() bool

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

func (*GetGdprRequestsServiceUnavailable) IsSuccess

func (o *GetGdprRequestsServiceUnavailable) IsSuccess() bool

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

func (*GetGdprRequestsServiceUnavailable) String

type GetGdprRequestsTooManyRequests

type GetGdprRequestsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprRequestsTooManyRequests

func NewGetGdprRequestsTooManyRequests() *GetGdprRequestsTooManyRequests

NewGetGdprRequestsTooManyRequests creates a GetGdprRequestsTooManyRequests with default headers values

func (*GetGdprRequestsTooManyRequests) Error

func (*GetGdprRequestsTooManyRequests) GetPayload

func (*GetGdprRequestsTooManyRequests) IsClientError

func (o *GetGdprRequestsTooManyRequests) IsClientError() bool

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

func (*GetGdprRequestsTooManyRequests) IsCode

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

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

func (*GetGdprRequestsTooManyRequests) IsRedirect

func (o *GetGdprRequestsTooManyRequests) IsRedirect() bool

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

func (*GetGdprRequestsTooManyRequests) IsServerError

func (o *GetGdprRequestsTooManyRequests) IsServerError() bool

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

func (*GetGdprRequestsTooManyRequests) IsSuccess

func (o *GetGdprRequestsTooManyRequests) IsSuccess() bool

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

func (*GetGdprRequestsTooManyRequests) String

type GetGdprRequestsUnauthorized

type GetGdprRequestsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGdprRequestsUnauthorized

func NewGetGdprRequestsUnauthorized() *GetGdprRequestsUnauthorized

NewGetGdprRequestsUnauthorized creates a GetGdprRequestsUnauthorized with default headers values

func (*GetGdprRequestsUnauthorized) Error

func (*GetGdprRequestsUnauthorized) GetPayload

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

func (*GetGdprRequestsUnauthorized) IsClientError

func (o *GetGdprRequestsUnauthorized) IsClientError() bool

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

func (*GetGdprRequestsUnauthorized) IsCode

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

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

func (*GetGdprRequestsUnauthorized) IsRedirect

func (o *GetGdprRequestsUnauthorized) IsRedirect() bool

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

func (*GetGdprRequestsUnauthorized) IsServerError

func (o *GetGdprRequestsUnauthorized) IsServerError() bool

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

func (*GetGdprRequestsUnauthorized) IsSuccess

func (o *GetGdprRequestsUnauthorized) IsSuccess() bool

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

func (*GetGdprRequestsUnauthorized) String

func (o *GetGdprRequestsUnauthorized) String() string

type GetGdprRequestsUnsupportedMediaType

type GetGdprRequestsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGdprRequestsUnsupportedMediaType 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 NewGetGdprRequestsUnsupportedMediaType

func NewGetGdprRequestsUnsupportedMediaType() *GetGdprRequestsUnsupportedMediaType

NewGetGdprRequestsUnsupportedMediaType creates a GetGdprRequestsUnsupportedMediaType with default headers values

func (*GetGdprRequestsUnsupportedMediaType) Error

func (*GetGdprRequestsUnsupportedMediaType) GetPayload

func (*GetGdprRequestsUnsupportedMediaType) IsClientError

func (o *GetGdprRequestsUnsupportedMediaType) IsClientError() bool

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

func (*GetGdprRequestsUnsupportedMediaType) IsCode

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

func (*GetGdprRequestsUnsupportedMediaType) IsRedirect

func (o *GetGdprRequestsUnsupportedMediaType) IsRedirect() bool

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

func (*GetGdprRequestsUnsupportedMediaType) IsServerError

func (o *GetGdprRequestsUnsupportedMediaType) IsServerError() bool

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

func (*GetGdprRequestsUnsupportedMediaType) IsSuccess

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

func (*GetGdprRequestsUnsupportedMediaType) String

type GetGdprSubjectsBadRequest

type GetGdprSubjectsBadRequest struct {
	Payload *models.ErrorBody
}

GetGdprSubjectsBadRequest 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 NewGetGdprSubjectsBadRequest

func NewGetGdprSubjectsBadRequest() *GetGdprSubjectsBadRequest

NewGetGdprSubjectsBadRequest creates a GetGdprSubjectsBadRequest with default headers values

func (*GetGdprSubjectsBadRequest) Error

func (o *GetGdprSubjectsBadRequest) Error() string

func (*GetGdprSubjectsBadRequest) GetPayload

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

func (*GetGdprSubjectsBadRequest) IsClientError

func (o *GetGdprSubjectsBadRequest) IsClientError() bool

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

func (*GetGdprSubjectsBadRequest) IsCode

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

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

func (*GetGdprSubjectsBadRequest) IsRedirect

func (o *GetGdprSubjectsBadRequest) IsRedirect() bool

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

func (*GetGdprSubjectsBadRequest) IsServerError

func (o *GetGdprSubjectsBadRequest) IsServerError() bool

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

func (*GetGdprSubjectsBadRequest) IsSuccess

func (o *GetGdprSubjectsBadRequest) IsSuccess() bool

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

func (*GetGdprSubjectsBadRequest) String

func (o *GetGdprSubjectsBadRequest) String() string

type GetGdprSubjectsForbidden

type GetGdprSubjectsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetGdprSubjectsForbidden

func NewGetGdprSubjectsForbidden() *GetGdprSubjectsForbidden

NewGetGdprSubjectsForbidden creates a GetGdprSubjectsForbidden with default headers values

func (*GetGdprSubjectsForbidden) Error

func (o *GetGdprSubjectsForbidden) Error() string

func (*GetGdprSubjectsForbidden) GetPayload

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

func (*GetGdprSubjectsForbidden) IsClientError

func (o *GetGdprSubjectsForbidden) IsClientError() bool

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

func (*GetGdprSubjectsForbidden) IsCode

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

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

func (*GetGdprSubjectsForbidden) IsRedirect

func (o *GetGdprSubjectsForbidden) IsRedirect() bool

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

func (*GetGdprSubjectsForbidden) IsServerError

func (o *GetGdprSubjectsForbidden) IsServerError() bool

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

func (*GetGdprSubjectsForbidden) IsSuccess

func (o *GetGdprSubjectsForbidden) IsSuccess() bool

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

func (*GetGdprSubjectsForbidden) String

func (o *GetGdprSubjectsForbidden) String() string

type GetGdprSubjectsGatewayTimeout

type GetGdprSubjectsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetGdprSubjectsGatewayTimeout

func NewGetGdprSubjectsGatewayTimeout() *GetGdprSubjectsGatewayTimeout

NewGetGdprSubjectsGatewayTimeout creates a GetGdprSubjectsGatewayTimeout with default headers values

func (*GetGdprSubjectsGatewayTimeout) Error

func (*GetGdprSubjectsGatewayTimeout) GetPayload

func (*GetGdprSubjectsGatewayTimeout) IsClientError

func (o *GetGdprSubjectsGatewayTimeout) IsClientError() bool

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

func (*GetGdprSubjectsGatewayTimeout) IsCode

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

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

func (*GetGdprSubjectsGatewayTimeout) IsRedirect

func (o *GetGdprSubjectsGatewayTimeout) IsRedirect() bool

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

func (*GetGdprSubjectsGatewayTimeout) IsServerError

func (o *GetGdprSubjectsGatewayTimeout) IsServerError() bool

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

func (*GetGdprSubjectsGatewayTimeout) IsSuccess

func (o *GetGdprSubjectsGatewayTimeout) IsSuccess() bool

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

func (*GetGdprSubjectsGatewayTimeout) String

type GetGdprSubjectsInternalServerError

type GetGdprSubjectsInternalServerError struct {
	Payload *models.ErrorBody
}

GetGdprSubjectsInternalServerError 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 NewGetGdprSubjectsInternalServerError

func NewGetGdprSubjectsInternalServerError() *GetGdprSubjectsInternalServerError

NewGetGdprSubjectsInternalServerError creates a GetGdprSubjectsInternalServerError with default headers values

func (*GetGdprSubjectsInternalServerError) Error

func (*GetGdprSubjectsInternalServerError) GetPayload

func (*GetGdprSubjectsInternalServerError) IsClientError

func (o *GetGdprSubjectsInternalServerError) IsClientError() bool

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

func (*GetGdprSubjectsInternalServerError) IsCode

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

func (*GetGdprSubjectsInternalServerError) IsRedirect

func (o *GetGdprSubjectsInternalServerError) IsRedirect() bool

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

func (*GetGdprSubjectsInternalServerError) IsServerError

func (o *GetGdprSubjectsInternalServerError) IsServerError() bool

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

func (*GetGdprSubjectsInternalServerError) IsSuccess

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

func (*GetGdprSubjectsInternalServerError) String

type GetGdprSubjectsNotFound

type GetGdprSubjectsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetGdprSubjectsNotFound

func NewGetGdprSubjectsNotFound() *GetGdprSubjectsNotFound

NewGetGdprSubjectsNotFound creates a GetGdprSubjectsNotFound with default headers values

func (*GetGdprSubjectsNotFound) Error

func (o *GetGdprSubjectsNotFound) Error() string

func (*GetGdprSubjectsNotFound) GetPayload

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

func (*GetGdprSubjectsNotFound) IsClientError

func (o *GetGdprSubjectsNotFound) IsClientError() bool

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

func (*GetGdprSubjectsNotFound) IsCode

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

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

func (*GetGdprSubjectsNotFound) IsRedirect

func (o *GetGdprSubjectsNotFound) IsRedirect() bool

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

func (*GetGdprSubjectsNotFound) IsServerError

func (o *GetGdprSubjectsNotFound) IsServerError() bool

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

func (*GetGdprSubjectsNotFound) IsSuccess

func (o *GetGdprSubjectsNotFound) IsSuccess() bool

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

func (*GetGdprSubjectsNotFound) String

func (o *GetGdprSubjectsNotFound) String() string

type GetGdprSubjectsOK

type GetGdprSubjectsOK struct {
	Payload *models.GDPRSubjectEntityListing
}

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

successful operation

func NewGetGdprSubjectsOK

func NewGetGdprSubjectsOK() *GetGdprSubjectsOK

NewGetGdprSubjectsOK creates a GetGdprSubjectsOK with default headers values

func (*GetGdprSubjectsOK) Error

func (o *GetGdprSubjectsOK) Error() string

func (*GetGdprSubjectsOK) GetPayload

func (*GetGdprSubjectsOK) IsClientError

func (o *GetGdprSubjectsOK) IsClientError() bool

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

func (*GetGdprSubjectsOK) IsCode

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

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

func (*GetGdprSubjectsOK) IsRedirect

func (o *GetGdprSubjectsOK) IsRedirect() bool

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

func (*GetGdprSubjectsOK) IsServerError

func (o *GetGdprSubjectsOK) IsServerError() bool

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

func (*GetGdprSubjectsOK) IsSuccess

func (o *GetGdprSubjectsOK) IsSuccess() bool

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

func (*GetGdprSubjectsOK) String

func (o *GetGdprSubjectsOK) String() string

type GetGdprSubjectsParams

type GetGdprSubjectsParams struct {

	/* SearchType.

	   Search Type
	*/
	SearchType string

	/* SearchValue.

	   Search Value
	*/
	SearchValue string

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

GetGdprSubjectsParams contains all the parameters to send to the API endpoint

for the get gdpr subjects operation.

Typically these are written to a http.Request.

func NewGetGdprSubjectsParams

func NewGetGdprSubjectsParams() *GetGdprSubjectsParams

NewGetGdprSubjectsParams creates a new GetGdprSubjectsParams 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 NewGetGdprSubjectsParamsWithContext

func NewGetGdprSubjectsParamsWithContext(ctx context.Context) *GetGdprSubjectsParams

NewGetGdprSubjectsParamsWithContext creates a new GetGdprSubjectsParams object with the ability to set a context for a request.

func NewGetGdprSubjectsParamsWithHTTPClient

func NewGetGdprSubjectsParamsWithHTTPClient(client *http.Client) *GetGdprSubjectsParams

NewGetGdprSubjectsParamsWithHTTPClient creates a new GetGdprSubjectsParams object with the ability to set a custom HTTPClient for a request.

func NewGetGdprSubjectsParamsWithTimeout

func NewGetGdprSubjectsParamsWithTimeout(timeout time.Duration) *GetGdprSubjectsParams

NewGetGdprSubjectsParamsWithTimeout creates a new GetGdprSubjectsParams object with the ability to set a timeout on a request.

func (*GetGdprSubjectsParams) SetContext

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

SetContext adds the context to the get gdpr subjects params

func (*GetGdprSubjectsParams) SetDefaults

func (o *GetGdprSubjectsParams) SetDefaults()

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

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

func (*GetGdprSubjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gdpr subjects params

func (*GetGdprSubjectsParams) SetSearchType

func (o *GetGdprSubjectsParams) SetSearchType(searchType string)

SetSearchType adds the searchType to the get gdpr subjects params

func (*GetGdprSubjectsParams) SetSearchValue

func (o *GetGdprSubjectsParams) SetSearchValue(searchValue string)

SetSearchValue adds the searchValue to the get gdpr subjects params

func (*GetGdprSubjectsParams) SetTimeout

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

SetTimeout adds the timeout to the get gdpr subjects params

func (*GetGdprSubjectsParams) WithContext

WithContext adds the context to the get gdpr subjects params

func (*GetGdprSubjectsParams) WithDefaults

func (o *GetGdprSubjectsParams) WithDefaults() *GetGdprSubjectsParams

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

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

func (*GetGdprSubjectsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get gdpr subjects params

func (*GetGdprSubjectsParams) WithSearchType

func (o *GetGdprSubjectsParams) WithSearchType(searchType string) *GetGdprSubjectsParams

WithSearchType adds the searchType to the get gdpr subjects params

func (*GetGdprSubjectsParams) WithSearchValue

func (o *GetGdprSubjectsParams) WithSearchValue(searchValue string) *GetGdprSubjectsParams

WithSearchValue adds the searchValue to the get gdpr subjects params

func (*GetGdprSubjectsParams) WithTimeout

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

WithTimeout adds the timeout to the get gdpr subjects params

func (*GetGdprSubjectsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetGdprSubjectsReader

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

GetGdprSubjectsReader is a Reader for the GetGdprSubjects structure.

func (*GetGdprSubjectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGdprSubjectsRequestEntityTooLarge

type GetGdprSubjectsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprSubjectsRequestEntityTooLarge

func NewGetGdprSubjectsRequestEntityTooLarge() *GetGdprSubjectsRequestEntityTooLarge

NewGetGdprSubjectsRequestEntityTooLarge creates a GetGdprSubjectsRequestEntityTooLarge with default headers values

func (*GetGdprSubjectsRequestEntityTooLarge) Error

func (*GetGdprSubjectsRequestEntityTooLarge) GetPayload

func (*GetGdprSubjectsRequestEntityTooLarge) IsClientError

func (o *GetGdprSubjectsRequestEntityTooLarge) IsClientError() bool

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

func (*GetGdprSubjectsRequestEntityTooLarge) IsCode

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

func (*GetGdprSubjectsRequestEntityTooLarge) IsRedirect

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

func (*GetGdprSubjectsRequestEntityTooLarge) IsServerError

func (o *GetGdprSubjectsRequestEntityTooLarge) IsServerError() bool

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

func (*GetGdprSubjectsRequestEntityTooLarge) IsSuccess

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

func (*GetGdprSubjectsRequestEntityTooLarge) String

type GetGdprSubjectsRequestTimeout

type GetGdprSubjectsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetGdprSubjectsRequestTimeout 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 NewGetGdprSubjectsRequestTimeout

func NewGetGdprSubjectsRequestTimeout() *GetGdprSubjectsRequestTimeout

NewGetGdprSubjectsRequestTimeout creates a GetGdprSubjectsRequestTimeout with default headers values

func (*GetGdprSubjectsRequestTimeout) Error

func (*GetGdprSubjectsRequestTimeout) GetPayload

func (*GetGdprSubjectsRequestTimeout) IsClientError

func (o *GetGdprSubjectsRequestTimeout) IsClientError() bool

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

func (*GetGdprSubjectsRequestTimeout) IsCode

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

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

func (*GetGdprSubjectsRequestTimeout) IsRedirect

func (o *GetGdprSubjectsRequestTimeout) IsRedirect() bool

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

func (*GetGdprSubjectsRequestTimeout) IsServerError

func (o *GetGdprSubjectsRequestTimeout) IsServerError() bool

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

func (*GetGdprSubjectsRequestTimeout) IsSuccess

func (o *GetGdprSubjectsRequestTimeout) IsSuccess() bool

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

func (*GetGdprSubjectsRequestTimeout) String

type GetGdprSubjectsServiceUnavailable

type GetGdprSubjectsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetGdprSubjectsServiceUnavailable 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 NewGetGdprSubjectsServiceUnavailable

func NewGetGdprSubjectsServiceUnavailable() *GetGdprSubjectsServiceUnavailable

NewGetGdprSubjectsServiceUnavailable creates a GetGdprSubjectsServiceUnavailable with default headers values

func (*GetGdprSubjectsServiceUnavailable) Error

func (*GetGdprSubjectsServiceUnavailable) GetPayload

func (*GetGdprSubjectsServiceUnavailable) IsClientError

func (o *GetGdprSubjectsServiceUnavailable) IsClientError() bool

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

func (*GetGdprSubjectsServiceUnavailable) IsCode

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

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

func (*GetGdprSubjectsServiceUnavailable) IsRedirect

func (o *GetGdprSubjectsServiceUnavailable) IsRedirect() bool

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

func (*GetGdprSubjectsServiceUnavailable) IsServerError

func (o *GetGdprSubjectsServiceUnavailable) IsServerError() bool

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

func (*GetGdprSubjectsServiceUnavailable) IsSuccess

func (o *GetGdprSubjectsServiceUnavailable) IsSuccess() bool

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

func (*GetGdprSubjectsServiceUnavailable) String

type GetGdprSubjectsTooManyRequests

type GetGdprSubjectsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetGdprSubjectsTooManyRequests

func NewGetGdprSubjectsTooManyRequests() *GetGdprSubjectsTooManyRequests

NewGetGdprSubjectsTooManyRequests creates a GetGdprSubjectsTooManyRequests with default headers values

func (*GetGdprSubjectsTooManyRequests) Error

func (*GetGdprSubjectsTooManyRequests) GetPayload

func (*GetGdprSubjectsTooManyRequests) IsClientError

func (o *GetGdprSubjectsTooManyRequests) IsClientError() bool

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

func (*GetGdprSubjectsTooManyRequests) IsCode

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

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

func (*GetGdprSubjectsTooManyRequests) IsRedirect

func (o *GetGdprSubjectsTooManyRequests) IsRedirect() bool

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

func (*GetGdprSubjectsTooManyRequests) IsServerError

func (o *GetGdprSubjectsTooManyRequests) IsServerError() bool

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

func (*GetGdprSubjectsTooManyRequests) IsSuccess

func (o *GetGdprSubjectsTooManyRequests) IsSuccess() bool

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

func (*GetGdprSubjectsTooManyRequests) String

type GetGdprSubjectsUnauthorized

type GetGdprSubjectsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetGdprSubjectsUnauthorized

func NewGetGdprSubjectsUnauthorized() *GetGdprSubjectsUnauthorized

NewGetGdprSubjectsUnauthorized creates a GetGdprSubjectsUnauthorized with default headers values

func (*GetGdprSubjectsUnauthorized) Error

func (*GetGdprSubjectsUnauthorized) GetPayload

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

func (*GetGdprSubjectsUnauthorized) IsClientError

func (o *GetGdprSubjectsUnauthorized) IsClientError() bool

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

func (*GetGdprSubjectsUnauthorized) IsCode

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

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

func (*GetGdprSubjectsUnauthorized) IsRedirect

func (o *GetGdprSubjectsUnauthorized) IsRedirect() bool

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

func (*GetGdprSubjectsUnauthorized) IsServerError

func (o *GetGdprSubjectsUnauthorized) IsServerError() bool

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

func (*GetGdprSubjectsUnauthorized) IsSuccess

func (o *GetGdprSubjectsUnauthorized) IsSuccess() bool

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

func (*GetGdprSubjectsUnauthorized) String

func (o *GetGdprSubjectsUnauthorized) String() string

type GetGdprSubjectsUnsupportedMediaType

type GetGdprSubjectsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetGdprSubjectsUnsupportedMediaType 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 NewGetGdprSubjectsUnsupportedMediaType

func NewGetGdprSubjectsUnsupportedMediaType() *GetGdprSubjectsUnsupportedMediaType

NewGetGdprSubjectsUnsupportedMediaType creates a GetGdprSubjectsUnsupportedMediaType with default headers values

func (*GetGdprSubjectsUnsupportedMediaType) Error

func (*GetGdprSubjectsUnsupportedMediaType) GetPayload

func (*GetGdprSubjectsUnsupportedMediaType) IsClientError

func (o *GetGdprSubjectsUnsupportedMediaType) IsClientError() bool

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

func (*GetGdprSubjectsUnsupportedMediaType) IsCode

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

func (*GetGdprSubjectsUnsupportedMediaType) IsRedirect

func (o *GetGdprSubjectsUnsupportedMediaType) IsRedirect() bool

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

func (*GetGdprSubjectsUnsupportedMediaType) IsServerError

func (o *GetGdprSubjectsUnsupportedMediaType) IsServerError() bool

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

func (*GetGdprSubjectsUnsupportedMediaType) IsSuccess

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

func (*GetGdprSubjectsUnsupportedMediaType) String

type PostGdprRequestsAccepted

type PostGdprRequestsAccepted struct {
	Payload *models.GDPRRequest
}

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

Accepted

func NewPostGdprRequestsAccepted

func NewPostGdprRequestsAccepted() *PostGdprRequestsAccepted

NewPostGdprRequestsAccepted creates a PostGdprRequestsAccepted with default headers values

func (*PostGdprRequestsAccepted) Error

func (o *PostGdprRequestsAccepted) Error() string

func (*PostGdprRequestsAccepted) GetPayload

func (o *PostGdprRequestsAccepted) GetPayload() *models.GDPRRequest

func (*PostGdprRequestsAccepted) IsClientError

func (o *PostGdprRequestsAccepted) IsClientError() bool

IsClientError returns true when this post gdpr requests accepted response has a 4xx status code

func (*PostGdprRequestsAccepted) IsCode

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

IsCode returns true when this post gdpr requests accepted response a status code equal to that given

func (*PostGdprRequestsAccepted) IsRedirect

func (o *PostGdprRequestsAccepted) IsRedirect() bool

IsRedirect returns true when this post gdpr requests accepted response has a 3xx status code

func (*PostGdprRequestsAccepted) IsServerError

func (o *PostGdprRequestsAccepted) IsServerError() bool

IsServerError returns true when this post gdpr requests accepted response has a 5xx status code

func (*PostGdprRequestsAccepted) IsSuccess

func (o *PostGdprRequestsAccepted) IsSuccess() bool

IsSuccess returns true when this post gdpr requests accepted response has a 2xx status code

func (*PostGdprRequestsAccepted) String

func (o *PostGdprRequestsAccepted) String() string

type PostGdprRequestsBadRequest

type PostGdprRequestsBadRequest struct {
	Payload *models.ErrorBody
}

PostGdprRequestsBadRequest 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 NewPostGdprRequestsBadRequest

func NewPostGdprRequestsBadRequest() *PostGdprRequestsBadRequest

NewPostGdprRequestsBadRequest creates a PostGdprRequestsBadRequest with default headers values

func (*PostGdprRequestsBadRequest) Error

func (*PostGdprRequestsBadRequest) GetPayload

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

func (*PostGdprRequestsBadRequest) IsClientError

func (o *PostGdprRequestsBadRequest) IsClientError() bool

IsClientError returns true when this post gdpr requests bad request response has a 4xx status code

func (*PostGdprRequestsBadRequest) IsCode

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

IsCode returns true when this post gdpr requests bad request response a status code equal to that given

func (*PostGdprRequestsBadRequest) IsRedirect

func (o *PostGdprRequestsBadRequest) IsRedirect() bool

IsRedirect returns true when this post gdpr requests bad request response has a 3xx status code

func (*PostGdprRequestsBadRequest) IsServerError

func (o *PostGdprRequestsBadRequest) IsServerError() bool

IsServerError returns true when this post gdpr requests bad request response has a 5xx status code

func (*PostGdprRequestsBadRequest) IsSuccess

func (o *PostGdprRequestsBadRequest) IsSuccess() bool

IsSuccess returns true when this post gdpr requests bad request response has a 2xx status code

func (*PostGdprRequestsBadRequest) String

func (o *PostGdprRequestsBadRequest) String() string

type PostGdprRequestsForbidden

type PostGdprRequestsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostGdprRequestsForbidden

func NewPostGdprRequestsForbidden() *PostGdprRequestsForbidden

NewPostGdprRequestsForbidden creates a PostGdprRequestsForbidden with default headers values

func (*PostGdprRequestsForbidden) Error

func (o *PostGdprRequestsForbidden) Error() string

func (*PostGdprRequestsForbidden) GetPayload

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

func (*PostGdprRequestsForbidden) IsClientError

func (o *PostGdprRequestsForbidden) IsClientError() bool

IsClientError returns true when this post gdpr requests forbidden response has a 4xx status code

func (*PostGdprRequestsForbidden) IsCode

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

IsCode returns true when this post gdpr requests forbidden response a status code equal to that given

func (*PostGdprRequestsForbidden) IsRedirect

func (o *PostGdprRequestsForbidden) IsRedirect() bool

IsRedirect returns true when this post gdpr requests forbidden response has a 3xx status code

func (*PostGdprRequestsForbidden) IsServerError

func (o *PostGdprRequestsForbidden) IsServerError() bool

IsServerError returns true when this post gdpr requests forbidden response has a 5xx status code

func (*PostGdprRequestsForbidden) IsSuccess

func (o *PostGdprRequestsForbidden) IsSuccess() bool

IsSuccess returns true when this post gdpr requests forbidden response has a 2xx status code

func (*PostGdprRequestsForbidden) String

func (o *PostGdprRequestsForbidden) String() string

type PostGdprRequestsGatewayTimeout

type PostGdprRequestsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostGdprRequestsGatewayTimeout

func NewPostGdprRequestsGatewayTimeout() *PostGdprRequestsGatewayTimeout

NewPostGdprRequestsGatewayTimeout creates a PostGdprRequestsGatewayTimeout with default headers values

func (*PostGdprRequestsGatewayTimeout) Error

func (*PostGdprRequestsGatewayTimeout) GetPayload

func (*PostGdprRequestsGatewayTimeout) IsClientError

func (o *PostGdprRequestsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post gdpr requests gateway timeout response has a 4xx status code

func (*PostGdprRequestsGatewayTimeout) IsCode

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

IsCode returns true when this post gdpr requests gateway timeout response a status code equal to that given

func (*PostGdprRequestsGatewayTimeout) IsRedirect

func (o *PostGdprRequestsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post gdpr requests gateway timeout response has a 3xx status code

func (*PostGdprRequestsGatewayTimeout) IsServerError

func (o *PostGdprRequestsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post gdpr requests gateway timeout response has a 5xx status code

func (*PostGdprRequestsGatewayTimeout) IsSuccess

func (o *PostGdprRequestsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post gdpr requests gateway timeout response has a 2xx status code

func (*PostGdprRequestsGatewayTimeout) String

type PostGdprRequestsInternalServerError

type PostGdprRequestsInternalServerError struct {
	Payload *models.ErrorBody
}

PostGdprRequestsInternalServerError 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 NewPostGdprRequestsInternalServerError

func NewPostGdprRequestsInternalServerError() *PostGdprRequestsInternalServerError

NewPostGdprRequestsInternalServerError creates a PostGdprRequestsInternalServerError with default headers values

func (*PostGdprRequestsInternalServerError) Error

func (*PostGdprRequestsInternalServerError) GetPayload

func (*PostGdprRequestsInternalServerError) IsClientError

func (o *PostGdprRequestsInternalServerError) IsClientError() bool

IsClientError returns true when this post gdpr requests internal server error response has a 4xx status code

func (*PostGdprRequestsInternalServerError) IsCode

IsCode returns true when this post gdpr requests internal server error response a status code equal to that given

func (*PostGdprRequestsInternalServerError) IsRedirect

func (o *PostGdprRequestsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post gdpr requests internal server error response has a 3xx status code

func (*PostGdprRequestsInternalServerError) IsServerError

func (o *PostGdprRequestsInternalServerError) IsServerError() bool

IsServerError returns true when this post gdpr requests internal server error response has a 5xx status code

func (*PostGdprRequestsInternalServerError) IsSuccess

IsSuccess returns true when this post gdpr requests internal server error response has a 2xx status code

func (*PostGdprRequestsInternalServerError) String

type PostGdprRequestsNotFound

type PostGdprRequestsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostGdprRequestsNotFound

func NewPostGdprRequestsNotFound() *PostGdprRequestsNotFound

NewPostGdprRequestsNotFound creates a PostGdprRequestsNotFound with default headers values

func (*PostGdprRequestsNotFound) Error

func (o *PostGdprRequestsNotFound) Error() string

func (*PostGdprRequestsNotFound) GetPayload

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

func (*PostGdprRequestsNotFound) IsClientError

func (o *PostGdprRequestsNotFound) IsClientError() bool

IsClientError returns true when this post gdpr requests not found response has a 4xx status code

func (*PostGdprRequestsNotFound) IsCode

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

IsCode returns true when this post gdpr requests not found response a status code equal to that given

func (*PostGdprRequestsNotFound) IsRedirect

func (o *PostGdprRequestsNotFound) IsRedirect() bool

IsRedirect returns true when this post gdpr requests not found response has a 3xx status code

func (*PostGdprRequestsNotFound) IsServerError

func (o *PostGdprRequestsNotFound) IsServerError() bool

IsServerError returns true when this post gdpr requests not found response has a 5xx status code

func (*PostGdprRequestsNotFound) IsSuccess

func (o *PostGdprRequestsNotFound) IsSuccess() bool

IsSuccess returns true when this post gdpr requests not found response has a 2xx status code

func (*PostGdprRequestsNotFound) String

func (o *PostGdprRequestsNotFound) String() string

type PostGdprRequestsOK

type PostGdprRequestsOK struct {
	Payload *models.GDPRRequest
}

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

successful operation

func NewPostGdprRequestsOK

func NewPostGdprRequestsOK() *PostGdprRequestsOK

NewPostGdprRequestsOK creates a PostGdprRequestsOK with default headers values

func (*PostGdprRequestsOK) Error

func (o *PostGdprRequestsOK) Error() string

func (*PostGdprRequestsOK) GetPayload

func (o *PostGdprRequestsOK) GetPayload() *models.GDPRRequest

func (*PostGdprRequestsOK) IsClientError

func (o *PostGdprRequestsOK) IsClientError() bool

IsClientError returns true when this post gdpr requests o k response has a 4xx status code

func (*PostGdprRequestsOK) IsCode

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

IsCode returns true when this post gdpr requests o k response a status code equal to that given

func (*PostGdprRequestsOK) IsRedirect

func (o *PostGdprRequestsOK) IsRedirect() bool

IsRedirect returns true when this post gdpr requests o k response has a 3xx status code

func (*PostGdprRequestsOK) IsServerError

func (o *PostGdprRequestsOK) IsServerError() bool

IsServerError returns true when this post gdpr requests o k response has a 5xx status code

func (*PostGdprRequestsOK) IsSuccess

func (o *PostGdprRequestsOK) IsSuccess() bool

IsSuccess returns true when this post gdpr requests o k response has a 2xx status code

func (*PostGdprRequestsOK) String

func (o *PostGdprRequestsOK) String() string

type PostGdprRequestsParams

type PostGdprRequestsParams struct {

	/* Body.

	   GDPR request
	*/
	Body *models.GDPRRequest

	/* DeleteConfirmed.

	   Confirm delete
	*/
	DeleteConfirmed *bool

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

PostGdprRequestsParams contains all the parameters to send to the API endpoint

for the post gdpr requests operation.

Typically these are written to a http.Request.

func NewPostGdprRequestsParams

func NewPostGdprRequestsParams() *PostGdprRequestsParams

NewPostGdprRequestsParams creates a new PostGdprRequestsParams 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 NewPostGdprRequestsParamsWithContext

func NewPostGdprRequestsParamsWithContext(ctx context.Context) *PostGdprRequestsParams

NewPostGdprRequestsParamsWithContext creates a new PostGdprRequestsParams object with the ability to set a context for a request.

func NewPostGdprRequestsParamsWithHTTPClient

func NewPostGdprRequestsParamsWithHTTPClient(client *http.Client) *PostGdprRequestsParams

NewPostGdprRequestsParamsWithHTTPClient creates a new PostGdprRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewPostGdprRequestsParamsWithTimeout

func NewPostGdprRequestsParamsWithTimeout(timeout time.Duration) *PostGdprRequestsParams

NewPostGdprRequestsParamsWithTimeout creates a new PostGdprRequestsParams object with the ability to set a timeout on a request.

func (*PostGdprRequestsParams) SetBody

func (o *PostGdprRequestsParams) SetBody(body *models.GDPRRequest)

SetBody adds the body to the post gdpr requests params

func (*PostGdprRequestsParams) SetContext

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

SetContext adds the context to the post gdpr requests params

func (*PostGdprRequestsParams) SetDefaults

func (o *PostGdprRequestsParams) SetDefaults()

SetDefaults hydrates default values in the post gdpr requests params (not the query body).

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

func (*PostGdprRequestsParams) SetDeleteConfirmed

func (o *PostGdprRequestsParams) SetDeleteConfirmed(deleteConfirmed *bool)

SetDeleteConfirmed adds the deleteConfirmed to the post gdpr requests params

func (*PostGdprRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post gdpr requests params

func (*PostGdprRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the post gdpr requests params

func (*PostGdprRequestsParams) WithBody

WithBody adds the body to the post gdpr requests params

func (*PostGdprRequestsParams) WithContext

WithContext adds the context to the post gdpr requests params

func (*PostGdprRequestsParams) WithDefaults

WithDefaults hydrates default values in the post gdpr requests params (not the query body).

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

func (*PostGdprRequestsParams) WithDeleteConfirmed

func (o *PostGdprRequestsParams) WithDeleteConfirmed(deleteConfirmed *bool) *PostGdprRequestsParams

WithDeleteConfirmed adds the deleteConfirmed to the post gdpr requests params

func (*PostGdprRequestsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post gdpr requests params

func (*PostGdprRequestsParams) WithTimeout

WithTimeout adds the timeout to the post gdpr requests params

func (*PostGdprRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostGdprRequestsReader

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

PostGdprRequestsReader is a Reader for the PostGdprRequests structure.

func (*PostGdprRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostGdprRequestsRequestEntityTooLarge

type PostGdprRequestsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostGdprRequestsRequestEntityTooLarge

func NewPostGdprRequestsRequestEntityTooLarge() *PostGdprRequestsRequestEntityTooLarge

NewPostGdprRequestsRequestEntityTooLarge creates a PostGdprRequestsRequestEntityTooLarge with default headers values

func (*PostGdprRequestsRequestEntityTooLarge) Error

func (*PostGdprRequestsRequestEntityTooLarge) GetPayload

func (*PostGdprRequestsRequestEntityTooLarge) IsClientError

func (o *PostGdprRequestsRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post gdpr requests request entity too large response has a 4xx status code

func (*PostGdprRequestsRequestEntityTooLarge) IsCode

IsCode returns true when this post gdpr requests request entity too large response a status code equal to that given

func (*PostGdprRequestsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post gdpr requests request entity too large response has a 3xx status code

func (*PostGdprRequestsRequestEntityTooLarge) IsServerError

func (o *PostGdprRequestsRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post gdpr requests request entity too large response has a 5xx status code

func (*PostGdprRequestsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post gdpr requests request entity too large response has a 2xx status code

func (*PostGdprRequestsRequestEntityTooLarge) String

type PostGdprRequestsRequestTimeout

type PostGdprRequestsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostGdprRequestsRequestTimeout 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 NewPostGdprRequestsRequestTimeout

func NewPostGdprRequestsRequestTimeout() *PostGdprRequestsRequestTimeout

NewPostGdprRequestsRequestTimeout creates a PostGdprRequestsRequestTimeout with default headers values

func (*PostGdprRequestsRequestTimeout) Error

func (*PostGdprRequestsRequestTimeout) GetPayload

func (*PostGdprRequestsRequestTimeout) IsClientError

func (o *PostGdprRequestsRequestTimeout) IsClientError() bool

IsClientError returns true when this post gdpr requests request timeout response has a 4xx status code

func (*PostGdprRequestsRequestTimeout) IsCode

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

IsCode returns true when this post gdpr requests request timeout response a status code equal to that given

func (*PostGdprRequestsRequestTimeout) IsRedirect

func (o *PostGdprRequestsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post gdpr requests request timeout response has a 3xx status code

func (*PostGdprRequestsRequestTimeout) IsServerError

func (o *PostGdprRequestsRequestTimeout) IsServerError() bool

IsServerError returns true when this post gdpr requests request timeout response has a 5xx status code

func (*PostGdprRequestsRequestTimeout) IsSuccess

func (o *PostGdprRequestsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post gdpr requests request timeout response has a 2xx status code

func (*PostGdprRequestsRequestTimeout) String

type PostGdprRequestsServiceUnavailable

type PostGdprRequestsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostGdprRequestsServiceUnavailable 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 NewPostGdprRequestsServiceUnavailable

func NewPostGdprRequestsServiceUnavailable() *PostGdprRequestsServiceUnavailable

NewPostGdprRequestsServiceUnavailable creates a PostGdprRequestsServiceUnavailable with default headers values

func (*PostGdprRequestsServiceUnavailable) Error

func (*PostGdprRequestsServiceUnavailable) GetPayload

func (*PostGdprRequestsServiceUnavailable) IsClientError

func (o *PostGdprRequestsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post gdpr requests service unavailable response has a 4xx status code

func (*PostGdprRequestsServiceUnavailable) IsCode

IsCode returns true when this post gdpr requests service unavailable response a status code equal to that given

func (*PostGdprRequestsServiceUnavailable) IsRedirect

func (o *PostGdprRequestsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post gdpr requests service unavailable response has a 3xx status code

func (*PostGdprRequestsServiceUnavailable) IsServerError

func (o *PostGdprRequestsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post gdpr requests service unavailable response has a 5xx status code

func (*PostGdprRequestsServiceUnavailable) IsSuccess

IsSuccess returns true when this post gdpr requests service unavailable response has a 2xx status code

func (*PostGdprRequestsServiceUnavailable) String

type PostGdprRequestsTooManyRequests

type PostGdprRequestsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostGdprRequestsTooManyRequests

func NewPostGdprRequestsTooManyRequests() *PostGdprRequestsTooManyRequests

NewPostGdprRequestsTooManyRequests creates a PostGdprRequestsTooManyRequests with default headers values

func (*PostGdprRequestsTooManyRequests) Error

func (*PostGdprRequestsTooManyRequests) GetPayload

func (*PostGdprRequestsTooManyRequests) IsClientError

func (o *PostGdprRequestsTooManyRequests) IsClientError() bool

IsClientError returns true when this post gdpr requests too many requests response has a 4xx status code

func (*PostGdprRequestsTooManyRequests) IsCode

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

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

func (*PostGdprRequestsTooManyRequests) IsRedirect

func (o *PostGdprRequestsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post gdpr requests too many requests response has a 3xx status code

func (*PostGdprRequestsTooManyRequests) IsServerError

func (o *PostGdprRequestsTooManyRequests) IsServerError() bool

IsServerError returns true when this post gdpr requests too many requests response has a 5xx status code

func (*PostGdprRequestsTooManyRequests) IsSuccess

func (o *PostGdprRequestsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post gdpr requests too many requests response has a 2xx status code

func (*PostGdprRequestsTooManyRequests) String

type PostGdprRequestsUnauthorized

type PostGdprRequestsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostGdprRequestsUnauthorized

func NewPostGdprRequestsUnauthorized() *PostGdprRequestsUnauthorized

NewPostGdprRequestsUnauthorized creates a PostGdprRequestsUnauthorized with default headers values

func (*PostGdprRequestsUnauthorized) Error

func (*PostGdprRequestsUnauthorized) GetPayload

func (*PostGdprRequestsUnauthorized) IsClientError

func (o *PostGdprRequestsUnauthorized) IsClientError() bool

IsClientError returns true when this post gdpr requests unauthorized response has a 4xx status code

func (*PostGdprRequestsUnauthorized) IsCode

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

IsCode returns true when this post gdpr requests unauthorized response a status code equal to that given

func (*PostGdprRequestsUnauthorized) IsRedirect

func (o *PostGdprRequestsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post gdpr requests unauthorized response has a 3xx status code

func (*PostGdprRequestsUnauthorized) IsServerError

func (o *PostGdprRequestsUnauthorized) IsServerError() bool

IsServerError returns true when this post gdpr requests unauthorized response has a 5xx status code

func (*PostGdprRequestsUnauthorized) IsSuccess

func (o *PostGdprRequestsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post gdpr requests unauthorized response has a 2xx status code

func (*PostGdprRequestsUnauthorized) String

type PostGdprRequestsUnsupportedMediaType

type PostGdprRequestsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostGdprRequestsUnsupportedMediaType 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 NewPostGdprRequestsUnsupportedMediaType

func NewPostGdprRequestsUnsupportedMediaType() *PostGdprRequestsUnsupportedMediaType

NewPostGdprRequestsUnsupportedMediaType creates a PostGdprRequestsUnsupportedMediaType with default headers values

func (*PostGdprRequestsUnsupportedMediaType) Error

func (*PostGdprRequestsUnsupportedMediaType) GetPayload

func (*PostGdprRequestsUnsupportedMediaType) IsClientError

func (o *PostGdprRequestsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post gdpr requests unsupported media type response has a 4xx status code

func (*PostGdprRequestsUnsupportedMediaType) IsCode

IsCode returns true when this post gdpr requests unsupported media type response a status code equal to that given

func (*PostGdprRequestsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post gdpr requests unsupported media type response has a 3xx status code

func (*PostGdprRequestsUnsupportedMediaType) IsServerError

func (o *PostGdprRequestsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post gdpr requests unsupported media type response has a 5xx status code

func (*PostGdprRequestsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post gdpr requests unsupported media type response has a 2xx status code

func (*PostGdprRequestsUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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