sensor_download

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 3

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 sensor download API

func (*Client) DownloadSensorInstallerByID

func (a *Client) DownloadSensorInstallerByID(params *DownloadSensorInstallerByIDParams, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDOK, error)

DownloadSensorInstallerByID downloads sensor installer by s h a256 ID

func (*Client) GetCombinedSensorInstallersByQuery

func (a *Client) GetCombinedSensorInstallersByQuery(params *GetCombinedSensorInstallersByQueryParams, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryOK, error)

GetCombinedSensorInstallersByQuery gets sensor installer details by provided query

func (*Client) GetSensorInstallersByQuery

func (a *Client) GetSensorInstallersByQuery(params *GetSensorInstallersByQueryParams, opts ...ClientOption) (*GetSensorInstallersByQueryOK, error)

GetSensorInstallersByQuery gets sensor installer i ds by provided query

func (*Client) GetSensorInstallersCCIDByQuery

func (a *Client) GetSensorInstallersCCIDByQuery(params *GetSensorInstallersCCIDByQueryParams, opts ...ClientOption) (*GetSensorInstallersCCIDByQueryOK, error)

GetSensorInstallersCCIDByQuery gets c c ID to use with sensor installers

func (*Client) GetSensorInstallersEntities

GetSensorInstallersEntities gets sensor installer details by provided s h a256 i ds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DownloadSensorInstallerByID(params *DownloadSensorInstallerByIDParams, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDOK, error)

	GetCombinedSensorInstallersByQuery(params *GetCombinedSensorInstallersByQueryParams, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryOK, error)

	GetSensorInstallersByQuery(params *GetSensorInstallersByQueryParams, opts ...ClientOption) (*GetSensorInstallersByQueryOK, error)

	GetSensorInstallersCCIDByQuery(params *GetSensorInstallersCCIDByQueryParams, opts ...ClientOption) (*GetSensorInstallersCCIDByQueryOK, error)

	GetSensorInstallersEntities(params *GetSensorInstallersEntitiesParams, opts ...ClientOption) (*GetSensorInstallersEntitiesOK, *GetSensorInstallersEntitiesMultiStatus, 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 sensor download API client.

type DownloadSensorInstallerByIDBadRequest

type DownloadSensorInstallerByIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDownloadSensorInstallerByIDBadRequest

func NewDownloadSensorInstallerByIDBadRequest() *DownloadSensorInstallerByIDBadRequest

NewDownloadSensorInstallerByIDBadRequest creates a DownloadSensorInstallerByIDBadRequest with default headers values

func (*DownloadSensorInstallerByIDBadRequest) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id bad request response

func (*DownloadSensorInstallerByIDBadRequest) Error

func (*DownloadSensorInstallerByIDBadRequest) GetPayload

func (*DownloadSensorInstallerByIDBadRequest) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDBadRequest) IsClientError() bool

IsClientError returns true when this download sensor installer by Id bad request response has a 4xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id bad request response a status code equal to that given

func (*DownloadSensorInstallerByIDBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id bad request response has a 3xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDBadRequest) IsServerError() bool

IsServerError returns true when this download sensor installer by Id bad request response has a 5xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id bad request response has a 2xx status code

func (*DownloadSensorInstallerByIDBadRequest) String added in v0.2.27

type DownloadSensorInstallerByIDForbidden

type DownloadSensorInstallerByIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDownloadSensorInstallerByIDForbidden

func NewDownloadSensorInstallerByIDForbidden() *DownloadSensorInstallerByIDForbidden

NewDownloadSensorInstallerByIDForbidden creates a DownloadSensorInstallerByIDForbidden with default headers values

func (*DownloadSensorInstallerByIDForbidden) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id forbidden response

func (*DownloadSensorInstallerByIDForbidden) Error

func (*DownloadSensorInstallerByIDForbidden) GetPayload

func (*DownloadSensorInstallerByIDForbidden) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDForbidden) IsClientError() bool

IsClientError returns true when this download sensor installer by Id forbidden response has a 4xx status code

func (*DownloadSensorInstallerByIDForbidden) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id forbidden response a status code equal to that given

func (*DownloadSensorInstallerByIDForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id forbidden response has a 3xx status code

func (*DownloadSensorInstallerByIDForbidden) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDForbidden) IsServerError() bool

IsServerError returns true when this download sensor installer by Id forbidden response has a 5xx status code

func (*DownloadSensorInstallerByIDForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id forbidden response has a 2xx status code

func (*DownloadSensorInstallerByIDForbidden) String added in v0.2.27

type DownloadSensorInstallerByIDNotFound

type DownloadSensorInstallerByIDNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewDownloadSensorInstallerByIDNotFound

func NewDownloadSensorInstallerByIDNotFound() *DownloadSensorInstallerByIDNotFound

NewDownloadSensorInstallerByIDNotFound creates a DownloadSensorInstallerByIDNotFound with default headers values

func (*DownloadSensorInstallerByIDNotFound) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id not found response

func (*DownloadSensorInstallerByIDNotFound) Error

func (*DownloadSensorInstallerByIDNotFound) GetPayload

func (*DownloadSensorInstallerByIDNotFound) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsClientError() bool

IsClientError returns true when this download sensor installer by Id not found response has a 4xx status code

func (*DownloadSensorInstallerByIDNotFound) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id not found response a status code equal to that given

func (*DownloadSensorInstallerByIDNotFound) IsRedirect added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsRedirect() bool

IsRedirect returns true when this download sensor installer by Id not found response has a 3xx status code

func (*DownloadSensorInstallerByIDNotFound) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsServerError() bool

IsServerError returns true when this download sensor installer by Id not found response has a 5xx status code

func (*DownloadSensorInstallerByIDNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id not found response has a 2xx status code

func (*DownloadSensorInstallerByIDNotFound) String added in v0.2.27

type DownloadSensorInstallerByIDOK

type DownloadSensorInstallerByIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload io.Writer
}

DownloadSensorInstallerByIDOK describes a response with status code 200, with default header values.

OK

func NewDownloadSensorInstallerByIDOK

func NewDownloadSensorInstallerByIDOK(writer io.Writer) *DownloadSensorInstallerByIDOK

NewDownloadSensorInstallerByIDOK creates a DownloadSensorInstallerByIDOK with default headers values

func (*DownloadSensorInstallerByIDOK) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id o k response

func (*DownloadSensorInstallerByIDOK) Error

func (*DownloadSensorInstallerByIDOK) GetPayload

func (o *DownloadSensorInstallerByIDOK) GetPayload() io.Writer

func (*DownloadSensorInstallerByIDOK) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsClientError() bool

IsClientError returns true when this download sensor installer by Id o k response has a 4xx status code

func (*DownloadSensorInstallerByIDOK) IsCode added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsCode(code int) bool

IsCode returns true when this download sensor installer by Id o k response a status code equal to that given

func (*DownloadSensorInstallerByIDOK) IsRedirect added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsRedirect() bool

IsRedirect returns true when this download sensor installer by Id o k response has a 3xx status code

func (*DownloadSensorInstallerByIDOK) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsServerError() bool

IsServerError returns true when this download sensor installer by Id o k response has a 5xx status code

func (*DownloadSensorInstallerByIDOK) IsSuccess added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsSuccess() bool

IsSuccess returns true when this download sensor installer by Id o k response has a 2xx status code

func (*DownloadSensorInstallerByIDOK) String added in v0.2.27

type DownloadSensorInstallerByIDParams

type DownloadSensorInstallerByIDParams struct {

	/* ID.

	   SHA256 of the installer to download
	*/
	ID string

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

DownloadSensorInstallerByIDParams contains all the parameters to send to the API endpoint

for the download sensor installer by Id operation.

Typically these are written to a http.Request.

func NewDownloadSensorInstallerByIDParams

func NewDownloadSensorInstallerByIDParams() *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParams creates a new DownloadSensorInstallerByIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDownloadSensorInstallerByIDParamsWithContext

func NewDownloadSensorInstallerByIDParamsWithContext(ctx context.Context) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithContext creates a new DownloadSensorInstallerByIDParams object with the ability to set a context for a request.

func NewDownloadSensorInstallerByIDParamsWithHTTPClient

func NewDownloadSensorInstallerByIDParamsWithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithHTTPClient creates a new DownloadSensorInstallerByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDownloadSensorInstallerByIDParamsWithTimeout

func NewDownloadSensorInstallerByIDParamsWithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithTimeout creates a new DownloadSensorInstallerByIDParams object with the ability to set a timeout on a request.

func (*DownloadSensorInstallerByIDParams) SetContext

SetContext adds the context to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetDefaults

func (o *DownloadSensorInstallerByIDParams) SetDefaults()

SetDefaults hydrates default values in the download sensor installer by Id params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetID

SetID adds the id to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetTimeout

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

SetTimeout adds the timeout to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithContext

WithContext adds the context to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithDefaults

WithDefaults hydrates default values in the download sensor installer by Id params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithID

WithID adds the id to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithTimeout

WithTimeout adds the timeout to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadSensorInstallerByIDReader

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

DownloadSensorInstallerByIDReader is a Reader for the DownloadSensorInstallerByID structure.

func (*DownloadSensorInstallerByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadSensorInstallerByIDTooManyRequests

type DownloadSensorInstallerByIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDownloadSensorInstallerByIDTooManyRequests

func NewDownloadSensorInstallerByIDTooManyRequests() *DownloadSensorInstallerByIDTooManyRequests

NewDownloadSensorInstallerByIDTooManyRequests creates a DownloadSensorInstallerByIDTooManyRequests with default headers values

func (*DownloadSensorInstallerByIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id too many requests response

func (*DownloadSensorInstallerByIDTooManyRequests) Error

func (*DownloadSensorInstallerByIDTooManyRequests) GetPayload

func (*DownloadSensorInstallerByIDTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this download sensor installer by Id too many requests response has a 4xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id too many requests response a status code equal to that given

func (*DownloadSensorInstallerByIDTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id too many requests response has a 3xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this download sensor installer by Id too many requests response has a 5xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id too many requests response has a 2xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) String added in v0.2.27

type GetCombinedSensorInstallersByQueryBadRequest

type GetCombinedSensorInstallersByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetCombinedSensorInstallersByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCombinedSensorInstallersByQueryBadRequest

func NewGetCombinedSensorInstallersByQueryBadRequest() *GetCombinedSensorInstallersByQueryBadRequest

NewGetCombinedSensorInstallersByQueryBadRequest creates a GetCombinedSensorInstallersByQueryBadRequest with default headers values

func (*GetCombinedSensorInstallersByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query bad request response

func (*GetCombinedSensorInstallersByQueryBadRequest) Error

func (*GetCombinedSensorInstallersByQueryBadRequest) GetPayload

func (*GetCombinedSensorInstallersByQueryBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query bad request response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query bad request response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query bad request response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query bad request response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query bad request response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) String added in v0.2.27

type GetCombinedSensorInstallersByQueryForbidden

type GetCombinedSensorInstallersByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCombinedSensorInstallersByQueryForbidden

func NewGetCombinedSensorInstallersByQueryForbidden() *GetCombinedSensorInstallersByQueryForbidden

NewGetCombinedSensorInstallersByQueryForbidden creates a GetCombinedSensorInstallersByQueryForbidden with default headers values

func (*GetCombinedSensorInstallersByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query forbidden response

func (*GetCombinedSensorInstallersByQueryForbidden) Error

func (*GetCombinedSensorInstallersByQueryForbidden) GetPayload

func (*GetCombinedSensorInstallersByQueryForbidden) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query forbidden response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query forbidden response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query forbidden response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query forbidden response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query forbidden response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) String added in v0.2.27

type GetCombinedSensorInstallersByQueryOK

type GetCombinedSensorInstallersByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetCombinedSensorInstallersByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetCombinedSensorInstallersByQueryOK

func NewGetCombinedSensorInstallersByQueryOK() *GetCombinedSensorInstallersByQueryOK

NewGetCombinedSensorInstallersByQueryOK creates a GetCombinedSensorInstallersByQueryOK with default headers values

func (*GetCombinedSensorInstallersByQueryOK) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query o k response

func (*GetCombinedSensorInstallersByQueryOK) Error

func (*GetCombinedSensorInstallersByQueryOK) GetPayload

func (*GetCombinedSensorInstallersByQueryOK) IsClientError added in v0.2.27

func (o *GetCombinedSensorInstallersByQueryOK) IsClientError() bool

IsClientError returns true when this get combined sensor installers by query o k response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query o k response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryOK) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query o k response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsServerError added in v0.2.27

func (o *GetCombinedSensorInstallersByQueryOK) IsServerError() bool

IsServerError returns true when this get combined sensor installers by query o k response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query o k response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryOK) String added in v0.2.27

type GetCombinedSensorInstallersByQueryParams

type GetCombinedSensorInstallersByQueryParams struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetCombinedSensorInstallersByQueryParams contains all the parameters to send to the API endpoint

for the get combined sensor installers by query operation.

Typically these are written to a http.Request.

func NewGetCombinedSensorInstallersByQueryParams

func NewGetCombinedSensorInstallersByQueryParams() *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParams creates a new GetCombinedSensorInstallersByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCombinedSensorInstallersByQueryParamsWithContext

func NewGetCombinedSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithContext creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a context for a request.

func NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient

func NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedSensorInstallersByQueryParamsWithTimeout

func NewGetCombinedSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithTimeout creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a timeout on a request.

func (*GetCombinedSensorInstallersByQueryParams) SetContext

SetContext adds the context to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetDefaults

SetDefaults hydrates default values in the get combined sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryParams) SetFilter

func (o *GetCombinedSensorInstallersByQueryParams) SetFilter(filter *string)

SetFilter adds the filter to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetLimit

func (o *GetCombinedSensorInstallersByQueryParams) SetLimit(limit *int64)

SetLimit adds the limit to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetOffset

func (o *GetCombinedSensorInstallersByQueryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetSort

SetSort adds the sort to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetTimeout

SetTimeout adds the timeout to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithContext

WithContext adds the context to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithDefaults

WithDefaults hydrates default values in the get combined sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryParams) WithFilter

WithFilter adds the filter to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithLimit

WithLimit adds the limit to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithOffset

WithOffset adds the offset to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithSort

WithSort adds the sort to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithTimeout

WithTimeout adds the timeout to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCombinedSensorInstallersByQueryReader

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

GetCombinedSensorInstallersByQueryReader is a Reader for the GetCombinedSensorInstallersByQuery structure.

func (*GetCombinedSensorInstallersByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCombinedSensorInstallersByQueryTooManyRequests

type GetCombinedSensorInstallersByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCombinedSensorInstallersByQueryTooManyRequests

func NewGetCombinedSensorInstallersByQueryTooManyRequests() *GetCombinedSensorInstallersByQueryTooManyRequests

NewGetCombinedSensorInstallersByQueryTooManyRequests creates a GetCombinedSensorInstallersByQueryTooManyRequests with default headers values

func (*GetCombinedSensorInstallersByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query too many requests response

func (*GetCombinedSensorInstallersByQueryTooManyRequests) Error

func (*GetCombinedSensorInstallersByQueryTooManyRequests) GetPayload

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query too many requests response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query too many requests response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query too many requests response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query too many requests response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query too many requests response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) String added in v0.2.27

type GetSensorInstallersByQueryBadRequest

type GetSensorInstallersByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersByQueryBadRequest

func NewGetSensorInstallersByQueryBadRequest() *GetSensorInstallersByQueryBadRequest

NewGetSensorInstallersByQueryBadRequest creates a GetSensorInstallersByQueryBadRequest with default headers values

func (*GetSensorInstallersByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers by query bad request response

func (*GetSensorInstallersByQueryBadRequest) Error

func (*GetSensorInstallersByQueryBadRequest) GetPayload

func (*GetSensorInstallersByQueryBadRequest) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryBadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers by query bad request response has a 4xx status code

func (*GetSensorInstallersByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query bad request response a status code equal to that given

func (*GetSensorInstallersByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers by query bad request response has a 3xx status code

func (*GetSensorInstallersByQueryBadRequest) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryBadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers by query bad request response has a 5xx status code

func (*GetSensorInstallersByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query bad request response has a 2xx status code

func (*GetSensorInstallersByQueryBadRequest) String added in v0.2.27

type GetSensorInstallersByQueryForbidden

type GetSensorInstallersByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersByQueryForbidden

func NewGetSensorInstallersByQueryForbidden() *GetSensorInstallersByQueryForbidden

NewGetSensorInstallersByQueryForbidden creates a GetSensorInstallersByQueryForbidden with default headers values

func (*GetSensorInstallersByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers by query forbidden response

func (*GetSensorInstallersByQueryForbidden) Error

func (*GetSensorInstallersByQueryForbidden) GetPayload

func (*GetSensorInstallersByQueryForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers by query forbidden response has a 4xx status code

func (*GetSensorInstallersByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query forbidden response a status code equal to that given

func (*GetSensorInstallersByQueryForbidden) IsRedirect added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsRedirect() bool

IsRedirect returns true when this get sensor installers by query forbidden response has a 3xx status code

func (*GetSensorInstallersByQueryForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers by query forbidden response has a 5xx status code

func (*GetSensorInstallersByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query forbidden response has a 2xx status code

func (*GetSensorInstallersByQueryForbidden) String added in v0.2.27

type GetSensorInstallersByQueryOK

type GetSensorInstallersByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersByQueryOK

func NewGetSensorInstallersByQueryOK() *GetSensorInstallersByQueryOK

NewGetSensorInstallersByQueryOK creates a GetSensorInstallersByQueryOK with default headers values

func (*GetSensorInstallersByQueryOK) Code added in v0.2.33

Code gets the status code for the get sensor installers by query o k response

func (*GetSensorInstallersByQueryOK) Error

func (*GetSensorInstallersByQueryOK) GetPayload

func (*GetSensorInstallersByQueryOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsClientError() bool

IsClientError returns true when this get sensor installers by query o k response has a 4xx status code

func (*GetSensorInstallersByQueryOK) IsCode added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsCode(code int) bool

IsCode returns true when this get sensor installers by query o k response a status code equal to that given

func (*GetSensorInstallersByQueryOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers by query o k response has a 3xx status code

func (*GetSensorInstallersByQueryOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsServerError() bool

IsServerError returns true when this get sensor installers by query o k response has a 5xx status code

func (*GetSensorInstallersByQueryOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers by query o k response has a 2xx status code

func (*GetSensorInstallersByQueryOK) String added in v0.2.27

type GetSensorInstallersByQueryParams

type GetSensorInstallersByQueryParams struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetSensorInstallersByQueryParams contains all the parameters to send to the API endpoint

for the get sensor installers by query operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersByQueryParams

func NewGetSensorInstallersByQueryParams() *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParams creates a new GetSensorInstallersByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersByQueryParamsWithContext

func NewGetSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithContext creates a new GetSensorInstallersByQueryParams object with the ability to set a context for a request.

func NewGetSensorInstallersByQueryParamsWithHTTPClient

func NewGetSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithHTTPClient creates a new GetSensorInstallersByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersByQueryParamsWithTimeout

func NewGetSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithTimeout creates a new GetSensorInstallersByQueryParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersByQueryParams) SetContext

SetContext adds the context to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetDefaults

func (o *GetSensorInstallersByQueryParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryParams) SetFilter

func (o *GetSensorInstallersByQueryParams) SetFilter(filter *string)

SetFilter adds the filter to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetLimit

func (o *GetSensorInstallersByQueryParams) SetLimit(limit *int64)

SetLimit adds the limit to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetOffset

func (o *GetSensorInstallersByQueryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetSort

func (o *GetSensorInstallersByQueryParams) SetSort(sort *string)

SetSort adds the sort to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithContext

WithContext adds the context to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryParams) WithFilter

WithFilter adds the filter to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithLimit

WithLimit adds the limit to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithOffset

WithOffset adds the offset to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithSort

WithSort adds the sort to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersByQueryReader

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

GetSensorInstallersByQueryReader is a Reader for the GetSensorInstallersByQuery structure.

func (*GetSensorInstallersByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersByQueryTooManyRequests

type GetSensorInstallersByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersByQueryTooManyRequests

func NewGetSensorInstallersByQueryTooManyRequests() *GetSensorInstallersByQueryTooManyRequests

NewGetSensorInstallersByQueryTooManyRequests creates a GetSensorInstallersByQueryTooManyRequests with default headers values

func (*GetSensorInstallersByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers by query too many requests response

func (*GetSensorInstallersByQueryTooManyRequests) Error

func (*GetSensorInstallersByQueryTooManyRequests) GetPayload

func (*GetSensorInstallersByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers by query too many requests response has a 4xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query too many requests response a status code equal to that given

func (*GetSensorInstallersByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers by query too many requests response has a 3xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers by query too many requests response has a 5xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query too many requests response has a 2xx status code

func (*GetSensorInstallersByQueryTooManyRequests) String added in v0.2.27

type GetSensorInstallersCCIDByQueryBadRequest

type GetSensorInstallersCCIDByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersCCIDByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersCCIDByQueryBadRequest

func NewGetSensorInstallersCCIDByQueryBadRequest() *GetSensorInstallersCCIDByQueryBadRequest

NewGetSensorInstallersCCIDByQueryBadRequest creates a GetSensorInstallersCCIDByQueryBadRequest with default headers values

func (*GetSensorInstallersCCIDByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query bad request response

func (*GetSensorInstallersCCIDByQueryBadRequest) Error

func (*GetSensorInstallersCCIDByQueryBadRequest) GetPayload

func (*GetSensorInstallersCCIDByQueryBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers c c Id by query bad request response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query bad request response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query bad request response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers c c Id by query bad request response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query bad request response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) String added in v0.2.27

type GetSensorInstallersCCIDByQueryForbidden

type GetSensorInstallersCCIDByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersCCIDByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersCCIDByQueryForbidden

func NewGetSensorInstallersCCIDByQueryForbidden() *GetSensorInstallersCCIDByQueryForbidden

NewGetSensorInstallersCCIDByQueryForbidden creates a GetSensorInstallersCCIDByQueryForbidden with default headers values

func (*GetSensorInstallersCCIDByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query forbidden response

func (*GetSensorInstallersCCIDByQueryForbidden) Error

func (*GetSensorInstallersCCIDByQueryForbidden) GetPayload

func (*GetSensorInstallersCCIDByQueryForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers c c Id by query forbidden response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query forbidden response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query forbidden response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers c c Id by query forbidden response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query forbidden response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) String added in v0.2.27

type GetSensorInstallersCCIDByQueryOK

type GetSensorInstallersCCIDByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersCCIDByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersCCIDByQueryOK

func NewGetSensorInstallersCCIDByQueryOK() *GetSensorInstallersCCIDByQueryOK

NewGetSensorInstallersCCIDByQueryOK creates a GetSensorInstallersCCIDByQueryOK with default headers values

func (*GetSensorInstallersCCIDByQueryOK) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query o k response

func (*GetSensorInstallersCCIDByQueryOK) Error

func (*GetSensorInstallersCCIDByQueryOK) GetPayload

func (*GetSensorInstallersCCIDByQueryOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsClientError() bool

IsClientError returns true when this get sensor installers c c Id by query o k response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsCode added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsCode(code int) bool

IsCode returns true when this get sensor installers c c Id by query o k response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers c c Id by query o k response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsServerError() bool

IsServerError returns true when this get sensor installers c c Id by query o k response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers c c Id by query o k response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryOK) String added in v0.2.27

type GetSensorInstallersCCIDByQueryParams

type GetSensorInstallersCCIDByQueryParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSensorInstallersCCIDByQueryParams contains all the parameters to send to the API endpoint

for the get sensor installers c c ID by query operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersCCIDByQueryParams

func NewGetSensorInstallersCCIDByQueryParams() *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParams creates a new GetSensorInstallersCCIDByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersCCIDByQueryParamsWithContext

func NewGetSensorInstallersCCIDByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithContext creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a context for a request.

func NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient

func NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersCCIDByQueryParamsWithTimeout

func NewGetSensorInstallersCCIDByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithTimeout creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersCCIDByQueryParams) SetContext

SetContext adds the context to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) SetDefaults

func (o *GetSensorInstallersCCIDByQueryParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers c c ID by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersCCIDByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithContext

WithContext adds the context to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers c c ID by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersCCIDByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersCCIDByQueryReader

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

GetSensorInstallersCCIDByQueryReader is a Reader for the GetSensorInstallersCCIDByQuery structure.

func (*GetSensorInstallersCCIDByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersCCIDByQueryTooManyRequests

type GetSensorInstallersCCIDByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersCCIDByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersCCIDByQueryTooManyRequests

func NewGetSensorInstallersCCIDByQueryTooManyRequests() *GetSensorInstallersCCIDByQueryTooManyRequests

NewGetSensorInstallersCCIDByQueryTooManyRequests creates a GetSensorInstallersCCIDByQueryTooManyRequests with default headers values

func (*GetSensorInstallersCCIDByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query too many requests response

func (*GetSensorInstallersCCIDByQueryTooManyRequests) Error

func (*GetSensorInstallersCCIDByQueryTooManyRequests) GetPayload

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers c c Id by query too many requests response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query too many requests response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query too many requests response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers c c Id by query too many requests response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query too many requests response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) String added in v0.2.27

type GetSensorInstallersEntitiesBadRequest

type GetSensorInstallersEntitiesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersEntitiesBadRequest

func NewGetSensorInstallersEntitiesBadRequest() *GetSensorInstallersEntitiesBadRequest

NewGetSensorInstallersEntitiesBadRequest creates a GetSensorInstallersEntitiesBadRequest with default headers values

func (*GetSensorInstallersEntitiesBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers entities bad request response

func (*GetSensorInstallersEntitiesBadRequest) Error

func (*GetSensorInstallersEntitiesBadRequest) GetPayload

func (*GetSensorInstallersEntitiesBadRequest) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers entities bad request response has a 4xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities bad request response a status code equal to that given

func (*GetSensorInstallersEntitiesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities bad request response has a 3xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers entities bad request response has a 5xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities bad request response has a 2xx status code

func (*GetSensorInstallersEntitiesBadRequest) String added in v0.2.27

type GetSensorInstallersEntitiesForbidden

type GetSensorInstallersEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersEntitiesForbidden

func NewGetSensorInstallersEntitiesForbidden() *GetSensorInstallersEntitiesForbidden

NewGetSensorInstallersEntitiesForbidden creates a GetSensorInstallersEntitiesForbidden with default headers values

func (*GetSensorInstallersEntitiesForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers entities forbidden response

func (*GetSensorInstallersEntitiesForbidden) Error

func (*GetSensorInstallersEntitiesForbidden) GetPayload

func (*GetSensorInstallersEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers entities forbidden response has a 4xx status code

func (*GetSensorInstallersEntitiesForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities forbidden response a status code equal to that given

func (*GetSensorInstallersEntitiesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities forbidden response has a 3xx status code

func (*GetSensorInstallersEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers entities forbidden response has a 5xx status code

func (*GetSensorInstallersEntitiesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities forbidden response has a 2xx status code

func (*GetSensorInstallersEntitiesForbidden) String added in v0.2.27

type GetSensorInstallersEntitiesMultiStatus

type GetSensorInstallersEntitiesMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetSensorInstallersEntitiesMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetSensorInstallersEntitiesMultiStatus

func NewGetSensorInstallersEntitiesMultiStatus() *GetSensorInstallersEntitiesMultiStatus

NewGetSensorInstallersEntitiesMultiStatus creates a GetSensorInstallersEntitiesMultiStatus with default headers values

func (*GetSensorInstallersEntitiesMultiStatus) Code added in v0.2.33

Code gets the status code for the get sensor installers entities multi status response

func (*GetSensorInstallersEntitiesMultiStatus) Error

func (*GetSensorInstallersEntitiesMultiStatus) GetPayload

func (*GetSensorInstallersEntitiesMultiStatus) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesMultiStatus) IsClientError() bool

IsClientError returns true when this get sensor installers entities multi status response has a 4xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities multi status response a status code equal to that given

func (*GetSensorInstallersEntitiesMultiStatus) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities multi status response has a 3xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesMultiStatus) IsServerError() bool

IsServerError returns true when this get sensor installers entities multi status response has a 5xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities multi status response has a 2xx status code

func (*GetSensorInstallersEntitiesMultiStatus) String added in v0.2.27

type GetSensorInstallersEntitiesNotFound

type GetSensorInstallersEntitiesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSensorInstallersEntitiesNotFound

func NewGetSensorInstallersEntitiesNotFound() *GetSensorInstallersEntitiesNotFound

NewGetSensorInstallersEntitiesNotFound creates a GetSensorInstallersEntitiesNotFound with default headers values

func (*GetSensorInstallersEntitiesNotFound) Code added in v0.2.33

Code gets the status code for the get sensor installers entities not found response

func (*GetSensorInstallersEntitiesNotFound) Error

func (*GetSensorInstallersEntitiesNotFound) GetPayload

func (*GetSensorInstallersEntitiesNotFound) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsClientError() bool

IsClientError returns true when this get sensor installers entities not found response has a 4xx status code

func (*GetSensorInstallersEntitiesNotFound) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities not found response a status code equal to that given

func (*GetSensorInstallersEntitiesNotFound) IsRedirect added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsRedirect() bool

IsRedirect returns true when this get sensor installers entities not found response has a 3xx status code

func (*GetSensorInstallersEntitiesNotFound) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsServerError() bool

IsServerError returns true when this get sensor installers entities not found response has a 5xx status code

func (*GetSensorInstallersEntitiesNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities not found response has a 2xx status code

func (*GetSensorInstallersEntitiesNotFound) String added in v0.2.27

type GetSensorInstallersEntitiesOK

type GetSensorInstallersEntitiesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetSensorInstallersEntitiesOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersEntitiesOK

func NewGetSensorInstallersEntitiesOK() *GetSensorInstallersEntitiesOK

NewGetSensorInstallersEntitiesOK creates a GetSensorInstallersEntitiesOK with default headers values

func (*GetSensorInstallersEntitiesOK) Code added in v0.2.33

Code gets the status code for the get sensor installers entities o k response

func (*GetSensorInstallersEntitiesOK) Error

func (*GetSensorInstallersEntitiesOK) GetPayload

func (*GetSensorInstallersEntitiesOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsClientError() bool

IsClientError returns true when this get sensor installers entities o k response has a 4xx status code

func (*GetSensorInstallersEntitiesOK) IsCode added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsCode(code int) bool

IsCode returns true when this get sensor installers entities o k response a status code equal to that given

func (*GetSensorInstallersEntitiesOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers entities o k response has a 3xx status code

func (*GetSensorInstallersEntitiesOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsServerError() bool

IsServerError returns true when this get sensor installers entities o k response has a 5xx status code

func (*GetSensorInstallersEntitiesOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers entities o k response has a 2xx status code

func (*GetSensorInstallersEntitiesOK) String added in v0.2.27

type GetSensorInstallersEntitiesParams

type GetSensorInstallersEntitiesParams struct {

	/* Ids.

	   The IDs of the installers
	*/
	Ids []string

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

GetSensorInstallersEntitiesParams contains all the parameters to send to the API endpoint

for the get sensor installers entities operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersEntitiesParams

func NewGetSensorInstallersEntitiesParams() *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParams creates a new GetSensorInstallersEntitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersEntitiesParamsWithContext

func NewGetSensorInstallersEntitiesParamsWithContext(ctx context.Context) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithContext creates a new GetSensorInstallersEntitiesParams object with the ability to set a context for a request.

func NewGetSensorInstallersEntitiesParamsWithHTTPClient

func NewGetSensorInstallersEntitiesParamsWithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithHTTPClient creates a new GetSensorInstallersEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersEntitiesParamsWithTimeout

func NewGetSensorInstallersEntitiesParamsWithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithTimeout creates a new GetSensorInstallersEntitiesParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersEntitiesParams) SetContext

SetContext adds the context to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetDefaults

func (o *GetSensorInstallersEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers entities params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetIds

func (o *GetSensorInstallersEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithContext

WithContext adds the context to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers entities params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithIds

WithIds adds the ids to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersEntitiesReader

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

GetSensorInstallersEntitiesReader is a Reader for the GetSensorInstallersEntities structure.

func (*GetSensorInstallersEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersEntitiesTooManyRequests

type GetSensorInstallersEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersEntitiesTooManyRequests

func NewGetSensorInstallersEntitiesTooManyRequests() *GetSensorInstallersEntitiesTooManyRequests

NewGetSensorInstallersEntitiesTooManyRequests creates a GetSensorInstallersEntitiesTooManyRequests with default headers values

func (*GetSensorInstallersEntitiesTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers entities too many requests response

func (*GetSensorInstallersEntitiesTooManyRequests) Error

func (*GetSensorInstallersEntitiesTooManyRequests) GetPayload

func (*GetSensorInstallersEntitiesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers entities too many requests response has a 4xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities too many requests response a status code equal to that given

func (*GetSensorInstallersEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities too many requests response has a 3xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers entities too many requests response has a 5xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities too many requests response has a 2xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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