custom_tag_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 custom tag controller API

func (*Client) CreateCustomTag

func (a *Client) CreateCustomTag(params *CreateCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*CreateCustomTagCreated, error)

CreateCustomTag creates

func (*Client) DeleteCustomTag

func (a *Client) DeleteCustomTag(params *DeleteCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCustomTagOK, error)

DeleteCustomTag deletes

func (*Client) ListCustomTag

func (a *Client) ListCustomTag(params *ListCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOK, error)

ListCustomTag lists

func (*Client) MultiDeleteCustomTag

func (a *Client) MultiDeleteCustomTag(params *MultiDeleteCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteCustomTagOK, error)

MultiDeleteCustomTag multis delete

func (*Client) ReadCustomTag

func (a *Client) ReadCustomTag(params *ReadCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ReadCustomTagOK, error)

ReadCustomTag reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCustomTag

func (a *Client) UpdateCustomTag(params *UpdateCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOK, error)

UpdateCustomTag updates

type ClientService

type ClientService interface {
	CreateCustomTag(params *CreateCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*CreateCustomTagCreated, error)

	DeleteCustomTag(params *DeleteCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCustomTagOK, error)

	ListCustomTag(params *ListCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOK, error)

	MultiDeleteCustomTag(params *MultiDeleteCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteCustomTagOK, error)

	ReadCustomTag(params *ReadCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ReadCustomTagOK, error)

	UpdateCustomTag(params *UpdateCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOK, 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 custom tag controller API client.

type CreateCustomTagBadRequest

type CreateCustomTagBadRequest struct {
	Payload *models.APIResult
}

CreateCustomTagBadRequest handles this case with default header values.

Bad Request

func NewCreateCustomTagBadRequest

func NewCreateCustomTagBadRequest() *CreateCustomTagBadRequest

NewCreateCustomTagBadRequest creates a CreateCustomTagBadRequest with default headers values

func (*CreateCustomTagBadRequest) Error

func (o *CreateCustomTagBadRequest) Error() string

func (*CreateCustomTagBadRequest) GetPayload

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

type CreateCustomTagConflict

type CreateCustomTagConflict struct {
	Payload *models.APIResult
}

CreateCustomTagConflict handles this case with default header values.

Conflict

func NewCreateCustomTagConflict

func NewCreateCustomTagConflict() *CreateCustomTagConflict

NewCreateCustomTagConflict creates a CreateCustomTagConflict with default headers values

func (*CreateCustomTagConflict) Error

func (o *CreateCustomTagConflict) Error() string

func (*CreateCustomTagConflict) GetPayload

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

type CreateCustomTagCreated

type CreateCustomTagCreated struct {
	Payload *models.APIResultCustomTag
}

CreateCustomTagCreated handles this case with default header values.

Created

func NewCreateCustomTagCreated

func NewCreateCustomTagCreated() *CreateCustomTagCreated

NewCreateCustomTagCreated creates a CreateCustomTagCreated with default headers values

func (*CreateCustomTagCreated) Error

func (o *CreateCustomTagCreated) Error() string

func (*CreateCustomTagCreated) GetPayload

type CreateCustomTagForbidden

type CreateCustomTagForbidden struct {
	Payload *models.APIResult
}

CreateCustomTagForbidden handles this case with default header values.

Forbidden

func NewCreateCustomTagForbidden

func NewCreateCustomTagForbidden() *CreateCustomTagForbidden

NewCreateCustomTagForbidden creates a CreateCustomTagForbidden with default headers values

func (*CreateCustomTagForbidden) Error

func (o *CreateCustomTagForbidden) Error() string

func (*CreateCustomTagForbidden) GetPayload

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

type CreateCustomTagInternalServerError

type CreateCustomTagInternalServerError struct {
	Payload *models.APIResult
}

CreateCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateCustomTagInternalServerError

func NewCreateCustomTagInternalServerError() *CreateCustomTagInternalServerError

NewCreateCustomTagInternalServerError creates a CreateCustomTagInternalServerError with default headers values

func (*CreateCustomTagInternalServerError) Error

func (*CreateCustomTagInternalServerError) GetPayload

type CreateCustomTagNotFound

type CreateCustomTagNotFound struct {
	Payload *models.APIResult
}

CreateCustomTagNotFound handles this case with default header values.

Not Found

func NewCreateCustomTagNotFound

func NewCreateCustomTagNotFound() *CreateCustomTagNotFound

NewCreateCustomTagNotFound creates a CreateCustomTagNotFound with default headers values

func (*CreateCustomTagNotFound) Error

func (o *CreateCustomTagNotFound) Error() string

func (*CreateCustomTagNotFound) GetPayload

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

type CreateCustomTagParams

type CreateCustomTagParams struct {

	/*Data
	  data

	*/
	Data *models.CustomTag

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

CreateCustomTagParams contains all the parameters to send to the API endpoint for the create custom tag operation typically these are written to a http.Request

func NewCreateCustomTagParams

func NewCreateCustomTagParams() *CreateCustomTagParams

NewCreateCustomTagParams creates a new CreateCustomTagParams object with the default values initialized.

func NewCreateCustomTagParamsWithContext

func NewCreateCustomTagParamsWithContext(ctx context.Context) *CreateCustomTagParams

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

func NewCreateCustomTagParamsWithHTTPClient

func NewCreateCustomTagParamsWithHTTPClient(client *http.Client) *CreateCustomTagParams

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

func NewCreateCustomTagParamsWithTimeout

func NewCreateCustomTagParamsWithTimeout(timeout time.Duration) *CreateCustomTagParams

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

func (*CreateCustomTagParams) SetContext

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

SetContext adds the context to the create custom tag params

func (*CreateCustomTagParams) SetData

func (o *CreateCustomTagParams) SetData(data *models.CustomTag)

SetData adds the data to the create custom tag params

func (*CreateCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create custom tag params

func (*CreateCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the create custom tag params

func (*CreateCustomTagParams) WithContext

WithContext adds the context to the create custom tag params

func (*CreateCustomTagParams) WithData

WithData adds the data to the create custom tag params

func (*CreateCustomTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create custom tag params

func (*CreateCustomTagParams) WithTimeout

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

WithTimeout adds the timeout to the create custom tag params

func (*CreateCustomTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateCustomTagReader

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

CreateCustomTagReader is a Reader for the CreateCustomTag structure.

func (*CreateCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateCustomTagUnauthorized

type CreateCustomTagUnauthorized struct {
	Payload *models.APIResult
}

CreateCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewCreateCustomTagUnauthorized

func NewCreateCustomTagUnauthorized() *CreateCustomTagUnauthorized

NewCreateCustomTagUnauthorized creates a CreateCustomTagUnauthorized with default headers values

func (*CreateCustomTagUnauthorized) Error

func (*CreateCustomTagUnauthorized) GetPayload

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

type DeleteCustomTagBadRequest

type DeleteCustomTagBadRequest struct {
	Payload *models.APIResult
}

DeleteCustomTagBadRequest handles this case with default header values.

Bad Request

func NewDeleteCustomTagBadRequest

func NewDeleteCustomTagBadRequest() *DeleteCustomTagBadRequest

NewDeleteCustomTagBadRequest creates a DeleteCustomTagBadRequest with default headers values

func (*DeleteCustomTagBadRequest) Error

func (o *DeleteCustomTagBadRequest) Error() string

func (*DeleteCustomTagBadRequest) GetPayload

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

type DeleteCustomTagConflict

type DeleteCustomTagConflict struct {
	Payload *models.APIResult
}

DeleteCustomTagConflict handles this case with default header values.

Conflict

func NewDeleteCustomTagConflict

func NewDeleteCustomTagConflict() *DeleteCustomTagConflict

NewDeleteCustomTagConflict creates a DeleteCustomTagConflict with default headers values

func (*DeleteCustomTagConflict) Error

func (o *DeleteCustomTagConflict) Error() string

func (*DeleteCustomTagConflict) GetPayload

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

type DeleteCustomTagForbidden

type DeleteCustomTagForbidden struct {
	Payload *models.APIResult
}

DeleteCustomTagForbidden handles this case with default header values.

Forbidden

func NewDeleteCustomTagForbidden

func NewDeleteCustomTagForbidden() *DeleteCustomTagForbidden

NewDeleteCustomTagForbidden creates a DeleteCustomTagForbidden with default headers values

func (*DeleteCustomTagForbidden) Error

func (o *DeleteCustomTagForbidden) Error() string

func (*DeleteCustomTagForbidden) GetPayload

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

type DeleteCustomTagInternalServerError

type DeleteCustomTagInternalServerError struct {
	Payload *models.APIResult
}

DeleteCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteCustomTagInternalServerError

func NewDeleteCustomTagInternalServerError() *DeleteCustomTagInternalServerError

NewDeleteCustomTagInternalServerError creates a DeleteCustomTagInternalServerError with default headers values

func (*DeleteCustomTagInternalServerError) Error

func (*DeleteCustomTagInternalServerError) GetPayload

type DeleteCustomTagNotFound

type DeleteCustomTagNotFound struct {
	Payload *models.APIResult
}

DeleteCustomTagNotFound handles this case with default header values.

Not Found

func NewDeleteCustomTagNotFound

func NewDeleteCustomTagNotFound() *DeleteCustomTagNotFound

NewDeleteCustomTagNotFound creates a DeleteCustomTagNotFound with default headers values

func (*DeleteCustomTagNotFound) Error

func (o *DeleteCustomTagNotFound) Error() string

func (*DeleteCustomTagNotFound) GetPayload

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

type DeleteCustomTagOK

type DeleteCustomTagOK struct {
	Payload *models.APIResultVoid
}

DeleteCustomTagOK handles this case with default header values.

OK

func NewDeleteCustomTagOK

func NewDeleteCustomTagOK() *DeleteCustomTagOK

NewDeleteCustomTagOK creates a DeleteCustomTagOK with default headers values

func (*DeleteCustomTagOK) Error

func (o *DeleteCustomTagOK) Error() string

func (*DeleteCustomTagOK) GetPayload

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

type DeleteCustomTagParams

type DeleteCustomTagParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteCustomTagParams contains all the parameters to send to the API endpoint for the delete custom tag operation typically these are written to a http.Request

func NewDeleteCustomTagParams

func NewDeleteCustomTagParams() *DeleteCustomTagParams

NewDeleteCustomTagParams creates a new DeleteCustomTagParams object with the default values initialized.

func NewDeleteCustomTagParamsWithContext

func NewDeleteCustomTagParamsWithContext(ctx context.Context) *DeleteCustomTagParams

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

func NewDeleteCustomTagParamsWithHTTPClient

func NewDeleteCustomTagParamsWithHTTPClient(client *http.Client) *DeleteCustomTagParams

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

func NewDeleteCustomTagParamsWithTimeout

func NewDeleteCustomTagParamsWithTimeout(timeout time.Duration) *DeleteCustomTagParams

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

func (*DeleteCustomTagParams) SetContext

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

SetContext adds the context to the delete custom tag params

func (*DeleteCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete custom tag params

func (*DeleteCustomTagParams) SetID

func (o *DeleteCustomTagParams) SetID(id int64)

SetID adds the id to the delete custom tag params

func (*DeleteCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the delete custom tag params

func (*DeleteCustomTagParams) WithContext

WithContext adds the context to the delete custom tag params

func (*DeleteCustomTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete custom tag params

func (*DeleteCustomTagParams) WithID

WithID adds the id to the delete custom tag params

func (*DeleteCustomTagParams) WithTimeout

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

WithTimeout adds the timeout to the delete custom tag params

func (*DeleteCustomTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteCustomTagReader

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

DeleteCustomTagReader is a Reader for the DeleteCustomTag structure.

func (*DeleteCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCustomTagUnauthorized

type DeleteCustomTagUnauthorized struct {
	Payload *models.APIResult
}

DeleteCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteCustomTagUnauthorized

func NewDeleteCustomTagUnauthorized() *DeleteCustomTagUnauthorized

NewDeleteCustomTagUnauthorized creates a DeleteCustomTagUnauthorized with default headers values

func (*DeleteCustomTagUnauthorized) Error

func (*DeleteCustomTagUnauthorized) GetPayload

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

type ListCustomTagBadRequest

type ListCustomTagBadRequest struct {
	Payload *models.APIResult
}

ListCustomTagBadRequest handles this case with default header values.

Bad Request

func NewListCustomTagBadRequest

func NewListCustomTagBadRequest() *ListCustomTagBadRequest

NewListCustomTagBadRequest creates a ListCustomTagBadRequest with default headers values

func (*ListCustomTagBadRequest) Error

func (o *ListCustomTagBadRequest) Error() string

func (*ListCustomTagBadRequest) GetPayload

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

type ListCustomTagConflict

type ListCustomTagConflict struct {
	Payload *models.APIResult
}

ListCustomTagConflict handles this case with default header values.

Conflict

func NewListCustomTagConflict

func NewListCustomTagConflict() *ListCustomTagConflict

NewListCustomTagConflict creates a ListCustomTagConflict with default headers values

func (*ListCustomTagConflict) Error

func (o *ListCustomTagConflict) Error() string

func (*ListCustomTagConflict) GetPayload

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

type ListCustomTagForbidden

type ListCustomTagForbidden struct {
	Payload *models.APIResult
}

ListCustomTagForbidden handles this case with default header values.

Forbidden

func NewListCustomTagForbidden

func NewListCustomTagForbidden() *ListCustomTagForbidden

NewListCustomTagForbidden creates a ListCustomTagForbidden with default headers values

func (*ListCustomTagForbidden) Error

func (o *ListCustomTagForbidden) Error() string

func (*ListCustomTagForbidden) GetPayload

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

type ListCustomTagInternalServerError

type ListCustomTagInternalServerError struct {
	Payload *models.APIResult
}

ListCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewListCustomTagInternalServerError

func NewListCustomTagInternalServerError() *ListCustomTagInternalServerError

NewListCustomTagInternalServerError creates a ListCustomTagInternalServerError with default headers values

func (*ListCustomTagInternalServerError) Error

func (*ListCustomTagInternalServerError) GetPayload

type ListCustomTagNotFound

type ListCustomTagNotFound struct {
	Payload *models.APIResult
}

ListCustomTagNotFound handles this case with default header values.

Not Found

func NewListCustomTagNotFound

func NewListCustomTagNotFound() *ListCustomTagNotFound

NewListCustomTagNotFound creates a ListCustomTagNotFound with default headers values

func (*ListCustomTagNotFound) Error

func (o *ListCustomTagNotFound) Error() string

func (*ListCustomTagNotFound) GetPayload

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

type ListCustomTagOK

type ListCustomTagOK struct {
	Payload *models.APIResultListCustomTag
}

ListCustomTagOK handles this case with default header values.

OK

func NewListCustomTagOK

func NewListCustomTagOK() *ListCustomTagOK

NewListCustomTagOK creates a ListCustomTagOK with default headers values

func (*ListCustomTagOK) Error

func (o *ListCustomTagOK) Error() string

func (*ListCustomTagOK) GetPayload

type ListCustomTagParams

type ListCustomTagParams 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
}

ListCustomTagParams contains all the parameters to send to the API endpoint for the list custom tag operation typically these are written to a http.Request

func NewListCustomTagParams

func NewListCustomTagParams() *ListCustomTagParams

NewListCustomTagParams creates a new ListCustomTagParams object with the default values initialized.

func NewListCustomTagParamsWithContext

func NewListCustomTagParamsWithContext(ctx context.Context) *ListCustomTagParams

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

func NewListCustomTagParamsWithHTTPClient

func NewListCustomTagParamsWithHTTPClient(client *http.Client) *ListCustomTagParams

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

func NewListCustomTagParamsWithTimeout

func NewListCustomTagParamsWithTimeout(timeout time.Duration) *ListCustomTagParams

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

func (*ListCustomTagParams) SetContext

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

SetContext adds the context to the list custom tag params

func (*ListCustomTagParams) SetFields

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

SetFields adds the fields to the list custom tag params

func (*ListCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list custom tag params

func (*ListCustomTagParams) SetLimit

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

SetLimit adds the limit to the list custom tag params

func (*ListCustomTagParams) SetOrderby

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

SetOrderby adds the orderby to the list custom tag params

func (*ListCustomTagParams) SetQ

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

SetQ adds the q to the list custom tag params

func (*ListCustomTagParams) SetStart

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

SetStart adds the start to the list custom tag params

func (*ListCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the list custom tag params

func (*ListCustomTagParams) WithContext

WithContext adds the context to the list custom tag params

func (*ListCustomTagParams) WithFields

func (o *ListCustomTagParams) WithFields(fields *string) *ListCustomTagParams

WithFields adds the fields to the list custom tag params

func (*ListCustomTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list custom tag params

func (*ListCustomTagParams) WithLimit

func (o *ListCustomTagParams) WithLimit(limit *int32) *ListCustomTagParams

WithLimit adds the limit to the list custom tag params

func (*ListCustomTagParams) WithOrderby

func (o *ListCustomTagParams) WithOrderby(orderby *string) *ListCustomTagParams

WithOrderby adds the orderby to the list custom tag params

func (*ListCustomTagParams) WithQ

WithQ adds the q to the list custom tag params

func (*ListCustomTagParams) WithStart

func (o *ListCustomTagParams) WithStart(start *int32) *ListCustomTagParams

WithStart adds the start to the list custom tag params

func (*ListCustomTagParams) WithTimeout

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

WithTimeout adds the timeout to the list custom tag params

func (*ListCustomTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListCustomTagReader

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

ListCustomTagReader is a Reader for the ListCustomTag structure.

func (*ListCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCustomTagUnauthorized

type ListCustomTagUnauthorized struct {
	Payload *models.APIResult
}

ListCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewListCustomTagUnauthorized

func NewListCustomTagUnauthorized() *ListCustomTagUnauthorized

NewListCustomTagUnauthorized creates a ListCustomTagUnauthorized with default headers values

func (*ListCustomTagUnauthorized) Error

func (o *ListCustomTagUnauthorized) Error() string

func (*ListCustomTagUnauthorized) GetPayload

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

type MultiDeleteCustomTagBadRequest

type MultiDeleteCustomTagBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteCustomTagBadRequest

func NewMultiDeleteCustomTagBadRequest() *MultiDeleteCustomTagBadRequest

NewMultiDeleteCustomTagBadRequest creates a MultiDeleteCustomTagBadRequest with default headers values

func (*MultiDeleteCustomTagBadRequest) Error

func (*MultiDeleteCustomTagBadRequest) GetPayload

type MultiDeleteCustomTagConflict

type MultiDeleteCustomTagConflict struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagConflict handles this case with default header values.

Conflict

func NewMultiDeleteCustomTagConflict

func NewMultiDeleteCustomTagConflict() *MultiDeleteCustomTagConflict

NewMultiDeleteCustomTagConflict creates a MultiDeleteCustomTagConflict with default headers values

func (*MultiDeleteCustomTagConflict) Error

func (*MultiDeleteCustomTagConflict) GetPayload

type MultiDeleteCustomTagForbidden

type MultiDeleteCustomTagForbidden struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteCustomTagForbidden

func NewMultiDeleteCustomTagForbidden() *MultiDeleteCustomTagForbidden

NewMultiDeleteCustomTagForbidden creates a MultiDeleteCustomTagForbidden with default headers values

func (*MultiDeleteCustomTagForbidden) Error

func (*MultiDeleteCustomTagForbidden) GetPayload

type MultiDeleteCustomTagInternalServerError

type MultiDeleteCustomTagInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteCustomTagInternalServerError

func NewMultiDeleteCustomTagInternalServerError() *MultiDeleteCustomTagInternalServerError

NewMultiDeleteCustomTagInternalServerError creates a MultiDeleteCustomTagInternalServerError with default headers values

func (*MultiDeleteCustomTagInternalServerError) Error

func (*MultiDeleteCustomTagInternalServerError) GetPayload

type MultiDeleteCustomTagNotFound

type MultiDeleteCustomTagNotFound struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagNotFound handles this case with default header values.

Not Found

func NewMultiDeleteCustomTagNotFound

func NewMultiDeleteCustomTagNotFound() *MultiDeleteCustomTagNotFound

NewMultiDeleteCustomTagNotFound creates a MultiDeleteCustomTagNotFound with default headers values

func (*MultiDeleteCustomTagNotFound) Error

func (*MultiDeleteCustomTagNotFound) GetPayload

type MultiDeleteCustomTagOK

type MultiDeleteCustomTagOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteCustomTagOK handles this case with default header values.

OK

func NewMultiDeleteCustomTagOK

func NewMultiDeleteCustomTagOK() *MultiDeleteCustomTagOK

NewMultiDeleteCustomTagOK creates a MultiDeleteCustomTagOK with default headers values

func (*MultiDeleteCustomTagOK) Error

func (o *MultiDeleteCustomTagOK) Error() string

func (*MultiDeleteCustomTagOK) GetPayload

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

type MultiDeleteCustomTagParams

type MultiDeleteCustomTagParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids string

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

MultiDeleteCustomTagParams contains all the parameters to send to the API endpoint for the multi delete custom tag operation typically these are written to a http.Request

func NewMultiDeleteCustomTagParams

func NewMultiDeleteCustomTagParams() *MultiDeleteCustomTagParams

NewMultiDeleteCustomTagParams creates a new MultiDeleteCustomTagParams object with the default values initialized.

func NewMultiDeleteCustomTagParamsWithContext

func NewMultiDeleteCustomTagParamsWithContext(ctx context.Context) *MultiDeleteCustomTagParams

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

func NewMultiDeleteCustomTagParamsWithHTTPClient

func NewMultiDeleteCustomTagParamsWithHTTPClient(client *http.Client) *MultiDeleteCustomTagParams

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

func NewMultiDeleteCustomTagParamsWithTimeout

func NewMultiDeleteCustomTagParamsWithTimeout(timeout time.Duration) *MultiDeleteCustomTagParams

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

func (*MultiDeleteCustomTagParams) SetContext

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

SetContext adds the context to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) SetIds

func (o *MultiDeleteCustomTagParams) SetIds(ids string)

SetIds adds the ids to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) WithContext

WithContext adds the context to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) WithIds

WithIds adds the ids to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) WithTimeout

WithTimeout adds the timeout to the multi delete custom tag params

func (*MultiDeleteCustomTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteCustomTagReader

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

MultiDeleteCustomTagReader is a Reader for the MultiDeleteCustomTag structure.

func (*MultiDeleteCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteCustomTagUnauthorized

type MultiDeleteCustomTagUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteCustomTagUnauthorized

func NewMultiDeleteCustomTagUnauthorized() *MultiDeleteCustomTagUnauthorized

NewMultiDeleteCustomTagUnauthorized creates a MultiDeleteCustomTagUnauthorized with default headers values

func (*MultiDeleteCustomTagUnauthorized) Error

func (*MultiDeleteCustomTagUnauthorized) GetPayload

type ReadCustomTagBadRequest

type ReadCustomTagBadRequest struct {
	Payload *models.APIResult
}

ReadCustomTagBadRequest handles this case with default header values.

Bad Request

func NewReadCustomTagBadRequest

func NewReadCustomTagBadRequest() *ReadCustomTagBadRequest

NewReadCustomTagBadRequest creates a ReadCustomTagBadRequest with default headers values

func (*ReadCustomTagBadRequest) Error

func (o *ReadCustomTagBadRequest) Error() string

func (*ReadCustomTagBadRequest) GetPayload

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

type ReadCustomTagConflict

type ReadCustomTagConflict struct {
	Payload *models.APIResult
}

ReadCustomTagConflict handles this case with default header values.

Conflict

func NewReadCustomTagConflict

func NewReadCustomTagConflict() *ReadCustomTagConflict

NewReadCustomTagConflict creates a ReadCustomTagConflict with default headers values

func (*ReadCustomTagConflict) Error

func (o *ReadCustomTagConflict) Error() string

func (*ReadCustomTagConflict) GetPayload

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

type ReadCustomTagForbidden

type ReadCustomTagForbidden struct {
	Payload *models.APIResult
}

ReadCustomTagForbidden handles this case with default header values.

Forbidden

func NewReadCustomTagForbidden

func NewReadCustomTagForbidden() *ReadCustomTagForbidden

NewReadCustomTagForbidden creates a ReadCustomTagForbidden with default headers values

func (*ReadCustomTagForbidden) Error

func (o *ReadCustomTagForbidden) Error() string

func (*ReadCustomTagForbidden) GetPayload

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

type ReadCustomTagInternalServerError

type ReadCustomTagInternalServerError struct {
	Payload *models.APIResult
}

ReadCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewReadCustomTagInternalServerError

func NewReadCustomTagInternalServerError() *ReadCustomTagInternalServerError

NewReadCustomTagInternalServerError creates a ReadCustomTagInternalServerError with default headers values

func (*ReadCustomTagInternalServerError) Error

func (*ReadCustomTagInternalServerError) GetPayload

type ReadCustomTagNotFound

type ReadCustomTagNotFound struct {
	Payload *models.APIResult
}

ReadCustomTagNotFound handles this case with default header values.

Not Found

func NewReadCustomTagNotFound

func NewReadCustomTagNotFound() *ReadCustomTagNotFound

NewReadCustomTagNotFound creates a ReadCustomTagNotFound with default headers values

func (*ReadCustomTagNotFound) Error

func (o *ReadCustomTagNotFound) Error() string

func (*ReadCustomTagNotFound) GetPayload

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

type ReadCustomTagOK

type ReadCustomTagOK struct {
	Payload *models.APIResultCustomTag
}

ReadCustomTagOK handles this case with default header values.

OK

func NewReadCustomTagOK

func NewReadCustomTagOK() *ReadCustomTagOK

NewReadCustomTagOK creates a ReadCustomTagOK with default headers values

func (*ReadCustomTagOK) Error

func (o *ReadCustomTagOK) Error() string

func (*ReadCustomTagOK) GetPayload

func (o *ReadCustomTagOK) GetPayload() *models.APIResultCustomTag

type ReadCustomTagParams

type ReadCustomTagParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadCustomTagParams contains all the parameters to send to the API endpoint for the read custom tag operation typically these are written to a http.Request

func NewReadCustomTagParams

func NewReadCustomTagParams() *ReadCustomTagParams

NewReadCustomTagParams creates a new ReadCustomTagParams object with the default values initialized.

func NewReadCustomTagParamsWithContext

func NewReadCustomTagParamsWithContext(ctx context.Context) *ReadCustomTagParams

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

func NewReadCustomTagParamsWithHTTPClient

func NewReadCustomTagParamsWithHTTPClient(client *http.Client) *ReadCustomTagParams

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

func NewReadCustomTagParamsWithTimeout

func NewReadCustomTagParamsWithTimeout(timeout time.Duration) *ReadCustomTagParams

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

func (*ReadCustomTagParams) SetContext

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

SetContext adds the context to the read custom tag params

func (*ReadCustomTagParams) SetFields

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

SetFields adds the fields to the read custom tag params

func (*ReadCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read custom tag params

func (*ReadCustomTagParams) SetID

func (o *ReadCustomTagParams) SetID(id int64)

SetID adds the id to the read custom tag params

func (*ReadCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the read custom tag params

func (*ReadCustomTagParams) WithContext

WithContext adds the context to the read custom tag params

func (*ReadCustomTagParams) WithFields

func (o *ReadCustomTagParams) WithFields(fields *string) *ReadCustomTagParams

WithFields adds the fields to the read custom tag params

func (*ReadCustomTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read custom tag params

func (*ReadCustomTagParams) WithID

WithID adds the id to the read custom tag params

func (*ReadCustomTagParams) WithTimeout

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

WithTimeout adds the timeout to the read custom tag params

func (*ReadCustomTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadCustomTagReader

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

ReadCustomTagReader is a Reader for the ReadCustomTag structure.

func (*ReadCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadCustomTagUnauthorized

type ReadCustomTagUnauthorized struct {
	Payload *models.APIResult
}

ReadCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewReadCustomTagUnauthorized

func NewReadCustomTagUnauthorized() *ReadCustomTagUnauthorized

NewReadCustomTagUnauthorized creates a ReadCustomTagUnauthorized with default headers values

func (*ReadCustomTagUnauthorized) Error

func (o *ReadCustomTagUnauthorized) Error() string

func (*ReadCustomTagUnauthorized) GetPayload

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

type UpdateCustomTagBadRequest

type UpdateCustomTagBadRequest struct {
	Payload *models.APIResult
}

UpdateCustomTagBadRequest handles this case with default header values.

Bad Request

func NewUpdateCustomTagBadRequest

func NewUpdateCustomTagBadRequest() *UpdateCustomTagBadRequest

NewUpdateCustomTagBadRequest creates a UpdateCustomTagBadRequest with default headers values

func (*UpdateCustomTagBadRequest) Error

func (o *UpdateCustomTagBadRequest) Error() string

func (*UpdateCustomTagBadRequest) GetPayload

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

type UpdateCustomTagConflict

type UpdateCustomTagConflict struct {
	Payload *models.APIResult
}

UpdateCustomTagConflict handles this case with default header values.

Conflict

func NewUpdateCustomTagConflict

func NewUpdateCustomTagConflict() *UpdateCustomTagConflict

NewUpdateCustomTagConflict creates a UpdateCustomTagConflict with default headers values

func (*UpdateCustomTagConflict) Error

func (o *UpdateCustomTagConflict) Error() string

func (*UpdateCustomTagConflict) GetPayload

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

type UpdateCustomTagForbidden

type UpdateCustomTagForbidden struct {
	Payload *models.APIResult
}

UpdateCustomTagForbidden handles this case with default header values.

Forbidden

func NewUpdateCustomTagForbidden

func NewUpdateCustomTagForbidden() *UpdateCustomTagForbidden

NewUpdateCustomTagForbidden creates a UpdateCustomTagForbidden with default headers values

func (*UpdateCustomTagForbidden) Error

func (o *UpdateCustomTagForbidden) Error() string

func (*UpdateCustomTagForbidden) GetPayload

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

type UpdateCustomTagInternalServerError

type UpdateCustomTagInternalServerError struct {
	Payload *models.APIResult
}

UpdateCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCustomTagInternalServerError

func NewUpdateCustomTagInternalServerError() *UpdateCustomTagInternalServerError

NewUpdateCustomTagInternalServerError creates a UpdateCustomTagInternalServerError with default headers values

func (*UpdateCustomTagInternalServerError) Error

func (*UpdateCustomTagInternalServerError) GetPayload

type UpdateCustomTagNotFound

type UpdateCustomTagNotFound struct {
	Payload *models.APIResult
}

UpdateCustomTagNotFound handles this case with default header values.

Not Found

func NewUpdateCustomTagNotFound

func NewUpdateCustomTagNotFound() *UpdateCustomTagNotFound

NewUpdateCustomTagNotFound creates a UpdateCustomTagNotFound with default headers values

func (*UpdateCustomTagNotFound) Error

func (o *UpdateCustomTagNotFound) Error() string

func (*UpdateCustomTagNotFound) GetPayload

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

type UpdateCustomTagOK

type UpdateCustomTagOK struct {
	Payload *models.APIResultCustomTag
}

UpdateCustomTagOK handles this case with default header values.

OK

func NewUpdateCustomTagOK

func NewUpdateCustomTagOK() *UpdateCustomTagOK

NewUpdateCustomTagOK creates a UpdateCustomTagOK with default headers values

func (*UpdateCustomTagOK) Error

func (o *UpdateCustomTagOK) Error() string

func (*UpdateCustomTagOK) GetPayload

func (o *UpdateCustomTagOK) GetPayload() *models.APIResultCustomTag

type UpdateCustomTagParams

type UpdateCustomTagParams struct {

	/*ID
	  id

	*/
	ID int64
	/*Resource
	  resource

	*/
	Resource *models.CustomTag

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

UpdateCustomTagParams contains all the parameters to send to the API endpoint for the update custom tag operation typically these are written to a http.Request

func NewUpdateCustomTagParams

func NewUpdateCustomTagParams() *UpdateCustomTagParams

NewUpdateCustomTagParams creates a new UpdateCustomTagParams object with the default values initialized.

func NewUpdateCustomTagParamsWithContext

func NewUpdateCustomTagParamsWithContext(ctx context.Context) *UpdateCustomTagParams

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

func NewUpdateCustomTagParamsWithHTTPClient

func NewUpdateCustomTagParamsWithHTTPClient(client *http.Client) *UpdateCustomTagParams

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

func NewUpdateCustomTagParamsWithTimeout

func NewUpdateCustomTagParamsWithTimeout(timeout time.Duration) *UpdateCustomTagParams

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

func (*UpdateCustomTagParams) SetContext

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

SetContext adds the context to the update custom tag params

func (*UpdateCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update custom tag params

func (*UpdateCustomTagParams) SetID

func (o *UpdateCustomTagParams) SetID(id int64)

SetID adds the id to the update custom tag params

func (*UpdateCustomTagParams) SetResource

func (o *UpdateCustomTagParams) SetResource(resource *models.CustomTag)

SetResource adds the resource to the update custom tag params

func (*UpdateCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the update custom tag params

func (*UpdateCustomTagParams) WithContext

WithContext adds the context to the update custom tag params

func (*UpdateCustomTagParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update custom tag params

func (*UpdateCustomTagParams) WithID

WithID adds the id to the update custom tag params

func (*UpdateCustomTagParams) WithResource

func (o *UpdateCustomTagParams) WithResource(resource *models.CustomTag) *UpdateCustomTagParams

WithResource adds the resource to the update custom tag params

func (*UpdateCustomTagParams) WithTimeout

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

WithTimeout adds the timeout to the update custom tag params

func (*UpdateCustomTagParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateCustomTagReader

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

UpdateCustomTagReader is a Reader for the UpdateCustomTag structure.

func (*UpdateCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCustomTagUnauthorized

type UpdateCustomTagUnauthorized struct {
	Payload *models.APIResult
}

UpdateCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCustomTagUnauthorized

func NewUpdateCustomTagUnauthorized() *UpdateCustomTagUnauthorized

NewUpdateCustomTagUnauthorized creates a UpdateCustomTagUnauthorized with default headers values

func (*UpdateCustomTagUnauthorized) Error

func (*UpdateCustomTagUnauthorized) GetPayload

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

Jump to

Keyboard shortcuts

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