Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + type Client struct + func (a *Client) ReportExecutionsDownloadGet(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error) + func (a *Client) ReportExecutionsGet(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error) + func (a *Client) ReportExecutionsQuery(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, error) + func (a *Client) ReportExecutionsRetry(params *ReportExecutionsRetryParams, opts ...ClientOption) (*ReportExecutionsRetryOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ReportExecutionsDownloadGet func(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error) + ReportExecutionsGet func(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error) + ReportExecutionsQuery func(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, error) + ReportExecutionsRetry func(params *ReportExecutionsRetryParams, opts ...ClientOption) (*ReportExecutionsRetryOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ReportExecutionsDownloadGetBadRequest struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsDownloadGetBadRequest() *ReportExecutionsDownloadGetBadRequest + func (o *ReportExecutionsDownloadGetBadRequest) Code() int + func (o *ReportExecutionsDownloadGetBadRequest) Error() string + func (o *ReportExecutionsDownloadGetBadRequest) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsDownloadGetBadRequest) IsClientError() bool + func (o *ReportExecutionsDownloadGetBadRequest) IsCode(code int) bool + func (o *ReportExecutionsDownloadGetBadRequest) IsRedirect() bool + func (o *ReportExecutionsDownloadGetBadRequest) IsServerError() bool + func (o *ReportExecutionsDownloadGetBadRequest) IsSuccess() bool + func (o *ReportExecutionsDownloadGetBadRequest) String() string + type ReportExecutionsDownloadGetForbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsDownloadGetForbidden() *ReportExecutionsDownloadGetForbidden + func (o *ReportExecutionsDownloadGetForbidden) Code() int + func (o *ReportExecutionsDownloadGetForbidden) Error() string + func (o *ReportExecutionsDownloadGetForbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsDownloadGetForbidden) IsClientError() bool + func (o *ReportExecutionsDownloadGetForbidden) IsCode(code int) bool + func (o *ReportExecutionsDownloadGetForbidden) IsRedirect() bool + func (o *ReportExecutionsDownloadGetForbidden) IsServerError() bool + func (o *ReportExecutionsDownloadGetForbidden) IsSuccess() bool + func (o *ReportExecutionsDownloadGetForbidden) String() string + type ReportExecutionsDownloadGetInternalServerError struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsDownloadGetInternalServerError() *ReportExecutionsDownloadGetInternalServerError + func (o *ReportExecutionsDownloadGetInternalServerError) Code() int + func (o *ReportExecutionsDownloadGetInternalServerError) Error() string + func (o *ReportExecutionsDownloadGetInternalServerError) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsDownloadGetInternalServerError) IsClientError() bool + func (o *ReportExecutionsDownloadGetInternalServerError) IsCode(code int) bool + func (o *ReportExecutionsDownloadGetInternalServerError) IsRedirect() bool + func (o *ReportExecutionsDownloadGetInternalServerError) IsServerError() bool + func (o *ReportExecutionsDownloadGetInternalServerError) IsSuccess() bool + func (o *ReportExecutionsDownloadGetInternalServerError) String() string + type ReportExecutionsDownloadGetOK struct + Payload []int64 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsDownloadGetOK() *ReportExecutionsDownloadGetOK + func (o *ReportExecutionsDownloadGetOK) Code() int + func (o *ReportExecutionsDownloadGetOK) Error() string + func (o *ReportExecutionsDownloadGetOK) GetPayload() []int64 + func (o *ReportExecutionsDownloadGetOK) IsClientError() bool + func (o *ReportExecutionsDownloadGetOK) IsCode(code int) bool + func (o *ReportExecutionsDownloadGetOK) IsRedirect() bool + func (o *ReportExecutionsDownloadGetOK) IsServerError() bool + func (o *ReportExecutionsDownloadGetOK) IsSuccess() bool + func (o *ReportExecutionsDownloadGetOK) String() string + type ReportExecutionsDownloadGetParams struct + Context context.Context + HTTPClient *http.Client + Ids string + func NewReportExecutionsDownloadGetParams() *ReportExecutionsDownloadGetParams + func NewReportExecutionsDownloadGetParamsWithContext(ctx context.Context) *ReportExecutionsDownloadGetParams + func NewReportExecutionsDownloadGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsDownloadGetParams + func NewReportExecutionsDownloadGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) SetContext(ctx context.Context) + func (o *ReportExecutionsDownloadGetParams) SetDefaults() + func (o *ReportExecutionsDownloadGetParams) SetHTTPClient(client *http.Client) + func (o *ReportExecutionsDownloadGetParams) SetIds(ids string) + func (o *ReportExecutionsDownloadGetParams) SetTimeout(timeout time.Duration) + func (o *ReportExecutionsDownloadGetParams) WithContext(ctx context.Context) *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) WithDefaults() *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) WithHTTPClient(client *http.Client) *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) WithIds(ids string) *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) WithTimeout(timeout time.Duration) *ReportExecutionsDownloadGetParams + func (o *ReportExecutionsDownloadGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReportExecutionsDownloadGetReader struct + func (o *ReportExecutionsDownloadGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReportExecutionsDownloadGetTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewReportExecutionsDownloadGetTooManyRequests() *ReportExecutionsDownloadGetTooManyRequests + func (o *ReportExecutionsDownloadGetTooManyRequests) Code() int + func (o *ReportExecutionsDownloadGetTooManyRequests) Error() string + func (o *ReportExecutionsDownloadGetTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsDownloadGetTooManyRequests) IsClientError() bool + func (o *ReportExecutionsDownloadGetTooManyRequests) IsCode(code int) bool + func (o *ReportExecutionsDownloadGetTooManyRequests) IsRedirect() bool + func (o *ReportExecutionsDownloadGetTooManyRequests) IsServerError() bool + func (o *ReportExecutionsDownloadGetTooManyRequests) IsSuccess() bool + func (o *ReportExecutionsDownloadGetTooManyRequests) String() string + type ReportExecutionsGetBadRequest struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsGetBadRequest() *ReportExecutionsGetBadRequest + func (o *ReportExecutionsGetBadRequest) Code() int + func (o *ReportExecutionsGetBadRequest) Error() string + func (o *ReportExecutionsGetBadRequest) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsGetBadRequest) IsClientError() bool + func (o *ReportExecutionsGetBadRequest) IsCode(code int) bool + func (o *ReportExecutionsGetBadRequest) IsRedirect() bool + func (o *ReportExecutionsGetBadRequest) IsServerError() bool + func (o *ReportExecutionsGetBadRequest) IsSuccess() bool + func (o *ReportExecutionsGetBadRequest) String() string + type ReportExecutionsGetForbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsGetForbidden() *ReportExecutionsGetForbidden + func (o *ReportExecutionsGetForbidden) Code() int + func (o *ReportExecutionsGetForbidden) Error() string + func (o *ReportExecutionsGetForbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsGetForbidden) IsClientError() bool + func (o *ReportExecutionsGetForbidden) IsCode(code int) bool + func (o *ReportExecutionsGetForbidden) IsRedirect() bool + func (o *ReportExecutionsGetForbidden) IsServerError() bool + func (o *ReportExecutionsGetForbidden) IsSuccess() bool + func (o *ReportExecutionsGetForbidden) String() string + type ReportExecutionsGetOK struct + Payload *models.DomainReportExecutionsResponseV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsGetOK() *ReportExecutionsGetOK + func (o *ReportExecutionsGetOK) Code() int + func (o *ReportExecutionsGetOK) Error() string + func (o *ReportExecutionsGetOK) GetPayload() *models.DomainReportExecutionsResponseV1 + func (o *ReportExecutionsGetOK) IsClientError() bool + func (o *ReportExecutionsGetOK) IsCode(code int) bool + func (o *ReportExecutionsGetOK) IsRedirect() bool + func (o *ReportExecutionsGetOK) IsServerError() bool + func (o *ReportExecutionsGetOK) IsSuccess() bool + func (o *ReportExecutionsGetOK) String() string + type ReportExecutionsGetParams struct + Context context.Context + HTTPClient *http.Client + Ids []string + func NewReportExecutionsGetParams() *ReportExecutionsGetParams + func NewReportExecutionsGetParamsWithContext(ctx context.Context) *ReportExecutionsGetParams + func NewReportExecutionsGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsGetParams + func NewReportExecutionsGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) SetContext(ctx context.Context) + func (o *ReportExecutionsGetParams) SetDefaults() + func (o *ReportExecutionsGetParams) SetHTTPClient(client *http.Client) + func (o *ReportExecutionsGetParams) SetIds(ids []string) + func (o *ReportExecutionsGetParams) SetTimeout(timeout time.Duration) + func (o *ReportExecutionsGetParams) WithContext(ctx context.Context) *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) WithDefaults() *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) WithHTTPClient(client *http.Client) *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) WithIds(ids []string) *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) WithTimeout(timeout time.Duration) *ReportExecutionsGetParams + func (o *ReportExecutionsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReportExecutionsGetReader struct + func (o *ReportExecutionsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReportExecutionsGetTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewReportExecutionsGetTooManyRequests() *ReportExecutionsGetTooManyRequests + func (o *ReportExecutionsGetTooManyRequests) Code() int + func (o *ReportExecutionsGetTooManyRequests) Error() string + func (o *ReportExecutionsGetTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsGetTooManyRequests) IsClientError() bool + func (o *ReportExecutionsGetTooManyRequests) IsCode(code int) bool + func (o *ReportExecutionsGetTooManyRequests) IsRedirect() bool + func (o *ReportExecutionsGetTooManyRequests) IsServerError() bool + func (o *ReportExecutionsGetTooManyRequests) IsSuccess() bool + func (o *ReportExecutionsGetTooManyRequests) String() string + type ReportExecutionsQueryBadRequest struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsQueryBadRequest() *ReportExecutionsQueryBadRequest + func (o *ReportExecutionsQueryBadRequest) Code() int + func (o *ReportExecutionsQueryBadRequest) Error() string + func (o *ReportExecutionsQueryBadRequest) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsQueryBadRequest) IsClientError() bool + func (o *ReportExecutionsQueryBadRequest) IsCode(code int) bool + func (o *ReportExecutionsQueryBadRequest) IsRedirect() bool + func (o *ReportExecutionsQueryBadRequest) IsServerError() bool + func (o *ReportExecutionsQueryBadRequest) IsSuccess() bool + func (o *ReportExecutionsQueryBadRequest) String() string + type ReportExecutionsQueryForbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsQueryForbidden() *ReportExecutionsQueryForbidden + func (o *ReportExecutionsQueryForbidden) Code() int + func (o *ReportExecutionsQueryForbidden) Error() string + func (o *ReportExecutionsQueryForbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsQueryForbidden) IsClientError() bool + func (o *ReportExecutionsQueryForbidden) IsCode(code int) bool + func (o *ReportExecutionsQueryForbidden) IsRedirect() bool + func (o *ReportExecutionsQueryForbidden) IsServerError() bool + func (o *ReportExecutionsQueryForbidden) IsSuccess() bool + func (o *ReportExecutionsQueryForbidden) String() string + type ReportExecutionsQueryOK struct + Payload *models.MsaQueryResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsQueryOK() *ReportExecutionsQueryOK + func (o *ReportExecutionsQueryOK) Code() int + func (o *ReportExecutionsQueryOK) Error() string + func (o *ReportExecutionsQueryOK) GetPayload() *models.MsaQueryResponse + func (o *ReportExecutionsQueryOK) IsClientError() bool + func (o *ReportExecutionsQueryOK) IsCode(code int) bool + func (o *ReportExecutionsQueryOK) IsRedirect() bool + func (o *ReportExecutionsQueryOK) IsServerError() bool + func (o *ReportExecutionsQueryOK) IsSuccess() bool + func (o *ReportExecutionsQueryOK) String() string + type ReportExecutionsQueryParams struct + Context context.Context + Filter *string + HTTPClient *http.Client + Limit *int64 + Offset *string + Q *string + Sort *string + func NewReportExecutionsQueryParams() *ReportExecutionsQueryParams + func NewReportExecutionsQueryParamsWithContext(ctx context.Context) *ReportExecutionsQueryParams + func NewReportExecutionsQueryParamsWithHTTPClient(client *http.Client) *ReportExecutionsQueryParams + func NewReportExecutionsQueryParamsWithTimeout(timeout time.Duration) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) SetContext(ctx context.Context) + func (o *ReportExecutionsQueryParams) SetDefaults() + func (o *ReportExecutionsQueryParams) SetFilter(filter *string) + func (o *ReportExecutionsQueryParams) SetHTTPClient(client *http.Client) + func (o *ReportExecutionsQueryParams) SetLimit(limit *int64) + func (o *ReportExecutionsQueryParams) SetOffset(offset *string) + func (o *ReportExecutionsQueryParams) SetQ(q *string) + func (o *ReportExecutionsQueryParams) SetSort(sort *string) + func (o *ReportExecutionsQueryParams) SetTimeout(timeout time.Duration) + func (o *ReportExecutionsQueryParams) WithContext(ctx context.Context) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithDefaults() *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithFilter(filter *string) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithHTTPClient(client *http.Client) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithLimit(limit *int64) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithOffset(offset *string) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithQ(q *string) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithSort(sort *string) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WithTimeout(timeout time.Duration) *ReportExecutionsQueryParams + func (o *ReportExecutionsQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReportExecutionsQueryReader struct + func (o *ReportExecutionsQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReportExecutionsQueryTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewReportExecutionsQueryTooManyRequests() *ReportExecutionsQueryTooManyRequests + func (o *ReportExecutionsQueryTooManyRequests) Code() int + func (o *ReportExecutionsQueryTooManyRequests) Error() string + func (o *ReportExecutionsQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsQueryTooManyRequests) IsClientError() bool + func (o *ReportExecutionsQueryTooManyRequests) IsCode(code int) bool + func (o *ReportExecutionsQueryTooManyRequests) IsRedirect() bool + func (o *ReportExecutionsQueryTooManyRequests) IsServerError() bool + func (o *ReportExecutionsQueryTooManyRequests) IsSuccess() bool + func (o *ReportExecutionsQueryTooManyRequests) String() string + type ReportExecutionsRetryBadRequest struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsRetryBadRequest() *ReportExecutionsRetryBadRequest + func (o *ReportExecutionsRetryBadRequest) Code() int + func (o *ReportExecutionsRetryBadRequest) Error() string + func (o *ReportExecutionsRetryBadRequest) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsRetryBadRequest) IsClientError() bool + func (o *ReportExecutionsRetryBadRequest) IsCode(code int) bool + func (o *ReportExecutionsRetryBadRequest) IsRedirect() bool + func (o *ReportExecutionsRetryBadRequest) IsServerError() bool + func (o *ReportExecutionsRetryBadRequest) IsSuccess() bool + func (o *ReportExecutionsRetryBadRequest) String() string + type ReportExecutionsRetryForbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsRetryForbidden() *ReportExecutionsRetryForbidden + func (o *ReportExecutionsRetryForbidden) Code() int + func (o *ReportExecutionsRetryForbidden) Error() string + func (o *ReportExecutionsRetryForbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsRetryForbidden) IsClientError() bool + func (o *ReportExecutionsRetryForbidden) IsCode(code int) bool + func (o *ReportExecutionsRetryForbidden) IsRedirect() bool + func (o *ReportExecutionsRetryForbidden) IsServerError() bool + func (o *ReportExecutionsRetryForbidden) IsSuccess() bool + func (o *ReportExecutionsRetryForbidden) String() string + type ReportExecutionsRetryOK struct + Payload *models.DomainReportExecutionsResponseV1 + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewReportExecutionsRetryOK() *ReportExecutionsRetryOK + func (o *ReportExecutionsRetryOK) Code() int + func (o *ReportExecutionsRetryOK) Error() string + func (o *ReportExecutionsRetryOK) GetPayload() *models.DomainReportExecutionsResponseV1 + func (o *ReportExecutionsRetryOK) IsClientError() bool + func (o *ReportExecutionsRetryOK) IsCode(code int) bool + func (o *ReportExecutionsRetryOK) IsRedirect() bool + func (o *ReportExecutionsRetryOK) IsServerError() bool + func (o *ReportExecutionsRetryOK) IsSuccess() bool + func (o *ReportExecutionsRetryOK) String() string + type ReportExecutionsRetryParams struct + Body []*models.DomainReportExecutionRetryRequestV1 + Context context.Context + HTTPClient *http.Client + func NewReportExecutionsRetryParams() *ReportExecutionsRetryParams + func NewReportExecutionsRetryParamsWithContext(ctx context.Context) *ReportExecutionsRetryParams + func NewReportExecutionsRetryParamsWithHTTPClient(client *http.Client) *ReportExecutionsRetryParams + func NewReportExecutionsRetryParamsWithTimeout(timeout time.Duration) *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) SetBody(body []*models.DomainReportExecutionRetryRequestV1) + func (o *ReportExecutionsRetryParams) SetContext(ctx context.Context) + func (o *ReportExecutionsRetryParams) SetDefaults() + func (o *ReportExecutionsRetryParams) SetHTTPClient(client *http.Client) + func (o *ReportExecutionsRetryParams) SetTimeout(timeout time.Duration) + func (o *ReportExecutionsRetryParams) WithBody(body []*models.DomainReportExecutionRetryRequestV1) *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) WithContext(ctx context.Context) *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) WithDefaults() *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) WithHTTPClient(client *http.Client) *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) WithTimeout(timeout time.Duration) *ReportExecutionsRetryParams + func (o *ReportExecutionsRetryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReportExecutionsRetryReader struct + func (o *ReportExecutionsRetryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReportExecutionsRetryTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewReportExecutionsRetryTooManyRequests() *ReportExecutionsRetryTooManyRequests + func (o *ReportExecutionsRetryTooManyRequests) Code() int + func (o *ReportExecutionsRetryTooManyRequests) Error() string + func (o *ReportExecutionsRetryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *ReportExecutionsRetryTooManyRequests) IsClientError() bool + func (o *ReportExecutionsRetryTooManyRequests) IsCode(code int) bool + func (o *ReportExecutionsRetryTooManyRequests) IsRedirect() bool + func (o *ReportExecutionsRetryTooManyRequests) IsServerError() bool + func (o *ReportExecutionsRetryTooManyRequests) IsSuccess() bool + func (o *ReportExecutionsRetryTooManyRequests) String() string