custom_tag_of_project_version_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 of project version controller API

func (*Client) CreateCustomTagOfProjectVersion

CreateCustomTagOfProjectVersion creates

func (*Client) ListCustomTagOfProjectVersion

func (a *Client) ListCustomTagOfProjectVersion(params *ListCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOfProjectVersionOK, error)

ListCustomTagOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCollectionCustomTagOfProjectVersion

UpdateCollectionCustomTagOfProjectVersion updates collection

func (*Client) UpdateCustomTagOfProjectVersion

func (a *Client) UpdateCustomTagOfProjectVersion(params *UpdateCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOfProjectVersionOK, error)

UpdateCustomTagOfProjectVersion updates

type ClientService

type ClientService interface {
	CreateCustomTagOfProjectVersion(params *CreateCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateCustomTagOfProjectVersionCreated, error)

	ListCustomTagOfProjectVersion(params *ListCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOfProjectVersionOK, error)

	UpdateCollectionCustomTagOfProjectVersion(params *UpdateCollectionCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCollectionCustomTagOfProjectVersionOK, error)

	UpdateCustomTagOfProjectVersion(params *UpdateCustomTagOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOfProjectVersionOK, 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 of project version controller API client.

type CreateCustomTagOfProjectVersionBadRequest

type CreateCustomTagOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCreateCustomTagOfProjectVersionBadRequest

func NewCreateCustomTagOfProjectVersionBadRequest() *CreateCustomTagOfProjectVersionBadRequest

NewCreateCustomTagOfProjectVersionBadRequest creates a CreateCustomTagOfProjectVersionBadRequest with default headers values

func (*CreateCustomTagOfProjectVersionBadRequest) Error

func (*CreateCustomTagOfProjectVersionBadRequest) GetPayload

type CreateCustomTagOfProjectVersionConflict

type CreateCustomTagOfProjectVersionConflict struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionConflict handles this case with default header values.

Conflict

func NewCreateCustomTagOfProjectVersionConflict

func NewCreateCustomTagOfProjectVersionConflict() *CreateCustomTagOfProjectVersionConflict

NewCreateCustomTagOfProjectVersionConflict creates a CreateCustomTagOfProjectVersionConflict with default headers values

func (*CreateCustomTagOfProjectVersionConflict) Error

func (*CreateCustomTagOfProjectVersionConflict) GetPayload

type CreateCustomTagOfProjectVersionCreated

type CreateCustomTagOfProjectVersionCreated struct {
	Payload *models.APIResultCustomTag
}

CreateCustomTagOfProjectVersionCreated handles this case with default header values.

Created

func NewCreateCustomTagOfProjectVersionCreated

func NewCreateCustomTagOfProjectVersionCreated() *CreateCustomTagOfProjectVersionCreated

NewCreateCustomTagOfProjectVersionCreated creates a CreateCustomTagOfProjectVersionCreated with default headers values

func (*CreateCustomTagOfProjectVersionCreated) Error

func (*CreateCustomTagOfProjectVersionCreated) GetPayload

type CreateCustomTagOfProjectVersionForbidden

type CreateCustomTagOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCreateCustomTagOfProjectVersionForbidden

func NewCreateCustomTagOfProjectVersionForbidden() *CreateCustomTagOfProjectVersionForbidden

NewCreateCustomTagOfProjectVersionForbidden creates a CreateCustomTagOfProjectVersionForbidden with default headers values

func (*CreateCustomTagOfProjectVersionForbidden) Error

func (*CreateCustomTagOfProjectVersionForbidden) GetPayload

type CreateCustomTagOfProjectVersionInternalServerError

type CreateCustomTagOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateCustomTagOfProjectVersionInternalServerError

func NewCreateCustomTagOfProjectVersionInternalServerError() *CreateCustomTagOfProjectVersionInternalServerError

NewCreateCustomTagOfProjectVersionInternalServerError creates a CreateCustomTagOfProjectVersionInternalServerError with default headers values

func (*CreateCustomTagOfProjectVersionInternalServerError) Error

func (*CreateCustomTagOfProjectVersionInternalServerError) GetPayload

type CreateCustomTagOfProjectVersionNotFound

type CreateCustomTagOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewCreateCustomTagOfProjectVersionNotFound

func NewCreateCustomTagOfProjectVersionNotFound() *CreateCustomTagOfProjectVersionNotFound

NewCreateCustomTagOfProjectVersionNotFound creates a CreateCustomTagOfProjectVersionNotFound with default headers values

func (*CreateCustomTagOfProjectVersionNotFound) Error

func (*CreateCustomTagOfProjectVersionNotFound) GetPayload

type CreateCustomTagOfProjectVersionParams

type CreateCustomTagOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.CustomTag

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

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

func NewCreateCustomTagOfProjectVersionParams

func NewCreateCustomTagOfProjectVersionParams() *CreateCustomTagOfProjectVersionParams

NewCreateCustomTagOfProjectVersionParams creates a new CreateCustomTagOfProjectVersionParams object with the default values initialized.

func NewCreateCustomTagOfProjectVersionParamsWithContext

func NewCreateCustomTagOfProjectVersionParamsWithContext(ctx context.Context) *CreateCustomTagOfProjectVersionParams

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

func NewCreateCustomTagOfProjectVersionParamsWithHTTPClient

func NewCreateCustomTagOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateCustomTagOfProjectVersionParams

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

func NewCreateCustomTagOfProjectVersionParamsWithTimeout

func NewCreateCustomTagOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateCustomTagOfProjectVersionParams

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

func (*CreateCustomTagOfProjectVersionParams) SetContext

SetContext adds the context to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) SetParentID

func (o *CreateCustomTagOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) SetResource

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

SetResource adds the resource to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WithContext

WithContext adds the context to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WithResource

WithResource adds the resource to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the create custom tag of project version params

func (*CreateCustomTagOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateCustomTagOfProjectVersionReader

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

CreateCustomTagOfProjectVersionReader is a Reader for the CreateCustomTagOfProjectVersion structure.

func (*CreateCustomTagOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateCustomTagOfProjectVersionUnauthorized

type CreateCustomTagOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CreateCustomTagOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateCustomTagOfProjectVersionUnauthorized

func NewCreateCustomTagOfProjectVersionUnauthorized() *CreateCustomTagOfProjectVersionUnauthorized

NewCreateCustomTagOfProjectVersionUnauthorized creates a CreateCustomTagOfProjectVersionUnauthorized with default headers values

func (*CreateCustomTagOfProjectVersionUnauthorized) Error

func (*CreateCustomTagOfProjectVersionUnauthorized) GetPayload

type ListCustomTagOfProjectVersionBadRequest

type ListCustomTagOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListCustomTagOfProjectVersionBadRequest

func NewListCustomTagOfProjectVersionBadRequest() *ListCustomTagOfProjectVersionBadRequest

NewListCustomTagOfProjectVersionBadRequest creates a ListCustomTagOfProjectVersionBadRequest with default headers values

func (*ListCustomTagOfProjectVersionBadRequest) Error

func (*ListCustomTagOfProjectVersionBadRequest) GetPayload

type ListCustomTagOfProjectVersionConflict

type ListCustomTagOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListCustomTagOfProjectVersionConflict

func NewListCustomTagOfProjectVersionConflict() *ListCustomTagOfProjectVersionConflict

NewListCustomTagOfProjectVersionConflict creates a ListCustomTagOfProjectVersionConflict with default headers values

func (*ListCustomTagOfProjectVersionConflict) Error

func (*ListCustomTagOfProjectVersionConflict) GetPayload

type ListCustomTagOfProjectVersionForbidden

type ListCustomTagOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListCustomTagOfProjectVersionForbidden

func NewListCustomTagOfProjectVersionForbidden() *ListCustomTagOfProjectVersionForbidden

NewListCustomTagOfProjectVersionForbidden creates a ListCustomTagOfProjectVersionForbidden with default headers values

func (*ListCustomTagOfProjectVersionForbidden) Error

func (*ListCustomTagOfProjectVersionForbidden) GetPayload

type ListCustomTagOfProjectVersionInternalServerError

type ListCustomTagOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListCustomTagOfProjectVersionInternalServerError

func NewListCustomTagOfProjectVersionInternalServerError() *ListCustomTagOfProjectVersionInternalServerError

NewListCustomTagOfProjectVersionInternalServerError creates a ListCustomTagOfProjectVersionInternalServerError with default headers values

func (*ListCustomTagOfProjectVersionInternalServerError) Error

func (*ListCustomTagOfProjectVersionInternalServerError) GetPayload

type ListCustomTagOfProjectVersionNotFound

type ListCustomTagOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListCustomTagOfProjectVersionNotFound

func NewListCustomTagOfProjectVersionNotFound() *ListCustomTagOfProjectVersionNotFound

NewListCustomTagOfProjectVersionNotFound creates a ListCustomTagOfProjectVersionNotFound with default headers values

func (*ListCustomTagOfProjectVersionNotFound) Error

func (*ListCustomTagOfProjectVersionNotFound) GetPayload

type ListCustomTagOfProjectVersionOK

type ListCustomTagOfProjectVersionOK struct {
	Payload *models.APIResultListCustomTag
}

ListCustomTagOfProjectVersionOK handles this case with default header values.

OK

func NewListCustomTagOfProjectVersionOK

func NewListCustomTagOfProjectVersionOK() *ListCustomTagOfProjectVersionOK

NewListCustomTagOfProjectVersionOK creates a ListCustomTagOfProjectVersionOK with default headers values

func (*ListCustomTagOfProjectVersionOK) Error

func (*ListCustomTagOfProjectVersionOK) GetPayload

type ListCustomTagOfProjectVersionParams

type ListCustomTagOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Includeall
	  includeall

	*/
	Includeall *bool
	/*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
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*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
}

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

func NewListCustomTagOfProjectVersionParams

func NewListCustomTagOfProjectVersionParams() *ListCustomTagOfProjectVersionParams

NewListCustomTagOfProjectVersionParams creates a new ListCustomTagOfProjectVersionParams object with the default values initialized.

func NewListCustomTagOfProjectVersionParamsWithContext

func NewListCustomTagOfProjectVersionParamsWithContext(ctx context.Context) *ListCustomTagOfProjectVersionParams

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

func NewListCustomTagOfProjectVersionParamsWithHTTPClient

func NewListCustomTagOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListCustomTagOfProjectVersionParams

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

func NewListCustomTagOfProjectVersionParamsWithTimeout

func NewListCustomTagOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListCustomTagOfProjectVersionParams

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

func (*ListCustomTagOfProjectVersionParams) SetContext

SetContext adds the context to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetIncludeall

func (o *ListCustomTagOfProjectVersionParams) SetIncludeall(includeall *bool)

SetIncludeall adds the includeall to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetLimit

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

SetLimit adds the limit to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetOrderby

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

SetOrderby adds the orderby to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetParentID

func (o *ListCustomTagOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetQ

SetQ adds the q to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetStart

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

SetStart adds the start to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithContext

WithContext adds the context to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithFields

WithFields adds the fields to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithIncludeall

WithIncludeall adds the includeall to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithLimit

WithLimit adds the limit to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithOrderby

WithOrderby adds the orderby to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithQ

WithQ adds the q to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithStart

WithStart adds the start to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list custom tag of project version params

func (*ListCustomTagOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCustomTagOfProjectVersionReader

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

ListCustomTagOfProjectVersionReader is a Reader for the ListCustomTagOfProjectVersion structure.

func (*ListCustomTagOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCustomTagOfProjectVersionUnauthorized

type ListCustomTagOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListCustomTagOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListCustomTagOfProjectVersionUnauthorized

func NewListCustomTagOfProjectVersionUnauthorized() *ListCustomTagOfProjectVersionUnauthorized

NewListCustomTagOfProjectVersionUnauthorized creates a ListCustomTagOfProjectVersionUnauthorized with default headers values

func (*ListCustomTagOfProjectVersionUnauthorized) Error

func (*ListCustomTagOfProjectVersionUnauthorized) GetPayload

type UpdateCollectionCustomTagOfProjectVersionBadRequest

type UpdateCollectionCustomTagOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCollectionCustomTagOfProjectVersionBadRequest

func NewUpdateCollectionCustomTagOfProjectVersionBadRequest() *UpdateCollectionCustomTagOfProjectVersionBadRequest

NewUpdateCollectionCustomTagOfProjectVersionBadRequest creates a UpdateCollectionCustomTagOfProjectVersionBadRequest with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionBadRequest) Error

func (*UpdateCollectionCustomTagOfProjectVersionBadRequest) GetPayload

type UpdateCollectionCustomTagOfProjectVersionConflict

type UpdateCollectionCustomTagOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCollectionCustomTagOfProjectVersionConflict

func NewUpdateCollectionCustomTagOfProjectVersionConflict() *UpdateCollectionCustomTagOfProjectVersionConflict

NewUpdateCollectionCustomTagOfProjectVersionConflict creates a UpdateCollectionCustomTagOfProjectVersionConflict with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionConflict) Error

func (*UpdateCollectionCustomTagOfProjectVersionConflict) GetPayload

type UpdateCollectionCustomTagOfProjectVersionForbidden

type UpdateCollectionCustomTagOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCollectionCustomTagOfProjectVersionForbidden

func NewUpdateCollectionCustomTagOfProjectVersionForbidden() *UpdateCollectionCustomTagOfProjectVersionForbidden

NewUpdateCollectionCustomTagOfProjectVersionForbidden creates a UpdateCollectionCustomTagOfProjectVersionForbidden with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionForbidden) Error

func (*UpdateCollectionCustomTagOfProjectVersionForbidden) GetPayload

type UpdateCollectionCustomTagOfProjectVersionInternalServerError

type UpdateCollectionCustomTagOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCollectionCustomTagOfProjectVersionInternalServerError

func NewUpdateCollectionCustomTagOfProjectVersionInternalServerError() *UpdateCollectionCustomTagOfProjectVersionInternalServerError

NewUpdateCollectionCustomTagOfProjectVersionInternalServerError creates a UpdateCollectionCustomTagOfProjectVersionInternalServerError with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionInternalServerError) Error

func (*UpdateCollectionCustomTagOfProjectVersionInternalServerError) GetPayload

type UpdateCollectionCustomTagOfProjectVersionNotFound

type UpdateCollectionCustomTagOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCollectionCustomTagOfProjectVersionNotFound

func NewUpdateCollectionCustomTagOfProjectVersionNotFound() *UpdateCollectionCustomTagOfProjectVersionNotFound

NewUpdateCollectionCustomTagOfProjectVersionNotFound creates a UpdateCollectionCustomTagOfProjectVersionNotFound with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionNotFound) Error

func (*UpdateCollectionCustomTagOfProjectVersionNotFound) GetPayload

type UpdateCollectionCustomTagOfProjectVersionOK

type UpdateCollectionCustomTagOfProjectVersionOK struct {
	Payload *models.APIResultListCustomTag
}

UpdateCollectionCustomTagOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCollectionCustomTagOfProjectVersionOK

func NewUpdateCollectionCustomTagOfProjectVersionOK() *UpdateCollectionCustomTagOfProjectVersionOK

NewUpdateCollectionCustomTagOfProjectVersionOK creates a UpdateCollectionCustomTagOfProjectVersionOK with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionOK) Error

func (*UpdateCollectionCustomTagOfProjectVersionOK) GetPayload

type UpdateCollectionCustomTagOfProjectVersionParams

type UpdateCollectionCustomTagOfProjectVersionParams struct {

	/*Data
	  data

	*/
	Data []*models.CustomTag
	/*ParentID
	  parentId

	*/
	ParentID int64

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

UpdateCollectionCustomTagOfProjectVersionParams contains all the parameters to send to the API endpoint for the update collection custom tag of project version operation typically these are written to a http.Request

func NewUpdateCollectionCustomTagOfProjectVersionParams

func NewUpdateCollectionCustomTagOfProjectVersionParams() *UpdateCollectionCustomTagOfProjectVersionParams

NewUpdateCollectionCustomTagOfProjectVersionParams creates a new UpdateCollectionCustomTagOfProjectVersionParams object with the default values initialized.

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithContext

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCollectionCustomTagOfProjectVersionParams

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

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithHTTPClient

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCollectionCustomTagOfProjectVersionParams

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

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithTimeout

func NewUpdateCollectionCustomTagOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCollectionCustomTagOfProjectVersionParams

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

func (*UpdateCollectionCustomTagOfProjectVersionParams) SetContext

SetContext adds the context to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) SetData

SetData adds the data to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) SetParentID

func (o *UpdateCollectionCustomTagOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WithContext

WithContext adds the context to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WithData

WithData adds the data to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update collection custom tag of project version params

func (*UpdateCollectionCustomTagOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCollectionCustomTagOfProjectVersionReader

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

UpdateCollectionCustomTagOfProjectVersionReader is a Reader for the UpdateCollectionCustomTagOfProjectVersion structure.

func (*UpdateCollectionCustomTagOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCollectionCustomTagOfProjectVersionUnauthorized

type UpdateCollectionCustomTagOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCollectionCustomTagOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCollectionCustomTagOfProjectVersionUnauthorized

func NewUpdateCollectionCustomTagOfProjectVersionUnauthorized() *UpdateCollectionCustomTagOfProjectVersionUnauthorized

NewUpdateCollectionCustomTagOfProjectVersionUnauthorized creates a UpdateCollectionCustomTagOfProjectVersionUnauthorized with default headers values

func (*UpdateCollectionCustomTagOfProjectVersionUnauthorized) Error

func (*UpdateCollectionCustomTagOfProjectVersionUnauthorized) GetPayload

type UpdateCustomTagOfProjectVersionBadRequest

type UpdateCustomTagOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCustomTagOfProjectVersionBadRequest

func NewUpdateCustomTagOfProjectVersionBadRequest() *UpdateCustomTagOfProjectVersionBadRequest

NewUpdateCustomTagOfProjectVersionBadRequest creates a UpdateCustomTagOfProjectVersionBadRequest with default headers values

func (*UpdateCustomTagOfProjectVersionBadRequest) Error

func (*UpdateCustomTagOfProjectVersionBadRequest) GetPayload

type UpdateCustomTagOfProjectVersionConflict

type UpdateCustomTagOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCustomTagOfProjectVersionConflict

func NewUpdateCustomTagOfProjectVersionConflict() *UpdateCustomTagOfProjectVersionConflict

NewUpdateCustomTagOfProjectVersionConflict creates a UpdateCustomTagOfProjectVersionConflict with default headers values

func (*UpdateCustomTagOfProjectVersionConflict) Error

func (*UpdateCustomTagOfProjectVersionConflict) GetPayload

type UpdateCustomTagOfProjectVersionForbidden

type UpdateCustomTagOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCustomTagOfProjectVersionForbidden

func NewUpdateCustomTagOfProjectVersionForbidden() *UpdateCustomTagOfProjectVersionForbidden

NewUpdateCustomTagOfProjectVersionForbidden creates a UpdateCustomTagOfProjectVersionForbidden with default headers values

func (*UpdateCustomTagOfProjectVersionForbidden) Error

func (*UpdateCustomTagOfProjectVersionForbidden) GetPayload

type UpdateCustomTagOfProjectVersionInternalServerError

type UpdateCustomTagOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCustomTagOfProjectVersionInternalServerError

func NewUpdateCustomTagOfProjectVersionInternalServerError() *UpdateCustomTagOfProjectVersionInternalServerError

NewUpdateCustomTagOfProjectVersionInternalServerError creates a UpdateCustomTagOfProjectVersionInternalServerError with default headers values

func (*UpdateCustomTagOfProjectVersionInternalServerError) Error

func (*UpdateCustomTagOfProjectVersionInternalServerError) GetPayload

type UpdateCustomTagOfProjectVersionNotFound

type UpdateCustomTagOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCustomTagOfProjectVersionNotFound

func NewUpdateCustomTagOfProjectVersionNotFound() *UpdateCustomTagOfProjectVersionNotFound

NewUpdateCustomTagOfProjectVersionNotFound creates a UpdateCustomTagOfProjectVersionNotFound with default headers values

func (*UpdateCustomTagOfProjectVersionNotFound) Error

func (*UpdateCustomTagOfProjectVersionNotFound) GetPayload

type UpdateCustomTagOfProjectVersionOK

type UpdateCustomTagOfProjectVersionOK struct {
	Payload *models.APIResultCustomTag
}

UpdateCustomTagOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCustomTagOfProjectVersionOK

func NewUpdateCustomTagOfProjectVersionOK() *UpdateCustomTagOfProjectVersionOK

NewUpdateCustomTagOfProjectVersionOK creates a UpdateCustomTagOfProjectVersionOK with default headers values

func (*UpdateCustomTagOfProjectVersionOK) Error

func (*UpdateCustomTagOfProjectVersionOK) GetPayload

type UpdateCustomTagOfProjectVersionParams

type UpdateCustomTagOfProjectVersionParams struct {

	/*Data
	  data

	*/
	Data *models.CustomTag
	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewUpdateCustomTagOfProjectVersionParams

func NewUpdateCustomTagOfProjectVersionParams() *UpdateCustomTagOfProjectVersionParams

NewUpdateCustomTagOfProjectVersionParams creates a new UpdateCustomTagOfProjectVersionParams object with the default values initialized.

func NewUpdateCustomTagOfProjectVersionParamsWithContext

func NewUpdateCustomTagOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCustomTagOfProjectVersionParams

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

func NewUpdateCustomTagOfProjectVersionParamsWithHTTPClient

func NewUpdateCustomTagOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCustomTagOfProjectVersionParams

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

func NewUpdateCustomTagOfProjectVersionParamsWithTimeout

func NewUpdateCustomTagOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCustomTagOfProjectVersionParams

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

func (*UpdateCustomTagOfProjectVersionParams) SetContext

SetContext adds the context to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) SetData

SetData adds the data to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) SetID

SetID adds the id to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) SetParentID

func (o *UpdateCustomTagOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithContext

WithContext adds the context to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithData

WithData adds the data to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithID

WithID adds the id to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update custom tag of project version params

func (*UpdateCustomTagOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCustomTagOfProjectVersionReader

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

UpdateCustomTagOfProjectVersionReader is a Reader for the UpdateCustomTagOfProjectVersion structure.

func (*UpdateCustomTagOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCustomTagOfProjectVersionUnauthorized

type UpdateCustomTagOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCustomTagOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCustomTagOfProjectVersionUnauthorized

func NewUpdateCustomTagOfProjectVersionUnauthorized() *UpdateCustomTagOfProjectVersionUnauthorized

NewUpdateCustomTagOfProjectVersionUnauthorized creates a UpdateCustomTagOfProjectVersionUnauthorized with default headers values

func (*UpdateCustomTagOfProjectVersionUnauthorized) Error

func (*UpdateCustomTagOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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