dynamic_scan_requests_summary_of_project_version_controller

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for dynamic scan requests summary of project version controller API

func (*Client) GetDynamicScanRequestsSummaryOfProjectVersion

GetDynamicScanRequestsSummaryOfProjectVersion gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetDynamicScanRequestsSummaryOfProjectVersion(params *GetDynamicScanRequestsSummaryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*GetDynamicScanRequestsSummaryOfProjectVersionOK, 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 dynamic scan requests summary of project version controller API client.

type GetDynamicScanRequestsSummaryOfProjectVersionBadRequest

type GetDynamicScanRequestsSummaryOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewGetDynamicScanRequestsSummaryOfProjectVersionBadRequest

func NewGetDynamicScanRequestsSummaryOfProjectVersionBadRequest() *GetDynamicScanRequestsSummaryOfProjectVersionBadRequest

NewGetDynamicScanRequestsSummaryOfProjectVersionBadRequest creates a GetDynamicScanRequestsSummaryOfProjectVersionBadRequest with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionBadRequest) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionBadRequest) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionConflict

type GetDynamicScanRequestsSummaryOfProjectVersionConflict struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionConflict handles this case with default header values.

Conflict

func NewGetDynamicScanRequestsSummaryOfProjectVersionConflict

func NewGetDynamicScanRequestsSummaryOfProjectVersionConflict() *GetDynamicScanRequestsSummaryOfProjectVersionConflict

NewGetDynamicScanRequestsSummaryOfProjectVersionConflict creates a GetDynamicScanRequestsSummaryOfProjectVersionConflict with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionConflict) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionConflict) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionForbidden

type GetDynamicScanRequestsSummaryOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewGetDynamicScanRequestsSummaryOfProjectVersionForbidden

func NewGetDynamicScanRequestsSummaryOfProjectVersionForbidden() *GetDynamicScanRequestsSummaryOfProjectVersionForbidden

NewGetDynamicScanRequestsSummaryOfProjectVersionForbidden creates a GetDynamicScanRequestsSummaryOfProjectVersionForbidden with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionForbidden) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionForbidden) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError

type GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewGetDynamicScanRequestsSummaryOfProjectVersionInternalServerError

func NewGetDynamicScanRequestsSummaryOfProjectVersionInternalServerError() *GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError

NewGetDynamicScanRequestsSummaryOfProjectVersionInternalServerError creates a GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionInternalServerError) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionNotFound

type GetDynamicScanRequestsSummaryOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewGetDynamicScanRequestsSummaryOfProjectVersionNotFound

func NewGetDynamicScanRequestsSummaryOfProjectVersionNotFound() *GetDynamicScanRequestsSummaryOfProjectVersionNotFound

NewGetDynamicScanRequestsSummaryOfProjectVersionNotFound creates a GetDynamicScanRequestsSummaryOfProjectVersionNotFound with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionNotFound) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionNotFound) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionOK

type GetDynamicScanRequestsSummaryOfProjectVersionOK struct {
	Payload *models.APIResultDynamicScanRequestsSummary
}

GetDynamicScanRequestsSummaryOfProjectVersionOK handles this case with default header values.

OK

func NewGetDynamicScanRequestsSummaryOfProjectVersionOK

func NewGetDynamicScanRequestsSummaryOfProjectVersionOK() *GetDynamicScanRequestsSummaryOfProjectVersionOK

NewGetDynamicScanRequestsSummaryOfProjectVersionOK creates a GetDynamicScanRequestsSummaryOfProjectVersionOK with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionOK) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionOK) GetPayload

type GetDynamicScanRequestsSummaryOfProjectVersionParams

type GetDynamicScanRequestsSummaryOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64

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

GetDynamicScanRequestsSummaryOfProjectVersionParams contains all the parameters to send to the API endpoint for the get dynamic scan requests summary of project version operation typically these are written to a http.Request

func NewGetDynamicScanRequestsSummaryOfProjectVersionParams

func NewGetDynamicScanRequestsSummaryOfProjectVersionParams() *GetDynamicScanRequestsSummaryOfProjectVersionParams

NewGetDynamicScanRequestsSummaryOfProjectVersionParams creates a new GetDynamicScanRequestsSummaryOfProjectVersionParams object with the default values initialized.

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithContext

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithContext(ctx context.Context) *GetDynamicScanRequestsSummaryOfProjectVersionParams

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

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithHTTPClient

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithHTTPClient(client *http.Client) *GetDynamicScanRequestsSummaryOfProjectVersionParams

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

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithTimeout

func NewGetDynamicScanRequestsSummaryOfProjectVersionParamsWithTimeout(timeout time.Duration) *GetDynamicScanRequestsSummaryOfProjectVersionParams

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

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) SetContext

SetContext adds the context to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) WithContext

WithContext adds the context to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the get dynamic scan requests summary of project version params

func (*GetDynamicScanRequestsSummaryOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDynamicScanRequestsSummaryOfProjectVersionReader

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

GetDynamicScanRequestsSummaryOfProjectVersionReader is a Reader for the GetDynamicScanRequestsSummaryOfProjectVersion structure.

func (*GetDynamicScanRequestsSummaryOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized

type GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewGetDynamicScanRequestsSummaryOfProjectVersionUnauthorized

func NewGetDynamicScanRequestsSummaryOfProjectVersionUnauthorized() *GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized

NewGetDynamicScanRequestsSummaryOfProjectVersionUnauthorized creates a GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized with default headers values

func (*GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized) Error

func (*GetDynamicScanRequestsSummaryOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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