Versions in this module Expand all Collapse all v2 v2.31.2 Jun 30, 2025 v2.31.0 Jun 30, 2025 v2.30.0 May 18, 2025 v2.30.0-alpha1 Apr 28, 2025 v2.29.2 Apr 27, 2025 v2.29.1 Apr 27, 2025 v2.29.0 Apr 17, 2025 Changes in this version + type Client struct + func (a *Client) DeleteWebhooksID(params *DeleteWebhooksIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteWebhooksIDAccepted, error) + func (a *Client) GetWebhooks(params *GetWebhooksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetWebhooksOK, error) + func (a *Client) PostWebhooks(params *PostWebhooksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostWebhooksOK, error) + func (a *Client) PostWebhooksID(params *PostWebhooksIDParams, opts ...ClientOption) (*PostWebhooksIDAccepted, error) + func (a *Client) PutWebhooksID(params *PutWebhooksIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutWebhooksIDOK, error) + func (a *Client) PutWebhooksIDReassign(params *PutWebhooksIDReassignParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutWebhooksIDReassignOK, *PutWebhooksIDReassignNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DeleteWebhooksID func(params *DeleteWebhooksIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteWebhooksIDAccepted, error) + GetWebhooks func(params *GetWebhooksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetWebhooksOK, error) + PostWebhooks func(params *PostWebhooksParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PostWebhooksOK, error) + PostWebhooksID func(params *PostWebhooksIDParams, opts ...ClientOption) (*PostWebhooksIDAccepted, error) + PutWebhooksID func(params *PutWebhooksIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutWebhooksIDOK, error) + PutWebhooksIDReassign func(params *PutWebhooksIDReassignParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PutWebhooksIDReassignOK, *PutWebhooksIDReassignNoContent, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type DeleteWebhooksIDAccepted struct + func NewDeleteWebhooksIDAccepted() *DeleteWebhooksIDAccepted + func (o *DeleteWebhooksIDAccepted) Code() int + func (o *DeleteWebhooksIDAccepted) Error() string + func (o *DeleteWebhooksIDAccepted) IsClientError() bool + func (o *DeleteWebhooksIDAccepted) IsCode(code int) bool + func (o *DeleteWebhooksIDAccepted) IsRedirect() bool + func (o *DeleteWebhooksIDAccepted) IsServerError() bool + func (o *DeleteWebhooksIDAccepted) IsSuccess() bool + func (o *DeleteWebhooksIDAccepted) String() string + type DeleteWebhooksIDBadRequest struct + func NewDeleteWebhooksIDBadRequest() *DeleteWebhooksIDBadRequest + func (o *DeleteWebhooksIDBadRequest) Code() int + func (o *DeleteWebhooksIDBadRequest) Error() string + func (o *DeleteWebhooksIDBadRequest) IsClientError() bool + func (o *DeleteWebhooksIDBadRequest) IsCode(code int) bool + func (o *DeleteWebhooksIDBadRequest) IsRedirect() bool + func (o *DeleteWebhooksIDBadRequest) IsServerError() bool + func (o *DeleteWebhooksIDBadRequest) IsSuccess() bool + func (o *DeleteWebhooksIDBadRequest) String() string + type DeleteWebhooksIDInternalServerError struct + func NewDeleteWebhooksIDInternalServerError() *DeleteWebhooksIDInternalServerError + func (o *DeleteWebhooksIDInternalServerError) Code() int + func (o *DeleteWebhooksIDInternalServerError) Error() string + func (o *DeleteWebhooksIDInternalServerError) IsClientError() bool + func (o *DeleteWebhooksIDInternalServerError) IsCode(code int) bool + func (o *DeleteWebhooksIDInternalServerError) IsRedirect() bool + func (o *DeleteWebhooksIDInternalServerError) IsServerError() bool + func (o *DeleteWebhooksIDInternalServerError) IsSuccess() bool + func (o *DeleteWebhooksIDInternalServerError) String() string + type DeleteWebhooksIDParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteWebhooksIDParams() *DeleteWebhooksIDParams + func NewDeleteWebhooksIDParamsWithContext(ctx context.Context) *DeleteWebhooksIDParams + func NewDeleteWebhooksIDParamsWithHTTPClient(client *http.Client) *DeleteWebhooksIDParams + func NewDeleteWebhooksIDParamsWithTimeout(timeout time.Duration) *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) SetContext(ctx context.Context) + func (o *DeleteWebhooksIDParams) SetDefaults() + func (o *DeleteWebhooksIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteWebhooksIDParams) SetID(id int64) + func (o *DeleteWebhooksIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteWebhooksIDParams) WithContext(ctx context.Context) *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) WithDefaults() *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) WithHTTPClient(client *http.Client) *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) WithID(id int64) *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) WithTimeout(timeout time.Duration) *DeleteWebhooksIDParams + func (o *DeleteWebhooksIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteWebhooksIDReader struct + func (o *DeleteWebhooksIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetWebhooksBadRequest struct + func NewGetWebhooksBadRequest() *GetWebhooksBadRequest + func (o *GetWebhooksBadRequest) Code() int + func (o *GetWebhooksBadRequest) Error() string + func (o *GetWebhooksBadRequest) IsClientError() bool + func (o *GetWebhooksBadRequest) IsCode(code int) bool + func (o *GetWebhooksBadRequest) IsRedirect() bool + func (o *GetWebhooksBadRequest) IsServerError() bool + func (o *GetWebhooksBadRequest) IsSuccess() bool + func (o *GetWebhooksBadRequest) String() string + type GetWebhooksInternalServerError struct + func NewGetWebhooksInternalServerError() *GetWebhooksInternalServerError + func (o *GetWebhooksInternalServerError) Code() int + func (o *GetWebhooksInternalServerError) Error() string + func (o *GetWebhooksInternalServerError) IsClientError() bool + func (o *GetWebhooksInternalServerError) IsCode(code int) bool + func (o *GetWebhooksInternalServerError) IsRedirect() bool + func (o *GetWebhooksInternalServerError) IsServerError() bool + func (o *GetWebhooksInternalServerError) IsSuccess() bool + func (o *GetWebhooksInternalServerError) String() string + type GetWebhooksOK struct + Payload []*models.PortainerWebhook + func NewGetWebhooksOK() *GetWebhooksOK + func (o *GetWebhooksOK) Code() int + func (o *GetWebhooksOK) Error() string + func (o *GetWebhooksOK) GetPayload() []*models.PortainerWebhook + func (o *GetWebhooksOK) IsClientError() bool + func (o *GetWebhooksOK) IsCode(code int) bool + func (o *GetWebhooksOK) IsRedirect() bool + func (o *GetWebhooksOK) IsServerError() bool + func (o *GetWebhooksOK) IsSuccess() bool + func (o *GetWebhooksOK) String() string + type GetWebhooksParams struct + Context context.Context + Filters *string + HTTPClient *http.Client + func NewGetWebhooksParams() *GetWebhooksParams + func NewGetWebhooksParamsWithContext(ctx context.Context) *GetWebhooksParams + func NewGetWebhooksParamsWithHTTPClient(client *http.Client) *GetWebhooksParams + func NewGetWebhooksParamsWithTimeout(timeout time.Duration) *GetWebhooksParams + func (o *GetWebhooksParams) SetContext(ctx context.Context) + func (o *GetWebhooksParams) SetDefaults() + func (o *GetWebhooksParams) SetFilters(filters *string) + func (o *GetWebhooksParams) SetHTTPClient(client *http.Client) + func (o *GetWebhooksParams) SetTimeout(timeout time.Duration) + func (o *GetWebhooksParams) WithContext(ctx context.Context) *GetWebhooksParams + func (o *GetWebhooksParams) WithDefaults() *GetWebhooksParams + func (o *GetWebhooksParams) WithFilters(filters *string) *GetWebhooksParams + func (o *GetWebhooksParams) WithHTTPClient(client *http.Client) *GetWebhooksParams + func (o *GetWebhooksParams) WithTimeout(timeout time.Duration) *GetWebhooksParams + func (o *GetWebhooksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetWebhooksReader struct + func (o *GetWebhooksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostWebhooksBadRequest struct + func NewPostWebhooksBadRequest() *PostWebhooksBadRequest + func (o *PostWebhooksBadRequest) Code() int + func (o *PostWebhooksBadRequest) Error() string + func (o *PostWebhooksBadRequest) IsClientError() bool + func (o *PostWebhooksBadRequest) IsCode(code int) bool + func (o *PostWebhooksBadRequest) IsRedirect() bool + func (o *PostWebhooksBadRequest) IsServerError() bool + func (o *PostWebhooksBadRequest) IsSuccess() bool + func (o *PostWebhooksBadRequest) String() string + type PostWebhooksConflict struct + func NewPostWebhooksConflict() *PostWebhooksConflict + func (o *PostWebhooksConflict) Code() int + func (o *PostWebhooksConflict) Error() string + func (o *PostWebhooksConflict) IsClientError() bool + func (o *PostWebhooksConflict) IsCode(code int) bool + func (o *PostWebhooksConflict) IsRedirect() bool + func (o *PostWebhooksConflict) IsServerError() bool + func (o *PostWebhooksConflict) IsSuccess() bool + func (o *PostWebhooksConflict) String() string + type PostWebhooksIDAccepted struct + func NewPostWebhooksIDAccepted() *PostWebhooksIDAccepted + func (o *PostWebhooksIDAccepted) Code() int + func (o *PostWebhooksIDAccepted) Error() string + func (o *PostWebhooksIDAccepted) IsClientError() bool + func (o *PostWebhooksIDAccepted) IsCode(code int) bool + func (o *PostWebhooksIDAccepted) IsRedirect() bool + func (o *PostWebhooksIDAccepted) IsServerError() bool + func (o *PostWebhooksIDAccepted) IsSuccess() bool + func (o *PostWebhooksIDAccepted) String() string + type PostWebhooksIDBadRequest struct + func NewPostWebhooksIDBadRequest() *PostWebhooksIDBadRequest + func (o *PostWebhooksIDBadRequest) Code() int + func (o *PostWebhooksIDBadRequest) Error() string + func (o *PostWebhooksIDBadRequest) IsClientError() bool + func (o *PostWebhooksIDBadRequest) IsCode(code int) bool + func (o *PostWebhooksIDBadRequest) IsRedirect() bool + func (o *PostWebhooksIDBadRequest) IsServerError() bool + func (o *PostWebhooksIDBadRequest) IsSuccess() bool + func (o *PostWebhooksIDBadRequest) String() string + type PostWebhooksIDInternalServerError struct + func NewPostWebhooksIDInternalServerError() *PostWebhooksIDInternalServerError + func (o *PostWebhooksIDInternalServerError) Code() int + func (o *PostWebhooksIDInternalServerError) Error() string + func (o *PostWebhooksIDInternalServerError) IsClientError() bool + func (o *PostWebhooksIDInternalServerError) IsCode(code int) bool + func (o *PostWebhooksIDInternalServerError) IsRedirect() bool + func (o *PostWebhooksIDInternalServerError) IsServerError() bool + func (o *PostWebhooksIDInternalServerError) IsSuccess() bool + func (o *PostWebhooksIDInternalServerError) String() string + type PostWebhooksIDParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewPostWebhooksIDParams() *PostWebhooksIDParams + func NewPostWebhooksIDParamsWithContext(ctx context.Context) *PostWebhooksIDParams + func NewPostWebhooksIDParamsWithHTTPClient(client *http.Client) *PostWebhooksIDParams + func NewPostWebhooksIDParamsWithTimeout(timeout time.Duration) *PostWebhooksIDParams + func (o *PostWebhooksIDParams) SetContext(ctx context.Context) + func (o *PostWebhooksIDParams) SetDefaults() + func (o *PostWebhooksIDParams) SetHTTPClient(client *http.Client) + func (o *PostWebhooksIDParams) SetID(id string) + func (o *PostWebhooksIDParams) SetTimeout(timeout time.Duration) + func (o *PostWebhooksIDParams) WithContext(ctx context.Context) *PostWebhooksIDParams + func (o *PostWebhooksIDParams) WithDefaults() *PostWebhooksIDParams + func (o *PostWebhooksIDParams) WithHTTPClient(client *http.Client) *PostWebhooksIDParams + func (o *PostWebhooksIDParams) WithID(id string) *PostWebhooksIDParams + func (o *PostWebhooksIDParams) WithTimeout(timeout time.Duration) *PostWebhooksIDParams + func (o *PostWebhooksIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostWebhooksIDReader struct + func (o *PostWebhooksIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostWebhooksInternalServerError struct + func NewPostWebhooksInternalServerError() *PostWebhooksInternalServerError + func (o *PostWebhooksInternalServerError) Code() int + func (o *PostWebhooksInternalServerError) Error() string + func (o *PostWebhooksInternalServerError) IsClientError() bool + func (o *PostWebhooksInternalServerError) IsCode(code int) bool + func (o *PostWebhooksInternalServerError) IsRedirect() bool + func (o *PostWebhooksInternalServerError) IsServerError() bool + func (o *PostWebhooksInternalServerError) IsSuccess() bool + func (o *PostWebhooksInternalServerError) String() string + type PostWebhooksOK struct + Payload *models.PortainerWebhook + func NewPostWebhooksOK() *PostWebhooksOK + func (o *PostWebhooksOK) Code() int + func (o *PostWebhooksOK) Error() string + func (o *PostWebhooksOK) GetPayload() *models.PortainerWebhook + func (o *PostWebhooksOK) IsClientError() bool + func (o *PostWebhooksOK) IsCode(code int) bool + func (o *PostWebhooksOK) IsRedirect() bool + func (o *PostWebhooksOK) IsServerError() bool + func (o *PostWebhooksOK) IsSuccess() bool + func (o *PostWebhooksOK) String() string + type PostWebhooksParams struct + Body *models.WebhooksWebhookCreatePayload + Context context.Context + HTTPClient *http.Client + func NewPostWebhooksParams() *PostWebhooksParams + func NewPostWebhooksParamsWithContext(ctx context.Context) *PostWebhooksParams + func NewPostWebhooksParamsWithHTTPClient(client *http.Client) *PostWebhooksParams + func NewPostWebhooksParamsWithTimeout(timeout time.Duration) *PostWebhooksParams + func (o *PostWebhooksParams) SetBody(body *models.WebhooksWebhookCreatePayload) + func (o *PostWebhooksParams) SetContext(ctx context.Context) + func (o *PostWebhooksParams) SetDefaults() + func (o *PostWebhooksParams) SetHTTPClient(client *http.Client) + func (o *PostWebhooksParams) SetTimeout(timeout time.Duration) + func (o *PostWebhooksParams) WithBody(body *models.WebhooksWebhookCreatePayload) *PostWebhooksParams + func (o *PostWebhooksParams) WithContext(ctx context.Context) *PostWebhooksParams + func (o *PostWebhooksParams) WithDefaults() *PostWebhooksParams + func (o *PostWebhooksParams) WithHTTPClient(client *http.Client) *PostWebhooksParams + func (o *PostWebhooksParams) WithTimeout(timeout time.Duration) *PostWebhooksParams + func (o *PostWebhooksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostWebhooksReader struct + func (o *PostWebhooksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutWebhooksIDBadRequest struct + func NewPutWebhooksIDBadRequest() *PutWebhooksIDBadRequest + func (o *PutWebhooksIDBadRequest) Code() int + func (o *PutWebhooksIDBadRequest) Error() string + func (o *PutWebhooksIDBadRequest) IsClientError() bool + func (o *PutWebhooksIDBadRequest) IsCode(code int) bool + func (o *PutWebhooksIDBadRequest) IsRedirect() bool + func (o *PutWebhooksIDBadRequest) IsServerError() bool + func (o *PutWebhooksIDBadRequest) IsSuccess() bool + func (o *PutWebhooksIDBadRequest) String() string + type PutWebhooksIDConflict struct + func NewPutWebhooksIDConflict() *PutWebhooksIDConflict + func (o *PutWebhooksIDConflict) Code() int + func (o *PutWebhooksIDConflict) Error() string + func (o *PutWebhooksIDConflict) IsClientError() bool + func (o *PutWebhooksIDConflict) IsCode(code int) bool + func (o *PutWebhooksIDConflict) IsRedirect() bool + func (o *PutWebhooksIDConflict) IsServerError() bool + func (o *PutWebhooksIDConflict) IsSuccess() bool + func (o *PutWebhooksIDConflict) String() string + type PutWebhooksIDInternalServerError struct + func NewPutWebhooksIDInternalServerError() *PutWebhooksIDInternalServerError + func (o *PutWebhooksIDInternalServerError) Code() int + func (o *PutWebhooksIDInternalServerError) Error() string + func (o *PutWebhooksIDInternalServerError) IsClientError() bool + func (o *PutWebhooksIDInternalServerError) IsCode(code int) bool + func (o *PutWebhooksIDInternalServerError) IsRedirect() bool + func (o *PutWebhooksIDInternalServerError) IsServerError() bool + func (o *PutWebhooksIDInternalServerError) IsSuccess() bool + func (o *PutWebhooksIDInternalServerError) String() string + type PutWebhooksIDOK struct + Payload *models.PortainerWebhook + func NewPutWebhooksIDOK() *PutWebhooksIDOK + func (o *PutWebhooksIDOK) Code() int + func (o *PutWebhooksIDOK) Error() string + func (o *PutWebhooksIDOK) GetPayload() *models.PortainerWebhook + func (o *PutWebhooksIDOK) IsClientError() bool + func (o *PutWebhooksIDOK) IsCode(code int) bool + func (o *PutWebhooksIDOK) IsRedirect() bool + func (o *PutWebhooksIDOK) IsServerError() bool + func (o *PutWebhooksIDOK) IsSuccess() bool + func (o *PutWebhooksIDOK) String() string + type PutWebhooksIDParams struct + Body *models.WebhooksWebhookUpdatePayload + Context context.Context + HTTPClient *http.Client + ID int64 + func NewPutWebhooksIDParams() *PutWebhooksIDParams + func NewPutWebhooksIDParamsWithContext(ctx context.Context) *PutWebhooksIDParams + func NewPutWebhooksIDParamsWithHTTPClient(client *http.Client) *PutWebhooksIDParams + func NewPutWebhooksIDParamsWithTimeout(timeout time.Duration) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) SetBody(body *models.WebhooksWebhookUpdatePayload) + func (o *PutWebhooksIDParams) SetContext(ctx context.Context) + func (o *PutWebhooksIDParams) SetDefaults() + func (o *PutWebhooksIDParams) SetHTTPClient(client *http.Client) + func (o *PutWebhooksIDParams) SetID(id int64) + func (o *PutWebhooksIDParams) SetTimeout(timeout time.Duration) + func (o *PutWebhooksIDParams) WithBody(body *models.WebhooksWebhookUpdatePayload) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WithContext(ctx context.Context) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WithDefaults() *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WithHTTPClient(client *http.Client) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WithID(id int64) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WithTimeout(timeout time.Duration) *PutWebhooksIDParams + func (o *PutWebhooksIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutWebhooksIDReader struct + func (o *PutWebhooksIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutWebhooksIDReassignBadRequest struct + func NewPutWebhooksIDReassignBadRequest() *PutWebhooksIDReassignBadRequest + func (o *PutWebhooksIDReassignBadRequest) Code() int + func (o *PutWebhooksIDReassignBadRequest) Error() string + func (o *PutWebhooksIDReassignBadRequest) IsClientError() bool + func (o *PutWebhooksIDReassignBadRequest) IsCode(code int) bool + func (o *PutWebhooksIDReassignBadRequest) IsRedirect() bool + func (o *PutWebhooksIDReassignBadRequest) IsServerError() bool + func (o *PutWebhooksIDReassignBadRequest) IsSuccess() bool + func (o *PutWebhooksIDReassignBadRequest) String() string + type PutWebhooksIDReassignInternalServerError struct + func NewPutWebhooksIDReassignInternalServerError() *PutWebhooksIDReassignInternalServerError + func (o *PutWebhooksIDReassignInternalServerError) Code() int + func (o *PutWebhooksIDReassignInternalServerError) Error() string + func (o *PutWebhooksIDReassignInternalServerError) IsClientError() bool + func (o *PutWebhooksIDReassignInternalServerError) IsCode(code int) bool + func (o *PutWebhooksIDReassignInternalServerError) IsRedirect() bool + func (o *PutWebhooksIDReassignInternalServerError) IsServerError() bool + func (o *PutWebhooksIDReassignInternalServerError) IsSuccess() bool + func (o *PutWebhooksIDReassignInternalServerError) String() string + type PutWebhooksIDReassignNoContent struct + func NewPutWebhooksIDReassignNoContent() *PutWebhooksIDReassignNoContent + func (o *PutWebhooksIDReassignNoContent) Code() int + func (o *PutWebhooksIDReassignNoContent) Error() string + func (o *PutWebhooksIDReassignNoContent) IsClientError() bool + func (o *PutWebhooksIDReassignNoContent) IsCode(code int) bool + func (o *PutWebhooksIDReassignNoContent) IsRedirect() bool + func (o *PutWebhooksIDReassignNoContent) IsServerError() bool + func (o *PutWebhooksIDReassignNoContent) IsSuccess() bool + func (o *PutWebhooksIDReassignNoContent) String() string + type PutWebhooksIDReassignNotFound struct + func NewPutWebhooksIDReassignNotFound() *PutWebhooksIDReassignNotFound + func (o *PutWebhooksIDReassignNotFound) Code() int + func (o *PutWebhooksIDReassignNotFound) Error() string + func (o *PutWebhooksIDReassignNotFound) IsClientError() bool + func (o *PutWebhooksIDReassignNotFound) IsCode(code int) bool + func (o *PutWebhooksIDReassignNotFound) IsRedirect() bool + func (o *PutWebhooksIDReassignNotFound) IsServerError() bool + func (o *PutWebhooksIDReassignNotFound) IsSuccess() bool + func (o *PutWebhooksIDReassignNotFound) String() string + type PutWebhooksIDReassignOK struct + Payload *models.PortainerWebhook + func NewPutWebhooksIDReassignOK() *PutWebhooksIDReassignOK + func (o *PutWebhooksIDReassignOK) Code() int + func (o *PutWebhooksIDReassignOK) Error() string + func (o *PutWebhooksIDReassignOK) GetPayload() *models.PortainerWebhook + func (o *PutWebhooksIDReassignOK) IsClientError() bool + func (o *PutWebhooksIDReassignOK) IsCode(code int) bool + func (o *PutWebhooksIDReassignOK) IsRedirect() bool + func (o *PutWebhooksIDReassignOK) IsServerError() bool + func (o *PutWebhooksIDReassignOK) IsSuccess() bool + func (o *PutWebhooksIDReassignOK) String() string + type PutWebhooksIDReassignParams struct + Body *models.WebhooksWebhookReassignPayload + Context context.Context + HTTPClient *http.Client + ID int64 + func NewPutWebhooksIDReassignParams() *PutWebhooksIDReassignParams + func NewPutWebhooksIDReassignParamsWithContext(ctx context.Context) *PutWebhooksIDReassignParams + func NewPutWebhooksIDReassignParamsWithHTTPClient(client *http.Client) *PutWebhooksIDReassignParams + func NewPutWebhooksIDReassignParamsWithTimeout(timeout time.Duration) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) SetBody(body *models.WebhooksWebhookReassignPayload) + func (o *PutWebhooksIDReassignParams) SetContext(ctx context.Context) + func (o *PutWebhooksIDReassignParams) SetDefaults() + func (o *PutWebhooksIDReassignParams) SetHTTPClient(client *http.Client) + func (o *PutWebhooksIDReassignParams) SetID(id int64) + func (o *PutWebhooksIDReassignParams) SetTimeout(timeout time.Duration) + func (o *PutWebhooksIDReassignParams) WithBody(body *models.WebhooksWebhookReassignPayload) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WithContext(ctx context.Context) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WithDefaults() *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WithHTTPClient(client *http.Client) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WithID(id int64) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WithTimeout(timeout time.Duration) *PutWebhooksIDReassignParams + func (o *PutWebhooksIDReassignParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutWebhooksIDReassignReader struct + func (o *PutWebhooksIDReassignReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v2.28.1 Apr 8, 2025 v2.27.1 Mar 3, 2025