Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + type Client struct + func (a *Client) GetRuntimeDetectionsCombinedV2(params *GetRuntimeDetectionsCombinedV2Params, opts ...ClientOption) (*GetRuntimeDetectionsCombinedV2OK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetRuntimeDetectionsCombinedV2 func(params *GetRuntimeDetectionsCombinedV2Params, opts ...ClientOption) (*GetRuntimeDetectionsCombinedV2OK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetRuntimeDetectionsCombinedV2Forbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetRuntimeDetectionsCombinedV2Forbidden() *GetRuntimeDetectionsCombinedV2Forbidden + func (o *GetRuntimeDetectionsCombinedV2Forbidden) Code() int + func (o *GetRuntimeDetectionsCombinedV2Forbidden) Error() string + func (o *GetRuntimeDetectionsCombinedV2Forbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *GetRuntimeDetectionsCombinedV2Forbidden) IsClientError() bool + func (o *GetRuntimeDetectionsCombinedV2Forbidden) IsCode(code int) bool + func (o *GetRuntimeDetectionsCombinedV2Forbidden) IsRedirect() bool + func (o *GetRuntimeDetectionsCombinedV2Forbidden) IsServerError() bool + func (o *GetRuntimeDetectionsCombinedV2Forbidden) IsSuccess() bool + func (o *GetRuntimeDetectionsCombinedV2Forbidden) String() string + type GetRuntimeDetectionsCombinedV2InternalServerError struct + Payload *models.CoreEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetRuntimeDetectionsCombinedV2InternalServerError() *GetRuntimeDetectionsCombinedV2InternalServerError + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) Code() int + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) Error() string + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) GetPayload() *models.CoreEntitiesResponse + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) IsClientError() bool + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) IsCode(code int) bool + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) IsRedirect() bool + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) IsServerError() bool + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) IsSuccess() bool + func (o *GetRuntimeDetectionsCombinedV2InternalServerError) String() string + type GetRuntimeDetectionsCombinedV2OK struct + Payload *models.RuntimedetectionsDetectionsEntityResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewGetRuntimeDetectionsCombinedV2OK() *GetRuntimeDetectionsCombinedV2OK + func (o *GetRuntimeDetectionsCombinedV2OK) Code() int + func (o *GetRuntimeDetectionsCombinedV2OK) Error() string + func (o *GetRuntimeDetectionsCombinedV2OK) GetPayload() *models.RuntimedetectionsDetectionsEntityResponse + func (o *GetRuntimeDetectionsCombinedV2OK) IsClientError() bool + func (o *GetRuntimeDetectionsCombinedV2OK) IsCode(code int) bool + func (o *GetRuntimeDetectionsCombinedV2OK) IsRedirect() bool + func (o *GetRuntimeDetectionsCombinedV2OK) IsServerError() bool + func (o *GetRuntimeDetectionsCombinedV2OK) IsSuccess() bool + func (o *GetRuntimeDetectionsCombinedV2OK) String() string + type GetRuntimeDetectionsCombinedV2Params struct + Context context.Context + Filter *string + HTTPClient *http.Client + Limit *int64 + Offset *int64 + Sort *string + func NewGetRuntimeDetectionsCombinedV2Params() *GetRuntimeDetectionsCombinedV2Params + func NewGetRuntimeDetectionsCombinedV2ParamsWithContext(ctx context.Context) *GetRuntimeDetectionsCombinedV2Params + func NewGetRuntimeDetectionsCombinedV2ParamsWithHTTPClient(client *http.Client) *GetRuntimeDetectionsCombinedV2Params + func NewGetRuntimeDetectionsCombinedV2ParamsWithTimeout(timeout time.Duration) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) SetContext(ctx context.Context) + func (o *GetRuntimeDetectionsCombinedV2Params) SetDefaults() + func (o *GetRuntimeDetectionsCombinedV2Params) SetFilter(filter *string) + func (o *GetRuntimeDetectionsCombinedV2Params) SetHTTPClient(client *http.Client) + func (o *GetRuntimeDetectionsCombinedV2Params) SetLimit(limit *int64) + func (o *GetRuntimeDetectionsCombinedV2Params) SetOffset(offset *int64) + func (o *GetRuntimeDetectionsCombinedV2Params) SetSort(sort *string) + func (o *GetRuntimeDetectionsCombinedV2Params) SetTimeout(timeout time.Duration) + func (o *GetRuntimeDetectionsCombinedV2Params) WithContext(ctx context.Context) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithDefaults() *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithFilter(filter *string) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithHTTPClient(client *http.Client) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithLimit(limit *int64) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithOffset(offset *int64) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithSort(sort *string) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WithTimeout(timeout time.Duration) *GetRuntimeDetectionsCombinedV2Params + func (o *GetRuntimeDetectionsCombinedV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRuntimeDetectionsCombinedV2Reader struct + func (o *GetRuntimeDetectionsCombinedV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRuntimeDetectionsCombinedV2TooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewGetRuntimeDetectionsCombinedV2TooManyRequests() *GetRuntimeDetectionsCombinedV2TooManyRequests + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) Code() int + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) Error() string + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) IsClientError() bool + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) IsCode(code int) bool + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) IsRedirect() bool + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) IsServerError() bool + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) IsSuccess() bool + func (o *GetRuntimeDetectionsCombinedV2TooManyRequests) String() string