teams

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteTeam deletes team
	*/
	DeleteTeam(ctx context.Context, params *DeleteTeamParams) (*DeleteTeamNoContent, error)
	/*
	   DeleteTeamMembers deletes team members
	*/
	DeleteTeamMembers(ctx context.Context, params *DeleteTeamMembersParams) (*DeleteTeamMembersNoContent, error)
	/*
	   GetTeam gets team
	*/
	GetTeam(ctx context.Context, params *GetTeamParams) (*GetTeamOK, error)
	/*
	   GetTeamMembers gets team membership
	*/
	GetTeamMembers(ctx context.Context, params *GetTeamMembersParams) (*GetTeamMembersOK, error)
	/*
	   GetTeams gets team listing
	*/
	GetTeams(ctx context.Context, params *GetTeamsParams) (*GetTeamsOK, error)
	/*
	   PatchTeam updates team
	*/
	PatchTeam(ctx context.Context, params *PatchTeamParams) (*PatchTeamOK, error)
	/*
	   PostTeamMembers adds team members
	*/
	PostTeamMembers(ctx context.Context, params *PostTeamMembersParams) (*PostTeamMembersOK, error)
	/*
	   PostTeams creates a team
	*/
	PostTeams(ctx context.Context, params *PostTeamsParams) (*PostTeamsOK, error)
	/*
	   PostTeamsSearch searches resources
	*/
	PostTeamsSearch(ctx context.Context, params *PostTeamsSearchParams) (*PostTeamsSearchOK, error)
}

API is the interface of the teams client

type Client

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

Client for teams API

func New

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

New creates a new teams API client.

func (*Client) DeleteTeam

func (a *Client) DeleteTeam(ctx context.Context, params *DeleteTeamParams) (*DeleteTeamNoContent, error)

DeleteTeam deletes team

func (*Client) DeleteTeamMembers

func (a *Client) DeleteTeamMembers(ctx context.Context, params *DeleteTeamMembersParams) (*DeleteTeamMembersNoContent, error)

DeleteTeamMembers deletes team members

func (*Client) GetTeam

func (a *Client) GetTeam(ctx context.Context, params *GetTeamParams) (*GetTeamOK, error)

GetTeam gets team

func (*Client) GetTeamMembers

func (a *Client) GetTeamMembers(ctx context.Context, params *GetTeamMembersParams) (*GetTeamMembersOK, error)

GetTeamMembers gets team membership

func (*Client) GetTeams

func (a *Client) GetTeams(ctx context.Context, params *GetTeamsParams) (*GetTeamsOK, error)

GetTeams gets team listing

func (*Client) PatchTeam

func (a *Client) PatchTeam(ctx context.Context, params *PatchTeamParams) (*PatchTeamOK, error)

PatchTeam updates team

func (*Client) PostTeamMembers

func (a *Client) PostTeamMembers(ctx context.Context, params *PostTeamMembersParams) (*PostTeamMembersOK, error)

PostTeamMembers adds team members

func (*Client) PostTeams

func (a *Client) PostTeams(ctx context.Context, params *PostTeamsParams) (*PostTeamsOK, error)

PostTeams creates a team

func (*Client) PostTeamsSearch

func (a *Client) PostTeamsSearch(ctx context.Context, params *PostTeamsSearchParams) (*PostTeamsSearchOK, error)

PostTeamsSearch searches resources

type DeleteTeamBadRequest

type DeleteTeamBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamBadRequest

func NewDeleteTeamBadRequest() *DeleteTeamBadRequest

NewDeleteTeamBadRequest creates a DeleteTeamBadRequest with default headers values

func (*DeleteTeamBadRequest) Error

func (o *DeleteTeamBadRequest) Error() string

func (*DeleteTeamBadRequest) GetPayload

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

func (*DeleteTeamBadRequest) IsClientError

func (o *DeleteTeamBadRequest) IsClientError() bool

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

func (*DeleteTeamBadRequest) IsCode

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

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

func (*DeleteTeamBadRequest) IsRedirect

func (o *DeleteTeamBadRequest) IsRedirect() bool

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

func (*DeleteTeamBadRequest) IsServerError

func (o *DeleteTeamBadRequest) IsServerError() bool

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

func (*DeleteTeamBadRequest) IsSuccess

func (o *DeleteTeamBadRequest) IsSuccess() bool

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

func (*DeleteTeamBadRequest) String

func (o *DeleteTeamBadRequest) String() string

type DeleteTeamForbidden

type DeleteTeamForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteTeamForbidden

func NewDeleteTeamForbidden() *DeleteTeamForbidden

NewDeleteTeamForbidden creates a DeleteTeamForbidden with default headers values

func (*DeleteTeamForbidden) Error

func (o *DeleteTeamForbidden) Error() string

func (*DeleteTeamForbidden) GetPayload

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

func (*DeleteTeamForbidden) IsClientError

func (o *DeleteTeamForbidden) IsClientError() bool

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

func (*DeleteTeamForbidden) IsCode

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

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

func (*DeleteTeamForbidden) IsRedirect

func (o *DeleteTeamForbidden) IsRedirect() bool

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

func (*DeleteTeamForbidden) IsServerError

func (o *DeleteTeamForbidden) IsServerError() bool

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

func (*DeleteTeamForbidden) IsSuccess

func (o *DeleteTeamForbidden) IsSuccess() bool

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

func (*DeleteTeamForbidden) String

func (o *DeleteTeamForbidden) String() string

type DeleteTeamGatewayTimeout

type DeleteTeamGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteTeamGatewayTimeout

func NewDeleteTeamGatewayTimeout() *DeleteTeamGatewayTimeout

NewDeleteTeamGatewayTimeout creates a DeleteTeamGatewayTimeout with default headers values

func (*DeleteTeamGatewayTimeout) Error

func (o *DeleteTeamGatewayTimeout) Error() string

func (*DeleteTeamGatewayTimeout) GetPayload

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

func (*DeleteTeamGatewayTimeout) IsClientError

func (o *DeleteTeamGatewayTimeout) IsClientError() bool

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

func (*DeleteTeamGatewayTimeout) IsCode

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

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

func (*DeleteTeamGatewayTimeout) IsRedirect

func (o *DeleteTeamGatewayTimeout) IsRedirect() bool

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

func (*DeleteTeamGatewayTimeout) IsServerError

func (o *DeleteTeamGatewayTimeout) IsServerError() bool

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

func (*DeleteTeamGatewayTimeout) IsSuccess

func (o *DeleteTeamGatewayTimeout) IsSuccess() bool

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

func (*DeleteTeamGatewayTimeout) String

func (o *DeleteTeamGatewayTimeout) String() string

type DeleteTeamInternalServerError

type DeleteTeamInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamInternalServerError

func NewDeleteTeamInternalServerError() *DeleteTeamInternalServerError

NewDeleteTeamInternalServerError creates a DeleteTeamInternalServerError with default headers values

func (*DeleteTeamInternalServerError) Error

func (*DeleteTeamInternalServerError) GetPayload

func (*DeleteTeamInternalServerError) IsClientError

func (o *DeleteTeamInternalServerError) IsClientError() bool

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

func (*DeleteTeamInternalServerError) IsCode

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

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

func (*DeleteTeamInternalServerError) IsRedirect

func (o *DeleteTeamInternalServerError) IsRedirect() bool

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

func (*DeleteTeamInternalServerError) IsServerError

func (o *DeleteTeamInternalServerError) IsServerError() bool

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

func (*DeleteTeamInternalServerError) IsSuccess

func (o *DeleteTeamInternalServerError) IsSuccess() bool

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

func (*DeleteTeamInternalServerError) String

type DeleteTeamMembersBadRequest

type DeleteTeamMembersBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersBadRequest

func NewDeleteTeamMembersBadRequest() *DeleteTeamMembersBadRequest

NewDeleteTeamMembersBadRequest creates a DeleteTeamMembersBadRequest with default headers values

func (*DeleteTeamMembersBadRequest) Error

func (*DeleteTeamMembersBadRequest) GetPayload

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

func (*DeleteTeamMembersBadRequest) IsClientError

func (o *DeleteTeamMembersBadRequest) IsClientError() bool

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

func (*DeleteTeamMembersBadRequest) IsCode

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

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

func (*DeleteTeamMembersBadRequest) IsRedirect

func (o *DeleteTeamMembersBadRequest) IsRedirect() bool

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

func (*DeleteTeamMembersBadRequest) IsServerError

func (o *DeleteTeamMembersBadRequest) IsServerError() bool

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

func (*DeleteTeamMembersBadRequest) IsSuccess

func (o *DeleteTeamMembersBadRequest) IsSuccess() bool

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

func (*DeleteTeamMembersBadRequest) String

func (o *DeleteTeamMembersBadRequest) String() string

type DeleteTeamMembersForbidden

type DeleteTeamMembersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteTeamMembersForbidden

func NewDeleteTeamMembersForbidden() *DeleteTeamMembersForbidden

NewDeleteTeamMembersForbidden creates a DeleteTeamMembersForbidden with default headers values

func (*DeleteTeamMembersForbidden) Error

func (*DeleteTeamMembersForbidden) GetPayload

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

func (*DeleteTeamMembersForbidden) IsClientError

func (o *DeleteTeamMembersForbidden) IsClientError() bool

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

func (*DeleteTeamMembersForbidden) IsCode

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

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

func (*DeleteTeamMembersForbidden) IsRedirect

func (o *DeleteTeamMembersForbidden) IsRedirect() bool

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

func (*DeleteTeamMembersForbidden) IsServerError

func (o *DeleteTeamMembersForbidden) IsServerError() bool

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

func (*DeleteTeamMembersForbidden) IsSuccess

func (o *DeleteTeamMembersForbidden) IsSuccess() bool

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

func (*DeleteTeamMembersForbidden) String

func (o *DeleteTeamMembersForbidden) String() string

type DeleteTeamMembersGatewayTimeout

type DeleteTeamMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteTeamMembersGatewayTimeout

func NewDeleteTeamMembersGatewayTimeout() *DeleteTeamMembersGatewayTimeout

NewDeleteTeamMembersGatewayTimeout creates a DeleteTeamMembersGatewayTimeout with default headers values

func (*DeleteTeamMembersGatewayTimeout) Error

func (*DeleteTeamMembersGatewayTimeout) GetPayload

func (*DeleteTeamMembersGatewayTimeout) IsClientError

func (o *DeleteTeamMembersGatewayTimeout) IsClientError() bool

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

func (*DeleteTeamMembersGatewayTimeout) IsCode

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

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

func (*DeleteTeamMembersGatewayTimeout) IsRedirect

func (o *DeleteTeamMembersGatewayTimeout) IsRedirect() bool

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

func (*DeleteTeamMembersGatewayTimeout) IsServerError

func (o *DeleteTeamMembersGatewayTimeout) IsServerError() bool

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

func (*DeleteTeamMembersGatewayTimeout) IsSuccess

func (o *DeleteTeamMembersGatewayTimeout) IsSuccess() bool

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

func (*DeleteTeamMembersGatewayTimeout) String

type DeleteTeamMembersInternalServerError

type DeleteTeamMembersInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersInternalServerError

func NewDeleteTeamMembersInternalServerError() *DeleteTeamMembersInternalServerError

NewDeleteTeamMembersInternalServerError creates a DeleteTeamMembersInternalServerError with default headers values

func (*DeleteTeamMembersInternalServerError) Error

func (*DeleteTeamMembersInternalServerError) GetPayload

func (*DeleteTeamMembersInternalServerError) IsClientError

func (o *DeleteTeamMembersInternalServerError) IsClientError() bool

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

func (*DeleteTeamMembersInternalServerError) IsCode

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

func (*DeleteTeamMembersInternalServerError) IsRedirect

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

func (*DeleteTeamMembersInternalServerError) IsServerError

func (o *DeleteTeamMembersInternalServerError) IsServerError() bool

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

func (*DeleteTeamMembersInternalServerError) IsSuccess

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

func (*DeleteTeamMembersInternalServerError) String

type DeleteTeamMembersNoContent

type DeleteTeamMembersNoContent struct {
}

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

Success, team members are removed

func NewDeleteTeamMembersNoContent

func NewDeleteTeamMembersNoContent() *DeleteTeamMembersNoContent

NewDeleteTeamMembersNoContent creates a DeleteTeamMembersNoContent with default headers values

func (*DeleteTeamMembersNoContent) Error

func (*DeleteTeamMembersNoContent) IsClientError

func (o *DeleteTeamMembersNoContent) IsClientError() bool

IsClientError returns true when this delete team members no content response has a 4xx status code

func (*DeleteTeamMembersNoContent) IsCode

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

IsCode returns true when this delete team members no content response a status code equal to that given

func (*DeleteTeamMembersNoContent) IsRedirect

func (o *DeleteTeamMembersNoContent) IsRedirect() bool

IsRedirect returns true when this delete team members no content response has a 3xx status code

func (*DeleteTeamMembersNoContent) IsServerError

func (o *DeleteTeamMembersNoContent) IsServerError() bool

IsServerError returns true when this delete team members no content response has a 5xx status code

func (*DeleteTeamMembersNoContent) IsSuccess

func (o *DeleteTeamMembersNoContent) IsSuccess() bool

IsSuccess returns true when this delete team members no content response has a 2xx status code

func (*DeleteTeamMembersNoContent) String

func (o *DeleteTeamMembersNoContent) String() string

type DeleteTeamMembersNotFound

type DeleteTeamMembersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteTeamMembersNotFound

func NewDeleteTeamMembersNotFound() *DeleteTeamMembersNotFound

NewDeleteTeamMembersNotFound creates a DeleteTeamMembersNotFound with default headers values

func (*DeleteTeamMembersNotFound) Error

func (o *DeleteTeamMembersNotFound) Error() string

func (*DeleteTeamMembersNotFound) GetPayload

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

func (*DeleteTeamMembersNotFound) IsClientError

func (o *DeleteTeamMembersNotFound) IsClientError() bool

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

func (*DeleteTeamMembersNotFound) IsCode

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

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

func (*DeleteTeamMembersNotFound) IsRedirect

func (o *DeleteTeamMembersNotFound) IsRedirect() bool

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

func (*DeleteTeamMembersNotFound) IsServerError

func (o *DeleteTeamMembersNotFound) IsServerError() bool

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

func (*DeleteTeamMembersNotFound) IsSuccess

func (o *DeleteTeamMembersNotFound) IsSuccess() bool

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

func (*DeleteTeamMembersNotFound) String

func (o *DeleteTeamMembersNotFound) String() string

type DeleteTeamMembersParams

type DeleteTeamMembersParams struct {

	/* ID.

	   Comma separated list of member ids to remove
	*/
	ID string

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

DeleteTeamMembersParams contains all the parameters to send to the API endpoint

for the delete team members operation.

Typically these are written to a http.Request.

func NewDeleteTeamMembersParams

func NewDeleteTeamMembersParams() *DeleteTeamMembersParams

NewDeleteTeamMembersParams creates a new DeleteTeamMembersParams 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 NewDeleteTeamMembersParamsWithContext

func NewDeleteTeamMembersParamsWithContext(ctx context.Context) *DeleteTeamMembersParams

NewDeleteTeamMembersParamsWithContext creates a new DeleteTeamMembersParams object with the ability to set a context for a request.

func NewDeleteTeamMembersParamsWithHTTPClient

func NewDeleteTeamMembersParamsWithHTTPClient(client *http.Client) *DeleteTeamMembersParams

NewDeleteTeamMembersParamsWithHTTPClient creates a new DeleteTeamMembersParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTeamMembersParamsWithTimeout

func NewDeleteTeamMembersParamsWithTimeout(timeout time.Duration) *DeleteTeamMembersParams

NewDeleteTeamMembersParamsWithTimeout creates a new DeleteTeamMembersParams object with the ability to set a timeout on a request.

func (*DeleteTeamMembersParams) SetContext

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

SetContext adds the context to the delete team members params

func (*DeleteTeamMembersParams) SetDefaults

func (o *DeleteTeamMembersParams) SetDefaults()

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

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

func (*DeleteTeamMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete team members params

func (*DeleteTeamMembersParams) SetID

func (o *DeleteTeamMembersParams) SetID(id string)

SetID adds the id to the delete team members params

func (*DeleteTeamMembersParams) SetTeamID

func (o *DeleteTeamMembersParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the delete team members params

func (*DeleteTeamMembersParams) SetTimeout

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

SetTimeout adds the timeout to the delete team members params

func (*DeleteTeamMembersParams) WithContext

WithContext adds the context to the delete team members params

func (*DeleteTeamMembersParams) WithDefaults

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

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

func (*DeleteTeamMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete team members params

func (*DeleteTeamMembersParams) WithID

WithID adds the id to the delete team members params

func (*DeleteTeamMembersParams) WithTeamID

WithTeamID adds the teamID to the delete team members params

func (*DeleteTeamMembersParams) WithTimeout

WithTimeout adds the timeout to the delete team members params

func (*DeleteTeamMembersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteTeamMembersReader

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

DeleteTeamMembersReader is a Reader for the DeleteTeamMembers structure.

func (*DeleteTeamMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTeamMembersRequestEntityTooLarge

type DeleteTeamMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersRequestEntityTooLarge

func NewDeleteTeamMembersRequestEntityTooLarge() *DeleteTeamMembersRequestEntityTooLarge

NewDeleteTeamMembersRequestEntityTooLarge creates a DeleteTeamMembersRequestEntityTooLarge with default headers values

func (*DeleteTeamMembersRequestEntityTooLarge) Error

func (*DeleteTeamMembersRequestEntityTooLarge) GetPayload

func (*DeleteTeamMembersRequestEntityTooLarge) IsClientError

func (o *DeleteTeamMembersRequestEntityTooLarge) IsClientError() bool

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

func (*DeleteTeamMembersRequestEntityTooLarge) IsCode

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

func (*DeleteTeamMembersRequestEntityTooLarge) IsRedirect

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

func (*DeleteTeamMembersRequestEntityTooLarge) IsServerError

func (o *DeleteTeamMembersRequestEntityTooLarge) IsServerError() bool

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

func (*DeleteTeamMembersRequestEntityTooLarge) IsSuccess

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

func (*DeleteTeamMembersRequestEntityTooLarge) String

type DeleteTeamMembersRequestTimeout

type DeleteTeamMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersRequestTimeout

func NewDeleteTeamMembersRequestTimeout() *DeleteTeamMembersRequestTimeout

NewDeleteTeamMembersRequestTimeout creates a DeleteTeamMembersRequestTimeout with default headers values

func (*DeleteTeamMembersRequestTimeout) Error

func (*DeleteTeamMembersRequestTimeout) GetPayload

func (*DeleteTeamMembersRequestTimeout) IsClientError

func (o *DeleteTeamMembersRequestTimeout) IsClientError() bool

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

func (*DeleteTeamMembersRequestTimeout) IsCode

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

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

func (*DeleteTeamMembersRequestTimeout) IsRedirect

func (o *DeleteTeamMembersRequestTimeout) IsRedirect() bool

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

func (*DeleteTeamMembersRequestTimeout) IsServerError

func (o *DeleteTeamMembersRequestTimeout) IsServerError() bool

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

func (*DeleteTeamMembersRequestTimeout) IsSuccess

func (o *DeleteTeamMembersRequestTimeout) IsSuccess() bool

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

func (*DeleteTeamMembersRequestTimeout) String

type DeleteTeamMembersServiceUnavailable

type DeleteTeamMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersServiceUnavailable

func NewDeleteTeamMembersServiceUnavailable() *DeleteTeamMembersServiceUnavailable

NewDeleteTeamMembersServiceUnavailable creates a DeleteTeamMembersServiceUnavailable with default headers values

func (*DeleteTeamMembersServiceUnavailable) Error

func (*DeleteTeamMembersServiceUnavailable) GetPayload

func (*DeleteTeamMembersServiceUnavailable) IsClientError

func (o *DeleteTeamMembersServiceUnavailable) IsClientError() bool

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

func (*DeleteTeamMembersServiceUnavailable) IsCode

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

func (*DeleteTeamMembersServiceUnavailable) IsRedirect

func (o *DeleteTeamMembersServiceUnavailable) IsRedirect() bool

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

func (*DeleteTeamMembersServiceUnavailable) IsServerError

func (o *DeleteTeamMembersServiceUnavailable) IsServerError() bool

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

func (*DeleteTeamMembersServiceUnavailable) IsSuccess

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

func (*DeleteTeamMembersServiceUnavailable) String

type DeleteTeamMembersTooManyRequests

type DeleteTeamMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersTooManyRequests

func NewDeleteTeamMembersTooManyRequests() *DeleteTeamMembersTooManyRequests

NewDeleteTeamMembersTooManyRequests creates a DeleteTeamMembersTooManyRequests with default headers values

func (*DeleteTeamMembersTooManyRequests) Error

func (*DeleteTeamMembersTooManyRequests) GetPayload

func (*DeleteTeamMembersTooManyRequests) IsClientError

func (o *DeleteTeamMembersTooManyRequests) IsClientError() bool

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

func (*DeleteTeamMembersTooManyRequests) IsCode

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

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

func (*DeleteTeamMembersTooManyRequests) IsRedirect

func (o *DeleteTeamMembersTooManyRequests) IsRedirect() bool

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

func (*DeleteTeamMembersTooManyRequests) IsServerError

func (o *DeleteTeamMembersTooManyRequests) IsServerError() bool

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

func (*DeleteTeamMembersTooManyRequests) IsSuccess

func (o *DeleteTeamMembersTooManyRequests) IsSuccess() bool

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

func (*DeleteTeamMembersTooManyRequests) String

type DeleteTeamMembersUnauthorized

type DeleteTeamMembersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteTeamMembersUnauthorized

func NewDeleteTeamMembersUnauthorized() *DeleteTeamMembersUnauthorized

NewDeleteTeamMembersUnauthorized creates a DeleteTeamMembersUnauthorized with default headers values

func (*DeleteTeamMembersUnauthorized) Error

func (*DeleteTeamMembersUnauthorized) GetPayload

func (*DeleteTeamMembersUnauthorized) IsClientError

func (o *DeleteTeamMembersUnauthorized) IsClientError() bool

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

func (*DeleteTeamMembersUnauthorized) IsCode

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

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

func (*DeleteTeamMembersUnauthorized) IsRedirect

func (o *DeleteTeamMembersUnauthorized) IsRedirect() bool

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

func (*DeleteTeamMembersUnauthorized) IsServerError

func (o *DeleteTeamMembersUnauthorized) IsServerError() bool

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

func (*DeleteTeamMembersUnauthorized) IsSuccess

func (o *DeleteTeamMembersUnauthorized) IsSuccess() bool

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

func (*DeleteTeamMembersUnauthorized) String

type DeleteTeamMembersUnsupportedMediaType

type DeleteTeamMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamMembersUnsupportedMediaType

func NewDeleteTeamMembersUnsupportedMediaType() *DeleteTeamMembersUnsupportedMediaType

NewDeleteTeamMembersUnsupportedMediaType creates a DeleteTeamMembersUnsupportedMediaType with default headers values

func (*DeleteTeamMembersUnsupportedMediaType) Error

func (*DeleteTeamMembersUnsupportedMediaType) GetPayload

func (*DeleteTeamMembersUnsupportedMediaType) IsClientError

func (o *DeleteTeamMembersUnsupportedMediaType) IsClientError() bool

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

func (*DeleteTeamMembersUnsupportedMediaType) IsCode

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

func (*DeleteTeamMembersUnsupportedMediaType) IsRedirect

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

func (*DeleteTeamMembersUnsupportedMediaType) IsServerError

func (o *DeleteTeamMembersUnsupportedMediaType) IsServerError() bool

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

func (*DeleteTeamMembersUnsupportedMediaType) IsSuccess

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

func (*DeleteTeamMembersUnsupportedMediaType) String

type DeleteTeamNoContent

type DeleteTeamNoContent struct {
}

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

Success, team was deleted

func NewDeleteTeamNoContent

func NewDeleteTeamNoContent() *DeleteTeamNoContent

NewDeleteTeamNoContent creates a DeleteTeamNoContent with default headers values

func (*DeleteTeamNoContent) Error

func (o *DeleteTeamNoContent) Error() string

func (*DeleteTeamNoContent) IsClientError

func (o *DeleteTeamNoContent) IsClientError() bool

IsClientError returns true when this delete team no content response has a 4xx status code

func (*DeleteTeamNoContent) IsCode

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

IsCode returns true when this delete team no content response a status code equal to that given

func (*DeleteTeamNoContent) IsRedirect

func (o *DeleteTeamNoContent) IsRedirect() bool

IsRedirect returns true when this delete team no content response has a 3xx status code

func (*DeleteTeamNoContent) IsServerError

func (o *DeleteTeamNoContent) IsServerError() bool

IsServerError returns true when this delete team no content response has a 5xx status code

func (*DeleteTeamNoContent) IsSuccess

func (o *DeleteTeamNoContent) IsSuccess() bool

IsSuccess returns true when this delete team no content response has a 2xx status code

func (*DeleteTeamNoContent) String

func (o *DeleteTeamNoContent) String() string

type DeleteTeamNotFound

type DeleteTeamNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteTeamNotFound

func NewDeleteTeamNotFound() *DeleteTeamNotFound

NewDeleteTeamNotFound creates a DeleteTeamNotFound with default headers values

func (*DeleteTeamNotFound) Error

func (o *DeleteTeamNotFound) Error() string

func (*DeleteTeamNotFound) GetPayload

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

func (*DeleteTeamNotFound) IsClientError

func (o *DeleteTeamNotFound) IsClientError() bool

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

func (*DeleteTeamNotFound) IsCode

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

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

func (*DeleteTeamNotFound) IsRedirect

func (o *DeleteTeamNotFound) IsRedirect() bool

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

func (*DeleteTeamNotFound) IsServerError

func (o *DeleteTeamNotFound) IsServerError() bool

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

func (*DeleteTeamNotFound) IsSuccess

func (o *DeleteTeamNotFound) IsSuccess() bool

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

func (*DeleteTeamNotFound) String

func (o *DeleteTeamNotFound) String() string

type DeleteTeamParams

type DeleteTeamParams struct {

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

DeleteTeamParams contains all the parameters to send to the API endpoint

for the delete team operation.

Typically these are written to a http.Request.

func NewDeleteTeamParams

func NewDeleteTeamParams() *DeleteTeamParams

NewDeleteTeamParams creates a new DeleteTeamParams 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 NewDeleteTeamParamsWithContext

func NewDeleteTeamParamsWithContext(ctx context.Context) *DeleteTeamParams

NewDeleteTeamParamsWithContext creates a new DeleteTeamParams object with the ability to set a context for a request.

func NewDeleteTeamParamsWithHTTPClient

func NewDeleteTeamParamsWithHTTPClient(client *http.Client) *DeleteTeamParams

NewDeleteTeamParamsWithHTTPClient creates a new DeleteTeamParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteTeamParamsWithTimeout

func NewDeleteTeamParamsWithTimeout(timeout time.Duration) *DeleteTeamParams

NewDeleteTeamParamsWithTimeout creates a new DeleteTeamParams object with the ability to set a timeout on a request.

func (*DeleteTeamParams) SetContext

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

SetContext adds the context to the delete team params

func (*DeleteTeamParams) SetDefaults

func (o *DeleteTeamParams) SetDefaults()

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

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

func (*DeleteTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete team params

func (*DeleteTeamParams) SetTeamID

func (o *DeleteTeamParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the delete team params

func (*DeleteTeamParams) SetTimeout

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

SetTimeout adds the timeout to the delete team params

func (*DeleteTeamParams) WithContext

func (o *DeleteTeamParams) WithContext(ctx context.Context) *DeleteTeamParams

WithContext adds the context to the delete team params

func (*DeleteTeamParams) WithDefaults

func (o *DeleteTeamParams) WithDefaults() *DeleteTeamParams

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

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

func (*DeleteTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete team params

func (*DeleteTeamParams) WithTeamID

func (o *DeleteTeamParams) WithTeamID(teamID string) *DeleteTeamParams

WithTeamID adds the teamID to the delete team params

func (*DeleteTeamParams) WithTimeout

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

WithTimeout adds the timeout to the delete team params

func (*DeleteTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteTeamReader

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

DeleteTeamReader is a Reader for the DeleteTeam structure.

func (*DeleteTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteTeamRequestEntityTooLarge

type DeleteTeamRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamRequestEntityTooLarge

func NewDeleteTeamRequestEntityTooLarge() *DeleteTeamRequestEntityTooLarge

NewDeleteTeamRequestEntityTooLarge creates a DeleteTeamRequestEntityTooLarge with default headers values

func (*DeleteTeamRequestEntityTooLarge) Error

func (*DeleteTeamRequestEntityTooLarge) GetPayload

func (*DeleteTeamRequestEntityTooLarge) IsClientError

func (o *DeleteTeamRequestEntityTooLarge) IsClientError() bool

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

func (*DeleteTeamRequestEntityTooLarge) IsCode

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

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

func (*DeleteTeamRequestEntityTooLarge) IsRedirect

func (o *DeleteTeamRequestEntityTooLarge) IsRedirect() bool

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

func (*DeleteTeamRequestEntityTooLarge) IsServerError

func (o *DeleteTeamRequestEntityTooLarge) IsServerError() bool

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

func (*DeleteTeamRequestEntityTooLarge) IsSuccess

func (o *DeleteTeamRequestEntityTooLarge) IsSuccess() bool

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

func (*DeleteTeamRequestEntityTooLarge) String

type DeleteTeamRequestTimeout

type DeleteTeamRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamRequestTimeout

func NewDeleteTeamRequestTimeout() *DeleteTeamRequestTimeout

NewDeleteTeamRequestTimeout creates a DeleteTeamRequestTimeout with default headers values

func (*DeleteTeamRequestTimeout) Error

func (o *DeleteTeamRequestTimeout) Error() string

func (*DeleteTeamRequestTimeout) GetPayload

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

func (*DeleteTeamRequestTimeout) IsClientError

func (o *DeleteTeamRequestTimeout) IsClientError() bool

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

func (*DeleteTeamRequestTimeout) IsCode

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

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

func (*DeleteTeamRequestTimeout) IsRedirect

func (o *DeleteTeamRequestTimeout) IsRedirect() bool

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

func (*DeleteTeamRequestTimeout) IsServerError

func (o *DeleteTeamRequestTimeout) IsServerError() bool

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

func (*DeleteTeamRequestTimeout) IsSuccess

func (o *DeleteTeamRequestTimeout) IsSuccess() bool

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

func (*DeleteTeamRequestTimeout) String

func (o *DeleteTeamRequestTimeout) String() string

type DeleteTeamServiceUnavailable

type DeleteTeamServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamServiceUnavailable

func NewDeleteTeamServiceUnavailable() *DeleteTeamServiceUnavailable

NewDeleteTeamServiceUnavailable creates a DeleteTeamServiceUnavailable with default headers values

func (*DeleteTeamServiceUnavailable) Error

func (*DeleteTeamServiceUnavailable) GetPayload

func (*DeleteTeamServiceUnavailable) IsClientError

func (o *DeleteTeamServiceUnavailable) IsClientError() bool

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

func (*DeleteTeamServiceUnavailable) IsCode

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

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

func (*DeleteTeamServiceUnavailable) IsRedirect

func (o *DeleteTeamServiceUnavailable) IsRedirect() bool

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

func (*DeleteTeamServiceUnavailable) IsServerError

func (o *DeleteTeamServiceUnavailable) IsServerError() bool

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

func (*DeleteTeamServiceUnavailable) IsSuccess

func (o *DeleteTeamServiceUnavailable) IsSuccess() bool

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

func (*DeleteTeamServiceUnavailable) String

type DeleteTeamTooManyRequests

type DeleteTeamTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamTooManyRequests

func NewDeleteTeamTooManyRequests() *DeleteTeamTooManyRequests

NewDeleteTeamTooManyRequests creates a DeleteTeamTooManyRequests with default headers values

func (*DeleteTeamTooManyRequests) Error

func (o *DeleteTeamTooManyRequests) Error() string

func (*DeleteTeamTooManyRequests) GetPayload

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

func (*DeleteTeamTooManyRequests) IsClientError

func (o *DeleteTeamTooManyRequests) IsClientError() bool

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

func (*DeleteTeamTooManyRequests) IsCode

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

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

func (*DeleteTeamTooManyRequests) IsRedirect

func (o *DeleteTeamTooManyRequests) IsRedirect() bool

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

func (*DeleteTeamTooManyRequests) IsServerError

func (o *DeleteTeamTooManyRequests) IsServerError() bool

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

func (*DeleteTeamTooManyRequests) IsSuccess

func (o *DeleteTeamTooManyRequests) IsSuccess() bool

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

func (*DeleteTeamTooManyRequests) String

func (o *DeleteTeamTooManyRequests) String() string

type DeleteTeamUnauthorized

type DeleteTeamUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteTeamUnauthorized

func NewDeleteTeamUnauthorized() *DeleteTeamUnauthorized

NewDeleteTeamUnauthorized creates a DeleteTeamUnauthorized with default headers values

func (*DeleteTeamUnauthorized) Error

func (o *DeleteTeamUnauthorized) Error() string

func (*DeleteTeamUnauthorized) GetPayload

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

func (*DeleteTeamUnauthorized) IsClientError

func (o *DeleteTeamUnauthorized) IsClientError() bool

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

func (*DeleteTeamUnauthorized) IsCode

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

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

func (*DeleteTeamUnauthorized) IsRedirect

func (o *DeleteTeamUnauthorized) IsRedirect() bool

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

func (*DeleteTeamUnauthorized) IsServerError

func (o *DeleteTeamUnauthorized) IsServerError() bool

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

func (*DeleteTeamUnauthorized) IsSuccess

func (o *DeleteTeamUnauthorized) IsSuccess() bool

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

func (*DeleteTeamUnauthorized) String

func (o *DeleteTeamUnauthorized) String() string

type DeleteTeamUnsupportedMediaType

type DeleteTeamUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteTeamUnsupportedMediaType

func NewDeleteTeamUnsupportedMediaType() *DeleteTeamUnsupportedMediaType

NewDeleteTeamUnsupportedMediaType creates a DeleteTeamUnsupportedMediaType with default headers values

func (*DeleteTeamUnsupportedMediaType) Error

func (*DeleteTeamUnsupportedMediaType) GetPayload

func (*DeleteTeamUnsupportedMediaType) IsClientError

func (o *DeleteTeamUnsupportedMediaType) IsClientError() bool

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

func (*DeleteTeamUnsupportedMediaType) IsCode

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

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

func (*DeleteTeamUnsupportedMediaType) IsRedirect

func (o *DeleteTeamUnsupportedMediaType) IsRedirect() bool

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

func (*DeleteTeamUnsupportedMediaType) IsServerError

func (o *DeleteTeamUnsupportedMediaType) IsServerError() bool

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

func (*DeleteTeamUnsupportedMediaType) IsSuccess

func (o *DeleteTeamUnsupportedMediaType) IsSuccess() bool

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

func (*DeleteTeamUnsupportedMediaType) String

type GetTeamBadRequest

type GetTeamBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamBadRequest

func NewGetTeamBadRequest() *GetTeamBadRequest

NewGetTeamBadRequest creates a GetTeamBadRequest with default headers values

func (*GetTeamBadRequest) Error

func (o *GetTeamBadRequest) Error() string

func (*GetTeamBadRequest) GetPayload

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

func (*GetTeamBadRequest) IsClientError

func (o *GetTeamBadRequest) IsClientError() bool

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

func (*GetTeamBadRequest) IsCode

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

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

func (*GetTeamBadRequest) IsRedirect

func (o *GetTeamBadRequest) IsRedirect() bool

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

func (*GetTeamBadRequest) IsServerError

func (o *GetTeamBadRequest) IsServerError() bool

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

func (*GetTeamBadRequest) IsSuccess

func (o *GetTeamBadRequest) IsSuccess() bool

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

func (*GetTeamBadRequest) String

func (o *GetTeamBadRequest) String() string

type GetTeamForbidden

type GetTeamForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTeamForbidden

func NewGetTeamForbidden() *GetTeamForbidden

NewGetTeamForbidden creates a GetTeamForbidden with default headers values

func (*GetTeamForbidden) Error

func (o *GetTeamForbidden) Error() string

func (*GetTeamForbidden) GetPayload

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

func (*GetTeamForbidden) IsClientError

func (o *GetTeamForbidden) IsClientError() bool

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

func (*GetTeamForbidden) IsCode

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

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

func (*GetTeamForbidden) IsRedirect

func (o *GetTeamForbidden) IsRedirect() bool

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

func (*GetTeamForbidden) IsServerError

func (o *GetTeamForbidden) IsServerError() bool

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

func (*GetTeamForbidden) IsSuccess

func (o *GetTeamForbidden) IsSuccess() bool

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

func (*GetTeamForbidden) String

func (o *GetTeamForbidden) String() string

type GetTeamGatewayTimeout

type GetTeamGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTeamGatewayTimeout

func NewGetTeamGatewayTimeout() *GetTeamGatewayTimeout

NewGetTeamGatewayTimeout creates a GetTeamGatewayTimeout with default headers values

func (*GetTeamGatewayTimeout) Error

func (o *GetTeamGatewayTimeout) Error() string

func (*GetTeamGatewayTimeout) GetPayload

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

func (*GetTeamGatewayTimeout) IsClientError

func (o *GetTeamGatewayTimeout) IsClientError() bool

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

func (*GetTeamGatewayTimeout) IsCode

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

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

func (*GetTeamGatewayTimeout) IsRedirect

func (o *GetTeamGatewayTimeout) IsRedirect() bool

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

func (*GetTeamGatewayTimeout) IsServerError

func (o *GetTeamGatewayTimeout) IsServerError() bool

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

func (*GetTeamGatewayTimeout) IsSuccess

func (o *GetTeamGatewayTimeout) IsSuccess() bool

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

func (*GetTeamGatewayTimeout) String

func (o *GetTeamGatewayTimeout) String() string

type GetTeamInternalServerError

type GetTeamInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamInternalServerError

func NewGetTeamInternalServerError() *GetTeamInternalServerError

NewGetTeamInternalServerError creates a GetTeamInternalServerError with default headers values

func (*GetTeamInternalServerError) Error

func (*GetTeamInternalServerError) GetPayload

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

func (*GetTeamInternalServerError) IsClientError

func (o *GetTeamInternalServerError) IsClientError() bool

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

func (*GetTeamInternalServerError) IsCode

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

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

func (*GetTeamInternalServerError) IsRedirect

func (o *GetTeamInternalServerError) IsRedirect() bool

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

func (*GetTeamInternalServerError) IsServerError

func (o *GetTeamInternalServerError) IsServerError() bool

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

func (*GetTeamInternalServerError) IsSuccess

func (o *GetTeamInternalServerError) IsSuccess() bool

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

func (*GetTeamInternalServerError) String

func (o *GetTeamInternalServerError) String() string

type GetTeamMembersBadRequest

type GetTeamMembersBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersBadRequest

func NewGetTeamMembersBadRequest() *GetTeamMembersBadRequest

NewGetTeamMembersBadRequest creates a GetTeamMembersBadRequest with default headers values

func (*GetTeamMembersBadRequest) Error

func (o *GetTeamMembersBadRequest) Error() string

func (*GetTeamMembersBadRequest) GetPayload

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

func (*GetTeamMembersBadRequest) IsClientError

func (o *GetTeamMembersBadRequest) IsClientError() bool

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

func (*GetTeamMembersBadRequest) IsCode

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

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

func (*GetTeamMembersBadRequest) IsRedirect

func (o *GetTeamMembersBadRequest) IsRedirect() bool

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

func (*GetTeamMembersBadRequest) IsServerError

func (o *GetTeamMembersBadRequest) IsServerError() bool

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

func (*GetTeamMembersBadRequest) IsSuccess

func (o *GetTeamMembersBadRequest) IsSuccess() bool

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

func (*GetTeamMembersBadRequest) String

func (o *GetTeamMembersBadRequest) String() string

type GetTeamMembersForbidden

type GetTeamMembersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTeamMembersForbidden

func NewGetTeamMembersForbidden() *GetTeamMembersForbidden

NewGetTeamMembersForbidden creates a GetTeamMembersForbidden with default headers values

func (*GetTeamMembersForbidden) Error

func (o *GetTeamMembersForbidden) Error() string

func (*GetTeamMembersForbidden) GetPayload

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

func (*GetTeamMembersForbidden) IsClientError

func (o *GetTeamMembersForbidden) IsClientError() bool

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

func (*GetTeamMembersForbidden) IsCode

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

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

func (*GetTeamMembersForbidden) IsRedirect

func (o *GetTeamMembersForbidden) IsRedirect() bool

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

func (*GetTeamMembersForbidden) IsServerError

func (o *GetTeamMembersForbidden) IsServerError() bool

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

func (*GetTeamMembersForbidden) IsSuccess

func (o *GetTeamMembersForbidden) IsSuccess() bool

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

func (*GetTeamMembersForbidden) String

func (o *GetTeamMembersForbidden) String() string

type GetTeamMembersGatewayTimeout

type GetTeamMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTeamMembersGatewayTimeout

func NewGetTeamMembersGatewayTimeout() *GetTeamMembersGatewayTimeout

NewGetTeamMembersGatewayTimeout creates a GetTeamMembersGatewayTimeout with default headers values

func (*GetTeamMembersGatewayTimeout) Error

func (*GetTeamMembersGatewayTimeout) GetPayload

func (*GetTeamMembersGatewayTimeout) IsClientError

func (o *GetTeamMembersGatewayTimeout) IsClientError() bool

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

func (*GetTeamMembersGatewayTimeout) IsCode

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

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

func (*GetTeamMembersGatewayTimeout) IsRedirect

func (o *GetTeamMembersGatewayTimeout) IsRedirect() bool

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

func (*GetTeamMembersGatewayTimeout) IsServerError

func (o *GetTeamMembersGatewayTimeout) IsServerError() bool

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

func (*GetTeamMembersGatewayTimeout) IsSuccess

func (o *GetTeamMembersGatewayTimeout) IsSuccess() bool

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

func (*GetTeamMembersGatewayTimeout) String

type GetTeamMembersInternalServerError

type GetTeamMembersInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersInternalServerError

func NewGetTeamMembersInternalServerError() *GetTeamMembersInternalServerError

NewGetTeamMembersInternalServerError creates a GetTeamMembersInternalServerError with default headers values

func (*GetTeamMembersInternalServerError) Error

func (*GetTeamMembersInternalServerError) GetPayload

func (*GetTeamMembersInternalServerError) IsClientError

func (o *GetTeamMembersInternalServerError) IsClientError() bool

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

func (*GetTeamMembersInternalServerError) IsCode

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

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

func (*GetTeamMembersInternalServerError) IsRedirect

func (o *GetTeamMembersInternalServerError) IsRedirect() bool

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

func (*GetTeamMembersInternalServerError) IsServerError

func (o *GetTeamMembersInternalServerError) IsServerError() bool

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

func (*GetTeamMembersInternalServerError) IsSuccess

func (o *GetTeamMembersInternalServerError) IsSuccess() bool

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

func (*GetTeamMembersInternalServerError) String

type GetTeamMembersNotFound

type GetTeamMembersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTeamMembersNotFound

func NewGetTeamMembersNotFound() *GetTeamMembersNotFound

NewGetTeamMembersNotFound creates a GetTeamMembersNotFound with default headers values

func (*GetTeamMembersNotFound) Error

func (o *GetTeamMembersNotFound) Error() string

func (*GetTeamMembersNotFound) GetPayload

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

func (*GetTeamMembersNotFound) IsClientError

func (o *GetTeamMembersNotFound) IsClientError() bool

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

func (*GetTeamMembersNotFound) IsCode

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

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

func (*GetTeamMembersNotFound) IsRedirect

func (o *GetTeamMembersNotFound) IsRedirect() bool

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

func (*GetTeamMembersNotFound) IsServerError

func (o *GetTeamMembersNotFound) IsServerError() bool

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

func (*GetTeamMembersNotFound) IsSuccess

func (o *GetTeamMembersNotFound) IsSuccess() bool

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

func (*GetTeamMembersNotFound) String

func (o *GetTeamMembersNotFound) String() string

type GetTeamMembersOK

type GetTeamMembersOK struct {
	Payload *models.TeamMemberEntityListing
}

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

successful operation

func NewGetTeamMembersOK

func NewGetTeamMembersOK() *GetTeamMembersOK

NewGetTeamMembersOK creates a GetTeamMembersOK with default headers values

func (*GetTeamMembersOK) Error

func (o *GetTeamMembersOK) Error() string

func (*GetTeamMembersOK) GetPayload

func (*GetTeamMembersOK) IsClientError

func (o *GetTeamMembersOK) IsClientError() bool

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

func (*GetTeamMembersOK) IsCode

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

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

func (*GetTeamMembersOK) IsRedirect

func (o *GetTeamMembersOK) IsRedirect() bool

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

func (*GetTeamMembersOK) IsServerError

func (o *GetTeamMembersOK) IsServerError() bool

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

func (*GetTeamMembersOK) IsSuccess

func (o *GetTeamMembersOK) IsSuccess() bool

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

func (*GetTeamMembersOK) String

func (o *GetTeamMembersOK) String() string

type GetTeamMembersParams

type GetTeamMembersParams struct {

	/* After.

	   The cursor that points to the next item in the complete list of teams
	*/
	After *string

	/* Before.

	   The cursor that points to the previous item in the complete list of teams
	*/
	Before *string

	/* Expand.

	   Expand the name on each user
	*/
	Expand *string

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

GetTeamMembersParams contains all the parameters to send to the API endpoint

for the get team members operation.

Typically these are written to a http.Request.

func NewGetTeamMembersParams

func NewGetTeamMembersParams() *GetTeamMembersParams

NewGetTeamMembersParams creates a new GetTeamMembersParams 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 NewGetTeamMembersParamsWithContext

func NewGetTeamMembersParamsWithContext(ctx context.Context) *GetTeamMembersParams

NewGetTeamMembersParamsWithContext creates a new GetTeamMembersParams object with the ability to set a context for a request.

func NewGetTeamMembersParamsWithHTTPClient

func NewGetTeamMembersParamsWithHTTPClient(client *http.Client) *GetTeamMembersParams

NewGetTeamMembersParamsWithHTTPClient creates a new GetTeamMembersParams object with the ability to set a custom HTTPClient for a request.

func NewGetTeamMembersParamsWithTimeout

func NewGetTeamMembersParamsWithTimeout(timeout time.Duration) *GetTeamMembersParams

NewGetTeamMembersParamsWithTimeout creates a new GetTeamMembersParams object with the ability to set a timeout on a request.

func (*GetTeamMembersParams) SetAfter

func (o *GetTeamMembersParams) SetAfter(after *string)

SetAfter adds the after to the get team members params

func (*GetTeamMembersParams) SetBefore

func (o *GetTeamMembersParams) SetBefore(before *string)

SetBefore adds the before to the get team members params

func (*GetTeamMembersParams) SetContext

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

SetContext adds the context to the get team members params

func (*GetTeamMembersParams) SetDefaults

func (o *GetTeamMembersParams) SetDefaults()

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

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

func (*GetTeamMembersParams) SetExpand

func (o *GetTeamMembersParams) SetExpand(expand *string)

SetExpand adds the expand to the get team members params

func (*GetTeamMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get team members params

func (*GetTeamMembersParams) SetPageSize

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

SetPageSize adds the pageSize to the get team members params

func (*GetTeamMembersParams) SetTeamID

func (o *GetTeamMembersParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get team members params

func (*GetTeamMembersParams) SetTimeout

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

SetTimeout adds the timeout to the get team members params

func (*GetTeamMembersParams) WithAfter

func (o *GetTeamMembersParams) WithAfter(after *string) *GetTeamMembersParams

WithAfter adds the after to the get team members params

func (*GetTeamMembersParams) WithBefore

func (o *GetTeamMembersParams) WithBefore(before *string) *GetTeamMembersParams

WithBefore adds the before to the get team members params

func (*GetTeamMembersParams) WithContext

WithContext adds the context to the get team members params

func (*GetTeamMembersParams) WithDefaults

func (o *GetTeamMembersParams) WithDefaults() *GetTeamMembersParams

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

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

func (*GetTeamMembersParams) WithExpand

func (o *GetTeamMembersParams) WithExpand(expand *string) *GetTeamMembersParams

WithExpand adds the expand to the get team members params

func (*GetTeamMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get team members params

func (*GetTeamMembersParams) WithPageSize

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

WithPageSize adds the pageSize to the get team members params

func (*GetTeamMembersParams) WithTeamID

func (o *GetTeamMembersParams) WithTeamID(teamID string) *GetTeamMembersParams

WithTeamID adds the teamID to the get team members params

func (*GetTeamMembersParams) WithTimeout

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

WithTimeout adds the timeout to the get team members params

func (*GetTeamMembersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTeamMembersReader

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

GetTeamMembersReader is a Reader for the GetTeamMembers structure.

func (*GetTeamMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTeamMembersRequestEntityTooLarge

type GetTeamMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersRequestEntityTooLarge

func NewGetTeamMembersRequestEntityTooLarge() *GetTeamMembersRequestEntityTooLarge

NewGetTeamMembersRequestEntityTooLarge creates a GetTeamMembersRequestEntityTooLarge with default headers values

func (*GetTeamMembersRequestEntityTooLarge) Error

func (*GetTeamMembersRequestEntityTooLarge) GetPayload

func (*GetTeamMembersRequestEntityTooLarge) IsClientError

func (o *GetTeamMembersRequestEntityTooLarge) IsClientError() bool

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

func (*GetTeamMembersRequestEntityTooLarge) IsCode

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

func (*GetTeamMembersRequestEntityTooLarge) IsRedirect

func (o *GetTeamMembersRequestEntityTooLarge) IsRedirect() bool

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

func (*GetTeamMembersRequestEntityTooLarge) IsServerError

func (o *GetTeamMembersRequestEntityTooLarge) IsServerError() bool

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

func (*GetTeamMembersRequestEntityTooLarge) IsSuccess

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

func (*GetTeamMembersRequestEntityTooLarge) String

type GetTeamMembersRequestTimeout

type GetTeamMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersRequestTimeout

func NewGetTeamMembersRequestTimeout() *GetTeamMembersRequestTimeout

NewGetTeamMembersRequestTimeout creates a GetTeamMembersRequestTimeout with default headers values

func (*GetTeamMembersRequestTimeout) Error

func (*GetTeamMembersRequestTimeout) GetPayload

func (*GetTeamMembersRequestTimeout) IsClientError

func (o *GetTeamMembersRequestTimeout) IsClientError() bool

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

func (*GetTeamMembersRequestTimeout) IsCode

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

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

func (*GetTeamMembersRequestTimeout) IsRedirect

func (o *GetTeamMembersRequestTimeout) IsRedirect() bool

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

func (*GetTeamMembersRequestTimeout) IsServerError

func (o *GetTeamMembersRequestTimeout) IsServerError() bool

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

func (*GetTeamMembersRequestTimeout) IsSuccess

func (o *GetTeamMembersRequestTimeout) IsSuccess() bool

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

func (*GetTeamMembersRequestTimeout) String

type GetTeamMembersServiceUnavailable

type GetTeamMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersServiceUnavailable

func NewGetTeamMembersServiceUnavailable() *GetTeamMembersServiceUnavailable

NewGetTeamMembersServiceUnavailable creates a GetTeamMembersServiceUnavailable with default headers values

func (*GetTeamMembersServiceUnavailable) Error

func (*GetTeamMembersServiceUnavailable) GetPayload

func (*GetTeamMembersServiceUnavailable) IsClientError

func (o *GetTeamMembersServiceUnavailable) IsClientError() bool

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

func (*GetTeamMembersServiceUnavailable) IsCode

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

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

func (*GetTeamMembersServiceUnavailable) IsRedirect

func (o *GetTeamMembersServiceUnavailable) IsRedirect() bool

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

func (*GetTeamMembersServiceUnavailable) IsServerError

func (o *GetTeamMembersServiceUnavailable) IsServerError() bool

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

func (*GetTeamMembersServiceUnavailable) IsSuccess

func (o *GetTeamMembersServiceUnavailable) IsSuccess() bool

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

func (*GetTeamMembersServiceUnavailable) String

type GetTeamMembersTooManyRequests

type GetTeamMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersTooManyRequests

func NewGetTeamMembersTooManyRequests() *GetTeamMembersTooManyRequests

NewGetTeamMembersTooManyRequests creates a GetTeamMembersTooManyRequests with default headers values

func (*GetTeamMembersTooManyRequests) Error

func (*GetTeamMembersTooManyRequests) GetPayload

func (*GetTeamMembersTooManyRequests) IsClientError

func (o *GetTeamMembersTooManyRequests) IsClientError() bool

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

func (*GetTeamMembersTooManyRequests) IsCode

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

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

func (*GetTeamMembersTooManyRequests) IsRedirect

func (o *GetTeamMembersTooManyRequests) IsRedirect() bool

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

func (*GetTeamMembersTooManyRequests) IsServerError

func (o *GetTeamMembersTooManyRequests) IsServerError() bool

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

func (*GetTeamMembersTooManyRequests) IsSuccess

func (o *GetTeamMembersTooManyRequests) IsSuccess() bool

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

func (*GetTeamMembersTooManyRequests) String

type GetTeamMembersUnauthorized

type GetTeamMembersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTeamMembersUnauthorized

func NewGetTeamMembersUnauthorized() *GetTeamMembersUnauthorized

NewGetTeamMembersUnauthorized creates a GetTeamMembersUnauthorized with default headers values

func (*GetTeamMembersUnauthorized) Error

func (*GetTeamMembersUnauthorized) GetPayload

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

func (*GetTeamMembersUnauthorized) IsClientError

func (o *GetTeamMembersUnauthorized) IsClientError() bool

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

func (*GetTeamMembersUnauthorized) IsCode

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

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

func (*GetTeamMembersUnauthorized) IsRedirect

func (o *GetTeamMembersUnauthorized) IsRedirect() bool

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

func (*GetTeamMembersUnauthorized) IsServerError

func (o *GetTeamMembersUnauthorized) IsServerError() bool

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

func (*GetTeamMembersUnauthorized) IsSuccess

func (o *GetTeamMembersUnauthorized) IsSuccess() bool

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

func (*GetTeamMembersUnauthorized) String

func (o *GetTeamMembersUnauthorized) String() string

type GetTeamMembersUnsupportedMediaType

type GetTeamMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamMembersUnsupportedMediaType

func NewGetTeamMembersUnsupportedMediaType() *GetTeamMembersUnsupportedMediaType

NewGetTeamMembersUnsupportedMediaType creates a GetTeamMembersUnsupportedMediaType with default headers values

func (*GetTeamMembersUnsupportedMediaType) Error

func (*GetTeamMembersUnsupportedMediaType) GetPayload

func (*GetTeamMembersUnsupportedMediaType) IsClientError

func (o *GetTeamMembersUnsupportedMediaType) IsClientError() bool

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

func (*GetTeamMembersUnsupportedMediaType) IsCode

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

func (*GetTeamMembersUnsupportedMediaType) IsRedirect

func (o *GetTeamMembersUnsupportedMediaType) IsRedirect() bool

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

func (*GetTeamMembersUnsupportedMediaType) IsServerError

func (o *GetTeamMembersUnsupportedMediaType) IsServerError() bool

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

func (*GetTeamMembersUnsupportedMediaType) IsSuccess

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

func (*GetTeamMembersUnsupportedMediaType) String

type GetTeamNotFound

type GetTeamNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTeamNotFound

func NewGetTeamNotFound() *GetTeamNotFound

NewGetTeamNotFound creates a GetTeamNotFound with default headers values

func (*GetTeamNotFound) Error

func (o *GetTeamNotFound) Error() string

func (*GetTeamNotFound) GetPayload

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

func (*GetTeamNotFound) IsClientError

func (o *GetTeamNotFound) IsClientError() bool

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

func (*GetTeamNotFound) IsCode

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

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

func (*GetTeamNotFound) IsRedirect

func (o *GetTeamNotFound) IsRedirect() bool

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

func (*GetTeamNotFound) IsServerError

func (o *GetTeamNotFound) IsServerError() bool

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

func (*GetTeamNotFound) IsSuccess

func (o *GetTeamNotFound) IsSuccess() bool

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

func (*GetTeamNotFound) String

func (o *GetTeamNotFound) String() string

type GetTeamOK

type GetTeamOK struct {
	Payload *models.Team
}

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

successful operation

func NewGetTeamOK

func NewGetTeamOK() *GetTeamOK

NewGetTeamOK creates a GetTeamOK with default headers values

func (*GetTeamOK) Error

func (o *GetTeamOK) Error() string

func (*GetTeamOK) GetPayload

func (o *GetTeamOK) GetPayload() *models.Team

func (*GetTeamOK) IsClientError

func (o *GetTeamOK) IsClientError() bool

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

func (*GetTeamOK) IsCode

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

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

func (*GetTeamOK) IsRedirect

func (o *GetTeamOK) IsRedirect() bool

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

func (*GetTeamOK) IsServerError

func (o *GetTeamOK) IsServerError() bool

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

func (*GetTeamOK) IsSuccess

func (o *GetTeamOK) IsSuccess() bool

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

func (*GetTeamOK) String

func (o *GetTeamOK) String() string

type GetTeamParams

type GetTeamParams struct {

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

GetTeamParams contains all the parameters to send to the API endpoint

for the get team operation.

Typically these are written to a http.Request.

func NewGetTeamParams

func NewGetTeamParams() *GetTeamParams

NewGetTeamParams creates a new GetTeamParams 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 NewGetTeamParamsWithContext

func NewGetTeamParamsWithContext(ctx context.Context) *GetTeamParams

NewGetTeamParamsWithContext creates a new GetTeamParams object with the ability to set a context for a request.

func NewGetTeamParamsWithHTTPClient

func NewGetTeamParamsWithHTTPClient(client *http.Client) *GetTeamParams

NewGetTeamParamsWithHTTPClient creates a new GetTeamParams object with the ability to set a custom HTTPClient for a request.

func NewGetTeamParamsWithTimeout

func NewGetTeamParamsWithTimeout(timeout time.Duration) *GetTeamParams

NewGetTeamParamsWithTimeout creates a new GetTeamParams object with the ability to set a timeout on a request.

func (*GetTeamParams) SetContext

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

SetContext adds the context to the get team params

func (*GetTeamParams) SetDefaults

func (o *GetTeamParams) SetDefaults()

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

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

func (*GetTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get team params

func (*GetTeamParams) SetTeamID

func (o *GetTeamParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the get team params

func (*GetTeamParams) SetTimeout

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

SetTimeout adds the timeout to the get team params

func (*GetTeamParams) WithContext

func (o *GetTeamParams) WithContext(ctx context.Context) *GetTeamParams

WithContext adds the context to the get team params

func (*GetTeamParams) WithDefaults

func (o *GetTeamParams) WithDefaults() *GetTeamParams

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

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

func (*GetTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get team params

func (*GetTeamParams) WithTeamID

func (o *GetTeamParams) WithTeamID(teamID string) *GetTeamParams

WithTeamID adds the teamID to the get team params

func (*GetTeamParams) WithTimeout

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

WithTimeout adds the timeout to the get team params

func (*GetTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTeamReader

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

GetTeamReader is a Reader for the GetTeam structure.

func (*GetTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTeamRequestEntityTooLarge

type GetTeamRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamRequestEntityTooLarge

func NewGetTeamRequestEntityTooLarge() *GetTeamRequestEntityTooLarge

NewGetTeamRequestEntityTooLarge creates a GetTeamRequestEntityTooLarge with default headers values

func (*GetTeamRequestEntityTooLarge) Error

func (*GetTeamRequestEntityTooLarge) GetPayload

func (*GetTeamRequestEntityTooLarge) IsClientError

func (o *GetTeamRequestEntityTooLarge) IsClientError() bool

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

func (*GetTeamRequestEntityTooLarge) IsCode

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

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

func (*GetTeamRequestEntityTooLarge) IsRedirect

func (o *GetTeamRequestEntityTooLarge) IsRedirect() bool

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

func (*GetTeamRequestEntityTooLarge) IsServerError

func (o *GetTeamRequestEntityTooLarge) IsServerError() bool

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

func (*GetTeamRequestEntityTooLarge) IsSuccess

func (o *GetTeamRequestEntityTooLarge) IsSuccess() bool

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

func (*GetTeamRequestEntityTooLarge) String

type GetTeamRequestTimeout

type GetTeamRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamRequestTimeout

func NewGetTeamRequestTimeout() *GetTeamRequestTimeout

NewGetTeamRequestTimeout creates a GetTeamRequestTimeout with default headers values

func (*GetTeamRequestTimeout) Error

func (o *GetTeamRequestTimeout) Error() string

func (*GetTeamRequestTimeout) GetPayload

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

func (*GetTeamRequestTimeout) IsClientError

func (o *GetTeamRequestTimeout) IsClientError() bool

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

func (*GetTeamRequestTimeout) IsCode

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

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

func (*GetTeamRequestTimeout) IsRedirect

func (o *GetTeamRequestTimeout) IsRedirect() bool

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

func (*GetTeamRequestTimeout) IsServerError

func (o *GetTeamRequestTimeout) IsServerError() bool

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

func (*GetTeamRequestTimeout) IsSuccess

func (o *GetTeamRequestTimeout) IsSuccess() bool

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

func (*GetTeamRequestTimeout) String

func (o *GetTeamRequestTimeout) String() string

type GetTeamServiceUnavailable

type GetTeamServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamServiceUnavailable

func NewGetTeamServiceUnavailable() *GetTeamServiceUnavailable

NewGetTeamServiceUnavailable creates a GetTeamServiceUnavailable with default headers values

func (*GetTeamServiceUnavailable) Error

func (o *GetTeamServiceUnavailable) Error() string

func (*GetTeamServiceUnavailable) GetPayload

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

func (*GetTeamServiceUnavailable) IsClientError

func (o *GetTeamServiceUnavailable) IsClientError() bool

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

func (*GetTeamServiceUnavailable) IsCode

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

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

func (*GetTeamServiceUnavailable) IsRedirect

func (o *GetTeamServiceUnavailable) IsRedirect() bool

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

func (*GetTeamServiceUnavailable) IsServerError

func (o *GetTeamServiceUnavailable) IsServerError() bool

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

func (*GetTeamServiceUnavailable) IsSuccess

func (o *GetTeamServiceUnavailable) IsSuccess() bool

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

func (*GetTeamServiceUnavailable) String

func (o *GetTeamServiceUnavailable) String() string

type GetTeamTooManyRequests

type GetTeamTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamTooManyRequests

func NewGetTeamTooManyRequests() *GetTeamTooManyRequests

NewGetTeamTooManyRequests creates a GetTeamTooManyRequests with default headers values

func (*GetTeamTooManyRequests) Error

func (o *GetTeamTooManyRequests) Error() string

func (*GetTeamTooManyRequests) GetPayload

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

func (*GetTeamTooManyRequests) IsClientError

func (o *GetTeamTooManyRequests) IsClientError() bool

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

func (*GetTeamTooManyRequests) IsCode

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

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

func (*GetTeamTooManyRequests) IsRedirect

func (o *GetTeamTooManyRequests) IsRedirect() bool

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

func (*GetTeamTooManyRequests) IsServerError

func (o *GetTeamTooManyRequests) IsServerError() bool

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

func (*GetTeamTooManyRequests) IsSuccess

func (o *GetTeamTooManyRequests) IsSuccess() bool

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

func (*GetTeamTooManyRequests) String

func (o *GetTeamTooManyRequests) String() string

type GetTeamUnauthorized

type GetTeamUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTeamUnauthorized

func NewGetTeamUnauthorized() *GetTeamUnauthorized

NewGetTeamUnauthorized creates a GetTeamUnauthorized with default headers values

func (*GetTeamUnauthorized) Error

func (o *GetTeamUnauthorized) Error() string

func (*GetTeamUnauthorized) GetPayload

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

func (*GetTeamUnauthorized) IsClientError

func (o *GetTeamUnauthorized) IsClientError() bool

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

func (*GetTeamUnauthorized) IsCode

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

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

func (*GetTeamUnauthorized) IsRedirect

func (o *GetTeamUnauthorized) IsRedirect() bool

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

func (*GetTeamUnauthorized) IsServerError

func (o *GetTeamUnauthorized) IsServerError() bool

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

func (*GetTeamUnauthorized) IsSuccess

func (o *GetTeamUnauthorized) IsSuccess() bool

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

func (*GetTeamUnauthorized) String

func (o *GetTeamUnauthorized) String() string

type GetTeamUnsupportedMediaType

type GetTeamUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamUnsupportedMediaType

func NewGetTeamUnsupportedMediaType() *GetTeamUnsupportedMediaType

NewGetTeamUnsupportedMediaType creates a GetTeamUnsupportedMediaType with default headers values

func (*GetTeamUnsupportedMediaType) Error

func (*GetTeamUnsupportedMediaType) GetPayload

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

func (*GetTeamUnsupportedMediaType) IsClientError

func (o *GetTeamUnsupportedMediaType) IsClientError() bool

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

func (*GetTeamUnsupportedMediaType) IsCode

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

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

func (*GetTeamUnsupportedMediaType) IsRedirect

func (o *GetTeamUnsupportedMediaType) IsRedirect() bool

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

func (*GetTeamUnsupportedMediaType) IsServerError

func (o *GetTeamUnsupportedMediaType) IsServerError() bool

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

func (*GetTeamUnsupportedMediaType) IsSuccess

func (o *GetTeamUnsupportedMediaType) IsSuccess() bool

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

func (*GetTeamUnsupportedMediaType) String

func (o *GetTeamUnsupportedMediaType) String() string

type GetTeamsBadRequest

type GetTeamsBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsBadRequest

func NewGetTeamsBadRequest() *GetTeamsBadRequest

NewGetTeamsBadRequest creates a GetTeamsBadRequest with default headers values

func (*GetTeamsBadRequest) Error

func (o *GetTeamsBadRequest) Error() string

func (*GetTeamsBadRequest) GetPayload

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

func (*GetTeamsBadRequest) IsClientError

func (o *GetTeamsBadRequest) IsClientError() bool

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

func (*GetTeamsBadRequest) IsCode

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

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

func (*GetTeamsBadRequest) IsRedirect

func (o *GetTeamsBadRequest) IsRedirect() bool

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

func (*GetTeamsBadRequest) IsServerError

func (o *GetTeamsBadRequest) IsServerError() bool

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

func (*GetTeamsBadRequest) IsSuccess

func (o *GetTeamsBadRequest) IsSuccess() bool

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

func (*GetTeamsBadRequest) String

func (o *GetTeamsBadRequest) String() string

type GetTeamsForbidden

type GetTeamsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTeamsForbidden

func NewGetTeamsForbidden() *GetTeamsForbidden

NewGetTeamsForbidden creates a GetTeamsForbidden with default headers values

func (*GetTeamsForbidden) Error

func (o *GetTeamsForbidden) Error() string

func (*GetTeamsForbidden) GetPayload

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

func (*GetTeamsForbidden) IsClientError

func (o *GetTeamsForbidden) IsClientError() bool

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

func (*GetTeamsForbidden) IsCode

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

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

func (*GetTeamsForbidden) IsRedirect

func (o *GetTeamsForbidden) IsRedirect() bool

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

func (*GetTeamsForbidden) IsServerError

func (o *GetTeamsForbidden) IsServerError() bool

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

func (*GetTeamsForbidden) IsSuccess

func (o *GetTeamsForbidden) IsSuccess() bool

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

func (*GetTeamsForbidden) String

func (o *GetTeamsForbidden) String() string

type GetTeamsGatewayTimeout

type GetTeamsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTeamsGatewayTimeout

func NewGetTeamsGatewayTimeout() *GetTeamsGatewayTimeout

NewGetTeamsGatewayTimeout creates a GetTeamsGatewayTimeout with default headers values

func (*GetTeamsGatewayTimeout) Error

func (o *GetTeamsGatewayTimeout) Error() string

func (*GetTeamsGatewayTimeout) GetPayload

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

func (*GetTeamsGatewayTimeout) IsClientError

func (o *GetTeamsGatewayTimeout) IsClientError() bool

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

func (*GetTeamsGatewayTimeout) IsCode

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

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

func (*GetTeamsGatewayTimeout) IsRedirect

func (o *GetTeamsGatewayTimeout) IsRedirect() bool

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

func (*GetTeamsGatewayTimeout) IsServerError

func (o *GetTeamsGatewayTimeout) IsServerError() bool

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

func (*GetTeamsGatewayTimeout) IsSuccess

func (o *GetTeamsGatewayTimeout) IsSuccess() bool

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

func (*GetTeamsGatewayTimeout) String

func (o *GetTeamsGatewayTimeout) String() string

type GetTeamsInternalServerError

type GetTeamsInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsInternalServerError

func NewGetTeamsInternalServerError() *GetTeamsInternalServerError

NewGetTeamsInternalServerError creates a GetTeamsInternalServerError with default headers values

func (*GetTeamsInternalServerError) Error

func (*GetTeamsInternalServerError) GetPayload

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

func (*GetTeamsInternalServerError) IsClientError

func (o *GetTeamsInternalServerError) IsClientError() bool

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

func (*GetTeamsInternalServerError) IsCode

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

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

func (*GetTeamsInternalServerError) IsRedirect

func (o *GetTeamsInternalServerError) IsRedirect() bool

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

func (*GetTeamsInternalServerError) IsServerError

func (o *GetTeamsInternalServerError) IsServerError() bool

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

func (*GetTeamsInternalServerError) IsSuccess

func (o *GetTeamsInternalServerError) IsSuccess() bool

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

func (*GetTeamsInternalServerError) String

func (o *GetTeamsInternalServerError) String() string

type GetTeamsNotFound

type GetTeamsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTeamsNotFound

func NewGetTeamsNotFound() *GetTeamsNotFound

NewGetTeamsNotFound creates a GetTeamsNotFound with default headers values

func (*GetTeamsNotFound) Error

func (o *GetTeamsNotFound) Error() string

func (*GetTeamsNotFound) GetPayload

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

func (*GetTeamsNotFound) IsClientError

func (o *GetTeamsNotFound) IsClientError() bool

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

func (*GetTeamsNotFound) IsCode

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

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

func (*GetTeamsNotFound) IsRedirect

func (o *GetTeamsNotFound) IsRedirect() bool

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

func (*GetTeamsNotFound) IsServerError

func (o *GetTeamsNotFound) IsServerError() bool

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

func (*GetTeamsNotFound) IsSuccess

func (o *GetTeamsNotFound) IsSuccess() bool

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

func (*GetTeamsNotFound) String

func (o *GetTeamsNotFound) String() string

type GetTeamsOK

type GetTeamsOK struct {
	Payload *models.TeamEntityListing
}

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

successful operation

func NewGetTeamsOK

func NewGetTeamsOK() *GetTeamsOK

NewGetTeamsOK creates a GetTeamsOK with default headers values

func (*GetTeamsOK) Error

func (o *GetTeamsOK) Error() string

func (*GetTeamsOK) GetPayload

func (o *GetTeamsOK) GetPayload() *models.TeamEntityListing

func (*GetTeamsOK) IsClientError

func (o *GetTeamsOK) IsClientError() bool

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

func (*GetTeamsOK) IsCode

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

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

func (*GetTeamsOK) IsRedirect

func (o *GetTeamsOK) IsRedirect() bool

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

func (*GetTeamsOK) IsServerError

func (o *GetTeamsOK) IsServerError() bool

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

func (*GetTeamsOK) IsSuccess

func (o *GetTeamsOK) IsSuccess() bool

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

func (*GetTeamsOK) String

func (o *GetTeamsOK) String() string

type GetTeamsParams

type GetTeamsParams struct {

	/* After.

	   The cursor that points to the next item in the complete list of teams
	*/
	After *string

	/* Before.

	   The cursor that points to the previous item in the complete list of teams
	*/
	Before *string

	/* Expand.

	   Expand the name on each user
	*/
	Expand *string

	/* Name.

	   Return only teams whose names start with this value (case-insensitive matching)
	*/
	Name *string

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetTeamsParams contains all the parameters to send to the API endpoint

for the get teams operation.

Typically these are written to a http.Request.

func NewGetTeamsParams

func NewGetTeamsParams() *GetTeamsParams

NewGetTeamsParams creates a new GetTeamsParams 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 NewGetTeamsParamsWithContext

func NewGetTeamsParamsWithContext(ctx context.Context) *GetTeamsParams

NewGetTeamsParamsWithContext creates a new GetTeamsParams object with the ability to set a context for a request.

func NewGetTeamsParamsWithHTTPClient

func NewGetTeamsParamsWithHTTPClient(client *http.Client) *GetTeamsParams

NewGetTeamsParamsWithHTTPClient creates a new GetTeamsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTeamsParamsWithTimeout

func NewGetTeamsParamsWithTimeout(timeout time.Duration) *GetTeamsParams

NewGetTeamsParamsWithTimeout creates a new GetTeamsParams object with the ability to set a timeout on a request.

func (*GetTeamsParams) SetAfter

func (o *GetTeamsParams) SetAfter(after *string)

SetAfter adds the after to the get teams params

func (*GetTeamsParams) SetBefore

func (o *GetTeamsParams) SetBefore(before *string)

SetBefore adds the before to the get teams params

func (*GetTeamsParams) SetContext

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

SetContext adds the context to the get teams params

func (*GetTeamsParams) SetDefaults

func (o *GetTeamsParams) SetDefaults()

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

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

func (*GetTeamsParams) SetExpand

func (o *GetTeamsParams) SetExpand(expand *string)

SetExpand adds the expand to the get teams params

func (*GetTeamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get teams params

func (*GetTeamsParams) SetName

func (o *GetTeamsParams) SetName(name *string)

SetName adds the name to the get teams params

func (*GetTeamsParams) SetPageSize

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

SetPageSize adds the pageSize to the get teams params

func (*GetTeamsParams) SetTimeout

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

SetTimeout adds the timeout to the get teams params

func (*GetTeamsParams) WithAfter

func (o *GetTeamsParams) WithAfter(after *string) *GetTeamsParams

WithAfter adds the after to the get teams params

func (*GetTeamsParams) WithBefore

func (o *GetTeamsParams) WithBefore(before *string) *GetTeamsParams

WithBefore adds the before to the get teams params

func (*GetTeamsParams) WithContext

func (o *GetTeamsParams) WithContext(ctx context.Context) *GetTeamsParams

WithContext adds the context to the get teams params

func (*GetTeamsParams) WithDefaults

func (o *GetTeamsParams) WithDefaults() *GetTeamsParams

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

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

func (*GetTeamsParams) WithExpand

func (o *GetTeamsParams) WithExpand(expand *string) *GetTeamsParams

WithExpand adds the expand to the get teams params

func (*GetTeamsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get teams params

func (*GetTeamsParams) WithName

func (o *GetTeamsParams) WithName(name *string) *GetTeamsParams

WithName adds the name to the get teams params

func (*GetTeamsParams) WithPageSize

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

WithPageSize adds the pageSize to the get teams params

func (*GetTeamsParams) WithTimeout

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

WithTimeout adds the timeout to the get teams params

func (*GetTeamsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTeamsReader

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

GetTeamsReader is a Reader for the GetTeams structure.

func (*GetTeamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTeamsRequestEntityTooLarge

type GetTeamsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsRequestEntityTooLarge

func NewGetTeamsRequestEntityTooLarge() *GetTeamsRequestEntityTooLarge

NewGetTeamsRequestEntityTooLarge creates a GetTeamsRequestEntityTooLarge with default headers values

func (*GetTeamsRequestEntityTooLarge) Error

func (*GetTeamsRequestEntityTooLarge) GetPayload

func (*GetTeamsRequestEntityTooLarge) IsClientError

func (o *GetTeamsRequestEntityTooLarge) IsClientError() bool

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

func (*GetTeamsRequestEntityTooLarge) IsCode

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

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

func (*GetTeamsRequestEntityTooLarge) IsRedirect

func (o *GetTeamsRequestEntityTooLarge) IsRedirect() bool

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

func (*GetTeamsRequestEntityTooLarge) IsServerError

func (o *GetTeamsRequestEntityTooLarge) IsServerError() bool

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

func (*GetTeamsRequestEntityTooLarge) IsSuccess

func (o *GetTeamsRequestEntityTooLarge) IsSuccess() bool

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

func (*GetTeamsRequestEntityTooLarge) String

type GetTeamsRequestTimeout

type GetTeamsRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsRequestTimeout

func NewGetTeamsRequestTimeout() *GetTeamsRequestTimeout

NewGetTeamsRequestTimeout creates a GetTeamsRequestTimeout with default headers values

func (*GetTeamsRequestTimeout) Error

func (o *GetTeamsRequestTimeout) Error() string

func (*GetTeamsRequestTimeout) GetPayload

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

func (*GetTeamsRequestTimeout) IsClientError

func (o *GetTeamsRequestTimeout) IsClientError() bool

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

func (*GetTeamsRequestTimeout) IsCode

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

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

func (*GetTeamsRequestTimeout) IsRedirect

func (o *GetTeamsRequestTimeout) IsRedirect() bool

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

func (*GetTeamsRequestTimeout) IsServerError

func (o *GetTeamsRequestTimeout) IsServerError() bool

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

func (*GetTeamsRequestTimeout) IsSuccess

func (o *GetTeamsRequestTimeout) IsSuccess() bool

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

func (*GetTeamsRequestTimeout) String

func (o *GetTeamsRequestTimeout) String() string

type GetTeamsServiceUnavailable

type GetTeamsServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsServiceUnavailable

func NewGetTeamsServiceUnavailable() *GetTeamsServiceUnavailable

NewGetTeamsServiceUnavailable creates a GetTeamsServiceUnavailable with default headers values

func (*GetTeamsServiceUnavailable) Error

func (*GetTeamsServiceUnavailable) GetPayload

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

func (*GetTeamsServiceUnavailable) IsClientError

func (o *GetTeamsServiceUnavailable) IsClientError() bool

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

func (*GetTeamsServiceUnavailable) IsCode

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

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

func (*GetTeamsServiceUnavailable) IsRedirect

func (o *GetTeamsServiceUnavailable) IsRedirect() bool

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

func (*GetTeamsServiceUnavailable) IsServerError

func (o *GetTeamsServiceUnavailable) IsServerError() bool

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

func (*GetTeamsServiceUnavailable) IsSuccess

func (o *GetTeamsServiceUnavailable) IsSuccess() bool

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

func (*GetTeamsServiceUnavailable) String

func (o *GetTeamsServiceUnavailable) String() string

type GetTeamsTooManyRequests

type GetTeamsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsTooManyRequests

func NewGetTeamsTooManyRequests() *GetTeamsTooManyRequests

NewGetTeamsTooManyRequests creates a GetTeamsTooManyRequests with default headers values

func (*GetTeamsTooManyRequests) Error

func (o *GetTeamsTooManyRequests) Error() string

func (*GetTeamsTooManyRequests) GetPayload

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

func (*GetTeamsTooManyRequests) IsClientError

func (o *GetTeamsTooManyRequests) IsClientError() bool

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

func (*GetTeamsTooManyRequests) IsCode

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

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

func (*GetTeamsTooManyRequests) IsRedirect

func (o *GetTeamsTooManyRequests) IsRedirect() bool

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

func (*GetTeamsTooManyRequests) IsServerError

func (o *GetTeamsTooManyRequests) IsServerError() bool

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

func (*GetTeamsTooManyRequests) IsSuccess

func (o *GetTeamsTooManyRequests) IsSuccess() bool

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

func (*GetTeamsTooManyRequests) String

func (o *GetTeamsTooManyRequests) String() string

type GetTeamsUnauthorized

type GetTeamsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTeamsUnauthorized

func NewGetTeamsUnauthorized() *GetTeamsUnauthorized

NewGetTeamsUnauthorized creates a GetTeamsUnauthorized with default headers values

func (*GetTeamsUnauthorized) Error

func (o *GetTeamsUnauthorized) Error() string

func (*GetTeamsUnauthorized) GetPayload

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

func (*GetTeamsUnauthorized) IsClientError

func (o *GetTeamsUnauthorized) IsClientError() bool

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

func (*GetTeamsUnauthorized) IsCode

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

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

func (*GetTeamsUnauthorized) IsRedirect

func (o *GetTeamsUnauthorized) IsRedirect() bool

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

func (*GetTeamsUnauthorized) IsServerError

func (o *GetTeamsUnauthorized) IsServerError() bool

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

func (*GetTeamsUnauthorized) IsSuccess

func (o *GetTeamsUnauthorized) IsSuccess() bool

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

func (*GetTeamsUnauthorized) String

func (o *GetTeamsUnauthorized) String() string

type GetTeamsUnsupportedMediaType

type GetTeamsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTeamsUnsupportedMediaType

func NewGetTeamsUnsupportedMediaType() *GetTeamsUnsupportedMediaType

NewGetTeamsUnsupportedMediaType creates a GetTeamsUnsupportedMediaType with default headers values

func (*GetTeamsUnsupportedMediaType) Error

func (*GetTeamsUnsupportedMediaType) GetPayload

func (*GetTeamsUnsupportedMediaType) IsClientError

func (o *GetTeamsUnsupportedMediaType) IsClientError() bool

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

func (*GetTeamsUnsupportedMediaType) IsCode

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

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

func (*GetTeamsUnsupportedMediaType) IsRedirect

func (o *GetTeamsUnsupportedMediaType) IsRedirect() bool

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

func (*GetTeamsUnsupportedMediaType) IsServerError

func (o *GetTeamsUnsupportedMediaType) IsServerError() bool

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

func (*GetTeamsUnsupportedMediaType) IsSuccess

func (o *GetTeamsUnsupportedMediaType) IsSuccess() bool

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

func (*GetTeamsUnsupportedMediaType) String

type PatchTeamBadRequest

type PatchTeamBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamBadRequest

func NewPatchTeamBadRequest() *PatchTeamBadRequest

NewPatchTeamBadRequest creates a PatchTeamBadRequest with default headers values

func (*PatchTeamBadRequest) Error

func (o *PatchTeamBadRequest) Error() string

func (*PatchTeamBadRequest) GetPayload

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

func (*PatchTeamBadRequest) IsClientError

func (o *PatchTeamBadRequest) IsClientError() bool

IsClientError returns true when this patch team bad request response has a 4xx status code

func (*PatchTeamBadRequest) IsCode

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

IsCode returns true when this patch team bad request response a status code equal to that given

func (*PatchTeamBadRequest) IsRedirect

func (o *PatchTeamBadRequest) IsRedirect() bool

IsRedirect returns true when this patch team bad request response has a 3xx status code

func (*PatchTeamBadRequest) IsServerError

func (o *PatchTeamBadRequest) IsServerError() bool

IsServerError returns true when this patch team bad request response has a 5xx status code

func (*PatchTeamBadRequest) IsSuccess

func (o *PatchTeamBadRequest) IsSuccess() bool

IsSuccess returns true when this patch team bad request response has a 2xx status code

func (*PatchTeamBadRequest) String

func (o *PatchTeamBadRequest) String() string

type PatchTeamForbidden

type PatchTeamForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPatchTeamForbidden

func NewPatchTeamForbidden() *PatchTeamForbidden

NewPatchTeamForbidden creates a PatchTeamForbidden with default headers values

func (*PatchTeamForbidden) Error

func (o *PatchTeamForbidden) Error() string

func (*PatchTeamForbidden) GetPayload

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

func (*PatchTeamForbidden) IsClientError

func (o *PatchTeamForbidden) IsClientError() bool

IsClientError returns true when this patch team forbidden response has a 4xx status code

func (*PatchTeamForbidden) IsCode

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

IsCode returns true when this patch team forbidden response a status code equal to that given

func (*PatchTeamForbidden) IsRedirect

func (o *PatchTeamForbidden) IsRedirect() bool

IsRedirect returns true when this patch team forbidden response has a 3xx status code

func (*PatchTeamForbidden) IsServerError

func (o *PatchTeamForbidden) IsServerError() bool

IsServerError returns true when this patch team forbidden response has a 5xx status code

func (*PatchTeamForbidden) IsSuccess

func (o *PatchTeamForbidden) IsSuccess() bool

IsSuccess returns true when this patch team forbidden response has a 2xx status code

func (*PatchTeamForbidden) String

func (o *PatchTeamForbidden) String() string

type PatchTeamGatewayTimeout

type PatchTeamGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPatchTeamGatewayTimeout

func NewPatchTeamGatewayTimeout() *PatchTeamGatewayTimeout

NewPatchTeamGatewayTimeout creates a PatchTeamGatewayTimeout with default headers values

func (*PatchTeamGatewayTimeout) Error

func (o *PatchTeamGatewayTimeout) Error() string

func (*PatchTeamGatewayTimeout) GetPayload

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

func (*PatchTeamGatewayTimeout) IsClientError

func (o *PatchTeamGatewayTimeout) IsClientError() bool

IsClientError returns true when this patch team gateway timeout response has a 4xx status code

func (*PatchTeamGatewayTimeout) IsCode

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

IsCode returns true when this patch team gateway timeout response a status code equal to that given

func (*PatchTeamGatewayTimeout) IsRedirect

func (o *PatchTeamGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this patch team gateway timeout response has a 3xx status code

func (*PatchTeamGatewayTimeout) IsServerError

func (o *PatchTeamGatewayTimeout) IsServerError() bool

IsServerError returns true when this patch team gateway timeout response has a 5xx status code

func (*PatchTeamGatewayTimeout) IsSuccess

func (o *PatchTeamGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this patch team gateway timeout response has a 2xx status code

func (*PatchTeamGatewayTimeout) String

func (o *PatchTeamGatewayTimeout) String() string

type PatchTeamInternalServerError

type PatchTeamInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamInternalServerError

func NewPatchTeamInternalServerError() *PatchTeamInternalServerError

NewPatchTeamInternalServerError creates a PatchTeamInternalServerError with default headers values

func (*PatchTeamInternalServerError) Error

func (*PatchTeamInternalServerError) GetPayload

func (*PatchTeamInternalServerError) IsClientError

func (o *PatchTeamInternalServerError) IsClientError() bool

IsClientError returns true when this patch team internal server error response has a 4xx status code

func (*PatchTeamInternalServerError) IsCode

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

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

func (*PatchTeamInternalServerError) IsRedirect

func (o *PatchTeamInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch team internal server error response has a 3xx status code

func (*PatchTeamInternalServerError) IsServerError

func (o *PatchTeamInternalServerError) IsServerError() bool

IsServerError returns true when this patch team internal server error response has a 5xx status code

func (*PatchTeamInternalServerError) IsSuccess

func (o *PatchTeamInternalServerError) IsSuccess() bool

IsSuccess returns true when this patch team internal server error response has a 2xx status code

func (*PatchTeamInternalServerError) String

type PatchTeamNotFound

type PatchTeamNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPatchTeamNotFound

func NewPatchTeamNotFound() *PatchTeamNotFound

NewPatchTeamNotFound creates a PatchTeamNotFound with default headers values

func (*PatchTeamNotFound) Error

func (o *PatchTeamNotFound) Error() string

func (*PatchTeamNotFound) GetPayload

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

func (*PatchTeamNotFound) IsClientError

func (o *PatchTeamNotFound) IsClientError() bool

IsClientError returns true when this patch team not found response has a 4xx status code

func (*PatchTeamNotFound) IsCode

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

IsCode returns true when this patch team not found response a status code equal to that given

func (*PatchTeamNotFound) IsRedirect

func (o *PatchTeamNotFound) IsRedirect() bool

IsRedirect returns true when this patch team not found response has a 3xx status code

func (*PatchTeamNotFound) IsServerError

func (o *PatchTeamNotFound) IsServerError() bool

IsServerError returns true when this patch team not found response has a 5xx status code

func (*PatchTeamNotFound) IsSuccess

func (o *PatchTeamNotFound) IsSuccess() bool

IsSuccess returns true when this patch team not found response has a 2xx status code

func (*PatchTeamNotFound) String

func (o *PatchTeamNotFound) String() string

type PatchTeamOK

type PatchTeamOK struct {
	Payload *models.Team
}

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

successful operation

func NewPatchTeamOK

func NewPatchTeamOK() *PatchTeamOK

NewPatchTeamOK creates a PatchTeamOK with default headers values

func (*PatchTeamOK) Error

func (o *PatchTeamOK) Error() string

func (*PatchTeamOK) GetPayload

func (o *PatchTeamOK) GetPayload() *models.Team

func (*PatchTeamOK) IsClientError

func (o *PatchTeamOK) IsClientError() bool

IsClientError returns true when this patch team o k response has a 4xx status code

func (*PatchTeamOK) IsCode

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

IsCode returns true when this patch team o k response a status code equal to that given

func (*PatchTeamOK) IsRedirect

func (o *PatchTeamOK) IsRedirect() bool

IsRedirect returns true when this patch team o k response has a 3xx status code

func (*PatchTeamOK) IsServerError

func (o *PatchTeamOK) IsServerError() bool

IsServerError returns true when this patch team o k response has a 5xx status code

func (*PatchTeamOK) IsSuccess

func (o *PatchTeamOK) IsSuccess() bool

IsSuccess returns true when this patch team o k response has a 2xx status code

func (*PatchTeamOK) String

func (o *PatchTeamOK) String() string

type PatchTeamParams

type PatchTeamParams struct {

	/* Body.

	   Team
	*/
	Body *models.Team

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

PatchTeamParams contains all the parameters to send to the API endpoint

for the patch team operation.

Typically these are written to a http.Request.

func NewPatchTeamParams

func NewPatchTeamParams() *PatchTeamParams

NewPatchTeamParams creates a new PatchTeamParams 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 NewPatchTeamParamsWithContext

func NewPatchTeamParamsWithContext(ctx context.Context) *PatchTeamParams

NewPatchTeamParamsWithContext creates a new PatchTeamParams object with the ability to set a context for a request.

func NewPatchTeamParamsWithHTTPClient

func NewPatchTeamParamsWithHTTPClient(client *http.Client) *PatchTeamParams

NewPatchTeamParamsWithHTTPClient creates a new PatchTeamParams object with the ability to set a custom HTTPClient for a request.

func NewPatchTeamParamsWithTimeout

func NewPatchTeamParamsWithTimeout(timeout time.Duration) *PatchTeamParams

NewPatchTeamParamsWithTimeout creates a new PatchTeamParams object with the ability to set a timeout on a request.

func (*PatchTeamParams) SetBody

func (o *PatchTeamParams) SetBody(body *models.Team)

SetBody adds the body to the patch team params

func (*PatchTeamParams) SetContext

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

SetContext adds the context to the patch team params

func (*PatchTeamParams) SetDefaults

func (o *PatchTeamParams) SetDefaults()

SetDefaults hydrates default values in the patch team params (not the query body).

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

func (*PatchTeamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch team params

func (*PatchTeamParams) SetTeamID

func (o *PatchTeamParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the patch team params

func (*PatchTeamParams) SetTimeout

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

SetTimeout adds the timeout to the patch team params

func (*PatchTeamParams) WithBody

func (o *PatchTeamParams) WithBody(body *models.Team) *PatchTeamParams

WithBody adds the body to the patch team params

func (*PatchTeamParams) WithContext

func (o *PatchTeamParams) WithContext(ctx context.Context) *PatchTeamParams

WithContext adds the context to the patch team params

func (*PatchTeamParams) WithDefaults

func (o *PatchTeamParams) WithDefaults() *PatchTeamParams

WithDefaults hydrates default values in the patch team params (not the query body).

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

func (*PatchTeamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch team params

func (*PatchTeamParams) WithTeamID

func (o *PatchTeamParams) WithTeamID(teamID string) *PatchTeamParams

WithTeamID adds the teamID to the patch team params

func (*PatchTeamParams) WithTimeout

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

WithTimeout adds the timeout to the patch team params

func (*PatchTeamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchTeamReader

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

PatchTeamReader is a Reader for the PatchTeam structure.

func (*PatchTeamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchTeamRequestEntityTooLarge

type PatchTeamRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamRequestEntityTooLarge

func NewPatchTeamRequestEntityTooLarge() *PatchTeamRequestEntityTooLarge

NewPatchTeamRequestEntityTooLarge creates a PatchTeamRequestEntityTooLarge with default headers values

func (*PatchTeamRequestEntityTooLarge) Error

func (*PatchTeamRequestEntityTooLarge) GetPayload

func (*PatchTeamRequestEntityTooLarge) IsClientError

func (o *PatchTeamRequestEntityTooLarge) IsClientError() bool

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

func (*PatchTeamRequestEntityTooLarge) IsCode

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

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

func (*PatchTeamRequestEntityTooLarge) IsRedirect

func (o *PatchTeamRequestEntityTooLarge) IsRedirect() bool

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

func (*PatchTeamRequestEntityTooLarge) IsServerError

func (o *PatchTeamRequestEntityTooLarge) IsServerError() bool

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

func (*PatchTeamRequestEntityTooLarge) IsSuccess

func (o *PatchTeamRequestEntityTooLarge) IsSuccess() bool

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

func (*PatchTeamRequestEntityTooLarge) String

type PatchTeamRequestTimeout

type PatchTeamRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamRequestTimeout

func NewPatchTeamRequestTimeout() *PatchTeamRequestTimeout

NewPatchTeamRequestTimeout creates a PatchTeamRequestTimeout with default headers values

func (*PatchTeamRequestTimeout) Error

func (o *PatchTeamRequestTimeout) Error() string

func (*PatchTeamRequestTimeout) GetPayload

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

func (*PatchTeamRequestTimeout) IsClientError

func (o *PatchTeamRequestTimeout) IsClientError() bool

IsClientError returns true when this patch team request timeout response has a 4xx status code

func (*PatchTeamRequestTimeout) IsCode

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

IsCode returns true when this patch team request timeout response a status code equal to that given

func (*PatchTeamRequestTimeout) IsRedirect

func (o *PatchTeamRequestTimeout) IsRedirect() bool

IsRedirect returns true when this patch team request timeout response has a 3xx status code

func (*PatchTeamRequestTimeout) IsServerError

func (o *PatchTeamRequestTimeout) IsServerError() bool

IsServerError returns true when this patch team request timeout response has a 5xx status code

func (*PatchTeamRequestTimeout) IsSuccess

func (o *PatchTeamRequestTimeout) IsSuccess() bool

IsSuccess returns true when this patch team request timeout response has a 2xx status code

func (*PatchTeamRequestTimeout) String

func (o *PatchTeamRequestTimeout) String() string

type PatchTeamServiceUnavailable

type PatchTeamServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamServiceUnavailable

func NewPatchTeamServiceUnavailable() *PatchTeamServiceUnavailable

NewPatchTeamServiceUnavailable creates a PatchTeamServiceUnavailable with default headers values

func (*PatchTeamServiceUnavailable) Error

func (*PatchTeamServiceUnavailable) GetPayload

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

func (*PatchTeamServiceUnavailable) IsClientError

func (o *PatchTeamServiceUnavailable) IsClientError() bool

IsClientError returns true when this patch team service unavailable response has a 4xx status code

func (*PatchTeamServiceUnavailable) IsCode

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

IsCode returns true when this patch team service unavailable response a status code equal to that given

func (*PatchTeamServiceUnavailable) IsRedirect

func (o *PatchTeamServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this patch team service unavailable response has a 3xx status code

func (*PatchTeamServiceUnavailable) IsServerError

func (o *PatchTeamServiceUnavailable) IsServerError() bool

IsServerError returns true when this patch team service unavailable response has a 5xx status code

func (*PatchTeamServiceUnavailable) IsSuccess

func (o *PatchTeamServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this patch team service unavailable response has a 2xx status code

func (*PatchTeamServiceUnavailable) String

func (o *PatchTeamServiceUnavailable) String() string

type PatchTeamTooManyRequests

type PatchTeamTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamTooManyRequests

func NewPatchTeamTooManyRequests() *PatchTeamTooManyRequests

NewPatchTeamTooManyRequests creates a PatchTeamTooManyRequests with default headers values

func (*PatchTeamTooManyRequests) Error

func (o *PatchTeamTooManyRequests) Error() string

func (*PatchTeamTooManyRequests) GetPayload

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

func (*PatchTeamTooManyRequests) IsClientError

func (o *PatchTeamTooManyRequests) IsClientError() bool

IsClientError returns true when this patch team too many requests response has a 4xx status code

func (*PatchTeamTooManyRequests) IsCode

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

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

func (*PatchTeamTooManyRequests) IsRedirect

func (o *PatchTeamTooManyRequests) IsRedirect() bool

IsRedirect returns true when this patch team too many requests response has a 3xx status code

func (*PatchTeamTooManyRequests) IsServerError

func (o *PatchTeamTooManyRequests) IsServerError() bool

IsServerError returns true when this patch team too many requests response has a 5xx status code

func (*PatchTeamTooManyRequests) IsSuccess

func (o *PatchTeamTooManyRequests) IsSuccess() bool

IsSuccess returns true when this patch team too many requests response has a 2xx status code

func (*PatchTeamTooManyRequests) String

func (o *PatchTeamTooManyRequests) String() string

type PatchTeamUnauthorized

type PatchTeamUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPatchTeamUnauthorized

func NewPatchTeamUnauthorized() *PatchTeamUnauthorized

NewPatchTeamUnauthorized creates a PatchTeamUnauthorized with default headers values

func (*PatchTeamUnauthorized) Error

func (o *PatchTeamUnauthorized) Error() string

func (*PatchTeamUnauthorized) GetPayload

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

func (*PatchTeamUnauthorized) IsClientError

func (o *PatchTeamUnauthorized) IsClientError() bool

IsClientError returns true when this patch team unauthorized response has a 4xx status code

func (*PatchTeamUnauthorized) IsCode

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

IsCode returns true when this patch team unauthorized response a status code equal to that given

func (*PatchTeamUnauthorized) IsRedirect

func (o *PatchTeamUnauthorized) IsRedirect() bool

IsRedirect returns true when this patch team unauthorized response has a 3xx status code

func (*PatchTeamUnauthorized) IsServerError

func (o *PatchTeamUnauthorized) IsServerError() bool

IsServerError returns true when this patch team unauthorized response has a 5xx status code

func (*PatchTeamUnauthorized) IsSuccess

func (o *PatchTeamUnauthorized) IsSuccess() bool

IsSuccess returns true when this patch team unauthorized response has a 2xx status code

func (*PatchTeamUnauthorized) String

func (o *PatchTeamUnauthorized) String() string

type PatchTeamUnsupportedMediaType

type PatchTeamUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewPatchTeamUnsupportedMediaType

func NewPatchTeamUnsupportedMediaType() *PatchTeamUnsupportedMediaType

NewPatchTeamUnsupportedMediaType creates a PatchTeamUnsupportedMediaType with default headers values

func (*PatchTeamUnsupportedMediaType) Error

func (*PatchTeamUnsupportedMediaType) GetPayload

func (*PatchTeamUnsupportedMediaType) IsClientError

func (o *PatchTeamUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this patch team unsupported media type response has a 4xx status code

func (*PatchTeamUnsupportedMediaType) IsCode

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

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

func (*PatchTeamUnsupportedMediaType) IsRedirect

func (o *PatchTeamUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this patch team unsupported media type response has a 3xx status code

func (*PatchTeamUnsupportedMediaType) IsServerError

func (o *PatchTeamUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this patch team unsupported media type response has a 5xx status code

func (*PatchTeamUnsupportedMediaType) IsSuccess

func (o *PatchTeamUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this patch team unsupported media type response has a 2xx status code

func (*PatchTeamUnsupportedMediaType) String

type PostTeamMembersBadRequest

type PostTeamMembersBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersBadRequest

func NewPostTeamMembersBadRequest() *PostTeamMembersBadRequest

NewPostTeamMembersBadRequest creates a PostTeamMembersBadRequest with default headers values

func (*PostTeamMembersBadRequest) Error

func (o *PostTeamMembersBadRequest) Error() string

func (*PostTeamMembersBadRequest) GetPayload

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

func (*PostTeamMembersBadRequest) IsClientError

func (o *PostTeamMembersBadRequest) IsClientError() bool

IsClientError returns true when this post team members bad request response has a 4xx status code

func (*PostTeamMembersBadRequest) IsCode

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

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

func (*PostTeamMembersBadRequest) IsRedirect

func (o *PostTeamMembersBadRequest) IsRedirect() bool

IsRedirect returns true when this post team members bad request response has a 3xx status code

func (*PostTeamMembersBadRequest) IsServerError

func (o *PostTeamMembersBadRequest) IsServerError() bool

IsServerError returns true when this post team members bad request response has a 5xx status code

func (*PostTeamMembersBadRequest) IsSuccess

func (o *PostTeamMembersBadRequest) IsSuccess() bool

IsSuccess returns true when this post team members bad request response has a 2xx status code

func (*PostTeamMembersBadRequest) String

func (o *PostTeamMembersBadRequest) String() string

type PostTeamMembersForbidden

type PostTeamMembersForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostTeamMembersForbidden

func NewPostTeamMembersForbidden() *PostTeamMembersForbidden

NewPostTeamMembersForbidden creates a PostTeamMembersForbidden with default headers values

func (*PostTeamMembersForbidden) Error

func (o *PostTeamMembersForbidden) Error() string

func (*PostTeamMembersForbidden) GetPayload

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

func (*PostTeamMembersForbidden) IsClientError

func (o *PostTeamMembersForbidden) IsClientError() bool

IsClientError returns true when this post team members forbidden response has a 4xx status code

func (*PostTeamMembersForbidden) IsCode

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

IsCode returns true when this post team members forbidden response a status code equal to that given

func (*PostTeamMembersForbidden) IsRedirect

func (o *PostTeamMembersForbidden) IsRedirect() bool

IsRedirect returns true when this post team members forbidden response has a 3xx status code

func (*PostTeamMembersForbidden) IsServerError

func (o *PostTeamMembersForbidden) IsServerError() bool

IsServerError returns true when this post team members forbidden response has a 5xx status code

func (*PostTeamMembersForbidden) IsSuccess

func (o *PostTeamMembersForbidden) IsSuccess() bool

IsSuccess returns true when this post team members forbidden response has a 2xx status code

func (*PostTeamMembersForbidden) String

func (o *PostTeamMembersForbidden) String() string

type PostTeamMembersGatewayTimeout

type PostTeamMembersGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostTeamMembersGatewayTimeout

func NewPostTeamMembersGatewayTimeout() *PostTeamMembersGatewayTimeout

NewPostTeamMembersGatewayTimeout creates a PostTeamMembersGatewayTimeout with default headers values

func (*PostTeamMembersGatewayTimeout) Error

func (*PostTeamMembersGatewayTimeout) GetPayload

func (*PostTeamMembersGatewayTimeout) IsClientError

func (o *PostTeamMembersGatewayTimeout) IsClientError() bool

IsClientError returns true when this post team members gateway timeout response has a 4xx status code

func (*PostTeamMembersGatewayTimeout) IsCode

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

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

func (*PostTeamMembersGatewayTimeout) IsRedirect

func (o *PostTeamMembersGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post team members gateway timeout response has a 3xx status code

func (*PostTeamMembersGatewayTimeout) IsServerError

func (o *PostTeamMembersGatewayTimeout) IsServerError() bool

IsServerError returns true when this post team members gateway timeout response has a 5xx status code

func (*PostTeamMembersGatewayTimeout) IsSuccess

func (o *PostTeamMembersGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post team members gateway timeout response has a 2xx status code

func (*PostTeamMembersGatewayTimeout) String

type PostTeamMembersInternalServerError

type PostTeamMembersInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersInternalServerError

func NewPostTeamMembersInternalServerError() *PostTeamMembersInternalServerError

NewPostTeamMembersInternalServerError creates a PostTeamMembersInternalServerError with default headers values

func (*PostTeamMembersInternalServerError) Error

func (*PostTeamMembersInternalServerError) GetPayload

func (*PostTeamMembersInternalServerError) IsClientError

func (o *PostTeamMembersInternalServerError) IsClientError() bool

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

func (*PostTeamMembersInternalServerError) IsCode

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

func (*PostTeamMembersInternalServerError) IsRedirect

func (o *PostTeamMembersInternalServerError) IsRedirect() bool

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

func (*PostTeamMembersInternalServerError) IsServerError

func (o *PostTeamMembersInternalServerError) IsServerError() bool

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

func (*PostTeamMembersInternalServerError) IsSuccess

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

func (*PostTeamMembersInternalServerError) String

type PostTeamMembersNotFound

type PostTeamMembersNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostTeamMembersNotFound

func NewPostTeamMembersNotFound() *PostTeamMembersNotFound

NewPostTeamMembersNotFound creates a PostTeamMembersNotFound with default headers values

func (*PostTeamMembersNotFound) Error

func (o *PostTeamMembersNotFound) Error() string

func (*PostTeamMembersNotFound) GetPayload

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

func (*PostTeamMembersNotFound) IsClientError

func (o *PostTeamMembersNotFound) IsClientError() bool

IsClientError returns true when this post team members not found response has a 4xx status code

func (*PostTeamMembersNotFound) IsCode

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

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

func (*PostTeamMembersNotFound) IsRedirect

func (o *PostTeamMembersNotFound) IsRedirect() bool

IsRedirect returns true when this post team members not found response has a 3xx status code

func (*PostTeamMembersNotFound) IsServerError

func (o *PostTeamMembersNotFound) IsServerError() bool

IsServerError returns true when this post team members not found response has a 5xx status code

func (*PostTeamMembersNotFound) IsSuccess

func (o *PostTeamMembersNotFound) IsSuccess() bool

IsSuccess returns true when this post team members not found response has a 2xx status code

func (*PostTeamMembersNotFound) String

func (o *PostTeamMembersNotFound) String() string

type PostTeamMembersOK

type PostTeamMembersOK struct {
	Payload *models.TeamMemberAddListingResponse
}

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

successful operation

func NewPostTeamMembersOK

func NewPostTeamMembersOK() *PostTeamMembersOK

NewPostTeamMembersOK creates a PostTeamMembersOK with default headers values

func (*PostTeamMembersOK) Error

func (o *PostTeamMembersOK) Error() string

func (*PostTeamMembersOK) GetPayload

func (*PostTeamMembersOK) IsClientError

func (o *PostTeamMembersOK) IsClientError() bool

IsClientError returns true when this post team members o k response has a 4xx status code

func (*PostTeamMembersOK) IsCode

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

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

func (*PostTeamMembersOK) IsRedirect

func (o *PostTeamMembersOK) IsRedirect() bool

IsRedirect returns true when this post team members o k response has a 3xx status code

func (*PostTeamMembersOK) IsServerError

func (o *PostTeamMembersOK) IsServerError() bool

IsServerError returns true when this post team members o k response has a 5xx status code

func (*PostTeamMembersOK) IsSuccess

func (o *PostTeamMembersOK) IsSuccess() bool

IsSuccess returns true when this post team members o k response has a 2xx status code

func (*PostTeamMembersOK) String

func (o *PostTeamMembersOK) String() string

type PostTeamMembersParams

type PostTeamMembersParams struct {

	/* Body.

	   TeamMembers
	*/
	Body *models.TeamMembers

	/* TeamID.

	   Team ID
	*/
	TeamID string

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

PostTeamMembersParams contains all the parameters to send to the API endpoint

for the post team members operation.

Typically these are written to a http.Request.

func NewPostTeamMembersParams

func NewPostTeamMembersParams() *PostTeamMembersParams

NewPostTeamMembersParams creates a new PostTeamMembersParams 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 NewPostTeamMembersParamsWithContext

func NewPostTeamMembersParamsWithContext(ctx context.Context) *PostTeamMembersParams

NewPostTeamMembersParamsWithContext creates a new PostTeamMembersParams object with the ability to set a context for a request.

func NewPostTeamMembersParamsWithHTTPClient

func NewPostTeamMembersParamsWithHTTPClient(client *http.Client) *PostTeamMembersParams

NewPostTeamMembersParamsWithHTTPClient creates a new PostTeamMembersParams object with the ability to set a custom HTTPClient for a request.

func NewPostTeamMembersParamsWithTimeout

func NewPostTeamMembersParamsWithTimeout(timeout time.Duration) *PostTeamMembersParams

NewPostTeamMembersParamsWithTimeout creates a new PostTeamMembersParams object with the ability to set a timeout on a request.

func (*PostTeamMembersParams) SetBody

func (o *PostTeamMembersParams) SetBody(body *models.TeamMembers)

SetBody adds the body to the post team members params

func (*PostTeamMembersParams) SetContext

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

SetContext adds the context to the post team members params

func (*PostTeamMembersParams) SetDefaults

func (o *PostTeamMembersParams) SetDefaults()

SetDefaults hydrates default values in the post team members params (not the query body).

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

func (*PostTeamMembersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post team members params

func (*PostTeamMembersParams) SetTeamID

func (o *PostTeamMembersParams) SetTeamID(teamID string)

SetTeamID adds the teamId to the post team members params

func (*PostTeamMembersParams) SetTimeout

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

SetTimeout adds the timeout to the post team members params

func (*PostTeamMembersParams) WithBody

WithBody adds the body to the post team members params

func (*PostTeamMembersParams) WithContext

WithContext adds the context to the post team members params

func (*PostTeamMembersParams) WithDefaults

func (o *PostTeamMembersParams) WithDefaults() *PostTeamMembersParams

WithDefaults hydrates default values in the post team members params (not the query body).

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

func (*PostTeamMembersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post team members params

func (*PostTeamMembersParams) WithTeamID

func (o *PostTeamMembersParams) WithTeamID(teamID string) *PostTeamMembersParams

WithTeamID adds the teamID to the post team members params

func (*PostTeamMembersParams) WithTimeout

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

WithTimeout adds the timeout to the post team members params

func (*PostTeamMembersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostTeamMembersReader

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

PostTeamMembersReader is a Reader for the PostTeamMembers structure.

func (*PostTeamMembersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostTeamMembersRequestEntityTooLarge

type PostTeamMembersRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersRequestEntityTooLarge

func NewPostTeamMembersRequestEntityTooLarge() *PostTeamMembersRequestEntityTooLarge

NewPostTeamMembersRequestEntityTooLarge creates a PostTeamMembersRequestEntityTooLarge with default headers values

func (*PostTeamMembersRequestEntityTooLarge) Error

func (*PostTeamMembersRequestEntityTooLarge) GetPayload

func (*PostTeamMembersRequestEntityTooLarge) IsClientError

func (o *PostTeamMembersRequestEntityTooLarge) IsClientError() bool

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

func (*PostTeamMembersRequestEntityTooLarge) IsCode

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

func (*PostTeamMembersRequestEntityTooLarge) IsRedirect

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

func (*PostTeamMembersRequestEntityTooLarge) IsServerError

func (o *PostTeamMembersRequestEntityTooLarge) IsServerError() bool

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

func (*PostTeamMembersRequestEntityTooLarge) IsSuccess

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

func (*PostTeamMembersRequestEntityTooLarge) String

type PostTeamMembersRequestTimeout

type PostTeamMembersRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersRequestTimeout

func NewPostTeamMembersRequestTimeout() *PostTeamMembersRequestTimeout

NewPostTeamMembersRequestTimeout creates a PostTeamMembersRequestTimeout with default headers values

func (*PostTeamMembersRequestTimeout) Error

func (*PostTeamMembersRequestTimeout) GetPayload

func (*PostTeamMembersRequestTimeout) IsClientError

func (o *PostTeamMembersRequestTimeout) IsClientError() bool

IsClientError returns true when this post team members request timeout response has a 4xx status code

func (*PostTeamMembersRequestTimeout) IsCode

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

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

func (*PostTeamMembersRequestTimeout) IsRedirect

func (o *PostTeamMembersRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post team members request timeout response has a 3xx status code

func (*PostTeamMembersRequestTimeout) IsServerError

func (o *PostTeamMembersRequestTimeout) IsServerError() bool

IsServerError returns true when this post team members request timeout response has a 5xx status code

func (*PostTeamMembersRequestTimeout) IsSuccess

func (o *PostTeamMembersRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post team members request timeout response has a 2xx status code

func (*PostTeamMembersRequestTimeout) String

type PostTeamMembersServiceUnavailable

type PostTeamMembersServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersServiceUnavailable

func NewPostTeamMembersServiceUnavailable() *PostTeamMembersServiceUnavailable

NewPostTeamMembersServiceUnavailable creates a PostTeamMembersServiceUnavailable with default headers values

func (*PostTeamMembersServiceUnavailable) Error

func (*PostTeamMembersServiceUnavailable) GetPayload

func (*PostTeamMembersServiceUnavailable) IsClientError

func (o *PostTeamMembersServiceUnavailable) IsClientError() bool

IsClientError returns true when this post team members service unavailable response has a 4xx status code

func (*PostTeamMembersServiceUnavailable) IsCode

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

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

func (*PostTeamMembersServiceUnavailable) IsRedirect

func (o *PostTeamMembersServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post team members service unavailable response has a 3xx status code

func (*PostTeamMembersServiceUnavailable) IsServerError

func (o *PostTeamMembersServiceUnavailable) IsServerError() bool

IsServerError returns true when this post team members service unavailable response has a 5xx status code

func (*PostTeamMembersServiceUnavailable) IsSuccess

func (o *PostTeamMembersServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post team members service unavailable response has a 2xx status code

func (*PostTeamMembersServiceUnavailable) String

type PostTeamMembersTooManyRequests

type PostTeamMembersTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersTooManyRequests

func NewPostTeamMembersTooManyRequests() *PostTeamMembersTooManyRequests

NewPostTeamMembersTooManyRequests creates a PostTeamMembersTooManyRequests with default headers values

func (*PostTeamMembersTooManyRequests) Error

func (*PostTeamMembersTooManyRequests) GetPayload

func (*PostTeamMembersTooManyRequests) IsClientError

func (o *PostTeamMembersTooManyRequests) IsClientError() bool

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

func (*PostTeamMembersTooManyRequests) IsCode

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

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

func (*PostTeamMembersTooManyRequests) IsRedirect

func (o *PostTeamMembersTooManyRequests) IsRedirect() bool

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

func (*PostTeamMembersTooManyRequests) IsServerError

func (o *PostTeamMembersTooManyRequests) IsServerError() bool

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

func (*PostTeamMembersTooManyRequests) IsSuccess

func (o *PostTeamMembersTooManyRequests) IsSuccess() bool

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

func (*PostTeamMembersTooManyRequests) String

type PostTeamMembersUnauthorized

type PostTeamMembersUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostTeamMembersUnauthorized

func NewPostTeamMembersUnauthorized() *PostTeamMembersUnauthorized

NewPostTeamMembersUnauthorized creates a PostTeamMembersUnauthorized with default headers values

func (*PostTeamMembersUnauthorized) Error

func (*PostTeamMembersUnauthorized) GetPayload

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

func (*PostTeamMembersUnauthorized) IsClientError

func (o *PostTeamMembersUnauthorized) IsClientError() bool

IsClientError returns true when this post team members unauthorized response has a 4xx status code

func (*PostTeamMembersUnauthorized) IsCode

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

IsCode returns true when this post team members unauthorized response a status code equal to that given

func (*PostTeamMembersUnauthorized) IsRedirect

func (o *PostTeamMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this post team members unauthorized response has a 3xx status code

func (*PostTeamMembersUnauthorized) IsServerError

func (o *PostTeamMembersUnauthorized) IsServerError() bool

IsServerError returns true when this post team members unauthorized response has a 5xx status code

func (*PostTeamMembersUnauthorized) IsSuccess

func (o *PostTeamMembersUnauthorized) IsSuccess() bool

IsSuccess returns true when this post team members unauthorized response has a 2xx status code

func (*PostTeamMembersUnauthorized) String

func (o *PostTeamMembersUnauthorized) String() string

type PostTeamMembersUnsupportedMediaType

type PostTeamMembersUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamMembersUnsupportedMediaType

func NewPostTeamMembersUnsupportedMediaType() *PostTeamMembersUnsupportedMediaType

NewPostTeamMembersUnsupportedMediaType creates a PostTeamMembersUnsupportedMediaType with default headers values

func (*PostTeamMembersUnsupportedMediaType) Error

func (*PostTeamMembersUnsupportedMediaType) GetPayload

func (*PostTeamMembersUnsupportedMediaType) IsClientError

func (o *PostTeamMembersUnsupportedMediaType) IsClientError() bool

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

func (*PostTeamMembersUnsupportedMediaType) IsCode

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

func (*PostTeamMembersUnsupportedMediaType) IsRedirect

func (o *PostTeamMembersUnsupportedMediaType) IsRedirect() bool

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

func (*PostTeamMembersUnsupportedMediaType) IsServerError

func (o *PostTeamMembersUnsupportedMediaType) IsServerError() bool

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

func (*PostTeamMembersUnsupportedMediaType) IsSuccess

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

func (*PostTeamMembersUnsupportedMediaType) String

type PostTeamsBadRequest

type PostTeamsBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsBadRequest

func NewPostTeamsBadRequest() *PostTeamsBadRequest

NewPostTeamsBadRequest creates a PostTeamsBadRequest with default headers values

func (*PostTeamsBadRequest) Error

func (o *PostTeamsBadRequest) Error() string

func (*PostTeamsBadRequest) GetPayload

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

func (*PostTeamsBadRequest) IsClientError

func (o *PostTeamsBadRequest) IsClientError() bool

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

func (*PostTeamsBadRequest) IsCode

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

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

func (*PostTeamsBadRequest) IsRedirect

func (o *PostTeamsBadRequest) IsRedirect() bool

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

func (*PostTeamsBadRequest) IsServerError

func (o *PostTeamsBadRequest) IsServerError() bool

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

func (*PostTeamsBadRequest) IsSuccess

func (o *PostTeamsBadRequest) IsSuccess() bool

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

func (*PostTeamsBadRequest) String

func (o *PostTeamsBadRequest) String() string

type PostTeamsForbidden

type PostTeamsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostTeamsForbidden

func NewPostTeamsForbidden() *PostTeamsForbidden

NewPostTeamsForbidden creates a PostTeamsForbidden with default headers values

func (*PostTeamsForbidden) Error

func (o *PostTeamsForbidden) Error() string

func (*PostTeamsForbidden) GetPayload

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

func (*PostTeamsForbidden) IsClientError

func (o *PostTeamsForbidden) IsClientError() bool

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

func (*PostTeamsForbidden) IsCode

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

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

func (*PostTeamsForbidden) IsRedirect

func (o *PostTeamsForbidden) IsRedirect() bool

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

func (*PostTeamsForbidden) IsServerError

func (o *PostTeamsForbidden) IsServerError() bool

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

func (*PostTeamsForbidden) IsSuccess

func (o *PostTeamsForbidden) IsSuccess() bool

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

func (*PostTeamsForbidden) String

func (o *PostTeamsForbidden) String() string

type PostTeamsGatewayTimeout

type PostTeamsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostTeamsGatewayTimeout

func NewPostTeamsGatewayTimeout() *PostTeamsGatewayTimeout

NewPostTeamsGatewayTimeout creates a PostTeamsGatewayTimeout with default headers values

func (*PostTeamsGatewayTimeout) Error

func (o *PostTeamsGatewayTimeout) Error() string

func (*PostTeamsGatewayTimeout) GetPayload

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

func (*PostTeamsGatewayTimeout) IsClientError

func (o *PostTeamsGatewayTimeout) IsClientError() bool

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

func (*PostTeamsGatewayTimeout) IsCode

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

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

func (*PostTeamsGatewayTimeout) IsRedirect

func (o *PostTeamsGatewayTimeout) IsRedirect() bool

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

func (*PostTeamsGatewayTimeout) IsServerError

func (o *PostTeamsGatewayTimeout) IsServerError() bool

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

func (*PostTeamsGatewayTimeout) IsSuccess

func (o *PostTeamsGatewayTimeout) IsSuccess() bool

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

func (*PostTeamsGatewayTimeout) String

func (o *PostTeamsGatewayTimeout) String() string

type PostTeamsInternalServerError

type PostTeamsInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsInternalServerError

func NewPostTeamsInternalServerError() *PostTeamsInternalServerError

NewPostTeamsInternalServerError creates a PostTeamsInternalServerError with default headers values

func (*PostTeamsInternalServerError) Error

func (*PostTeamsInternalServerError) GetPayload

func (*PostTeamsInternalServerError) IsClientError

func (o *PostTeamsInternalServerError) IsClientError() bool

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

func (*PostTeamsInternalServerError) IsCode

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

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

func (*PostTeamsInternalServerError) IsRedirect

func (o *PostTeamsInternalServerError) IsRedirect() bool

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

func (*PostTeamsInternalServerError) IsServerError

func (o *PostTeamsInternalServerError) IsServerError() bool

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

func (*PostTeamsInternalServerError) IsSuccess

func (o *PostTeamsInternalServerError) IsSuccess() bool

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

func (*PostTeamsInternalServerError) String

type PostTeamsNotFound

type PostTeamsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostTeamsNotFound

func NewPostTeamsNotFound() *PostTeamsNotFound

NewPostTeamsNotFound creates a PostTeamsNotFound with default headers values

func (*PostTeamsNotFound) Error

func (o *PostTeamsNotFound) Error() string

func (*PostTeamsNotFound) GetPayload

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

func (*PostTeamsNotFound) IsClientError

func (o *PostTeamsNotFound) IsClientError() bool

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

func (*PostTeamsNotFound) IsCode

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

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

func (*PostTeamsNotFound) IsRedirect

func (o *PostTeamsNotFound) IsRedirect() bool

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

func (*PostTeamsNotFound) IsServerError

func (o *PostTeamsNotFound) IsServerError() bool

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

func (*PostTeamsNotFound) IsSuccess

func (o *PostTeamsNotFound) IsSuccess() bool

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

func (*PostTeamsNotFound) String

func (o *PostTeamsNotFound) String() string

type PostTeamsOK

type PostTeamsOK struct {
	Payload *models.Team
}

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

successful operation

func NewPostTeamsOK

func NewPostTeamsOK() *PostTeamsOK

NewPostTeamsOK creates a PostTeamsOK with default headers values

func (*PostTeamsOK) Error

func (o *PostTeamsOK) Error() string

func (*PostTeamsOK) GetPayload

func (o *PostTeamsOK) GetPayload() *models.Team

func (*PostTeamsOK) IsClientError

func (o *PostTeamsOK) IsClientError() bool

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

func (*PostTeamsOK) IsCode

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

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

func (*PostTeamsOK) IsRedirect

func (o *PostTeamsOK) IsRedirect() bool

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

func (*PostTeamsOK) IsServerError

func (o *PostTeamsOK) IsServerError() bool

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

func (*PostTeamsOK) IsSuccess

func (o *PostTeamsOK) IsSuccess() bool

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

func (*PostTeamsOK) String

func (o *PostTeamsOK) String() string

type PostTeamsParams

type PostTeamsParams struct {

	/* Body.

	   Team
	*/
	Body *models.Team

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

PostTeamsParams contains all the parameters to send to the API endpoint

for the post teams operation.

Typically these are written to a http.Request.

func NewPostTeamsParams

func NewPostTeamsParams() *PostTeamsParams

NewPostTeamsParams creates a new PostTeamsParams 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 NewPostTeamsParamsWithContext

func NewPostTeamsParamsWithContext(ctx context.Context) *PostTeamsParams

NewPostTeamsParamsWithContext creates a new PostTeamsParams object with the ability to set a context for a request.

func NewPostTeamsParamsWithHTTPClient

func NewPostTeamsParamsWithHTTPClient(client *http.Client) *PostTeamsParams

NewPostTeamsParamsWithHTTPClient creates a new PostTeamsParams object with the ability to set a custom HTTPClient for a request.

func NewPostTeamsParamsWithTimeout

func NewPostTeamsParamsWithTimeout(timeout time.Duration) *PostTeamsParams

NewPostTeamsParamsWithTimeout creates a new PostTeamsParams object with the ability to set a timeout on a request.

func (*PostTeamsParams) SetBody

func (o *PostTeamsParams) SetBody(body *models.Team)

SetBody adds the body to the post teams params

func (*PostTeamsParams) SetContext

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

SetContext adds the context to the post teams params

func (*PostTeamsParams) SetDefaults

func (o *PostTeamsParams) SetDefaults()

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

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

func (*PostTeamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post teams params

func (*PostTeamsParams) SetTimeout

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

SetTimeout adds the timeout to the post teams params

func (*PostTeamsParams) WithBody

func (o *PostTeamsParams) WithBody(body *models.Team) *PostTeamsParams

WithBody adds the body to the post teams params

func (*PostTeamsParams) WithContext

func (o *PostTeamsParams) WithContext(ctx context.Context) *PostTeamsParams

WithContext adds the context to the post teams params

func (*PostTeamsParams) WithDefaults

func (o *PostTeamsParams) WithDefaults() *PostTeamsParams

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

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

func (*PostTeamsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post teams params

func (*PostTeamsParams) WithTimeout

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

WithTimeout adds the timeout to the post teams params

func (*PostTeamsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostTeamsReader

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

PostTeamsReader is a Reader for the PostTeams structure.

func (*PostTeamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostTeamsRequestEntityTooLarge

type PostTeamsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsRequestEntityTooLarge

func NewPostTeamsRequestEntityTooLarge() *PostTeamsRequestEntityTooLarge

NewPostTeamsRequestEntityTooLarge creates a PostTeamsRequestEntityTooLarge with default headers values

func (*PostTeamsRequestEntityTooLarge) Error

func (*PostTeamsRequestEntityTooLarge) GetPayload

func (*PostTeamsRequestEntityTooLarge) IsClientError

func (o *PostTeamsRequestEntityTooLarge) IsClientError() bool

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

func (*PostTeamsRequestEntityTooLarge) IsCode

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

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

func (*PostTeamsRequestEntityTooLarge) IsRedirect

func (o *PostTeamsRequestEntityTooLarge) IsRedirect() bool

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

func (*PostTeamsRequestEntityTooLarge) IsServerError

func (o *PostTeamsRequestEntityTooLarge) IsServerError() bool

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

func (*PostTeamsRequestEntityTooLarge) IsSuccess

func (o *PostTeamsRequestEntityTooLarge) IsSuccess() bool

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

func (*PostTeamsRequestEntityTooLarge) String

type PostTeamsRequestTimeout

type PostTeamsRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsRequestTimeout

func NewPostTeamsRequestTimeout() *PostTeamsRequestTimeout

NewPostTeamsRequestTimeout creates a PostTeamsRequestTimeout with default headers values

func (*PostTeamsRequestTimeout) Error

func (o *PostTeamsRequestTimeout) Error() string

func (*PostTeamsRequestTimeout) GetPayload

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

func (*PostTeamsRequestTimeout) IsClientError

func (o *PostTeamsRequestTimeout) IsClientError() bool

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

func (*PostTeamsRequestTimeout) IsCode

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

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

func (*PostTeamsRequestTimeout) IsRedirect

func (o *PostTeamsRequestTimeout) IsRedirect() bool

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

func (*PostTeamsRequestTimeout) IsServerError

func (o *PostTeamsRequestTimeout) IsServerError() bool

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

func (*PostTeamsRequestTimeout) IsSuccess

func (o *PostTeamsRequestTimeout) IsSuccess() bool

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

func (*PostTeamsRequestTimeout) String

func (o *PostTeamsRequestTimeout) String() string

type PostTeamsSearchBadRequest

type PostTeamsSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsSearchBadRequest

func NewPostTeamsSearchBadRequest() *PostTeamsSearchBadRequest

NewPostTeamsSearchBadRequest creates a PostTeamsSearchBadRequest with default headers values

func (*PostTeamsSearchBadRequest) Error

func (o *PostTeamsSearchBadRequest) Error() string

func (*PostTeamsSearchBadRequest) GetPayload

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

func (*PostTeamsSearchBadRequest) IsClientError

func (o *PostTeamsSearchBadRequest) IsClientError() bool

IsClientError returns true when this post teams search bad request response has a 4xx status code

func (*PostTeamsSearchBadRequest) IsCode

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

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

func (*PostTeamsSearchBadRequest) IsRedirect

func (o *PostTeamsSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this post teams search bad request response has a 3xx status code

func (*PostTeamsSearchBadRequest) IsServerError

func (o *PostTeamsSearchBadRequest) IsServerError() bool

IsServerError returns true when this post teams search bad request response has a 5xx status code

func (*PostTeamsSearchBadRequest) IsSuccess

func (o *PostTeamsSearchBadRequest) IsSuccess() bool

IsSuccess returns true when this post teams search bad request response has a 2xx status code

func (*PostTeamsSearchBadRequest) String

func (o *PostTeamsSearchBadRequest) String() string

type PostTeamsSearchForbidden

type PostTeamsSearchForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostTeamsSearchForbidden

func NewPostTeamsSearchForbidden() *PostTeamsSearchForbidden

NewPostTeamsSearchForbidden creates a PostTeamsSearchForbidden with default headers values

func (*PostTeamsSearchForbidden) Error

func (o *PostTeamsSearchForbidden) Error() string

func (*PostTeamsSearchForbidden) GetPayload

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

func (*PostTeamsSearchForbidden) IsClientError

func (o *PostTeamsSearchForbidden) IsClientError() bool

IsClientError returns true when this post teams search forbidden response has a 4xx status code

func (*PostTeamsSearchForbidden) IsCode

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

IsCode returns true when this post teams search forbidden response a status code equal to that given

func (*PostTeamsSearchForbidden) IsRedirect

func (o *PostTeamsSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post teams search forbidden response has a 3xx status code

func (*PostTeamsSearchForbidden) IsServerError

func (o *PostTeamsSearchForbidden) IsServerError() bool

IsServerError returns true when this post teams search forbidden response has a 5xx status code

func (*PostTeamsSearchForbidden) IsSuccess

func (o *PostTeamsSearchForbidden) IsSuccess() bool

IsSuccess returns true when this post teams search forbidden response has a 2xx status code

func (*PostTeamsSearchForbidden) String

func (o *PostTeamsSearchForbidden) String() string

type PostTeamsSearchGatewayTimeout

type PostTeamsSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostTeamsSearchGatewayTimeout

func NewPostTeamsSearchGatewayTimeout() *PostTeamsSearchGatewayTimeout

NewPostTeamsSearchGatewayTimeout creates a PostTeamsSearchGatewayTimeout with default headers values

func (*PostTeamsSearchGatewayTimeout) Error

func (*PostTeamsSearchGatewayTimeout) GetPayload

func (*PostTeamsSearchGatewayTimeout) IsClientError

func (o *PostTeamsSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this post teams search gateway timeout response has a 4xx status code

func (*PostTeamsSearchGatewayTimeout) IsCode

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

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

func (*PostTeamsSearchGatewayTimeout) IsRedirect

func (o *PostTeamsSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post teams search gateway timeout response has a 3xx status code

func (*PostTeamsSearchGatewayTimeout) IsServerError

func (o *PostTeamsSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this post teams search gateway timeout response has a 5xx status code

func (*PostTeamsSearchGatewayTimeout) IsSuccess

func (o *PostTeamsSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post teams search gateway timeout response has a 2xx status code

func (*PostTeamsSearchGatewayTimeout) String

type PostTeamsSearchInternalServerError

type PostTeamsSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsSearchInternalServerError

func NewPostTeamsSearchInternalServerError() *PostTeamsSearchInternalServerError

NewPostTeamsSearchInternalServerError creates a PostTeamsSearchInternalServerError with default headers values

func (*PostTeamsSearchInternalServerError) Error

func (*PostTeamsSearchInternalServerError) GetPayload

func (*PostTeamsSearchInternalServerError) IsClientError

func (o *PostTeamsSearchInternalServerError) IsClientError() bool

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

func (*PostTeamsSearchInternalServerError) IsCode

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

func (*PostTeamsSearchInternalServerError) IsRedirect

func (o *PostTeamsSearchInternalServerError) IsRedirect() bool

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

func (*PostTeamsSearchInternalServerError) IsServerError

func (o *PostTeamsSearchInternalServerError) IsServerError() bool

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

func (*PostTeamsSearchInternalServerError) IsSuccess

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

func (*PostTeamsSearchInternalServerError) String

type PostTeamsSearchNotFound

type PostTeamsSearchNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostTeamsSearchNotFound

func NewPostTeamsSearchNotFound() *PostTeamsSearchNotFound

NewPostTeamsSearchNotFound creates a PostTeamsSearchNotFound with default headers values

func (*PostTeamsSearchNotFound) Error

func (o *PostTeamsSearchNotFound) Error() string

func (*PostTeamsSearchNotFound) GetPayload

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

func (*PostTeamsSearchNotFound) IsClientError

func (o *PostTeamsSearchNotFound) IsClientError() bool

IsClientError returns true when this post teams search not found response has a 4xx status code

func (*PostTeamsSearchNotFound) IsCode

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

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

func (*PostTeamsSearchNotFound) IsRedirect

func (o *PostTeamsSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post teams search not found response has a 3xx status code

func (*PostTeamsSearchNotFound) IsServerError

func (o *PostTeamsSearchNotFound) IsServerError() bool

IsServerError returns true when this post teams search not found response has a 5xx status code

func (*PostTeamsSearchNotFound) IsSuccess

func (o *PostTeamsSearchNotFound) IsSuccess() bool

IsSuccess returns true when this post teams search not found response has a 2xx status code

func (*PostTeamsSearchNotFound) String

func (o *PostTeamsSearchNotFound) String() string

type PostTeamsSearchOK

type PostTeamsSearchOK struct {
	Payload *models.TeamsSearchResponse
}

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

successful operation

func NewPostTeamsSearchOK

func NewPostTeamsSearchOK() *PostTeamsSearchOK

NewPostTeamsSearchOK creates a PostTeamsSearchOK with default headers values

func (*PostTeamsSearchOK) Error

func (o *PostTeamsSearchOK) Error() string

func (*PostTeamsSearchOK) GetPayload

func (o *PostTeamsSearchOK) GetPayload() *models.TeamsSearchResponse

func (*PostTeamsSearchOK) IsClientError

func (o *PostTeamsSearchOK) IsClientError() bool

IsClientError returns true when this post teams search o k response has a 4xx status code

func (*PostTeamsSearchOK) IsCode

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

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

func (*PostTeamsSearchOK) IsRedirect

func (o *PostTeamsSearchOK) IsRedirect() bool

IsRedirect returns true when this post teams search o k response has a 3xx status code

func (*PostTeamsSearchOK) IsServerError

func (o *PostTeamsSearchOK) IsServerError() bool

IsServerError returns true when this post teams search o k response has a 5xx status code

func (*PostTeamsSearchOK) IsSuccess

func (o *PostTeamsSearchOK) IsSuccess() bool

IsSuccess returns true when this post teams search o k response has a 2xx status code

func (*PostTeamsSearchOK) String

func (o *PostTeamsSearchOK) String() string

type PostTeamsSearchParams

type PostTeamsSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.TeamSearchRequest

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

PostTeamsSearchParams contains all the parameters to send to the API endpoint

for the post teams search operation.

Typically these are written to a http.Request.

func NewPostTeamsSearchParams

func NewPostTeamsSearchParams() *PostTeamsSearchParams

NewPostTeamsSearchParams creates a new PostTeamsSearchParams 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 NewPostTeamsSearchParamsWithContext

func NewPostTeamsSearchParamsWithContext(ctx context.Context) *PostTeamsSearchParams

NewPostTeamsSearchParamsWithContext creates a new PostTeamsSearchParams object with the ability to set a context for a request.

func NewPostTeamsSearchParamsWithHTTPClient

func NewPostTeamsSearchParamsWithHTTPClient(client *http.Client) *PostTeamsSearchParams

NewPostTeamsSearchParamsWithHTTPClient creates a new PostTeamsSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostTeamsSearchParamsWithTimeout

func NewPostTeamsSearchParamsWithTimeout(timeout time.Duration) *PostTeamsSearchParams

NewPostTeamsSearchParamsWithTimeout creates a new PostTeamsSearchParams object with the ability to set a timeout on a request.

func (*PostTeamsSearchParams) SetBody

SetBody adds the body to the post teams search params

func (*PostTeamsSearchParams) SetContext

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

SetContext adds the context to the post teams search params

func (*PostTeamsSearchParams) SetDefaults

func (o *PostTeamsSearchParams) SetDefaults()

SetDefaults hydrates default values in the post teams search params (not the query body).

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

func (*PostTeamsSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post teams search params

func (*PostTeamsSearchParams) SetTimeout

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

SetTimeout adds the timeout to the post teams search params

func (*PostTeamsSearchParams) WithBody

WithBody adds the body to the post teams search params

func (*PostTeamsSearchParams) WithContext

WithContext adds the context to the post teams search params

func (*PostTeamsSearchParams) WithDefaults

func (o *PostTeamsSearchParams) WithDefaults() *PostTeamsSearchParams

WithDefaults hydrates default values in the post teams search params (not the query body).

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

func (*PostTeamsSearchParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post teams search params

func (*PostTeamsSearchParams) WithTimeout

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

WithTimeout adds the timeout to the post teams search params

func (*PostTeamsSearchParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostTeamsSearchReader

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

PostTeamsSearchReader is a Reader for the PostTeamsSearch structure.

func (*PostTeamsSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostTeamsSearchRequestEntityTooLarge

type PostTeamsSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsSearchRequestEntityTooLarge

func NewPostTeamsSearchRequestEntityTooLarge() *PostTeamsSearchRequestEntityTooLarge

NewPostTeamsSearchRequestEntityTooLarge creates a PostTeamsSearchRequestEntityTooLarge with default headers values

func (*PostTeamsSearchRequestEntityTooLarge) Error

func (*PostTeamsSearchRequestEntityTooLarge) GetPayload

func (*PostTeamsSearchRequestEntityTooLarge) IsClientError

func (o *PostTeamsSearchRequestEntityTooLarge) IsClientError() bool

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

func (*PostTeamsSearchRequestEntityTooLarge) IsCode

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

func (*PostTeamsSearchRequestEntityTooLarge) IsRedirect

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

func (*PostTeamsSearchRequestEntityTooLarge) IsServerError

func (o *PostTeamsSearchRequestEntityTooLarge) IsServerError() bool

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

func (*PostTeamsSearchRequestEntityTooLarge) IsSuccess

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

func (*PostTeamsSearchRequestEntityTooLarge) String

type PostTeamsSearchRequestTimeout

type PostTeamsSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsSearchRequestTimeout

func NewPostTeamsSearchRequestTimeout() *PostTeamsSearchRequestTimeout

NewPostTeamsSearchRequestTimeout creates a PostTeamsSearchRequestTimeout with default headers values

func (*PostTeamsSearchRequestTimeout) Error

func (*PostTeamsSearchRequestTimeout) GetPayload

func (*PostTeamsSearchRequestTimeout) IsClientError

func (o *PostTeamsSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this post teams search request timeout response has a 4xx status code

func (*PostTeamsSearchRequestTimeout) IsCode

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

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

func (*PostTeamsSearchRequestTimeout) IsRedirect

func (o *PostTeamsSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post teams search request timeout response has a 3xx status code

func (*PostTeamsSearchRequestTimeout) IsServerError

func (o *PostTeamsSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this post teams search request timeout response has a 5xx status code

func (*PostTeamsSearchRequestTimeout) IsSuccess

func (o *PostTeamsSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post teams search request timeout response has a 2xx status code

func (*PostTeamsSearchRequestTimeout) String

type PostTeamsSearchServiceUnavailable

type PostTeamsSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTeamsSearchServiceUnavailable

func NewPostTeamsSearchServiceUnavailable() *PostTeamsSearchServiceUnavailable

NewPostTeamsSearchServiceUnavailable creates a PostTeamsSearchServiceUnavailable with default headers values

func (*PostTeamsSearchServiceUnavailable) Error

func (*PostTeamsSearchServiceUnavailable) GetPayload

func (*PostTeamsSearchServiceUnavailable) IsClientError

func (o *PostTeamsSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this post teams search service unavailable response has a 4xx status code

func (*PostTeamsSearchServiceUnavailable) IsCode

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

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

func (*PostTeamsSearchServiceUnavailable) IsRedirect

func (o *PostTeamsSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post teams search service unavailable response has a 3xx status code

func (*PostTeamsSearchServiceUnavailable) IsServerError

func (o *PostTeamsSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this post teams search service unavailable response has a 5xx status code

func (*PostTeamsSearchServiceUnavailable) IsSuccess

func (o *PostTeamsSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post teams search service unavailable response has a 2xx status code

func (*PostTeamsSearchServiceUnavailable) String

type PostTeamsSearchTooManyRequests

type PostTeamsSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostTeamsSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostTeamsSearchTooManyRequests

func NewPostTeamsSearchTooManyRequests() *PostTeamsSearchTooManyRequests

NewPostTeamsSearchTooManyRequests creates a PostTeamsSearchTooManyRequests with default headers values

func (*PostTeamsSearchTooManyRequests) Error

func (*PostTeamsSearchTooManyRequests) GetPayload

func (*PostTeamsSearchTooManyRequests) IsClientError

func (o *PostTeamsSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this post teams search too many requests response has a 4xx status code

func (*PostTeamsSearchTooManyRequests) IsCode

func (o *PostTeamsSearchTooManyRequests) IsCode(code int) bool

IsCode returns true when this post teams search too many requests response a status code equal to that given

func (*PostTeamsSearchTooManyRequests) IsRedirect

func (o *PostTeamsSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post teams search too many requests response has a 3xx status code

func (*PostTeamsSearchTooManyRequests) IsServerError

func (o *PostTeamsSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this post teams search too many requests response has a 5xx status code

func (*PostTeamsSearchTooManyRequests) IsSuccess

func (o *PostTeamsSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post teams search too many requests response has a 2xx status code

func (*PostTeamsSearchTooManyRequests) String

type PostTeamsSearchUnauthorized

type PostTeamsSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostTeamsSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostTeamsSearchUnauthorized

func NewPostTeamsSearchUnauthorized() *PostTeamsSearchUnauthorized

NewPostTeamsSearchUnauthorized creates a PostTeamsSearchUnauthorized with default headers values

func (*PostTeamsSearchUnauthorized) Error

func (*PostTeamsSearchUnauthorized) GetPayload

func (o *PostTeamsSearchUnauthorized) GetPayload() *models.ErrorBody

func (*PostTeamsSearchUnauthorized) IsClientError

func (o *PostTeamsSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post teams search unauthorized response has a 4xx status code

func (*PostTeamsSearchUnauthorized) IsCode

func (o *PostTeamsSearchUnauthorized) IsCode(code int) bool

IsCode returns true when this post teams search unauthorized response a status code equal to that given

func (*PostTeamsSearchUnauthorized) IsRedirect

func (o *PostTeamsSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this post teams search unauthorized response has a 3xx status code

func (*PostTeamsSearchUnauthorized) IsServerError

func (o *PostTeamsSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post teams search unauthorized response has a 5xx status code

func (*PostTeamsSearchUnauthorized) IsSuccess

func (o *PostTeamsSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this post teams search unauthorized response has a 2xx status code

func (*PostTeamsSearchUnauthorized) String

func (o *PostTeamsSearchUnauthorized) String() string

type PostTeamsSearchUnsupportedMediaType

type PostTeamsSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostTeamsSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostTeamsSearchUnsupportedMediaType

func NewPostTeamsSearchUnsupportedMediaType() *PostTeamsSearchUnsupportedMediaType

NewPostTeamsSearchUnsupportedMediaType creates a PostTeamsSearchUnsupportedMediaType with default headers values

func (*PostTeamsSearchUnsupportedMediaType) Error

func (*PostTeamsSearchUnsupportedMediaType) GetPayload

func (*PostTeamsSearchUnsupportedMediaType) IsClientError

func (o *PostTeamsSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post teams search unsupported media type response has a 4xx status code

func (*PostTeamsSearchUnsupportedMediaType) IsCode

IsCode returns true when this post teams search unsupported media type response a status code equal to that given

func (*PostTeamsSearchUnsupportedMediaType) IsRedirect

func (o *PostTeamsSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post teams search unsupported media type response has a 3xx status code

func (*PostTeamsSearchUnsupportedMediaType) IsServerError

func (o *PostTeamsSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post teams search unsupported media type response has a 5xx status code

func (*PostTeamsSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post teams search unsupported media type response has a 2xx status code

func (*PostTeamsSearchUnsupportedMediaType) String

type PostTeamsServiceUnavailable

type PostTeamsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostTeamsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostTeamsServiceUnavailable

func NewPostTeamsServiceUnavailable() *PostTeamsServiceUnavailable

NewPostTeamsServiceUnavailable creates a PostTeamsServiceUnavailable with default headers values

func (*PostTeamsServiceUnavailable) Error

func (*PostTeamsServiceUnavailable) GetPayload

func (o *PostTeamsServiceUnavailable) GetPayload() *models.ErrorBody

func (*PostTeamsServiceUnavailable) IsClientError

func (o *PostTeamsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post teams service unavailable response has a 4xx status code

func (*PostTeamsServiceUnavailable) IsCode

func (o *PostTeamsServiceUnavailable) IsCode(code int) bool

IsCode returns true when this post teams service unavailable response a status code equal to that given

func (*PostTeamsServiceUnavailable) IsRedirect

func (o *PostTeamsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post teams service unavailable response has a 3xx status code

func (*PostTeamsServiceUnavailable) IsServerError

func (o *PostTeamsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post teams service unavailable response has a 5xx status code

func (*PostTeamsServiceUnavailable) IsSuccess

func (o *PostTeamsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post teams service unavailable response has a 2xx status code

func (*PostTeamsServiceUnavailable) String

func (o *PostTeamsServiceUnavailable) String() string

type PostTeamsTooManyRequests

type PostTeamsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostTeamsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostTeamsTooManyRequests

func NewPostTeamsTooManyRequests() *PostTeamsTooManyRequests

NewPostTeamsTooManyRequests creates a PostTeamsTooManyRequests with default headers values

func (*PostTeamsTooManyRequests) Error

func (o *PostTeamsTooManyRequests) Error() string

func (*PostTeamsTooManyRequests) GetPayload

func (o *PostTeamsTooManyRequests) GetPayload() *models.ErrorBody

func (*PostTeamsTooManyRequests) IsClientError

func (o *PostTeamsTooManyRequests) IsClientError() bool

IsClientError returns true when this post teams too many requests response has a 4xx status code

func (*PostTeamsTooManyRequests) IsCode

func (o *PostTeamsTooManyRequests) IsCode(code int) bool

IsCode returns true when this post teams too many requests response a status code equal to that given

func (*PostTeamsTooManyRequests) IsRedirect

func (o *PostTeamsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post teams too many requests response has a 3xx status code

func (*PostTeamsTooManyRequests) IsServerError

func (o *PostTeamsTooManyRequests) IsServerError() bool

IsServerError returns true when this post teams too many requests response has a 5xx status code

func (*PostTeamsTooManyRequests) IsSuccess

func (o *PostTeamsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post teams too many requests response has a 2xx status code

func (*PostTeamsTooManyRequests) String

func (o *PostTeamsTooManyRequests) String() string

type PostTeamsUnauthorized

type PostTeamsUnauthorized struct {
	Payload *models.ErrorBody
}

PostTeamsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostTeamsUnauthorized

func NewPostTeamsUnauthorized() *PostTeamsUnauthorized

NewPostTeamsUnauthorized creates a PostTeamsUnauthorized with default headers values

func (*PostTeamsUnauthorized) Error

func (o *PostTeamsUnauthorized) Error() string

func (*PostTeamsUnauthorized) GetPayload

func (o *PostTeamsUnauthorized) GetPayload() *models.ErrorBody

func (*PostTeamsUnauthorized) IsClientError

func (o *PostTeamsUnauthorized) IsClientError() bool

IsClientError returns true when this post teams unauthorized response has a 4xx status code

func (*PostTeamsUnauthorized) IsCode

func (o *PostTeamsUnauthorized) IsCode(code int) bool

IsCode returns true when this post teams unauthorized response a status code equal to that given

func (*PostTeamsUnauthorized) IsRedirect

func (o *PostTeamsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post teams unauthorized response has a 3xx status code

func (*PostTeamsUnauthorized) IsServerError

func (o *PostTeamsUnauthorized) IsServerError() bool

IsServerError returns true when this post teams unauthorized response has a 5xx status code

func (*PostTeamsUnauthorized) IsSuccess

func (o *PostTeamsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post teams unauthorized response has a 2xx status code

func (*PostTeamsUnauthorized) String

func (o *PostTeamsUnauthorized) String() string

type PostTeamsUnsupportedMediaType

type PostTeamsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostTeamsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostTeamsUnsupportedMediaType

func NewPostTeamsUnsupportedMediaType() *PostTeamsUnsupportedMediaType

NewPostTeamsUnsupportedMediaType creates a PostTeamsUnsupportedMediaType with default headers values

func (*PostTeamsUnsupportedMediaType) Error

func (*PostTeamsUnsupportedMediaType) GetPayload

func (*PostTeamsUnsupportedMediaType) IsClientError

func (o *PostTeamsUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post teams unsupported media type response has a 4xx status code

func (*PostTeamsUnsupportedMediaType) IsCode

func (o *PostTeamsUnsupportedMediaType) IsCode(code int) bool

IsCode returns true when this post teams unsupported media type response a status code equal to that given

func (*PostTeamsUnsupportedMediaType) IsRedirect

func (o *PostTeamsUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post teams unsupported media type response has a 3xx status code

func (*PostTeamsUnsupportedMediaType) IsServerError

func (o *PostTeamsUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post teams unsupported media type response has a 5xx status code

func (*PostTeamsUnsupportedMediaType) IsSuccess

func (o *PostTeamsUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this post teams unsupported media type response has a 2xx status code

func (*PostTeamsUnsupportedMediaType) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL