Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type RegisterCspmSnapshotAccountBadRequest
- func (o *RegisterCspmSnapshotAccountBadRequest) Code() int
- func (o *RegisterCspmSnapshotAccountBadRequest) Error() string
- func (o *RegisterCspmSnapshotAccountBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *RegisterCspmSnapshotAccountBadRequest) IsClientError() bool
- func (o *RegisterCspmSnapshotAccountBadRequest) IsCode(code int) bool
- func (o *RegisterCspmSnapshotAccountBadRequest) IsRedirect() bool
- func (o *RegisterCspmSnapshotAccountBadRequest) IsServerError() bool
- func (o *RegisterCspmSnapshotAccountBadRequest) IsSuccess() bool
- func (o *RegisterCspmSnapshotAccountBadRequest) String() string
- type RegisterCspmSnapshotAccountForbidden
- func (o *RegisterCspmSnapshotAccountForbidden) Code() int
- func (o *RegisterCspmSnapshotAccountForbidden) Error() string
- func (o *RegisterCspmSnapshotAccountForbidden) GetPayload() *models.MsaspecResponseFields
- func (o *RegisterCspmSnapshotAccountForbidden) IsClientError() bool
- func (o *RegisterCspmSnapshotAccountForbidden) IsCode(code int) bool
- func (o *RegisterCspmSnapshotAccountForbidden) IsRedirect() bool
- func (o *RegisterCspmSnapshotAccountForbidden) IsServerError() bool
- func (o *RegisterCspmSnapshotAccountForbidden) IsSuccess() bool
- func (o *RegisterCspmSnapshotAccountForbidden) String() string
- type RegisterCspmSnapshotAccountInternalServerError
- func (o *RegisterCspmSnapshotAccountInternalServerError) Code() int
- func (o *RegisterCspmSnapshotAccountInternalServerError) Error() string
- func (o *RegisterCspmSnapshotAccountInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *RegisterCspmSnapshotAccountInternalServerError) IsClientError() bool
- func (o *RegisterCspmSnapshotAccountInternalServerError) IsCode(code int) bool
- func (o *RegisterCspmSnapshotAccountInternalServerError) IsRedirect() bool
- func (o *RegisterCspmSnapshotAccountInternalServerError) IsServerError() bool
- func (o *RegisterCspmSnapshotAccountInternalServerError) IsSuccess() bool
- func (o *RegisterCspmSnapshotAccountInternalServerError) String() string
- type RegisterCspmSnapshotAccountOK
- func (o *RegisterCspmSnapshotAccountOK) Code() int
- func (o *RegisterCspmSnapshotAccountOK) Error() string
- func (o *RegisterCspmSnapshotAccountOK) GetPayload() *models.ModelsAccountStatusResponse
- func (o *RegisterCspmSnapshotAccountOK) IsClientError() bool
- func (o *RegisterCspmSnapshotAccountOK) IsCode(code int) bool
- func (o *RegisterCspmSnapshotAccountOK) IsRedirect() bool
- func (o *RegisterCspmSnapshotAccountOK) IsServerError() bool
- func (o *RegisterCspmSnapshotAccountOK) IsSuccess() bool
- func (o *RegisterCspmSnapshotAccountOK) String() string
- type RegisterCspmSnapshotAccountParams
- func NewRegisterCspmSnapshotAccountParams() *RegisterCspmSnapshotAccountParams
- func NewRegisterCspmSnapshotAccountParamsWithContext(ctx context.Context) *RegisterCspmSnapshotAccountParams
- func NewRegisterCspmSnapshotAccountParamsWithHTTPClient(client *http.Client) *RegisterCspmSnapshotAccountParams
- func NewRegisterCspmSnapshotAccountParamsWithTimeout(timeout time.Duration) *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) SetBody(body *models.ModelsAccountEntitiesInput)
- func (o *RegisterCspmSnapshotAccountParams) SetContext(ctx context.Context)
- func (o *RegisterCspmSnapshotAccountParams) SetDefaults()
- func (o *RegisterCspmSnapshotAccountParams) SetHTTPClient(client *http.Client)
- func (o *RegisterCspmSnapshotAccountParams) SetTimeout(timeout time.Duration)
- func (o *RegisterCspmSnapshotAccountParams) WithBody(body *models.ModelsAccountEntitiesInput) *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) WithContext(ctx context.Context) *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) WithDefaults() *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) WithHTTPClient(client *http.Client) *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) WithTimeout(timeout time.Duration) *RegisterCspmSnapshotAccountParams
- func (o *RegisterCspmSnapshotAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegisterCspmSnapshotAccountReader
- type RegisterCspmSnapshotAccountTooManyRequests
- func (o *RegisterCspmSnapshotAccountTooManyRequests) Code() int
- func (o *RegisterCspmSnapshotAccountTooManyRequests) Error() string
- func (o *RegisterCspmSnapshotAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RegisterCspmSnapshotAccountTooManyRequests) IsClientError() bool
- func (o *RegisterCspmSnapshotAccountTooManyRequests) IsCode(code int) bool
- func (o *RegisterCspmSnapshotAccountTooManyRequests) IsRedirect() bool
- func (o *RegisterCspmSnapshotAccountTooManyRequests) IsServerError() bool
- func (o *RegisterCspmSnapshotAccountTooManyRequests) IsSuccess() bool
- func (o *RegisterCspmSnapshotAccountTooManyRequests) String() string
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 registration API
func (*Client) RegisterCspmSnapshotAccount ¶
func (a *Client) RegisterCspmSnapshotAccount(params *RegisterCspmSnapshotAccountParams, opts ...ClientOption) (*RegisterCspmSnapshotAccountOK, error)
RegisterCspmSnapshotAccount registers customer cloud account for snapshot scanning
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 { RegisterCspmSnapshotAccount(params *RegisterCspmSnapshotAccountParams, opts ...ClientOption) (*RegisterCspmSnapshotAccountOK, 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 registration API client.
type RegisterCspmSnapshotAccountBadRequest ¶
type RegisterCspmSnapshotAccountBadRequest 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.MsaspecResponseFields }
RegisterCspmSnapshotAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRegisterCspmSnapshotAccountBadRequest ¶
func NewRegisterCspmSnapshotAccountBadRequest() *RegisterCspmSnapshotAccountBadRequest
NewRegisterCspmSnapshotAccountBadRequest creates a RegisterCspmSnapshotAccountBadRequest with default headers values
func (*RegisterCspmSnapshotAccountBadRequest) Code ¶
func (o *RegisterCspmSnapshotAccountBadRequest) Code() int
Code gets the status code for the register cspm snapshot account bad request response
func (*RegisterCspmSnapshotAccountBadRequest) Error ¶
func (o *RegisterCspmSnapshotAccountBadRequest) Error() string
func (*RegisterCspmSnapshotAccountBadRequest) GetPayload ¶
func (o *RegisterCspmSnapshotAccountBadRequest) GetPayload() *models.MsaspecResponseFields
func (*RegisterCspmSnapshotAccountBadRequest) IsClientError ¶
func (o *RegisterCspmSnapshotAccountBadRequest) IsClientError() bool
IsClientError returns true when this register cspm snapshot account bad request response has a 4xx status code
func (*RegisterCspmSnapshotAccountBadRequest) IsCode ¶
func (o *RegisterCspmSnapshotAccountBadRequest) IsCode(code int) bool
IsCode returns true when this register cspm snapshot account bad request response a status code equal to that given
func (*RegisterCspmSnapshotAccountBadRequest) IsRedirect ¶
func (o *RegisterCspmSnapshotAccountBadRequest) IsRedirect() bool
IsRedirect returns true when this register cspm snapshot account bad request response has a 3xx status code
func (*RegisterCspmSnapshotAccountBadRequest) IsServerError ¶
func (o *RegisterCspmSnapshotAccountBadRequest) IsServerError() bool
IsServerError returns true when this register cspm snapshot account bad request response has a 5xx status code
func (*RegisterCspmSnapshotAccountBadRequest) IsSuccess ¶
func (o *RegisterCspmSnapshotAccountBadRequest) IsSuccess() bool
IsSuccess returns true when this register cspm snapshot account bad request response has a 2xx status code
func (*RegisterCspmSnapshotAccountBadRequest) String ¶
func (o *RegisterCspmSnapshotAccountBadRequest) String() string
type RegisterCspmSnapshotAccountForbidden ¶
type RegisterCspmSnapshotAccountForbidden 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.MsaspecResponseFields }
RegisterCspmSnapshotAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRegisterCspmSnapshotAccountForbidden ¶
func NewRegisterCspmSnapshotAccountForbidden() *RegisterCspmSnapshotAccountForbidden
NewRegisterCspmSnapshotAccountForbidden creates a RegisterCspmSnapshotAccountForbidden with default headers values
func (*RegisterCspmSnapshotAccountForbidden) Code ¶
func (o *RegisterCspmSnapshotAccountForbidden) Code() int
Code gets the status code for the register cspm snapshot account forbidden response
func (*RegisterCspmSnapshotAccountForbidden) Error ¶
func (o *RegisterCspmSnapshotAccountForbidden) Error() string
func (*RegisterCspmSnapshotAccountForbidden) GetPayload ¶
func (o *RegisterCspmSnapshotAccountForbidden) GetPayload() *models.MsaspecResponseFields
func (*RegisterCspmSnapshotAccountForbidden) IsClientError ¶
func (o *RegisterCspmSnapshotAccountForbidden) IsClientError() bool
IsClientError returns true when this register cspm snapshot account forbidden response has a 4xx status code
func (*RegisterCspmSnapshotAccountForbidden) IsCode ¶
func (o *RegisterCspmSnapshotAccountForbidden) IsCode(code int) bool
IsCode returns true when this register cspm snapshot account forbidden response a status code equal to that given
func (*RegisterCspmSnapshotAccountForbidden) IsRedirect ¶
func (o *RegisterCspmSnapshotAccountForbidden) IsRedirect() bool
IsRedirect returns true when this register cspm snapshot account forbidden response has a 3xx status code
func (*RegisterCspmSnapshotAccountForbidden) IsServerError ¶
func (o *RegisterCspmSnapshotAccountForbidden) IsServerError() bool
IsServerError returns true when this register cspm snapshot account forbidden response has a 5xx status code
func (*RegisterCspmSnapshotAccountForbidden) IsSuccess ¶
func (o *RegisterCspmSnapshotAccountForbidden) IsSuccess() bool
IsSuccess returns true when this register cspm snapshot account forbidden response has a 2xx status code
func (*RegisterCspmSnapshotAccountForbidden) String ¶
func (o *RegisterCspmSnapshotAccountForbidden) String() string
type RegisterCspmSnapshotAccountInternalServerError ¶
type RegisterCspmSnapshotAccountInternalServerError 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.MsaspecResponseFields }
RegisterCspmSnapshotAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewRegisterCspmSnapshotAccountInternalServerError ¶
func NewRegisterCspmSnapshotAccountInternalServerError() *RegisterCspmSnapshotAccountInternalServerError
NewRegisterCspmSnapshotAccountInternalServerError creates a RegisterCspmSnapshotAccountInternalServerError with default headers values
func (*RegisterCspmSnapshotAccountInternalServerError) Code ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) Code() int
Code gets the status code for the register cspm snapshot account internal server error response
func (*RegisterCspmSnapshotAccountInternalServerError) Error ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) Error() string
func (*RegisterCspmSnapshotAccountInternalServerError) GetPayload ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*RegisterCspmSnapshotAccountInternalServerError) IsClientError ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) IsClientError() bool
IsClientError returns true when this register cspm snapshot account internal server error response has a 4xx status code
func (*RegisterCspmSnapshotAccountInternalServerError) IsCode ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) IsCode(code int) bool
IsCode returns true when this register cspm snapshot account internal server error response a status code equal to that given
func (*RegisterCspmSnapshotAccountInternalServerError) IsRedirect ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) IsRedirect() bool
IsRedirect returns true when this register cspm snapshot account internal server error response has a 3xx status code
func (*RegisterCspmSnapshotAccountInternalServerError) IsServerError ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) IsServerError() bool
IsServerError returns true when this register cspm snapshot account internal server error response has a 5xx status code
func (*RegisterCspmSnapshotAccountInternalServerError) IsSuccess ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) IsSuccess() bool
IsSuccess returns true when this register cspm snapshot account internal server error response has a 2xx status code
func (*RegisterCspmSnapshotAccountInternalServerError) String ¶
func (o *RegisterCspmSnapshotAccountInternalServerError) String() string
type RegisterCspmSnapshotAccountOK ¶
type RegisterCspmSnapshotAccountOK 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.ModelsAccountStatusResponse }
RegisterCspmSnapshotAccountOK describes a response with status code 200, with default header values.
OK
func NewRegisterCspmSnapshotAccountOK ¶
func NewRegisterCspmSnapshotAccountOK() *RegisterCspmSnapshotAccountOK
NewRegisterCspmSnapshotAccountOK creates a RegisterCspmSnapshotAccountOK with default headers values
func (*RegisterCspmSnapshotAccountOK) Code ¶
func (o *RegisterCspmSnapshotAccountOK) Code() int
Code gets the status code for the register cspm snapshot account o k response
func (*RegisterCspmSnapshotAccountOK) Error ¶
func (o *RegisterCspmSnapshotAccountOK) Error() string
func (*RegisterCspmSnapshotAccountOK) GetPayload ¶
func (o *RegisterCspmSnapshotAccountOK) GetPayload() *models.ModelsAccountStatusResponse
func (*RegisterCspmSnapshotAccountOK) IsClientError ¶
func (o *RegisterCspmSnapshotAccountOK) IsClientError() bool
IsClientError returns true when this register cspm snapshot account o k response has a 4xx status code
func (*RegisterCspmSnapshotAccountOK) IsCode ¶
func (o *RegisterCspmSnapshotAccountOK) IsCode(code int) bool
IsCode returns true when this register cspm snapshot account o k response a status code equal to that given
func (*RegisterCspmSnapshotAccountOK) IsRedirect ¶
func (o *RegisterCspmSnapshotAccountOK) IsRedirect() bool
IsRedirect returns true when this register cspm snapshot account o k response has a 3xx status code
func (*RegisterCspmSnapshotAccountOK) IsServerError ¶
func (o *RegisterCspmSnapshotAccountOK) IsServerError() bool
IsServerError returns true when this register cspm snapshot account o k response has a 5xx status code
func (*RegisterCspmSnapshotAccountOK) IsSuccess ¶
func (o *RegisterCspmSnapshotAccountOK) IsSuccess() bool
IsSuccess returns true when this register cspm snapshot account o k response has a 2xx status code
func (*RegisterCspmSnapshotAccountOK) String ¶
func (o *RegisterCspmSnapshotAccountOK) String() string
type RegisterCspmSnapshotAccountParams ¶
type RegisterCspmSnapshotAccountParams struct { // Body. Body *models.ModelsAccountEntitiesInput Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegisterCspmSnapshotAccountParams contains all the parameters to send to the API endpoint
for the register cspm snapshot account operation. Typically these are written to a http.Request.
func NewRegisterCspmSnapshotAccountParams ¶
func NewRegisterCspmSnapshotAccountParams() *RegisterCspmSnapshotAccountParams
NewRegisterCspmSnapshotAccountParams creates a new RegisterCspmSnapshotAccountParams 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 NewRegisterCspmSnapshotAccountParamsWithContext ¶
func NewRegisterCspmSnapshotAccountParamsWithContext(ctx context.Context) *RegisterCspmSnapshotAccountParams
NewRegisterCspmSnapshotAccountParamsWithContext creates a new RegisterCspmSnapshotAccountParams object with the ability to set a context for a request.
func NewRegisterCspmSnapshotAccountParamsWithHTTPClient ¶
func NewRegisterCspmSnapshotAccountParamsWithHTTPClient(client *http.Client) *RegisterCspmSnapshotAccountParams
NewRegisterCspmSnapshotAccountParamsWithHTTPClient creates a new RegisterCspmSnapshotAccountParams object with the ability to set a custom HTTPClient for a request.
func NewRegisterCspmSnapshotAccountParamsWithTimeout ¶
func NewRegisterCspmSnapshotAccountParamsWithTimeout(timeout time.Duration) *RegisterCspmSnapshotAccountParams
NewRegisterCspmSnapshotAccountParamsWithTimeout creates a new RegisterCspmSnapshotAccountParams object with the ability to set a timeout on a request.
func (*RegisterCspmSnapshotAccountParams) SetBody ¶
func (o *RegisterCspmSnapshotAccountParams) SetBody(body *models.ModelsAccountEntitiesInput)
SetBody adds the body to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) SetContext ¶
func (o *RegisterCspmSnapshotAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) SetDefaults ¶
func (o *RegisterCspmSnapshotAccountParams) SetDefaults()
SetDefaults hydrates default values in the register cspm snapshot account params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterCspmSnapshotAccountParams) SetHTTPClient ¶
func (o *RegisterCspmSnapshotAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) SetTimeout ¶
func (o *RegisterCspmSnapshotAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) WithBody ¶
func (o *RegisterCspmSnapshotAccountParams) WithBody(body *models.ModelsAccountEntitiesInput) *RegisterCspmSnapshotAccountParams
WithBody adds the body to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) WithContext ¶
func (o *RegisterCspmSnapshotAccountParams) WithContext(ctx context.Context) *RegisterCspmSnapshotAccountParams
WithContext adds the context to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) WithDefaults ¶
func (o *RegisterCspmSnapshotAccountParams) WithDefaults() *RegisterCspmSnapshotAccountParams
WithDefaults hydrates default values in the register cspm snapshot account params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterCspmSnapshotAccountParams) WithHTTPClient ¶
func (o *RegisterCspmSnapshotAccountParams) WithHTTPClient(client *http.Client) *RegisterCspmSnapshotAccountParams
WithHTTPClient adds the HTTPClient to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) WithTimeout ¶
func (o *RegisterCspmSnapshotAccountParams) WithTimeout(timeout time.Duration) *RegisterCspmSnapshotAccountParams
WithTimeout adds the timeout to the register cspm snapshot account params
func (*RegisterCspmSnapshotAccountParams) WriteToRequest ¶
func (o *RegisterCspmSnapshotAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegisterCspmSnapshotAccountReader ¶
type RegisterCspmSnapshotAccountReader struct {
// contains filtered or unexported fields
}
RegisterCspmSnapshotAccountReader is a Reader for the RegisterCspmSnapshotAccount structure.
func (*RegisterCspmSnapshotAccountReader) ReadResponse ¶
func (o *RegisterCspmSnapshotAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegisterCspmSnapshotAccountTooManyRequests ¶
type RegisterCspmSnapshotAccountTooManyRequests 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 }
RegisterCspmSnapshotAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRegisterCspmSnapshotAccountTooManyRequests ¶
func NewRegisterCspmSnapshotAccountTooManyRequests() *RegisterCspmSnapshotAccountTooManyRequests
NewRegisterCspmSnapshotAccountTooManyRequests creates a RegisterCspmSnapshotAccountTooManyRequests with default headers values
func (*RegisterCspmSnapshotAccountTooManyRequests) Code ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) Code() int
Code gets the status code for the register cspm snapshot account too many requests response
func (*RegisterCspmSnapshotAccountTooManyRequests) Error ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) Error() string
func (*RegisterCspmSnapshotAccountTooManyRequests) GetPayload ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RegisterCspmSnapshotAccountTooManyRequests) IsClientError ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) IsClientError() bool
IsClientError returns true when this register cspm snapshot account too many requests response has a 4xx status code
func (*RegisterCspmSnapshotAccountTooManyRequests) IsCode ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) IsCode(code int) bool
IsCode returns true when this register cspm snapshot account too many requests response a status code equal to that given
func (*RegisterCspmSnapshotAccountTooManyRequests) IsRedirect ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) IsRedirect() bool
IsRedirect returns true when this register cspm snapshot account too many requests response has a 3xx status code
func (*RegisterCspmSnapshotAccountTooManyRequests) IsServerError ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) IsServerError() bool
IsServerError returns true when this register cspm snapshot account too many requests response has a 5xx status code
func (*RegisterCspmSnapshotAccountTooManyRequests) IsSuccess ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) IsSuccess() bool
IsSuccess returns true when this register cspm snapshot account too many requests response has a 2xx status code
func (*RegisterCspmSnapshotAccountTooManyRequests) String ¶
func (o *RegisterCspmSnapshotAccountTooManyRequests) String() string