Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type CustomerSettingsUpdateBadRequest
- func (o *CustomerSettingsUpdateBadRequest) Code() int
- func (o *CustomerSettingsUpdateBadRequest) Error() string
- func (o *CustomerSettingsUpdateBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CustomerSettingsUpdateBadRequest) IsClientError() bool
- func (o *CustomerSettingsUpdateBadRequest) IsCode(code int) bool
- func (o *CustomerSettingsUpdateBadRequest) IsRedirect() bool
- func (o *CustomerSettingsUpdateBadRequest) IsServerError() bool
- func (o *CustomerSettingsUpdateBadRequest) IsSuccess() bool
- func (o *CustomerSettingsUpdateBadRequest) String() string
- type CustomerSettingsUpdateForbidden
- func (o *CustomerSettingsUpdateForbidden) Code() int
- func (o *CustomerSettingsUpdateForbidden) Error() string
- func (o *CustomerSettingsUpdateForbidden) GetPayload() *models.MsaspecResponseFields
- func (o *CustomerSettingsUpdateForbidden) IsClientError() bool
- func (o *CustomerSettingsUpdateForbidden) IsCode(code int) bool
- func (o *CustomerSettingsUpdateForbidden) IsRedirect() bool
- func (o *CustomerSettingsUpdateForbidden) IsServerError() bool
- func (o *CustomerSettingsUpdateForbidden) IsSuccess() bool
- func (o *CustomerSettingsUpdateForbidden) String() string
- type CustomerSettingsUpdateInternalServerError
- func (o *CustomerSettingsUpdateInternalServerError) Code() int
- func (o *CustomerSettingsUpdateInternalServerError) Error() string
- func (o *CustomerSettingsUpdateInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CustomerSettingsUpdateInternalServerError) IsClientError() bool
- func (o *CustomerSettingsUpdateInternalServerError) IsCode(code int) bool
- func (o *CustomerSettingsUpdateInternalServerError) IsRedirect() bool
- func (o *CustomerSettingsUpdateInternalServerError) IsServerError() bool
- func (o *CustomerSettingsUpdateInternalServerError) IsSuccess() bool
- func (o *CustomerSettingsUpdateInternalServerError) String() string
- type CustomerSettingsUpdateNotFound
- func (o *CustomerSettingsUpdateNotFound) Code() int
- func (o *CustomerSettingsUpdateNotFound) Error() string
- func (o *CustomerSettingsUpdateNotFound) GetPayload() *models.MsaspecQueryResponse
- func (o *CustomerSettingsUpdateNotFound) IsClientError() bool
- func (o *CustomerSettingsUpdateNotFound) IsCode(code int) bool
- func (o *CustomerSettingsUpdateNotFound) IsRedirect() bool
- func (o *CustomerSettingsUpdateNotFound) IsServerError() bool
- func (o *CustomerSettingsUpdateNotFound) IsSuccess() bool
- func (o *CustomerSettingsUpdateNotFound) String() string
- type CustomerSettingsUpdateOK
- func (o *CustomerSettingsUpdateOK) Code() int
- func (o *CustomerSettingsUpdateOK) Error() string
- func (o *CustomerSettingsUpdateOK) GetPayload() *models.MsaspecQueryResponse
- func (o *CustomerSettingsUpdateOK) IsClientError() bool
- func (o *CustomerSettingsUpdateOK) IsCode(code int) bool
- func (o *CustomerSettingsUpdateOK) IsRedirect() bool
- func (o *CustomerSettingsUpdateOK) IsServerError() bool
- func (o *CustomerSettingsUpdateOK) IsSuccess() bool
- func (o *CustomerSettingsUpdateOK) String() string
- type CustomerSettingsUpdateParams
- func NewCustomerSettingsUpdateParams() *CustomerSettingsUpdateParams
- func NewCustomerSettingsUpdateParamsWithContext(ctx context.Context) *CustomerSettingsUpdateParams
- func NewCustomerSettingsUpdateParamsWithHTTPClient(client *http.Client) *CustomerSettingsUpdateParams
- func NewCustomerSettingsUpdateParamsWithTimeout(timeout time.Duration) *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) SetBody(body *models.APICustomerSettingsPatchRequestV1)
- func (o *CustomerSettingsUpdateParams) SetContext(ctx context.Context)
- func (o *CustomerSettingsUpdateParams) SetDefaults()
- func (o *CustomerSettingsUpdateParams) SetHTTPClient(client *http.Client)
- func (o *CustomerSettingsUpdateParams) SetTimeout(timeout time.Duration)
- func (o *CustomerSettingsUpdateParams) WithBody(body *models.APICustomerSettingsPatchRequestV1) *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) WithContext(ctx context.Context) *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) WithDefaults() *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) WithHTTPClient(client *http.Client) *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) WithTimeout(timeout time.Duration) *CustomerSettingsUpdateParams
- func (o *CustomerSettingsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CustomerSettingsUpdateReader
- type CustomerSettingsUpdateTooManyRequests
- func (o *CustomerSettingsUpdateTooManyRequests) Code() int
- func (o *CustomerSettingsUpdateTooManyRequests) Error() string
- func (o *CustomerSettingsUpdateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CustomerSettingsUpdateTooManyRequests) IsClientError() bool
- func (o *CustomerSettingsUpdateTooManyRequests) IsCode(code int) bool
- func (o *CustomerSettingsUpdateTooManyRequests) IsRedirect() bool
- func (o *CustomerSettingsUpdateTooManyRequests) IsServerError() bool
- func (o *CustomerSettingsUpdateTooManyRequests) IsSuccess() bool
- func (o *CustomerSettingsUpdateTooManyRequests) 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 installation tokens settings API
func (*Client) CustomerSettingsUpdate ¶
func (a *Client) CustomerSettingsUpdate(params *CustomerSettingsUpdateParams, opts ...ClientOption) (*CustomerSettingsUpdateOK, error)
CustomerSettingsUpdate updates installation token settings
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 { CustomerSettingsUpdate(params *CustomerSettingsUpdateParams, opts ...ClientOption) (*CustomerSettingsUpdateOK, 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 installation tokens settings API client.
type CustomerSettingsUpdateBadRequest ¶
type CustomerSettingsUpdateBadRequest 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 }
CustomerSettingsUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCustomerSettingsUpdateBadRequest ¶
func NewCustomerSettingsUpdateBadRequest() *CustomerSettingsUpdateBadRequest
NewCustomerSettingsUpdateBadRequest creates a CustomerSettingsUpdateBadRequest with default headers values
func (*CustomerSettingsUpdateBadRequest) Code ¶
func (o *CustomerSettingsUpdateBadRequest) Code() int
Code gets the status code for the customer settings update bad request response
func (*CustomerSettingsUpdateBadRequest) Error ¶
func (o *CustomerSettingsUpdateBadRequest) Error() string
func (*CustomerSettingsUpdateBadRequest) GetPayload ¶
func (o *CustomerSettingsUpdateBadRequest) GetPayload() *models.MsaspecResponseFields
func (*CustomerSettingsUpdateBadRequest) IsClientError ¶
func (o *CustomerSettingsUpdateBadRequest) IsClientError() bool
IsClientError returns true when this customer settings update bad request response has a 4xx status code
func (*CustomerSettingsUpdateBadRequest) IsCode ¶
func (o *CustomerSettingsUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this customer settings update bad request response a status code equal to that given
func (*CustomerSettingsUpdateBadRequest) IsRedirect ¶
func (o *CustomerSettingsUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this customer settings update bad request response has a 3xx status code
func (*CustomerSettingsUpdateBadRequest) IsServerError ¶
func (o *CustomerSettingsUpdateBadRequest) IsServerError() bool
IsServerError returns true when this customer settings update bad request response has a 5xx status code
func (*CustomerSettingsUpdateBadRequest) IsSuccess ¶
func (o *CustomerSettingsUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this customer settings update bad request response has a 2xx status code
func (*CustomerSettingsUpdateBadRequest) String ¶
func (o *CustomerSettingsUpdateBadRequest) String() string
type CustomerSettingsUpdateForbidden ¶
type CustomerSettingsUpdateForbidden 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 }
CustomerSettingsUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCustomerSettingsUpdateForbidden ¶
func NewCustomerSettingsUpdateForbidden() *CustomerSettingsUpdateForbidden
NewCustomerSettingsUpdateForbidden creates a CustomerSettingsUpdateForbidden with default headers values
func (*CustomerSettingsUpdateForbidden) Code ¶
func (o *CustomerSettingsUpdateForbidden) Code() int
Code gets the status code for the customer settings update forbidden response
func (*CustomerSettingsUpdateForbidden) Error ¶
func (o *CustomerSettingsUpdateForbidden) Error() string
func (*CustomerSettingsUpdateForbidden) GetPayload ¶
func (o *CustomerSettingsUpdateForbidden) GetPayload() *models.MsaspecResponseFields
func (*CustomerSettingsUpdateForbidden) IsClientError ¶
func (o *CustomerSettingsUpdateForbidden) IsClientError() bool
IsClientError returns true when this customer settings update forbidden response has a 4xx status code
func (*CustomerSettingsUpdateForbidden) IsCode ¶
func (o *CustomerSettingsUpdateForbidden) IsCode(code int) bool
IsCode returns true when this customer settings update forbidden response a status code equal to that given
func (*CustomerSettingsUpdateForbidden) IsRedirect ¶
func (o *CustomerSettingsUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this customer settings update forbidden response has a 3xx status code
func (*CustomerSettingsUpdateForbidden) IsServerError ¶
func (o *CustomerSettingsUpdateForbidden) IsServerError() bool
IsServerError returns true when this customer settings update forbidden response has a 5xx status code
func (*CustomerSettingsUpdateForbidden) IsSuccess ¶
func (o *CustomerSettingsUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this customer settings update forbidden response has a 2xx status code
func (*CustomerSettingsUpdateForbidden) String ¶
func (o *CustomerSettingsUpdateForbidden) String() string
type CustomerSettingsUpdateInternalServerError ¶
type CustomerSettingsUpdateInternalServerError 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 }
CustomerSettingsUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCustomerSettingsUpdateInternalServerError ¶
func NewCustomerSettingsUpdateInternalServerError() *CustomerSettingsUpdateInternalServerError
NewCustomerSettingsUpdateInternalServerError creates a CustomerSettingsUpdateInternalServerError with default headers values
func (*CustomerSettingsUpdateInternalServerError) Code ¶
func (o *CustomerSettingsUpdateInternalServerError) Code() int
Code gets the status code for the customer settings update internal server error response
func (*CustomerSettingsUpdateInternalServerError) Error ¶
func (o *CustomerSettingsUpdateInternalServerError) Error() string
func (*CustomerSettingsUpdateInternalServerError) GetPayload ¶
func (o *CustomerSettingsUpdateInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*CustomerSettingsUpdateInternalServerError) IsClientError ¶
func (o *CustomerSettingsUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this customer settings update internal server error response has a 4xx status code
func (*CustomerSettingsUpdateInternalServerError) IsCode ¶
func (o *CustomerSettingsUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this customer settings update internal server error response a status code equal to that given
func (*CustomerSettingsUpdateInternalServerError) IsRedirect ¶
func (o *CustomerSettingsUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this customer settings update internal server error response has a 3xx status code
func (*CustomerSettingsUpdateInternalServerError) IsServerError ¶
func (o *CustomerSettingsUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this customer settings update internal server error response has a 5xx status code
func (*CustomerSettingsUpdateInternalServerError) IsSuccess ¶
func (o *CustomerSettingsUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this customer settings update internal server error response has a 2xx status code
func (*CustomerSettingsUpdateInternalServerError) String ¶
func (o *CustomerSettingsUpdateInternalServerError) String() string
type CustomerSettingsUpdateNotFound ¶
type CustomerSettingsUpdateNotFound 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 }
CustomerSettingsUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewCustomerSettingsUpdateNotFound ¶
func NewCustomerSettingsUpdateNotFound() *CustomerSettingsUpdateNotFound
NewCustomerSettingsUpdateNotFound creates a CustomerSettingsUpdateNotFound with default headers values
func (*CustomerSettingsUpdateNotFound) Code ¶
func (o *CustomerSettingsUpdateNotFound) Code() int
Code gets the status code for the customer settings update not found response
func (*CustomerSettingsUpdateNotFound) Error ¶
func (o *CustomerSettingsUpdateNotFound) Error() string
func (*CustomerSettingsUpdateNotFound) GetPayload ¶
func (o *CustomerSettingsUpdateNotFound) GetPayload() *models.MsaspecQueryResponse
func (*CustomerSettingsUpdateNotFound) IsClientError ¶
func (o *CustomerSettingsUpdateNotFound) IsClientError() bool
IsClientError returns true when this customer settings update not found response has a 4xx status code
func (*CustomerSettingsUpdateNotFound) IsCode ¶
func (o *CustomerSettingsUpdateNotFound) IsCode(code int) bool
IsCode returns true when this customer settings update not found response a status code equal to that given
func (*CustomerSettingsUpdateNotFound) IsRedirect ¶
func (o *CustomerSettingsUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this customer settings update not found response has a 3xx status code
func (*CustomerSettingsUpdateNotFound) IsServerError ¶
func (o *CustomerSettingsUpdateNotFound) IsServerError() bool
IsServerError returns true when this customer settings update not found response has a 5xx status code
func (*CustomerSettingsUpdateNotFound) IsSuccess ¶
func (o *CustomerSettingsUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this customer settings update not found response has a 2xx status code
func (*CustomerSettingsUpdateNotFound) String ¶
func (o *CustomerSettingsUpdateNotFound) String() string
type CustomerSettingsUpdateOK ¶
type CustomerSettingsUpdateOK 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 }
CustomerSettingsUpdateOK describes a response with status code 200, with default header values.
OK
func NewCustomerSettingsUpdateOK ¶
func NewCustomerSettingsUpdateOK() *CustomerSettingsUpdateOK
NewCustomerSettingsUpdateOK creates a CustomerSettingsUpdateOK with default headers values
func (*CustomerSettingsUpdateOK) Code ¶
func (o *CustomerSettingsUpdateOK) Code() int
Code gets the status code for the customer settings update o k response
func (*CustomerSettingsUpdateOK) Error ¶
func (o *CustomerSettingsUpdateOK) Error() string
func (*CustomerSettingsUpdateOK) GetPayload ¶
func (o *CustomerSettingsUpdateOK) GetPayload() *models.MsaspecQueryResponse
func (*CustomerSettingsUpdateOK) IsClientError ¶
func (o *CustomerSettingsUpdateOK) IsClientError() bool
IsClientError returns true when this customer settings update o k response has a 4xx status code
func (*CustomerSettingsUpdateOK) IsCode ¶
func (o *CustomerSettingsUpdateOK) IsCode(code int) bool
IsCode returns true when this customer settings update o k response a status code equal to that given
func (*CustomerSettingsUpdateOK) IsRedirect ¶
func (o *CustomerSettingsUpdateOK) IsRedirect() bool
IsRedirect returns true when this customer settings update o k response has a 3xx status code
func (*CustomerSettingsUpdateOK) IsServerError ¶
func (o *CustomerSettingsUpdateOK) IsServerError() bool
IsServerError returns true when this customer settings update o k response has a 5xx status code
func (*CustomerSettingsUpdateOK) IsSuccess ¶
func (o *CustomerSettingsUpdateOK) IsSuccess() bool
IsSuccess returns true when this customer settings update o k response has a 2xx status code
func (*CustomerSettingsUpdateOK) String ¶
func (o *CustomerSettingsUpdateOK) String() string
type CustomerSettingsUpdateParams ¶
type CustomerSettingsUpdateParams struct { // Body. Body *models.APICustomerSettingsPatchRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CustomerSettingsUpdateParams contains all the parameters to send to the API endpoint
for the customer settings update operation. Typically these are written to a http.Request.
func NewCustomerSettingsUpdateParams ¶
func NewCustomerSettingsUpdateParams() *CustomerSettingsUpdateParams
NewCustomerSettingsUpdateParams creates a new CustomerSettingsUpdateParams 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 NewCustomerSettingsUpdateParamsWithContext ¶
func NewCustomerSettingsUpdateParamsWithContext(ctx context.Context) *CustomerSettingsUpdateParams
NewCustomerSettingsUpdateParamsWithContext creates a new CustomerSettingsUpdateParams object with the ability to set a context for a request.
func NewCustomerSettingsUpdateParamsWithHTTPClient ¶
func NewCustomerSettingsUpdateParamsWithHTTPClient(client *http.Client) *CustomerSettingsUpdateParams
NewCustomerSettingsUpdateParamsWithHTTPClient creates a new CustomerSettingsUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewCustomerSettingsUpdateParamsWithTimeout ¶
func NewCustomerSettingsUpdateParamsWithTimeout(timeout time.Duration) *CustomerSettingsUpdateParams
NewCustomerSettingsUpdateParamsWithTimeout creates a new CustomerSettingsUpdateParams object with the ability to set a timeout on a request.
func (*CustomerSettingsUpdateParams) SetBody ¶
func (o *CustomerSettingsUpdateParams) SetBody(body *models.APICustomerSettingsPatchRequestV1)
SetBody adds the body to the customer settings update params
func (*CustomerSettingsUpdateParams) SetContext ¶
func (o *CustomerSettingsUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the customer settings update params
func (*CustomerSettingsUpdateParams) SetDefaults ¶
func (o *CustomerSettingsUpdateParams) SetDefaults()
SetDefaults hydrates default values in the customer settings update params (not the query body).
All values with no default are reset to their zero value.
func (*CustomerSettingsUpdateParams) SetHTTPClient ¶
func (o *CustomerSettingsUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the customer settings update params
func (*CustomerSettingsUpdateParams) SetTimeout ¶
func (o *CustomerSettingsUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the customer settings update params
func (*CustomerSettingsUpdateParams) WithBody ¶
func (o *CustomerSettingsUpdateParams) WithBody(body *models.APICustomerSettingsPatchRequestV1) *CustomerSettingsUpdateParams
WithBody adds the body to the customer settings update params
func (*CustomerSettingsUpdateParams) WithContext ¶
func (o *CustomerSettingsUpdateParams) WithContext(ctx context.Context) *CustomerSettingsUpdateParams
WithContext adds the context to the customer settings update params
func (*CustomerSettingsUpdateParams) WithDefaults ¶
func (o *CustomerSettingsUpdateParams) WithDefaults() *CustomerSettingsUpdateParams
WithDefaults hydrates default values in the customer settings update params (not the query body).
All values with no default are reset to their zero value.
func (*CustomerSettingsUpdateParams) WithHTTPClient ¶
func (o *CustomerSettingsUpdateParams) WithHTTPClient(client *http.Client) *CustomerSettingsUpdateParams
WithHTTPClient adds the HTTPClient to the customer settings update params
func (*CustomerSettingsUpdateParams) WithTimeout ¶
func (o *CustomerSettingsUpdateParams) WithTimeout(timeout time.Duration) *CustomerSettingsUpdateParams
WithTimeout adds the timeout to the customer settings update params
func (*CustomerSettingsUpdateParams) WriteToRequest ¶
func (o *CustomerSettingsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CustomerSettingsUpdateReader ¶
type CustomerSettingsUpdateReader struct {
// contains filtered or unexported fields
}
CustomerSettingsUpdateReader is a Reader for the CustomerSettingsUpdate structure.
func (*CustomerSettingsUpdateReader) ReadResponse ¶
func (o *CustomerSettingsUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CustomerSettingsUpdateTooManyRequests ¶
type CustomerSettingsUpdateTooManyRequests 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 }
CustomerSettingsUpdateTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCustomerSettingsUpdateTooManyRequests ¶
func NewCustomerSettingsUpdateTooManyRequests() *CustomerSettingsUpdateTooManyRequests
NewCustomerSettingsUpdateTooManyRequests creates a CustomerSettingsUpdateTooManyRequests with default headers values
func (*CustomerSettingsUpdateTooManyRequests) Code ¶
func (o *CustomerSettingsUpdateTooManyRequests) Code() int
Code gets the status code for the customer settings update too many requests response
func (*CustomerSettingsUpdateTooManyRequests) Error ¶
func (o *CustomerSettingsUpdateTooManyRequests) Error() string
func (*CustomerSettingsUpdateTooManyRequests) GetPayload ¶
func (o *CustomerSettingsUpdateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CustomerSettingsUpdateTooManyRequests) IsClientError ¶
func (o *CustomerSettingsUpdateTooManyRequests) IsClientError() bool
IsClientError returns true when this customer settings update too many requests response has a 4xx status code
func (*CustomerSettingsUpdateTooManyRequests) IsCode ¶
func (o *CustomerSettingsUpdateTooManyRequests) IsCode(code int) bool
IsCode returns true when this customer settings update too many requests response a status code equal to that given
func (*CustomerSettingsUpdateTooManyRequests) IsRedirect ¶
func (o *CustomerSettingsUpdateTooManyRequests) IsRedirect() bool
IsRedirect returns true when this customer settings update too many requests response has a 3xx status code
func (*CustomerSettingsUpdateTooManyRequests) IsServerError ¶
func (o *CustomerSettingsUpdateTooManyRequests) IsServerError() bool
IsServerError returns true when this customer settings update too many requests response has a 5xx status code
func (*CustomerSettingsUpdateTooManyRequests) IsSuccess ¶
func (o *CustomerSettingsUpdateTooManyRequests) IsSuccess() bool
IsSuccess returns true when this customer settings update too many requests response has a 2xx status code
func (*CustomerSettingsUpdateTooManyRequests) String ¶
func (o *CustomerSettingsUpdateTooManyRequests) String() string