report_executions

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2021 License: MIT 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 report executions API

func (*Client) ReportExecutionsDownloadGet

func (a *Client) ReportExecutionsDownloadGet(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error)

ReportExecutionsDownloadGet gets report entity download

func (*Client) ReportExecutionsGet

func (a *Client) ReportExecutionsGet(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error)

ReportExecutionsGet retrieves report details for the provided report i ds

func (*Client) ReportExecutionsQuery

func (a *Client) ReportExecutionsQuery(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, error)

ReportExecutionsQuery finds all report execution i ds matching the query with filter

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 {
	ReportExecutionsDownloadGet(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error)

	ReportExecutionsGet(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error)

	ReportExecutionsQuery(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, 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 report executions API client.

type ReportExecutionsDownloadGetBadRequest

type ReportExecutionsDownloadGetBadRequest 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
}
ReportExecutionsDownloadGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewReportExecutionsDownloadGetBadRequest

func NewReportExecutionsDownloadGetBadRequest() *ReportExecutionsDownloadGetBadRequest

NewReportExecutionsDownloadGetBadRequest creates a ReportExecutionsDownloadGetBadRequest with default headers values

func (*ReportExecutionsDownloadGetBadRequest) Error

func (*ReportExecutionsDownloadGetBadRequest) GetPayload

type ReportExecutionsDownloadGetDefault

type ReportExecutionsDownloadGetDefault struct {
	Payload []int64
	// contains filtered or unexported fields
}
ReportExecutionsDownloadGetDefault describes a response with status code -1, with default header values.

OK

func NewReportExecutionsDownloadGetDefault

func NewReportExecutionsDownloadGetDefault(code int) *ReportExecutionsDownloadGetDefault

NewReportExecutionsDownloadGetDefault creates a ReportExecutionsDownloadGetDefault with default headers values

func (*ReportExecutionsDownloadGetDefault) Code

Code gets the status code for the report executions download get default response

func (*ReportExecutionsDownloadGetDefault) Error

func (*ReportExecutionsDownloadGetDefault) GetPayload

func (o *ReportExecutionsDownloadGetDefault) GetPayload() []int64

type ReportExecutionsDownloadGetForbidden

type ReportExecutionsDownloadGetForbidden 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
}
ReportExecutionsDownloadGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewReportExecutionsDownloadGetForbidden

func NewReportExecutionsDownloadGetForbidden() *ReportExecutionsDownloadGetForbidden

NewReportExecutionsDownloadGetForbidden creates a ReportExecutionsDownloadGetForbidden with default headers values

func (*ReportExecutionsDownloadGetForbidden) Error

func (*ReportExecutionsDownloadGetForbidden) GetPayload

type ReportExecutionsDownloadGetInternalServerError

type ReportExecutionsDownloadGetInternalServerError 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
}
ReportExecutionsDownloadGetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewReportExecutionsDownloadGetInternalServerError

func NewReportExecutionsDownloadGetInternalServerError() *ReportExecutionsDownloadGetInternalServerError

NewReportExecutionsDownloadGetInternalServerError creates a ReportExecutionsDownloadGetInternalServerError with default headers values

func (*ReportExecutionsDownloadGetInternalServerError) Error

func (*ReportExecutionsDownloadGetInternalServerError) GetPayload

type ReportExecutionsDownloadGetOK

type ReportExecutionsDownloadGetOK 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 []int64
}
ReportExecutionsDownloadGetOK describes a response with status code 200, with default header values.

OK

func NewReportExecutionsDownloadGetOK

func NewReportExecutionsDownloadGetOK() *ReportExecutionsDownloadGetOK

NewReportExecutionsDownloadGetOK creates a ReportExecutionsDownloadGetOK with default headers values

func (*ReportExecutionsDownloadGetOK) Error

func (*ReportExecutionsDownloadGetOK) GetPayload

func (o *ReportExecutionsDownloadGetOK) GetPayload() []int64

type ReportExecutionsDownloadGetParams

type ReportExecutionsDownloadGetParams struct {

	/* Ids.

	   The report_execution id to download
	*/
	Ids string

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

ReportExecutionsDownloadGetParams contains all the parameters to send to the API endpoint

for the report executions download get operation.

Typically these are written to a http.Request.

func NewReportExecutionsDownloadGetParams

func NewReportExecutionsDownloadGetParams() *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParams creates a new ReportExecutionsDownloadGetParams 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 NewReportExecutionsDownloadGetParamsWithContext

func NewReportExecutionsDownloadGetParamsWithContext(ctx context.Context) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithContext creates a new ReportExecutionsDownloadGetParams object with the ability to set a context for a request.

func NewReportExecutionsDownloadGetParamsWithHTTPClient

func NewReportExecutionsDownloadGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithHTTPClient creates a new ReportExecutionsDownloadGetParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsDownloadGetParamsWithTimeout

func NewReportExecutionsDownloadGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithTimeout creates a new ReportExecutionsDownloadGetParams object with the ability to set a timeout on a request.

func (*ReportExecutionsDownloadGetParams) SetContext

SetContext adds the context to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetDefaults

func (o *ReportExecutionsDownloadGetParams) SetDefaults()

SetDefaults hydrates default values in the report executions download get params (not the query body).

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

func (*ReportExecutionsDownloadGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetIds

SetIds adds the ids to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetTimeout

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

SetTimeout adds the timeout to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithContext

WithContext adds the context to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithDefaults

WithDefaults hydrates default values in the report executions download get params (not the query body).

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

func (*ReportExecutionsDownloadGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithIds

WithIds adds the ids to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithTimeout

WithTimeout adds the timeout to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsDownloadGetReader

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

ReportExecutionsDownloadGetReader is a Reader for the ReportExecutionsDownloadGet structure.

func (*ReportExecutionsDownloadGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsDownloadGetTooManyRequests

type ReportExecutionsDownloadGetTooManyRequests 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
}
ReportExecutionsDownloadGetTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReportExecutionsDownloadGetTooManyRequests

func NewReportExecutionsDownloadGetTooManyRequests() *ReportExecutionsDownloadGetTooManyRequests

NewReportExecutionsDownloadGetTooManyRequests creates a ReportExecutionsDownloadGetTooManyRequests with default headers values

func (*ReportExecutionsDownloadGetTooManyRequests) Error

func (*ReportExecutionsDownloadGetTooManyRequests) GetPayload

type ReportExecutionsGetBadRequest

type ReportExecutionsGetBadRequest 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
}
ReportExecutionsGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewReportExecutionsGetBadRequest

func NewReportExecutionsGetBadRequest() *ReportExecutionsGetBadRequest

NewReportExecutionsGetBadRequest creates a ReportExecutionsGetBadRequest with default headers values

func (*ReportExecutionsGetBadRequest) Error

func (*ReportExecutionsGetBadRequest) GetPayload

type ReportExecutionsGetDefault

type ReportExecutionsGetDefault struct {
	Payload *models.APIReportExecutionsResponseV1
	// contains filtered or unexported fields
}
ReportExecutionsGetDefault describes a response with status code -1, with default header values.

OK

func NewReportExecutionsGetDefault

func NewReportExecutionsGetDefault(code int) *ReportExecutionsGetDefault

NewReportExecutionsGetDefault creates a ReportExecutionsGetDefault with default headers values

func (*ReportExecutionsGetDefault) Code

func (o *ReportExecutionsGetDefault) Code() int

Code gets the status code for the report executions get default response

func (*ReportExecutionsGetDefault) Error

func (*ReportExecutionsGetDefault) GetPayload

type ReportExecutionsGetForbidden

type ReportExecutionsGetForbidden 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
}
ReportExecutionsGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewReportExecutionsGetForbidden

func NewReportExecutionsGetForbidden() *ReportExecutionsGetForbidden

NewReportExecutionsGetForbidden creates a ReportExecutionsGetForbidden with default headers values

func (*ReportExecutionsGetForbidden) Error

func (*ReportExecutionsGetForbidden) GetPayload

type ReportExecutionsGetOK

type ReportExecutionsGetOK 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.APIReportExecutionsResponseV1
}
ReportExecutionsGetOK describes a response with status code 200, with default header values.

OK

func NewReportExecutionsGetOK

func NewReportExecutionsGetOK() *ReportExecutionsGetOK

NewReportExecutionsGetOK creates a ReportExecutionsGetOK with default headers values

func (*ReportExecutionsGetOK) Error

func (o *ReportExecutionsGetOK) Error() string

func (*ReportExecutionsGetOK) GetPayload

type ReportExecutionsGetParams

type ReportExecutionsGetParams struct {

	/* Ids.

	   The report_execution id to get details about.
	*/
	Ids []string

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

ReportExecutionsGetParams contains all the parameters to send to the API endpoint

for the report executions get operation.

Typically these are written to a http.Request.

func NewReportExecutionsGetParams

func NewReportExecutionsGetParams() *ReportExecutionsGetParams

NewReportExecutionsGetParams creates a new ReportExecutionsGetParams 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 NewReportExecutionsGetParamsWithContext

func NewReportExecutionsGetParamsWithContext(ctx context.Context) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithContext creates a new ReportExecutionsGetParams object with the ability to set a context for a request.

func NewReportExecutionsGetParamsWithHTTPClient

func NewReportExecutionsGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithHTTPClient creates a new ReportExecutionsGetParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsGetParamsWithTimeout

func NewReportExecutionsGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithTimeout creates a new ReportExecutionsGetParams object with the ability to set a timeout on a request.

func (*ReportExecutionsGetParams) SetContext

func (o *ReportExecutionsGetParams) SetContext(ctx context.Context)

SetContext adds the context to the report executions get params

func (*ReportExecutionsGetParams) SetDefaults

func (o *ReportExecutionsGetParams) SetDefaults()

SetDefaults hydrates default values in the report executions get params (not the query body).

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

func (*ReportExecutionsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions get params

func (*ReportExecutionsGetParams) SetIds

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

SetIds adds the ids to the report executions get params

func (*ReportExecutionsGetParams) SetTimeout

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

SetTimeout adds the timeout to the report executions get params

func (*ReportExecutionsGetParams) WithContext

WithContext adds the context to the report executions get params

func (*ReportExecutionsGetParams) WithDefaults

WithDefaults hydrates default values in the report executions get params (not the query body).

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

func (*ReportExecutionsGetParams) WithHTTPClient

func (o *ReportExecutionsGetParams) WithHTTPClient(client *http.Client) *ReportExecutionsGetParams

WithHTTPClient adds the HTTPClient to the report executions get params

func (*ReportExecutionsGetParams) WithIds

WithIds adds the ids to the report executions get params

func (*ReportExecutionsGetParams) WithTimeout

WithTimeout adds the timeout to the report executions get params

func (*ReportExecutionsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsGetReader

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

ReportExecutionsGetReader is a Reader for the ReportExecutionsGet structure.

func (*ReportExecutionsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsGetTooManyRequests

type ReportExecutionsGetTooManyRequests 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
}
ReportExecutionsGetTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReportExecutionsGetTooManyRequests

func NewReportExecutionsGetTooManyRequests() *ReportExecutionsGetTooManyRequests

NewReportExecutionsGetTooManyRequests creates a ReportExecutionsGetTooManyRequests with default headers values

func (*ReportExecutionsGetTooManyRequests) Error

func (*ReportExecutionsGetTooManyRequests) GetPayload

type ReportExecutionsQueryBadRequest

type ReportExecutionsQueryBadRequest 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
}
ReportExecutionsQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewReportExecutionsQueryBadRequest

func NewReportExecutionsQueryBadRequest() *ReportExecutionsQueryBadRequest

NewReportExecutionsQueryBadRequest creates a ReportExecutionsQueryBadRequest with default headers values

func (*ReportExecutionsQueryBadRequest) Error

func (*ReportExecutionsQueryBadRequest) GetPayload

type ReportExecutionsQueryDefault

type ReportExecutionsQueryDefault struct {
	Payload *models.MsaQueryResponse
	// contains filtered or unexported fields
}
ReportExecutionsQueryDefault describes a response with status code -1, with default header values.

OK

func NewReportExecutionsQueryDefault

func NewReportExecutionsQueryDefault(code int) *ReportExecutionsQueryDefault

NewReportExecutionsQueryDefault creates a ReportExecutionsQueryDefault with default headers values

func (*ReportExecutionsQueryDefault) Code

Code gets the status code for the report executions query default response

func (*ReportExecutionsQueryDefault) Error

func (*ReportExecutionsQueryDefault) GetPayload

type ReportExecutionsQueryForbidden

type ReportExecutionsQueryForbidden 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
}
ReportExecutionsQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewReportExecutionsQueryForbidden

func NewReportExecutionsQueryForbidden() *ReportExecutionsQueryForbidden

NewReportExecutionsQueryForbidden creates a ReportExecutionsQueryForbidden with default headers values

func (*ReportExecutionsQueryForbidden) Error

func (*ReportExecutionsQueryForbidden) GetPayload

type ReportExecutionsQueryOK

type ReportExecutionsQueryOK 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.MsaQueryResponse
}
ReportExecutionsQueryOK describes a response with status code 200, with default header values.

OK

func NewReportExecutionsQueryOK

func NewReportExecutionsQueryOK() *ReportExecutionsQueryOK

NewReportExecutionsQueryOK creates a ReportExecutionsQueryOK with default headers values

func (*ReportExecutionsQueryOK) Error

func (o *ReportExecutionsQueryOK) Error() string

func (*ReportExecutionsQueryOK) GetPayload

type ReportExecutionsQueryParams

type ReportExecutionsQueryParams struct {

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: type, scheduled_report_id, status. Filter range criteria: created_on, last_updated_on, expiration_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Possible order by fields: created_on, last_updated_on
	*/
	Sort *string

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

ReportExecutionsQueryParams contains all the parameters to send to the API endpoint

for the report executions query operation.

Typically these are written to a http.Request.

func NewReportExecutionsQueryParams

func NewReportExecutionsQueryParams() *ReportExecutionsQueryParams

NewReportExecutionsQueryParams creates a new ReportExecutionsQueryParams 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 NewReportExecutionsQueryParamsWithContext

func NewReportExecutionsQueryParamsWithContext(ctx context.Context) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithContext creates a new ReportExecutionsQueryParams object with the ability to set a context for a request.

func NewReportExecutionsQueryParamsWithHTTPClient

func NewReportExecutionsQueryParamsWithHTTPClient(client *http.Client) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithHTTPClient creates a new ReportExecutionsQueryParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsQueryParamsWithTimeout

func NewReportExecutionsQueryParamsWithTimeout(timeout time.Duration) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithTimeout creates a new ReportExecutionsQueryParams object with the ability to set a timeout on a request.

func (*ReportExecutionsQueryParams) SetContext

func (o *ReportExecutionsQueryParams) SetContext(ctx context.Context)

SetContext adds the context to the report executions query params

func (*ReportExecutionsQueryParams) SetDefaults

func (o *ReportExecutionsQueryParams) SetDefaults()

SetDefaults hydrates default values in the report executions query params (not the query body).

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

func (*ReportExecutionsQueryParams) SetFilter

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

SetFilter adds the filter to the report executions query params

func (*ReportExecutionsQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions query params

func (*ReportExecutionsQueryParams) SetLimit

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

SetLimit adds the limit to the report executions query params

func (*ReportExecutionsQueryParams) SetOffset

func (o *ReportExecutionsQueryParams) SetOffset(offset *string)

SetOffset adds the offset to the report executions query params

func (*ReportExecutionsQueryParams) SetQ

func (o *ReportExecutionsQueryParams) SetQ(q *string)

SetQ adds the q to the report executions query params

func (*ReportExecutionsQueryParams) SetSort

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

SetSort adds the sort to the report executions query params

func (*ReportExecutionsQueryParams) SetTimeout

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

SetTimeout adds the timeout to the report executions query params

func (*ReportExecutionsQueryParams) WithContext

WithContext adds the context to the report executions query params

func (*ReportExecutionsQueryParams) WithDefaults

WithDefaults hydrates default values in the report executions query params (not the query body).

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

func (*ReportExecutionsQueryParams) WithFilter

WithFilter adds the filter to the report executions query params

func (*ReportExecutionsQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the report executions query params

func (*ReportExecutionsQueryParams) WithLimit

WithLimit adds the limit to the report executions query params

func (*ReportExecutionsQueryParams) WithOffset

WithOffset adds the offset to the report executions query params

func (*ReportExecutionsQueryParams) WithQ

WithQ adds the q to the report executions query params

func (*ReportExecutionsQueryParams) WithSort

WithSort adds the sort to the report executions query params

func (*ReportExecutionsQueryParams) WithTimeout

WithTimeout adds the timeout to the report executions query params

func (*ReportExecutionsQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsQueryReader

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

ReportExecutionsQueryReader is a Reader for the ReportExecutionsQuery structure.

func (*ReportExecutionsQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsQueryTooManyRequests

type ReportExecutionsQueryTooManyRequests 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
}
ReportExecutionsQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewReportExecutionsQueryTooManyRequests

func NewReportExecutionsQueryTooManyRequests() *ReportExecutionsQueryTooManyRequests

NewReportExecutionsQueryTooManyRequests creates a ReportExecutionsQueryTooManyRequests with default headers values

func (*ReportExecutionsQueryTooManyRequests) Error

func (*ReportExecutionsQueryTooManyRequests) GetPayload

Jump to

Keyboard shortcuts

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