Versions in this module Expand all Collapse all v0 v0.29.0 Oct 24, 2023 v0.28.0 Oct 23, 2023 Changes in this version + type API interface + CreateImmuRule func(ctx context.Context, params *CreateImmuRuleParams) (*CreateImmuRuleCreated, error) + DeleteImmuRule func(ctx context.Context, params *DeleteImmuRuleParams) (*DeleteImmuRuleOK, error) + ListImmuRules func(ctx context.Context, params *ListImmuRulesParams) (*ListImmuRulesOK, error) + UpdateImmuRule func(ctx context.Context, params *UpdateImmuRuleParams) (*UpdateImmuRuleOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateImmuRule(ctx context.Context, params *CreateImmuRuleParams) (*CreateImmuRuleCreated, error) + func (a *Client) DeleteImmuRule(ctx context.Context, params *DeleteImmuRuleParams) (*DeleteImmuRuleOK, error) + func (a *Client) ListImmuRules(ctx context.Context, params *ListImmuRulesParams) (*ListImmuRulesOK, error) + func (a *Client) UpdateImmuRule(ctx context.Context, params *UpdateImmuRuleParams) (*UpdateImmuRuleOK, error) + type CreateImmuRuleBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateImmuRuleBadRequest() *CreateImmuRuleBadRequest + func (o *CreateImmuRuleBadRequest) Error() string + func (o *CreateImmuRuleBadRequest) GetPayload() *models.Errors + func (o *CreateImmuRuleBadRequest) IsClientError() bool + func (o *CreateImmuRuleBadRequest) IsCode(code int) bool + func (o *CreateImmuRuleBadRequest) IsRedirect() bool + func (o *CreateImmuRuleBadRequest) IsServerError() bool + func (o *CreateImmuRuleBadRequest) IsSuccess() bool + func (o *CreateImmuRuleBadRequest) String() string + type CreateImmuRuleCreated struct + Location string + XRequestID string + func NewCreateImmuRuleCreated() *CreateImmuRuleCreated + func (o *CreateImmuRuleCreated) Error() string + func (o *CreateImmuRuleCreated) IsClientError() bool + func (o *CreateImmuRuleCreated) IsCode(code int) bool + func (o *CreateImmuRuleCreated) IsRedirect() bool + func (o *CreateImmuRuleCreated) IsServerError() bool + func (o *CreateImmuRuleCreated) IsSuccess() bool + func (o *CreateImmuRuleCreated) String() string + type CreateImmuRuleForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateImmuRuleForbidden() *CreateImmuRuleForbidden + func (o *CreateImmuRuleForbidden) Error() string + func (o *CreateImmuRuleForbidden) GetPayload() *models.Errors + func (o *CreateImmuRuleForbidden) IsClientError() bool + func (o *CreateImmuRuleForbidden) IsCode(code int) bool + func (o *CreateImmuRuleForbidden) IsRedirect() bool + func (o *CreateImmuRuleForbidden) IsServerError() bool + func (o *CreateImmuRuleForbidden) IsSuccess() bool + func (o *CreateImmuRuleForbidden) String() string + type CreateImmuRuleInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateImmuRuleInternalServerError() *CreateImmuRuleInternalServerError + func (o *CreateImmuRuleInternalServerError) Error() string + func (o *CreateImmuRuleInternalServerError) GetPayload() *models.Errors + func (o *CreateImmuRuleInternalServerError) IsClientError() bool + func (o *CreateImmuRuleInternalServerError) IsCode(code int) bool + func (o *CreateImmuRuleInternalServerError) IsRedirect() bool + func (o *CreateImmuRuleInternalServerError) IsServerError() bool + func (o *CreateImmuRuleInternalServerError) IsSuccess() bool + func (o *CreateImmuRuleInternalServerError) String() string + type CreateImmuRuleNotFound struct + Payload *models.Errors + XRequestID string + func NewCreateImmuRuleNotFound() *CreateImmuRuleNotFound + func (o *CreateImmuRuleNotFound) Error() string + func (o *CreateImmuRuleNotFound) GetPayload() *models.Errors + func (o *CreateImmuRuleNotFound) IsClientError() bool + func (o *CreateImmuRuleNotFound) IsCode(code int) bool + func (o *CreateImmuRuleNotFound) IsRedirect() bool + func (o *CreateImmuRuleNotFound) IsServerError() bool + func (o *CreateImmuRuleNotFound) IsSuccess() bool + func (o *CreateImmuRuleNotFound) String() string + type CreateImmuRuleParams struct + Context context.Context + HTTPClient *http.Client + ImmutableRule *models.ImmutableRule + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewCreateImmuRuleParams() *CreateImmuRuleParams + func NewCreateImmuRuleParamsWithContext(ctx context.Context) *CreateImmuRuleParams + func NewCreateImmuRuleParamsWithHTTPClient(client *http.Client) *CreateImmuRuleParams + func NewCreateImmuRuleParamsWithTimeout(timeout time.Duration) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) SetContext(ctx context.Context) + func (o *CreateImmuRuleParams) SetDefaults() + func (o *CreateImmuRuleParams) SetHTTPClient(client *http.Client) + func (o *CreateImmuRuleParams) SetImmutableRule(immutableRule *models.ImmutableRule) + func (o *CreateImmuRuleParams) SetProjectNameOrID(projectNameOrID string) + func (o *CreateImmuRuleParams) SetTimeout(timeout time.Duration) + func (o *CreateImmuRuleParams) SetXIsResourceName(xIsResourceName *bool) + func (o *CreateImmuRuleParams) SetXRequestID(xRequestID *string) + func (o *CreateImmuRuleParams) WithContext(ctx context.Context) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithDefaults() *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithHTTPClient(client *http.Client) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithImmutableRule(immutableRule *models.ImmutableRule) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithProjectNameOrID(projectNameOrID string) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithTimeout(timeout time.Duration) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithXIsResourceName(xIsResourceName *bool) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WithXRequestID(xRequestID *string) *CreateImmuRuleParams + func (o *CreateImmuRuleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateImmuRuleReader struct + func (o *CreateImmuRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateImmuRuleUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateImmuRuleUnauthorized() *CreateImmuRuleUnauthorized + func (o *CreateImmuRuleUnauthorized) Error() string + func (o *CreateImmuRuleUnauthorized) GetPayload() *models.Errors + func (o *CreateImmuRuleUnauthorized) IsClientError() bool + func (o *CreateImmuRuleUnauthorized) IsCode(code int) bool + func (o *CreateImmuRuleUnauthorized) IsRedirect() bool + func (o *CreateImmuRuleUnauthorized) IsServerError() bool + func (o *CreateImmuRuleUnauthorized) IsSuccess() bool + func (o *CreateImmuRuleUnauthorized) String() string + type DeleteImmuRuleBadRequest struct + Payload *models.Errors + XRequestID string + func NewDeleteImmuRuleBadRequest() *DeleteImmuRuleBadRequest + func (o *DeleteImmuRuleBadRequest) Error() string + func (o *DeleteImmuRuleBadRequest) GetPayload() *models.Errors + func (o *DeleteImmuRuleBadRequest) IsClientError() bool + func (o *DeleteImmuRuleBadRequest) IsCode(code int) bool + func (o *DeleteImmuRuleBadRequest) IsRedirect() bool + func (o *DeleteImmuRuleBadRequest) IsServerError() bool + func (o *DeleteImmuRuleBadRequest) IsSuccess() bool + func (o *DeleteImmuRuleBadRequest) String() string + type DeleteImmuRuleForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteImmuRuleForbidden() *DeleteImmuRuleForbidden + func (o *DeleteImmuRuleForbidden) Error() string + func (o *DeleteImmuRuleForbidden) GetPayload() *models.Errors + func (o *DeleteImmuRuleForbidden) IsClientError() bool + func (o *DeleteImmuRuleForbidden) IsCode(code int) bool + func (o *DeleteImmuRuleForbidden) IsRedirect() bool + func (o *DeleteImmuRuleForbidden) IsServerError() bool + func (o *DeleteImmuRuleForbidden) IsSuccess() bool + func (o *DeleteImmuRuleForbidden) String() string + type DeleteImmuRuleInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteImmuRuleInternalServerError() *DeleteImmuRuleInternalServerError + func (o *DeleteImmuRuleInternalServerError) Error() string + func (o *DeleteImmuRuleInternalServerError) GetPayload() *models.Errors + func (o *DeleteImmuRuleInternalServerError) IsClientError() bool + func (o *DeleteImmuRuleInternalServerError) IsCode(code int) bool + func (o *DeleteImmuRuleInternalServerError) IsRedirect() bool + func (o *DeleteImmuRuleInternalServerError) IsServerError() bool + func (o *DeleteImmuRuleInternalServerError) IsSuccess() bool + func (o *DeleteImmuRuleInternalServerError) String() string + type DeleteImmuRuleOK struct + XRequestID string + func NewDeleteImmuRuleOK() *DeleteImmuRuleOK + func (o *DeleteImmuRuleOK) Error() string + func (o *DeleteImmuRuleOK) IsClientError() bool + func (o *DeleteImmuRuleOK) IsCode(code int) bool + func (o *DeleteImmuRuleOK) IsRedirect() bool + func (o *DeleteImmuRuleOK) IsServerError() bool + func (o *DeleteImmuRuleOK) IsSuccess() bool + func (o *DeleteImmuRuleOK) String() string + type DeleteImmuRuleParams struct + Context context.Context + HTTPClient *http.Client + ImmutableRuleID int64 + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewDeleteImmuRuleParams() *DeleteImmuRuleParams + func NewDeleteImmuRuleParamsWithContext(ctx context.Context) *DeleteImmuRuleParams + func NewDeleteImmuRuleParamsWithHTTPClient(client *http.Client) *DeleteImmuRuleParams + func NewDeleteImmuRuleParamsWithTimeout(timeout time.Duration) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) SetContext(ctx context.Context) + func (o *DeleteImmuRuleParams) SetDefaults() + func (o *DeleteImmuRuleParams) SetHTTPClient(client *http.Client) + func (o *DeleteImmuRuleParams) SetImmutableRuleID(immutableRuleID int64) + func (o *DeleteImmuRuleParams) SetProjectNameOrID(projectNameOrID string) + func (o *DeleteImmuRuleParams) SetTimeout(timeout time.Duration) + func (o *DeleteImmuRuleParams) SetXIsResourceName(xIsResourceName *bool) + func (o *DeleteImmuRuleParams) SetXRequestID(xRequestID *string) + func (o *DeleteImmuRuleParams) WithContext(ctx context.Context) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithDefaults() *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithHTTPClient(client *http.Client) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithImmutableRuleID(immutableRuleID int64) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithProjectNameOrID(projectNameOrID string) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithTimeout(timeout time.Duration) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithXIsResourceName(xIsResourceName *bool) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WithXRequestID(xRequestID *string) *DeleteImmuRuleParams + func (o *DeleteImmuRuleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteImmuRuleReader struct + func (o *DeleteImmuRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteImmuRuleUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteImmuRuleUnauthorized() *DeleteImmuRuleUnauthorized + func (o *DeleteImmuRuleUnauthorized) Error() string + func (o *DeleteImmuRuleUnauthorized) GetPayload() *models.Errors + func (o *DeleteImmuRuleUnauthorized) IsClientError() bool + func (o *DeleteImmuRuleUnauthorized) IsCode(code int) bool + func (o *DeleteImmuRuleUnauthorized) IsRedirect() bool + func (o *DeleteImmuRuleUnauthorized) IsServerError() bool + func (o *DeleteImmuRuleUnauthorized) IsSuccess() bool + func (o *DeleteImmuRuleUnauthorized) String() string + type ListImmuRulesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListImmuRulesBadRequest() *ListImmuRulesBadRequest + func (o *ListImmuRulesBadRequest) Error() string + func (o *ListImmuRulesBadRequest) GetPayload() *models.Errors + func (o *ListImmuRulesBadRequest) IsClientError() bool + func (o *ListImmuRulesBadRequest) IsCode(code int) bool + func (o *ListImmuRulesBadRequest) IsRedirect() bool + func (o *ListImmuRulesBadRequest) IsServerError() bool + func (o *ListImmuRulesBadRequest) IsSuccess() bool + func (o *ListImmuRulesBadRequest) String() string + type ListImmuRulesForbidden struct + Payload *models.Errors + XRequestID string + func NewListImmuRulesForbidden() *ListImmuRulesForbidden + func (o *ListImmuRulesForbidden) Error() string + func (o *ListImmuRulesForbidden) GetPayload() *models.Errors + func (o *ListImmuRulesForbidden) IsClientError() bool + func (o *ListImmuRulesForbidden) IsCode(code int) bool + func (o *ListImmuRulesForbidden) IsRedirect() bool + func (o *ListImmuRulesForbidden) IsServerError() bool + func (o *ListImmuRulesForbidden) IsSuccess() bool + func (o *ListImmuRulesForbidden) String() string + type ListImmuRulesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListImmuRulesInternalServerError() *ListImmuRulesInternalServerError + func (o *ListImmuRulesInternalServerError) Error() string + func (o *ListImmuRulesInternalServerError) GetPayload() *models.Errors + func (o *ListImmuRulesInternalServerError) IsClientError() bool + func (o *ListImmuRulesInternalServerError) IsCode(code int) bool + func (o *ListImmuRulesInternalServerError) IsRedirect() bool + func (o *ListImmuRulesInternalServerError) IsServerError() bool + func (o *ListImmuRulesInternalServerError) IsSuccess() bool + func (o *ListImmuRulesInternalServerError) String() string + type ListImmuRulesOK struct + Link string + Payload []*models.ImmutableRule + XTotalCount int64 + func NewListImmuRulesOK() *ListImmuRulesOK + func (o *ListImmuRulesOK) Error() string + func (o *ListImmuRulesOK) GetPayload() []*models.ImmutableRule + func (o *ListImmuRulesOK) IsClientError() bool + func (o *ListImmuRulesOK) IsCode(code int) bool + func (o *ListImmuRulesOK) IsRedirect() bool + func (o *ListImmuRulesOK) IsServerError() bool + func (o *ListImmuRulesOK) IsSuccess() bool + func (o *ListImmuRulesOK) String() string + type ListImmuRulesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectNameOrID string + Q *string + Sort *string + XIsResourceName *bool + XRequestID *string + func NewListImmuRulesParams() *ListImmuRulesParams + func NewListImmuRulesParamsWithContext(ctx context.Context) *ListImmuRulesParams + func NewListImmuRulesParamsWithHTTPClient(client *http.Client) *ListImmuRulesParams + func NewListImmuRulesParamsWithTimeout(timeout time.Duration) *ListImmuRulesParams + func (o *ListImmuRulesParams) SetContext(ctx context.Context) + func (o *ListImmuRulesParams) SetDefaults() + func (o *ListImmuRulesParams) SetHTTPClient(client *http.Client) + func (o *ListImmuRulesParams) SetPage(page *int64) + func (o *ListImmuRulesParams) SetPageSize(pageSize *int64) + func (o *ListImmuRulesParams) SetProjectNameOrID(projectNameOrID string) + func (o *ListImmuRulesParams) SetQ(q *string) + func (o *ListImmuRulesParams) SetSort(sort *string) + func (o *ListImmuRulesParams) SetTimeout(timeout time.Duration) + func (o *ListImmuRulesParams) SetXIsResourceName(xIsResourceName *bool) + func (o *ListImmuRulesParams) SetXRequestID(xRequestID *string) + func (o *ListImmuRulesParams) WithContext(ctx context.Context) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithDefaults() *ListImmuRulesParams + func (o *ListImmuRulesParams) WithHTTPClient(client *http.Client) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithPage(page *int64) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithPageSize(pageSize *int64) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithProjectNameOrID(projectNameOrID string) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithQ(q *string) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithSort(sort *string) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithTimeout(timeout time.Duration) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithXIsResourceName(xIsResourceName *bool) *ListImmuRulesParams + func (o *ListImmuRulesParams) WithXRequestID(xRequestID *string) *ListImmuRulesParams + func (o *ListImmuRulesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListImmuRulesReader struct + func (o *ListImmuRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListImmuRulesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListImmuRulesUnauthorized() *ListImmuRulesUnauthorized + func (o *ListImmuRulesUnauthorized) Error() string + func (o *ListImmuRulesUnauthorized) GetPayload() *models.Errors + func (o *ListImmuRulesUnauthorized) IsClientError() bool + func (o *ListImmuRulesUnauthorized) IsCode(code int) bool + func (o *ListImmuRulesUnauthorized) IsRedirect() bool + func (o *ListImmuRulesUnauthorized) IsServerError() bool + func (o *ListImmuRulesUnauthorized) IsSuccess() bool + func (o *ListImmuRulesUnauthorized) String() string + type UpdateImmuRuleBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdateImmuRuleBadRequest() *UpdateImmuRuleBadRequest + func (o *UpdateImmuRuleBadRequest) Error() string + func (o *UpdateImmuRuleBadRequest) GetPayload() *models.Errors + func (o *UpdateImmuRuleBadRequest) IsClientError() bool + func (o *UpdateImmuRuleBadRequest) IsCode(code int) bool + func (o *UpdateImmuRuleBadRequest) IsRedirect() bool + func (o *UpdateImmuRuleBadRequest) IsServerError() bool + func (o *UpdateImmuRuleBadRequest) IsSuccess() bool + func (o *UpdateImmuRuleBadRequest) String() string + type UpdateImmuRuleForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateImmuRuleForbidden() *UpdateImmuRuleForbidden + func (o *UpdateImmuRuleForbidden) Error() string + func (o *UpdateImmuRuleForbidden) GetPayload() *models.Errors + func (o *UpdateImmuRuleForbidden) IsClientError() bool + func (o *UpdateImmuRuleForbidden) IsCode(code int) bool + func (o *UpdateImmuRuleForbidden) IsRedirect() bool + func (o *UpdateImmuRuleForbidden) IsServerError() bool + func (o *UpdateImmuRuleForbidden) IsSuccess() bool + func (o *UpdateImmuRuleForbidden) String() string + type UpdateImmuRuleInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateImmuRuleInternalServerError() *UpdateImmuRuleInternalServerError + func (o *UpdateImmuRuleInternalServerError) Error() string + func (o *UpdateImmuRuleInternalServerError) GetPayload() *models.Errors + func (o *UpdateImmuRuleInternalServerError) IsClientError() bool + func (o *UpdateImmuRuleInternalServerError) IsCode(code int) bool + func (o *UpdateImmuRuleInternalServerError) IsRedirect() bool + func (o *UpdateImmuRuleInternalServerError) IsServerError() bool + func (o *UpdateImmuRuleInternalServerError) IsSuccess() bool + func (o *UpdateImmuRuleInternalServerError) String() string + type UpdateImmuRuleOK struct + XRequestID string + func NewUpdateImmuRuleOK() *UpdateImmuRuleOK + func (o *UpdateImmuRuleOK) Error() string + func (o *UpdateImmuRuleOK) IsClientError() bool + func (o *UpdateImmuRuleOK) IsCode(code int) bool + func (o *UpdateImmuRuleOK) IsRedirect() bool + func (o *UpdateImmuRuleOK) IsServerError() bool + func (o *UpdateImmuRuleOK) IsSuccess() bool + func (o *UpdateImmuRuleOK) String() string + type UpdateImmuRuleParams struct + Context context.Context + HTTPClient *http.Client + ImmutableRule *models.ImmutableRule + ImmutableRuleID int64 + ProjectNameOrID string + XIsResourceName *bool + XRequestID *string + func NewUpdateImmuRuleParams() *UpdateImmuRuleParams + func NewUpdateImmuRuleParamsWithContext(ctx context.Context) *UpdateImmuRuleParams + func NewUpdateImmuRuleParamsWithHTTPClient(client *http.Client) *UpdateImmuRuleParams + func NewUpdateImmuRuleParamsWithTimeout(timeout time.Duration) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) SetContext(ctx context.Context) + func (o *UpdateImmuRuleParams) SetDefaults() + func (o *UpdateImmuRuleParams) SetHTTPClient(client *http.Client) + func (o *UpdateImmuRuleParams) SetImmutableRule(immutableRule *models.ImmutableRule) + func (o *UpdateImmuRuleParams) SetImmutableRuleID(immutableRuleID int64) + func (o *UpdateImmuRuleParams) SetProjectNameOrID(projectNameOrID string) + func (o *UpdateImmuRuleParams) SetTimeout(timeout time.Duration) + func (o *UpdateImmuRuleParams) SetXIsResourceName(xIsResourceName *bool) + func (o *UpdateImmuRuleParams) SetXRequestID(xRequestID *string) + func (o *UpdateImmuRuleParams) WithContext(ctx context.Context) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithDefaults() *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithHTTPClient(client *http.Client) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithImmutableRule(immutableRule *models.ImmutableRule) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithImmutableRuleID(immutableRuleID int64) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithProjectNameOrID(projectNameOrID string) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithTimeout(timeout time.Duration) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithXIsResourceName(xIsResourceName *bool) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WithXRequestID(xRequestID *string) *UpdateImmuRuleParams + func (o *UpdateImmuRuleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateImmuRuleReader struct + func (o *UpdateImmuRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateImmuRuleUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateImmuRuleUnauthorized() *UpdateImmuRuleUnauthorized + func (o *UpdateImmuRuleUnauthorized) Error() string + func (o *UpdateImmuRuleUnauthorized) GetPayload() *models.Errors + func (o *UpdateImmuRuleUnauthorized) IsClientError() bool + func (o *UpdateImmuRuleUnauthorized) IsCode(code int) bool + func (o *UpdateImmuRuleUnauthorized) IsRedirect() bool + func (o *UpdateImmuRuleUnauthorized) IsServerError() bool + func (o *UpdateImmuRuleUnauthorized) IsSuccess() bool + func (o *UpdateImmuRuleUnauthorized) String() string