users

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePasswordBadRequest

type ChangePasswordBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewChangePasswordBadRequest

func NewChangePasswordBadRequest() *ChangePasswordBadRequest

NewChangePasswordBadRequest creates a ChangePasswordBadRequest with default headers values

func (*ChangePasswordBadRequest) Code

func (o *ChangePasswordBadRequest) Code() int

Code gets the status code for the change password bad request response

func (*ChangePasswordBadRequest) Error

func (o *ChangePasswordBadRequest) Error() string

func (*ChangePasswordBadRequest) GetPayload

func (o *ChangePasswordBadRequest) GetPayload() *models.Error

func (*ChangePasswordBadRequest) IsClientError

func (o *ChangePasswordBadRequest) IsClientError() bool

IsClientError returns true when this change password bad request response has a 4xx status code

func (*ChangePasswordBadRequest) IsCode

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

IsCode returns true when this change password bad request response a status code equal to that given

func (*ChangePasswordBadRequest) IsRedirect

func (o *ChangePasswordBadRequest) IsRedirect() bool

IsRedirect returns true when this change password bad request response has a 3xx status code

func (*ChangePasswordBadRequest) IsServerError

func (o *ChangePasswordBadRequest) IsServerError() bool

IsServerError returns true when this change password bad request response has a 5xx status code

func (*ChangePasswordBadRequest) IsSuccess

func (o *ChangePasswordBadRequest) IsSuccess() bool

IsSuccess returns true when this change password bad request response has a 2xx status code

func (*ChangePasswordBadRequest) String

func (o *ChangePasswordBadRequest) String() string

type ChangePasswordForbidden

type ChangePasswordForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewChangePasswordForbidden

func NewChangePasswordForbidden() *ChangePasswordForbidden

NewChangePasswordForbidden creates a ChangePasswordForbidden with default headers values

func (*ChangePasswordForbidden) Code

func (o *ChangePasswordForbidden) Code() int

Code gets the status code for the change password forbidden response

func (*ChangePasswordForbidden) Error

func (o *ChangePasswordForbidden) Error() string

func (*ChangePasswordForbidden) GetPayload

func (o *ChangePasswordForbidden) GetPayload() *models.Error

func (*ChangePasswordForbidden) IsClientError

func (o *ChangePasswordForbidden) IsClientError() bool

IsClientError returns true when this change password forbidden response has a 4xx status code

func (*ChangePasswordForbidden) IsCode

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

IsCode returns true when this change password forbidden response a status code equal to that given

func (*ChangePasswordForbidden) IsRedirect

func (o *ChangePasswordForbidden) IsRedirect() bool

IsRedirect returns true when this change password forbidden response has a 3xx status code

func (*ChangePasswordForbidden) IsServerError

func (o *ChangePasswordForbidden) IsServerError() bool

IsServerError returns true when this change password forbidden response has a 5xx status code

func (*ChangePasswordForbidden) IsSuccess

func (o *ChangePasswordForbidden) IsSuccess() bool

IsSuccess returns true when this change password forbidden response has a 2xx status code

func (*ChangePasswordForbidden) String

func (o *ChangePasswordForbidden) String() string

type ChangePasswordNoContent

type ChangePasswordNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

ChangePasswordNoContent describes a response with status code 204, with default header values.

Password has been changed

func NewChangePasswordNoContent

func NewChangePasswordNoContent() *ChangePasswordNoContent

NewChangePasswordNoContent creates a ChangePasswordNoContent with default headers values

func (*ChangePasswordNoContent) Code

func (o *ChangePasswordNoContent) Code() int

Code gets the status code for the change password no content response

func (*ChangePasswordNoContent) Error

func (o *ChangePasswordNoContent) Error() string

func (*ChangePasswordNoContent) IsClientError

func (o *ChangePasswordNoContent) IsClientError() bool

IsClientError returns true when this change password no content response has a 4xx status code

func (*ChangePasswordNoContent) IsCode

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

IsCode returns true when this change password no content response a status code equal to that given

func (*ChangePasswordNoContent) IsRedirect

func (o *ChangePasswordNoContent) IsRedirect() bool

IsRedirect returns true when this change password no content response has a 3xx status code

func (*ChangePasswordNoContent) IsServerError

func (o *ChangePasswordNoContent) IsServerError() bool

IsServerError returns true when this change password no content response has a 5xx status code

func (*ChangePasswordNoContent) IsSuccess

func (o *ChangePasswordNoContent) IsSuccess() bool

IsSuccess returns true when this change password no content response has a 2xx status code

func (*ChangePasswordNoContent) String

func (o *ChangePasswordNoContent) String() string

type ChangePasswordNotFound

type ChangePasswordNotFound struct {
	Payload *models.Error
}

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

Not found

func NewChangePasswordNotFound

func NewChangePasswordNotFound() *ChangePasswordNotFound

NewChangePasswordNotFound creates a ChangePasswordNotFound with default headers values

func (*ChangePasswordNotFound) Code

func (o *ChangePasswordNotFound) Code() int

Code gets the status code for the change password not found response

func (*ChangePasswordNotFound) Error

func (o *ChangePasswordNotFound) Error() string

func (*ChangePasswordNotFound) GetPayload

func (o *ChangePasswordNotFound) GetPayload() *models.Error

func (*ChangePasswordNotFound) IsClientError

func (o *ChangePasswordNotFound) IsClientError() bool

IsClientError returns true when this change password not found response has a 4xx status code

func (*ChangePasswordNotFound) IsCode

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

IsCode returns true when this change password not found response a status code equal to that given

func (*ChangePasswordNotFound) IsRedirect

func (o *ChangePasswordNotFound) IsRedirect() bool

IsRedirect returns true when this change password not found response has a 3xx status code

func (*ChangePasswordNotFound) IsServerError

func (o *ChangePasswordNotFound) IsServerError() bool

IsServerError returns true when this change password not found response has a 5xx status code

func (*ChangePasswordNotFound) IsSuccess

func (o *ChangePasswordNotFound) IsSuccess() bool

IsSuccess returns true when this change password not found response has a 2xx status code

func (*ChangePasswordNotFound) String

func (o *ChangePasswordNotFound) String() string

type ChangePasswordParams

type ChangePasswordParams struct {

	// ChangePassword.
	ChangePassword *models.ChangePassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

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

ChangePasswordParams contains all the parameters to send to the API endpoint

for the change password operation.

Typically these are written to a http.Request.

func NewChangePasswordParams

func NewChangePasswordParams() *ChangePasswordParams

NewChangePasswordParams creates a new ChangePasswordParams 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 NewChangePasswordParamsWithContext

func NewChangePasswordParamsWithContext(ctx context.Context) *ChangePasswordParams

NewChangePasswordParamsWithContext creates a new ChangePasswordParams object with the ability to set a context for a request.

func NewChangePasswordParamsWithHTTPClient

func NewChangePasswordParamsWithHTTPClient(client *http.Client) *ChangePasswordParams

NewChangePasswordParamsWithHTTPClient creates a new ChangePasswordParams object with the ability to set a custom HTTPClient for a request.

func NewChangePasswordParamsWithTimeout

func NewChangePasswordParamsWithTimeout(timeout time.Duration) *ChangePasswordParams

NewChangePasswordParamsWithTimeout creates a new ChangePasswordParams object with the ability to set a timeout on a request.

func (*ChangePasswordParams) SetChangePassword

func (o *ChangePasswordParams) SetChangePassword(changePassword *models.ChangePassword)

SetChangePassword adds the changePassword to the change password params

func (*ChangePasswordParams) SetContext

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

SetContext adds the context to the change password params

func (*ChangePasswordParams) SetDefaults

func (o *ChangePasswordParams) SetDefaults()

SetDefaults hydrates default values in the change password params (not the query body).

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

func (*ChangePasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change password params

func (*ChangePasswordParams) SetIfMatch

func (o *ChangePasswordParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the change password params

func (*ChangePasswordParams) SetTimeout

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

SetTimeout adds the timeout to the change password params

func (*ChangePasswordParams) WithChangePassword

func (o *ChangePasswordParams) WithChangePassword(changePassword *models.ChangePassword) *ChangePasswordParams

WithChangePassword adds the changePassword to the change password params

func (*ChangePasswordParams) WithContext

WithContext adds the context to the change password params

func (*ChangePasswordParams) WithDefaults

func (o *ChangePasswordParams) WithDefaults() *ChangePasswordParams

WithDefaults hydrates default values in the change password params (not the query body).

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

func (*ChangePasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change password params

func (*ChangePasswordParams) WithIfMatch

func (o *ChangePasswordParams) WithIfMatch(ifMatch *string) *ChangePasswordParams

WithIfMatch adds the ifMatch to the change password params

func (*ChangePasswordParams) WithTimeout

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

WithTimeout adds the timeout to the change password params

func (*ChangePasswordParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ChangePasswordPreconditionFailed

type ChangePasswordPreconditionFailed struct {
	Payload *models.Error
}

ChangePasswordPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewChangePasswordPreconditionFailed

func NewChangePasswordPreconditionFailed() *ChangePasswordPreconditionFailed

NewChangePasswordPreconditionFailed creates a ChangePasswordPreconditionFailed with default headers values

func (*ChangePasswordPreconditionFailed) Code

Code gets the status code for the change password precondition failed response

func (*ChangePasswordPreconditionFailed) Error

func (*ChangePasswordPreconditionFailed) GetPayload

func (*ChangePasswordPreconditionFailed) IsClientError

func (o *ChangePasswordPreconditionFailed) IsClientError() bool

IsClientError returns true when this change password precondition failed response has a 4xx status code

func (*ChangePasswordPreconditionFailed) IsCode

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

IsCode returns true when this change password precondition failed response a status code equal to that given

func (*ChangePasswordPreconditionFailed) IsRedirect

func (o *ChangePasswordPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this change password precondition failed response has a 3xx status code

func (*ChangePasswordPreconditionFailed) IsServerError

func (o *ChangePasswordPreconditionFailed) IsServerError() bool

IsServerError returns true when this change password precondition failed response has a 5xx status code

func (*ChangePasswordPreconditionFailed) IsSuccess

func (o *ChangePasswordPreconditionFailed) IsSuccess() bool

IsSuccess returns true when this change password precondition failed response has a 2xx status code

func (*ChangePasswordPreconditionFailed) String

type ChangePasswordReader

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

ChangePasswordReader is a Reader for the ChangePassword structure.

func (*ChangePasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangePasswordTooManyRequests

type ChangePasswordTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewChangePasswordTooManyRequests

func NewChangePasswordTooManyRequests() *ChangePasswordTooManyRequests

NewChangePasswordTooManyRequests creates a ChangePasswordTooManyRequests with default headers values

func (*ChangePasswordTooManyRequests) Code

Code gets the status code for the change password too many requests response

func (*ChangePasswordTooManyRequests) Error

func (*ChangePasswordTooManyRequests) GetPayload

func (o *ChangePasswordTooManyRequests) GetPayload() *models.Error

func (*ChangePasswordTooManyRequests) IsClientError

func (o *ChangePasswordTooManyRequests) IsClientError() bool

IsClientError returns true when this change password too many requests response has a 4xx status code

func (*ChangePasswordTooManyRequests) IsCode

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

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

func (*ChangePasswordTooManyRequests) IsRedirect

func (o *ChangePasswordTooManyRequests) IsRedirect() bool

IsRedirect returns true when this change password too many requests response has a 3xx status code

func (*ChangePasswordTooManyRequests) IsServerError

func (o *ChangePasswordTooManyRequests) IsServerError() bool

IsServerError returns true when this change password too many requests response has a 5xx status code

func (*ChangePasswordTooManyRequests) IsSuccess

func (o *ChangePasswordTooManyRequests) IsSuccess() bool

IsSuccess returns true when this change password too many requests response has a 2xx status code

func (*ChangePasswordTooManyRequests) String

type ChangePasswordUnauthorized

type ChangePasswordUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewChangePasswordUnauthorized

func NewChangePasswordUnauthorized() *ChangePasswordUnauthorized

NewChangePasswordUnauthorized creates a ChangePasswordUnauthorized with default headers values

func (*ChangePasswordUnauthorized) Code

func (o *ChangePasswordUnauthorized) Code() int

Code gets the status code for the change password unauthorized response

func (*ChangePasswordUnauthorized) Error

func (*ChangePasswordUnauthorized) GetPayload

func (o *ChangePasswordUnauthorized) GetPayload() *models.Error

func (*ChangePasswordUnauthorized) IsClientError

func (o *ChangePasswordUnauthorized) IsClientError() bool

IsClientError returns true when this change password unauthorized response has a 4xx status code

func (*ChangePasswordUnauthorized) IsCode

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

IsCode returns true when this change password unauthorized response a status code equal to that given

func (*ChangePasswordUnauthorized) IsRedirect

func (o *ChangePasswordUnauthorized) IsRedirect() bool

IsRedirect returns true when this change password unauthorized response has a 3xx status code

func (*ChangePasswordUnauthorized) IsServerError

func (o *ChangePasswordUnauthorized) IsServerError() bool

IsServerError returns true when this change password unauthorized response has a 5xx status code

func (*ChangePasswordUnauthorized) IsSuccess

func (o *ChangePasswordUnauthorized) IsSuccess() bool

IsSuccess returns true when this change password unauthorized response has a 2xx status code

func (*ChangePasswordUnauthorized) String

func (o *ChangePasswordUnauthorized) String() string

type ChangePasswordUnprocessableEntity

type ChangePasswordUnprocessableEntity struct {
	Payload *models.Error
}

ChangePasswordUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewChangePasswordUnprocessableEntity

func NewChangePasswordUnprocessableEntity() *ChangePasswordUnprocessableEntity

NewChangePasswordUnprocessableEntity creates a ChangePasswordUnprocessableEntity with default headers values

func (*ChangePasswordUnprocessableEntity) Code

Code gets the status code for the change password unprocessable entity response

func (*ChangePasswordUnprocessableEntity) Error

func (*ChangePasswordUnprocessableEntity) GetPayload

func (*ChangePasswordUnprocessableEntity) IsClientError

func (o *ChangePasswordUnprocessableEntity) IsClientError() bool

IsClientError returns true when this change password unprocessable entity response has a 4xx status code

func (*ChangePasswordUnprocessableEntity) IsCode

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

IsCode returns true when this change password unprocessable entity response a status code equal to that given

func (*ChangePasswordUnprocessableEntity) IsRedirect

func (o *ChangePasswordUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this change password unprocessable entity response has a 3xx status code

func (*ChangePasswordUnprocessableEntity) IsServerError

func (o *ChangePasswordUnprocessableEntity) IsServerError() bool

IsServerError returns true when this change password unprocessable entity response has a 5xx status code

func (*ChangePasswordUnprocessableEntity) IsSuccess

func (o *ChangePasswordUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this change password unprocessable entity response has a 2xx status code

func (*ChangePasswordUnprocessableEntity) String

type ChangePasswordV2BadRequest

type ChangePasswordV2BadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewChangePasswordV2BadRequest

func NewChangePasswordV2BadRequest() *ChangePasswordV2BadRequest

NewChangePasswordV2BadRequest creates a ChangePasswordV2BadRequest with default headers values

func (*ChangePasswordV2BadRequest) Code

func (o *ChangePasswordV2BadRequest) Code() int

Code gets the status code for the change password v2 bad request response

func (*ChangePasswordV2BadRequest) Error

func (*ChangePasswordV2BadRequest) GetPayload

func (o *ChangePasswordV2BadRequest) GetPayload() *models.Error

func (*ChangePasswordV2BadRequest) IsClientError

func (o *ChangePasswordV2BadRequest) IsClientError() bool

IsClientError returns true when this change password v2 bad request response has a 4xx status code

func (*ChangePasswordV2BadRequest) IsCode

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

IsCode returns true when this change password v2 bad request response a status code equal to that given

func (*ChangePasswordV2BadRequest) IsRedirect

func (o *ChangePasswordV2BadRequest) IsRedirect() bool

IsRedirect returns true when this change password v2 bad request response has a 3xx status code

func (*ChangePasswordV2BadRequest) IsServerError

func (o *ChangePasswordV2BadRequest) IsServerError() bool

IsServerError returns true when this change password v2 bad request response has a 5xx status code

func (*ChangePasswordV2BadRequest) IsSuccess

func (o *ChangePasswordV2BadRequest) IsSuccess() bool

IsSuccess returns true when this change password v2 bad request response has a 2xx status code

func (*ChangePasswordV2BadRequest) String

func (o *ChangePasswordV2BadRequest) String() string

type ChangePasswordV2Forbidden

type ChangePasswordV2Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewChangePasswordV2Forbidden

func NewChangePasswordV2Forbidden() *ChangePasswordV2Forbidden

NewChangePasswordV2Forbidden creates a ChangePasswordV2Forbidden with default headers values

func (*ChangePasswordV2Forbidden) Code

func (o *ChangePasswordV2Forbidden) Code() int

Code gets the status code for the change password v2 forbidden response

func (*ChangePasswordV2Forbidden) Error

func (o *ChangePasswordV2Forbidden) Error() string

func (*ChangePasswordV2Forbidden) GetPayload

func (o *ChangePasswordV2Forbidden) GetPayload() *models.Error

func (*ChangePasswordV2Forbidden) IsClientError

func (o *ChangePasswordV2Forbidden) IsClientError() bool

IsClientError returns true when this change password v2 forbidden response has a 4xx status code

func (*ChangePasswordV2Forbidden) IsCode

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

IsCode returns true when this change password v2 forbidden response a status code equal to that given

func (*ChangePasswordV2Forbidden) IsRedirect

func (o *ChangePasswordV2Forbidden) IsRedirect() bool

IsRedirect returns true when this change password v2 forbidden response has a 3xx status code

func (*ChangePasswordV2Forbidden) IsServerError

func (o *ChangePasswordV2Forbidden) IsServerError() bool

IsServerError returns true when this change password v2 forbidden response has a 5xx status code

func (*ChangePasswordV2Forbidden) IsSuccess

func (o *ChangePasswordV2Forbidden) IsSuccess() bool

IsSuccess returns true when this change password v2 forbidden response has a 2xx status code

func (*ChangePasswordV2Forbidden) String

func (o *ChangePasswordV2Forbidden) String() string

type ChangePasswordV2NoContent

type ChangePasswordV2NoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

ChangePasswordV2NoContent describes a response with status code 204, with default header values.

Password has been changed

func NewChangePasswordV2NoContent

func NewChangePasswordV2NoContent() *ChangePasswordV2NoContent

NewChangePasswordV2NoContent creates a ChangePasswordV2NoContent with default headers values

func (*ChangePasswordV2NoContent) Code

func (o *ChangePasswordV2NoContent) Code() int

Code gets the status code for the change password v2 no content response

func (*ChangePasswordV2NoContent) Error

func (o *ChangePasswordV2NoContent) Error() string

func (*ChangePasswordV2NoContent) IsClientError

func (o *ChangePasswordV2NoContent) IsClientError() bool

IsClientError returns true when this change password v2 no content response has a 4xx status code

func (*ChangePasswordV2NoContent) IsCode

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

IsCode returns true when this change password v2 no content response a status code equal to that given

func (*ChangePasswordV2NoContent) IsRedirect

func (o *ChangePasswordV2NoContent) IsRedirect() bool

IsRedirect returns true when this change password v2 no content response has a 3xx status code

func (*ChangePasswordV2NoContent) IsServerError

func (o *ChangePasswordV2NoContent) IsServerError() bool

IsServerError returns true when this change password v2 no content response has a 5xx status code

func (*ChangePasswordV2NoContent) IsSuccess

func (o *ChangePasswordV2NoContent) IsSuccess() bool

IsSuccess returns true when this change password v2 no content response has a 2xx status code

func (*ChangePasswordV2NoContent) String

func (o *ChangePasswordV2NoContent) String() string

type ChangePasswordV2NotFound

type ChangePasswordV2NotFound struct {
	Payload *models.Error
}

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

Not found

func NewChangePasswordV2NotFound

func NewChangePasswordV2NotFound() *ChangePasswordV2NotFound

NewChangePasswordV2NotFound creates a ChangePasswordV2NotFound with default headers values

func (*ChangePasswordV2NotFound) Code

func (o *ChangePasswordV2NotFound) Code() int

Code gets the status code for the change password v2 not found response

func (*ChangePasswordV2NotFound) Error

func (o *ChangePasswordV2NotFound) Error() string

func (*ChangePasswordV2NotFound) GetPayload

func (o *ChangePasswordV2NotFound) GetPayload() *models.Error

func (*ChangePasswordV2NotFound) IsClientError

func (o *ChangePasswordV2NotFound) IsClientError() bool

IsClientError returns true when this change password v2 not found response has a 4xx status code

func (*ChangePasswordV2NotFound) IsCode

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

IsCode returns true when this change password v2 not found response a status code equal to that given

func (*ChangePasswordV2NotFound) IsRedirect

func (o *ChangePasswordV2NotFound) IsRedirect() bool

IsRedirect returns true when this change password v2 not found response has a 3xx status code

func (*ChangePasswordV2NotFound) IsServerError

func (o *ChangePasswordV2NotFound) IsServerError() bool

IsServerError returns true when this change password v2 not found response has a 5xx status code

func (*ChangePasswordV2NotFound) IsSuccess

func (o *ChangePasswordV2NotFound) IsSuccess() bool

IsSuccess returns true when this change password v2 not found response has a 2xx status code

func (*ChangePasswordV2NotFound) String

func (o *ChangePasswordV2NotFound) String() string

type ChangePasswordV2Params

type ChangePasswordV2Params struct {

	// ChangePassword.
	ChangePassword *models.ChangePassword

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

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

ChangePasswordV2Params contains all the parameters to send to the API endpoint

for the change password v2 operation.

Typically these are written to a http.Request.

func NewChangePasswordV2Params

func NewChangePasswordV2Params() *ChangePasswordV2Params

NewChangePasswordV2Params creates a new ChangePasswordV2Params 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 NewChangePasswordV2ParamsWithContext

func NewChangePasswordV2ParamsWithContext(ctx context.Context) *ChangePasswordV2Params

NewChangePasswordV2ParamsWithContext creates a new ChangePasswordV2Params object with the ability to set a context for a request.

func NewChangePasswordV2ParamsWithHTTPClient

func NewChangePasswordV2ParamsWithHTTPClient(client *http.Client) *ChangePasswordV2Params

NewChangePasswordV2ParamsWithHTTPClient creates a new ChangePasswordV2Params object with the ability to set a custom HTTPClient for a request.

func NewChangePasswordV2ParamsWithTimeout

func NewChangePasswordV2ParamsWithTimeout(timeout time.Duration) *ChangePasswordV2Params

NewChangePasswordV2ParamsWithTimeout creates a new ChangePasswordV2Params object with the ability to set a timeout on a request.

func (*ChangePasswordV2Params) SetChangePassword

func (o *ChangePasswordV2Params) SetChangePassword(changePassword *models.ChangePassword)

SetChangePassword adds the changePassword to the change password v2 params

func (*ChangePasswordV2Params) SetContext

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

SetContext adds the context to the change password v2 params

func (*ChangePasswordV2Params) SetDefaults

func (o *ChangePasswordV2Params) SetDefaults()

SetDefaults hydrates default values in the change password v2 params (not the query body).

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

func (*ChangePasswordV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change password v2 params

func (*ChangePasswordV2Params) SetIfMatch

func (o *ChangePasswordV2Params) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the change password v2 params

func (*ChangePasswordV2Params) SetTimeout

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

SetTimeout adds the timeout to the change password v2 params

func (*ChangePasswordV2Params) WithChangePassword

func (o *ChangePasswordV2Params) WithChangePassword(changePassword *models.ChangePassword) *ChangePasswordV2Params

WithChangePassword adds the changePassword to the change password v2 params

func (*ChangePasswordV2Params) WithContext

WithContext adds the context to the change password v2 params

func (*ChangePasswordV2Params) WithDefaults

WithDefaults hydrates default values in the change password v2 params (not the query body).

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

func (*ChangePasswordV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change password v2 params

func (*ChangePasswordV2Params) WithIfMatch

func (o *ChangePasswordV2Params) WithIfMatch(ifMatch *string) *ChangePasswordV2Params

WithIfMatch adds the ifMatch to the change password v2 params

func (*ChangePasswordV2Params) WithTimeout

WithTimeout adds the timeout to the change password v2 params

func (*ChangePasswordV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangePasswordV2PreconditionFailed

type ChangePasswordV2PreconditionFailed struct {
	Payload *models.Error
}

ChangePasswordV2PreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewChangePasswordV2PreconditionFailed

func NewChangePasswordV2PreconditionFailed() *ChangePasswordV2PreconditionFailed

NewChangePasswordV2PreconditionFailed creates a ChangePasswordV2PreconditionFailed with default headers values

func (*ChangePasswordV2PreconditionFailed) Code

Code gets the status code for the change password v2 precondition failed response

func (*ChangePasswordV2PreconditionFailed) Error

func (*ChangePasswordV2PreconditionFailed) GetPayload

func (*ChangePasswordV2PreconditionFailed) IsClientError

func (o *ChangePasswordV2PreconditionFailed) IsClientError() bool

IsClientError returns true when this change password v2 precondition failed response has a 4xx status code

func (*ChangePasswordV2PreconditionFailed) IsCode

IsCode returns true when this change password v2 precondition failed response a status code equal to that given

func (*ChangePasswordV2PreconditionFailed) IsRedirect

func (o *ChangePasswordV2PreconditionFailed) IsRedirect() bool

IsRedirect returns true when this change password v2 precondition failed response has a 3xx status code

func (*ChangePasswordV2PreconditionFailed) IsServerError

func (o *ChangePasswordV2PreconditionFailed) IsServerError() bool

IsServerError returns true when this change password v2 precondition failed response has a 5xx status code

func (*ChangePasswordV2PreconditionFailed) IsSuccess

IsSuccess returns true when this change password v2 precondition failed response has a 2xx status code

func (*ChangePasswordV2PreconditionFailed) String

type ChangePasswordV2Reader

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

ChangePasswordV2Reader is a Reader for the ChangePasswordV2 structure.

func (*ChangePasswordV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangePasswordV2TooManyRequests

type ChangePasswordV2TooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewChangePasswordV2TooManyRequests

func NewChangePasswordV2TooManyRequests() *ChangePasswordV2TooManyRequests

NewChangePasswordV2TooManyRequests creates a ChangePasswordV2TooManyRequests with default headers values

func (*ChangePasswordV2TooManyRequests) Code

Code gets the status code for the change password v2 too many requests response

func (*ChangePasswordV2TooManyRequests) Error

func (*ChangePasswordV2TooManyRequests) GetPayload

func (o *ChangePasswordV2TooManyRequests) GetPayload() *models.Error

func (*ChangePasswordV2TooManyRequests) IsClientError

func (o *ChangePasswordV2TooManyRequests) IsClientError() bool

IsClientError returns true when this change password v2 too many requests response has a 4xx status code

func (*ChangePasswordV2TooManyRequests) IsCode

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

IsCode returns true when this change password v2 too many requests response a status code equal to that given

func (*ChangePasswordV2TooManyRequests) IsRedirect

func (o *ChangePasswordV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this change password v2 too many requests response has a 3xx status code

func (*ChangePasswordV2TooManyRequests) IsServerError

func (o *ChangePasswordV2TooManyRequests) IsServerError() bool

IsServerError returns true when this change password v2 too many requests response has a 5xx status code

func (*ChangePasswordV2TooManyRequests) IsSuccess

func (o *ChangePasswordV2TooManyRequests) IsSuccess() bool

IsSuccess returns true when this change password v2 too many requests response has a 2xx status code

func (*ChangePasswordV2TooManyRequests) String

type ChangePasswordV2Unauthorized

type ChangePasswordV2Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewChangePasswordV2Unauthorized

func NewChangePasswordV2Unauthorized() *ChangePasswordV2Unauthorized

NewChangePasswordV2Unauthorized creates a ChangePasswordV2Unauthorized with default headers values

func (*ChangePasswordV2Unauthorized) Code

Code gets the status code for the change password v2 unauthorized response

func (*ChangePasswordV2Unauthorized) Error

func (*ChangePasswordV2Unauthorized) GetPayload

func (o *ChangePasswordV2Unauthorized) GetPayload() *models.Error

func (*ChangePasswordV2Unauthorized) IsClientError

func (o *ChangePasswordV2Unauthorized) IsClientError() bool

IsClientError returns true when this change password v2 unauthorized response has a 4xx status code

func (*ChangePasswordV2Unauthorized) IsCode

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

IsCode returns true when this change password v2 unauthorized response a status code equal to that given

func (*ChangePasswordV2Unauthorized) IsRedirect

func (o *ChangePasswordV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this change password v2 unauthorized response has a 3xx status code

func (*ChangePasswordV2Unauthorized) IsServerError

func (o *ChangePasswordV2Unauthorized) IsServerError() bool

IsServerError returns true when this change password v2 unauthorized response has a 5xx status code

func (*ChangePasswordV2Unauthorized) IsSuccess

func (o *ChangePasswordV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this change password v2 unauthorized response has a 2xx status code

func (*ChangePasswordV2Unauthorized) String

type ChangePasswordV2UnprocessableEntity

type ChangePasswordV2UnprocessableEntity struct {
	Payload *models.Error
}

ChangePasswordV2UnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewChangePasswordV2UnprocessableEntity

func NewChangePasswordV2UnprocessableEntity() *ChangePasswordV2UnprocessableEntity

NewChangePasswordV2UnprocessableEntity creates a ChangePasswordV2UnprocessableEntity with default headers values

func (*ChangePasswordV2UnprocessableEntity) Code

Code gets the status code for the change password v2 unprocessable entity response

func (*ChangePasswordV2UnprocessableEntity) Error

func (*ChangePasswordV2UnprocessableEntity) GetPayload

func (*ChangePasswordV2UnprocessableEntity) IsClientError

func (o *ChangePasswordV2UnprocessableEntity) IsClientError() bool

IsClientError returns true when this change password v2 unprocessable entity response has a 4xx status code

func (*ChangePasswordV2UnprocessableEntity) IsCode

IsCode returns true when this change password v2 unprocessable entity response a status code equal to that given

func (*ChangePasswordV2UnprocessableEntity) IsRedirect

func (o *ChangePasswordV2UnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this change password v2 unprocessable entity response has a 3xx status code

func (*ChangePasswordV2UnprocessableEntity) IsServerError

func (o *ChangePasswordV2UnprocessableEntity) IsServerError() bool

IsServerError returns true when this change password v2 unprocessable entity response has a 5xx status code

func (*ChangePasswordV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this change password v2 unprocessable entity response has a 2xx status code

func (*ChangePasswordV2UnprocessableEntity) String

type Client

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

Client for users API

func (*Client) ChangePassword

func (a *Client) ChangePassword(params *ChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordNoContent, error)

ChangePassword changes password

Changes user password if provided password matches current user password.

func (*Client) ChangePasswordV2

func (a *Client) ChangePasswordV2(params *ChangePasswordV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordV2NoContent, error)

ChangePasswordV2 changes password

Changes user password if provided password matches current user password.

func (*Client) GetUserProfile

func (a *Client) GetUserProfile(params *GetUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserProfileOK, error)
GetUserProfile selves get user profile

Returns base view on user entry. Besides basic user entry it returns all user identifiers and addresses.

Also returns user metadata (only fields not marked as hidden) and payload.

func (*Client) GetUserProfileV2

func (a *Client) GetUserProfileV2(params *GetUserProfileV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserProfileV2OK, error)
GetUserProfileV2 selves get user profile

Returns base view on user entry. Besides basic user entry it returns all user identifiers and addresses.

Also returns user metadata (only fields not marked as hidden) and payload.

func (*Client) ResetPasswordConfirm

func (a *Client) ResetPasswordConfirm(params *ResetPasswordConfirmParams, opts ...ClientOption) (*ResetPasswordConfirmNoContent, error)
ResetPasswordConfirm confirms reset password

Resets password for user if the provided OTP is valid. It's the second and final step of the

flow to reset the password. Either user identifier or extended code must be provided. Endpoint returns generic `401` regardless of the reason of failure to prevent email/mobile enumeration. After a successful password reset, OTP gets invalidated, so it cannot be reused. Endpoint is protected by Brute Force mechanism.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateUserProfile

func (a *Client) UpdateUserProfile(params *UpdateUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserProfileOK, error)
UpdateUserProfile selves update user profile

Updates user payload.

Payload must be valid against schema defined in user entry.

Returns base view on user entry (see Self Get User Profile endpoint).

func (*Client) UpdateUserProfileV2

func (a *Client) UpdateUserProfileV2(params *UpdateUserProfileV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserProfileV2OK, error)
UpdateUserProfileV2 selves update user profile

Updates user payload.

Payload must be valid against schema defined in user entry.

Returns base view on user entry (see Self Get User Profile endpoint).

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ChangePassword(params *ChangePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordNoContent, error)

	ChangePasswordV2(params *ChangePasswordV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChangePasswordV2NoContent, error)

	GetUserProfile(params *GetUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserProfileOK, error)

	GetUserProfileV2(params *GetUserProfileV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUserProfileV2OK, error)

	ResetPasswordConfirm(params *ResetPasswordConfirmParams, opts ...ClientOption) (*ResetPasswordConfirmNoContent, error)

	UpdateUserProfile(params *UpdateUserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserProfileOK, error)

	UpdateUserProfileV2(params *UpdateUserProfileV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateUserProfileV2OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new users API client.

type GetUserProfileForbidden

type GetUserProfileForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetUserProfileForbidden

func NewGetUserProfileForbidden() *GetUserProfileForbidden

NewGetUserProfileForbidden creates a GetUserProfileForbidden with default headers values

func (*GetUserProfileForbidden) Code

func (o *GetUserProfileForbidden) Code() int

Code gets the status code for the get user profile forbidden response

func (*GetUserProfileForbidden) Error

func (o *GetUserProfileForbidden) Error() string

func (*GetUserProfileForbidden) GetPayload

func (o *GetUserProfileForbidden) GetPayload() *models.Error

func (*GetUserProfileForbidden) IsClientError

func (o *GetUserProfileForbidden) IsClientError() bool

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

func (*GetUserProfileForbidden) IsCode

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

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

func (*GetUserProfileForbidden) IsRedirect

func (o *GetUserProfileForbidden) IsRedirect() bool

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

func (*GetUserProfileForbidden) IsServerError

func (o *GetUserProfileForbidden) IsServerError() bool

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

func (*GetUserProfileForbidden) IsSuccess

func (o *GetUserProfileForbidden) IsSuccess() bool

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

func (*GetUserProfileForbidden) String

func (o *GetUserProfileForbidden) String() string

type GetUserProfileNotFound

type GetUserProfileNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetUserProfileNotFound

func NewGetUserProfileNotFound() *GetUserProfileNotFound

NewGetUserProfileNotFound creates a GetUserProfileNotFound with default headers values

func (*GetUserProfileNotFound) Code

func (o *GetUserProfileNotFound) Code() int

Code gets the status code for the get user profile not found response

func (*GetUserProfileNotFound) Error

func (o *GetUserProfileNotFound) Error() string

func (*GetUserProfileNotFound) GetPayload

func (o *GetUserProfileNotFound) GetPayload() *models.Error

func (*GetUserProfileNotFound) IsClientError

func (o *GetUserProfileNotFound) IsClientError() bool

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

func (*GetUserProfileNotFound) IsCode

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

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

func (*GetUserProfileNotFound) IsRedirect

func (o *GetUserProfileNotFound) IsRedirect() bool

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

func (*GetUserProfileNotFound) IsServerError

func (o *GetUserProfileNotFound) IsServerError() bool

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

func (*GetUserProfileNotFound) IsSuccess

func (o *GetUserProfileNotFound) IsSuccess() bool

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

func (*GetUserProfileNotFound) String

func (o *GetUserProfileNotFound) String() string

type GetUserProfileOK

type GetUserProfileOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SelfUserWithData
}

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

User profile data

func NewGetUserProfileOK

func NewGetUserProfileOK() *GetUserProfileOK

NewGetUserProfileOK creates a GetUserProfileOK with default headers values

func (*GetUserProfileOK) Code

func (o *GetUserProfileOK) Code() int

Code gets the status code for the get user profile o k response

func (*GetUserProfileOK) Error

func (o *GetUserProfileOK) Error() string

func (*GetUserProfileOK) GetPayload

func (o *GetUserProfileOK) GetPayload() *models.SelfUserWithData

func (*GetUserProfileOK) IsClientError

func (o *GetUserProfileOK) IsClientError() bool

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

func (*GetUserProfileOK) IsCode

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

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

func (*GetUserProfileOK) IsRedirect

func (o *GetUserProfileOK) IsRedirect() bool

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

func (*GetUserProfileOK) IsServerError

func (o *GetUserProfileOK) IsServerError() bool

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

func (*GetUserProfileOK) IsSuccess

func (o *GetUserProfileOK) IsSuccess() bool

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

func (*GetUserProfileOK) String

func (o *GetUserProfileOK) String() string

type GetUserProfileParams

type GetUserProfileParams struct {

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

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

GetUserProfileParams contains all the parameters to send to the API endpoint

for the get user profile operation.

Typically these are written to a http.Request.

func NewGetUserProfileParams

func NewGetUserProfileParams() *GetUserProfileParams

NewGetUserProfileParams creates a new GetUserProfileParams 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 NewGetUserProfileParamsWithContext

func NewGetUserProfileParamsWithContext(ctx context.Context) *GetUserProfileParams

NewGetUserProfileParamsWithContext creates a new GetUserProfileParams object with the ability to set a context for a request.

func NewGetUserProfileParamsWithHTTPClient

func NewGetUserProfileParamsWithHTTPClient(client *http.Client) *GetUserProfileParams

NewGetUserProfileParamsWithHTTPClient creates a new GetUserProfileParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserProfileParamsWithTimeout

func NewGetUserProfileParamsWithTimeout(timeout time.Duration) *GetUserProfileParams

NewGetUserProfileParamsWithTimeout creates a new GetUserProfileParams object with the ability to set a timeout on a request.

func (*GetUserProfileParams) SetContext

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

SetContext adds the context to the get user profile params

func (*GetUserProfileParams) SetDefaults

func (o *GetUserProfileParams) SetDefaults()

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

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

func (*GetUserProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user profile params

func (*GetUserProfileParams) SetIfMatch

func (o *GetUserProfileParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the get user profile params

func (*GetUserProfileParams) SetTimeout

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

SetTimeout adds the timeout to the get user profile params

func (*GetUserProfileParams) WithContext

WithContext adds the context to the get user profile params

func (*GetUserProfileParams) WithDefaults

func (o *GetUserProfileParams) WithDefaults() *GetUserProfileParams

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

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

func (*GetUserProfileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user profile params

func (*GetUserProfileParams) WithIfMatch

func (o *GetUserProfileParams) WithIfMatch(ifMatch *string) *GetUserProfileParams

WithIfMatch adds the ifMatch to the get user profile params

func (*GetUserProfileParams) WithTimeout

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

WithTimeout adds the timeout to the get user profile params

func (*GetUserProfileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserProfilePreconditionFailed

type GetUserProfilePreconditionFailed struct {
	Payload *models.Error
}

GetUserProfilePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewGetUserProfilePreconditionFailed

func NewGetUserProfilePreconditionFailed() *GetUserProfilePreconditionFailed

NewGetUserProfilePreconditionFailed creates a GetUserProfilePreconditionFailed with default headers values

func (*GetUserProfilePreconditionFailed) Code

Code gets the status code for the get user profile precondition failed response

func (*GetUserProfilePreconditionFailed) Error

func (*GetUserProfilePreconditionFailed) GetPayload

func (*GetUserProfilePreconditionFailed) IsClientError

func (o *GetUserProfilePreconditionFailed) IsClientError() bool

IsClientError returns true when this get user profile precondition failed response has a 4xx status code

func (*GetUserProfilePreconditionFailed) IsCode

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

IsCode returns true when this get user profile precondition failed response a status code equal to that given

func (*GetUserProfilePreconditionFailed) IsRedirect

func (o *GetUserProfilePreconditionFailed) IsRedirect() bool

IsRedirect returns true when this get user profile precondition failed response has a 3xx status code

func (*GetUserProfilePreconditionFailed) IsServerError

func (o *GetUserProfilePreconditionFailed) IsServerError() bool

IsServerError returns true when this get user profile precondition failed response has a 5xx status code

func (*GetUserProfilePreconditionFailed) IsSuccess

func (o *GetUserProfilePreconditionFailed) IsSuccess() bool

IsSuccess returns true when this get user profile precondition failed response has a 2xx status code

func (*GetUserProfilePreconditionFailed) String

type GetUserProfileReader

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

GetUserProfileReader is a Reader for the GetUserProfile structure.

func (*GetUserProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserProfileTooManyRequests

type GetUserProfileTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetUserProfileTooManyRequests

func NewGetUserProfileTooManyRequests() *GetUserProfileTooManyRequests

NewGetUserProfileTooManyRequests creates a GetUserProfileTooManyRequests with default headers values

func (*GetUserProfileTooManyRequests) Code

Code gets the status code for the get user profile too many requests response

func (*GetUserProfileTooManyRequests) Error

func (*GetUserProfileTooManyRequests) GetPayload

func (o *GetUserProfileTooManyRequests) GetPayload() *models.Error

func (*GetUserProfileTooManyRequests) IsClientError

func (o *GetUserProfileTooManyRequests) IsClientError() bool

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

func (*GetUserProfileTooManyRequests) IsCode

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

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

func (*GetUserProfileTooManyRequests) IsRedirect

func (o *GetUserProfileTooManyRequests) IsRedirect() bool

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

func (*GetUserProfileTooManyRequests) IsServerError

func (o *GetUserProfileTooManyRequests) IsServerError() bool

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

func (*GetUserProfileTooManyRequests) IsSuccess

func (o *GetUserProfileTooManyRequests) IsSuccess() bool

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

func (*GetUserProfileTooManyRequests) String

type GetUserProfileUnauthorized

type GetUserProfileUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetUserProfileUnauthorized

func NewGetUserProfileUnauthorized() *GetUserProfileUnauthorized

NewGetUserProfileUnauthorized creates a GetUserProfileUnauthorized with default headers values

func (*GetUserProfileUnauthorized) Code

func (o *GetUserProfileUnauthorized) Code() int

Code gets the status code for the get user profile unauthorized response

func (*GetUserProfileUnauthorized) Error

func (*GetUserProfileUnauthorized) GetPayload

func (o *GetUserProfileUnauthorized) GetPayload() *models.Error

func (*GetUserProfileUnauthorized) IsClientError

func (o *GetUserProfileUnauthorized) IsClientError() bool

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

func (*GetUserProfileUnauthorized) IsCode

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

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

func (*GetUserProfileUnauthorized) IsRedirect

func (o *GetUserProfileUnauthorized) IsRedirect() bool

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

func (*GetUserProfileUnauthorized) IsServerError

func (o *GetUserProfileUnauthorized) IsServerError() bool

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

func (*GetUserProfileUnauthorized) IsSuccess

func (o *GetUserProfileUnauthorized) IsSuccess() bool

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

func (*GetUserProfileUnauthorized) String

func (o *GetUserProfileUnauthorized) String() string

type GetUserProfileV2Forbidden

type GetUserProfileV2Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetUserProfileV2Forbidden

func NewGetUserProfileV2Forbidden() *GetUserProfileV2Forbidden

NewGetUserProfileV2Forbidden creates a GetUserProfileV2Forbidden with default headers values

func (*GetUserProfileV2Forbidden) Code

func (o *GetUserProfileV2Forbidden) Code() int

Code gets the status code for the get user profile v2 forbidden response

func (*GetUserProfileV2Forbidden) Error

func (o *GetUserProfileV2Forbidden) Error() string

func (*GetUserProfileV2Forbidden) GetPayload

func (o *GetUserProfileV2Forbidden) GetPayload() *models.Error

func (*GetUserProfileV2Forbidden) IsClientError

func (o *GetUserProfileV2Forbidden) IsClientError() bool

IsClientError returns true when this get user profile v2 forbidden response has a 4xx status code

func (*GetUserProfileV2Forbidden) IsCode

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

IsCode returns true when this get user profile v2 forbidden response a status code equal to that given

func (*GetUserProfileV2Forbidden) IsRedirect

func (o *GetUserProfileV2Forbidden) IsRedirect() bool

IsRedirect returns true when this get user profile v2 forbidden response has a 3xx status code

func (*GetUserProfileV2Forbidden) IsServerError

func (o *GetUserProfileV2Forbidden) IsServerError() bool

IsServerError returns true when this get user profile v2 forbidden response has a 5xx status code

func (*GetUserProfileV2Forbidden) IsSuccess

func (o *GetUserProfileV2Forbidden) IsSuccess() bool

IsSuccess returns true when this get user profile v2 forbidden response has a 2xx status code

func (*GetUserProfileV2Forbidden) String

func (o *GetUserProfileV2Forbidden) String() string

type GetUserProfileV2NotFound

type GetUserProfileV2NotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetUserProfileV2NotFound

func NewGetUserProfileV2NotFound() *GetUserProfileV2NotFound

NewGetUserProfileV2NotFound creates a GetUserProfileV2NotFound with default headers values

func (*GetUserProfileV2NotFound) Code

func (o *GetUserProfileV2NotFound) Code() int

Code gets the status code for the get user profile v2 not found response

func (*GetUserProfileV2NotFound) Error

func (o *GetUserProfileV2NotFound) Error() string

func (*GetUserProfileV2NotFound) GetPayload

func (o *GetUserProfileV2NotFound) GetPayload() *models.Error

func (*GetUserProfileV2NotFound) IsClientError

func (o *GetUserProfileV2NotFound) IsClientError() bool

IsClientError returns true when this get user profile v2 not found response has a 4xx status code

func (*GetUserProfileV2NotFound) IsCode

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

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

func (*GetUserProfileV2NotFound) IsRedirect

func (o *GetUserProfileV2NotFound) IsRedirect() bool

IsRedirect returns true when this get user profile v2 not found response has a 3xx status code

func (*GetUserProfileV2NotFound) IsServerError

func (o *GetUserProfileV2NotFound) IsServerError() bool

IsServerError returns true when this get user profile v2 not found response has a 5xx status code

func (*GetUserProfileV2NotFound) IsSuccess

func (o *GetUserProfileV2NotFound) IsSuccess() bool

IsSuccess returns true when this get user profile v2 not found response has a 2xx status code

func (*GetUserProfileV2NotFound) String

func (o *GetUserProfileV2NotFound) String() string

type GetUserProfileV2OK

type GetUserProfileV2OK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SelfUserWithDataV2
}

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

User profile data

func NewGetUserProfileV2OK

func NewGetUserProfileV2OK() *GetUserProfileV2OK

NewGetUserProfileV2OK creates a GetUserProfileV2OK with default headers values

func (*GetUserProfileV2OK) Code

func (o *GetUserProfileV2OK) Code() int

Code gets the status code for the get user profile v2 o k response

func (*GetUserProfileV2OK) Error

func (o *GetUserProfileV2OK) Error() string

func (*GetUserProfileV2OK) GetPayload

func (o *GetUserProfileV2OK) GetPayload() *models.SelfUserWithDataV2

func (*GetUserProfileV2OK) IsClientError

func (o *GetUserProfileV2OK) IsClientError() bool

IsClientError returns true when this get user profile v2 o k response has a 4xx status code

func (*GetUserProfileV2OK) IsCode

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

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

func (*GetUserProfileV2OK) IsRedirect

func (o *GetUserProfileV2OK) IsRedirect() bool

IsRedirect returns true when this get user profile v2 o k response has a 3xx status code

func (*GetUserProfileV2OK) IsServerError

func (o *GetUserProfileV2OK) IsServerError() bool

IsServerError returns true when this get user profile v2 o k response has a 5xx status code

func (*GetUserProfileV2OK) IsSuccess

func (o *GetUserProfileV2OK) IsSuccess() bool

IsSuccess returns true when this get user profile v2 o k response has a 2xx status code

func (*GetUserProfileV2OK) String

func (o *GetUserProfileV2OK) String() string

type GetUserProfileV2Params

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

GetUserProfileV2Params contains all the parameters to send to the API endpoint

for the get user profile v2 operation.

Typically these are written to a http.Request.

func NewGetUserProfileV2Params

func NewGetUserProfileV2Params() *GetUserProfileV2Params

NewGetUserProfileV2Params creates a new GetUserProfileV2Params 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 NewGetUserProfileV2ParamsWithContext

func NewGetUserProfileV2ParamsWithContext(ctx context.Context) *GetUserProfileV2Params

NewGetUserProfileV2ParamsWithContext creates a new GetUserProfileV2Params object with the ability to set a context for a request.

func NewGetUserProfileV2ParamsWithHTTPClient

func NewGetUserProfileV2ParamsWithHTTPClient(client *http.Client) *GetUserProfileV2Params

NewGetUserProfileV2ParamsWithHTTPClient creates a new GetUserProfileV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetUserProfileV2ParamsWithTimeout

func NewGetUserProfileV2ParamsWithTimeout(timeout time.Duration) *GetUserProfileV2Params

NewGetUserProfileV2ParamsWithTimeout creates a new GetUserProfileV2Params object with the ability to set a timeout on a request.

func (*GetUserProfileV2Params) SetContext

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

SetContext adds the context to the get user profile v2 params

func (*GetUserProfileV2Params) SetDefaults

func (o *GetUserProfileV2Params) SetDefaults()

SetDefaults hydrates default values in the get user profile v2 params (not the query body).

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

func (*GetUserProfileV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user profile v2 params

func (*GetUserProfileV2Params) SetTimeout

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

SetTimeout adds the timeout to the get user profile v2 params

func (*GetUserProfileV2Params) WithContext

WithContext adds the context to the get user profile v2 params

func (*GetUserProfileV2Params) WithDefaults

WithDefaults hydrates default values in the get user profile v2 params (not the query body).

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

func (*GetUserProfileV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user profile v2 params

func (*GetUserProfileV2Params) WithTimeout

WithTimeout adds the timeout to the get user profile v2 params

func (*GetUserProfileV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUserProfileV2PreconditionFailed

type GetUserProfileV2PreconditionFailed struct {
	Payload *models.Error
}

GetUserProfileV2PreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewGetUserProfileV2PreconditionFailed

func NewGetUserProfileV2PreconditionFailed() *GetUserProfileV2PreconditionFailed

NewGetUserProfileV2PreconditionFailed creates a GetUserProfileV2PreconditionFailed with default headers values

func (*GetUserProfileV2PreconditionFailed) Code

Code gets the status code for the get user profile v2 precondition failed response

func (*GetUserProfileV2PreconditionFailed) Error

func (*GetUserProfileV2PreconditionFailed) GetPayload

func (*GetUserProfileV2PreconditionFailed) IsClientError

func (o *GetUserProfileV2PreconditionFailed) IsClientError() bool

IsClientError returns true when this get user profile v2 precondition failed response has a 4xx status code

func (*GetUserProfileV2PreconditionFailed) IsCode

IsCode returns true when this get user profile v2 precondition failed response a status code equal to that given

func (*GetUserProfileV2PreconditionFailed) IsRedirect

func (o *GetUserProfileV2PreconditionFailed) IsRedirect() bool

IsRedirect returns true when this get user profile v2 precondition failed response has a 3xx status code

func (*GetUserProfileV2PreconditionFailed) IsServerError

func (o *GetUserProfileV2PreconditionFailed) IsServerError() bool

IsServerError returns true when this get user profile v2 precondition failed response has a 5xx status code

func (*GetUserProfileV2PreconditionFailed) IsSuccess

IsSuccess returns true when this get user profile v2 precondition failed response has a 2xx status code

func (*GetUserProfileV2PreconditionFailed) String

type GetUserProfileV2Reader

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

GetUserProfileV2Reader is a Reader for the GetUserProfileV2 structure.

func (*GetUserProfileV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserProfileV2TooManyRequests

type GetUserProfileV2TooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewGetUserProfileV2TooManyRequests

func NewGetUserProfileV2TooManyRequests() *GetUserProfileV2TooManyRequests

NewGetUserProfileV2TooManyRequests creates a GetUserProfileV2TooManyRequests with default headers values

func (*GetUserProfileV2TooManyRequests) Code

Code gets the status code for the get user profile v2 too many requests response

func (*GetUserProfileV2TooManyRequests) Error

func (*GetUserProfileV2TooManyRequests) GetPayload

func (o *GetUserProfileV2TooManyRequests) GetPayload() *models.Error

func (*GetUserProfileV2TooManyRequests) IsClientError

func (o *GetUserProfileV2TooManyRequests) IsClientError() bool

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

func (*GetUserProfileV2TooManyRequests) IsCode

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

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

func (*GetUserProfileV2TooManyRequests) IsRedirect

func (o *GetUserProfileV2TooManyRequests) IsRedirect() bool

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

func (*GetUserProfileV2TooManyRequests) IsServerError

func (o *GetUserProfileV2TooManyRequests) IsServerError() bool

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

func (*GetUserProfileV2TooManyRequests) IsSuccess

func (o *GetUserProfileV2TooManyRequests) IsSuccess() bool

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

func (*GetUserProfileV2TooManyRequests) String

type GetUserProfileV2Unauthorized

type GetUserProfileV2Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetUserProfileV2Unauthorized

func NewGetUserProfileV2Unauthorized() *GetUserProfileV2Unauthorized

NewGetUserProfileV2Unauthorized creates a GetUserProfileV2Unauthorized with default headers values

func (*GetUserProfileV2Unauthorized) Code

Code gets the status code for the get user profile v2 unauthorized response

func (*GetUserProfileV2Unauthorized) Error

func (*GetUserProfileV2Unauthorized) GetPayload

func (o *GetUserProfileV2Unauthorized) GetPayload() *models.Error

func (*GetUserProfileV2Unauthorized) IsClientError

func (o *GetUserProfileV2Unauthorized) IsClientError() bool

IsClientError returns true when this get user profile v2 unauthorized response has a 4xx status code

func (*GetUserProfileV2Unauthorized) IsCode

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

IsCode returns true when this get user profile v2 unauthorized response a status code equal to that given

func (*GetUserProfileV2Unauthorized) IsRedirect

func (o *GetUserProfileV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this get user profile v2 unauthorized response has a 3xx status code

func (*GetUserProfileV2Unauthorized) IsServerError

func (o *GetUserProfileV2Unauthorized) IsServerError() bool

IsServerError returns true when this get user profile v2 unauthorized response has a 5xx status code

func (*GetUserProfileV2Unauthorized) IsSuccess

func (o *GetUserProfileV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this get user profile v2 unauthorized response has a 2xx status code

func (*GetUserProfileV2Unauthorized) String

type ResetPasswordConfirmNoContent

type ResetPasswordConfirmNoContent struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string
}

ResetPasswordConfirmNoContent describes a response with status code 204, with default header values.

Reset password confirmed

func NewResetPasswordConfirmNoContent

func NewResetPasswordConfirmNoContent() *ResetPasswordConfirmNoContent

NewResetPasswordConfirmNoContent creates a ResetPasswordConfirmNoContent with default headers values

func (*ResetPasswordConfirmNoContent) Code

Code gets the status code for the reset password confirm no content response

func (*ResetPasswordConfirmNoContent) Error

func (*ResetPasswordConfirmNoContent) IsClientError

func (o *ResetPasswordConfirmNoContent) IsClientError() bool

IsClientError returns true when this reset password confirm no content response has a 4xx status code

func (*ResetPasswordConfirmNoContent) IsCode

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

IsCode returns true when this reset password confirm no content response a status code equal to that given

func (*ResetPasswordConfirmNoContent) IsRedirect

func (o *ResetPasswordConfirmNoContent) IsRedirect() bool

IsRedirect returns true when this reset password confirm no content response has a 3xx status code

func (*ResetPasswordConfirmNoContent) IsServerError

func (o *ResetPasswordConfirmNoContent) IsServerError() bool

IsServerError returns true when this reset password confirm no content response has a 5xx status code

func (*ResetPasswordConfirmNoContent) IsSuccess

func (o *ResetPasswordConfirmNoContent) IsSuccess() bool

IsSuccess returns true when this reset password confirm no content response has a 2xx status code

func (*ResetPasswordConfirmNoContent) String

type ResetPasswordConfirmParams

type ResetPasswordConfirmParams struct {

	// ResetPasswordConfirm.
	ResetPasswordConfirm *models.ResetPasswordConfirm

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

	// IPID.
	IPID string

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

ResetPasswordConfirmParams contains all the parameters to send to the API endpoint

for the reset password confirm operation.

Typically these are written to a http.Request.

func NewResetPasswordConfirmParams

func NewResetPasswordConfirmParams() *ResetPasswordConfirmParams

NewResetPasswordConfirmParams creates a new ResetPasswordConfirmParams 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 NewResetPasswordConfirmParamsWithContext

func NewResetPasswordConfirmParamsWithContext(ctx context.Context) *ResetPasswordConfirmParams

NewResetPasswordConfirmParamsWithContext creates a new ResetPasswordConfirmParams object with the ability to set a context for a request.

func NewResetPasswordConfirmParamsWithHTTPClient

func NewResetPasswordConfirmParamsWithHTTPClient(client *http.Client) *ResetPasswordConfirmParams

NewResetPasswordConfirmParamsWithHTTPClient creates a new ResetPasswordConfirmParams object with the ability to set a custom HTTPClient for a request.

func NewResetPasswordConfirmParamsWithTimeout

func NewResetPasswordConfirmParamsWithTimeout(timeout time.Duration) *ResetPasswordConfirmParams

NewResetPasswordConfirmParamsWithTimeout creates a new ResetPasswordConfirmParams object with the ability to set a timeout on a request.

func (*ResetPasswordConfirmParams) SetContext

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

SetContext adds the context to the reset password confirm params

func (*ResetPasswordConfirmParams) SetDefaults

func (o *ResetPasswordConfirmParams) SetDefaults()

SetDefaults hydrates default values in the reset password confirm params (not the query body).

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

func (*ResetPasswordConfirmParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset password confirm params

func (*ResetPasswordConfirmParams) SetIPID

func (o *ResetPasswordConfirmParams) SetIPID(iPID string)

SetIPID adds the ipId to the reset password confirm params

func (*ResetPasswordConfirmParams) SetIfMatch

func (o *ResetPasswordConfirmParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the reset password confirm params

func (*ResetPasswordConfirmParams) SetResetPasswordConfirm

func (o *ResetPasswordConfirmParams) SetResetPasswordConfirm(resetPasswordConfirm *models.ResetPasswordConfirm)

SetResetPasswordConfirm adds the resetPasswordConfirm to the reset password confirm params

func (*ResetPasswordConfirmParams) SetTimeout

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

SetTimeout adds the timeout to the reset password confirm params

func (*ResetPasswordConfirmParams) WithContext

WithContext adds the context to the reset password confirm params

func (*ResetPasswordConfirmParams) WithDefaults

WithDefaults hydrates default values in the reset password confirm params (not the query body).

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

func (*ResetPasswordConfirmParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset password confirm params

func (*ResetPasswordConfirmParams) WithIPID

WithIPID adds the iPID to the reset password confirm params

func (*ResetPasswordConfirmParams) WithIfMatch

WithIfMatch adds the ifMatch to the reset password confirm params

func (*ResetPasswordConfirmParams) WithResetPasswordConfirm

func (o *ResetPasswordConfirmParams) WithResetPasswordConfirm(resetPasswordConfirm *models.ResetPasswordConfirm) *ResetPasswordConfirmParams

WithResetPasswordConfirm adds the resetPasswordConfirm to the reset password confirm params

func (*ResetPasswordConfirmParams) WithTimeout

WithTimeout adds the timeout to the reset password confirm params

func (*ResetPasswordConfirmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetPasswordConfirmPreconditionFailed

type ResetPasswordConfirmPreconditionFailed struct {
	Payload *models.Error
}

ResetPasswordConfirmPreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewResetPasswordConfirmPreconditionFailed

func NewResetPasswordConfirmPreconditionFailed() *ResetPasswordConfirmPreconditionFailed

NewResetPasswordConfirmPreconditionFailed creates a ResetPasswordConfirmPreconditionFailed with default headers values

func (*ResetPasswordConfirmPreconditionFailed) Code

Code gets the status code for the reset password confirm precondition failed response

func (*ResetPasswordConfirmPreconditionFailed) Error

func (*ResetPasswordConfirmPreconditionFailed) GetPayload

func (*ResetPasswordConfirmPreconditionFailed) IsClientError

func (o *ResetPasswordConfirmPreconditionFailed) IsClientError() bool

IsClientError returns true when this reset password confirm precondition failed response has a 4xx status code

func (*ResetPasswordConfirmPreconditionFailed) IsCode

IsCode returns true when this reset password confirm precondition failed response a status code equal to that given

func (*ResetPasswordConfirmPreconditionFailed) IsRedirect

IsRedirect returns true when this reset password confirm precondition failed response has a 3xx status code

func (*ResetPasswordConfirmPreconditionFailed) IsServerError

func (o *ResetPasswordConfirmPreconditionFailed) IsServerError() bool

IsServerError returns true when this reset password confirm precondition failed response has a 5xx status code

func (*ResetPasswordConfirmPreconditionFailed) IsSuccess

IsSuccess returns true when this reset password confirm precondition failed response has a 2xx status code

func (*ResetPasswordConfirmPreconditionFailed) String

type ResetPasswordConfirmReader

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

ResetPasswordConfirmReader is a Reader for the ResetPasswordConfirm structure.

func (*ResetPasswordConfirmReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetPasswordConfirmUnauthorized

type ResetPasswordConfirmUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewResetPasswordConfirmUnauthorized

func NewResetPasswordConfirmUnauthorized() *ResetPasswordConfirmUnauthorized

NewResetPasswordConfirmUnauthorized creates a ResetPasswordConfirmUnauthorized with default headers values

func (*ResetPasswordConfirmUnauthorized) Code

Code gets the status code for the reset password confirm unauthorized response

func (*ResetPasswordConfirmUnauthorized) Error

func (*ResetPasswordConfirmUnauthorized) GetPayload

func (*ResetPasswordConfirmUnauthorized) IsClientError

func (o *ResetPasswordConfirmUnauthorized) IsClientError() bool

IsClientError returns true when this reset password confirm unauthorized response has a 4xx status code

func (*ResetPasswordConfirmUnauthorized) IsCode

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

IsCode returns true when this reset password confirm unauthorized response a status code equal to that given

func (*ResetPasswordConfirmUnauthorized) IsRedirect

func (o *ResetPasswordConfirmUnauthorized) IsRedirect() bool

IsRedirect returns true when this reset password confirm unauthorized response has a 3xx status code

func (*ResetPasswordConfirmUnauthorized) IsServerError

func (o *ResetPasswordConfirmUnauthorized) IsServerError() bool

IsServerError returns true when this reset password confirm unauthorized response has a 5xx status code

func (*ResetPasswordConfirmUnauthorized) IsSuccess

func (o *ResetPasswordConfirmUnauthorized) IsSuccess() bool

IsSuccess returns true when this reset password confirm unauthorized response has a 2xx status code

func (*ResetPasswordConfirmUnauthorized) String

type ResetPasswordConfirmUnprocessableEntity

type ResetPasswordConfirmUnprocessableEntity struct {
	Payload *models.Error
}

ResetPasswordConfirmUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewResetPasswordConfirmUnprocessableEntity

func NewResetPasswordConfirmUnprocessableEntity() *ResetPasswordConfirmUnprocessableEntity

NewResetPasswordConfirmUnprocessableEntity creates a ResetPasswordConfirmUnprocessableEntity with default headers values

func (*ResetPasswordConfirmUnprocessableEntity) Code

Code gets the status code for the reset password confirm unprocessable entity response

func (*ResetPasswordConfirmUnprocessableEntity) Error

func (*ResetPasswordConfirmUnprocessableEntity) GetPayload

func (*ResetPasswordConfirmUnprocessableEntity) IsClientError

func (o *ResetPasswordConfirmUnprocessableEntity) IsClientError() bool

IsClientError returns true when this reset password confirm unprocessable entity response has a 4xx status code

func (*ResetPasswordConfirmUnprocessableEntity) IsCode

IsCode returns true when this reset password confirm unprocessable entity response a status code equal to that given

func (*ResetPasswordConfirmUnprocessableEntity) IsRedirect

IsRedirect returns true when this reset password confirm unprocessable entity response has a 3xx status code

func (*ResetPasswordConfirmUnprocessableEntity) IsServerError

func (o *ResetPasswordConfirmUnprocessableEntity) IsServerError() bool

IsServerError returns true when this reset password confirm unprocessable entity response has a 5xx status code

func (*ResetPasswordConfirmUnprocessableEntity) IsSuccess

IsSuccess returns true when this reset password confirm unprocessable entity response has a 2xx status code

func (*ResetPasswordConfirmUnprocessableEntity) String

type UpdateUserProfileBadRequest

type UpdateUserProfileBadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewUpdateUserProfileBadRequest

func NewUpdateUserProfileBadRequest() *UpdateUserProfileBadRequest

NewUpdateUserProfileBadRequest creates a UpdateUserProfileBadRequest with default headers values

func (*UpdateUserProfileBadRequest) Code

func (o *UpdateUserProfileBadRequest) Code() int

Code gets the status code for the update user profile bad request response

func (*UpdateUserProfileBadRequest) Error

func (*UpdateUserProfileBadRequest) GetPayload

func (o *UpdateUserProfileBadRequest) GetPayload() *models.Error

func (*UpdateUserProfileBadRequest) IsClientError

func (o *UpdateUserProfileBadRequest) IsClientError() bool

IsClientError returns true when this update user profile bad request response has a 4xx status code

func (*UpdateUserProfileBadRequest) IsCode

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

IsCode returns true when this update user profile bad request response a status code equal to that given

func (*UpdateUserProfileBadRequest) IsRedirect

func (o *UpdateUserProfileBadRequest) IsRedirect() bool

IsRedirect returns true when this update user profile bad request response has a 3xx status code

func (*UpdateUserProfileBadRequest) IsServerError

func (o *UpdateUserProfileBadRequest) IsServerError() bool

IsServerError returns true when this update user profile bad request response has a 5xx status code

func (*UpdateUserProfileBadRequest) IsSuccess

func (o *UpdateUserProfileBadRequest) IsSuccess() bool

IsSuccess returns true when this update user profile bad request response has a 2xx status code

func (*UpdateUserProfileBadRequest) String

func (o *UpdateUserProfileBadRequest) String() string

type UpdateUserProfileConflict

type UpdateUserProfileConflict struct {
	Payload *models.Error
}

UpdateUserProfileConflict describes a response with status code 409, with default header values.

Conflict

func NewUpdateUserProfileConflict

func NewUpdateUserProfileConflict() *UpdateUserProfileConflict

NewUpdateUserProfileConflict creates a UpdateUserProfileConflict with default headers values

func (*UpdateUserProfileConflict) Code

func (o *UpdateUserProfileConflict) Code() int

Code gets the status code for the update user profile conflict response

func (*UpdateUserProfileConflict) Error

func (o *UpdateUserProfileConflict) Error() string

func (*UpdateUserProfileConflict) GetPayload

func (o *UpdateUserProfileConflict) GetPayload() *models.Error

func (*UpdateUserProfileConflict) IsClientError

func (o *UpdateUserProfileConflict) IsClientError() bool

IsClientError returns true when this update user profile conflict response has a 4xx status code

func (*UpdateUserProfileConflict) IsCode

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

IsCode returns true when this update user profile conflict response a status code equal to that given

func (*UpdateUserProfileConflict) IsRedirect

func (o *UpdateUserProfileConflict) IsRedirect() bool

IsRedirect returns true when this update user profile conflict response has a 3xx status code

func (*UpdateUserProfileConflict) IsServerError

func (o *UpdateUserProfileConflict) IsServerError() bool

IsServerError returns true when this update user profile conflict response has a 5xx status code

func (*UpdateUserProfileConflict) IsSuccess

func (o *UpdateUserProfileConflict) IsSuccess() bool

IsSuccess returns true when this update user profile conflict response has a 2xx status code

func (*UpdateUserProfileConflict) String

func (o *UpdateUserProfileConflict) String() string

type UpdateUserProfileForbidden

type UpdateUserProfileForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewUpdateUserProfileForbidden

func NewUpdateUserProfileForbidden() *UpdateUserProfileForbidden

NewUpdateUserProfileForbidden creates a UpdateUserProfileForbidden with default headers values

func (*UpdateUserProfileForbidden) Code

func (o *UpdateUserProfileForbidden) Code() int

Code gets the status code for the update user profile forbidden response

func (*UpdateUserProfileForbidden) Error

func (*UpdateUserProfileForbidden) GetPayload

func (o *UpdateUserProfileForbidden) GetPayload() *models.Error

func (*UpdateUserProfileForbidden) IsClientError

func (o *UpdateUserProfileForbidden) IsClientError() bool

IsClientError returns true when this update user profile forbidden response has a 4xx status code

func (*UpdateUserProfileForbidden) IsCode

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

IsCode returns true when this update user profile forbidden response a status code equal to that given

func (*UpdateUserProfileForbidden) IsRedirect

func (o *UpdateUserProfileForbidden) IsRedirect() bool

IsRedirect returns true when this update user profile forbidden response has a 3xx status code

func (*UpdateUserProfileForbidden) IsServerError

func (o *UpdateUserProfileForbidden) IsServerError() bool

IsServerError returns true when this update user profile forbidden response has a 5xx status code

func (*UpdateUserProfileForbidden) IsSuccess

func (o *UpdateUserProfileForbidden) IsSuccess() bool

IsSuccess returns true when this update user profile forbidden response has a 2xx status code

func (*UpdateUserProfileForbidden) String

func (o *UpdateUserProfileForbidden) String() string

type UpdateUserProfileNotFound

type UpdateUserProfileNotFound struct {
	Payload *models.Error
}

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

Not found

func NewUpdateUserProfileNotFound

func NewUpdateUserProfileNotFound() *UpdateUserProfileNotFound

NewUpdateUserProfileNotFound creates a UpdateUserProfileNotFound with default headers values

func (*UpdateUserProfileNotFound) Code

func (o *UpdateUserProfileNotFound) Code() int

Code gets the status code for the update user profile not found response

func (*UpdateUserProfileNotFound) Error

func (o *UpdateUserProfileNotFound) Error() string

func (*UpdateUserProfileNotFound) GetPayload

func (o *UpdateUserProfileNotFound) GetPayload() *models.Error

func (*UpdateUserProfileNotFound) IsClientError

func (o *UpdateUserProfileNotFound) IsClientError() bool

IsClientError returns true when this update user profile not found response has a 4xx status code

func (*UpdateUserProfileNotFound) IsCode

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

IsCode returns true when this update user profile not found response a status code equal to that given

func (*UpdateUserProfileNotFound) IsRedirect

func (o *UpdateUserProfileNotFound) IsRedirect() bool

IsRedirect returns true when this update user profile not found response has a 3xx status code

func (*UpdateUserProfileNotFound) IsServerError

func (o *UpdateUserProfileNotFound) IsServerError() bool

IsServerError returns true when this update user profile not found response has a 5xx status code

func (*UpdateUserProfileNotFound) IsSuccess

func (o *UpdateUserProfileNotFound) IsSuccess() bool

IsSuccess returns true when this update user profile not found response has a 2xx status code

func (*UpdateUserProfileNotFound) String

func (o *UpdateUserProfileNotFound) String() string

type UpdateUserProfileOK

type UpdateUserProfileOK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SelfUserWithData
}

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

User profile data

func NewUpdateUserProfileOK

func NewUpdateUserProfileOK() *UpdateUserProfileOK

NewUpdateUserProfileOK creates a UpdateUserProfileOK with default headers values

func (*UpdateUserProfileOK) Code

func (o *UpdateUserProfileOK) Code() int

Code gets the status code for the update user profile o k response

func (*UpdateUserProfileOK) Error

func (o *UpdateUserProfileOK) Error() string

func (*UpdateUserProfileOK) GetPayload

func (o *UpdateUserProfileOK) GetPayload() *models.SelfUserWithData

func (*UpdateUserProfileOK) IsClientError

func (o *UpdateUserProfileOK) IsClientError() bool

IsClientError returns true when this update user profile o k response has a 4xx status code

func (*UpdateUserProfileOK) IsCode

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

IsCode returns true when this update user profile o k response a status code equal to that given

func (*UpdateUserProfileOK) IsRedirect

func (o *UpdateUserProfileOK) IsRedirect() bool

IsRedirect returns true when this update user profile o k response has a 3xx status code

func (*UpdateUserProfileOK) IsServerError

func (o *UpdateUserProfileOK) IsServerError() bool

IsServerError returns true when this update user profile o k response has a 5xx status code

func (*UpdateUserProfileOK) IsSuccess

func (o *UpdateUserProfileOK) IsSuccess() bool

IsSuccess returns true when this update user profile o k response has a 2xx status code

func (*UpdateUserProfileOK) String

func (o *UpdateUserProfileOK) String() string

type UpdateUserProfileParams

type UpdateUserProfileParams struct {

	// UpdateUser.
	UpdateUser *models.SelfUserUpdate

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

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

UpdateUserProfileParams contains all the parameters to send to the API endpoint

for the update user profile operation.

Typically these are written to a http.Request.

func NewUpdateUserProfileParams

func NewUpdateUserProfileParams() *UpdateUserProfileParams

NewUpdateUserProfileParams creates a new UpdateUserProfileParams 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 NewUpdateUserProfileParamsWithContext

func NewUpdateUserProfileParamsWithContext(ctx context.Context) *UpdateUserProfileParams

NewUpdateUserProfileParamsWithContext creates a new UpdateUserProfileParams object with the ability to set a context for a request.

func NewUpdateUserProfileParamsWithHTTPClient

func NewUpdateUserProfileParamsWithHTTPClient(client *http.Client) *UpdateUserProfileParams

NewUpdateUserProfileParamsWithHTTPClient creates a new UpdateUserProfileParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserProfileParamsWithTimeout

func NewUpdateUserProfileParamsWithTimeout(timeout time.Duration) *UpdateUserProfileParams

NewUpdateUserProfileParamsWithTimeout creates a new UpdateUserProfileParams object with the ability to set a timeout on a request.

func (*UpdateUserProfileParams) SetContext

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

SetContext adds the context to the update user profile params

func (*UpdateUserProfileParams) SetDefaults

func (o *UpdateUserProfileParams) SetDefaults()

SetDefaults hydrates default values in the update user profile params (not the query body).

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

func (*UpdateUserProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user profile params

func (*UpdateUserProfileParams) SetIfMatch

func (o *UpdateUserProfileParams) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the update user profile params

func (*UpdateUserProfileParams) SetTimeout

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

SetTimeout adds the timeout to the update user profile params

func (*UpdateUserProfileParams) SetUpdateUser

func (o *UpdateUserProfileParams) SetUpdateUser(updateUser *models.SelfUserUpdate)

SetUpdateUser adds the updateUser to the update user profile params

func (*UpdateUserProfileParams) WithContext

WithContext adds the context to the update user profile params

func (*UpdateUserProfileParams) WithDefaults

WithDefaults hydrates default values in the update user profile params (not the query body).

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

func (*UpdateUserProfileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user profile params

func (*UpdateUserProfileParams) WithIfMatch

func (o *UpdateUserProfileParams) WithIfMatch(ifMatch *string) *UpdateUserProfileParams

WithIfMatch adds the ifMatch to the update user profile params

func (*UpdateUserProfileParams) WithTimeout

WithTimeout adds the timeout to the update user profile params

func (*UpdateUserProfileParams) WithUpdateUser

func (o *UpdateUserProfileParams) WithUpdateUser(updateUser *models.SelfUserUpdate) *UpdateUserProfileParams

WithUpdateUser adds the updateUser to the update user profile params

func (*UpdateUserProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserProfilePreconditionFailed

type UpdateUserProfilePreconditionFailed struct {
	Payload *models.Error
}

UpdateUserProfilePreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewUpdateUserProfilePreconditionFailed

func NewUpdateUserProfilePreconditionFailed() *UpdateUserProfilePreconditionFailed

NewUpdateUserProfilePreconditionFailed creates a UpdateUserProfilePreconditionFailed with default headers values

func (*UpdateUserProfilePreconditionFailed) Code

Code gets the status code for the update user profile precondition failed response

func (*UpdateUserProfilePreconditionFailed) Error

func (*UpdateUserProfilePreconditionFailed) GetPayload

func (*UpdateUserProfilePreconditionFailed) IsClientError

func (o *UpdateUserProfilePreconditionFailed) IsClientError() bool

IsClientError returns true when this update user profile precondition failed response has a 4xx status code

func (*UpdateUserProfilePreconditionFailed) IsCode

IsCode returns true when this update user profile precondition failed response a status code equal to that given

func (*UpdateUserProfilePreconditionFailed) IsRedirect

func (o *UpdateUserProfilePreconditionFailed) IsRedirect() bool

IsRedirect returns true when this update user profile precondition failed response has a 3xx status code

func (*UpdateUserProfilePreconditionFailed) IsServerError

func (o *UpdateUserProfilePreconditionFailed) IsServerError() bool

IsServerError returns true when this update user profile precondition failed response has a 5xx status code

func (*UpdateUserProfilePreconditionFailed) IsSuccess

IsSuccess returns true when this update user profile precondition failed response has a 2xx status code

func (*UpdateUserProfilePreconditionFailed) String

type UpdateUserProfileReader

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

UpdateUserProfileReader is a Reader for the UpdateUserProfile structure.

func (*UpdateUserProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserProfileTooManyRequests

type UpdateUserProfileTooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewUpdateUserProfileTooManyRequests

func NewUpdateUserProfileTooManyRequests() *UpdateUserProfileTooManyRequests

NewUpdateUserProfileTooManyRequests creates a UpdateUserProfileTooManyRequests with default headers values

func (*UpdateUserProfileTooManyRequests) Code

Code gets the status code for the update user profile too many requests response

func (*UpdateUserProfileTooManyRequests) Error

func (*UpdateUserProfileTooManyRequests) GetPayload

func (*UpdateUserProfileTooManyRequests) IsClientError

func (o *UpdateUserProfileTooManyRequests) IsClientError() bool

IsClientError returns true when this update user profile too many requests response has a 4xx status code

func (*UpdateUserProfileTooManyRequests) IsCode

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

IsCode returns true when this update user profile too many requests response a status code equal to that given

func (*UpdateUserProfileTooManyRequests) IsRedirect

func (o *UpdateUserProfileTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update user profile too many requests response has a 3xx status code

func (*UpdateUserProfileTooManyRequests) IsServerError

func (o *UpdateUserProfileTooManyRequests) IsServerError() bool

IsServerError returns true when this update user profile too many requests response has a 5xx status code

func (*UpdateUserProfileTooManyRequests) IsSuccess

func (o *UpdateUserProfileTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update user profile too many requests response has a 2xx status code

func (*UpdateUserProfileTooManyRequests) String

type UpdateUserProfileUnauthorized

type UpdateUserProfileUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewUpdateUserProfileUnauthorized

func NewUpdateUserProfileUnauthorized() *UpdateUserProfileUnauthorized

NewUpdateUserProfileUnauthorized creates a UpdateUserProfileUnauthorized with default headers values

func (*UpdateUserProfileUnauthorized) Code

Code gets the status code for the update user profile unauthorized response

func (*UpdateUserProfileUnauthorized) Error

func (*UpdateUserProfileUnauthorized) GetPayload

func (o *UpdateUserProfileUnauthorized) GetPayload() *models.Error

func (*UpdateUserProfileUnauthorized) IsClientError

func (o *UpdateUserProfileUnauthorized) IsClientError() bool

IsClientError returns true when this update user profile unauthorized response has a 4xx status code

func (*UpdateUserProfileUnauthorized) IsCode

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

IsCode returns true when this update user profile unauthorized response a status code equal to that given

func (*UpdateUserProfileUnauthorized) IsRedirect

func (o *UpdateUserProfileUnauthorized) IsRedirect() bool

IsRedirect returns true when this update user profile unauthorized response has a 3xx status code

func (*UpdateUserProfileUnauthorized) IsServerError

func (o *UpdateUserProfileUnauthorized) IsServerError() bool

IsServerError returns true when this update user profile unauthorized response has a 5xx status code

func (*UpdateUserProfileUnauthorized) IsSuccess

func (o *UpdateUserProfileUnauthorized) IsSuccess() bool

IsSuccess returns true when this update user profile unauthorized response has a 2xx status code

func (*UpdateUserProfileUnauthorized) String

type UpdateUserProfileUnprocessableEntity

type UpdateUserProfileUnprocessableEntity struct {
	Payload *models.Error
}

UpdateUserProfileUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewUpdateUserProfileUnprocessableEntity

func NewUpdateUserProfileUnprocessableEntity() *UpdateUserProfileUnprocessableEntity

NewUpdateUserProfileUnprocessableEntity creates a UpdateUserProfileUnprocessableEntity with default headers values

func (*UpdateUserProfileUnprocessableEntity) Code

Code gets the status code for the update user profile unprocessable entity response

func (*UpdateUserProfileUnprocessableEntity) Error

func (*UpdateUserProfileUnprocessableEntity) GetPayload

func (*UpdateUserProfileUnprocessableEntity) IsClientError

func (o *UpdateUserProfileUnprocessableEntity) IsClientError() bool

IsClientError returns true when this update user profile unprocessable entity response has a 4xx status code

func (*UpdateUserProfileUnprocessableEntity) IsCode

IsCode returns true when this update user profile unprocessable entity response a status code equal to that given

func (*UpdateUserProfileUnprocessableEntity) IsRedirect

IsRedirect returns true when this update user profile unprocessable entity response has a 3xx status code

func (*UpdateUserProfileUnprocessableEntity) IsServerError

func (o *UpdateUserProfileUnprocessableEntity) IsServerError() bool

IsServerError returns true when this update user profile unprocessable entity response has a 5xx status code

func (*UpdateUserProfileUnprocessableEntity) IsSuccess

IsSuccess returns true when this update user profile unprocessable entity response has a 2xx status code

func (*UpdateUserProfileUnprocessableEntity) String

type UpdateUserProfileV2BadRequest

type UpdateUserProfileV2BadRequest struct {
	Payload *models.Error
}

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

Bad request

func NewUpdateUserProfileV2BadRequest

func NewUpdateUserProfileV2BadRequest() *UpdateUserProfileV2BadRequest

NewUpdateUserProfileV2BadRequest creates a UpdateUserProfileV2BadRequest with default headers values

func (*UpdateUserProfileV2BadRequest) Code

Code gets the status code for the update user profile v2 bad request response

func (*UpdateUserProfileV2BadRequest) Error

func (*UpdateUserProfileV2BadRequest) GetPayload

func (o *UpdateUserProfileV2BadRequest) GetPayload() *models.Error

func (*UpdateUserProfileV2BadRequest) IsClientError

func (o *UpdateUserProfileV2BadRequest) IsClientError() bool

IsClientError returns true when this update user profile v2 bad request response has a 4xx status code

func (*UpdateUserProfileV2BadRequest) IsCode

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

IsCode returns true when this update user profile v2 bad request response a status code equal to that given

func (*UpdateUserProfileV2BadRequest) IsRedirect

func (o *UpdateUserProfileV2BadRequest) IsRedirect() bool

IsRedirect returns true when this update user profile v2 bad request response has a 3xx status code

func (*UpdateUserProfileV2BadRequest) IsServerError

func (o *UpdateUserProfileV2BadRequest) IsServerError() bool

IsServerError returns true when this update user profile v2 bad request response has a 5xx status code

func (*UpdateUserProfileV2BadRequest) IsSuccess

func (o *UpdateUserProfileV2BadRequest) IsSuccess() bool

IsSuccess returns true when this update user profile v2 bad request response has a 2xx status code

func (*UpdateUserProfileV2BadRequest) String

type UpdateUserProfileV2Conflict

type UpdateUserProfileV2Conflict struct {
	Payload *models.Error
}

UpdateUserProfileV2Conflict describes a response with status code 409, with default header values.

Conflict

func NewUpdateUserProfileV2Conflict

func NewUpdateUserProfileV2Conflict() *UpdateUserProfileV2Conflict

NewUpdateUserProfileV2Conflict creates a UpdateUserProfileV2Conflict with default headers values

func (*UpdateUserProfileV2Conflict) Code

func (o *UpdateUserProfileV2Conflict) Code() int

Code gets the status code for the update user profile v2 conflict response

func (*UpdateUserProfileV2Conflict) Error

func (*UpdateUserProfileV2Conflict) GetPayload

func (o *UpdateUserProfileV2Conflict) GetPayload() *models.Error

func (*UpdateUserProfileV2Conflict) IsClientError

func (o *UpdateUserProfileV2Conflict) IsClientError() bool

IsClientError returns true when this update user profile v2 conflict response has a 4xx status code

func (*UpdateUserProfileV2Conflict) IsCode

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

IsCode returns true when this update user profile v2 conflict response a status code equal to that given

func (*UpdateUserProfileV2Conflict) IsRedirect

func (o *UpdateUserProfileV2Conflict) IsRedirect() bool

IsRedirect returns true when this update user profile v2 conflict response has a 3xx status code

func (*UpdateUserProfileV2Conflict) IsServerError

func (o *UpdateUserProfileV2Conflict) IsServerError() bool

IsServerError returns true when this update user profile v2 conflict response has a 5xx status code

func (*UpdateUserProfileV2Conflict) IsSuccess

func (o *UpdateUserProfileV2Conflict) IsSuccess() bool

IsSuccess returns true when this update user profile v2 conflict response has a 2xx status code

func (*UpdateUserProfileV2Conflict) String

func (o *UpdateUserProfileV2Conflict) String() string

type UpdateUserProfileV2Forbidden

type UpdateUserProfileV2Forbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewUpdateUserProfileV2Forbidden

func NewUpdateUserProfileV2Forbidden() *UpdateUserProfileV2Forbidden

NewUpdateUserProfileV2Forbidden creates a UpdateUserProfileV2Forbidden with default headers values

func (*UpdateUserProfileV2Forbidden) Code

Code gets the status code for the update user profile v2 forbidden response

func (*UpdateUserProfileV2Forbidden) Error

func (*UpdateUserProfileV2Forbidden) GetPayload

func (o *UpdateUserProfileV2Forbidden) GetPayload() *models.Error

func (*UpdateUserProfileV2Forbidden) IsClientError

func (o *UpdateUserProfileV2Forbidden) IsClientError() bool

IsClientError returns true when this update user profile v2 forbidden response has a 4xx status code

func (*UpdateUserProfileV2Forbidden) IsCode

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

IsCode returns true when this update user profile v2 forbidden response a status code equal to that given

func (*UpdateUserProfileV2Forbidden) IsRedirect

func (o *UpdateUserProfileV2Forbidden) IsRedirect() bool

IsRedirect returns true when this update user profile v2 forbidden response has a 3xx status code

func (*UpdateUserProfileV2Forbidden) IsServerError

func (o *UpdateUserProfileV2Forbidden) IsServerError() bool

IsServerError returns true when this update user profile v2 forbidden response has a 5xx status code

func (*UpdateUserProfileV2Forbidden) IsSuccess

func (o *UpdateUserProfileV2Forbidden) IsSuccess() bool

IsSuccess returns true when this update user profile v2 forbidden response has a 2xx status code

func (*UpdateUserProfileV2Forbidden) String

type UpdateUserProfileV2NotFound

type UpdateUserProfileV2NotFound struct {
	Payload *models.Error
}

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

Not found

func NewUpdateUserProfileV2NotFound

func NewUpdateUserProfileV2NotFound() *UpdateUserProfileV2NotFound

NewUpdateUserProfileV2NotFound creates a UpdateUserProfileV2NotFound with default headers values

func (*UpdateUserProfileV2NotFound) Code

func (o *UpdateUserProfileV2NotFound) Code() int

Code gets the status code for the update user profile v2 not found response

func (*UpdateUserProfileV2NotFound) Error

func (*UpdateUserProfileV2NotFound) GetPayload

func (o *UpdateUserProfileV2NotFound) GetPayload() *models.Error

func (*UpdateUserProfileV2NotFound) IsClientError

func (o *UpdateUserProfileV2NotFound) IsClientError() bool

IsClientError returns true when this update user profile v2 not found response has a 4xx status code

func (*UpdateUserProfileV2NotFound) IsCode

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

IsCode returns true when this update user profile v2 not found response a status code equal to that given

func (*UpdateUserProfileV2NotFound) IsRedirect

func (o *UpdateUserProfileV2NotFound) IsRedirect() bool

IsRedirect returns true when this update user profile v2 not found response has a 3xx status code

func (*UpdateUserProfileV2NotFound) IsServerError

func (o *UpdateUserProfileV2NotFound) IsServerError() bool

IsServerError returns true when this update user profile v2 not found response has a 5xx status code

func (*UpdateUserProfileV2NotFound) IsSuccess

func (o *UpdateUserProfileV2NotFound) IsSuccess() bool

IsSuccess returns true when this update user profile v2 not found response has a 2xx status code

func (*UpdateUserProfileV2NotFound) String

func (o *UpdateUserProfileV2NotFound) String() string

type UpdateUserProfileV2OK

type UpdateUserProfileV2OK struct {

	/* The ETag HTTP header is an identifier for a specific version of a resource

	in:header

	     Format: etag
	*/
	Etag string

	Payload *models.SelfUserWithDataV2
}

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

User profile data

func NewUpdateUserProfileV2OK

func NewUpdateUserProfileV2OK() *UpdateUserProfileV2OK

NewUpdateUserProfileV2OK creates a UpdateUserProfileV2OK with default headers values

func (*UpdateUserProfileV2OK) Code

func (o *UpdateUserProfileV2OK) Code() int

Code gets the status code for the update user profile v2 o k response

func (*UpdateUserProfileV2OK) Error

func (o *UpdateUserProfileV2OK) Error() string

func (*UpdateUserProfileV2OK) GetPayload

func (*UpdateUserProfileV2OK) IsClientError

func (o *UpdateUserProfileV2OK) IsClientError() bool

IsClientError returns true when this update user profile v2 o k response has a 4xx status code

func (*UpdateUserProfileV2OK) IsCode

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

IsCode returns true when this update user profile v2 o k response a status code equal to that given

func (*UpdateUserProfileV2OK) IsRedirect

func (o *UpdateUserProfileV2OK) IsRedirect() bool

IsRedirect returns true when this update user profile v2 o k response has a 3xx status code

func (*UpdateUserProfileV2OK) IsServerError

func (o *UpdateUserProfileV2OK) IsServerError() bool

IsServerError returns true when this update user profile v2 o k response has a 5xx status code

func (*UpdateUserProfileV2OK) IsSuccess

func (o *UpdateUserProfileV2OK) IsSuccess() bool

IsSuccess returns true when this update user profile v2 o k response has a 2xx status code

func (*UpdateUserProfileV2OK) String

func (o *UpdateUserProfileV2OK) String() string

type UpdateUserProfileV2Params

type UpdateUserProfileV2Params struct {

	// UpdateUser.
	UpdateUser *models.SelfUserUpdate

	/* IfMatch.

	   A server will only return requested resources if the resource matches one of the listed ETag value

	   Format: etag
	*/
	IfMatch *string

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

UpdateUserProfileV2Params contains all the parameters to send to the API endpoint

for the update user profile v2 operation.

Typically these are written to a http.Request.

func NewUpdateUserProfileV2Params

func NewUpdateUserProfileV2Params() *UpdateUserProfileV2Params

NewUpdateUserProfileV2Params creates a new UpdateUserProfileV2Params 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 NewUpdateUserProfileV2ParamsWithContext

func NewUpdateUserProfileV2ParamsWithContext(ctx context.Context) *UpdateUserProfileV2Params

NewUpdateUserProfileV2ParamsWithContext creates a new UpdateUserProfileV2Params object with the ability to set a context for a request.

func NewUpdateUserProfileV2ParamsWithHTTPClient

func NewUpdateUserProfileV2ParamsWithHTTPClient(client *http.Client) *UpdateUserProfileV2Params

NewUpdateUserProfileV2ParamsWithHTTPClient creates a new UpdateUserProfileV2Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateUserProfileV2ParamsWithTimeout

func NewUpdateUserProfileV2ParamsWithTimeout(timeout time.Duration) *UpdateUserProfileV2Params

NewUpdateUserProfileV2ParamsWithTimeout creates a new UpdateUserProfileV2Params object with the ability to set a timeout on a request.

func (*UpdateUserProfileV2Params) SetContext

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

SetContext adds the context to the update user profile v2 params

func (*UpdateUserProfileV2Params) SetDefaults

func (o *UpdateUserProfileV2Params) SetDefaults()

SetDefaults hydrates default values in the update user profile v2 params (not the query body).

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

func (*UpdateUserProfileV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user profile v2 params

func (*UpdateUserProfileV2Params) SetIfMatch

func (o *UpdateUserProfileV2Params) SetIfMatch(ifMatch *string)

SetIfMatch adds the ifMatch to the update user profile v2 params

func (*UpdateUserProfileV2Params) SetTimeout

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

SetTimeout adds the timeout to the update user profile v2 params

func (*UpdateUserProfileV2Params) SetUpdateUser

func (o *UpdateUserProfileV2Params) SetUpdateUser(updateUser *models.SelfUserUpdate)

SetUpdateUser adds the updateUser to the update user profile v2 params

func (*UpdateUserProfileV2Params) WithContext

WithContext adds the context to the update user profile v2 params

func (*UpdateUserProfileV2Params) WithDefaults

WithDefaults hydrates default values in the update user profile v2 params (not the query body).

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

func (*UpdateUserProfileV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update user profile v2 params

func (*UpdateUserProfileV2Params) WithIfMatch

WithIfMatch adds the ifMatch to the update user profile v2 params

func (*UpdateUserProfileV2Params) WithTimeout

WithTimeout adds the timeout to the update user profile v2 params

func (*UpdateUserProfileV2Params) WithUpdateUser

WithUpdateUser adds the updateUser to the update user profile v2 params

func (*UpdateUserProfileV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserProfileV2PreconditionFailed

type UpdateUserProfileV2PreconditionFailed struct {
	Payload *models.Error
}

UpdateUserProfileV2PreconditionFailed describes a response with status code 412, with default header values.

Payload too large

func NewUpdateUserProfileV2PreconditionFailed

func NewUpdateUserProfileV2PreconditionFailed() *UpdateUserProfileV2PreconditionFailed

NewUpdateUserProfileV2PreconditionFailed creates a UpdateUserProfileV2PreconditionFailed with default headers values

func (*UpdateUserProfileV2PreconditionFailed) Code

Code gets the status code for the update user profile v2 precondition failed response

func (*UpdateUserProfileV2PreconditionFailed) Error

func (*UpdateUserProfileV2PreconditionFailed) GetPayload

func (*UpdateUserProfileV2PreconditionFailed) IsClientError

func (o *UpdateUserProfileV2PreconditionFailed) IsClientError() bool

IsClientError returns true when this update user profile v2 precondition failed response has a 4xx status code

func (*UpdateUserProfileV2PreconditionFailed) IsCode

IsCode returns true when this update user profile v2 precondition failed response a status code equal to that given

func (*UpdateUserProfileV2PreconditionFailed) IsRedirect

IsRedirect returns true when this update user profile v2 precondition failed response has a 3xx status code

func (*UpdateUserProfileV2PreconditionFailed) IsServerError

func (o *UpdateUserProfileV2PreconditionFailed) IsServerError() bool

IsServerError returns true when this update user profile v2 precondition failed response has a 5xx status code

func (*UpdateUserProfileV2PreconditionFailed) IsSuccess

IsSuccess returns true when this update user profile v2 precondition failed response has a 2xx status code

func (*UpdateUserProfileV2PreconditionFailed) String

type UpdateUserProfileV2Reader

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

UpdateUserProfileV2Reader is a Reader for the UpdateUserProfileV2 structure.

func (*UpdateUserProfileV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserProfileV2TooManyRequests

type UpdateUserProfileV2TooManyRequests struct {
	Payload *models.Error
}

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

Too many requests

func NewUpdateUserProfileV2TooManyRequests

func NewUpdateUserProfileV2TooManyRequests() *UpdateUserProfileV2TooManyRequests

NewUpdateUserProfileV2TooManyRequests creates a UpdateUserProfileV2TooManyRequests with default headers values

func (*UpdateUserProfileV2TooManyRequests) Code

Code gets the status code for the update user profile v2 too many requests response

func (*UpdateUserProfileV2TooManyRequests) Error

func (*UpdateUserProfileV2TooManyRequests) GetPayload

func (*UpdateUserProfileV2TooManyRequests) IsClientError

func (o *UpdateUserProfileV2TooManyRequests) IsClientError() bool

IsClientError returns true when this update user profile v2 too many requests response has a 4xx status code

func (*UpdateUserProfileV2TooManyRequests) IsCode

IsCode returns true when this update user profile v2 too many requests response a status code equal to that given

func (*UpdateUserProfileV2TooManyRequests) IsRedirect

func (o *UpdateUserProfileV2TooManyRequests) IsRedirect() bool

IsRedirect returns true when this update user profile v2 too many requests response has a 3xx status code

func (*UpdateUserProfileV2TooManyRequests) IsServerError

func (o *UpdateUserProfileV2TooManyRequests) IsServerError() bool

IsServerError returns true when this update user profile v2 too many requests response has a 5xx status code

func (*UpdateUserProfileV2TooManyRequests) IsSuccess

IsSuccess returns true when this update user profile v2 too many requests response has a 2xx status code

func (*UpdateUserProfileV2TooManyRequests) String

type UpdateUserProfileV2Unauthorized

type UpdateUserProfileV2Unauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewUpdateUserProfileV2Unauthorized

func NewUpdateUserProfileV2Unauthorized() *UpdateUserProfileV2Unauthorized

NewUpdateUserProfileV2Unauthorized creates a UpdateUserProfileV2Unauthorized with default headers values

func (*UpdateUserProfileV2Unauthorized) Code

Code gets the status code for the update user profile v2 unauthorized response

func (*UpdateUserProfileV2Unauthorized) Error

func (*UpdateUserProfileV2Unauthorized) GetPayload

func (o *UpdateUserProfileV2Unauthorized) GetPayload() *models.Error

func (*UpdateUserProfileV2Unauthorized) IsClientError

func (o *UpdateUserProfileV2Unauthorized) IsClientError() bool

IsClientError returns true when this update user profile v2 unauthorized response has a 4xx status code

func (*UpdateUserProfileV2Unauthorized) IsCode

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

IsCode returns true when this update user profile v2 unauthorized response a status code equal to that given

func (*UpdateUserProfileV2Unauthorized) IsRedirect

func (o *UpdateUserProfileV2Unauthorized) IsRedirect() bool

IsRedirect returns true when this update user profile v2 unauthorized response has a 3xx status code

func (*UpdateUserProfileV2Unauthorized) IsServerError

func (o *UpdateUserProfileV2Unauthorized) IsServerError() bool

IsServerError returns true when this update user profile v2 unauthorized response has a 5xx status code

func (*UpdateUserProfileV2Unauthorized) IsSuccess

func (o *UpdateUserProfileV2Unauthorized) IsSuccess() bool

IsSuccess returns true when this update user profile v2 unauthorized response has a 2xx status code

func (*UpdateUserProfileV2Unauthorized) String

type UpdateUserProfileV2UnprocessableEntity

type UpdateUserProfileV2UnprocessableEntity struct {
	Payload *models.Error
}

UpdateUserProfileV2UnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable entity

func NewUpdateUserProfileV2UnprocessableEntity

func NewUpdateUserProfileV2UnprocessableEntity() *UpdateUserProfileV2UnprocessableEntity

NewUpdateUserProfileV2UnprocessableEntity creates a UpdateUserProfileV2UnprocessableEntity with default headers values

func (*UpdateUserProfileV2UnprocessableEntity) Code

Code gets the status code for the update user profile v2 unprocessable entity response

func (*UpdateUserProfileV2UnprocessableEntity) Error

func (*UpdateUserProfileV2UnprocessableEntity) GetPayload

func (*UpdateUserProfileV2UnprocessableEntity) IsClientError

func (o *UpdateUserProfileV2UnprocessableEntity) IsClientError() bool

IsClientError returns true when this update user profile v2 unprocessable entity response has a 4xx status code

func (*UpdateUserProfileV2UnprocessableEntity) IsCode

IsCode returns true when this update user profile v2 unprocessable entity response a status code equal to that given

func (*UpdateUserProfileV2UnprocessableEntity) IsRedirect

IsRedirect returns true when this update user profile v2 unprocessable entity response has a 3xx status code

func (*UpdateUserProfileV2UnprocessableEntity) IsServerError

func (o *UpdateUserProfileV2UnprocessableEntity) IsServerError() bool

IsServerError returns true when this update user profile v2 unprocessable entity response has a 5xx status code

func (*UpdateUserProfileV2UnprocessableEntity) IsSuccess

IsSuccess returns true when this update user profile v2 unprocessable entity response has a 2xx status code

func (*UpdateUserProfileV2UnprocessableEntity) String

Jump to

Keyboard shortcuts

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