Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2020 Changes in this version + type Client struct + func (a *Client) GetLogsUsingGET(params *GetLogsUsingGETParams) (*GetLogsUsingGETOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetLogsUsingGET func(params *GetLogsUsingGETParams) (*GetLogsUsingGETOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetLogsUsingGETForbidden struct + func NewGetLogsUsingGETForbidden() *GetLogsUsingGETForbidden + func (o *GetLogsUsingGETForbidden) Error() string + type GetLogsUsingGETNotFound struct + func NewGetLogsUsingGETNotFound() *GetLogsUsingGETNotFound + func (o *GetLogsUsingGETNotFound) Error() string + type GetLogsUsingGETOK struct + func NewGetLogsUsingGETOK() *GetLogsUsingGETOK + func (o *GetLogsUsingGETOK) Error() string + type GetLogsUsingGETParams struct + Context context.Context + DispositionType *string + Folder *string + HTTPClient *http.Client + PageNumber *int32 + PageSize *int32 + func NewGetLogsUsingGETParams() *GetLogsUsingGETParams + func NewGetLogsUsingGETParamsWithContext(ctx context.Context) *GetLogsUsingGETParams + func NewGetLogsUsingGETParamsWithHTTPClient(client *http.Client) *GetLogsUsingGETParams + func NewGetLogsUsingGETParamsWithTimeout(timeout time.Duration) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) SetContext(ctx context.Context) + func (o *GetLogsUsingGETParams) SetDispositionType(dispositionType *string) + func (o *GetLogsUsingGETParams) SetFolder(folder *string) + func (o *GetLogsUsingGETParams) SetHTTPClient(client *http.Client) + func (o *GetLogsUsingGETParams) SetPageNumber(pageNumber *int32) + func (o *GetLogsUsingGETParams) SetPageSize(pageSize *int32) + func (o *GetLogsUsingGETParams) SetTimeout(timeout time.Duration) + func (o *GetLogsUsingGETParams) WithContext(ctx context.Context) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithDispositionType(dispositionType *string) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithFolder(folder *string) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithHTTPClient(client *http.Client) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithPageNumber(pageNumber *int32) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithPageSize(pageSize *int32) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WithTimeout(timeout time.Duration) *GetLogsUsingGETParams + func (o *GetLogsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetLogsUsingGETReader struct + func (o *GetLogsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetLogsUsingGETUnauthorized struct + func NewGetLogsUsingGETUnauthorized() *GetLogsUsingGETUnauthorized + func (o *GetLogsUsingGETUnauthorized) Error() string