attribute_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: 4

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

func (*Client) CreateAttributeOfProjectVersion

CreateAttributeOfProjectVersion creates

func (*Client) ListAttributeOfProjectVersion

func (a *Client) ListAttributeOfProjectVersion(params *ListAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAttributeOfProjectVersionOK, error)

ListAttributeOfProjectVersion lists

func (*Client) ReadAttributeOfProjectVersion

func (a *Client) ReadAttributeOfProjectVersion(params *ReadAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAttributeOfProjectVersionOK, error)

ReadAttributeOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCollectionAttributeOfProjectVersion

UpdateCollectionAttributeOfProjectVersion updates collection

type ClientService

type ClientService interface {
	CreateAttributeOfProjectVersion(params *CreateAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAttributeOfProjectVersionCreated, error)

	ListAttributeOfProjectVersion(params *ListAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAttributeOfProjectVersionOK, error)

	ReadAttributeOfProjectVersion(params *ReadAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAttributeOfProjectVersionOK, error)

	UpdateCollectionAttributeOfProjectVersion(params *UpdateCollectionAttributeOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCollectionAttributeOfProjectVersionOK, 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 attribute of project version controller API client.

type CreateAttributeOfProjectVersionBadRequest

type CreateAttributeOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCreateAttributeOfProjectVersionBadRequest

func NewCreateAttributeOfProjectVersionBadRequest() *CreateAttributeOfProjectVersionBadRequest

NewCreateAttributeOfProjectVersionBadRequest creates a CreateAttributeOfProjectVersionBadRequest with default headers values

func (*CreateAttributeOfProjectVersionBadRequest) Error

func (*CreateAttributeOfProjectVersionBadRequest) GetPayload

type CreateAttributeOfProjectVersionConflict

type CreateAttributeOfProjectVersionConflict struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionConflict handles this case with default header values.

Conflict

func NewCreateAttributeOfProjectVersionConflict

func NewCreateAttributeOfProjectVersionConflict() *CreateAttributeOfProjectVersionConflict

NewCreateAttributeOfProjectVersionConflict creates a CreateAttributeOfProjectVersionConflict with default headers values

func (*CreateAttributeOfProjectVersionConflict) Error

func (*CreateAttributeOfProjectVersionConflict) GetPayload

type CreateAttributeOfProjectVersionCreated

type CreateAttributeOfProjectVersionCreated struct {
	Payload *models.APIResultAttribute
}

CreateAttributeOfProjectVersionCreated handles this case with default header values.

Created

func NewCreateAttributeOfProjectVersionCreated

func NewCreateAttributeOfProjectVersionCreated() *CreateAttributeOfProjectVersionCreated

NewCreateAttributeOfProjectVersionCreated creates a CreateAttributeOfProjectVersionCreated with default headers values

func (*CreateAttributeOfProjectVersionCreated) Error

func (*CreateAttributeOfProjectVersionCreated) GetPayload

type CreateAttributeOfProjectVersionForbidden

type CreateAttributeOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCreateAttributeOfProjectVersionForbidden

func NewCreateAttributeOfProjectVersionForbidden() *CreateAttributeOfProjectVersionForbidden

NewCreateAttributeOfProjectVersionForbidden creates a CreateAttributeOfProjectVersionForbidden with default headers values

func (*CreateAttributeOfProjectVersionForbidden) Error

func (*CreateAttributeOfProjectVersionForbidden) GetPayload

type CreateAttributeOfProjectVersionInternalServerError

type CreateAttributeOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAttributeOfProjectVersionInternalServerError

func NewCreateAttributeOfProjectVersionInternalServerError() *CreateAttributeOfProjectVersionInternalServerError

NewCreateAttributeOfProjectVersionInternalServerError creates a CreateAttributeOfProjectVersionInternalServerError with default headers values

func (*CreateAttributeOfProjectVersionInternalServerError) Error

func (*CreateAttributeOfProjectVersionInternalServerError) GetPayload

type CreateAttributeOfProjectVersionNotFound

type CreateAttributeOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewCreateAttributeOfProjectVersionNotFound

func NewCreateAttributeOfProjectVersionNotFound() *CreateAttributeOfProjectVersionNotFound

NewCreateAttributeOfProjectVersionNotFound creates a CreateAttributeOfProjectVersionNotFound with default headers values

func (*CreateAttributeOfProjectVersionNotFound) Error

func (*CreateAttributeOfProjectVersionNotFound) GetPayload

type CreateAttributeOfProjectVersionParams

type CreateAttributeOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.Attribute

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

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

func NewCreateAttributeOfProjectVersionParams

func NewCreateAttributeOfProjectVersionParams() *CreateAttributeOfProjectVersionParams

NewCreateAttributeOfProjectVersionParams creates a new CreateAttributeOfProjectVersionParams object with the default values initialized.

func NewCreateAttributeOfProjectVersionParamsWithContext

func NewCreateAttributeOfProjectVersionParamsWithContext(ctx context.Context) *CreateAttributeOfProjectVersionParams

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

func NewCreateAttributeOfProjectVersionParamsWithHTTPClient

func NewCreateAttributeOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateAttributeOfProjectVersionParams

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

func NewCreateAttributeOfProjectVersionParamsWithTimeout

func NewCreateAttributeOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateAttributeOfProjectVersionParams

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

func (*CreateAttributeOfProjectVersionParams) SetContext

SetContext adds the context to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) SetParentID

func (o *CreateAttributeOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) SetResource

func (o *CreateAttributeOfProjectVersionParams) SetResource(resource *models.Attribute)

SetResource adds the resource to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WithContext

WithContext adds the context to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WithResource

WithResource adds the resource to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the create attribute of project version params

func (*CreateAttributeOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAttributeOfProjectVersionReader

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

CreateAttributeOfProjectVersionReader is a Reader for the CreateAttributeOfProjectVersion structure.

func (*CreateAttributeOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAttributeOfProjectVersionUnauthorized

type CreateAttributeOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CreateAttributeOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAttributeOfProjectVersionUnauthorized

func NewCreateAttributeOfProjectVersionUnauthorized() *CreateAttributeOfProjectVersionUnauthorized

NewCreateAttributeOfProjectVersionUnauthorized creates a CreateAttributeOfProjectVersionUnauthorized with default headers values

func (*CreateAttributeOfProjectVersionUnauthorized) Error

func (*CreateAttributeOfProjectVersionUnauthorized) GetPayload

type ListAttributeOfProjectVersionBadRequest

type ListAttributeOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListAttributeOfProjectVersionBadRequest

func NewListAttributeOfProjectVersionBadRequest() *ListAttributeOfProjectVersionBadRequest

NewListAttributeOfProjectVersionBadRequest creates a ListAttributeOfProjectVersionBadRequest with default headers values

func (*ListAttributeOfProjectVersionBadRequest) Error

func (*ListAttributeOfProjectVersionBadRequest) GetPayload

type ListAttributeOfProjectVersionConflict

type ListAttributeOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListAttributeOfProjectVersionConflict

func NewListAttributeOfProjectVersionConflict() *ListAttributeOfProjectVersionConflict

NewListAttributeOfProjectVersionConflict creates a ListAttributeOfProjectVersionConflict with default headers values

func (*ListAttributeOfProjectVersionConflict) Error

func (*ListAttributeOfProjectVersionConflict) GetPayload

type ListAttributeOfProjectVersionForbidden

type ListAttributeOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListAttributeOfProjectVersionForbidden

func NewListAttributeOfProjectVersionForbidden() *ListAttributeOfProjectVersionForbidden

NewListAttributeOfProjectVersionForbidden creates a ListAttributeOfProjectVersionForbidden with default headers values

func (*ListAttributeOfProjectVersionForbidden) Error

func (*ListAttributeOfProjectVersionForbidden) GetPayload

type ListAttributeOfProjectVersionInternalServerError

type ListAttributeOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListAttributeOfProjectVersionInternalServerError

func NewListAttributeOfProjectVersionInternalServerError() *ListAttributeOfProjectVersionInternalServerError

NewListAttributeOfProjectVersionInternalServerError creates a ListAttributeOfProjectVersionInternalServerError with default headers values

func (*ListAttributeOfProjectVersionInternalServerError) Error

func (*ListAttributeOfProjectVersionInternalServerError) GetPayload

type ListAttributeOfProjectVersionNotFound

type ListAttributeOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListAttributeOfProjectVersionNotFound

func NewListAttributeOfProjectVersionNotFound() *ListAttributeOfProjectVersionNotFound

NewListAttributeOfProjectVersionNotFound creates a ListAttributeOfProjectVersionNotFound with default headers values

func (*ListAttributeOfProjectVersionNotFound) Error

func (*ListAttributeOfProjectVersionNotFound) GetPayload

type ListAttributeOfProjectVersionOK

type ListAttributeOfProjectVersionOK struct {
	Payload *models.APIResultListAttribute
}

ListAttributeOfProjectVersionOK handles this case with default header values.

OK

func NewListAttributeOfProjectVersionOK

func NewListAttributeOfProjectVersionOK() *ListAttributeOfProjectVersionOK

NewListAttributeOfProjectVersionOK creates a ListAttributeOfProjectVersionOK with default headers values

func (*ListAttributeOfProjectVersionOK) Error

func (*ListAttributeOfProjectVersionOK) GetPayload

type ListAttributeOfProjectVersionParams

type ListAttributeOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewListAttributeOfProjectVersionParams

func NewListAttributeOfProjectVersionParams() *ListAttributeOfProjectVersionParams

NewListAttributeOfProjectVersionParams creates a new ListAttributeOfProjectVersionParams object with the default values initialized.

func NewListAttributeOfProjectVersionParamsWithContext

func NewListAttributeOfProjectVersionParamsWithContext(ctx context.Context) *ListAttributeOfProjectVersionParams

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

func NewListAttributeOfProjectVersionParamsWithHTTPClient

func NewListAttributeOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListAttributeOfProjectVersionParams

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

func NewListAttributeOfProjectVersionParamsWithTimeout

func NewListAttributeOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListAttributeOfProjectVersionParams

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

func (*ListAttributeOfProjectVersionParams) SetContext

SetContext adds the context to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) SetParentID

func (o *ListAttributeOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WithContext

WithContext adds the context to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WithFields

WithFields adds the fields to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list attribute of project version params

func (*ListAttributeOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAttributeOfProjectVersionReader

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

ListAttributeOfProjectVersionReader is a Reader for the ListAttributeOfProjectVersion structure.

func (*ListAttributeOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAttributeOfProjectVersionUnauthorized

type ListAttributeOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListAttributeOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListAttributeOfProjectVersionUnauthorized

func NewListAttributeOfProjectVersionUnauthorized() *ListAttributeOfProjectVersionUnauthorized

NewListAttributeOfProjectVersionUnauthorized creates a ListAttributeOfProjectVersionUnauthorized with default headers values

func (*ListAttributeOfProjectVersionUnauthorized) Error

func (*ListAttributeOfProjectVersionUnauthorized) GetPayload

type ReadAttributeOfProjectVersionBadRequest

type ReadAttributeOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadAttributeOfProjectVersionBadRequest

func NewReadAttributeOfProjectVersionBadRequest() *ReadAttributeOfProjectVersionBadRequest

NewReadAttributeOfProjectVersionBadRequest creates a ReadAttributeOfProjectVersionBadRequest with default headers values

func (*ReadAttributeOfProjectVersionBadRequest) Error

func (*ReadAttributeOfProjectVersionBadRequest) GetPayload

type ReadAttributeOfProjectVersionConflict

type ReadAttributeOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadAttributeOfProjectVersionConflict

func NewReadAttributeOfProjectVersionConflict() *ReadAttributeOfProjectVersionConflict

NewReadAttributeOfProjectVersionConflict creates a ReadAttributeOfProjectVersionConflict with default headers values

func (*ReadAttributeOfProjectVersionConflict) Error

func (*ReadAttributeOfProjectVersionConflict) GetPayload

type ReadAttributeOfProjectVersionForbidden

type ReadAttributeOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadAttributeOfProjectVersionForbidden

func NewReadAttributeOfProjectVersionForbidden() *ReadAttributeOfProjectVersionForbidden

NewReadAttributeOfProjectVersionForbidden creates a ReadAttributeOfProjectVersionForbidden with default headers values

func (*ReadAttributeOfProjectVersionForbidden) Error

func (*ReadAttributeOfProjectVersionForbidden) GetPayload

type ReadAttributeOfProjectVersionInternalServerError

type ReadAttributeOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadAttributeOfProjectVersionInternalServerError

func NewReadAttributeOfProjectVersionInternalServerError() *ReadAttributeOfProjectVersionInternalServerError

NewReadAttributeOfProjectVersionInternalServerError creates a ReadAttributeOfProjectVersionInternalServerError with default headers values

func (*ReadAttributeOfProjectVersionInternalServerError) Error

func (*ReadAttributeOfProjectVersionInternalServerError) GetPayload

type ReadAttributeOfProjectVersionNotFound

type ReadAttributeOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadAttributeOfProjectVersionNotFound

func NewReadAttributeOfProjectVersionNotFound() *ReadAttributeOfProjectVersionNotFound

NewReadAttributeOfProjectVersionNotFound creates a ReadAttributeOfProjectVersionNotFound with default headers values

func (*ReadAttributeOfProjectVersionNotFound) Error

func (*ReadAttributeOfProjectVersionNotFound) GetPayload

type ReadAttributeOfProjectVersionOK

type ReadAttributeOfProjectVersionOK struct {
	Payload *models.APIResultAttribute
}

ReadAttributeOfProjectVersionOK handles this case with default header values.

OK

func NewReadAttributeOfProjectVersionOK

func NewReadAttributeOfProjectVersionOK() *ReadAttributeOfProjectVersionOK

NewReadAttributeOfProjectVersionOK creates a ReadAttributeOfProjectVersionOK with default headers values

func (*ReadAttributeOfProjectVersionOK) Error

func (*ReadAttributeOfProjectVersionOK) GetPayload

type ReadAttributeOfProjectVersionParams

type ReadAttributeOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ReadAttributeOfProjectVersionParams contains all the parameters to send to the API endpoint for the read attribute of project version operation typically these are written to a http.Request

func NewReadAttributeOfProjectVersionParams

func NewReadAttributeOfProjectVersionParams() *ReadAttributeOfProjectVersionParams

NewReadAttributeOfProjectVersionParams creates a new ReadAttributeOfProjectVersionParams object with the default values initialized.

func NewReadAttributeOfProjectVersionParamsWithContext

func NewReadAttributeOfProjectVersionParamsWithContext(ctx context.Context) *ReadAttributeOfProjectVersionParams

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

func NewReadAttributeOfProjectVersionParamsWithHTTPClient

func NewReadAttributeOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadAttributeOfProjectVersionParams

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

func NewReadAttributeOfProjectVersionParamsWithTimeout

func NewReadAttributeOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadAttributeOfProjectVersionParams

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

func (*ReadAttributeOfProjectVersionParams) SetContext

SetContext adds the context to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) SetFields

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

SetFields adds the fields to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) SetID

SetID adds the id to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) SetParentID

func (o *ReadAttributeOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithContext

WithContext adds the context to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithFields

WithFields adds the fields to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithID

WithID adds the id to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read attribute of project version params

func (*ReadAttributeOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAttributeOfProjectVersionReader

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

ReadAttributeOfProjectVersionReader is a Reader for the ReadAttributeOfProjectVersion structure.

func (*ReadAttributeOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadAttributeOfProjectVersionUnauthorized

type ReadAttributeOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadAttributeOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadAttributeOfProjectVersionUnauthorized

func NewReadAttributeOfProjectVersionUnauthorized() *ReadAttributeOfProjectVersionUnauthorized

NewReadAttributeOfProjectVersionUnauthorized creates a ReadAttributeOfProjectVersionUnauthorized with default headers values

func (*ReadAttributeOfProjectVersionUnauthorized) Error

func (*ReadAttributeOfProjectVersionUnauthorized) GetPayload

type UpdateCollectionAttributeOfProjectVersionBadRequest

type UpdateCollectionAttributeOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCollectionAttributeOfProjectVersionBadRequest

func NewUpdateCollectionAttributeOfProjectVersionBadRequest() *UpdateCollectionAttributeOfProjectVersionBadRequest

NewUpdateCollectionAttributeOfProjectVersionBadRequest creates a UpdateCollectionAttributeOfProjectVersionBadRequest with default headers values

func (*UpdateCollectionAttributeOfProjectVersionBadRequest) Error

func (*UpdateCollectionAttributeOfProjectVersionBadRequest) GetPayload

type UpdateCollectionAttributeOfProjectVersionConflict

type UpdateCollectionAttributeOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCollectionAttributeOfProjectVersionConflict

func NewUpdateCollectionAttributeOfProjectVersionConflict() *UpdateCollectionAttributeOfProjectVersionConflict

NewUpdateCollectionAttributeOfProjectVersionConflict creates a UpdateCollectionAttributeOfProjectVersionConflict with default headers values

func (*UpdateCollectionAttributeOfProjectVersionConflict) Error

func (*UpdateCollectionAttributeOfProjectVersionConflict) GetPayload

type UpdateCollectionAttributeOfProjectVersionForbidden

type UpdateCollectionAttributeOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCollectionAttributeOfProjectVersionForbidden

func NewUpdateCollectionAttributeOfProjectVersionForbidden() *UpdateCollectionAttributeOfProjectVersionForbidden

NewUpdateCollectionAttributeOfProjectVersionForbidden creates a UpdateCollectionAttributeOfProjectVersionForbidden with default headers values

func (*UpdateCollectionAttributeOfProjectVersionForbidden) Error

func (*UpdateCollectionAttributeOfProjectVersionForbidden) GetPayload

type UpdateCollectionAttributeOfProjectVersionInternalServerError

type UpdateCollectionAttributeOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCollectionAttributeOfProjectVersionInternalServerError

func NewUpdateCollectionAttributeOfProjectVersionInternalServerError() *UpdateCollectionAttributeOfProjectVersionInternalServerError

NewUpdateCollectionAttributeOfProjectVersionInternalServerError creates a UpdateCollectionAttributeOfProjectVersionInternalServerError with default headers values

func (*UpdateCollectionAttributeOfProjectVersionInternalServerError) Error

func (*UpdateCollectionAttributeOfProjectVersionInternalServerError) GetPayload

type UpdateCollectionAttributeOfProjectVersionNotFound

type UpdateCollectionAttributeOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCollectionAttributeOfProjectVersionNotFound

func NewUpdateCollectionAttributeOfProjectVersionNotFound() *UpdateCollectionAttributeOfProjectVersionNotFound

NewUpdateCollectionAttributeOfProjectVersionNotFound creates a UpdateCollectionAttributeOfProjectVersionNotFound with default headers values

func (*UpdateCollectionAttributeOfProjectVersionNotFound) Error

func (*UpdateCollectionAttributeOfProjectVersionNotFound) GetPayload

type UpdateCollectionAttributeOfProjectVersionOK

type UpdateCollectionAttributeOfProjectVersionOK struct {
	Payload *models.APIResultListAttribute
}

UpdateCollectionAttributeOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCollectionAttributeOfProjectVersionOK

func NewUpdateCollectionAttributeOfProjectVersionOK() *UpdateCollectionAttributeOfProjectVersionOK

NewUpdateCollectionAttributeOfProjectVersionOK creates a UpdateCollectionAttributeOfProjectVersionOK with default headers values

func (*UpdateCollectionAttributeOfProjectVersionOK) Error

func (*UpdateCollectionAttributeOfProjectVersionOK) GetPayload

type UpdateCollectionAttributeOfProjectVersionParams

type UpdateCollectionAttributeOfProjectVersionParams struct {

	/*Data
	  data

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

	*/
	ParentID int64

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

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

func NewUpdateCollectionAttributeOfProjectVersionParams

func NewUpdateCollectionAttributeOfProjectVersionParams() *UpdateCollectionAttributeOfProjectVersionParams

NewUpdateCollectionAttributeOfProjectVersionParams creates a new UpdateCollectionAttributeOfProjectVersionParams object with the default values initialized.

func NewUpdateCollectionAttributeOfProjectVersionParamsWithContext

func NewUpdateCollectionAttributeOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCollectionAttributeOfProjectVersionParams

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

func NewUpdateCollectionAttributeOfProjectVersionParamsWithHTTPClient

func NewUpdateCollectionAttributeOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCollectionAttributeOfProjectVersionParams

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

func NewUpdateCollectionAttributeOfProjectVersionParamsWithTimeout

func NewUpdateCollectionAttributeOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCollectionAttributeOfProjectVersionParams

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

func (*UpdateCollectionAttributeOfProjectVersionParams) SetContext

SetContext adds the context to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) SetData

SetData adds the data to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) SetParentID

func (o *UpdateCollectionAttributeOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WithContext

WithContext adds the context to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WithData

WithData adds the data to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update collection attribute of project version params

func (*UpdateCollectionAttributeOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCollectionAttributeOfProjectVersionReader

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

UpdateCollectionAttributeOfProjectVersionReader is a Reader for the UpdateCollectionAttributeOfProjectVersion structure.

func (*UpdateCollectionAttributeOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCollectionAttributeOfProjectVersionUnauthorized

type UpdateCollectionAttributeOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCollectionAttributeOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCollectionAttributeOfProjectVersionUnauthorized

func NewUpdateCollectionAttributeOfProjectVersionUnauthorized() *UpdateCollectionAttributeOfProjectVersionUnauthorized

NewUpdateCollectionAttributeOfProjectVersionUnauthorized creates a UpdateCollectionAttributeOfProjectVersionUnauthorized with default headers values

func (*UpdateCollectionAttributeOfProjectVersionUnauthorized) Error

func (*UpdateCollectionAttributeOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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