Documentation
¶
Index ¶
- type Client
- func (a *Client) GetUserIssueSearchOptions(params *GetUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateUserIssueSearchOptions(params *UpdateUserIssueSearchOptionsParams, ...) (*UpdateUserIssueSearchOptionsOK, error)
- type ClientService
- type GetUserIssueSearchOptionsBadRequest
- type GetUserIssueSearchOptionsConflict
- type GetUserIssueSearchOptionsForbidden
- type GetUserIssueSearchOptionsInternalServerError
- type GetUserIssueSearchOptionsNotFound
- type GetUserIssueSearchOptionsOK
- type GetUserIssueSearchOptionsParams
- func NewGetUserIssueSearchOptionsParams() *GetUserIssueSearchOptionsParams
- func NewGetUserIssueSearchOptionsParamsWithContext(ctx context.Context) *GetUserIssueSearchOptionsParams
- func NewGetUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsParams
- func NewGetUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsParams
- func (o *GetUserIssueSearchOptionsParams) SetContext(ctx context.Context)
- func (o *GetUserIssueSearchOptionsParams) SetHTTPClient(client *http.Client)
- func (o *GetUserIssueSearchOptionsParams) SetTimeout(timeout time.Duration)
- func (o *GetUserIssueSearchOptionsParams) WithContext(ctx context.Context) *GetUserIssueSearchOptionsParams
- func (o *GetUserIssueSearchOptionsParams) WithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsParams
- func (o *GetUserIssueSearchOptionsParams) WithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsParams
- func (o *GetUserIssueSearchOptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserIssueSearchOptionsReader
- type GetUserIssueSearchOptionsUnauthorized
- type UpdateUserIssueSearchOptionsBadRequest
- type UpdateUserIssueSearchOptionsConflict
- type UpdateUserIssueSearchOptionsForbidden
- type UpdateUserIssueSearchOptionsInternalServerError
- type UpdateUserIssueSearchOptionsNotFound
- type UpdateUserIssueSearchOptionsOK
- type UpdateUserIssueSearchOptionsParams
- func NewUpdateUserIssueSearchOptionsParams() *UpdateUserIssueSearchOptionsParams
- func NewUpdateUserIssueSearchOptionsParamsWithContext(ctx context.Context) *UpdateUserIssueSearchOptionsParams
- func NewUpdateUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsParams
- func NewUpdateUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsParams
- func (o *UpdateUserIssueSearchOptionsParams) SetContext(ctx context.Context)
- func (o *UpdateUserIssueSearchOptionsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateUserIssueSearchOptionsParams) SetResource(resource *models.UserIssueSearchOptions)
- func (o *UpdateUserIssueSearchOptionsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateUserIssueSearchOptionsParams) WithContext(ctx context.Context) *UpdateUserIssueSearchOptionsParams
- func (o *UpdateUserIssueSearchOptionsParams) WithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsParams
- func (o *UpdateUserIssueSearchOptionsParams) WithResource(resource *models.UserIssueSearchOptions) *UpdateUserIssueSearchOptionsParams
- func (o *UpdateUserIssueSearchOptionsParams) WithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsParams
- func (o *UpdateUserIssueSearchOptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateUserIssueSearchOptionsReader
- type UpdateUserIssueSearchOptionsUnauthorized
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 user issue search options controller API
func (*Client) GetUserIssueSearchOptions ¶
func (a *Client) GetUserIssueSearchOptions(params *GetUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOK, error)
GetUserIssueSearchOptions gets
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateUserIssueSearchOptions ¶
func (a *Client) UpdateUserIssueSearchOptions(params *UpdateUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOK, error)
UpdateUserIssueSearchOptions updates
type ClientService ¶
type ClientService interface { GetUserIssueSearchOptions(params *GetUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetUserIssueSearchOptionsOK, error) UpdateUserIssueSearchOptions(params *UpdateUserIssueSearchOptionsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateUserIssueSearchOptionsOK, 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 user issue search options controller API client.
type GetUserIssueSearchOptionsBadRequest ¶
GetUserIssueSearchOptionsBadRequest handles this case with default header values.
Bad Request
func NewGetUserIssueSearchOptionsBadRequest ¶
func NewGetUserIssueSearchOptionsBadRequest() *GetUserIssueSearchOptionsBadRequest
NewGetUserIssueSearchOptionsBadRequest creates a GetUserIssueSearchOptionsBadRequest with default headers values
func (*GetUserIssueSearchOptionsBadRequest) Error ¶
func (o *GetUserIssueSearchOptionsBadRequest) Error() string
func (*GetUserIssueSearchOptionsBadRequest) GetPayload ¶
func (o *GetUserIssueSearchOptionsBadRequest) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsConflict ¶
GetUserIssueSearchOptionsConflict handles this case with default header values.
Conflict
func NewGetUserIssueSearchOptionsConflict ¶
func NewGetUserIssueSearchOptionsConflict() *GetUserIssueSearchOptionsConflict
NewGetUserIssueSearchOptionsConflict creates a GetUserIssueSearchOptionsConflict with default headers values
func (*GetUserIssueSearchOptionsConflict) Error ¶
func (o *GetUserIssueSearchOptionsConflict) Error() string
func (*GetUserIssueSearchOptionsConflict) GetPayload ¶
func (o *GetUserIssueSearchOptionsConflict) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsForbidden ¶
GetUserIssueSearchOptionsForbidden handles this case with default header values.
Forbidden
func NewGetUserIssueSearchOptionsForbidden ¶
func NewGetUserIssueSearchOptionsForbidden() *GetUserIssueSearchOptionsForbidden
NewGetUserIssueSearchOptionsForbidden creates a GetUserIssueSearchOptionsForbidden with default headers values
func (*GetUserIssueSearchOptionsForbidden) Error ¶
func (o *GetUserIssueSearchOptionsForbidden) Error() string
func (*GetUserIssueSearchOptionsForbidden) GetPayload ¶
func (o *GetUserIssueSearchOptionsForbidden) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsInternalServerError ¶
GetUserIssueSearchOptionsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetUserIssueSearchOptionsInternalServerError ¶
func NewGetUserIssueSearchOptionsInternalServerError() *GetUserIssueSearchOptionsInternalServerError
NewGetUserIssueSearchOptionsInternalServerError creates a GetUserIssueSearchOptionsInternalServerError with default headers values
func (*GetUserIssueSearchOptionsInternalServerError) Error ¶
func (o *GetUserIssueSearchOptionsInternalServerError) Error() string
func (*GetUserIssueSearchOptionsInternalServerError) GetPayload ¶
func (o *GetUserIssueSearchOptionsInternalServerError) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsNotFound ¶
GetUserIssueSearchOptionsNotFound handles this case with default header values.
Not Found
func NewGetUserIssueSearchOptionsNotFound ¶
func NewGetUserIssueSearchOptionsNotFound() *GetUserIssueSearchOptionsNotFound
NewGetUserIssueSearchOptionsNotFound creates a GetUserIssueSearchOptionsNotFound with default headers values
func (*GetUserIssueSearchOptionsNotFound) Error ¶
func (o *GetUserIssueSearchOptionsNotFound) Error() string
func (*GetUserIssueSearchOptionsNotFound) GetPayload ¶
func (o *GetUserIssueSearchOptionsNotFound) GetPayload() *models.APIResult
type GetUserIssueSearchOptionsOK ¶
type GetUserIssueSearchOptionsOK struct {
Payload *models.APIResultUserIssueSearchOptions
}
GetUserIssueSearchOptionsOK handles this case with default header values.
OK
func NewGetUserIssueSearchOptionsOK ¶
func NewGetUserIssueSearchOptionsOK() *GetUserIssueSearchOptionsOK
NewGetUserIssueSearchOptionsOK creates a GetUserIssueSearchOptionsOK with default headers values
func (*GetUserIssueSearchOptionsOK) Error ¶
func (o *GetUserIssueSearchOptionsOK) Error() string
func (*GetUserIssueSearchOptionsOK) GetPayload ¶
func (o *GetUserIssueSearchOptionsOK) GetPayload() *models.APIResultUserIssueSearchOptions
type GetUserIssueSearchOptionsParams ¶
type GetUserIssueSearchOptionsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserIssueSearchOptionsParams contains all the parameters to send to the API endpoint for the get user issue search options operation typically these are written to a http.Request
func NewGetUserIssueSearchOptionsParams ¶
func NewGetUserIssueSearchOptionsParams() *GetUserIssueSearchOptionsParams
NewGetUserIssueSearchOptionsParams creates a new GetUserIssueSearchOptionsParams object with the default values initialized.
func NewGetUserIssueSearchOptionsParamsWithContext ¶
func NewGetUserIssueSearchOptionsParamsWithContext(ctx context.Context) *GetUserIssueSearchOptionsParams
NewGetUserIssueSearchOptionsParamsWithContext creates a new GetUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserIssueSearchOptionsParamsWithHTTPClient ¶
func NewGetUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsParams
NewGetUserIssueSearchOptionsParamsWithHTTPClient creates a new GetUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserIssueSearchOptionsParamsWithTimeout ¶
func NewGetUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsParams
NewGetUserIssueSearchOptionsParamsWithTimeout creates a new GetUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserIssueSearchOptionsParams) SetContext ¶
func (o *GetUserIssueSearchOptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) SetHTTPClient ¶
func (o *GetUserIssueSearchOptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) SetTimeout ¶
func (o *GetUserIssueSearchOptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) WithContext ¶
func (o *GetUserIssueSearchOptionsParams) WithContext(ctx context.Context) *GetUserIssueSearchOptionsParams
WithContext adds the context to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) WithHTTPClient ¶
func (o *GetUserIssueSearchOptionsParams) WithHTTPClient(client *http.Client) *GetUserIssueSearchOptionsParams
WithHTTPClient adds the HTTPClient to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) WithTimeout ¶
func (o *GetUserIssueSearchOptionsParams) WithTimeout(timeout time.Duration) *GetUserIssueSearchOptionsParams
WithTimeout adds the timeout to the get user issue search options params
func (*GetUserIssueSearchOptionsParams) WriteToRequest ¶
func (o *GetUserIssueSearchOptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserIssueSearchOptionsReader ¶
type GetUserIssueSearchOptionsReader struct {
// contains filtered or unexported fields
}
GetUserIssueSearchOptionsReader is a Reader for the GetUserIssueSearchOptions structure.
func (*GetUserIssueSearchOptionsReader) ReadResponse ¶
func (o *GetUserIssueSearchOptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserIssueSearchOptionsUnauthorized ¶
type GetUserIssueSearchOptionsUnauthorized struct {
}GetUserIssueSearchOptionsUnauthorized handles this case with default header values.
Unauthorized
func NewGetUserIssueSearchOptionsUnauthorized ¶
func NewGetUserIssueSearchOptionsUnauthorized() *GetUserIssueSearchOptionsUnauthorized
NewGetUserIssueSearchOptionsUnauthorized creates a GetUserIssueSearchOptionsUnauthorized with default headers values
func (*GetUserIssueSearchOptionsUnauthorized) Error ¶
func (o *GetUserIssueSearchOptionsUnauthorized) Error() string
func (*GetUserIssueSearchOptionsUnauthorized) GetPayload ¶
func (o *GetUserIssueSearchOptionsUnauthorized) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsBadRequest ¶
UpdateUserIssueSearchOptionsBadRequest handles this case with default header values.
Bad Request
func NewUpdateUserIssueSearchOptionsBadRequest ¶
func NewUpdateUserIssueSearchOptionsBadRequest() *UpdateUserIssueSearchOptionsBadRequest
NewUpdateUserIssueSearchOptionsBadRequest creates a UpdateUserIssueSearchOptionsBadRequest with default headers values
func (*UpdateUserIssueSearchOptionsBadRequest) Error ¶
func (o *UpdateUserIssueSearchOptionsBadRequest) Error() string
func (*UpdateUserIssueSearchOptionsBadRequest) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsBadRequest) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsConflict ¶
UpdateUserIssueSearchOptionsConflict handles this case with default header values.
Conflict
func NewUpdateUserIssueSearchOptionsConflict ¶
func NewUpdateUserIssueSearchOptionsConflict() *UpdateUserIssueSearchOptionsConflict
NewUpdateUserIssueSearchOptionsConflict creates a UpdateUserIssueSearchOptionsConflict with default headers values
func (*UpdateUserIssueSearchOptionsConflict) Error ¶
func (o *UpdateUserIssueSearchOptionsConflict) Error() string
func (*UpdateUserIssueSearchOptionsConflict) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsConflict) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsForbidden ¶
UpdateUserIssueSearchOptionsForbidden handles this case with default header values.
Forbidden
func NewUpdateUserIssueSearchOptionsForbidden ¶
func NewUpdateUserIssueSearchOptionsForbidden() *UpdateUserIssueSearchOptionsForbidden
NewUpdateUserIssueSearchOptionsForbidden creates a UpdateUserIssueSearchOptionsForbidden with default headers values
func (*UpdateUserIssueSearchOptionsForbidden) Error ¶
func (o *UpdateUserIssueSearchOptionsForbidden) Error() string
func (*UpdateUserIssueSearchOptionsForbidden) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsForbidden) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsInternalServerError ¶
UpdateUserIssueSearchOptionsInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateUserIssueSearchOptionsInternalServerError ¶
func NewUpdateUserIssueSearchOptionsInternalServerError() *UpdateUserIssueSearchOptionsInternalServerError
NewUpdateUserIssueSearchOptionsInternalServerError creates a UpdateUserIssueSearchOptionsInternalServerError with default headers values
func (*UpdateUserIssueSearchOptionsInternalServerError) Error ¶
func (o *UpdateUserIssueSearchOptionsInternalServerError) Error() string
func (*UpdateUserIssueSearchOptionsInternalServerError) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsInternalServerError) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsNotFound ¶
UpdateUserIssueSearchOptionsNotFound handles this case with default header values.
Not Found
func NewUpdateUserIssueSearchOptionsNotFound ¶
func NewUpdateUserIssueSearchOptionsNotFound() *UpdateUserIssueSearchOptionsNotFound
NewUpdateUserIssueSearchOptionsNotFound creates a UpdateUserIssueSearchOptionsNotFound with default headers values
func (*UpdateUserIssueSearchOptionsNotFound) Error ¶
func (o *UpdateUserIssueSearchOptionsNotFound) Error() string
func (*UpdateUserIssueSearchOptionsNotFound) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsNotFound) GetPayload() *models.APIResult
type UpdateUserIssueSearchOptionsOK ¶
type UpdateUserIssueSearchOptionsOK struct {
Payload *models.APIResultUserIssueSearchOptions
}
UpdateUserIssueSearchOptionsOK handles this case with default header values.
OK
func NewUpdateUserIssueSearchOptionsOK ¶
func NewUpdateUserIssueSearchOptionsOK() *UpdateUserIssueSearchOptionsOK
NewUpdateUserIssueSearchOptionsOK creates a UpdateUserIssueSearchOptionsOK with default headers values
func (*UpdateUserIssueSearchOptionsOK) Error ¶
func (o *UpdateUserIssueSearchOptionsOK) Error() string
func (*UpdateUserIssueSearchOptionsOK) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsOK) GetPayload() *models.APIResultUserIssueSearchOptions
type UpdateUserIssueSearchOptionsParams ¶
type UpdateUserIssueSearchOptionsParams struct { /*Resource resource */ Resource *models.UserIssueSearchOptions Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateUserIssueSearchOptionsParams contains all the parameters to send to the API endpoint for the update user issue search options operation typically these are written to a http.Request
func NewUpdateUserIssueSearchOptionsParams ¶
func NewUpdateUserIssueSearchOptionsParams() *UpdateUserIssueSearchOptionsParams
NewUpdateUserIssueSearchOptionsParams creates a new UpdateUserIssueSearchOptionsParams object with the default values initialized.
func NewUpdateUserIssueSearchOptionsParamsWithContext ¶
func NewUpdateUserIssueSearchOptionsParamsWithContext(ctx context.Context) *UpdateUserIssueSearchOptionsParams
NewUpdateUserIssueSearchOptionsParamsWithContext creates a new UpdateUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateUserIssueSearchOptionsParamsWithHTTPClient ¶
func NewUpdateUserIssueSearchOptionsParamsWithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsParams
NewUpdateUserIssueSearchOptionsParamsWithHTTPClient creates a new UpdateUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateUserIssueSearchOptionsParamsWithTimeout ¶
func NewUpdateUserIssueSearchOptionsParamsWithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsParams
NewUpdateUserIssueSearchOptionsParamsWithTimeout creates a new UpdateUserIssueSearchOptionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateUserIssueSearchOptionsParams) SetContext ¶
func (o *UpdateUserIssueSearchOptionsParams) SetContext(ctx context.Context)
SetContext adds the context to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) SetHTTPClient ¶
func (o *UpdateUserIssueSearchOptionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) SetResource ¶
func (o *UpdateUserIssueSearchOptionsParams) SetResource(resource *models.UserIssueSearchOptions)
SetResource adds the resource to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) SetTimeout ¶
func (o *UpdateUserIssueSearchOptionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) WithContext ¶
func (o *UpdateUserIssueSearchOptionsParams) WithContext(ctx context.Context) *UpdateUserIssueSearchOptionsParams
WithContext adds the context to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) WithHTTPClient ¶
func (o *UpdateUserIssueSearchOptionsParams) WithHTTPClient(client *http.Client) *UpdateUserIssueSearchOptionsParams
WithHTTPClient adds the HTTPClient to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) WithResource ¶
func (o *UpdateUserIssueSearchOptionsParams) WithResource(resource *models.UserIssueSearchOptions) *UpdateUserIssueSearchOptionsParams
WithResource adds the resource to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) WithTimeout ¶
func (o *UpdateUserIssueSearchOptionsParams) WithTimeout(timeout time.Duration) *UpdateUserIssueSearchOptionsParams
WithTimeout adds the timeout to the update user issue search options params
func (*UpdateUserIssueSearchOptionsParams) WriteToRequest ¶
func (o *UpdateUserIssueSearchOptionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateUserIssueSearchOptionsReader ¶
type UpdateUserIssueSearchOptionsReader struct {
// contains filtered or unexported fields
}
UpdateUserIssueSearchOptionsReader is a Reader for the UpdateUserIssueSearchOptions structure.
func (*UpdateUserIssueSearchOptionsReader) ReadResponse ¶
func (o *UpdateUserIssueSearchOptionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateUserIssueSearchOptionsUnauthorized ¶
type UpdateUserIssueSearchOptionsUnauthorized struct {
}UpdateUserIssueSearchOptionsUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateUserIssueSearchOptionsUnauthorized ¶
func NewUpdateUserIssueSearchOptionsUnauthorized() *UpdateUserIssueSearchOptionsUnauthorized
NewUpdateUserIssueSearchOptionsUnauthorized creates a UpdateUserIssueSearchOptionsUnauthorized with default headers values
func (*UpdateUserIssueSearchOptionsUnauthorized) Error ¶
func (o *UpdateUserIssueSearchOptionsUnauthorized) Error() string
func (*UpdateUserIssueSearchOptionsUnauthorized) GetPayload ¶
func (o *UpdateUserIssueSearchOptionsUnauthorized) GetPayload() *models.APIResult