alert_definition_controller

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

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for alert definition controller API

func (*Client) CreateAlertDefinition

func (a *Client) CreateAlertDefinition(params *CreateAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAlertDefinitionCreated, error)

CreateAlertDefinition creates

func (*Client) DeleteAlertDefinition

func (a *Client) DeleteAlertDefinition(params *DeleteAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAlertDefinitionOK, error)

DeleteAlertDefinition deletes

func (*Client) ListAlertDefinition

func (a *Client) ListAlertDefinition(params *ListAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlertDefinitionOK, error)

ListAlertDefinition lists

func (*Client) MultiDeleteAlertDefinition

func (a *Client) MultiDeleteAlertDefinition(params *MultiDeleteAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteAlertDefinitionOK, error)

MultiDeleteAlertDefinition multis delete

func (*Client) ReadAlertDefinition

func (a *Client) ReadAlertDefinition(params *ReadAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAlertDefinitionOK, error)

ReadAlertDefinition reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateAlertDefinition

func (a *Client) UpdateAlertDefinition(params *UpdateAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAlertDefinitionOK, error)

UpdateAlertDefinition updates

type ClientService

type ClientService interface {
	CreateAlertDefinition(params *CreateAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAlertDefinitionCreated, error)

	DeleteAlertDefinition(params *DeleteAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAlertDefinitionOK, error)

	ListAlertDefinition(params *ListAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlertDefinitionOK, error)

	MultiDeleteAlertDefinition(params *MultiDeleteAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteAlertDefinitionOK, error)

	ReadAlertDefinition(params *ReadAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAlertDefinitionOK, error)

	UpdateAlertDefinition(params *UpdateAlertDefinitionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAlertDefinitionOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new alert definition controller API client.

type CreateAlertDefinitionBadRequest

type CreateAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

CreateAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewCreateAlertDefinitionBadRequest

func NewCreateAlertDefinitionBadRequest() *CreateAlertDefinitionBadRequest

NewCreateAlertDefinitionBadRequest creates a CreateAlertDefinitionBadRequest with default headers values

func (*CreateAlertDefinitionBadRequest) Error

func (*CreateAlertDefinitionBadRequest) GetPayload

type CreateAlertDefinitionConflict

type CreateAlertDefinitionConflict struct {
	Payload *models.APIResult
}

CreateAlertDefinitionConflict handles this case with default header values.

Conflict

func NewCreateAlertDefinitionConflict

func NewCreateAlertDefinitionConflict() *CreateAlertDefinitionConflict

NewCreateAlertDefinitionConflict creates a CreateAlertDefinitionConflict with default headers values

func (*CreateAlertDefinitionConflict) Error

func (*CreateAlertDefinitionConflict) GetPayload

type CreateAlertDefinitionCreated

type CreateAlertDefinitionCreated struct {
	Payload *models.APIResultAlertDefinitionDto
}

CreateAlertDefinitionCreated handles this case with default header values.

Created

func NewCreateAlertDefinitionCreated

func NewCreateAlertDefinitionCreated() *CreateAlertDefinitionCreated

NewCreateAlertDefinitionCreated creates a CreateAlertDefinitionCreated with default headers values

func (*CreateAlertDefinitionCreated) Error

func (*CreateAlertDefinitionCreated) GetPayload

type CreateAlertDefinitionForbidden

type CreateAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

CreateAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewCreateAlertDefinitionForbidden

func NewCreateAlertDefinitionForbidden() *CreateAlertDefinitionForbidden

NewCreateAlertDefinitionForbidden creates a CreateAlertDefinitionForbidden with default headers values

func (*CreateAlertDefinitionForbidden) Error

func (*CreateAlertDefinitionForbidden) GetPayload

type CreateAlertDefinitionInternalServerError

type CreateAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

CreateAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAlertDefinitionInternalServerError

func NewCreateAlertDefinitionInternalServerError() *CreateAlertDefinitionInternalServerError

NewCreateAlertDefinitionInternalServerError creates a CreateAlertDefinitionInternalServerError with default headers values

func (*CreateAlertDefinitionInternalServerError) Error

func (*CreateAlertDefinitionInternalServerError) GetPayload

type CreateAlertDefinitionNotFound

type CreateAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

CreateAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewCreateAlertDefinitionNotFound

func NewCreateAlertDefinitionNotFound() *CreateAlertDefinitionNotFound

NewCreateAlertDefinitionNotFound creates a CreateAlertDefinitionNotFound with default headers values

func (*CreateAlertDefinitionNotFound) Error

func (*CreateAlertDefinitionNotFound) GetPayload

type CreateAlertDefinitionParams

type CreateAlertDefinitionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.AlertDefinitionDto

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

CreateAlertDefinitionParams contains all the parameters to send to the API endpoint for the create alert definition operation typically these are written to a http.Request

func NewCreateAlertDefinitionParams

func NewCreateAlertDefinitionParams() *CreateAlertDefinitionParams

NewCreateAlertDefinitionParams creates a new CreateAlertDefinitionParams object with the default values initialized.

func NewCreateAlertDefinitionParamsWithContext

func NewCreateAlertDefinitionParamsWithContext(ctx context.Context) *CreateAlertDefinitionParams

NewCreateAlertDefinitionParamsWithContext creates a new CreateAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAlertDefinitionParamsWithHTTPClient

func NewCreateAlertDefinitionParamsWithHTTPClient(client *http.Client) *CreateAlertDefinitionParams

NewCreateAlertDefinitionParamsWithHTTPClient creates a new CreateAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAlertDefinitionParamsWithTimeout

func NewCreateAlertDefinitionParamsWithTimeout(timeout time.Duration) *CreateAlertDefinitionParams

NewCreateAlertDefinitionParamsWithTimeout creates a new CreateAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAlertDefinitionParams) SetContext

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

SetContext adds the context to the create alert definition params

func (*CreateAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create alert definition params

func (*CreateAlertDefinitionParams) SetResource

func (o *CreateAlertDefinitionParams) SetResource(resource *models.AlertDefinitionDto)

SetResource adds the resource to the create alert definition params

func (*CreateAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the create alert definition params

func (*CreateAlertDefinitionParams) WithContext

WithContext adds the context to the create alert definition params

func (*CreateAlertDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create alert definition params

func (*CreateAlertDefinitionParams) WithResource

WithResource adds the resource to the create alert definition params

func (*CreateAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the create alert definition params

func (*CreateAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAlertDefinitionReader

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

CreateAlertDefinitionReader is a Reader for the CreateAlertDefinition structure.

func (*CreateAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAlertDefinitionUnauthorized

type CreateAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

CreateAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAlertDefinitionUnauthorized

func NewCreateAlertDefinitionUnauthorized() *CreateAlertDefinitionUnauthorized

NewCreateAlertDefinitionUnauthorized creates a CreateAlertDefinitionUnauthorized with default headers values

func (*CreateAlertDefinitionUnauthorized) Error

func (*CreateAlertDefinitionUnauthorized) GetPayload

type DeleteAlertDefinitionBadRequest

type DeleteAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewDeleteAlertDefinitionBadRequest

func NewDeleteAlertDefinitionBadRequest() *DeleteAlertDefinitionBadRequest

NewDeleteAlertDefinitionBadRequest creates a DeleteAlertDefinitionBadRequest with default headers values

func (*DeleteAlertDefinitionBadRequest) Error

func (*DeleteAlertDefinitionBadRequest) GetPayload

type DeleteAlertDefinitionConflict

type DeleteAlertDefinitionConflict struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionConflict handles this case with default header values.

Conflict

func NewDeleteAlertDefinitionConflict

func NewDeleteAlertDefinitionConflict() *DeleteAlertDefinitionConflict

NewDeleteAlertDefinitionConflict creates a DeleteAlertDefinitionConflict with default headers values

func (*DeleteAlertDefinitionConflict) Error

func (*DeleteAlertDefinitionConflict) GetPayload

type DeleteAlertDefinitionForbidden

type DeleteAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewDeleteAlertDefinitionForbidden

func NewDeleteAlertDefinitionForbidden() *DeleteAlertDefinitionForbidden

NewDeleteAlertDefinitionForbidden creates a DeleteAlertDefinitionForbidden with default headers values

func (*DeleteAlertDefinitionForbidden) Error

func (*DeleteAlertDefinitionForbidden) GetPayload

type DeleteAlertDefinitionInternalServerError

type DeleteAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteAlertDefinitionInternalServerError

func NewDeleteAlertDefinitionInternalServerError() *DeleteAlertDefinitionInternalServerError

NewDeleteAlertDefinitionInternalServerError creates a DeleteAlertDefinitionInternalServerError with default headers values

func (*DeleteAlertDefinitionInternalServerError) Error

func (*DeleteAlertDefinitionInternalServerError) GetPayload

type DeleteAlertDefinitionNotFound

type DeleteAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewDeleteAlertDefinitionNotFound

func NewDeleteAlertDefinitionNotFound() *DeleteAlertDefinitionNotFound

NewDeleteAlertDefinitionNotFound creates a DeleteAlertDefinitionNotFound with default headers values

func (*DeleteAlertDefinitionNotFound) Error

func (*DeleteAlertDefinitionNotFound) GetPayload

type DeleteAlertDefinitionOK

type DeleteAlertDefinitionOK struct {
	Payload *models.APIResultVoid
}

DeleteAlertDefinitionOK handles this case with default header values.

OK

func NewDeleteAlertDefinitionOK

func NewDeleteAlertDefinitionOK() *DeleteAlertDefinitionOK

NewDeleteAlertDefinitionOK creates a DeleteAlertDefinitionOK with default headers values

func (*DeleteAlertDefinitionOK) Error

func (o *DeleteAlertDefinitionOK) Error() string

func (*DeleteAlertDefinitionOK) GetPayload

func (o *DeleteAlertDefinitionOK) GetPayload() *models.APIResultVoid

type DeleteAlertDefinitionParams

type DeleteAlertDefinitionParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteAlertDefinitionParams contains all the parameters to send to the API endpoint for the delete alert definition operation typically these are written to a http.Request

func NewDeleteAlertDefinitionParams

func NewDeleteAlertDefinitionParams() *DeleteAlertDefinitionParams

NewDeleteAlertDefinitionParams creates a new DeleteAlertDefinitionParams object with the default values initialized.

func NewDeleteAlertDefinitionParamsWithContext

func NewDeleteAlertDefinitionParamsWithContext(ctx context.Context) *DeleteAlertDefinitionParams

NewDeleteAlertDefinitionParamsWithContext creates a new DeleteAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAlertDefinitionParamsWithHTTPClient

func NewDeleteAlertDefinitionParamsWithHTTPClient(client *http.Client) *DeleteAlertDefinitionParams

NewDeleteAlertDefinitionParamsWithHTTPClient creates a new DeleteAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAlertDefinitionParamsWithTimeout

func NewDeleteAlertDefinitionParamsWithTimeout(timeout time.Duration) *DeleteAlertDefinitionParams

NewDeleteAlertDefinitionParamsWithTimeout creates a new DeleteAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAlertDefinitionParams) SetContext

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

SetContext adds the context to the delete alert definition params

func (*DeleteAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete alert definition params

func (*DeleteAlertDefinitionParams) SetID

func (o *DeleteAlertDefinitionParams) SetID(id int64)

SetID adds the id to the delete alert definition params

func (*DeleteAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the delete alert definition params

func (*DeleteAlertDefinitionParams) WithContext

WithContext adds the context to the delete alert definition params

func (*DeleteAlertDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete alert definition params

func (*DeleteAlertDefinitionParams) WithID

WithID adds the id to the delete alert definition params

func (*DeleteAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the delete alert definition params

func (*DeleteAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAlertDefinitionReader

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

DeleteAlertDefinitionReader is a Reader for the DeleteAlertDefinition structure.

func (*DeleteAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAlertDefinitionUnauthorized

type DeleteAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

DeleteAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteAlertDefinitionUnauthorized

func NewDeleteAlertDefinitionUnauthorized() *DeleteAlertDefinitionUnauthorized

NewDeleteAlertDefinitionUnauthorized creates a DeleteAlertDefinitionUnauthorized with default headers values

func (*DeleteAlertDefinitionUnauthorized) Error

func (*DeleteAlertDefinitionUnauthorized) GetPayload

type ListAlertDefinitionBadRequest

type ListAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

ListAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewListAlertDefinitionBadRequest

func NewListAlertDefinitionBadRequest() *ListAlertDefinitionBadRequest

NewListAlertDefinitionBadRequest creates a ListAlertDefinitionBadRequest with default headers values

func (*ListAlertDefinitionBadRequest) Error

func (*ListAlertDefinitionBadRequest) GetPayload

type ListAlertDefinitionConflict

type ListAlertDefinitionConflict struct {
	Payload *models.APIResult
}

ListAlertDefinitionConflict handles this case with default header values.

Conflict

func NewListAlertDefinitionConflict

func NewListAlertDefinitionConflict() *ListAlertDefinitionConflict

NewListAlertDefinitionConflict creates a ListAlertDefinitionConflict with default headers values

func (*ListAlertDefinitionConflict) Error

func (*ListAlertDefinitionConflict) GetPayload

func (o *ListAlertDefinitionConflict) GetPayload() *models.APIResult

type ListAlertDefinitionForbidden

type ListAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

ListAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewListAlertDefinitionForbidden

func NewListAlertDefinitionForbidden() *ListAlertDefinitionForbidden

NewListAlertDefinitionForbidden creates a ListAlertDefinitionForbidden with default headers values

func (*ListAlertDefinitionForbidden) Error

func (*ListAlertDefinitionForbidden) GetPayload

type ListAlertDefinitionInternalServerError

type ListAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

ListAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewListAlertDefinitionInternalServerError

func NewListAlertDefinitionInternalServerError() *ListAlertDefinitionInternalServerError

NewListAlertDefinitionInternalServerError creates a ListAlertDefinitionInternalServerError with default headers values

func (*ListAlertDefinitionInternalServerError) Error

func (*ListAlertDefinitionInternalServerError) GetPayload

type ListAlertDefinitionNotFound

type ListAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

ListAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewListAlertDefinitionNotFound

func NewListAlertDefinitionNotFound() *ListAlertDefinitionNotFound

NewListAlertDefinitionNotFound creates a ListAlertDefinitionNotFound with default headers values

func (*ListAlertDefinitionNotFound) Error

func (*ListAlertDefinitionNotFound) GetPayload

func (o *ListAlertDefinitionNotFound) GetPayload() *models.APIResult

type ListAlertDefinitionOK

type ListAlertDefinitionOK struct {
	Payload *models.APIResultListAlertDefinitionDto
}

ListAlertDefinitionOK handles this case with default header values.

OK

func NewListAlertDefinitionOK

func NewListAlertDefinitionOK() *ListAlertDefinitionOK

NewListAlertDefinitionOK creates a ListAlertDefinitionOK with default headers values

func (*ListAlertDefinitionOK) Error

func (o *ListAlertDefinitionOK) Error() string

func (*ListAlertDefinitionOK) GetPayload

type ListAlertDefinitionParams

type ListAlertDefinitionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListAlertDefinitionParams contains all the parameters to send to the API endpoint for the list alert definition operation typically these are written to a http.Request

func NewListAlertDefinitionParams

func NewListAlertDefinitionParams() *ListAlertDefinitionParams

NewListAlertDefinitionParams creates a new ListAlertDefinitionParams object with the default values initialized.

func NewListAlertDefinitionParamsWithContext

func NewListAlertDefinitionParamsWithContext(ctx context.Context) *ListAlertDefinitionParams

NewListAlertDefinitionParamsWithContext creates a new ListAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewListAlertDefinitionParamsWithHTTPClient

func NewListAlertDefinitionParamsWithHTTPClient(client *http.Client) *ListAlertDefinitionParams

NewListAlertDefinitionParamsWithHTTPClient creates a new ListAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAlertDefinitionParamsWithTimeout

func NewListAlertDefinitionParamsWithTimeout(timeout time.Duration) *ListAlertDefinitionParams

NewListAlertDefinitionParamsWithTimeout creates a new ListAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAlertDefinitionParams) SetContext

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

SetContext adds the context to the list alert definition params

func (*ListAlertDefinitionParams) SetFields

func (o *ListAlertDefinitionParams) SetFields(fields *string)

SetFields adds the fields to the list alert definition params

func (*ListAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list alert definition params

func (*ListAlertDefinitionParams) SetLimit

func (o *ListAlertDefinitionParams) SetLimit(limit *int32)

SetLimit adds the limit to the list alert definition params

func (*ListAlertDefinitionParams) SetOrderby

func (o *ListAlertDefinitionParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list alert definition params

func (*ListAlertDefinitionParams) SetQ

func (o *ListAlertDefinitionParams) SetQ(q *string)

SetQ adds the q to the list alert definition params

func (*ListAlertDefinitionParams) SetStart

func (o *ListAlertDefinitionParams) SetStart(start *int32)

SetStart adds the start to the list alert definition params

func (*ListAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the list alert definition params

func (*ListAlertDefinitionParams) WithContext

WithContext adds the context to the list alert definition params

func (*ListAlertDefinitionParams) WithFields

WithFields adds the fields to the list alert definition params

func (*ListAlertDefinitionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list alert definition params

func (*ListAlertDefinitionParams) WithLimit

WithLimit adds the limit to the list alert definition params

func (*ListAlertDefinitionParams) WithOrderby

WithOrderby adds the orderby to the list alert definition params

func (*ListAlertDefinitionParams) WithQ

WithQ adds the q to the list alert definition params

func (*ListAlertDefinitionParams) WithStart

WithStart adds the start to the list alert definition params

func (*ListAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the list alert definition params

func (*ListAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlertDefinitionReader

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

ListAlertDefinitionReader is a Reader for the ListAlertDefinition structure.

func (*ListAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAlertDefinitionUnauthorized

type ListAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

ListAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewListAlertDefinitionUnauthorized

func NewListAlertDefinitionUnauthorized() *ListAlertDefinitionUnauthorized

NewListAlertDefinitionUnauthorized creates a ListAlertDefinitionUnauthorized with default headers values

func (*ListAlertDefinitionUnauthorized) Error

func (*ListAlertDefinitionUnauthorized) GetPayload

type MultiDeleteAlertDefinitionBadRequest

type MultiDeleteAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteAlertDefinitionBadRequest

func NewMultiDeleteAlertDefinitionBadRequest() *MultiDeleteAlertDefinitionBadRequest

NewMultiDeleteAlertDefinitionBadRequest creates a MultiDeleteAlertDefinitionBadRequest with default headers values

func (*MultiDeleteAlertDefinitionBadRequest) Error

func (*MultiDeleteAlertDefinitionBadRequest) GetPayload

type MultiDeleteAlertDefinitionConflict

type MultiDeleteAlertDefinitionConflict struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionConflict handles this case with default header values.

Conflict

func NewMultiDeleteAlertDefinitionConflict

func NewMultiDeleteAlertDefinitionConflict() *MultiDeleteAlertDefinitionConflict

NewMultiDeleteAlertDefinitionConflict creates a MultiDeleteAlertDefinitionConflict with default headers values

func (*MultiDeleteAlertDefinitionConflict) Error

func (*MultiDeleteAlertDefinitionConflict) GetPayload

type MultiDeleteAlertDefinitionForbidden

type MultiDeleteAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteAlertDefinitionForbidden

func NewMultiDeleteAlertDefinitionForbidden() *MultiDeleteAlertDefinitionForbidden

NewMultiDeleteAlertDefinitionForbidden creates a MultiDeleteAlertDefinitionForbidden with default headers values

func (*MultiDeleteAlertDefinitionForbidden) Error

func (*MultiDeleteAlertDefinitionForbidden) GetPayload

type MultiDeleteAlertDefinitionInternalServerError

type MultiDeleteAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteAlertDefinitionInternalServerError

func NewMultiDeleteAlertDefinitionInternalServerError() *MultiDeleteAlertDefinitionInternalServerError

NewMultiDeleteAlertDefinitionInternalServerError creates a MultiDeleteAlertDefinitionInternalServerError with default headers values

func (*MultiDeleteAlertDefinitionInternalServerError) Error

func (*MultiDeleteAlertDefinitionInternalServerError) GetPayload

type MultiDeleteAlertDefinitionNotFound

type MultiDeleteAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewMultiDeleteAlertDefinitionNotFound

func NewMultiDeleteAlertDefinitionNotFound() *MultiDeleteAlertDefinitionNotFound

NewMultiDeleteAlertDefinitionNotFound creates a MultiDeleteAlertDefinitionNotFound with default headers values

func (*MultiDeleteAlertDefinitionNotFound) Error

func (*MultiDeleteAlertDefinitionNotFound) GetPayload

type MultiDeleteAlertDefinitionOK

type MultiDeleteAlertDefinitionOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteAlertDefinitionOK handles this case with default header values.

OK

func NewMultiDeleteAlertDefinitionOK

func NewMultiDeleteAlertDefinitionOK() *MultiDeleteAlertDefinitionOK

NewMultiDeleteAlertDefinitionOK creates a MultiDeleteAlertDefinitionOK with default headers values

func (*MultiDeleteAlertDefinitionOK) Error

func (*MultiDeleteAlertDefinitionOK) GetPayload

type MultiDeleteAlertDefinitionParams

type MultiDeleteAlertDefinitionParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids string

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

MultiDeleteAlertDefinitionParams contains all the parameters to send to the API endpoint for the multi delete alert definition operation typically these are written to a http.Request

func NewMultiDeleteAlertDefinitionParams

func NewMultiDeleteAlertDefinitionParams() *MultiDeleteAlertDefinitionParams

NewMultiDeleteAlertDefinitionParams creates a new MultiDeleteAlertDefinitionParams object with the default values initialized.

func NewMultiDeleteAlertDefinitionParamsWithContext

func NewMultiDeleteAlertDefinitionParamsWithContext(ctx context.Context) *MultiDeleteAlertDefinitionParams

NewMultiDeleteAlertDefinitionParamsWithContext creates a new MultiDeleteAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewMultiDeleteAlertDefinitionParamsWithHTTPClient

func NewMultiDeleteAlertDefinitionParamsWithHTTPClient(client *http.Client) *MultiDeleteAlertDefinitionParams

NewMultiDeleteAlertDefinitionParamsWithHTTPClient creates a new MultiDeleteAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewMultiDeleteAlertDefinitionParamsWithTimeout

func NewMultiDeleteAlertDefinitionParamsWithTimeout(timeout time.Duration) *MultiDeleteAlertDefinitionParams

NewMultiDeleteAlertDefinitionParamsWithTimeout creates a new MultiDeleteAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*MultiDeleteAlertDefinitionParams) SetContext

SetContext adds the context to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) SetIds

SetIds adds the ids to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) WithContext

WithContext adds the context to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) WithIds

WithIds adds the ids to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the multi delete alert definition params

func (*MultiDeleteAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteAlertDefinitionReader

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

MultiDeleteAlertDefinitionReader is a Reader for the MultiDeleteAlertDefinition structure.

func (*MultiDeleteAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteAlertDefinitionUnauthorized

type MultiDeleteAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteAlertDefinitionUnauthorized

func NewMultiDeleteAlertDefinitionUnauthorized() *MultiDeleteAlertDefinitionUnauthorized

NewMultiDeleteAlertDefinitionUnauthorized creates a MultiDeleteAlertDefinitionUnauthorized with default headers values

func (*MultiDeleteAlertDefinitionUnauthorized) Error

func (*MultiDeleteAlertDefinitionUnauthorized) GetPayload

type ReadAlertDefinitionBadRequest

type ReadAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

ReadAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewReadAlertDefinitionBadRequest

func NewReadAlertDefinitionBadRequest() *ReadAlertDefinitionBadRequest

NewReadAlertDefinitionBadRequest creates a ReadAlertDefinitionBadRequest with default headers values

func (*ReadAlertDefinitionBadRequest) Error

func (*ReadAlertDefinitionBadRequest) GetPayload

type ReadAlertDefinitionConflict

type ReadAlertDefinitionConflict struct {
	Payload *models.APIResult
}

ReadAlertDefinitionConflict handles this case with default header values.

Conflict

func NewReadAlertDefinitionConflict

func NewReadAlertDefinitionConflict() *ReadAlertDefinitionConflict

NewReadAlertDefinitionConflict creates a ReadAlertDefinitionConflict with default headers values

func (*ReadAlertDefinitionConflict) Error

func (*ReadAlertDefinitionConflict) GetPayload

func (o *ReadAlertDefinitionConflict) GetPayload() *models.APIResult

type ReadAlertDefinitionForbidden

type ReadAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

ReadAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewReadAlertDefinitionForbidden

func NewReadAlertDefinitionForbidden() *ReadAlertDefinitionForbidden

NewReadAlertDefinitionForbidden creates a ReadAlertDefinitionForbidden with default headers values

func (*ReadAlertDefinitionForbidden) Error

func (*ReadAlertDefinitionForbidden) GetPayload

type ReadAlertDefinitionInternalServerError

type ReadAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

ReadAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadAlertDefinitionInternalServerError

func NewReadAlertDefinitionInternalServerError() *ReadAlertDefinitionInternalServerError

NewReadAlertDefinitionInternalServerError creates a ReadAlertDefinitionInternalServerError with default headers values

func (*ReadAlertDefinitionInternalServerError) Error

func (*ReadAlertDefinitionInternalServerError) GetPayload

type ReadAlertDefinitionNotFound

type ReadAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

ReadAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewReadAlertDefinitionNotFound

func NewReadAlertDefinitionNotFound() *ReadAlertDefinitionNotFound

NewReadAlertDefinitionNotFound creates a ReadAlertDefinitionNotFound with default headers values

func (*ReadAlertDefinitionNotFound) Error

func (*ReadAlertDefinitionNotFound) GetPayload

func (o *ReadAlertDefinitionNotFound) GetPayload() *models.APIResult

type ReadAlertDefinitionOK

type ReadAlertDefinitionOK struct {
	Payload *models.APIResultAlertDefinitionDto
}

ReadAlertDefinitionOK handles this case with default header values.

OK

func NewReadAlertDefinitionOK

func NewReadAlertDefinitionOK() *ReadAlertDefinitionOK

NewReadAlertDefinitionOK creates a ReadAlertDefinitionOK with default headers values

func (*ReadAlertDefinitionOK) Error

func (o *ReadAlertDefinitionOK) Error() string

func (*ReadAlertDefinitionOK) GetPayload

type ReadAlertDefinitionParams

type ReadAlertDefinitionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadAlertDefinitionParams contains all the parameters to send to the API endpoint for the read alert definition operation typically these are written to a http.Request

func NewReadAlertDefinitionParams

func NewReadAlertDefinitionParams() *ReadAlertDefinitionParams

NewReadAlertDefinitionParams creates a new ReadAlertDefinitionParams object with the default values initialized.

func NewReadAlertDefinitionParamsWithContext

func NewReadAlertDefinitionParamsWithContext(ctx context.Context) *ReadAlertDefinitionParams

NewReadAlertDefinitionParamsWithContext creates a new ReadAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewReadAlertDefinitionParamsWithHTTPClient

func NewReadAlertDefinitionParamsWithHTTPClient(client *http.Client) *ReadAlertDefinitionParams

NewReadAlertDefinitionParamsWithHTTPClient creates a new ReadAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReadAlertDefinitionParamsWithTimeout

func NewReadAlertDefinitionParamsWithTimeout(timeout time.Duration) *ReadAlertDefinitionParams

NewReadAlertDefinitionParamsWithTimeout creates a new ReadAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReadAlertDefinitionParams) SetContext

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

SetContext adds the context to the read alert definition params

func (*ReadAlertDefinitionParams) SetFields

func (o *ReadAlertDefinitionParams) SetFields(fields *string)

SetFields adds the fields to the read alert definition params

func (*ReadAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read alert definition params

func (*ReadAlertDefinitionParams) SetID

func (o *ReadAlertDefinitionParams) SetID(id int64)

SetID adds the id to the read alert definition params

func (*ReadAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the read alert definition params

func (*ReadAlertDefinitionParams) WithContext

WithContext adds the context to the read alert definition params

func (*ReadAlertDefinitionParams) WithFields

WithFields adds the fields to the read alert definition params

func (*ReadAlertDefinitionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read alert definition params

func (*ReadAlertDefinitionParams) WithID

WithID adds the id to the read alert definition params

func (*ReadAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the read alert definition params

func (*ReadAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAlertDefinitionReader

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

ReadAlertDefinitionReader is a Reader for the ReadAlertDefinition structure.

func (*ReadAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadAlertDefinitionUnauthorized

type ReadAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

ReadAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewReadAlertDefinitionUnauthorized

func NewReadAlertDefinitionUnauthorized() *ReadAlertDefinitionUnauthorized

NewReadAlertDefinitionUnauthorized creates a ReadAlertDefinitionUnauthorized with default headers values

func (*ReadAlertDefinitionUnauthorized) Error

func (*ReadAlertDefinitionUnauthorized) GetPayload

type UpdateAlertDefinitionBadRequest

type UpdateAlertDefinitionBadRequest struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionBadRequest handles this case with default header values.

Bad Request

func NewUpdateAlertDefinitionBadRequest

func NewUpdateAlertDefinitionBadRequest() *UpdateAlertDefinitionBadRequest

NewUpdateAlertDefinitionBadRequest creates a UpdateAlertDefinitionBadRequest with default headers values

func (*UpdateAlertDefinitionBadRequest) Error

func (*UpdateAlertDefinitionBadRequest) GetPayload

type UpdateAlertDefinitionConflict

type UpdateAlertDefinitionConflict struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionConflict handles this case with default header values.

Conflict

func NewUpdateAlertDefinitionConflict

func NewUpdateAlertDefinitionConflict() *UpdateAlertDefinitionConflict

NewUpdateAlertDefinitionConflict creates a UpdateAlertDefinitionConflict with default headers values

func (*UpdateAlertDefinitionConflict) Error

func (*UpdateAlertDefinitionConflict) GetPayload

type UpdateAlertDefinitionForbidden

type UpdateAlertDefinitionForbidden struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionForbidden handles this case with default header values.

Forbidden

func NewUpdateAlertDefinitionForbidden

func NewUpdateAlertDefinitionForbidden() *UpdateAlertDefinitionForbidden

NewUpdateAlertDefinitionForbidden creates a UpdateAlertDefinitionForbidden with default headers values

func (*UpdateAlertDefinitionForbidden) Error

func (*UpdateAlertDefinitionForbidden) GetPayload

type UpdateAlertDefinitionInternalServerError

type UpdateAlertDefinitionInternalServerError struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateAlertDefinitionInternalServerError

func NewUpdateAlertDefinitionInternalServerError() *UpdateAlertDefinitionInternalServerError

NewUpdateAlertDefinitionInternalServerError creates a UpdateAlertDefinitionInternalServerError with default headers values

func (*UpdateAlertDefinitionInternalServerError) Error

func (*UpdateAlertDefinitionInternalServerError) GetPayload

type UpdateAlertDefinitionNotFound

type UpdateAlertDefinitionNotFound struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionNotFound handles this case with default header values.

Not Found

func NewUpdateAlertDefinitionNotFound

func NewUpdateAlertDefinitionNotFound() *UpdateAlertDefinitionNotFound

NewUpdateAlertDefinitionNotFound creates a UpdateAlertDefinitionNotFound with default headers values

func (*UpdateAlertDefinitionNotFound) Error

func (*UpdateAlertDefinitionNotFound) GetPayload

type UpdateAlertDefinitionOK

type UpdateAlertDefinitionOK struct {
	Payload *models.APIResultAlertDefinitionDto
}

UpdateAlertDefinitionOK handles this case with default header values.

OK

func NewUpdateAlertDefinitionOK

func NewUpdateAlertDefinitionOK() *UpdateAlertDefinitionOK

NewUpdateAlertDefinitionOK creates a UpdateAlertDefinitionOK with default headers values

func (*UpdateAlertDefinitionOK) Error

func (o *UpdateAlertDefinitionOK) Error() string

func (*UpdateAlertDefinitionOK) GetPayload

type UpdateAlertDefinitionParams

type UpdateAlertDefinitionParams struct {

	/*ID
	  id

	*/
	ID int64
	/*Resource
	  resource

	*/
	Resource *models.AlertDefinitionDto

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

UpdateAlertDefinitionParams contains all the parameters to send to the API endpoint for the update alert definition operation typically these are written to a http.Request

func NewUpdateAlertDefinitionParams

func NewUpdateAlertDefinitionParams() *UpdateAlertDefinitionParams

NewUpdateAlertDefinitionParams creates a new UpdateAlertDefinitionParams object with the default values initialized.

func NewUpdateAlertDefinitionParamsWithContext

func NewUpdateAlertDefinitionParamsWithContext(ctx context.Context) *UpdateAlertDefinitionParams

NewUpdateAlertDefinitionParamsWithContext creates a new UpdateAlertDefinitionParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAlertDefinitionParamsWithHTTPClient

func NewUpdateAlertDefinitionParamsWithHTTPClient(client *http.Client) *UpdateAlertDefinitionParams

NewUpdateAlertDefinitionParamsWithHTTPClient creates a new UpdateAlertDefinitionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAlertDefinitionParamsWithTimeout

func NewUpdateAlertDefinitionParamsWithTimeout(timeout time.Duration) *UpdateAlertDefinitionParams

NewUpdateAlertDefinitionParamsWithTimeout creates a new UpdateAlertDefinitionParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAlertDefinitionParams) SetContext

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

SetContext adds the context to the update alert definition params

func (*UpdateAlertDefinitionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update alert definition params

func (*UpdateAlertDefinitionParams) SetID

func (o *UpdateAlertDefinitionParams) SetID(id int64)

SetID adds the id to the update alert definition params

func (*UpdateAlertDefinitionParams) SetResource

func (o *UpdateAlertDefinitionParams) SetResource(resource *models.AlertDefinitionDto)

SetResource adds the resource to the update alert definition params

func (*UpdateAlertDefinitionParams) SetTimeout

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

SetTimeout adds the timeout to the update alert definition params

func (*UpdateAlertDefinitionParams) WithContext

WithContext adds the context to the update alert definition params

func (*UpdateAlertDefinitionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update alert definition params

func (*UpdateAlertDefinitionParams) WithID

WithID adds the id to the update alert definition params

func (*UpdateAlertDefinitionParams) WithResource

WithResource adds the resource to the update alert definition params

func (*UpdateAlertDefinitionParams) WithTimeout

WithTimeout adds the timeout to the update alert definition params

func (*UpdateAlertDefinitionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAlertDefinitionReader

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

UpdateAlertDefinitionReader is a Reader for the UpdateAlertDefinition structure.

func (*UpdateAlertDefinitionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAlertDefinitionUnauthorized

type UpdateAlertDefinitionUnauthorized struct {
	Payload *models.APIResult
}

UpdateAlertDefinitionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateAlertDefinitionUnauthorized

func NewUpdateAlertDefinitionUnauthorized() *UpdateAlertDefinitionUnauthorized

NewUpdateAlertDefinitionUnauthorized creates a UpdateAlertDefinitionUnauthorized with default headers values

func (*UpdateAlertDefinitionUnauthorized) Error

func (*UpdateAlertDefinitionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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