project_version_of_auth_entity_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 AssignProjectVersionOfAuthEntityBadRequest

type AssignProjectVersionOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewAssignProjectVersionOfAuthEntityBadRequest

func NewAssignProjectVersionOfAuthEntityBadRequest() *AssignProjectVersionOfAuthEntityBadRequest

NewAssignProjectVersionOfAuthEntityBadRequest creates a AssignProjectVersionOfAuthEntityBadRequest with default headers values

func (*AssignProjectVersionOfAuthEntityBadRequest) Error

func (*AssignProjectVersionOfAuthEntityBadRequest) GetPayload

type AssignProjectVersionOfAuthEntityConflict

type AssignProjectVersionOfAuthEntityConflict struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityConflict handles this case with default header values.

Conflict

func NewAssignProjectVersionOfAuthEntityConflict

func NewAssignProjectVersionOfAuthEntityConflict() *AssignProjectVersionOfAuthEntityConflict

NewAssignProjectVersionOfAuthEntityConflict creates a AssignProjectVersionOfAuthEntityConflict with default headers values

func (*AssignProjectVersionOfAuthEntityConflict) Error

func (*AssignProjectVersionOfAuthEntityConflict) GetPayload

type AssignProjectVersionOfAuthEntityForbidden

type AssignProjectVersionOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewAssignProjectVersionOfAuthEntityForbidden

func NewAssignProjectVersionOfAuthEntityForbidden() *AssignProjectVersionOfAuthEntityForbidden

NewAssignProjectVersionOfAuthEntityForbidden creates a AssignProjectVersionOfAuthEntityForbidden with default headers values

func (*AssignProjectVersionOfAuthEntityForbidden) Error

func (*AssignProjectVersionOfAuthEntityForbidden) GetPayload

type AssignProjectVersionOfAuthEntityInternalServerError

type AssignProjectVersionOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewAssignProjectVersionOfAuthEntityInternalServerError

func NewAssignProjectVersionOfAuthEntityInternalServerError() *AssignProjectVersionOfAuthEntityInternalServerError

NewAssignProjectVersionOfAuthEntityInternalServerError creates a AssignProjectVersionOfAuthEntityInternalServerError with default headers values

func (*AssignProjectVersionOfAuthEntityInternalServerError) Error

func (*AssignProjectVersionOfAuthEntityInternalServerError) GetPayload

type AssignProjectVersionOfAuthEntityNotFound

type AssignProjectVersionOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewAssignProjectVersionOfAuthEntityNotFound

func NewAssignProjectVersionOfAuthEntityNotFound() *AssignProjectVersionOfAuthEntityNotFound

NewAssignProjectVersionOfAuthEntityNotFound creates a AssignProjectVersionOfAuthEntityNotFound with default headers values

func (*AssignProjectVersionOfAuthEntityNotFound) Error

func (*AssignProjectVersionOfAuthEntityNotFound) GetPayload

type AssignProjectVersionOfAuthEntityOK

type AssignProjectVersionOfAuthEntityOK struct {
	Payload *models.APIResultVoid
}

AssignProjectVersionOfAuthEntityOK handles this case with default header values.

OK

func NewAssignProjectVersionOfAuthEntityOK

func NewAssignProjectVersionOfAuthEntityOK() *AssignProjectVersionOfAuthEntityOK

NewAssignProjectVersionOfAuthEntityOK creates a AssignProjectVersionOfAuthEntityOK with default headers values

func (*AssignProjectVersionOfAuthEntityOK) Error

func (*AssignProjectVersionOfAuthEntityOK) GetPayload

type AssignProjectVersionOfAuthEntityParams

type AssignProjectVersionOfAuthEntityParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.ProjectVersionAuthEntityAssignRequest

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

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

func NewAssignProjectVersionOfAuthEntityParams

func NewAssignProjectVersionOfAuthEntityParams() *AssignProjectVersionOfAuthEntityParams

NewAssignProjectVersionOfAuthEntityParams creates a new AssignProjectVersionOfAuthEntityParams object with the default values initialized.

func NewAssignProjectVersionOfAuthEntityParamsWithContext

func NewAssignProjectVersionOfAuthEntityParamsWithContext(ctx context.Context) *AssignProjectVersionOfAuthEntityParams

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

func NewAssignProjectVersionOfAuthEntityParamsWithHTTPClient

func NewAssignProjectVersionOfAuthEntityParamsWithHTTPClient(client *http.Client) *AssignProjectVersionOfAuthEntityParams

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

func NewAssignProjectVersionOfAuthEntityParamsWithTimeout

func NewAssignProjectVersionOfAuthEntityParamsWithTimeout(timeout time.Duration) *AssignProjectVersionOfAuthEntityParams

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

func (*AssignProjectVersionOfAuthEntityParams) SetContext

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

func (*AssignProjectVersionOfAuthEntityParams) SetHTTPClient

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

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

func (*AssignProjectVersionOfAuthEntityParams) SetParentID

func (o *AssignProjectVersionOfAuthEntityParams) SetParentID(parentID int64)

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

func (*AssignProjectVersionOfAuthEntityParams) SetResource

SetResource adds the resource to the assign project version of auth entity params

func (*AssignProjectVersionOfAuthEntityParams) SetTimeout

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

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

func (*AssignProjectVersionOfAuthEntityParams) WithContext

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

func (*AssignProjectVersionOfAuthEntityParams) WithHTTPClient

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

func (*AssignProjectVersionOfAuthEntityParams) WithParentID

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

func (*AssignProjectVersionOfAuthEntityParams) WithResource

WithResource adds the resource to the assign project version of auth entity params

func (*AssignProjectVersionOfAuthEntityParams) WithTimeout

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

func (*AssignProjectVersionOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignProjectVersionOfAuthEntityReader

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

AssignProjectVersionOfAuthEntityReader is a Reader for the AssignProjectVersionOfAuthEntity structure.

func (*AssignProjectVersionOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignProjectVersionOfAuthEntityUnauthorized

type AssignProjectVersionOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

AssignProjectVersionOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewAssignProjectVersionOfAuthEntityUnauthorized

func NewAssignProjectVersionOfAuthEntityUnauthorized() *AssignProjectVersionOfAuthEntityUnauthorized

NewAssignProjectVersionOfAuthEntityUnauthorized creates a AssignProjectVersionOfAuthEntityUnauthorized with default headers values

func (*AssignProjectVersionOfAuthEntityUnauthorized) Error

func (*AssignProjectVersionOfAuthEntityUnauthorized) GetPayload

type Client

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

Client for project version of auth entity controller API

func (*Client) AssignProjectVersionOfAuthEntity

AssignProjectVersionOfAuthEntity associates the specified application versions to the authentication entity

func (*Client) ListProjectVersionOfAuthEntity

func (a *Client) ListProjectVersionOfAuthEntity(params *ListProjectVersionOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfAuthEntityOK, error)

ListProjectVersionOfAuthEntity lists

func (*Client) MultiDeleteProjectVersionOfAuthEntity

MultiDeleteProjectVersionOfAuthEntity multis delete

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateProjectVersionOfAuthEntity

UpdateProjectVersionOfAuthEntity updates

type ClientService

type ClientService interface {
	AssignProjectVersionOfAuthEntity(params *AssignProjectVersionOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*AssignProjectVersionOfAuthEntityOK, error)

	ListProjectVersionOfAuthEntity(params *ListProjectVersionOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfAuthEntityOK, error)

	MultiDeleteProjectVersionOfAuthEntity(params *MultiDeleteProjectVersionOfAuthEntityParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteProjectVersionOfAuthEntityOK, error)

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

type ListProjectVersionOfAuthEntityBadRequest

type ListProjectVersionOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewListProjectVersionOfAuthEntityBadRequest

func NewListProjectVersionOfAuthEntityBadRequest() *ListProjectVersionOfAuthEntityBadRequest

NewListProjectVersionOfAuthEntityBadRequest creates a ListProjectVersionOfAuthEntityBadRequest with default headers values

func (*ListProjectVersionOfAuthEntityBadRequest) Error

func (*ListProjectVersionOfAuthEntityBadRequest) GetPayload

type ListProjectVersionOfAuthEntityConflict

type ListProjectVersionOfAuthEntityConflict struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityConflict handles this case with default header values.

Conflict

func NewListProjectVersionOfAuthEntityConflict

func NewListProjectVersionOfAuthEntityConflict() *ListProjectVersionOfAuthEntityConflict

NewListProjectVersionOfAuthEntityConflict creates a ListProjectVersionOfAuthEntityConflict with default headers values

func (*ListProjectVersionOfAuthEntityConflict) Error

func (*ListProjectVersionOfAuthEntityConflict) GetPayload

type ListProjectVersionOfAuthEntityForbidden

type ListProjectVersionOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewListProjectVersionOfAuthEntityForbidden

func NewListProjectVersionOfAuthEntityForbidden() *ListProjectVersionOfAuthEntityForbidden

NewListProjectVersionOfAuthEntityForbidden creates a ListProjectVersionOfAuthEntityForbidden with default headers values

func (*ListProjectVersionOfAuthEntityForbidden) Error

func (*ListProjectVersionOfAuthEntityForbidden) GetPayload

type ListProjectVersionOfAuthEntityInternalServerError

type ListProjectVersionOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewListProjectVersionOfAuthEntityInternalServerError

func NewListProjectVersionOfAuthEntityInternalServerError() *ListProjectVersionOfAuthEntityInternalServerError

NewListProjectVersionOfAuthEntityInternalServerError creates a ListProjectVersionOfAuthEntityInternalServerError with default headers values

func (*ListProjectVersionOfAuthEntityInternalServerError) Error

func (*ListProjectVersionOfAuthEntityInternalServerError) GetPayload

type ListProjectVersionOfAuthEntityNotFound

type ListProjectVersionOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewListProjectVersionOfAuthEntityNotFound

func NewListProjectVersionOfAuthEntityNotFound() *ListProjectVersionOfAuthEntityNotFound

NewListProjectVersionOfAuthEntityNotFound creates a ListProjectVersionOfAuthEntityNotFound with default headers values

func (*ListProjectVersionOfAuthEntityNotFound) Error

func (*ListProjectVersionOfAuthEntityNotFound) GetPayload

type ListProjectVersionOfAuthEntityOK

type ListProjectVersionOfAuthEntityOK struct {
	Payload *models.APIResultListProjectVersion
}

ListProjectVersionOfAuthEntityOK handles this case with default header values.

OK

func NewListProjectVersionOfAuthEntityOK

func NewListProjectVersionOfAuthEntityOK() *ListProjectVersionOfAuthEntityOK

NewListProjectVersionOfAuthEntityOK creates a ListProjectVersionOfAuthEntityOK with default headers values

func (*ListProjectVersionOfAuthEntityOK) Error

func (*ListProjectVersionOfAuthEntityOK) GetPayload

type ListProjectVersionOfAuthEntityParams

type ListProjectVersionOfAuthEntityParams struct {

	/*Fields
	  Output fields

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

	*/
	Limit *int32
	/*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
}

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

func NewListProjectVersionOfAuthEntityParams

func NewListProjectVersionOfAuthEntityParams() *ListProjectVersionOfAuthEntityParams

NewListProjectVersionOfAuthEntityParams creates a new ListProjectVersionOfAuthEntityParams object with the default values initialized.

func NewListProjectVersionOfAuthEntityParamsWithContext

func NewListProjectVersionOfAuthEntityParamsWithContext(ctx context.Context) *ListProjectVersionOfAuthEntityParams

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

func NewListProjectVersionOfAuthEntityParamsWithHTTPClient

func NewListProjectVersionOfAuthEntityParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfAuthEntityParams

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

func NewListProjectVersionOfAuthEntityParamsWithTimeout

func NewListProjectVersionOfAuthEntityParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfAuthEntityParams

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

func (*ListProjectVersionOfAuthEntityParams) SetContext

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

func (*ListProjectVersionOfAuthEntityParams) SetFields

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

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

func (*ListProjectVersionOfAuthEntityParams) SetHTTPClient

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

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

func (*ListProjectVersionOfAuthEntityParams) SetLimit

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

SetLimit adds the limit to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) SetParentID

func (o *ListProjectVersionOfAuthEntityParams) SetParentID(parentID int64)

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

func (*ListProjectVersionOfAuthEntityParams) SetQ

SetQ adds the q to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) SetStart

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

SetStart adds the start to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) SetTimeout

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

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

func (*ListProjectVersionOfAuthEntityParams) WithContext

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

func (*ListProjectVersionOfAuthEntityParams) WithFields

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

func (*ListProjectVersionOfAuthEntityParams) WithHTTPClient

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

func (*ListProjectVersionOfAuthEntityParams) WithLimit

WithLimit adds the limit to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) WithParentID

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

func (*ListProjectVersionOfAuthEntityParams) WithQ

WithQ adds the q to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) WithStart

WithStart adds the start to the list project version of auth entity params

func (*ListProjectVersionOfAuthEntityParams) WithTimeout

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

func (*ListProjectVersionOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectVersionOfAuthEntityReader

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

ListProjectVersionOfAuthEntityReader is a Reader for the ListProjectVersionOfAuthEntity structure.

func (*ListProjectVersionOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectVersionOfAuthEntityUnauthorized

type ListProjectVersionOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

ListProjectVersionOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewListProjectVersionOfAuthEntityUnauthorized

func NewListProjectVersionOfAuthEntityUnauthorized() *ListProjectVersionOfAuthEntityUnauthorized

NewListProjectVersionOfAuthEntityUnauthorized creates a ListProjectVersionOfAuthEntityUnauthorized with default headers values

func (*ListProjectVersionOfAuthEntityUnauthorized) Error

func (*ListProjectVersionOfAuthEntityUnauthorized) GetPayload

type MultiDeleteProjectVersionOfAuthEntityBadRequest

type MultiDeleteProjectVersionOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteProjectVersionOfAuthEntityBadRequest

func NewMultiDeleteProjectVersionOfAuthEntityBadRequest() *MultiDeleteProjectVersionOfAuthEntityBadRequest

NewMultiDeleteProjectVersionOfAuthEntityBadRequest creates a MultiDeleteProjectVersionOfAuthEntityBadRequest with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityBadRequest) Error

func (*MultiDeleteProjectVersionOfAuthEntityBadRequest) GetPayload

type MultiDeleteProjectVersionOfAuthEntityConflict

type MultiDeleteProjectVersionOfAuthEntityConflict struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityConflict handles this case with default header values.

Conflict

func NewMultiDeleteProjectVersionOfAuthEntityConflict

func NewMultiDeleteProjectVersionOfAuthEntityConflict() *MultiDeleteProjectVersionOfAuthEntityConflict

NewMultiDeleteProjectVersionOfAuthEntityConflict creates a MultiDeleteProjectVersionOfAuthEntityConflict with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityConflict) Error

func (*MultiDeleteProjectVersionOfAuthEntityConflict) GetPayload

type MultiDeleteProjectVersionOfAuthEntityForbidden

type MultiDeleteProjectVersionOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteProjectVersionOfAuthEntityForbidden

func NewMultiDeleteProjectVersionOfAuthEntityForbidden() *MultiDeleteProjectVersionOfAuthEntityForbidden

NewMultiDeleteProjectVersionOfAuthEntityForbidden creates a MultiDeleteProjectVersionOfAuthEntityForbidden with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityForbidden) Error

func (*MultiDeleteProjectVersionOfAuthEntityForbidden) GetPayload

type MultiDeleteProjectVersionOfAuthEntityInternalServerError

type MultiDeleteProjectVersionOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteProjectVersionOfAuthEntityInternalServerError

func NewMultiDeleteProjectVersionOfAuthEntityInternalServerError() *MultiDeleteProjectVersionOfAuthEntityInternalServerError

NewMultiDeleteProjectVersionOfAuthEntityInternalServerError creates a MultiDeleteProjectVersionOfAuthEntityInternalServerError with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityInternalServerError) Error

func (*MultiDeleteProjectVersionOfAuthEntityInternalServerError) GetPayload

type MultiDeleteProjectVersionOfAuthEntityNotFound

type MultiDeleteProjectVersionOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewMultiDeleteProjectVersionOfAuthEntityNotFound

func NewMultiDeleteProjectVersionOfAuthEntityNotFound() *MultiDeleteProjectVersionOfAuthEntityNotFound

NewMultiDeleteProjectVersionOfAuthEntityNotFound creates a MultiDeleteProjectVersionOfAuthEntityNotFound with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityNotFound) Error

func (*MultiDeleteProjectVersionOfAuthEntityNotFound) GetPayload

type MultiDeleteProjectVersionOfAuthEntityOK

type MultiDeleteProjectVersionOfAuthEntityOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteProjectVersionOfAuthEntityOK handles this case with default header values.

OK

func NewMultiDeleteProjectVersionOfAuthEntityOK

func NewMultiDeleteProjectVersionOfAuthEntityOK() *MultiDeleteProjectVersionOfAuthEntityOK

NewMultiDeleteProjectVersionOfAuthEntityOK creates a MultiDeleteProjectVersionOfAuthEntityOK with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityOK) Error

func (*MultiDeleteProjectVersionOfAuthEntityOK) GetPayload

type MultiDeleteProjectVersionOfAuthEntityParams

type MultiDeleteProjectVersionOfAuthEntityParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewMultiDeleteProjectVersionOfAuthEntityParams

func NewMultiDeleteProjectVersionOfAuthEntityParams() *MultiDeleteProjectVersionOfAuthEntityParams

NewMultiDeleteProjectVersionOfAuthEntityParams creates a new MultiDeleteProjectVersionOfAuthEntityParams object with the default values initialized.

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithContext

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithContext(ctx context.Context) *MultiDeleteProjectVersionOfAuthEntityParams

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

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithHTTPClient

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithHTTPClient(client *http.Client) *MultiDeleteProjectVersionOfAuthEntityParams

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

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithTimeout

func NewMultiDeleteProjectVersionOfAuthEntityParamsWithTimeout(timeout time.Duration) *MultiDeleteProjectVersionOfAuthEntityParams

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

func (*MultiDeleteProjectVersionOfAuthEntityParams) SetContext

SetContext adds the context to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) SetIds

SetIds adds the ids to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) SetParentID

func (o *MultiDeleteProjectVersionOfAuthEntityParams) SetParentID(parentID int64)

SetParentID adds the parentId to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) SetTimeout

SetTimeout adds the timeout to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WithContext

WithContext adds the context to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WithIds

WithIds adds the ids to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WithParentID

WithParentID adds the parentID to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WithTimeout

WithTimeout adds the timeout to the multi delete project version of auth entity params

func (*MultiDeleteProjectVersionOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteProjectVersionOfAuthEntityReader

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

MultiDeleteProjectVersionOfAuthEntityReader is a Reader for the MultiDeleteProjectVersionOfAuthEntity structure.

func (*MultiDeleteProjectVersionOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteProjectVersionOfAuthEntityUnauthorized

type MultiDeleteProjectVersionOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteProjectVersionOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteProjectVersionOfAuthEntityUnauthorized

func NewMultiDeleteProjectVersionOfAuthEntityUnauthorized() *MultiDeleteProjectVersionOfAuthEntityUnauthorized

NewMultiDeleteProjectVersionOfAuthEntityUnauthorized creates a MultiDeleteProjectVersionOfAuthEntityUnauthorized with default headers values

func (*MultiDeleteProjectVersionOfAuthEntityUnauthorized) Error

func (*MultiDeleteProjectVersionOfAuthEntityUnauthorized) GetPayload

type UpdateProjectVersionOfAuthEntityBadRequest

type UpdateProjectVersionOfAuthEntityBadRequest struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityBadRequest handles this case with default header values.

Bad Request

func NewUpdateProjectVersionOfAuthEntityBadRequest

func NewUpdateProjectVersionOfAuthEntityBadRequest() *UpdateProjectVersionOfAuthEntityBadRequest

NewUpdateProjectVersionOfAuthEntityBadRequest creates a UpdateProjectVersionOfAuthEntityBadRequest with default headers values

func (*UpdateProjectVersionOfAuthEntityBadRequest) Error

func (*UpdateProjectVersionOfAuthEntityBadRequest) GetPayload

type UpdateProjectVersionOfAuthEntityConflict

type UpdateProjectVersionOfAuthEntityConflict struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityConflict handles this case with default header values.

Conflict

func NewUpdateProjectVersionOfAuthEntityConflict

func NewUpdateProjectVersionOfAuthEntityConflict() *UpdateProjectVersionOfAuthEntityConflict

NewUpdateProjectVersionOfAuthEntityConflict creates a UpdateProjectVersionOfAuthEntityConflict with default headers values

func (*UpdateProjectVersionOfAuthEntityConflict) Error

func (*UpdateProjectVersionOfAuthEntityConflict) GetPayload

type UpdateProjectVersionOfAuthEntityForbidden

type UpdateProjectVersionOfAuthEntityForbidden struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityForbidden handles this case with default header values.

Forbidden

func NewUpdateProjectVersionOfAuthEntityForbidden

func NewUpdateProjectVersionOfAuthEntityForbidden() *UpdateProjectVersionOfAuthEntityForbidden

NewUpdateProjectVersionOfAuthEntityForbidden creates a UpdateProjectVersionOfAuthEntityForbidden with default headers values

func (*UpdateProjectVersionOfAuthEntityForbidden) Error

func (*UpdateProjectVersionOfAuthEntityForbidden) GetPayload

type UpdateProjectVersionOfAuthEntityInternalServerError

type UpdateProjectVersionOfAuthEntityInternalServerError struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateProjectVersionOfAuthEntityInternalServerError

func NewUpdateProjectVersionOfAuthEntityInternalServerError() *UpdateProjectVersionOfAuthEntityInternalServerError

NewUpdateProjectVersionOfAuthEntityInternalServerError creates a UpdateProjectVersionOfAuthEntityInternalServerError with default headers values

func (*UpdateProjectVersionOfAuthEntityInternalServerError) Error

func (*UpdateProjectVersionOfAuthEntityInternalServerError) GetPayload

type UpdateProjectVersionOfAuthEntityNotFound

type UpdateProjectVersionOfAuthEntityNotFound struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityNotFound handles this case with default header values.

Not Found

func NewUpdateProjectVersionOfAuthEntityNotFound

func NewUpdateProjectVersionOfAuthEntityNotFound() *UpdateProjectVersionOfAuthEntityNotFound

NewUpdateProjectVersionOfAuthEntityNotFound creates a UpdateProjectVersionOfAuthEntityNotFound with default headers values

func (*UpdateProjectVersionOfAuthEntityNotFound) Error

func (*UpdateProjectVersionOfAuthEntityNotFound) GetPayload

type UpdateProjectVersionOfAuthEntityOK

type UpdateProjectVersionOfAuthEntityOK struct {
	Payload *models.APIResultListProjectVersion
}

UpdateProjectVersionOfAuthEntityOK handles this case with default header values.

OK

func NewUpdateProjectVersionOfAuthEntityOK

func NewUpdateProjectVersionOfAuthEntityOK() *UpdateProjectVersionOfAuthEntityOK

NewUpdateProjectVersionOfAuthEntityOK creates a UpdateProjectVersionOfAuthEntityOK with default headers values

func (*UpdateProjectVersionOfAuthEntityOK) Error

func (*UpdateProjectVersionOfAuthEntityOK) GetPayload

type UpdateProjectVersionOfAuthEntityParams

type UpdateProjectVersionOfAuthEntityParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resources
	  resources

	*/
	Resources []int64

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

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

func NewUpdateProjectVersionOfAuthEntityParams

func NewUpdateProjectVersionOfAuthEntityParams() *UpdateProjectVersionOfAuthEntityParams

NewUpdateProjectVersionOfAuthEntityParams creates a new UpdateProjectVersionOfAuthEntityParams object with the default values initialized.

func NewUpdateProjectVersionOfAuthEntityParamsWithContext

func NewUpdateProjectVersionOfAuthEntityParamsWithContext(ctx context.Context) *UpdateProjectVersionOfAuthEntityParams

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

func NewUpdateProjectVersionOfAuthEntityParamsWithHTTPClient

func NewUpdateProjectVersionOfAuthEntityParamsWithHTTPClient(client *http.Client) *UpdateProjectVersionOfAuthEntityParams

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

func NewUpdateProjectVersionOfAuthEntityParamsWithTimeout

func NewUpdateProjectVersionOfAuthEntityParamsWithTimeout(timeout time.Duration) *UpdateProjectVersionOfAuthEntityParams

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

func (*UpdateProjectVersionOfAuthEntityParams) SetContext

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

func (*UpdateProjectVersionOfAuthEntityParams) SetHTTPClient

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

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

func (*UpdateProjectVersionOfAuthEntityParams) SetParentID

func (o *UpdateProjectVersionOfAuthEntityParams) SetParentID(parentID int64)

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

func (*UpdateProjectVersionOfAuthEntityParams) SetResources

func (o *UpdateProjectVersionOfAuthEntityParams) SetResources(resources []int64)

SetResources adds the resources to the update project version of auth entity params

func (*UpdateProjectVersionOfAuthEntityParams) SetTimeout

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

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

func (*UpdateProjectVersionOfAuthEntityParams) WithContext

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

func (*UpdateProjectVersionOfAuthEntityParams) WithHTTPClient

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

func (*UpdateProjectVersionOfAuthEntityParams) WithParentID

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

func (*UpdateProjectVersionOfAuthEntityParams) WithResources

WithResources adds the resources to the update project version of auth entity params

func (*UpdateProjectVersionOfAuthEntityParams) WithTimeout

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

func (*UpdateProjectVersionOfAuthEntityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectVersionOfAuthEntityReader

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

UpdateProjectVersionOfAuthEntityReader is a Reader for the UpdateProjectVersionOfAuthEntity structure.

func (*UpdateProjectVersionOfAuthEntityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProjectVersionOfAuthEntityUnauthorized

type UpdateProjectVersionOfAuthEntityUnauthorized struct {
	Payload *models.APIResult
}

UpdateProjectVersionOfAuthEntityUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateProjectVersionOfAuthEntityUnauthorized

func NewUpdateProjectVersionOfAuthEntityUnauthorized() *UpdateProjectVersionOfAuthEntityUnauthorized

NewUpdateProjectVersionOfAuthEntityUnauthorized creates a UpdateProjectVersionOfAuthEntityUnauthorized with default headers values

func (*UpdateProjectVersionOfAuthEntityUnauthorized) Error

func (*UpdateProjectVersionOfAuthEntityUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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