dynamic_scan_request_of_project_version_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelDynamicScanRequestOfProjectVersionBadRequest

type CancelDynamicScanRequestOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCancelDynamicScanRequestOfProjectVersionBadRequest

func NewCancelDynamicScanRequestOfProjectVersionBadRequest() *CancelDynamicScanRequestOfProjectVersionBadRequest

NewCancelDynamicScanRequestOfProjectVersionBadRequest creates a CancelDynamicScanRequestOfProjectVersionBadRequest with default headers values

func (*CancelDynamicScanRequestOfProjectVersionBadRequest) Error

func (*CancelDynamicScanRequestOfProjectVersionBadRequest) GetPayload

type CancelDynamicScanRequestOfProjectVersionConflict

type CancelDynamicScanRequestOfProjectVersionConflict struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionConflict handles this case with default header values.

Conflict

func NewCancelDynamicScanRequestOfProjectVersionConflict

func NewCancelDynamicScanRequestOfProjectVersionConflict() *CancelDynamicScanRequestOfProjectVersionConflict

NewCancelDynamicScanRequestOfProjectVersionConflict creates a CancelDynamicScanRequestOfProjectVersionConflict with default headers values

func (*CancelDynamicScanRequestOfProjectVersionConflict) Error

func (*CancelDynamicScanRequestOfProjectVersionConflict) GetPayload

type CancelDynamicScanRequestOfProjectVersionForbidden

type CancelDynamicScanRequestOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCancelDynamicScanRequestOfProjectVersionForbidden

func NewCancelDynamicScanRequestOfProjectVersionForbidden() *CancelDynamicScanRequestOfProjectVersionForbidden

NewCancelDynamicScanRequestOfProjectVersionForbidden creates a CancelDynamicScanRequestOfProjectVersionForbidden with default headers values

func (*CancelDynamicScanRequestOfProjectVersionForbidden) Error

func (*CancelDynamicScanRequestOfProjectVersionForbidden) GetPayload

type CancelDynamicScanRequestOfProjectVersionInternalServerError

type CancelDynamicScanRequestOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCancelDynamicScanRequestOfProjectVersionInternalServerError

func NewCancelDynamicScanRequestOfProjectVersionInternalServerError() *CancelDynamicScanRequestOfProjectVersionInternalServerError

NewCancelDynamicScanRequestOfProjectVersionInternalServerError creates a CancelDynamicScanRequestOfProjectVersionInternalServerError with default headers values

func (*CancelDynamicScanRequestOfProjectVersionInternalServerError) Error

func (*CancelDynamicScanRequestOfProjectVersionInternalServerError) GetPayload

type CancelDynamicScanRequestOfProjectVersionNotFound

type CancelDynamicScanRequestOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewCancelDynamicScanRequestOfProjectVersionNotFound

func NewCancelDynamicScanRequestOfProjectVersionNotFound() *CancelDynamicScanRequestOfProjectVersionNotFound

NewCancelDynamicScanRequestOfProjectVersionNotFound creates a CancelDynamicScanRequestOfProjectVersionNotFound with default headers values

func (*CancelDynamicScanRequestOfProjectVersionNotFound) Error

func (*CancelDynamicScanRequestOfProjectVersionNotFound) GetPayload

type CancelDynamicScanRequestOfProjectVersionOK

type CancelDynamicScanRequestOfProjectVersionOK struct {
	Payload *models.APIResultVoid
}

CancelDynamicScanRequestOfProjectVersionOK handles this case with default header values.

OK

func NewCancelDynamicScanRequestOfProjectVersionOK

func NewCancelDynamicScanRequestOfProjectVersionOK() *CancelDynamicScanRequestOfProjectVersionOK

NewCancelDynamicScanRequestOfProjectVersionOK creates a CancelDynamicScanRequestOfProjectVersionOK with default headers values

func (*CancelDynamicScanRequestOfProjectVersionOK) Error

func (*CancelDynamicScanRequestOfProjectVersionOK) GetPayload

type CancelDynamicScanRequestOfProjectVersionParams

type CancelDynamicScanRequestOfProjectVersionParams struct {

	/*Resource
	  resource

	*/
	Resource *models.DynamicScanCancelRequest

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

CancelDynamicScanRequestOfProjectVersionParams contains all the parameters to send to the API endpoint for the cancel dynamic scan request of project version operation typically these are written to a http.Request

func NewCancelDynamicScanRequestOfProjectVersionParams

func NewCancelDynamicScanRequestOfProjectVersionParams() *CancelDynamicScanRequestOfProjectVersionParams

NewCancelDynamicScanRequestOfProjectVersionParams creates a new CancelDynamicScanRequestOfProjectVersionParams object with the default values initialized.

func NewCancelDynamicScanRequestOfProjectVersionParamsWithContext

func NewCancelDynamicScanRequestOfProjectVersionParamsWithContext(ctx context.Context) *CancelDynamicScanRequestOfProjectVersionParams

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

func NewCancelDynamicScanRequestOfProjectVersionParamsWithHTTPClient

func NewCancelDynamicScanRequestOfProjectVersionParamsWithHTTPClient(client *http.Client) *CancelDynamicScanRequestOfProjectVersionParams

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

func NewCancelDynamicScanRequestOfProjectVersionParamsWithTimeout

func NewCancelDynamicScanRequestOfProjectVersionParamsWithTimeout(timeout time.Duration) *CancelDynamicScanRequestOfProjectVersionParams

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

func (*CancelDynamicScanRequestOfProjectVersionParams) SetContext

SetContext adds the context to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) SetResource

SetResource adds the resource to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) WithContext

WithContext adds the context to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) WithResource

WithResource adds the resource to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the cancel dynamic scan request of project version params

func (*CancelDynamicScanRequestOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelDynamicScanRequestOfProjectVersionReader

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

CancelDynamicScanRequestOfProjectVersionReader is a Reader for the CancelDynamicScanRequestOfProjectVersion structure.

func (*CancelDynamicScanRequestOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelDynamicScanRequestOfProjectVersionUnauthorized

type CancelDynamicScanRequestOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CancelDynamicScanRequestOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCancelDynamicScanRequestOfProjectVersionUnauthorized

func NewCancelDynamicScanRequestOfProjectVersionUnauthorized() *CancelDynamicScanRequestOfProjectVersionUnauthorized

NewCancelDynamicScanRequestOfProjectVersionUnauthorized creates a CancelDynamicScanRequestOfProjectVersionUnauthorized with default headers values

func (*CancelDynamicScanRequestOfProjectVersionUnauthorized) Error

func (*CancelDynamicScanRequestOfProjectVersionUnauthorized) GetPayload

type Client

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

Client for dynamic scan request of project version controller API

func (*Client) CancelDynamicScanRequestOfProjectVersion

CancelDynamicScanRequestOfProjectVersion cancels a dynamic scan request

func (*Client) CreateDynamicScanRequestOfProjectVersion

CreateDynamicScanRequestOfProjectVersion creates

func (*Client) ListDynamicScanRequestOfProjectVersion

ListDynamicScanRequestOfProjectVersion lists

func (*Client) ReadDynamicScanRequestOfProjectVersion

ReadDynamicScanRequestOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDynamicScanRequestOfProjectVersion

UpdateDynamicScanRequestOfProjectVersion updates

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new dynamic scan request of project version controller API client.

type CreateDynamicScanRequestOfProjectVersionBadRequest

type CreateDynamicScanRequestOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewCreateDynamicScanRequestOfProjectVersionBadRequest

func NewCreateDynamicScanRequestOfProjectVersionBadRequest() *CreateDynamicScanRequestOfProjectVersionBadRequest

NewCreateDynamicScanRequestOfProjectVersionBadRequest creates a CreateDynamicScanRequestOfProjectVersionBadRequest with default headers values

func (*CreateDynamicScanRequestOfProjectVersionBadRequest) Error

func (*CreateDynamicScanRequestOfProjectVersionBadRequest) GetPayload

type CreateDynamicScanRequestOfProjectVersionConflict

type CreateDynamicScanRequestOfProjectVersionConflict struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionConflict handles this case with default header values.

Conflict

func NewCreateDynamicScanRequestOfProjectVersionConflict

func NewCreateDynamicScanRequestOfProjectVersionConflict() *CreateDynamicScanRequestOfProjectVersionConflict

NewCreateDynamicScanRequestOfProjectVersionConflict creates a CreateDynamicScanRequestOfProjectVersionConflict with default headers values

func (*CreateDynamicScanRequestOfProjectVersionConflict) Error

func (*CreateDynamicScanRequestOfProjectVersionConflict) GetPayload

type CreateDynamicScanRequestOfProjectVersionCreated

type CreateDynamicScanRequestOfProjectVersionCreated struct {
	Payload *models.APIResultDynamicScanRequest
}

CreateDynamicScanRequestOfProjectVersionCreated handles this case with default header values.

Created

func NewCreateDynamicScanRequestOfProjectVersionCreated

func NewCreateDynamicScanRequestOfProjectVersionCreated() *CreateDynamicScanRequestOfProjectVersionCreated

NewCreateDynamicScanRequestOfProjectVersionCreated creates a CreateDynamicScanRequestOfProjectVersionCreated with default headers values

func (*CreateDynamicScanRequestOfProjectVersionCreated) Error

func (*CreateDynamicScanRequestOfProjectVersionCreated) GetPayload

type CreateDynamicScanRequestOfProjectVersionForbidden

type CreateDynamicScanRequestOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewCreateDynamicScanRequestOfProjectVersionForbidden

func NewCreateDynamicScanRequestOfProjectVersionForbidden() *CreateDynamicScanRequestOfProjectVersionForbidden

NewCreateDynamicScanRequestOfProjectVersionForbidden creates a CreateDynamicScanRequestOfProjectVersionForbidden with default headers values

func (*CreateDynamicScanRequestOfProjectVersionForbidden) Error

func (*CreateDynamicScanRequestOfProjectVersionForbidden) GetPayload

type CreateDynamicScanRequestOfProjectVersionInternalServerError

type CreateDynamicScanRequestOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateDynamicScanRequestOfProjectVersionInternalServerError

func NewCreateDynamicScanRequestOfProjectVersionInternalServerError() *CreateDynamicScanRequestOfProjectVersionInternalServerError

NewCreateDynamicScanRequestOfProjectVersionInternalServerError creates a CreateDynamicScanRequestOfProjectVersionInternalServerError with default headers values

func (*CreateDynamicScanRequestOfProjectVersionInternalServerError) Error

func (*CreateDynamicScanRequestOfProjectVersionInternalServerError) GetPayload

type CreateDynamicScanRequestOfProjectVersionNotFound

type CreateDynamicScanRequestOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewCreateDynamicScanRequestOfProjectVersionNotFound

func NewCreateDynamicScanRequestOfProjectVersionNotFound() *CreateDynamicScanRequestOfProjectVersionNotFound

NewCreateDynamicScanRequestOfProjectVersionNotFound creates a CreateDynamicScanRequestOfProjectVersionNotFound with default headers values

func (*CreateDynamicScanRequestOfProjectVersionNotFound) Error

func (*CreateDynamicScanRequestOfProjectVersionNotFound) GetPayload

type CreateDynamicScanRequestOfProjectVersionParams

type CreateDynamicScanRequestOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.DynamicScanRequest

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

CreateDynamicScanRequestOfProjectVersionParams contains all the parameters to send to the API endpoint for the create dynamic scan request of project version operation typically these are written to a http.Request

func NewCreateDynamicScanRequestOfProjectVersionParams

func NewCreateDynamicScanRequestOfProjectVersionParams() *CreateDynamicScanRequestOfProjectVersionParams

NewCreateDynamicScanRequestOfProjectVersionParams creates a new CreateDynamicScanRequestOfProjectVersionParams object with the default values initialized.

func NewCreateDynamicScanRequestOfProjectVersionParamsWithContext

func NewCreateDynamicScanRequestOfProjectVersionParamsWithContext(ctx context.Context) *CreateDynamicScanRequestOfProjectVersionParams

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

func NewCreateDynamicScanRequestOfProjectVersionParamsWithHTTPClient

func NewCreateDynamicScanRequestOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateDynamicScanRequestOfProjectVersionParams

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

func NewCreateDynamicScanRequestOfProjectVersionParamsWithTimeout

func NewCreateDynamicScanRequestOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateDynamicScanRequestOfProjectVersionParams

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

func (*CreateDynamicScanRequestOfProjectVersionParams) SetContext

SetContext adds the context to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) SetParentID

func (o *CreateDynamicScanRequestOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) SetResource

SetResource adds the resource to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WithContext

WithContext adds the context to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WithResource

WithResource adds the resource to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the create dynamic scan request of project version params

func (*CreateDynamicScanRequestOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDynamicScanRequestOfProjectVersionReader

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

CreateDynamicScanRequestOfProjectVersionReader is a Reader for the CreateDynamicScanRequestOfProjectVersion structure.

func (*CreateDynamicScanRequestOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateDynamicScanRequestOfProjectVersionUnauthorized

type CreateDynamicScanRequestOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

CreateDynamicScanRequestOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateDynamicScanRequestOfProjectVersionUnauthorized

func NewCreateDynamicScanRequestOfProjectVersionUnauthorized() *CreateDynamicScanRequestOfProjectVersionUnauthorized

NewCreateDynamicScanRequestOfProjectVersionUnauthorized creates a CreateDynamicScanRequestOfProjectVersionUnauthorized with default headers values

func (*CreateDynamicScanRequestOfProjectVersionUnauthorized) Error

func (*CreateDynamicScanRequestOfProjectVersionUnauthorized) GetPayload

type ListDynamicScanRequestOfProjectVersionBadRequest

type ListDynamicScanRequestOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListDynamicScanRequestOfProjectVersionBadRequest

func NewListDynamicScanRequestOfProjectVersionBadRequest() *ListDynamicScanRequestOfProjectVersionBadRequest

NewListDynamicScanRequestOfProjectVersionBadRequest creates a ListDynamicScanRequestOfProjectVersionBadRequest with default headers values

func (*ListDynamicScanRequestOfProjectVersionBadRequest) Error

func (*ListDynamicScanRequestOfProjectVersionBadRequest) GetPayload

type ListDynamicScanRequestOfProjectVersionConflict

type ListDynamicScanRequestOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListDynamicScanRequestOfProjectVersionConflict

func NewListDynamicScanRequestOfProjectVersionConflict() *ListDynamicScanRequestOfProjectVersionConflict

NewListDynamicScanRequestOfProjectVersionConflict creates a ListDynamicScanRequestOfProjectVersionConflict with default headers values

func (*ListDynamicScanRequestOfProjectVersionConflict) Error

func (*ListDynamicScanRequestOfProjectVersionConflict) GetPayload

type ListDynamicScanRequestOfProjectVersionForbidden

type ListDynamicScanRequestOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListDynamicScanRequestOfProjectVersionForbidden

func NewListDynamicScanRequestOfProjectVersionForbidden() *ListDynamicScanRequestOfProjectVersionForbidden

NewListDynamicScanRequestOfProjectVersionForbidden creates a ListDynamicScanRequestOfProjectVersionForbidden with default headers values

func (*ListDynamicScanRequestOfProjectVersionForbidden) Error

func (*ListDynamicScanRequestOfProjectVersionForbidden) GetPayload

type ListDynamicScanRequestOfProjectVersionInternalServerError

type ListDynamicScanRequestOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListDynamicScanRequestOfProjectVersionInternalServerError

func NewListDynamicScanRequestOfProjectVersionInternalServerError() *ListDynamicScanRequestOfProjectVersionInternalServerError

NewListDynamicScanRequestOfProjectVersionInternalServerError creates a ListDynamicScanRequestOfProjectVersionInternalServerError with default headers values

func (*ListDynamicScanRequestOfProjectVersionInternalServerError) Error

func (*ListDynamicScanRequestOfProjectVersionInternalServerError) GetPayload

type ListDynamicScanRequestOfProjectVersionNotFound

type ListDynamicScanRequestOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListDynamicScanRequestOfProjectVersionNotFound

func NewListDynamicScanRequestOfProjectVersionNotFound() *ListDynamicScanRequestOfProjectVersionNotFound

NewListDynamicScanRequestOfProjectVersionNotFound creates a ListDynamicScanRequestOfProjectVersionNotFound with default headers values

func (*ListDynamicScanRequestOfProjectVersionNotFound) Error

func (*ListDynamicScanRequestOfProjectVersionNotFound) GetPayload

type ListDynamicScanRequestOfProjectVersionOK

type ListDynamicScanRequestOfProjectVersionOK struct {
	Payload *models.APIResultListDynamicScanRequest
}

ListDynamicScanRequestOfProjectVersionOK handles this case with default header values.

OK

func NewListDynamicScanRequestOfProjectVersionOK

func NewListDynamicScanRequestOfProjectVersionOK() *ListDynamicScanRequestOfProjectVersionOK

NewListDynamicScanRequestOfProjectVersionOK creates a ListDynamicScanRequestOfProjectVersionOK with default headers values

func (*ListDynamicScanRequestOfProjectVersionOK) Error

func (*ListDynamicScanRequestOfProjectVersionOK) GetPayload

type ListDynamicScanRequestOfProjectVersionParams

type ListDynamicScanRequestOfProjectVersionParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ListDynamicScanRequestOfProjectVersionParams contains all the parameters to send to the API endpoint for the list dynamic scan request of project version operation typically these are written to a http.Request

func NewListDynamicScanRequestOfProjectVersionParams

func NewListDynamicScanRequestOfProjectVersionParams() *ListDynamicScanRequestOfProjectVersionParams

NewListDynamicScanRequestOfProjectVersionParams creates a new ListDynamicScanRequestOfProjectVersionParams object with the default values initialized.

func NewListDynamicScanRequestOfProjectVersionParamsWithContext

func NewListDynamicScanRequestOfProjectVersionParamsWithContext(ctx context.Context) *ListDynamicScanRequestOfProjectVersionParams

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

func NewListDynamicScanRequestOfProjectVersionParamsWithHTTPClient

func NewListDynamicScanRequestOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListDynamicScanRequestOfProjectVersionParams

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

func NewListDynamicScanRequestOfProjectVersionParamsWithTimeout

func NewListDynamicScanRequestOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListDynamicScanRequestOfProjectVersionParams

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

func (*ListDynamicScanRequestOfProjectVersionParams) SetContext

SetContext adds the context to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) SetFields

SetFields adds the fields to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) SetParentID

func (o *ListDynamicScanRequestOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WithContext

WithContext adds the context to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WithFields

WithFields adds the fields to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list dynamic scan request of project version params

func (*ListDynamicScanRequestOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListDynamicScanRequestOfProjectVersionReader

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

ListDynamicScanRequestOfProjectVersionReader is a Reader for the ListDynamicScanRequestOfProjectVersion structure.

func (*ListDynamicScanRequestOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDynamicScanRequestOfProjectVersionUnauthorized

type ListDynamicScanRequestOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListDynamicScanRequestOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListDynamicScanRequestOfProjectVersionUnauthorized

func NewListDynamicScanRequestOfProjectVersionUnauthorized() *ListDynamicScanRequestOfProjectVersionUnauthorized

NewListDynamicScanRequestOfProjectVersionUnauthorized creates a ListDynamicScanRequestOfProjectVersionUnauthorized with default headers values

func (*ListDynamicScanRequestOfProjectVersionUnauthorized) Error

func (*ListDynamicScanRequestOfProjectVersionUnauthorized) GetPayload

type ReadDynamicScanRequestOfProjectVersionBadRequest

type ReadDynamicScanRequestOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadDynamicScanRequestOfProjectVersionBadRequest

func NewReadDynamicScanRequestOfProjectVersionBadRequest() *ReadDynamicScanRequestOfProjectVersionBadRequest

NewReadDynamicScanRequestOfProjectVersionBadRequest creates a ReadDynamicScanRequestOfProjectVersionBadRequest with default headers values

func (*ReadDynamicScanRequestOfProjectVersionBadRequest) Error

func (*ReadDynamicScanRequestOfProjectVersionBadRequest) GetPayload

type ReadDynamicScanRequestOfProjectVersionConflict

type ReadDynamicScanRequestOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadDynamicScanRequestOfProjectVersionConflict

func NewReadDynamicScanRequestOfProjectVersionConflict() *ReadDynamicScanRequestOfProjectVersionConflict

NewReadDynamicScanRequestOfProjectVersionConflict creates a ReadDynamicScanRequestOfProjectVersionConflict with default headers values

func (*ReadDynamicScanRequestOfProjectVersionConflict) Error

func (*ReadDynamicScanRequestOfProjectVersionConflict) GetPayload

type ReadDynamicScanRequestOfProjectVersionForbidden

type ReadDynamicScanRequestOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadDynamicScanRequestOfProjectVersionForbidden

func NewReadDynamicScanRequestOfProjectVersionForbidden() *ReadDynamicScanRequestOfProjectVersionForbidden

NewReadDynamicScanRequestOfProjectVersionForbidden creates a ReadDynamicScanRequestOfProjectVersionForbidden with default headers values

func (*ReadDynamicScanRequestOfProjectVersionForbidden) Error

func (*ReadDynamicScanRequestOfProjectVersionForbidden) GetPayload

type ReadDynamicScanRequestOfProjectVersionInternalServerError

type ReadDynamicScanRequestOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadDynamicScanRequestOfProjectVersionInternalServerError

func NewReadDynamicScanRequestOfProjectVersionInternalServerError() *ReadDynamicScanRequestOfProjectVersionInternalServerError

NewReadDynamicScanRequestOfProjectVersionInternalServerError creates a ReadDynamicScanRequestOfProjectVersionInternalServerError with default headers values

func (*ReadDynamicScanRequestOfProjectVersionInternalServerError) Error

func (*ReadDynamicScanRequestOfProjectVersionInternalServerError) GetPayload

type ReadDynamicScanRequestOfProjectVersionNotFound

type ReadDynamicScanRequestOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadDynamicScanRequestOfProjectVersionNotFound

func NewReadDynamicScanRequestOfProjectVersionNotFound() *ReadDynamicScanRequestOfProjectVersionNotFound

NewReadDynamicScanRequestOfProjectVersionNotFound creates a ReadDynamicScanRequestOfProjectVersionNotFound with default headers values

func (*ReadDynamicScanRequestOfProjectVersionNotFound) Error

func (*ReadDynamicScanRequestOfProjectVersionNotFound) GetPayload

type ReadDynamicScanRequestOfProjectVersionOK

type ReadDynamicScanRequestOfProjectVersionOK struct {
	Payload *models.APIResultDynamicScanRequest
}

ReadDynamicScanRequestOfProjectVersionOK handles this case with default header values.

OK

func NewReadDynamicScanRequestOfProjectVersionOK

func NewReadDynamicScanRequestOfProjectVersionOK() *ReadDynamicScanRequestOfProjectVersionOK

NewReadDynamicScanRequestOfProjectVersionOK creates a ReadDynamicScanRequestOfProjectVersionOK with default headers values

func (*ReadDynamicScanRequestOfProjectVersionOK) Error

func (*ReadDynamicScanRequestOfProjectVersionOK) GetPayload

type ReadDynamicScanRequestOfProjectVersionParams

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

ReadDynamicScanRequestOfProjectVersionParams contains all the parameters to send to the API endpoint for the read dynamic scan request of project version operation typically these are written to a http.Request

func NewReadDynamicScanRequestOfProjectVersionParams

func NewReadDynamicScanRequestOfProjectVersionParams() *ReadDynamicScanRequestOfProjectVersionParams

NewReadDynamicScanRequestOfProjectVersionParams creates a new ReadDynamicScanRequestOfProjectVersionParams object with the default values initialized.

func NewReadDynamicScanRequestOfProjectVersionParamsWithContext

func NewReadDynamicScanRequestOfProjectVersionParamsWithContext(ctx context.Context) *ReadDynamicScanRequestOfProjectVersionParams

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

func NewReadDynamicScanRequestOfProjectVersionParamsWithHTTPClient

func NewReadDynamicScanRequestOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadDynamicScanRequestOfProjectVersionParams

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

func NewReadDynamicScanRequestOfProjectVersionParamsWithTimeout

func NewReadDynamicScanRequestOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadDynamicScanRequestOfProjectVersionParams

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

func (*ReadDynamicScanRequestOfProjectVersionParams) SetContext

SetContext adds the context to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) SetFields

SetFields adds the fields to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) SetID

SetID adds the id to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) SetParentID

func (o *ReadDynamicScanRequestOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithContext

WithContext adds the context to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithFields

WithFields adds the fields to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithID

WithID adds the id to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read dynamic scan request of project version params

func (*ReadDynamicScanRequestOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadDynamicScanRequestOfProjectVersionReader

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

ReadDynamicScanRequestOfProjectVersionReader is a Reader for the ReadDynamicScanRequestOfProjectVersion structure.

func (*ReadDynamicScanRequestOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadDynamicScanRequestOfProjectVersionUnauthorized

type ReadDynamicScanRequestOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadDynamicScanRequestOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadDynamicScanRequestOfProjectVersionUnauthorized

func NewReadDynamicScanRequestOfProjectVersionUnauthorized() *ReadDynamicScanRequestOfProjectVersionUnauthorized

NewReadDynamicScanRequestOfProjectVersionUnauthorized creates a ReadDynamicScanRequestOfProjectVersionUnauthorized with default headers values

func (*ReadDynamicScanRequestOfProjectVersionUnauthorized) Error

func (*ReadDynamicScanRequestOfProjectVersionUnauthorized) GetPayload

type UpdateDynamicScanRequestOfProjectVersionBadRequest

type UpdateDynamicScanRequestOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewUpdateDynamicScanRequestOfProjectVersionBadRequest

func NewUpdateDynamicScanRequestOfProjectVersionBadRequest() *UpdateDynamicScanRequestOfProjectVersionBadRequest

NewUpdateDynamicScanRequestOfProjectVersionBadRequest creates a UpdateDynamicScanRequestOfProjectVersionBadRequest with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionBadRequest) Error

func (*UpdateDynamicScanRequestOfProjectVersionBadRequest) GetPayload

type UpdateDynamicScanRequestOfProjectVersionConflict

type UpdateDynamicScanRequestOfProjectVersionConflict struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionConflict handles this case with default header values.

Conflict

func NewUpdateDynamicScanRequestOfProjectVersionConflict

func NewUpdateDynamicScanRequestOfProjectVersionConflict() *UpdateDynamicScanRequestOfProjectVersionConflict

NewUpdateDynamicScanRequestOfProjectVersionConflict creates a UpdateDynamicScanRequestOfProjectVersionConflict with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionConflict) Error

func (*UpdateDynamicScanRequestOfProjectVersionConflict) GetPayload

type UpdateDynamicScanRequestOfProjectVersionForbidden

type UpdateDynamicScanRequestOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewUpdateDynamicScanRequestOfProjectVersionForbidden

func NewUpdateDynamicScanRequestOfProjectVersionForbidden() *UpdateDynamicScanRequestOfProjectVersionForbidden

NewUpdateDynamicScanRequestOfProjectVersionForbidden creates a UpdateDynamicScanRequestOfProjectVersionForbidden with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionForbidden) Error

func (*UpdateDynamicScanRequestOfProjectVersionForbidden) GetPayload

type UpdateDynamicScanRequestOfProjectVersionInternalServerError

type UpdateDynamicScanRequestOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateDynamicScanRequestOfProjectVersionInternalServerError

func NewUpdateDynamicScanRequestOfProjectVersionInternalServerError() *UpdateDynamicScanRequestOfProjectVersionInternalServerError

NewUpdateDynamicScanRequestOfProjectVersionInternalServerError creates a UpdateDynamicScanRequestOfProjectVersionInternalServerError with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionInternalServerError) Error

func (*UpdateDynamicScanRequestOfProjectVersionInternalServerError) GetPayload

type UpdateDynamicScanRequestOfProjectVersionNotFound

type UpdateDynamicScanRequestOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewUpdateDynamicScanRequestOfProjectVersionNotFound

func NewUpdateDynamicScanRequestOfProjectVersionNotFound() *UpdateDynamicScanRequestOfProjectVersionNotFound

NewUpdateDynamicScanRequestOfProjectVersionNotFound creates a UpdateDynamicScanRequestOfProjectVersionNotFound with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionNotFound) Error

func (*UpdateDynamicScanRequestOfProjectVersionNotFound) GetPayload

type UpdateDynamicScanRequestOfProjectVersionOK

type UpdateDynamicScanRequestOfProjectVersionOK struct {
	Payload *models.APIResultDynamicScanRequest
}

UpdateDynamicScanRequestOfProjectVersionOK handles this case with default header values.

OK

func NewUpdateDynamicScanRequestOfProjectVersionOK

func NewUpdateDynamicScanRequestOfProjectVersionOK() *UpdateDynamicScanRequestOfProjectVersionOK

NewUpdateDynamicScanRequestOfProjectVersionOK creates a UpdateDynamicScanRequestOfProjectVersionOK with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionOK) Error

func (*UpdateDynamicScanRequestOfProjectVersionOK) GetPayload

type UpdateDynamicScanRequestOfProjectVersionParams

type UpdateDynamicScanRequestOfProjectVersionParams struct {

	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.DynamicScanRequest

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

UpdateDynamicScanRequestOfProjectVersionParams contains all the parameters to send to the API endpoint for the update dynamic scan request of project version operation typically these are written to a http.Request

func NewUpdateDynamicScanRequestOfProjectVersionParams

func NewUpdateDynamicScanRequestOfProjectVersionParams() *UpdateDynamicScanRequestOfProjectVersionParams

NewUpdateDynamicScanRequestOfProjectVersionParams creates a new UpdateDynamicScanRequestOfProjectVersionParams object with the default values initialized.

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithContext

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithContext(ctx context.Context) *UpdateDynamicScanRequestOfProjectVersionParams

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

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithHTTPClient

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithHTTPClient(client *http.Client) *UpdateDynamicScanRequestOfProjectVersionParams

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

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithTimeout

func NewUpdateDynamicScanRequestOfProjectVersionParamsWithTimeout(timeout time.Duration) *UpdateDynamicScanRequestOfProjectVersionParams

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

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetContext

SetContext adds the context to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetID

SetID adds the id to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetParentID

func (o *UpdateDynamicScanRequestOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetResource

SetResource adds the resource to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithContext

WithContext adds the context to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithID

WithID adds the id to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithResource

WithResource adds the resource to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the update dynamic scan request of project version params

func (*UpdateDynamicScanRequestOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDynamicScanRequestOfProjectVersionReader

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

UpdateDynamicScanRequestOfProjectVersionReader is a Reader for the UpdateDynamicScanRequestOfProjectVersion structure.

func (*UpdateDynamicScanRequestOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDynamicScanRequestOfProjectVersionUnauthorized

type UpdateDynamicScanRequestOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

UpdateDynamicScanRequestOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateDynamicScanRequestOfProjectVersionUnauthorized

func NewUpdateDynamicScanRequestOfProjectVersionUnauthorized() *UpdateDynamicScanRequestOfProjectVersionUnauthorized

NewUpdateDynamicScanRequestOfProjectVersionUnauthorized creates a UpdateDynamicScanRequestOfProjectVersionUnauthorized with default headers values

func (*UpdateDynamicScanRequestOfProjectVersionUnauthorized) Error

func (*UpdateDynamicScanRequestOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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