auth_entity_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 auth entity of project version controller API

func (*Client) ListAuthEntityOfProjectVersion

func (a *Client) ListAuthEntityOfProjectVersion(params *ListAuthEntityOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAuthEntityOfProjectVersionOK, error)

ListAuthEntityOfProjectVersion lists

func (*Client) ReadAuthEntityOfProjectVersion

func (a *Client) ReadAuthEntityOfProjectVersion(params *ReadAuthEntityOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAuthEntityOfProjectVersionOK, error)

ReadAuthEntityOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCollectionAuthEntityOfProjectVersion

UpdateCollectionAuthEntityOfProjectVersion updates collection

type ClientService

type ClientService interface {
	ListAuthEntityOfProjectVersion(params *ListAuthEntityOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListAuthEntityOfProjectVersionOK, error)

	ReadAuthEntityOfProjectVersion(params *ReadAuthEntityOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadAuthEntityOfProjectVersionOK, error)

	UpdateCollectionAuthEntityOfProjectVersion(params *UpdateCollectionAuthEntityOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCollectionAuthEntityOfProjectVersionOK, 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 auth entity of project version controller API client.

type ListAuthEntityOfProjectVersionBadRequest

type ListAuthEntityOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListAuthEntityOfProjectVersionBadRequest

func NewListAuthEntityOfProjectVersionBadRequest() *ListAuthEntityOfProjectVersionBadRequest

NewListAuthEntityOfProjectVersionBadRequest creates a ListAuthEntityOfProjectVersionBadRequest with default headers values

func (*ListAuthEntityOfProjectVersionBadRequest) Error

func (*ListAuthEntityOfProjectVersionBadRequest) GetPayload

type ListAuthEntityOfProjectVersionConflict

type ListAuthEntityOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListAuthEntityOfProjectVersionConflict

func NewListAuthEntityOfProjectVersionConflict() *ListAuthEntityOfProjectVersionConflict

NewListAuthEntityOfProjectVersionConflict creates a ListAuthEntityOfProjectVersionConflict with default headers values

func (*ListAuthEntityOfProjectVersionConflict) Error

func (*ListAuthEntityOfProjectVersionConflict) GetPayload

type ListAuthEntityOfProjectVersionForbidden

type ListAuthEntityOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListAuthEntityOfProjectVersionForbidden

func NewListAuthEntityOfProjectVersionForbidden() *ListAuthEntityOfProjectVersionForbidden

NewListAuthEntityOfProjectVersionForbidden creates a ListAuthEntityOfProjectVersionForbidden with default headers values

func (*ListAuthEntityOfProjectVersionForbidden) Error

func (*ListAuthEntityOfProjectVersionForbidden) GetPayload

type ListAuthEntityOfProjectVersionInternalServerError

type ListAuthEntityOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListAuthEntityOfProjectVersionInternalServerError

func NewListAuthEntityOfProjectVersionInternalServerError() *ListAuthEntityOfProjectVersionInternalServerError

NewListAuthEntityOfProjectVersionInternalServerError creates a ListAuthEntityOfProjectVersionInternalServerError with default headers values

func (*ListAuthEntityOfProjectVersionInternalServerError) Error

func (*ListAuthEntityOfProjectVersionInternalServerError) GetPayload

type ListAuthEntityOfProjectVersionNotFound

type ListAuthEntityOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListAuthEntityOfProjectVersionNotFound

func NewListAuthEntityOfProjectVersionNotFound() *ListAuthEntityOfProjectVersionNotFound

NewListAuthEntityOfProjectVersionNotFound creates a ListAuthEntityOfProjectVersionNotFound with default headers values

func (*ListAuthEntityOfProjectVersionNotFound) Error

func (*ListAuthEntityOfProjectVersionNotFound) GetPayload

type ListAuthEntityOfProjectVersionOK

type ListAuthEntityOfProjectVersionOK struct {
	Payload *models.APIResultListAuthenticationEntity
}

ListAuthEntityOfProjectVersionOK handles this case with default header values.

OK

func NewListAuthEntityOfProjectVersionOK

func NewListAuthEntityOfProjectVersionOK() *ListAuthEntityOfProjectVersionOK

NewListAuthEntityOfProjectVersionOK creates a ListAuthEntityOfProjectVersionOK with default headers values

func (*ListAuthEntityOfProjectVersionOK) Error

func (*ListAuthEntityOfProjectVersionOK) GetPayload

type ListAuthEntityOfProjectVersionParams

type ListAuthEntityOfProjectVersionParams struct {

	/*Embed
	  Fields to embed

	*/
	Embed *string
	/*Entityname
	  entityname

	*/
	Entityname *string
	/*Extractusersfromgroups
	  extractusersfromgroups

	*/
	Extractusersfromgroups *bool
	/*Fields
	  Output fields

	*/
	Fields *string
	/*Includeuniversalaccessentities
	  includeuniversalaccessentities

	*/
	Includeuniversalaccessentities *bool
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewListAuthEntityOfProjectVersionParams

func NewListAuthEntityOfProjectVersionParams() *ListAuthEntityOfProjectVersionParams

NewListAuthEntityOfProjectVersionParams creates a new ListAuthEntityOfProjectVersionParams object with the default values initialized.

func NewListAuthEntityOfProjectVersionParamsWithContext

func NewListAuthEntityOfProjectVersionParamsWithContext(ctx context.Context) *ListAuthEntityOfProjectVersionParams

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

func NewListAuthEntityOfProjectVersionParamsWithHTTPClient

func NewListAuthEntityOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListAuthEntityOfProjectVersionParams

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

func NewListAuthEntityOfProjectVersionParamsWithTimeout

func NewListAuthEntityOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListAuthEntityOfProjectVersionParams

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

func (*ListAuthEntityOfProjectVersionParams) SetContext

SetContext adds the context to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetEmbed

func (o *ListAuthEntityOfProjectVersionParams) SetEmbed(embed *string)

SetEmbed adds the embed to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetEntityname

func (o *ListAuthEntityOfProjectVersionParams) SetEntityname(entityname *string)

SetEntityname adds the entityname to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetExtractusersfromgroups

func (o *ListAuthEntityOfProjectVersionParams) SetExtractusersfromgroups(extractusersfromgroups *bool)

SetExtractusersfromgroups adds the extractusersfromgroups to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetFields

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

SetFields adds the fields to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetIncludeuniversalaccessentities

func (o *ListAuthEntityOfProjectVersionParams) SetIncludeuniversalaccessentities(includeuniversalaccessentities *bool)

SetIncludeuniversalaccessentities adds the includeuniversalaccessentities to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetParentID

func (o *ListAuthEntityOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithContext

WithContext adds the context to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithEmbed

WithEmbed adds the embed to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithEntityname

WithEntityname adds the entityname to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithExtractusersfromgroups

func (o *ListAuthEntityOfProjectVersionParams) WithExtractusersfromgroups(extractusersfromgroups *bool) *ListAuthEntityOfProjectVersionParams

WithExtractusersfromgroups adds the extractusersfromgroups to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithFields

WithFields adds the fields to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithIncludeuniversalaccessentities

func (o *ListAuthEntityOfProjectVersionParams) WithIncludeuniversalaccessentities(includeuniversalaccessentities *bool) *ListAuthEntityOfProjectVersionParams

WithIncludeuniversalaccessentities adds the includeuniversalaccessentities to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list auth entity of project version params

func (*ListAuthEntityOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAuthEntityOfProjectVersionReader

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

ListAuthEntityOfProjectVersionReader is a Reader for the ListAuthEntityOfProjectVersion structure.

func (*ListAuthEntityOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAuthEntityOfProjectVersionUnauthorized

type ListAuthEntityOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListAuthEntityOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListAuthEntityOfProjectVersionUnauthorized

func NewListAuthEntityOfProjectVersionUnauthorized() *ListAuthEntityOfProjectVersionUnauthorized

NewListAuthEntityOfProjectVersionUnauthorized creates a ListAuthEntityOfProjectVersionUnauthorized with default headers values

func (*ListAuthEntityOfProjectVersionUnauthorized) Error

func (*ListAuthEntityOfProjectVersionUnauthorized) GetPayload

type ReadAuthEntityOfProjectVersionBadRequest

type ReadAuthEntityOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadAuthEntityOfProjectVersionBadRequest

func NewReadAuthEntityOfProjectVersionBadRequest() *ReadAuthEntityOfProjectVersionBadRequest

NewReadAuthEntityOfProjectVersionBadRequest creates a ReadAuthEntityOfProjectVersionBadRequest with default headers values

func (*ReadAuthEntityOfProjectVersionBadRequest) Error

func (*ReadAuthEntityOfProjectVersionBadRequest) GetPayload

type ReadAuthEntityOfProjectVersionConflict

type ReadAuthEntityOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadAuthEntityOfProjectVersionConflict

func NewReadAuthEntityOfProjectVersionConflict() *ReadAuthEntityOfProjectVersionConflict

NewReadAuthEntityOfProjectVersionConflict creates a ReadAuthEntityOfProjectVersionConflict with default headers values

func (*ReadAuthEntityOfProjectVersionConflict) Error

func (*ReadAuthEntityOfProjectVersionConflict) GetPayload

type ReadAuthEntityOfProjectVersionForbidden

type ReadAuthEntityOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadAuthEntityOfProjectVersionForbidden

func NewReadAuthEntityOfProjectVersionForbidden() *ReadAuthEntityOfProjectVersionForbidden

NewReadAuthEntityOfProjectVersionForbidden creates a ReadAuthEntityOfProjectVersionForbidden with default headers values

func (*ReadAuthEntityOfProjectVersionForbidden) Error

func (*ReadAuthEntityOfProjectVersionForbidden) GetPayload

type ReadAuthEntityOfProjectVersionInternalServerError

type ReadAuthEntityOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadAuthEntityOfProjectVersionInternalServerError

func NewReadAuthEntityOfProjectVersionInternalServerError() *ReadAuthEntityOfProjectVersionInternalServerError

NewReadAuthEntityOfProjectVersionInternalServerError creates a ReadAuthEntityOfProjectVersionInternalServerError with default headers values

func (*ReadAuthEntityOfProjectVersionInternalServerError) Error

func (*ReadAuthEntityOfProjectVersionInternalServerError) GetPayload

type ReadAuthEntityOfProjectVersionNotFound

type ReadAuthEntityOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadAuthEntityOfProjectVersionNotFound

func NewReadAuthEntityOfProjectVersionNotFound() *ReadAuthEntityOfProjectVersionNotFound

NewReadAuthEntityOfProjectVersionNotFound creates a ReadAuthEntityOfProjectVersionNotFound with default headers values

func (*ReadAuthEntityOfProjectVersionNotFound) Error

func (*ReadAuthEntityOfProjectVersionNotFound) GetPayload

type ReadAuthEntityOfProjectVersionOK

type ReadAuthEntityOfProjectVersionOK struct {
	Payload *models.APIResultAuthenticationEntity
}

ReadAuthEntityOfProjectVersionOK handles this case with default header values.

OK

func NewReadAuthEntityOfProjectVersionOK

func NewReadAuthEntityOfProjectVersionOK() *ReadAuthEntityOfProjectVersionOK

NewReadAuthEntityOfProjectVersionOK creates a ReadAuthEntityOfProjectVersionOK with default headers values

func (*ReadAuthEntityOfProjectVersionOK) Error

func (*ReadAuthEntityOfProjectVersionOK) GetPayload

type ReadAuthEntityOfProjectVersionParams

type ReadAuthEntityOfProjectVersionParams struct {

	/*Embed
	  Fields to embed

	*/
	Embed *string
	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewReadAuthEntityOfProjectVersionParams

func NewReadAuthEntityOfProjectVersionParams() *ReadAuthEntityOfProjectVersionParams

NewReadAuthEntityOfProjectVersionParams creates a new ReadAuthEntityOfProjectVersionParams object with the default values initialized.

func NewReadAuthEntityOfProjectVersionParamsWithContext

func NewReadAuthEntityOfProjectVersionParamsWithContext(ctx context.Context) *ReadAuthEntityOfProjectVersionParams

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

func NewReadAuthEntityOfProjectVersionParamsWithHTTPClient

func NewReadAuthEntityOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadAuthEntityOfProjectVersionParams

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

func NewReadAuthEntityOfProjectVersionParamsWithTimeout

func NewReadAuthEntityOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadAuthEntityOfProjectVersionParams

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

func (*ReadAuthEntityOfProjectVersionParams) SetContext

SetContext adds the context to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetEmbed

func (o *ReadAuthEntityOfProjectVersionParams) SetEmbed(embed *string)

SetEmbed adds the embed to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetFields

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

SetFields adds the fields to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetID

SetID adds the id to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetParentID

func (o *ReadAuthEntityOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithContext

WithContext adds the context to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithEmbed

WithEmbed adds the embed to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithFields

WithFields adds the fields to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithID

WithID adds the id to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read auth entity of project version params

func (*ReadAuthEntityOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadAuthEntityOfProjectVersionReader

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

ReadAuthEntityOfProjectVersionReader is a Reader for the ReadAuthEntityOfProjectVersion structure.

func (*ReadAuthEntityOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadAuthEntityOfProjectVersionUnauthorized

type ReadAuthEntityOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadAuthEntityOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadAuthEntityOfProjectVersionUnauthorized

func NewReadAuthEntityOfProjectVersionUnauthorized() *ReadAuthEntityOfProjectVersionUnauthorized

NewReadAuthEntityOfProjectVersionUnauthorized creates a ReadAuthEntityOfProjectVersionUnauthorized with default headers values

func (*ReadAuthEntityOfProjectVersionUnauthorized) Error

func (*ReadAuthEntityOfProjectVersionUnauthorized) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionBadRequest

type UpdateCollectionAuthEntityOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateCollectionAuthEntityOfProjectVersionBadRequest

func NewUpdateCollectionAuthEntityOfProjectVersionBadRequest() *UpdateCollectionAuthEntityOfProjectVersionBadRequest

NewUpdateCollectionAuthEntityOfProjectVersionBadRequest creates a UpdateCollectionAuthEntityOfProjectVersionBadRequest with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionBadRequest) Error

func (*UpdateCollectionAuthEntityOfProjectVersionBadRequest) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionConflict

type UpdateCollectionAuthEntityOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateCollectionAuthEntityOfProjectVersionConflict

func NewUpdateCollectionAuthEntityOfProjectVersionConflict() *UpdateCollectionAuthEntityOfProjectVersionConflict

NewUpdateCollectionAuthEntityOfProjectVersionConflict creates a UpdateCollectionAuthEntityOfProjectVersionConflict with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionConflict) Error

func (*UpdateCollectionAuthEntityOfProjectVersionConflict) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionForbidden

type UpdateCollectionAuthEntityOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateCollectionAuthEntityOfProjectVersionForbidden

func NewUpdateCollectionAuthEntityOfProjectVersionForbidden() *UpdateCollectionAuthEntityOfProjectVersionForbidden

NewUpdateCollectionAuthEntityOfProjectVersionForbidden creates a UpdateCollectionAuthEntityOfProjectVersionForbidden with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionForbidden) Error

func (*UpdateCollectionAuthEntityOfProjectVersionForbidden) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionInternalServerError

type UpdateCollectionAuthEntityOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCollectionAuthEntityOfProjectVersionInternalServerError

func NewUpdateCollectionAuthEntityOfProjectVersionInternalServerError() *UpdateCollectionAuthEntityOfProjectVersionInternalServerError

NewUpdateCollectionAuthEntityOfProjectVersionInternalServerError creates a UpdateCollectionAuthEntityOfProjectVersionInternalServerError with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionInternalServerError) Error

func (*UpdateCollectionAuthEntityOfProjectVersionInternalServerError) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionNotFound

type UpdateCollectionAuthEntityOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateCollectionAuthEntityOfProjectVersionNotFound

func NewUpdateCollectionAuthEntityOfProjectVersionNotFound() *UpdateCollectionAuthEntityOfProjectVersionNotFound

NewUpdateCollectionAuthEntityOfProjectVersionNotFound creates a UpdateCollectionAuthEntityOfProjectVersionNotFound with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionNotFound) Error

func (*UpdateCollectionAuthEntityOfProjectVersionNotFound) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionOK

type UpdateCollectionAuthEntityOfProjectVersionOK struct {
	Payload *models.APIResultListAuthenticationEntity
}

UpdateCollectionAuthEntityOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateCollectionAuthEntityOfProjectVersionOK

func NewUpdateCollectionAuthEntityOfProjectVersionOK() *UpdateCollectionAuthEntityOfProjectVersionOK

NewUpdateCollectionAuthEntityOfProjectVersionOK creates a UpdateCollectionAuthEntityOfProjectVersionOK with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionOK) Error

func (*UpdateCollectionAuthEntityOfProjectVersionOK) GetPayload

type UpdateCollectionAuthEntityOfProjectVersionParams

type UpdateCollectionAuthEntityOfProjectVersionParams struct {

	/*Data
	  data

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

	*/
	ParentID int64

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

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

func NewUpdateCollectionAuthEntityOfProjectVersionParams

func NewUpdateCollectionAuthEntityOfProjectVersionParams() *UpdateCollectionAuthEntityOfProjectVersionParams

NewUpdateCollectionAuthEntityOfProjectVersionParams creates a new UpdateCollectionAuthEntityOfProjectVersionParams object with the default values initialized.

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithContext

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithContext(ctx context.Context) *UpdateCollectionAuthEntityOfProjectVersionParams

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

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithHTTPClient

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateCollectionAuthEntityOfProjectVersionParams

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

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithTimeout

func NewUpdateCollectionAuthEntityOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateCollectionAuthEntityOfProjectVersionParams

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

func (*UpdateCollectionAuthEntityOfProjectVersionParams) SetContext

SetContext adds the context to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) SetData

SetData adds the data to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WithContext

WithContext adds the context to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WithData

WithData adds the data to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update collection auth entity of project version params

func (*UpdateCollectionAuthEntityOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCollectionAuthEntityOfProjectVersionReader

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

UpdateCollectionAuthEntityOfProjectVersionReader is a Reader for the UpdateCollectionAuthEntityOfProjectVersion structure.

func (*UpdateCollectionAuthEntityOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCollectionAuthEntityOfProjectVersionUnauthorized

type UpdateCollectionAuthEntityOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateCollectionAuthEntityOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCollectionAuthEntityOfProjectVersionUnauthorized

func NewUpdateCollectionAuthEntityOfProjectVersionUnauthorized() *UpdateCollectionAuthEntityOfProjectVersionUnauthorized

NewUpdateCollectionAuthEntityOfProjectVersionUnauthorized creates a UpdateCollectionAuthEntityOfProjectVersionUnauthorized with default headers values

func (*UpdateCollectionAuthEntityOfProjectVersionUnauthorized) Error

func (*UpdateCollectionAuthEntityOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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