Documentation ¶
Index ¶
- type ChangeUserPasswordBadRequest
- func (o *ChangeUserPasswordBadRequest) Code() int
- func (o *ChangeUserPasswordBadRequest) Error() string
- func (o *ChangeUserPasswordBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *ChangeUserPasswordBadRequest) IsClientError() bool
- func (o *ChangeUserPasswordBadRequest) IsCode(code int) bool
- func (o *ChangeUserPasswordBadRequest) IsRedirect() bool
- func (o *ChangeUserPasswordBadRequest) IsServerError() bool
- func (o *ChangeUserPasswordBadRequest) IsSuccess() bool
- func (o *ChangeUserPasswordBadRequest) String() string
- type ChangeUserPasswordForbidden
- func (o *ChangeUserPasswordForbidden) Code() int
- func (o *ChangeUserPasswordForbidden) Error() string
- func (o *ChangeUserPasswordForbidden) GetPayload() *models.ErrorResponseBody
- func (o *ChangeUserPasswordForbidden) IsClientError() bool
- func (o *ChangeUserPasswordForbidden) IsCode(code int) bool
- func (o *ChangeUserPasswordForbidden) IsRedirect() bool
- func (o *ChangeUserPasswordForbidden) IsServerError() bool
- func (o *ChangeUserPasswordForbidden) IsSuccess() bool
- func (o *ChangeUserPasswordForbidden) String() string
- type ChangeUserPasswordInternalServerError
- func (o *ChangeUserPasswordInternalServerError) Code() int
- func (o *ChangeUserPasswordInternalServerError) Error() string
- func (o *ChangeUserPasswordInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *ChangeUserPasswordInternalServerError) IsClientError() bool
- func (o *ChangeUserPasswordInternalServerError) IsCode(code int) bool
- func (o *ChangeUserPasswordInternalServerError) IsRedirect() bool
- func (o *ChangeUserPasswordInternalServerError) IsServerError() bool
- func (o *ChangeUserPasswordInternalServerError) IsSuccess() bool
- func (o *ChangeUserPasswordInternalServerError) String() string
- type ChangeUserPasswordOK
- func (o *ChangeUserPasswordOK) Code() int
- func (o *ChangeUserPasswordOK) Error() string
- func (o *ChangeUserPasswordOK) GetPayload() *models.SuccessResponseBody
- func (o *ChangeUserPasswordOK) IsClientError() bool
- func (o *ChangeUserPasswordOK) IsCode(code int) bool
- func (o *ChangeUserPasswordOK) IsRedirect() bool
- func (o *ChangeUserPasswordOK) IsServerError() bool
- func (o *ChangeUserPasswordOK) IsSuccess() bool
- func (o *ChangeUserPasswordOK) String() string
- type ChangeUserPasswordParams
- func NewChangeUserPasswordParams() *ChangeUserPasswordParams
- func NewChangeUserPasswordParamsWithContext(ctx context.Context) *ChangeUserPasswordParams
- func NewChangeUserPasswordParamsWithHTTPClient(client *http.Client) *ChangeUserPasswordParams
- func NewChangeUserPasswordParamsWithTimeout(timeout time.Duration) *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) SetBody(body *models.ChangeUserPasswordCommand)
- func (o *ChangeUserPasswordParams) SetContext(ctx context.Context)
- func (o *ChangeUserPasswordParams) SetDefaults()
- func (o *ChangeUserPasswordParams) SetHTTPClient(client *http.Client)
- func (o *ChangeUserPasswordParams) SetTimeout(timeout time.Duration)
- func (o *ChangeUserPasswordParams) WithBody(body *models.ChangeUserPasswordCommand) *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) WithContext(ctx context.Context) *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) WithDefaults() *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) WithHTTPClient(client *http.Client) *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) WithTimeout(timeout time.Duration) *ChangeUserPasswordParams
- func (o *ChangeUserPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ChangeUserPasswordReader
- type ChangeUserPasswordUnauthorized
- func (o *ChangeUserPasswordUnauthorized) Code() int
- func (o *ChangeUserPasswordUnauthorized) Error() string
- func (o *ChangeUserPasswordUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *ChangeUserPasswordUnauthorized) IsClientError() bool
- func (o *ChangeUserPasswordUnauthorized) IsCode(code int) bool
- func (o *ChangeUserPasswordUnauthorized) IsRedirect() bool
- func (o *ChangeUserPasswordUnauthorized) IsServerError() bool
- func (o *ChangeUserPasswordUnauthorized) IsSuccess() bool
- func (o *ChangeUserPasswordUnauthorized) String() string
- type ClearHelpFlagsForbidden
- func (o *ClearHelpFlagsForbidden) Code() int
- func (o *ClearHelpFlagsForbidden) Error() string
- func (o *ClearHelpFlagsForbidden) GetPayload() *models.ErrorResponseBody
- func (o *ClearHelpFlagsForbidden) IsClientError() bool
- func (o *ClearHelpFlagsForbidden) IsCode(code int) bool
- func (o *ClearHelpFlagsForbidden) IsRedirect() bool
- func (o *ClearHelpFlagsForbidden) IsServerError() bool
- func (o *ClearHelpFlagsForbidden) IsSuccess() bool
- func (o *ClearHelpFlagsForbidden) String() string
- type ClearHelpFlagsInternalServerError
- func (o *ClearHelpFlagsInternalServerError) Code() int
- func (o *ClearHelpFlagsInternalServerError) Error() string
- func (o *ClearHelpFlagsInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *ClearHelpFlagsInternalServerError) IsClientError() bool
- func (o *ClearHelpFlagsInternalServerError) IsCode(code int) bool
- func (o *ClearHelpFlagsInternalServerError) IsRedirect() bool
- func (o *ClearHelpFlagsInternalServerError) IsServerError() bool
- func (o *ClearHelpFlagsInternalServerError) IsSuccess() bool
- func (o *ClearHelpFlagsInternalServerError) String() string
- type ClearHelpFlagsOK
- func (o *ClearHelpFlagsOK) Code() int
- func (o *ClearHelpFlagsOK) Error() string
- func (o *ClearHelpFlagsOK) GetPayload() *models.ClearHelpFlagsOKBody
- func (o *ClearHelpFlagsOK) IsClientError() bool
- func (o *ClearHelpFlagsOK) IsCode(code int) bool
- func (o *ClearHelpFlagsOK) IsRedirect() bool
- func (o *ClearHelpFlagsOK) IsServerError() bool
- func (o *ClearHelpFlagsOK) IsSuccess() bool
- func (o *ClearHelpFlagsOK) String() string
- type ClearHelpFlagsParams
- func NewClearHelpFlagsParams() *ClearHelpFlagsParams
- func NewClearHelpFlagsParamsWithContext(ctx context.Context) *ClearHelpFlagsParams
- func NewClearHelpFlagsParamsWithHTTPClient(client *http.Client) *ClearHelpFlagsParams
- func NewClearHelpFlagsParamsWithTimeout(timeout time.Duration) *ClearHelpFlagsParams
- func (o *ClearHelpFlagsParams) SetContext(ctx context.Context)
- func (o *ClearHelpFlagsParams) SetDefaults()
- func (o *ClearHelpFlagsParams) SetHTTPClient(client *http.Client)
- func (o *ClearHelpFlagsParams) SetTimeout(timeout time.Duration)
- func (o *ClearHelpFlagsParams) WithContext(ctx context.Context) *ClearHelpFlagsParams
- func (o *ClearHelpFlagsParams) WithDefaults() *ClearHelpFlagsParams
- func (o *ClearHelpFlagsParams) WithHTTPClient(client *http.Client) *ClearHelpFlagsParams
- func (o *ClearHelpFlagsParams) WithTimeout(timeout time.Duration) *ClearHelpFlagsParams
- func (o *ClearHelpFlagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ClearHelpFlagsReader
- type ClearHelpFlagsUnauthorized
- func (o *ClearHelpFlagsUnauthorized) Code() int
- func (o *ClearHelpFlagsUnauthorized) Error() string
- func (o *ClearHelpFlagsUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *ClearHelpFlagsUnauthorized) IsClientError() bool
- func (o *ClearHelpFlagsUnauthorized) IsCode(code int) bool
- func (o *ClearHelpFlagsUnauthorized) IsRedirect() bool
- func (o *ClearHelpFlagsUnauthorized) IsServerError() bool
- func (o *ClearHelpFlagsUnauthorized) IsSuccess() bool
- func (o *ClearHelpFlagsUnauthorized) String() string
- type Client
- func (a *Client) ChangeUserPassword(body *models.ChangeUserPasswordCommand, opts ...ClientOption) (*ChangeUserPasswordOK, error)
- func (a *Client) ChangeUserPasswordWithParams(params *ChangeUserPasswordParams, opts ...ClientOption) (*ChangeUserPasswordOK, error)
- func (a *Client) ClearHelpFlags(opts ...ClientOption) (*ClearHelpFlagsOK, error)
- func (a *Client) ClearHelpFlagsWithParams(params *ClearHelpFlagsParams, opts ...ClientOption) (*ClearHelpFlagsOK, error)
- func (a *Client) GetSignedInUser(opts ...ClientOption) (*GetSignedInUserOK, error)
- func (a *Client) GetSignedInUserOrgList(opts ...ClientOption) (*GetSignedInUserOrgListOK, error)
- func (a *Client) GetSignedInUserOrgListWithParams(params *GetSignedInUserOrgListParams, opts ...ClientOption) (*GetSignedInUserOrgListOK, error)
- func (a *Client) GetSignedInUserTeamList(opts ...ClientOption) (*GetSignedInUserTeamListOK, error)
- func (a *Client) GetSignedInUserTeamListWithParams(params *GetSignedInUserTeamListParams, opts ...ClientOption) (*GetSignedInUserTeamListOK, error)
- func (a *Client) GetSignedInUserWithParams(params *GetSignedInUserParams, opts ...ClientOption) (*GetSignedInUserOK, error)
- func (a *Client) GetUserAuthTokens(opts ...ClientOption) (*GetUserAuthTokensOK, error)
- func (a *Client) GetUserAuthTokensWithParams(params *GetUserAuthTokensParams, opts ...ClientOption) (*GetUserAuthTokensOK, error)
- func (a *Client) GetUserQuotas(opts ...ClientOption) (*GetUserQuotasOK, error)
- func (a *Client) GetUserQuotasWithParams(params *GetUserQuotasParams, opts ...ClientOption) (*GetUserQuotasOK, error)
- func (a *Client) RevokeUserAuthToken(body *models.RevokeAuthTokenCmd, opts ...ClientOption) (*RevokeUserAuthTokenOK, error)
- func (a *Client) RevokeUserAuthTokenWithParams(params *RevokeUserAuthTokenParams, opts ...ClientOption) (*RevokeUserAuthTokenOK, error)
- func (a *Client) SetHelpFlag(flagID string, opts ...ClientOption) (*SetHelpFlagOK, error)
- func (a *Client) SetHelpFlagWithParams(params *SetHelpFlagParams, opts ...ClientOption) (*SetHelpFlagOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StarDashboard(dashboardID string, opts ...ClientOption) (*StarDashboardOK, error)
- func (a *Client) StarDashboardByUID(dashboardUID string, opts ...ClientOption) (*StarDashboardByUIDOK, error)
- func (a *Client) StarDashboardByUIDWithParams(params *StarDashboardByUIDParams, opts ...ClientOption) (*StarDashboardByUIDOK, error)
- func (a *Client) StarDashboardWithParams(params *StarDashboardParams, opts ...ClientOption) (*StarDashboardOK, error)
- func (a *Client) UnstarDashboard(dashboardID string, opts ...ClientOption) (*UnstarDashboardOK, error)
- func (a *Client) UnstarDashboardByUID(dashboardUID string, opts ...ClientOption) (*UnstarDashboardByUIDOK, error)
- func (a *Client) UnstarDashboardByUIDWithParams(params *UnstarDashboardByUIDParams, opts ...ClientOption) (*UnstarDashboardByUIDOK, error)
- func (a *Client) UnstarDashboardWithParams(params *UnstarDashboardParams, opts ...ClientOption) (*UnstarDashboardOK, error)
- func (a *Client) UpdateSignedInUser(body *models.UpdateUserCommand, opts ...ClientOption) (*UpdateSignedInUserOK, error)
- func (a *Client) UpdateSignedInUserWithParams(params *UpdateSignedInUserParams, opts ...ClientOption) (*UpdateSignedInUserOK, error)
- func (a *Client) UserSetUsingOrg(orgID int64, opts ...ClientOption) (*UserSetUsingOrgOK, error)
- func (a *Client) UserSetUsingOrgWithParams(params *UserSetUsingOrgParams, opts ...ClientOption) (*UserSetUsingOrgOK, error)
- type ClientOption
- type ClientService
- type GetSignedInUserForbidden
- func (o *GetSignedInUserForbidden) Code() int
- func (o *GetSignedInUserForbidden) Error() string
- func (o *GetSignedInUserForbidden) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserForbidden) IsClientError() bool
- func (o *GetSignedInUserForbidden) IsCode(code int) bool
- func (o *GetSignedInUserForbidden) IsRedirect() bool
- func (o *GetSignedInUserForbidden) IsServerError() bool
- func (o *GetSignedInUserForbidden) IsSuccess() bool
- func (o *GetSignedInUserForbidden) String() string
- type GetSignedInUserInternalServerError
- func (o *GetSignedInUserInternalServerError) Code() int
- func (o *GetSignedInUserInternalServerError) Error() string
- func (o *GetSignedInUserInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserInternalServerError) IsClientError() bool
- func (o *GetSignedInUserInternalServerError) IsCode(code int) bool
- func (o *GetSignedInUserInternalServerError) IsRedirect() bool
- func (o *GetSignedInUserInternalServerError) IsServerError() bool
- func (o *GetSignedInUserInternalServerError) IsSuccess() bool
- func (o *GetSignedInUserInternalServerError) String() string
- type GetSignedInUserNotFound
- func (o *GetSignedInUserNotFound) Code() int
- func (o *GetSignedInUserNotFound) Error() string
- func (o *GetSignedInUserNotFound) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserNotFound) IsClientError() bool
- func (o *GetSignedInUserNotFound) IsCode(code int) bool
- func (o *GetSignedInUserNotFound) IsRedirect() bool
- func (o *GetSignedInUserNotFound) IsServerError() bool
- func (o *GetSignedInUserNotFound) IsSuccess() bool
- func (o *GetSignedInUserNotFound) String() string
- type GetSignedInUserOK
- func (o *GetSignedInUserOK) Code() int
- func (o *GetSignedInUserOK) Error() string
- func (o *GetSignedInUserOK) GetPayload() *models.UserProfileDTO
- func (o *GetSignedInUserOK) IsClientError() bool
- func (o *GetSignedInUserOK) IsCode(code int) bool
- func (o *GetSignedInUserOK) IsRedirect() bool
- func (o *GetSignedInUserOK) IsServerError() bool
- func (o *GetSignedInUserOK) IsSuccess() bool
- func (o *GetSignedInUserOK) String() string
- type GetSignedInUserOrgListForbidden
- func (o *GetSignedInUserOrgListForbidden) Code() int
- func (o *GetSignedInUserOrgListForbidden) Error() string
- func (o *GetSignedInUserOrgListForbidden) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserOrgListForbidden) IsClientError() bool
- func (o *GetSignedInUserOrgListForbidden) IsCode(code int) bool
- func (o *GetSignedInUserOrgListForbidden) IsRedirect() bool
- func (o *GetSignedInUserOrgListForbidden) IsServerError() bool
- func (o *GetSignedInUserOrgListForbidden) IsSuccess() bool
- func (o *GetSignedInUserOrgListForbidden) String() string
- type GetSignedInUserOrgListInternalServerError
- func (o *GetSignedInUserOrgListInternalServerError) Code() int
- func (o *GetSignedInUserOrgListInternalServerError) Error() string
- func (o *GetSignedInUserOrgListInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserOrgListInternalServerError) IsClientError() bool
- func (o *GetSignedInUserOrgListInternalServerError) IsCode(code int) bool
- func (o *GetSignedInUserOrgListInternalServerError) IsRedirect() bool
- func (o *GetSignedInUserOrgListInternalServerError) IsServerError() bool
- func (o *GetSignedInUserOrgListInternalServerError) IsSuccess() bool
- func (o *GetSignedInUserOrgListInternalServerError) String() string
- type GetSignedInUserOrgListOK
- func (o *GetSignedInUserOrgListOK) Code() int
- func (o *GetSignedInUserOrgListOK) Error() string
- func (o *GetSignedInUserOrgListOK) GetPayload() []*models.UserOrgDTO
- func (o *GetSignedInUserOrgListOK) IsClientError() bool
- func (o *GetSignedInUserOrgListOK) IsCode(code int) bool
- func (o *GetSignedInUserOrgListOK) IsRedirect() bool
- func (o *GetSignedInUserOrgListOK) IsServerError() bool
- func (o *GetSignedInUserOrgListOK) IsSuccess() bool
- func (o *GetSignedInUserOrgListOK) String() string
- type GetSignedInUserOrgListParams
- func NewGetSignedInUserOrgListParams() *GetSignedInUserOrgListParams
- func NewGetSignedInUserOrgListParamsWithContext(ctx context.Context) *GetSignedInUserOrgListParams
- func NewGetSignedInUserOrgListParamsWithHTTPClient(client *http.Client) *GetSignedInUserOrgListParams
- func NewGetSignedInUserOrgListParamsWithTimeout(timeout time.Duration) *GetSignedInUserOrgListParams
- func (o *GetSignedInUserOrgListParams) SetContext(ctx context.Context)
- func (o *GetSignedInUserOrgListParams) SetDefaults()
- func (o *GetSignedInUserOrgListParams) SetHTTPClient(client *http.Client)
- func (o *GetSignedInUserOrgListParams) SetTimeout(timeout time.Duration)
- func (o *GetSignedInUserOrgListParams) WithContext(ctx context.Context) *GetSignedInUserOrgListParams
- func (o *GetSignedInUserOrgListParams) WithDefaults() *GetSignedInUserOrgListParams
- func (o *GetSignedInUserOrgListParams) WithHTTPClient(client *http.Client) *GetSignedInUserOrgListParams
- func (o *GetSignedInUserOrgListParams) WithTimeout(timeout time.Duration) *GetSignedInUserOrgListParams
- func (o *GetSignedInUserOrgListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSignedInUserOrgListReader
- type GetSignedInUserOrgListUnauthorized
- func (o *GetSignedInUserOrgListUnauthorized) Code() int
- func (o *GetSignedInUserOrgListUnauthorized) Error() string
- func (o *GetSignedInUserOrgListUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserOrgListUnauthorized) IsClientError() bool
- func (o *GetSignedInUserOrgListUnauthorized) IsCode(code int) bool
- func (o *GetSignedInUserOrgListUnauthorized) IsRedirect() bool
- func (o *GetSignedInUserOrgListUnauthorized) IsServerError() bool
- func (o *GetSignedInUserOrgListUnauthorized) IsSuccess() bool
- func (o *GetSignedInUserOrgListUnauthorized) String() string
- type GetSignedInUserParams
- func NewGetSignedInUserParams() *GetSignedInUserParams
- func NewGetSignedInUserParamsWithContext(ctx context.Context) *GetSignedInUserParams
- func NewGetSignedInUserParamsWithHTTPClient(client *http.Client) *GetSignedInUserParams
- func NewGetSignedInUserParamsWithTimeout(timeout time.Duration) *GetSignedInUserParams
- func (o *GetSignedInUserParams) SetContext(ctx context.Context)
- func (o *GetSignedInUserParams) SetDefaults()
- func (o *GetSignedInUserParams) SetHTTPClient(client *http.Client)
- func (o *GetSignedInUserParams) SetTimeout(timeout time.Duration)
- func (o *GetSignedInUserParams) WithContext(ctx context.Context) *GetSignedInUserParams
- func (o *GetSignedInUserParams) WithDefaults() *GetSignedInUserParams
- func (o *GetSignedInUserParams) WithHTTPClient(client *http.Client) *GetSignedInUserParams
- func (o *GetSignedInUserParams) WithTimeout(timeout time.Duration) *GetSignedInUserParams
- func (o *GetSignedInUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSignedInUserReader
- type GetSignedInUserTeamListForbidden
- func (o *GetSignedInUserTeamListForbidden) Code() int
- func (o *GetSignedInUserTeamListForbidden) Error() string
- func (o *GetSignedInUserTeamListForbidden) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserTeamListForbidden) IsClientError() bool
- func (o *GetSignedInUserTeamListForbidden) IsCode(code int) bool
- func (o *GetSignedInUserTeamListForbidden) IsRedirect() bool
- func (o *GetSignedInUserTeamListForbidden) IsServerError() bool
- func (o *GetSignedInUserTeamListForbidden) IsSuccess() bool
- func (o *GetSignedInUserTeamListForbidden) String() string
- type GetSignedInUserTeamListInternalServerError
- func (o *GetSignedInUserTeamListInternalServerError) Code() int
- func (o *GetSignedInUserTeamListInternalServerError) Error() string
- func (o *GetSignedInUserTeamListInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserTeamListInternalServerError) IsClientError() bool
- func (o *GetSignedInUserTeamListInternalServerError) IsCode(code int) bool
- func (o *GetSignedInUserTeamListInternalServerError) IsRedirect() bool
- func (o *GetSignedInUserTeamListInternalServerError) IsServerError() bool
- func (o *GetSignedInUserTeamListInternalServerError) IsSuccess() bool
- func (o *GetSignedInUserTeamListInternalServerError) String() string
- type GetSignedInUserTeamListOK
- func (o *GetSignedInUserTeamListOK) Code() int
- func (o *GetSignedInUserTeamListOK) Error() string
- func (o *GetSignedInUserTeamListOK) GetPayload() []*models.TeamDTO
- func (o *GetSignedInUserTeamListOK) IsClientError() bool
- func (o *GetSignedInUserTeamListOK) IsCode(code int) bool
- func (o *GetSignedInUserTeamListOK) IsRedirect() bool
- func (o *GetSignedInUserTeamListOK) IsServerError() bool
- func (o *GetSignedInUserTeamListOK) IsSuccess() bool
- func (o *GetSignedInUserTeamListOK) String() string
- type GetSignedInUserTeamListParams
- func NewGetSignedInUserTeamListParams() *GetSignedInUserTeamListParams
- func NewGetSignedInUserTeamListParamsWithContext(ctx context.Context) *GetSignedInUserTeamListParams
- func NewGetSignedInUserTeamListParamsWithHTTPClient(client *http.Client) *GetSignedInUserTeamListParams
- func NewGetSignedInUserTeamListParamsWithTimeout(timeout time.Duration) *GetSignedInUserTeamListParams
- func (o *GetSignedInUserTeamListParams) SetContext(ctx context.Context)
- func (o *GetSignedInUserTeamListParams) SetDefaults()
- func (o *GetSignedInUserTeamListParams) SetHTTPClient(client *http.Client)
- func (o *GetSignedInUserTeamListParams) SetTimeout(timeout time.Duration)
- func (o *GetSignedInUserTeamListParams) WithContext(ctx context.Context) *GetSignedInUserTeamListParams
- func (o *GetSignedInUserTeamListParams) WithDefaults() *GetSignedInUserTeamListParams
- func (o *GetSignedInUserTeamListParams) WithHTTPClient(client *http.Client) *GetSignedInUserTeamListParams
- func (o *GetSignedInUserTeamListParams) WithTimeout(timeout time.Duration) *GetSignedInUserTeamListParams
- func (o *GetSignedInUserTeamListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSignedInUserTeamListReader
- type GetSignedInUserTeamListUnauthorized
- func (o *GetSignedInUserTeamListUnauthorized) Code() int
- func (o *GetSignedInUserTeamListUnauthorized) Error() string
- func (o *GetSignedInUserTeamListUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserTeamListUnauthorized) IsClientError() bool
- func (o *GetSignedInUserTeamListUnauthorized) IsCode(code int) bool
- func (o *GetSignedInUserTeamListUnauthorized) IsRedirect() bool
- func (o *GetSignedInUserTeamListUnauthorized) IsServerError() bool
- func (o *GetSignedInUserTeamListUnauthorized) IsSuccess() bool
- func (o *GetSignedInUserTeamListUnauthorized) String() string
- type GetSignedInUserUnauthorized
- func (o *GetSignedInUserUnauthorized) Code() int
- func (o *GetSignedInUserUnauthorized) Error() string
- func (o *GetSignedInUserUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *GetSignedInUserUnauthorized) IsClientError() bool
- func (o *GetSignedInUserUnauthorized) IsCode(code int) bool
- func (o *GetSignedInUserUnauthorized) IsRedirect() bool
- func (o *GetSignedInUserUnauthorized) IsServerError() bool
- func (o *GetSignedInUserUnauthorized) IsSuccess() bool
- func (o *GetSignedInUserUnauthorized) String() string
- type GetUserAuthTokensForbidden
- func (o *GetUserAuthTokensForbidden) Code() int
- func (o *GetUserAuthTokensForbidden) Error() string
- func (o *GetUserAuthTokensForbidden) GetPayload() *models.ErrorResponseBody
- func (o *GetUserAuthTokensForbidden) IsClientError() bool
- func (o *GetUserAuthTokensForbidden) IsCode(code int) bool
- func (o *GetUserAuthTokensForbidden) IsRedirect() bool
- func (o *GetUserAuthTokensForbidden) IsServerError() bool
- func (o *GetUserAuthTokensForbidden) IsSuccess() bool
- func (o *GetUserAuthTokensForbidden) String() string
- type GetUserAuthTokensInternalServerError
- func (o *GetUserAuthTokensInternalServerError) Code() int
- func (o *GetUserAuthTokensInternalServerError) Error() string
- func (o *GetUserAuthTokensInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *GetUserAuthTokensInternalServerError) IsClientError() bool
- func (o *GetUserAuthTokensInternalServerError) IsCode(code int) bool
- func (o *GetUserAuthTokensInternalServerError) IsRedirect() bool
- func (o *GetUserAuthTokensInternalServerError) IsServerError() bool
- func (o *GetUserAuthTokensInternalServerError) IsSuccess() bool
- func (o *GetUserAuthTokensInternalServerError) String() string
- type GetUserAuthTokensOK
- func (o *GetUserAuthTokensOK) Code() int
- func (o *GetUserAuthTokensOK) Error() string
- func (o *GetUserAuthTokensOK) GetPayload() []*models.UserToken
- func (o *GetUserAuthTokensOK) IsClientError() bool
- func (o *GetUserAuthTokensOK) IsCode(code int) bool
- func (o *GetUserAuthTokensOK) IsRedirect() bool
- func (o *GetUserAuthTokensOK) IsServerError() bool
- func (o *GetUserAuthTokensOK) IsSuccess() bool
- func (o *GetUserAuthTokensOK) String() string
- type GetUserAuthTokensParams
- func NewGetUserAuthTokensParams() *GetUserAuthTokensParams
- func NewGetUserAuthTokensParamsWithContext(ctx context.Context) *GetUserAuthTokensParams
- func NewGetUserAuthTokensParamsWithHTTPClient(client *http.Client) *GetUserAuthTokensParams
- func NewGetUserAuthTokensParamsWithTimeout(timeout time.Duration) *GetUserAuthTokensParams
- func (o *GetUserAuthTokensParams) SetContext(ctx context.Context)
- func (o *GetUserAuthTokensParams) SetDefaults()
- func (o *GetUserAuthTokensParams) SetHTTPClient(client *http.Client)
- func (o *GetUserAuthTokensParams) SetTimeout(timeout time.Duration)
- func (o *GetUserAuthTokensParams) WithContext(ctx context.Context) *GetUserAuthTokensParams
- func (o *GetUserAuthTokensParams) WithDefaults() *GetUserAuthTokensParams
- func (o *GetUserAuthTokensParams) WithHTTPClient(client *http.Client) *GetUserAuthTokensParams
- func (o *GetUserAuthTokensParams) WithTimeout(timeout time.Duration) *GetUserAuthTokensParams
- func (o *GetUserAuthTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserAuthTokensReader
- type GetUserAuthTokensUnauthorized
- func (o *GetUserAuthTokensUnauthorized) Code() int
- func (o *GetUserAuthTokensUnauthorized) Error() string
- func (o *GetUserAuthTokensUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *GetUserAuthTokensUnauthorized) IsClientError() bool
- func (o *GetUserAuthTokensUnauthorized) IsCode(code int) bool
- func (o *GetUserAuthTokensUnauthorized) IsRedirect() bool
- func (o *GetUserAuthTokensUnauthorized) IsServerError() bool
- func (o *GetUserAuthTokensUnauthorized) IsSuccess() bool
- func (o *GetUserAuthTokensUnauthorized) String() string
- type GetUserQuotasForbidden
- func (o *GetUserQuotasForbidden) Code() int
- func (o *GetUserQuotasForbidden) Error() string
- func (o *GetUserQuotasForbidden) GetPayload() *models.ErrorResponseBody
- func (o *GetUserQuotasForbidden) IsClientError() bool
- func (o *GetUserQuotasForbidden) IsCode(code int) bool
- func (o *GetUserQuotasForbidden) IsRedirect() bool
- func (o *GetUserQuotasForbidden) IsServerError() bool
- func (o *GetUserQuotasForbidden) IsSuccess() bool
- func (o *GetUserQuotasForbidden) String() string
- type GetUserQuotasInternalServerError
- func (o *GetUserQuotasInternalServerError) Code() int
- func (o *GetUserQuotasInternalServerError) Error() string
- func (o *GetUserQuotasInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *GetUserQuotasInternalServerError) IsClientError() bool
- func (o *GetUserQuotasInternalServerError) IsCode(code int) bool
- func (o *GetUserQuotasInternalServerError) IsRedirect() bool
- func (o *GetUserQuotasInternalServerError) IsServerError() bool
- func (o *GetUserQuotasInternalServerError) IsSuccess() bool
- func (o *GetUserQuotasInternalServerError) String() string
- type GetUserQuotasNotFound
- func (o *GetUserQuotasNotFound) Code() int
- func (o *GetUserQuotasNotFound) Error() string
- func (o *GetUserQuotasNotFound) GetPayload() *models.ErrorResponseBody
- func (o *GetUserQuotasNotFound) IsClientError() bool
- func (o *GetUserQuotasNotFound) IsCode(code int) bool
- func (o *GetUserQuotasNotFound) IsRedirect() bool
- func (o *GetUserQuotasNotFound) IsServerError() bool
- func (o *GetUserQuotasNotFound) IsSuccess() bool
- func (o *GetUserQuotasNotFound) String() string
- type GetUserQuotasOK
- func (o *GetUserQuotasOK) Code() int
- func (o *GetUserQuotasOK) Error() string
- func (o *GetUserQuotasOK) GetPayload() []*models.QuotaDTO
- func (o *GetUserQuotasOK) IsClientError() bool
- func (o *GetUserQuotasOK) IsCode(code int) bool
- func (o *GetUserQuotasOK) IsRedirect() bool
- func (o *GetUserQuotasOK) IsServerError() bool
- func (o *GetUserQuotasOK) IsSuccess() bool
- func (o *GetUserQuotasOK) String() string
- type GetUserQuotasParams
- func (o *GetUserQuotasParams) SetContext(ctx context.Context)
- func (o *GetUserQuotasParams) SetDefaults()
- func (o *GetUserQuotasParams) SetHTTPClient(client *http.Client)
- func (o *GetUserQuotasParams) SetTimeout(timeout time.Duration)
- func (o *GetUserQuotasParams) WithContext(ctx context.Context) *GetUserQuotasParams
- func (o *GetUserQuotasParams) WithDefaults() *GetUserQuotasParams
- func (o *GetUserQuotasParams) WithHTTPClient(client *http.Client) *GetUserQuotasParams
- func (o *GetUserQuotasParams) WithTimeout(timeout time.Duration) *GetUserQuotasParams
- func (o *GetUserQuotasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUserQuotasReader
- type GetUserQuotasUnauthorized
- func (o *GetUserQuotasUnauthorized) Code() int
- func (o *GetUserQuotasUnauthorized) Error() string
- func (o *GetUserQuotasUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *GetUserQuotasUnauthorized) IsClientError() bool
- func (o *GetUserQuotasUnauthorized) IsCode(code int) bool
- func (o *GetUserQuotasUnauthorized) IsRedirect() bool
- func (o *GetUserQuotasUnauthorized) IsServerError() bool
- func (o *GetUserQuotasUnauthorized) IsSuccess() bool
- func (o *GetUserQuotasUnauthorized) String() string
- type RevokeUserAuthTokenBadRequest
- func (o *RevokeUserAuthTokenBadRequest) Code() int
- func (o *RevokeUserAuthTokenBadRequest) Error() string
- func (o *RevokeUserAuthTokenBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *RevokeUserAuthTokenBadRequest) IsClientError() bool
- func (o *RevokeUserAuthTokenBadRequest) IsCode(code int) bool
- func (o *RevokeUserAuthTokenBadRequest) IsRedirect() bool
- func (o *RevokeUserAuthTokenBadRequest) IsServerError() bool
- func (o *RevokeUserAuthTokenBadRequest) IsSuccess() bool
- func (o *RevokeUserAuthTokenBadRequest) String() string
- type RevokeUserAuthTokenForbidden
- func (o *RevokeUserAuthTokenForbidden) Code() int
- func (o *RevokeUserAuthTokenForbidden) Error() string
- func (o *RevokeUserAuthTokenForbidden) GetPayload() *models.ErrorResponseBody
- func (o *RevokeUserAuthTokenForbidden) IsClientError() bool
- func (o *RevokeUserAuthTokenForbidden) IsCode(code int) bool
- func (o *RevokeUserAuthTokenForbidden) IsRedirect() bool
- func (o *RevokeUserAuthTokenForbidden) IsServerError() bool
- func (o *RevokeUserAuthTokenForbidden) IsSuccess() bool
- func (o *RevokeUserAuthTokenForbidden) String() string
- type RevokeUserAuthTokenInternalServerError
- func (o *RevokeUserAuthTokenInternalServerError) Code() int
- func (o *RevokeUserAuthTokenInternalServerError) Error() string
- func (o *RevokeUserAuthTokenInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *RevokeUserAuthTokenInternalServerError) IsClientError() bool
- func (o *RevokeUserAuthTokenInternalServerError) IsCode(code int) bool
- func (o *RevokeUserAuthTokenInternalServerError) IsRedirect() bool
- func (o *RevokeUserAuthTokenInternalServerError) IsServerError() bool
- func (o *RevokeUserAuthTokenInternalServerError) IsSuccess() bool
- func (o *RevokeUserAuthTokenInternalServerError) String() string
- type RevokeUserAuthTokenOK
- func (o *RevokeUserAuthTokenOK) Code() int
- func (o *RevokeUserAuthTokenOK) Error() string
- func (o *RevokeUserAuthTokenOK) GetPayload() *models.SuccessResponseBody
- func (o *RevokeUserAuthTokenOK) IsClientError() bool
- func (o *RevokeUserAuthTokenOK) IsCode(code int) bool
- func (o *RevokeUserAuthTokenOK) IsRedirect() bool
- func (o *RevokeUserAuthTokenOK) IsServerError() bool
- func (o *RevokeUserAuthTokenOK) IsSuccess() bool
- func (o *RevokeUserAuthTokenOK) String() string
- type RevokeUserAuthTokenParams
- func NewRevokeUserAuthTokenParams() *RevokeUserAuthTokenParams
- func NewRevokeUserAuthTokenParamsWithContext(ctx context.Context) *RevokeUserAuthTokenParams
- func NewRevokeUserAuthTokenParamsWithHTTPClient(client *http.Client) *RevokeUserAuthTokenParams
- func NewRevokeUserAuthTokenParamsWithTimeout(timeout time.Duration) *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) SetBody(body *models.RevokeAuthTokenCmd)
- func (o *RevokeUserAuthTokenParams) SetContext(ctx context.Context)
- func (o *RevokeUserAuthTokenParams) SetDefaults()
- func (o *RevokeUserAuthTokenParams) SetHTTPClient(client *http.Client)
- func (o *RevokeUserAuthTokenParams) SetTimeout(timeout time.Duration)
- func (o *RevokeUserAuthTokenParams) WithBody(body *models.RevokeAuthTokenCmd) *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) WithContext(ctx context.Context) *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) WithDefaults() *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) WithHTTPClient(client *http.Client) *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) WithTimeout(timeout time.Duration) *RevokeUserAuthTokenParams
- func (o *RevokeUserAuthTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeUserAuthTokenReader
- type RevokeUserAuthTokenUnauthorized
- func (o *RevokeUserAuthTokenUnauthorized) Code() int
- func (o *RevokeUserAuthTokenUnauthorized) Error() string
- func (o *RevokeUserAuthTokenUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *RevokeUserAuthTokenUnauthorized) IsClientError() bool
- func (o *RevokeUserAuthTokenUnauthorized) IsCode(code int) bool
- func (o *RevokeUserAuthTokenUnauthorized) IsRedirect() bool
- func (o *RevokeUserAuthTokenUnauthorized) IsServerError() bool
- func (o *RevokeUserAuthTokenUnauthorized) IsSuccess() bool
- func (o *RevokeUserAuthTokenUnauthorized) String() string
- type SetHelpFlagForbidden
- func (o *SetHelpFlagForbidden) Code() int
- func (o *SetHelpFlagForbidden) Error() string
- func (o *SetHelpFlagForbidden) GetPayload() *models.ErrorResponseBody
- func (o *SetHelpFlagForbidden) IsClientError() bool
- func (o *SetHelpFlagForbidden) IsCode(code int) bool
- func (o *SetHelpFlagForbidden) IsRedirect() bool
- func (o *SetHelpFlagForbidden) IsServerError() bool
- func (o *SetHelpFlagForbidden) IsSuccess() bool
- func (o *SetHelpFlagForbidden) String() string
- type SetHelpFlagInternalServerError
- func (o *SetHelpFlagInternalServerError) Code() int
- func (o *SetHelpFlagInternalServerError) Error() string
- func (o *SetHelpFlagInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *SetHelpFlagInternalServerError) IsClientError() bool
- func (o *SetHelpFlagInternalServerError) IsCode(code int) bool
- func (o *SetHelpFlagInternalServerError) IsRedirect() bool
- func (o *SetHelpFlagInternalServerError) IsServerError() bool
- func (o *SetHelpFlagInternalServerError) IsSuccess() bool
- func (o *SetHelpFlagInternalServerError) String() string
- type SetHelpFlagOK
- func (o *SetHelpFlagOK) Code() int
- func (o *SetHelpFlagOK) Error() string
- func (o *SetHelpFlagOK) GetPayload() *models.SetHelpFlagOKBody
- func (o *SetHelpFlagOK) IsClientError() bool
- func (o *SetHelpFlagOK) IsCode(code int) bool
- func (o *SetHelpFlagOK) IsRedirect() bool
- func (o *SetHelpFlagOK) IsServerError() bool
- func (o *SetHelpFlagOK) IsSuccess() bool
- func (o *SetHelpFlagOK) String() string
- type SetHelpFlagParams
- func (o *SetHelpFlagParams) SetContext(ctx context.Context)
- func (o *SetHelpFlagParams) SetDefaults()
- func (o *SetHelpFlagParams) SetFlagID(flagID string)
- func (o *SetHelpFlagParams) SetHTTPClient(client *http.Client)
- func (o *SetHelpFlagParams) SetTimeout(timeout time.Duration)
- func (o *SetHelpFlagParams) WithContext(ctx context.Context) *SetHelpFlagParams
- func (o *SetHelpFlagParams) WithDefaults() *SetHelpFlagParams
- func (o *SetHelpFlagParams) WithFlagID(flagID string) *SetHelpFlagParams
- func (o *SetHelpFlagParams) WithHTTPClient(client *http.Client) *SetHelpFlagParams
- func (o *SetHelpFlagParams) WithTimeout(timeout time.Duration) *SetHelpFlagParams
- func (o *SetHelpFlagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetHelpFlagReader
- type SetHelpFlagUnauthorized
- func (o *SetHelpFlagUnauthorized) Code() int
- func (o *SetHelpFlagUnauthorized) Error() string
- func (o *SetHelpFlagUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *SetHelpFlagUnauthorized) IsClientError() bool
- func (o *SetHelpFlagUnauthorized) IsCode(code int) bool
- func (o *SetHelpFlagUnauthorized) IsRedirect() bool
- func (o *SetHelpFlagUnauthorized) IsServerError() bool
- func (o *SetHelpFlagUnauthorized) IsSuccess() bool
- func (o *SetHelpFlagUnauthorized) String() string
- type StarDashboardBadRequest
- func (o *StarDashboardBadRequest) Code() int
- func (o *StarDashboardBadRequest) Error() string
- func (o *StarDashboardBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardBadRequest) IsClientError() bool
- func (o *StarDashboardBadRequest) IsCode(code int) bool
- func (o *StarDashboardBadRequest) IsRedirect() bool
- func (o *StarDashboardBadRequest) IsServerError() bool
- func (o *StarDashboardBadRequest) IsSuccess() bool
- func (o *StarDashboardBadRequest) String() string
- type StarDashboardByUIDBadRequest
- func (o *StarDashboardByUIDBadRequest) Code() int
- func (o *StarDashboardByUIDBadRequest) Error() string
- func (o *StarDashboardByUIDBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardByUIDBadRequest) IsClientError() bool
- func (o *StarDashboardByUIDBadRequest) IsCode(code int) bool
- func (o *StarDashboardByUIDBadRequest) IsRedirect() bool
- func (o *StarDashboardByUIDBadRequest) IsServerError() bool
- func (o *StarDashboardByUIDBadRequest) IsSuccess() bool
- func (o *StarDashboardByUIDBadRequest) String() string
- type StarDashboardByUIDForbidden
- func (o *StarDashboardByUIDForbidden) Code() int
- func (o *StarDashboardByUIDForbidden) Error() string
- func (o *StarDashboardByUIDForbidden) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardByUIDForbidden) IsClientError() bool
- func (o *StarDashboardByUIDForbidden) IsCode(code int) bool
- func (o *StarDashboardByUIDForbidden) IsRedirect() bool
- func (o *StarDashboardByUIDForbidden) IsServerError() bool
- func (o *StarDashboardByUIDForbidden) IsSuccess() bool
- func (o *StarDashboardByUIDForbidden) String() string
- type StarDashboardByUIDInternalServerError
- func (o *StarDashboardByUIDInternalServerError) Code() int
- func (o *StarDashboardByUIDInternalServerError) Error() string
- func (o *StarDashboardByUIDInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardByUIDInternalServerError) IsClientError() bool
- func (o *StarDashboardByUIDInternalServerError) IsCode(code int) bool
- func (o *StarDashboardByUIDInternalServerError) IsRedirect() bool
- func (o *StarDashboardByUIDInternalServerError) IsServerError() bool
- func (o *StarDashboardByUIDInternalServerError) IsSuccess() bool
- func (o *StarDashboardByUIDInternalServerError) String() string
- type StarDashboardByUIDOK
- func (o *StarDashboardByUIDOK) Code() int
- func (o *StarDashboardByUIDOK) Error() string
- func (o *StarDashboardByUIDOK) GetPayload() *models.SuccessResponseBody
- func (o *StarDashboardByUIDOK) IsClientError() bool
- func (o *StarDashboardByUIDOK) IsCode(code int) bool
- func (o *StarDashboardByUIDOK) IsRedirect() bool
- func (o *StarDashboardByUIDOK) IsServerError() bool
- func (o *StarDashboardByUIDOK) IsSuccess() bool
- func (o *StarDashboardByUIDOK) String() string
- type StarDashboardByUIDParams
- func NewStarDashboardByUIDParams() *StarDashboardByUIDParams
- func NewStarDashboardByUIDParamsWithContext(ctx context.Context) *StarDashboardByUIDParams
- func NewStarDashboardByUIDParamsWithHTTPClient(client *http.Client) *StarDashboardByUIDParams
- func NewStarDashboardByUIDParamsWithTimeout(timeout time.Duration) *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) SetContext(ctx context.Context)
- func (o *StarDashboardByUIDParams) SetDashboardUID(dashboardUID string)
- func (o *StarDashboardByUIDParams) SetDefaults()
- func (o *StarDashboardByUIDParams) SetHTTPClient(client *http.Client)
- func (o *StarDashboardByUIDParams) SetTimeout(timeout time.Duration)
- func (o *StarDashboardByUIDParams) WithContext(ctx context.Context) *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) WithDashboardUID(dashboardUID string) *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) WithDefaults() *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) WithHTTPClient(client *http.Client) *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) WithTimeout(timeout time.Duration) *StarDashboardByUIDParams
- func (o *StarDashboardByUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StarDashboardByUIDReader
- type StarDashboardByUIDUnauthorized
- func (o *StarDashboardByUIDUnauthorized) Code() int
- func (o *StarDashboardByUIDUnauthorized) Error() string
- func (o *StarDashboardByUIDUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardByUIDUnauthorized) IsClientError() bool
- func (o *StarDashboardByUIDUnauthorized) IsCode(code int) bool
- func (o *StarDashboardByUIDUnauthorized) IsRedirect() bool
- func (o *StarDashboardByUIDUnauthorized) IsServerError() bool
- func (o *StarDashboardByUIDUnauthorized) IsSuccess() bool
- func (o *StarDashboardByUIDUnauthorized) String() string
- type StarDashboardForbidden
- func (o *StarDashboardForbidden) Code() int
- func (o *StarDashboardForbidden) Error() string
- func (o *StarDashboardForbidden) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardForbidden) IsClientError() bool
- func (o *StarDashboardForbidden) IsCode(code int) bool
- func (o *StarDashboardForbidden) IsRedirect() bool
- func (o *StarDashboardForbidden) IsServerError() bool
- func (o *StarDashboardForbidden) IsSuccess() bool
- func (o *StarDashboardForbidden) String() string
- type StarDashboardInternalServerError
- func (o *StarDashboardInternalServerError) Code() int
- func (o *StarDashboardInternalServerError) Error() string
- func (o *StarDashboardInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardInternalServerError) IsClientError() bool
- func (o *StarDashboardInternalServerError) IsCode(code int) bool
- func (o *StarDashboardInternalServerError) IsRedirect() bool
- func (o *StarDashboardInternalServerError) IsServerError() bool
- func (o *StarDashboardInternalServerError) IsSuccess() bool
- func (o *StarDashboardInternalServerError) String() string
- type StarDashboardOK
- func (o *StarDashboardOK) Code() int
- func (o *StarDashboardOK) Error() string
- func (o *StarDashboardOK) GetPayload() *models.SuccessResponseBody
- func (o *StarDashboardOK) IsClientError() bool
- func (o *StarDashboardOK) IsCode(code int) bool
- func (o *StarDashboardOK) IsRedirect() bool
- func (o *StarDashboardOK) IsServerError() bool
- func (o *StarDashboardOK) IsSuccess() bool
- func (o *StarDashboardOK) String() string
- type StarDashboardParams
- func (o *StarDashboardParams) SetContext(ctx context.Context)
- func (o *StarDashboardParams) SetDashboardID(dashboardID string)
- func (o *StarDashboardParams) SetDefaults()
- func (o *StarDashboardParams) SetHTTPClient(client *http.Client)
- func (o *StarDashboardParams) SetTimeout(timeout time.Duration)
- func (o *StarDashboardParams) WithContext(ctx context.Context) *StarDashboardParams
- func (o *StarDashboardParams) WithDashboardID(dashboardID string) *StarDashboardParams
- func (o *StarDashboardParams) WithDefaults() *StarDashboardParams
- func (o *StarDashboardParams) WithHTTPClient(client *http.Client) *StarDashboardParams
- func (o *StarDashboardParams) WithTimeout(timeout time.Duration) *StarDashboardParams
- func (o *StarDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StarDashboardReader
- type StarDashboardUnauthorized
- func (o *StarDashboardUnauthorized) Code() int
- func (o *StarDashboardUnauthorized) Error() string
- func (o *StarDashboardUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *StarDashboardUnauthorized) IsClientError() bool
- func (o *StarDashboardUnauthorized) IsCode(code int) bool
- func (o *StarDashboardUnauthorized) IsRedirect() bool
- func (o *StarDashboardUnauthorized) IsServerError() bool
- func (o *StarDashboardUnauthorized) IsSuccess() bool
- func (o *StarDashboardUnauthorized) String() string
- type UnstarDashboardBadRequest
- func (o *UnstarDashboardBadRequest) Code() int
- func (o *UnstarDashboardBadRequest) Error() string
- func (o *UnstarDashboardBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardBadRequest) IsClientError() bool
- func (o *UnstarDashboardBadRequest) IsCode(code int) bool
- func (o *UnstarDashboardBadRequest) IsRedirect() bool
- func (o *UnstarDashboardBadRequest) IsServerError() bool
- func (o *UnstarDashboardBadRequest) IsSuccess() bool
- func (o *UnstarDashboardBadRequest) String() string
- type UnstarDashboardByUIDBadRequest
- func (o *UnstarDashboardByUIDBadRequest) Code() int
- func (o *UnstarDashboardByUIDBadRequest) Error() string
- func (o *UnstarDashboardByUIDBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardByUIDBadRequest) IsClientError() bool
- func (o *UnstarDashboardByUIDBadRequest) IsCode(code int) bool
- func (o *UnstarDashboardByUIDBadRequest) IsRedirect() bool
- func (o *UnstarDashboardByUIDBadRequest) IsServerError() bool
- func (o *UnstarDashboardByUIDBadRequest) IsSuccess() bool
- func (o *UnstarDashboardByUIDBadRequest) String() string
- type UnstarDashboardByUIDForbidden
- func (o *UnstarDashboardByUIDForbidden) Code() int
- func (o *UnstarDashboardByUIDForbidden) Error() string
- func (o *UnstarDashboardByUIDForbidden) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardByUIDForbidden) IsClientError() bool
- func (o *UnstarDashboardByUIDForbidden) IsCode(code int) bool
- func (o *UnstarDashboardByUIDForbidden) IsRedirect() bool
- func (o *UnstarDashboardByUIDForbidden) IsServerError() bool
- func (o *UnstarDashboardByUIDForbidden) IsSuccess() bool
- func (o *UnstarDashboardByUIDForbidden) String() string
- type UnstarDashboardByUIDInternalServerError
- func (o *UnstarDashboardByUIDInternalServerError) Code() int
- func (o *UnstarDashboardByUIDInternalServerError) Error() string
- func (o *UnstarDashboardByUIDInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardByUIDInternalServerError) IsClientError() bool
- func (o *UnstarDashboardByUIDInternalServerError) IsCode(code int) bool
- func (o *UnstarDashboardByUIDInternalServerError) IsRedirect() bool
- func (o *UnstarDashboardByUIDInternalServerError) IsServerError() bool
- func (o *UnstarDashboardByUIDInternalServerError) IsSuccess() bool
- func (o *UnstarDashboardByUIDInternalServerError) String() string
- type UnstarDashboardByUIDOK
- func (o *UnstarDashboardByUIDOK) Code() int
- func (o *UnstarDashboardByUIDOK) Error() string
- func (o *UnstarDashboardByUIDOK) GetPayload() *models.SuccessResponseBody
- func (o *UnstarDashboardByUIDOK) IsClientError() bool
- func (o *UnstarDashboardByUIDOK) IsCode(code int) bool
- func (o *UnstarDashboardByUIDOK) IsRedirect() bool
- func (o *UnstarDashboardByUIDOK) IsServerError() bool
- func (o *UnstarDashboardByUIDOK) IsSuccess() bool
- func (o *UnstarDashboardByUIDOK) String() string
- type UnstarDashboardByUIDParams
- func NewUnstarDashboardByUIDParams() *UnstarDashboardByUIDParams
- func NewUnstarDashboardByUIDParamsWithContext(ctx context.Context) *UnstarDashboardByUIDParams
- func NewUnstarDashboardByUIDParamsWithHTTPClient(client *http.Client) *UnstarDashboardByUIDParams
- func NewUnstarDashboardByUIDParamsWithTimeout(timeout time.Duration) *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) SetContext(ctx context.Context)
- func (o *UnstarDashboardByUIDParams) SetDashboardUID(dashboardUID string)
- func (o *UnstarDashboardByUIDParams) SetDefaults()
- func (o *UnstarDashboardByUIDParams) SetHTTPClient(client *http.Client)
- func (o *UnstarDashboardByUIDParams) SetTimeout(timeout time.Duration)
- func (o *UnstarDashboardByUIDParams) WithContext(ctx context.Context) *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) WithDashboardUID(dashboardUID string) *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) WithDefaults() *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) WithHTTPClient(client *http.Client) *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) WithTimeout(timeout time.Duration) *UnstarDashboardByUIDParams
- func (o *UnstarDashboardByUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnstarDashboardByUIDReader
- type UnstarDashboardByUIDUnauthorized
- func (o *UnstarDashboardByUIDUnauthorized) Code() int
- func (o *UnstarDashboardByUIDUnauthorized) Error() string
- func (o *UnstarDashboardByUIDUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardByUIDUnauthorized) IsClientError() bool
- func (o *UnstarDashboardByUIDUnauthorized) IsCode(code int) bool
- func (o *UnstarDashboardByUIDUnauthorized) IsRedirect() bool
- func (o *UnstarDashboardByUIDUnauthorized) IsServerError() bool
- func (o *UnstarDashboardByUIDUnauthorized) IsSuccess() bool
- func (o *UnstarDashboardByUIDUnauthorized) String() string
- type UnstarDashboardForbidden
- func (o *UnstarDashboardForbidden) Code() int
- func (o *UnstarDashboardForbidden) Error() string
- func (o *UnstarDashboardForbidden) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardForbidden) IsClientError() bool
- func (o *UnstarDashboardForbidden) IsCode(code int) bool
- func (o *UnstarDashboardForbidden) IsRedirect() bool
- func (o *UnstarDashboardForbidden) IsServerError() bool
- func (o *UnstarDashboardForbidden) IsSuccess() bool
- func (o *UnstarDashboardForbidden) String() string
- type UnstarDashboardInternalServerError
- func (o *UnstarDashboardInternalServerError) Code() int
- func (o *UnstarDashboardInternalServerError) Error() string
- func (o *UnstarDashboardInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardInternalServerError) IsClientError() bool
- func (o *UnstarDashboardInternalServerError) IsCode(code int) bool
- func (o *UnstarDashboardInternalServerError) IsRedirect() bool
- func (o *UnstarDashboardInternalServerError) IsServerError() bool
- func (o *UnstarDashboardInternalServerError) IsSuccess() bool
- func (o *UnstarDashboardInternalServerError) String() string
- type UnstarDashboardOK
- func (o *UnstarDashboardOK) Code() int
- func (o *UnstarDashboardOK) Error() string
- func (o *UnstarDashboardOK) GetPayload() *models.SuccessResponseBody
- func (o *UnstarDashboardOK) IsClientError() bool
- func (o *UnstarDashboardOK) IsCode(code int) bool
- func (o *UnstarDashboardOK) IsRedirect() bool
- func (o *UnstarDashboardOK) IsServerError() bool
- func (o *UnstarDashboardOK) IsSuccess() bool
- func (o *UnstarDashboardOK) String() string
- type UnstarDashboardParams
- func NewUnstarDashboardParams() *UnstarDashboardParams
- func NewUnstarDashboardParamsWithContext(ctx context.Context) *UnstarDashboardParams
- func NewUnstarDashboardParamsWithHTTPClient(client *http.Client) *UnstarDashboardParams
- func NewUnstarDashboardParamsWithTimeout(timeout time.Duration) *UnstarDashboardParams
- func (o *UnstarDashboardParams) SetContext(ctx context.Context)
- func (o *UnstarDashboardParams) SetDashboardID(dashboardID string)
- func (o *UnstarDashboardParams) SetDefaults()
- func (o *UnstarDashboardParams) SetHTTPClient(client *http.Client)
- func (o *UnstarDashboardParams) SetTimeout(timeout time.Duration)
- func (o *UnstarDashboardParams) WithContext(ctx context.Context) *UnstarDashboardParams
- func (o *UnstarDashboardParams) WithDashboardID(dashboardID string) *UnstarDashboardParams
- func (o *UnstarDashboardParams) WithDefaults() *UnstarDashboardParams
- func (o *UnstarDashboardParams) WithHTTPClient(client *http.Client) *UnstarDashboardParams
- func (o *UnstarDashboardParams) WithTimeout(timeout time.Duration) *UnstarDashboardParams
- func (o *UnstarDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnstarDashboardReader
- type UnstarDashboardUnauthorized
- func (o *UnstarDashboardUnauthorized) Code() int
- func (o *UnstarDashboardUnauthorized) Error() string
- func (o *UnstarDashboardUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *UnstarDashboardUnauthorized) IsClientError() bool
- func (o *UnstarDashboardUnauthorized) IsCode(code int) bool
- func (o *UnstarDashboardUnauthorized) IsRedirect() bool
- func (o *UnstarDashboardUnauthorized) IsServerError() bool
- func (o *UnstarDashboardUnauthorized) IsSuccess() bool
- func (o *UnstarDashboardUnauthorized) String() string
- type UpdateSignedInUserConflict
- func (o *UpdateSignedInUserConflict) Code() int
- func (o *UpdateSignedInUserConflict) Error() string
- func (o *UpdateSignedInUserConflict) GetPayload() *models.ErrorResponseBody
- func (o *UpdateSignedInUserConflict) IsClientError() bool
- func (o *UpdateSignedInUserConflict) IsCode(code int) bool
- func (o *UpdateSignedInUserConflict) IsRedirect() bool
- func (o *UpdateSignedInUserConflict) IsServerError() bool
- func (o *UpdateSignedInUserConflict) IsSuccess() bool
- func (o *UpdateSignedInUserConflict) String() string
- type UpdateSignedInUserForbidden
- func (o *UpdateSignedInUserForbidden) Code() int
- func (o *UpdateSignedInUserForbidden) Error() string
- func (o *UpdateSignedInUserForbidden) GetPayload() *models.ErrorResponseBody
- func (o *UpdateSignedInUserForbidden) IsClientError() bool
- func (o *UpdateSignedInUserForbidden) IsCode(code int) bool
- func (o *UpdateSignedInUserForbidden) IsRedirect() bool
- func (o *UpdateSignedInUserForbidden) IsServerError() bool
- func (o *UpdateSignedInUserForbidden) IsSuccess() bool
- func (o *UpdateSignedInUserForbidden) String() string
- type UpdateSignedInUserInternalServerError
- func (o *UpdateSignedInUserInternalServerError) Code() int
- func (o *UpdateSignedInUserInternalServerError) Error() string
- func (o *UpdateSignedInUserInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *UpdateSignedInUserInternalServerError) IsClientError() bool
- func (o *UpdateSignedInUserInternalServerError) IsCode(code int) bool
- func (o *UpdateSignedInUserInternalServerError) IsRedirect() bool
- func (o *UpdateSignedInUserInternalServerError) IsServerError() bool
- func (o *UpdateSignedInUserInternalServerError) IsSuccess() bool
- func (o *UpdateSignedInUserInternalServerError) String() string
- type UpdateSignedInUserOK
- func (o *UpdateSignedInUserOK) Code() int
- func (o *UpdateSignedInUserOK) Error() string
- func (o *UpdateSignedInUserOK) GetPayload() *models.SuccessResponseBody
- func (o *UpdateSignedInUserOK) IsClientError() bool
- func (o *UpdateSignedInUserOK) IsCode(code int) bool
- func (o *UpdateSignedInUserOK) IsRedirect() bool
- func (o *UpdateSignedInUserOK) IsServerError() bool
- func (o *UpdateSignedInUserOK) IsSuccess() bool
- func (o *UpdateSignedInUserOK) String() string
- type UpdateSignedInUserParams
- func NewUpdateSignedInUserParams() *UpdateSignedInUserParams
- func NewUpdateSignedInUserParamsWithContext(ctx context.Context) *UpdateSignedInUserParams
- func NewUpdateSignedInUserParamsWithHTTPClient(client *http.Client) *UpdateSignedInUserParams
- func NewUpdateSignedInUserParamsWithTimeout(timeout time.Duration) *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) SetBody(body *models.UpdateUserCommand)
- func (o *UpdateSignedInUserParams) SetContext(ctx context.Context)
- func (o *UpdateSignedInUserParams) SetDefaults()
- func (o *UpdateSignedInUserParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSignedInUserParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSignedInUserParams) WithBody(body *models.UpdateUserCommand) *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) WithContext(ctx context.Context) *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) WithDefaults() *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) WithHTTPClient(client *http.Client) *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) WithTimeout(timeout time.Duration) *UpdateSignedInUserParams
- func (o *UpdateSignedInUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSignedInUserReader
- type UpdateSignedInUserUnauthorized
- func (o *UpdateSignedInUserUnauthorized) Code() int
- func (o *UpdateSignedInUserUnauthorized) Error() string
- func (o *UpdateSignedInUserUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *UpdateSignedInUserUnauthorized) IsClientError() bool
- func (o *UpdateSignedInUserUnauthorized) IsCode(code int) bool
- func (o *UpdateSignedInUserUnauthorized) IsRedirect() bool
- func (o *UpdateSignedInUserUnauthorized) IsServerError() bool
- func (o *UpdateSignedInUserUnauthorized) IsSuccess() bool
- func (o *UpdateSignedInUserUnauthorized) String() string
- type UserSetUsingOrgBadRequest
- func (o *UserSetUsingOrgBadRequest) Code() int
- func (o *UserSetUsingOrgBadRequest) Error() string
- func (o *UserSetUsingOrgBadRequest) GetPayload() *models.ErrorResponseBody
- func (o *UserSetUsingOrgBadRequest) IsClientError() bool
- func (o *UserSetUsingOrgBadRequest) IsCode(code int) bool
- func (o *UserSetUsingOrgBadRequest) IsRedirect() bool
- func (o *UserSetUsingOrgBadRequest) IsServerError() bool
- func (o *UserSetUsingOrgBadRequest) IsSuccess() bool
- func (o *UserSetUsingOrgBadRequest) String() string
- type UserSetUsingOrgForbidden
- func (o *UserSetUsingOrgForbidden) Code() int
- func (o *UserSetUsingOrgForbidden) Error() string
- func (o *UserSetUsingOrgForbidden) GetPayload() *models.ErrorResponseBody
- func (o *UserSetUsingOrgForbidden) IsClientError() bool
- func (o *UserSetUsingOrgForbidden) IsCode(code int) bool
- func (o *UserSetUsingOrgForbidden) IsRedirect() bool
- func (o *UserSetUsingOrgForbidden) IsServerError() bool
- func (o *UserSetUsingOrgForbidden) IsSuccess() bool
- func (o *UserSetUsingOrgForbidden) String() string
- type UserSetUsingOrgInternalServerError
- func (o *UserSetUsingOrgInternalServerError) Code() int
- func (o *UserSetUsingOrgInternalServerError) Error() string
- func (o *UserSetUsingOrgInternalServerError) GetPayload() *models.ErrorResponseBody
- func (o *UserSetUsingOrgInternalServerError) IsClientError() bool
- func (o *UserSetUsingOrgInternalServerError) IsCode(code int) bool
- func (o *UserSetUsingOrgInternalServerError) IsRedirect() bool
- func (o *UserSetUsingOrgInternalServerError) IsServerError() bool
- func (o *UserSetUsingOrgInternalServerError) IsSuccess() bool
- func (o *UserSetUsingOrgInternalServerError) String() string
- type UserSetUsingOrgOK
- func (o *UserSetUsingOrgOK) Code() int
- func (o *UserSetUsingOrgOK) Error() string
- func (o *UserSetUsingOrgOK) GetPayload() *models.SuccessResponseBody
- func (o *UserSetUsingOrgOK) IsClientError() bool
- func (o *UserSetUsingOrgOK) IsCode(code int) bool
- func (o *UserSetUsingOrgOK) IsRedirect() bool
- func (o *UserSetUsingOrgOK) IsServerError() bool
- func (o *UserSetUsingOrgOK) IsSuccess() bool
- func (o *UserSetUsingOrgOK) String() string
- type UserSetUsingOrgParams
- func NewUserSetUsingOrgParams() *UserSetUsingOrgParams
- func NewUserSetUsingOrgParamsWithContext(ctx context.Context) *UserSetUsingOrgParams
- func NewUserSetUsingOrgParamsWithHTTPClient(client *http.Client) *UserSetUsingOrgParams
- func NewUserSetUsingOrgParamsWithTimeout(timeout time.Duration) *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) SetContext(ctx context.Context)
- func (o *UserSetUsingOrgParams) SetDefaults()
- func (o *UserSetUsingOrgParams) SetHTTPClient(client *http.Client)
- func (o *UserSetUsingOrgParams) SetOrgID(orgID int64)
- func (o *UserSetUsingOrgParams) SetTimeout(timeout time.Duration)
- func (o *UserSetUsingOrgParams) WithContext(ctx context.Context) *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) WithDefaults() *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) WithHTTPClient(client *http.Client) *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) WithOrgID(orgID int64) *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) WithTimeout(timeout time.Duration) *UserSetUsingOrgParams
- func (o *UserSetUsingOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserSetUsingOrgReader
- type UserSetUsingOrgUnauthorized
- func (o *UserSetUsingOrgUnauthorized) Code() int
- func (o *UserSetUsingOrgUnauthorized) Error() string
- func (o *UserSetUsingOrgUnauthorized) GetPayload() *models.ErrorResponseBody
- func (o *UserSetUsingOrgUnauthorized) IsClientError() bool
- func (o *UserSetUsingOrgUnauthorized) IsCode(code int) bool
- func (o *UserSetUsingOrgUnauthorized) IsRedirect() bool
- func (o *UserSetUsingOrgUnauthorized) IsServerError() bool
- func (o *UserSetUsingOrgUnauthorized) IsSuccess() bool
- func (o *UserSetUsingOrgUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeUserPasswordBadRequest ¶
type ChangeUserPasswordBadRequest struct {
Payload *models.ErrorResponseBody
}
ChangeUserPasswordBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewChangeUserPasswordBadRequest ¶
func NewChangeUserPasswordBadRequest() *ChangeUserPasswordBadRequest
NewChangeUserPasswordBadRequest creates a ChangeUserPasswordBadRequest with default headers values
func (*ChangeUserPasswordBadRequest) Code ¶
func (o *ChangeUserPasswordBadRequest) Code() int
Code gets the status code for the change user password bad request response
func (*ChangeUserPasswordBadRequest) Error ¶
func (o *ChangeUserPasswordBadRequest) Error() string
func (*ChangeUserPasswordBadRequest) GetPayload ¶
func (o *ChangeUserPasswordBadRequest) GetPayload() *models.ErrorResponseBody
func (*ChangeUserPasswordBadRequest) IsClientError ¶
func (o *ChangeUserPasswordBadRequest) IsClientError() bool
IsClientError returns true when this change user password bad request response has a 4xx status code
func (*ChangeUserPasswordBadRequest) IsCode ¶
func (o *ChangeUserPasswordBadRequest) IsCode(code int) bool
IsCode returns true when this change user password bad request response a status code equal to that given
func (*ChangeUserPasswordBadRequest) IsRedirect ¶
func (o *ChangeUserPasswordBadRequest) IsRedirect() bool
IsRedirect returns true when this change user password bad request response has a 3xx status code
func (*ChangeUserPasswordBadRequest) IsServerError ¶
func (o *ChangeUserPasswordBadRequest) IsServerError() bool
IsServerError returns true when this change user password bad request response has a 5xx status code
func (*ChangeUserPasswordBadRequest) IsSuccess ¶
func (o *ChangeUserPasswordBadRequest) IsSuccess() bool
IsSuccess returns true when this change user password bad request response has a 2xx status code
func (*ChangeUserPasswordBadRequest) String ¶
func (o *ChangeUserPasswordBadRequest) String() string
type ChangeUserPasswordForbidden ¶
type ChangeUserPasswordForbidden struct {
Payload *models.ErrorResponseBody
}
ChangeUserPasswordForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewChangeUserPasswordForbidden ¶
func NewChangeUserPasswordForbidden() *ChangeUserPasswordForbidden
NewChangeUserPasswordForbidden creates a ChangeUserPasswordForbidden with default headers values
func (*ChangeUserPasswordForbidden) Code ¶
func (o *ChangeUserPasswordForbidden) Code() int
Code gets the status code for the change user password forbidden response
func (*ChangeUserPasswordForbidden) Error ¶
func (o *ChangeUserPasswordForbidden) Error() string
func (*ChangeUserPasswordForbidden) GetPayload ¶
func (o *ChangeUserPasswordForbidden) GetPayload() *models.ErrorResponseBody
func (*ChangeUserPasswordForbidden) IsClientError ¶
func (o *ChangeUserPasswordForbidden) IsClientError() bool
IsClientError returns true when this change user password forbidden response has a 4xx status code
func (*ChangeUserPasswordForbidden) IsCode ¶
func (o *ChangeUserPasswordForbidden) IsCode(code int) bool
IsCode returns true when this change user password forbidden response a status code equal to that given
func (*ChangeUserPasswordForbidden) IsRedirect ¶
func (o *ChangeUserPasswordForbidden) IsRedirect() bool
IsRedirect returns true when this change user password forbidden response has a 3xx status code
func (*ChangeUserPasswordForbidden) IsServerError ¶
func (o *ChangeUserPasswordForbidden) IsServerError() bool
IsServerError returns true when this change user password forbidden response has a 5xx status code
func (*ChangeUserPasswordForbidden) IsSuccess ¶
func (o *ChangeUserPasswordForbidden) IsSuccess() bool
IsSuccess returns true when this change user password forbidden response has a 2xx status code
func (*ChangeUserPasswordForbidden) String ¶
func (o *ChangeUserPasswordForbidden) String() string
type ChangeUserPasswordInternalServerError ¶
type ChangeUserPasswordInternalServerError struct {
Payload *models.ErrorResponseBody
}
ChangeUserPasswordInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewChangeUserPasswordInternalServerError ¶
func NewChangeUserPasswordInternalServerError() *ChangeUserPasswordInternalServerError
NewChangeUserPasswordInternalServerError creates a ChangeUserPasswordInternalServerError with default headers values
func (*ChangeUserPasswordInternalServerError) Code ¶
func (o *ChangeUserPasswordInternalServerError) Code() int
Code gets the status code for the change user password internal server error response
func (*ChangeUserPasswordInternalServerError) Error ¶
func (o *ChangeUserPasswordInternalServerError) Error() string
func (*ChangeUserPasswordInternalServerError) GetPayload ¶
func (o *ChangeUserPasswordInternalServerError) GetPayload() *models.ErrorResponseBody
func (*ChangeUserPasswordInternalServerError) IsClientError ¶
func (o *ChangeUserPasswordInternalServerError) IsClientError() bool
IsClientError returns true when this change user password internal server error response has a 4xx status code
func (*ChangeUserPasswordInternalServerError) IsCode ¶
func (o *ChangeUserPasswordInternalServerError) IsCode(code int) bool
IsCode returns true when this change user password internal server error response a status code equal to that given
func (*ChangeUserPasswordInternalServerError) IsRedirect ¶
func (o *ChangeUserPasswordInternalServerError) IsRedirect() bool
IsRedirect returns true when this change user password internal server error response has a 3xx status code
func (*ChangeUserPasswordInternalServerError) IsServerError ¶
func (o *ChangeUserPasswordInternalServerError) IsServerError() bool
IsServerError returns true when this change user password internal server error response has a 5xx status code
func (*ChangeUserPasswordInternalServerError) IsSuccess ¶
func (o *ChangeUserPasswordInternalServerError) IsSuccess() bool
IsSuccess returns true when this change user password internal server error response has a 2xx status code
func (*ChangeUserPasswordInternalServerError) String ¶
func (o *ChangeUserPasswordInternalServerError) String() string
type ChangeUserPasswordOK ¶
type ChangeUserPasswordOK struct {
Payload *models.SuccessResponseBody
}
ChangeUserPasswordOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewChangeUserPasswordOK ¶
func NewChangeUserPasswordOK() *ChangeUserPasswordOK
NewChangeUserPasswordOK creates a ChangeUserPasswordOK with default headers values
func (*ChangeUserPasswordOK) Code ¶
func (o *ChangeUserPasswordOK) Code() int
Code gets the status code for the change user password Ok response
func (*ChangeUserPasswordOK) Error ¶
func (o *ChangeUserPasswordOK) Error() string
func (*ChangeUserPasswordOK) GetPayload ¶
func (o *ChangeUserPasswordOK) GetPayload() *models.SuccessResponseBody
func (*ChangeUserPasswordOK) IsClientError ¶
func (o *ChangeUserPasswordOK) IsClientError() bool
IsClientError returns true when this change user password Ok response has a 4xx status code
func (*ChangeUserPasswordOK) IsCode ¶
func (o *ChangeUserPasswordOK) IsCode(code int) bool
IsCode returns true when this change user password Ok response a status code equal to that given
func (*ChangeUserPasswordOK) IsRedirect ¶
func (o *ChangeUserPasswordOK) IsRedirect() bool
IsRedirect returns true when this change user password Ok response has a 3xx status code
func (*ChangeUserPasswordOK) IsServerError ¶
func (o *ChangeUserPasswordOK) IsServerError() bool
IsServerError returns true when this change user password Ok response has a 5xx status code
func (*ChangeUserPasswordOK) IsSuccess ¶
func (o *ChangeUserPasswordOK) IsSuccess() bool
IsSuccess returns true when this change user password Ok response has a 2xx status code
func (*ChangeUserPasswordOK) String ¶
func (o *ChangeUserPasswordOK) String() string
type ChangeUserPasswordParams ¶
type ChangeUserPasswordParams struct { /* Body. To change the email, name, login, theme, provide another one. */ Body *models.ChangeUserPasswordCommand Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ChangeUserPasswordParams contains all the parameters to send to the API endpoint
for the change user password operation. Typically these are written to a http.Request.
func NewChangeUserPasswordParams ¶
func NewChangeUserPasswordParams() *ChangeUserPasswordParams
NewChangeUserPasswordParams creates a new ChangeUserPasswordParams 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 NewChangeUserPasswordParamsWithContext ¶
func NewChangeUserPasswordParamsWithContext(ctx context.Context) *ChangeUserPasswordParams
NewChangeUserPasswordParamsWithContext creates a new ChangeUserPasswordParams object with the ability to set a context for a request.
func NewChangeUserPasswordParamsWithHTTPClient ¶
func NewChangeUserPasswordParamsWithHTTPClient(client *http.Client) *ChangeUserPasswordParams
NewChangeUserPasswordParamsWithHTTPClient creates a new ChangeUserPasswordParams object with the ability to set a custom HTTPClient for a request.
func NewChangeUserPasswordParamsWithTimeout ¶
func NewChangeUserPasswordParamsWithTimeout(timeout time.Duration) *ChangeUserPasswordParams
NewChangeUserPasswordParamsWithTimeout creates a new ChangeUserPasswordParams object with the ability to set a timeout on a request.
func (*ChangeUserPasswordParams) SetBody ¶
func (o *ChangeUserPasswordParams) SetBody(body *models.ChangeUserPasswordCommand)
SetBody adds the body to the change user password params
func (*ChangeUserPasswordParams) SetContext ¶
func (o *ChangeUserPasswordParams) SetContext(ctx context.Context)
SetContext adds the context to the change user password params
func (*ChangeUserPasswordParams) SetDefaults ¶
func (o *ChangeUserPasswordParams) SetDefaults()
SetDefaults hydrates default values in the change user password params (not the query body).
All values with no default are reset to their zero value.
func (*ChangeUserPasswordParams) SetHTTPClient ¶
func (o *ChangeUserPasswordParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the change user password params
func (*ChangeUserPasswordParams) SetTimeout ¶
func (o *ChangeUserPasswordParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the change user password params
func (*ChangeUserPasswordParams) WithBody ¶
func (o *ChangeUserPasswordParams) WithBody(body *models.ChangeUserPasswordCommand) *ChangeUserPasswordParams
WithBody adds the body to the change user password params
func (*ChangeUserPasswordParams) WithContext ¶
func (o *ChangeUserPasswordParams) WithContext(ctx context.Context) *ChangeUserPasswordParams
WithContext adds the context to the change user password params
func (*ChangeUserPasswordParams) WithDefaults ¶
func (o *ChangeUserPasswordParams) WithDefaults() *ChangeUserPasswordParams
WithDefaults hydrates default values in the change user password params (not the query body).
All values with no default are reset to their zero value.
func (*ChangeUserPasswordParams) WithHTTPClient ¶
func (o *ChangeUserPasswordParams) WithHTTPClient(client *http.Client) *ChangeUserPasswordParams
WithHTTPClient adds the HTTPClient to the change user password params
func (*ChangeUserPasswordParams) WithTimeout ¶
func (o *ChangeUserPasswordParams) WithTimeout(timeout time.Duration) *ChangeUserPasswordParams
WithTimeout adds the timeout to the change user password params
func (*ChangeUserPasswordParams) WriteToRequest ¶
func (o *ChangeUserPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ChangeUserPasswordReader ¶
type ChangeUserPasswordReader struct {
// contains filtered or unexported fields
}
ChangeUserPasswordReader is a Reader for the ChangeUserPassword structure.
func (*ChangeUserPasswordReader) ReadResponse ¶
func (o *ChangeUserPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ChangeUserPasswordUnauthorized ¶
type ChangeUserPasswordUnauthorized struct {
}ChangeUserPasswordUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewChangeUserPasswordUnauthorized ¶
func NewChangeUserPasswordUnauthorized() *ChangeUserPasswordUnauthorized
NewChangeUserPasswordUnauthorized creates a ChangeUserPasswordUnauthorized with default headers values
func (*ChangeUserPasswordUnauthorized) Code ¶
func (o *ChangeUserPasswordUnauthorized) Code() int
Code gets the status code for the change user password unauthorized response
func (*ChangeUserPasswordUnauthorized) Error ¶
func (o *ChangeUserPasswordUnauthorized) Error() string
func (*ChangeUserPasswordUnauthorized) GetPayload ¶
func (o *ChangeUserPasswordUnauthorized) GetPayload() *models.ErrorResponseBody
func (*ChangeUserPasswordUnauthorized) IsClientError ¶
func (o *ChangeUserPasswordUnauthorized) IsClientError() bool
IsClientError returns true when this change user password unauthorized response has a 4xx status code
func (*ChangeUserPasswordUnauthorized) IsCode ¶
func (o *ChangeUserPasswordUnauthorized) IsCode(code int) bool
IsCode returns true when this change user password unauthorized response a status code equal to that given
func (*ChangeUserPasswordUnauthorized) IsRedirect ¶
func (o *ChangeUserPasswordUnauthorized) IsRedirect() bool
IsRedirect returns true when this change user password unauthorized response has a 3xx status code
func (*ChangeUserPasswordUnauthorized) IsServerError ¶
func (o *ChangeUserPasswordUnauthorized) IsServerError() bool
IsServerError returns true when this change user password unauthorized response has a 5xx status code
func (*ChangeUserPasswordUnauthorized) IsSuccess ¶
func (o *ChangeUserPasswordUnauthorized) IsSuccess() bool
IsSuccess returns true when this change user password unauthorized response has a 2xx status code
func (*ChangeUserPasswordUnauthorized) String ¶
func (o *ChangeUserPasswordUnauthorized) String() string
type ClearHelpFlagsForbidden ¶
type ClearHelpFlagsForbidden struct {
Payload *models.ErrorResponseBody
}
ClearHelpFlagsForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewClearHelpFlagsForbidden ¶
func NewClearHelpFlagsForbidden() *ClearHelpFlagsForbidden
NewClearHelpFlagsForbidden creates a ClearHelpFlagsForbidden with default headers values
func (*ClearHelpFlagsForbidden) Code ¶
func (o *ClearHelpFlagsForbidden) Code() int
Code gets the status code for the clear help flags forbidden response
func (*ClearHelpFlagsForbidden) Error ¶
func (o *ClearHelpFlagsForbidden) Error() string
func (*ClearHelpFlagsForbidden) GetPayload ¶
func (o *ClearHelpFlagsForbidden) GetPayload() *models.ErrorResponseBody
func (*ClearHelpFlagsForbidden) IsClientError ¶
func (o *ClearHelpFlagsForbidden) IsClientError() bool
IsClientError returns true when this clear help flags forbidden response has a 4xx status code
func (*ClearHelpFlagsForbidden) IsCode ¶
func (o *ClearHelpFlagsForbidden) IsCode(code int) bool
IsCode returns true when this clear help flags forbidden response a status code equal to that given
func (*ClearHelpFlagsForbidden) IsRedirect ¶
func (o *ClearHelpFlagsForbidden) IsRedirect() bool
IsRedirect returns true when this clear help flags forbidden response has a 3xx status code
func (*ClearHelpFlagsForbidden) IsServerError ¶
func (o *ClearHelpFlagsForbidden) IsServerError() bool
IsServerError returns true when this clear help flags forbidden response has a 5xx status code
func (*ClearHelpFlagsForbidden) IsSuccess ¶
func (o *ClearHelpFlagsForbidden) IsSuccess() bool
IsSuccess returns true when this clear help flags forbidden response has a 2xx status code
func (*ClearHelpFlagsForbidden) String ¶
func (o *ClearHelpFlagsForbidden) String() string
type ClearHelpFlagsInternalServerError ¶
type ClearHelpFlagsInternalServerError struct {
Payload *models.ErrorResponseBody
}
ClearHelpFlagsInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewClearHelpFlagsInternalServerError ¶
func NewClearHelpFlagsInternalServerError() *ClearHelpFlagsInternalServerError
NewClearHelpFlagsInternalServerError creates a ClearHelpFlagsInternalServerError with default headers values
func (*ClearHelpFlagsInternalServerError) Code ¶
func (o *ClearHelpFlagsInternalServerError) Code() int
Code gets the status code for the clear help flags internal server error response
func (*ClearHelpFlagsInternalServerError) Error ¶
func (o *ClearHelpFlagsInternalServerError) Error() string
func (*ClearHelpFlagsInternalServerError) GetPayload ¶
func (o *ClearHelpFlagsInternalServerError) GetPayload() *models.ErrorResponseBody
func (*ClearHelpFlagsInternalServerError) IsClientError ¶
func (o *ClearHelpFlagsInternalServerError) IsClientError() bool
IsClientError returns true when this clear help flags internal server error response has a 4xx status code
func (*ClearHelpFlagsInternalServerError) IsCode ¶
func (o *ClearHelpFlagsInternalServerError) IsCode(code int) bool
IsCode returns true when this clear help flags internal server error response a status code equal to that given
func (*ClearHelpFlagsInternalServerError) IsRedirect ¶
func (o *ClearHelpFlagsInternalServerError) IsRedirect() bool
IsRedirect returns true when this clear help flags internal server error response has a 3xx status code
func (*ClearHelpFlagsInternalServerError) IsServerError ¶
func (o *ClearHelpFlagsInternalServerError) IsServerError() bool
IsServerError returns true when this clear help flags internal server error response has a 5xx status code
func (*ClearHelpFlagsInternalServerError) IsSuccess ¶
func (o *ClearHelpFlagsInternalServerError) IsSuccess() bool
IsSuccess returns true when this clear help flags internal server error response has a 2xx status code
func (*ClearHelpFlagsInternalServerError) String ¶
func (o *ClearHelpFlagsInternalServerError) String() string
type ClearHelpFlagsOK ¶
type ClearHelpFlagsOK struct {
Payload *models.ClearHelpFlagsOKBody
}
ClearHelpFlagsOK describes a response with status code 200, with default header values.
(empty)
func NewClearHelpFlagsOK ¶
func NewClearHelpFlagsOK() *ClearHelpFlagsOK
NewClearHelpFlagsOK creates a ClearHelpFlagsOK with default headers values
func (*ClearHelpFlagsOK) Code ¶
func (o *ClearHelpFlagsOK) Code() int
Code gets the status code for the clear help flags Ok response
func (*ClearHelpFlagsOK) Error ¶
func (o *ClearHelpFlagsOK) Error() string
func (*ClearHelpFlagsOK) GetPayload ¶
func (o *ClearHelpFlagsOK) GetPayload() *models.ClearHelpFlagsOKBody
func (*ClearHelpFlagsOK) IsClientError ¶
func (o *ClearHelpFlagsOK) IsClientError() bool
IsClientError returns true when this clear help flags Ok response has a 4xx status code
func (*ClearHelpFlagsOK) IsCode ¶
func (o *ClearHelpFlagsOK) IsCode(code int) bool
IsCode returns true when this clear help flags Ok response a status code equal to that given
func (*ClearHelpFlagsOK) IsRedirect ¶
func (o *ClearHelpFlagsOK) IsRedirect() bool
IsRedirect returns true when this clear help flags Ok response has a 3xx status code
func (*ClearHelpFlagsOK) IsServerError ¶
func (o *ClearHelpFlagsOK) IsServerError() bool
IsServerError returns true when this clear help flags Ok response has a 5xx status code
func (*ClearHelpFlagsOK) IsSuccess ¶
func (o *ClearHelpFlagsOK) IsSuccess() bool
IsSuccess returns true when this clear help flags Ok response has a 2xx status code
func (*ClearHelpFlagsOK) String ¶
func (o *ClearHelpFlagsOK) String() string
type ClearHelpFlagsParams ¶
type ClearHelpFlagsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ClearHelpFlagsParams contains all the parameters to send to the API endpoint
for the clear help flags operation. Typically these are written to a http.Request.
func NewClearHelpFlagsParams ¶
func NewClearHelpFlagsParams() *ClearHelpFlagsParams
NewClearHelpFlagsParams creates a new ClearHelpFlagsParams 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 NewClearHelpFlagsParamsWithContext ¶
func NewClearHelpFlagsParamsWithContext(ctx context.Context) *ClearHelpFlagsParams
NewClearHelpFlagsParamsWithContext creates a new ClearHelpFlagsParams object with the ability to set a context for a request.
func NewClearHelpFlagsParamsWithHTTPClient ¶
func NewClearHelpFlagsParamsWithHTTPClient(client *http.Client) *ClearHelpFlagsParams
NewClearHelpFlagsParamsWithHTTPClient creates a new ClearHelpFlagsParams object with the ability to set a custom HTTPClient for a request.
func NewClearHelpFlagsParamsWithTimeout ¶
func NewClearHelpFlagsParamsWithTimeout(timeout time.Duration) *ClearHelpFlagsParams
NewClearHelpFlagsParamsWithTimeout creates a new ClearHelpFlagsParams object with the ability to set a timeout on a request.
func (*ClearHelpFlagsParams) SetContext ¶
func (o *ClearHelpFlagsParams) SetContext(ctx context.Context)
SetContext adds the context to the clear help flags params
func (*ClearHelpFlagsParams) SetDefaults ¶
func (o *ClearHelpFlagsParams) SetDefaults()
SetDefaults hydrates default values in the clear help flags params (not the query body).
All values with no default are reset to their zero value.
func (*ClearHelpFlagsParams) SetHTTPClient ¶
func (o *ClearHelpFlagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the clear help flags params
func (*ClearHelpFlagsParams) SetTimeout ¶
func (o *ClearHelpFlagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the clear help flags params
func (*ClearHelpFlagsParams) WithContext ¶
func (o *ClearHelpFlagsParams) WithContext(ctx context.Context) *ClearHelpFlagsParams
WithContext adds the context to the clear help flags params
func (*ClearHelpFlagsParams) WithDefaults ¶
func (o *ClearHelpFlagsParams) WithDefaults() *ClearHelpFlagsParams
WithDefaults hydrates default values in the clear help flags params (not the query body).
All values with no default are reset to their zero value.
func (*ClearHelpFlagsParams) WithHTTPClient ¶
func (o *ClearHelpFlagsParams) WithHTTPClient(client *http.Client) *ClearHelpFlagsParams
WithHTTPClient adds the HTTPClient to the clear help flags params
func (*ClearHelpFlagsParams) WithTimeout ¶
func (o *ClearHelpFlagsParams) WithTimeout(timeout time.Duration) *ClearHelpFlagsParams
WithTimeout adds the timeout to the clear help flags params
func (*ClearHelpFlagsParams) WriteToRequest ¶
func (o *ClearHelpFlagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ClearHelpFlagsReader ¶
type ClearHelpFlagsReader struct {
// contains filtered or unexported fields
}
ClearHelpFlagsReader is a Reader for the ClearHelpFlags structure.
func (*ClearHelpFlagsReader) ReadResponse ¶
func (o *ClearHelpFlagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ClearHelpFlagsUnauthorized ¶
type ClearHelpFlagsUnauthorized struct {
}ClearHelpFlagsUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewClearHelpFlagsUnauthorized ¶
func NewClearHelpFlagsUnauthorized() *ClearHelpFlagsUnauthorized
NewClearHelpFlagsUnauthorized creates a ClearHelpFlagsUnauthorized with default headers values
func (*ClearHelpFlagsUnauthorized) Code ¶
func (o *ClearHelpFlagsUnauthorized) Code() int
Code gets the status code for the clear help flags unauthorized response
func (*ClearHelpFlagsUnauthorized) Error ¶
func (o *ClearHelpFlagsUnauthorized) Error() string
func (*ClearHelpFlagsUnauthorized) GetPayload ¶
func (o *ClearHelpFlagsUnauthorized) GetPayload() *models.ErrorResponseBody
func (*ClearHelpFlagsUnauthorized) IsClientError ¶
func (o *ClearHelpFlagsUnauthorized) IsClientError() bool
IsClientError returns true when this clear help flags unauthorized response has a 4xx status code
func (*ClearHelpFlagsUnauthorized) IsCode ¶
func (o *ClearHelpFlagsUnauthorized) IsCode(code int) bool
IsCode returns true when this clear help flags unauthorized response a status code equal to that given
func (*ClearHelpFlagsUnauthorized) IsRedirect ¶
func (o *ClearHelpFlagsUnauthorized) IsRedirect() bool
IsRedirect returns true when this clear help flags unauthorized response has a 3xx status code
func (*ClearHelpFlagsUnauthorized) IsServerError ¶
func (o *ClearHelpFlagsUnauthorized) IsServerError() bool
IsServerError returns true when this clear help flags unauthorized response has a 5xx status code
func (*ClearHelpFlagsUnauthorized) IsSuccess ¶
func (o *ClearHelpFlagsUnauthorized) IsSuccess() bool
IsSuccess returns true when this clear help flags unauthorized response has a 2xx status code
func (*ClearHelpFlagsUnauthorized) String ¶
func (o *ClearHelpFlagsUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for signed in user API
func (*Client) ChangeUserPassword ¶
func (a *Client) ChangeUserPassword(body *models.ChangeUserPasswordCommand, opts ...ClientOption) (*ChangeUserPasswordOK, error)
ChangeUserPassword changes password
Changes the password for the user.
func (*Client) ChangeUserPasswordWithParams ¶
func (a *Client) ChangeUserPasswordWithParams(params *ChangeUserPasswordParams, opts ...ClientOption) (*ChangeUserPasswordOK, error)
func (*Client) ClearHelpFlags ¶
func (a *Client) ClearHelpFlags(opts ...ClientOption) (*ClearHelpFlagsOK, error)
ClearHelpFlags clears user help flag
func (*Client) ClearHelpFlagsWithParams ¶
func (a *Client) ClearHelpFlagsWithParams(params *ClearHelpFlagsParams, opts ...ClientOption) (*ClearHelpFlagsOK, error)
func (*Client) GetSignedInUser ¶
func (a *Client) GetSignedInUser(opts ...ClientOption) (*GetSignedInUserOK, error)
GetSignedInUser Get (current authenticated user)
func (*Client) GetSignedInUserOrgList ¶
func (a *Client) GetSignedInUserOrgList(opts ...ClientOption) (*GetSignedInUserOrgListOK, error)
GetSignedInUserOrgList organizations of the actual user
Return a list of all organizations of the current user.
func (*Client) GetSignedInUserOrgListWithParams ¶
func (a *Client) GetSignedInUserOrgListWithParams(params *GetSignedInUserOrgListParams, opts ...ClientOption) (*GetSignedInUserOrgListOK, error)
func (*Client) GetSignedInUserTeamList ¶
func (a *Client) GetSignedInUserTeamList(opts ...ClientOption) (*GetSignedInUserTeamListOK, error)
GetSignedInUserTeamList teams that the actual user is member of
Return a list of all teams that the current user is member of.
func (*Client) GetSignedInUserTeamListWithParams ¶
func (a *Client) GetSignedInUserTeamListWithParams(params *GetSignedInUserTeamListParams, opts ...ClientOption) (*GetSignedInUserTeamListOK, error)
func (*Client) GetSignedInUserWithParams ¶
func (a *Client) GetSignedInUserWithParams(params *GetSignedInUserParams, opts ...ClientOption) (*GetSignedInUserOK, error)
func (*Client) GetUserAuthTokens ¶
func (a *Client) GetUserAuthTokens(opts ...ClientOption) (*GetUserAuthTokensOK, error)
GetUserAuthTokens auths tokens of the actual user
Return a list of all auth tokens (devices) that the actual user currently have logged in from.
func (*Client) GetUserAuthTokensWithParams ¶
func (a *Client) GetUserAuthTokensWithParams(params *GetUserAuthTokensParams, opts ...ClientOption) (*GetUserAuthTokensOK, error)
func (*Client) GetUserQuotas ¶
func (a *Client) GetUserQuotas(opts ...ClientOption) (*GetUserQuotasOK, error)
GetUserQuotas fetches user quota
func (*Client) GetUserQuotasWithParams ¶
func (a *Client) GetUserQuotasWithParams(params *GetUserQuotasParams, opts ...ClientOption) (*GetUserQuotasOK, error)
func (*Client) RevokeUserAuthToken ¶
func (a *Client) RevokeUserAuthToken(body *models.RevokeAuthTokenCmd, opts ...ClientOption) (*RevokeUserAuthTokenOK, error)
RevokeUserAuthToken revokes an auth token of the actual user
Revokes the given auth token (device) for the actual user. User of issued auth token (device) will no longer be logged in and will be required to authenticate again upon next activity.
func (*Client) RevokeUserAuthTokenWithParams ¶
func (a *Client) RevokeUserAuthTokenWithParams(params *RevokeUserAuthTokenParams, opts ...ClientOption) (*RevokeUserAuthTokenOK, error)
func (*Client) SetHelpFlag ¶
func (a *Client) SetHelpFlag(flagID string, opts ...ClientOption) (*SetHelpFlagOK, error)
SetHelpFlag sets user help flag
func (*Client) SetHelpFlagWithParams ¶
func (a *Client) SetHelpFlagWithParams(params *SetHelpFlagParams, opts ...ClientOption) (*SetHelpFlagOK, error)
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StarDashboard ¶
func (a *Client) StarDashboard(dashboardID string, opts ...ClientOption) (*StarDashboardOK, error)
StarDashboard stars a dashboard
Stars the given Dashboard for the actual user.
func (*Client) StarDashboardByUID ¶
func (a *Client) StarDashboardByUID(dashboardUID string, opts ...ClientOption) (*StarDashboardByUIDOK, error)
StarDashboardByUID stars a dashboard
Stars the given Dashboard for the actual user.
func (*Client) StarDashboardByUIDWithParams ¶
func (a *Client) StarDashboardByUIDWithParams(params *StarDashboardByUIDParams, opts ...ClientOption) (*StarDashboardByUIDOK, error)
func (*Client) StarDashboardWithParams ¶
func (a *Client) StarDashboardWithParams(params *StarDashboardParams, opts ...ClientOption) (*StarDashboardOK, error)
func (*Client) UnstarDashboard ¶
func (a *Client) UnstarDashboard(dashboardID string, opts ...ClientOption) (*UnstarDashboardOK, error)
UnstarDashboard unstars a dashboard
Deletes the starring of the given Dashboard for the actual user.
func (*Client) UnstarDashboardByUID ¶
func (a *Client) UnstarDashboardByUID(dashboardUID string, opts ...ClientOption) (*UnstarDashboardByUIDOK, error)
UnstarDashboardByUID unstars a dashboard
Deletes the starring of the given Dashboard for the actual user.
func (*Client) UnstarDashboardByUIDWithParams ¶
func (a *Client) UnstarDashboardByUIDWithParams(params *UnstarDashboardByUIDParams, opts ...ClientOption) (*UnstarDashboardByUIDOK, error)
func (*Client) UnstarDashboardWithParams ¶
func (a *Client) UnstarDashboardWithParams(params *UnstarDashboardParams, opts ...ClientOption) (*UnstarDashboardOK, error)
func (*Client) UpdateSignedInUser ¶
func (a *Client) UpdateSignedInUser(body *models.UpdateUserCommand, opts ...ClientOption) (*UpdateSignedInUserOK, error)
UpdateSignedInUser updates signed in user
func (*Client) UpdateSignedInUserWithParams ¶
func (a *Client) UpdateSignedInUserWithParams(params *UpdateSignedInUserParams, opts ...ClientOption) (*UpdateSignedInUserOK, error)
func (*Client) UserSetUsingOrg ¶
func (a *Client) UserSetUsingOrg(orgID int64, opts ...ClientOption) (*UserSetUsingOrgOK, error)
UserSetUsingOrg switches user context for signed in user
Switch user context to the given organization.
func (*Client) UserSetUsingOrgWithParams ¶
func (a *Client) UserSetUsingOrgWithParams(params *UserSetUsingOrgParams, opts ...ClientOption) (*UserSetUsingOrgOK, error)
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
func WithAuthInfo ¶
func WithAuthInfo(authInfo runtime.ClientAuthInfoWriter) ClientOption
WithAuthInfo changes the transport on the client
type ClientService ¶
type ClientService interface { ChangeUserPassword(body *models.ChangeUserPasswordCommand, opts ...ClientOption) (*ChangeUserPasswordOK, error) ChangeUserPasswordWithParams(params *ChangeUserPasswordParams, opts ...ClientOption) (*ChangeUserPasswordOK, error) ClearHelpFlags(opts ...ClientOption) (*ClearHelpFlagsOK, error) ClearHelpFlagsWithParams(params *ClearHelpFlagsParams, opts ...ClientOption) (*ClearHelpFlagsOK, error) GetSignedInUser(opts ...ClientOption) (*GetSignedInUserOK, error) GetSignedInUserWithParams(params *GetSignedInUserParams, opts ...ClientOption) (*GetSignedInUserOK, error) GetSignedInUserOrgList(opts ...ClientOption) (*GetSignedInUserOrgListOK, error) GetSignedInUserOrgListWithParams(params *GetSignedInUserOrgListParams, opts ...ClientOption) (*GetSignedInUserOrgListOK, error) GetSignedInUserTeamList(opts ...ClientOption) (*GetSignedInUserTeamListOK, error) GetSignedInUserTeamListWithParams(params *GetSignedInUserTeamListParams, opts ...ClientOption) (*GetSignedInUserTeamListOK, error) GetUserAuthTokens(opts ...ClientOption) (*GetUserAuthTokensOK, error) GetUserAuthTokensWithParams(params *GetUserAuthTokensParams, opts ...ClientOption) (*GetUserAuthTokensOK, error) GetUserQuotas(opts ...ClientOption) (*GetUserQuotasOK, error) GetUserQuotasWithParams(params *GetUserQuotasParams, opts ...ClientOption) (*GetUserQuotasOK, error) RevokeUserAuthToken(body *models.RevokeAuthTokenCmd, opts ...ClientOption) (*RevokeUserAuthTokenOK, error) RevokeUserAuthTokenWithParams(params *RevokeUserAuthTokenParams, opts ...ClientOption) (*RevokeUserAuthTokenOK, error) SetHelpFlag(flagID string, opts ...ClientOption) (*SetHelpFlagOK, error) SetHelpFlagWithParams(params *SetHelpFlagParams, opts ...ClientOption) (*SetHelpFlagOK, error) StarDashboard(dashboardID string, opts ...ClientOption) (*StarDashboardOK, error) StarDashboardWithParams(params *StarDashboardParams, opts ...ClientOption) (*StarDashboardOK, error) StarDashboardByUID(dashboardUID string, opts ...ClientOption) (*StarDashboardByUIDOK, error) StarDashboardByUIDWithParams(params *StarDashboardByUIDParams, opts ...ClientOption) (*StarDashboardByUIDOK, error) UnstarDashboard(dashboardID string, opts ...ClientOption) (*UnstarDashboardOK, error) UnstarDashboardWithParams(params *UnstarDashboardParams, opts ...ClientOption) (*UnstarDashboardOK, error) UnstarDashboardByUID(dashboardUID string, opts ...ClientOption) (*UnstarDashboardByUIDOK, error) UnstarDashboardByUIDWithParams(params *UnstarDashboardByUIDParams, opts ...ClientOption) (*UnstarDashboardByUIDOK, error) UpdateSignedInUser(body *models.UpdateUserCommand, opts ...ClientOption) (*UpdateSignedInUserOK, error) UpdateSignedInUserWithParams(params *UpdateSignedInUserParams, opts ...ClientOption) (*UpdateSignedInUserOK, error) UserSetUsingOrg(orgID int64, opts ...ClientOption) (*UserSetUsingOrgOK, error) UserSetUsingOrgWithParams(params *UserSetUsingOrgParams, opts ...ClientOption) (*UserSetUsingOrgOK, 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 signed in user API client.
type GetSignedInUserForbidden ¶
type GetSignedInUserForbidden struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewGetSignedInUserForbidden ¶
func NewGetSignedInUserForbidden() *GetSignedInUserForbidden
NewGetSignedInUserForbidden creates a GetSignedInUserForbidden with default headers values
func (*GetSignedInUserForbidden) Code ¶
func (o *GetSignedInUserForbidden) Code() int
Code gets the status code for the get signed in user forbidden response
func (*GetSignedInUserForbidden) Error ¶
func (o *GetSignedInUserForbidden) Error() string
func (*GetSignedInUserForbidden) GetPayload ¶
func (o *GetSignedInUserForbidden) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserForbidden) IsClientError ¶
func (o *GetSignedInUserForbidden) IsClientError() bool
IsClientError returns true when this get signed in user forbidden response has a 4xx status code
func (*GetSignedInUserForbidden) IsCode ¶
func (o *GetSignedInUserForbidden) IsCode(code int) bool
IsCode returns true when this get signed in user forbidden response a status code equal to that given
func (*GetSignedInUserForbidden) IsRedirect ¶
func (o *GetSignedInUserForbidden) IsRedirect() bool
IsRedirect returns true when this get signed in user forbidden response has a 3xx status code
func (*GetSignedInUserForbidden) IsServerError ¶
func (o *GetSignedInUserForbidden) IsServerError() bool
IsServerError returns true when this get signed in user forbidden response has a 5xx status code
func (*GetSignedInUserForbidden) IsSuccess ¶
func (o *GetSignedInUserForbidden) IsSuccess() bool
IsSuccess returns true when this get signed in user forbidden response has a 2xx status code
func (*GetSignedInUserForbidden) String ¶
func (o *GetSignedInUserForbidden) String() string
type GetSignedInUserInternalServerError ¶
type GetSignedInUserInternalServerError struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewGetSignedInUserInternalServerError ¶
func NewGetSignedInUserInternalServerError() *GetSignedInUserInternalServerError
NewGetSignedInUserInternalServerError creates a GetSignedInUserInternalServerError with default headers values
func (*GetSignedInUserInternalServerError) Code ¶
func (o *GetSignedInUserInternalServerError) Code() int
Code gets the status code for the get signed in user internal server error response
func (*GetSignedInUserInternalServerError) Error ¶
func (o *GetSignedInUserInternalServerError) Error() string
func (*GetSignedInUserInternalServerError) GetPayload ¶
func (o *GetSignedInUserInternalServerError) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserInternalServerError) IsClientError ¶
func (o *GetSignedInUserInternalServerError) IsClientError() bool
IsClientError returns true when this get signed in user internal server error response has a 4xx status code
func (*GetSignedInUserInternalServerError) IsCode ¶
func (o *GetSignedInUserInternalServerError) IsCode(code int) bool
IsCode returns true when this get signed in user internal server error response a status code equal to that given
func (*GetSignedInUserInternalServerError) IsRedirect ¶
func (o *GetSignedInUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this get signed in user internal server error response has a 3xx status code
func (*GetSignedInUserInternalServerError) IsServerError ¶
func (o *GetSignedInUserInternalServerError) IsServerError() bool
IsServerError returns true when this get signed in user internal server error response has a 5xx status code
func (*GetSignedInUserInternalServerError) IsSuccess ¶
func (o *GetSignedInUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this get signed in user internal server error response has a 2xx status code
func (*GetSignedInUserInternalServerError) String ¶
func (o *GetSignedInUserInternalServerError) String() string
type GetSignedInUserNotFound ¶
type GetSignedInUserNotFound struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserNotFound describes a response with status code 404, with default header values.
NotFoundError is returned when the requested resource was not found.
func NewGetSignedInUserNotFound ¶
func NewGetSignedInUserNotFound() *GetSignedInUserNotFound
NewGetSignedInUserNotFound creates a GetSignedInUserNotFound with default headers values
func (*GetSignedInUserNotFound) Code ¶
func (o *GetSignedInUserNotFound) Code() int
Code gets the status code for the get signed in user not found response
func (*GetSignedInUserNotFound) Error ¶
func (o *GetSignedInUserNotFound) Error() string
func (*GetSignedInUserNotFound) GetPayload ¶
func (o *GetSignedInUserNotFound) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserNotFound) IsClientError ¶
func (o *GetSignedInUserNotFound) IsClientError() bool
IsClientError returns true when this get signed in user not found response has a 4xx status code
func (*GetSignedInUserNotFound) IsCode ¶
func (o *GetSignedInUserNotFound) IsCode(code int) bool
IsCode returns true when this get signed in user not found response a status code equal to that given
func (*GetSignedInUserNotFound) IsRedirect ¶
func (o *GetSignedInUserNotFound) IsRedirect() bool
IsRedirect returns true when this get signed in user not found response has a 3xx status code
func (*GetSignedInUserNotFound) IsServerError ¶
func (o *GetSignedInUserNotFound) IsServerError() bool
IsServerError returns true when this get signed in user not found response has a 5xx status code
func (*GetSignedInUserNotFound) IsSuccess ¶
func (o *GetSignedInUserNotFound) IsSuccess() bool
IsSuccess returns true when this get signed in user not found response has a 2xx status code
func (*GetSignedInUserNotFound) String ¶
func (o *GetSignedInUserNotFound) String() string
type GetSignedInUserOK ¶
type GetSignedInUserOK struct {
Payload *models.UserProfileDTO
}
GetSignedInUserOK describes a response with status code 200, with default header values.
(empty)
func NewGetSignedInUserOK ¶
func NewGetSignedInUserOK() *GetSignedInUserOK
NewGetSignedInUserOK creates a GetSignedInUserOK with default headers values
func (*GetSignedInUserOK) Code ¶
func (o *GetSignedInUserOK) Code() int
Code gets the status code for the get signed in user Ok response
func (*GetSignedInUserOK) Error ¶
func (o *GetSignedInUserOK) Error() string
func (*GetSignedInUserOK) GetPayload ¶
func (o *GetSignedInUserOK) GetPayload() *models.UserProfileDTO
func (*GetSignedInUserOK) IsClientError ¶
func (o *GetSignedInUserOK) IsClientError() bool
IsClientError returns true when this get signed in user Ok response has a 4xx status code
func (*GetSignedInUserOK) IsCode ¶
func (o *GetSignedInUserOK) IsCode(code int) bool
IsCode returns true when this get signed in user Ok response a status code equal to that given
func (*GetSignedInUserOK) IsRedirect ¶
func (o *GetSignedInUserOK) IsRedirect() bool
IsRedirect returns true when this get signed in user Ok response has a 3xx status code
func (*GetSignedInUserOK) IsServerError ¶
func (o *GetSignedInUserOK) IsServerError() bool
IsServerError returns true when this get signed in user Ok response has a 5xx status code
func (*GetSignedInUserOK) IsSuccess ¶
func (o *GetSignedInUserOK) IsSuccess() bool
IsSuccess returns true when this get signed in user Ok response has a 2xx status code
func (*GetSignedInUserOK) String ¶
func (o *GetSignedInUserOK) String() string
type GetSignedInUserOrgListForbidden ¶
type GetSignedInUserOrgListForbidden struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserOrgListForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewGetSignedInUserOrgListForbidden ¶
func NewGetSignedInUserOrgListForbidden() *GetSignedInUserOrgListForbidden
NewGetSignedInUserOrgListForbidden creates a GetSignedInUserOrgListForbidden with default headers values
func (*GetSignedInUserOrgListForbidden) Code ¶
func (o *GetSignedInUserOrgListForbidden) Code() int
Code gets the status code for the get signed in user org list forbidden response
func (*GetSignedInUserOrgListForbidden) Error ¶
func (o *GetSignedInUserOrgListForbidden) Error() string
func (*GetSignedInUserOrgListForbidden) GetPayload ¶
func (o *GetSignedInUserOrgListForbidden) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserOrgListForbidden) IsClientError ¶
func (o *GetSignedInUserOrgListForbidden) IsClientError() bool
IsClientError returns true when this get signed in user org list forbidden response has a 4xx status code
func (*GetSignedInUserOrgListForbidden) IsCode ¶
func (o *GetSignedInUserOrgListForbidden) IsCode(code int) bool
IsCode returns true when this get signed in user org list forbidden response a status code equal to that given
func (*GetSignedInUserOrgListForbidden) IsRedirect ¶
func (o *GetSignedInUserOrgListForbidden) IsRedirect() bool
IsRedirect returns true when this get signed in user org list forbidden response has a 3xx status code
func (*GetSignedInUserOrgListForbidden) IsServerError ¶
func (o *GetSignedInUserOrgListForbidden) IsServerError() bool
IsServerError returns true when this get signed in user org list forbidden response has a 5xx status code
func (*GetSignedInUserOrgListForbidden) IsSuccess ¶
func (o *GetSignedInUserOrgListForbidden) IsSuccess() bool
IsSuccess returns true when this get signed in user org list forbidden response has a 2xx status code
func (*GetSignedInUserOrgListForbidden) String ¶
func (o *GetSignedInUserOrgListForbidden) String() string
type GetSignedInUserOrgListInternalServerError ¶
type GetSignedInUserOrgListInternalServerError struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserOrgListInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewGetSignedInUserOrgListInternalServerError ¶
func NewGetSignedInUserOrgListInternalServerError() *GetSignedInUserOrgListInternalServerError
NewGetSignedInUserOrgListInternalServerError creates a GetSignedInUserOrgListInternalServerError with default headers values
func (*GetSignedInUserOrgListInternalServerError) Code ¶
func (o *GetSignedInUserOrgListInternalServerError) Code() int
Code gets the status code for the get signed in user org list internal server error response
func (*GetSignedInUserOrgListInternalServerError) Error ¶
func (o *GetSignedInUserOrgListInternalServerError) Error() string
func (*GetSignedInUserOrgListInternalServerError) GetPayload ¶
func (o *GetSignedInUserOrgListInternalServerError) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserOrgListInternalServerError) IsClientError ¶
func (o *GetSignedInUserOrgListInternalServerError) IsClientError() bool
IsClientError returns true when this get signed in user org list internal server error response has a 4xx status code
func (*GetSignedInUserOrgListInternalServerError) IsCode ¶
func (o *GetSignedInUserOrgListInternalServerError) IsCode(code int) bool
IsCode returns true when this get signed in user org list internal server error response a status code equal to that given
func (*GetSignedInUserOrgListInternalServerError) IsRedirect ¶
func (o *GetSignedInUserOrgListInternalServerError) IsRedirect() bool
IsRedirect returns true when this get signed in user org list internal server error response has a 3xx status code
func (*GetSignedInUserOrgListInternalServerError) IsServerError ¶
func (o *GetSignedInUserOrgListInternalServerError) IsServerError() bool
IsServerError returns true when this get signed in user org list internal server error response has a 5xx status code
func (*GetSignedInUserOrgListInternalServerError) IsSuccess ¶
func (o *GetSignedInUserOrgListInternalServerError) IsSuccess() bool
IsSuccess returns true when this get signed in user org list internal server error response has a 2xx status code
func (*GetSignedInUserOrgListInternalServerError) String ¶
func (o *GetSignedInUserOrgListInternalServerError) String() string
type GetSignedInUserOrgListOK ¶
type GetSignedInUserOrgListOK struct {
Payload []*models.UserOrgDTO
}
GetSignedInUserOrgListOK describes a response with status code 200, with default header values.
(empty)
func NewGetSignedInUserOrgListOK ¶
func NewGetSignedInUserOrgListOK() *GetSignedInUserOrgListOK
NewGetSignedInUserOrgListOK creates a GetSignedInUserOrgListOK with default headers values
func (*GetSignedInUserOrgListOK) Code ¶
func (o *GetSignedInUserOrgListOK) Code() int
Code gets the status code for the get signed in user org list Ok response
func (*GetSignedInUserOrgListOK) Error ¶
func (o *GetSignedInUserOrgListOK) Error() string
func (*GetSignedInUserOrgListOK) GetPayload ¶
func (o *GetSignedInUserOrgListOK) GetPayload() []*models.UserOrgDTO
func (*GetSignedInUserOrgListOK) IsClientError ¶
func (o *GetSignedInUserOrgListOK) IsClientError() bool
IsClientError returns true when this get signed in user org list Ok response has a 4xx status code
func (*GetSignedInUserOrgListOK) IsCode ¶
func (o *GetSignedInUserOrgListOK) IsCode(code int) bool
IsCode returns true when this get signed in user org list Ok response a status code equal to that given
func (*GetSignedInUserOrgListOK) IsRedirect ¶
func (o *GetSignedInUserOrgListOK) IsRedirect() bool
IsRedirect returns true when this get signed in user org list Ok response has a 3xx status code
func (*GetSignedInUserOrgListOK) IsServerError ¶
func (o *GetSignedInUserOrgListOK) IsServerError() bool
IsServerError returns true when this get signed in user org list Ok response has a 5xx status code
func (*GetSignedInUserOrgListOK) IsSuccess ¶
func (o *GetSignedInUserOrgListOK) IsSuccess() bool
IsSuccess returns true when this get signed in user org list Ok response has a 2xx status code
func (*GetSignedInUserOrgListOK) String ¶
func (o *GetSignedInUserOrgListOK) String() string
type GetSignedInUserOrgListParams ¶
type GetSignedInUserOrgListParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSignedInUserOrgListParams contains all the parameters to send to the API endpoint
for the get signed in user org list operation. Typically these are written to a http.Request.
func NewGetSignedInUserOrgListParams ¶
func NewGetSignedInUserOrgListParams() *GetSignedInUserOrgListParams
NewGetSignedInUserOrgListParams creates a new GetSignedInUserOrgListParams 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 NewGetSignedInUserOrgListParamsWithContext ¶
func NewGetSignedInUserOrgListParamsWithContext(ctx context.Context) *GetSignedInUserOrgListParams
NewGetSignedInUserOrgListParamsWithContext creates a new GetSignedInUserOrgListParams object with the ability to set a context for a request.
func NewGetSignedInUserOrgListParamsWithHTTPClient ¶
func NewGetSignedInUserOrgListParamsWithHTTPClient(client *http.Client) *GetSignedInUserOrgListParams
NewGetSignedInUserOrgListParamsWithHTTPClient creates a new GetSignedInUserOrgListParams object with the ability to set a custom HTTPClient for a request.
func NewGetSignedInUserOrgListParamsWithTimeout ¶
func NewGetSignedInUserOrgListParamsWithTimeout(timeout time.Duration) *GetSignedInUserOrgListParams
NewGetSignedInUserOrgListParamsWithTimeout creates a new GetSignedInUserOrgListParams object with the ability to set a timeout on a request.
func (*GetSignedInUserOrgListParams) SetContext ¶
func (o *GetSignedInUserOrgListParams) SetContext(ctx context.Context)
SetContext adds the context to the get signed in user org list params
func (*GetSignedInUserOrgListParams) SetDefaults ¶
func (o *GetSignedInUserOrgListParams) SetDefaults()
SetDefaults hydrates default values in the get signed in user org list params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserOrgListParams) SetHTTPClient ¶
func (o *GetSignedInUserOrgListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get signed in user org list params
func (*GetSignedInUserOrgListParams) SetTimeout ¶
func (o *GetSignedInUserOrgListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get signed in user org list params
func (*GetSignedInUserOrgListParams) WithContext ¶
func (o *GetSignedInUserOrgListParams) WithContext(ctx context.Context) *GetSignedInUserOrgListParams
WithContext adds the context to the get signed in user org list params
func (*GetSignedInUserOrgListParams) WithDefaults ¶
func (o *GetSignedInUserOrgListParams) WithDefaults() *GetSignedInUserOrgListParams
WithDefaults hydrates default values in the get signed in user org list params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserOrgListParams) WithHTTPClient ¶
func (o *GetSignedInUserOrgListParams) WithHTTPClient(client *http.Client) *GetSignedInUserOrgListParams
WithHTTPClient adds the HTTPClient to the get signed in user org list params
func (*GetSignedInUserOrgListParams) WithTimeout ¶
func (o *GetSignedInUserOrgListParams) WithTimeout(timeout time.Duration) *GetSignedInUserOrgListParams
WithTimeout adds the timeout to the get signed in user org list params
func (*GetSignedInUserOrgListParams) WriteToRequest ¶
func (o *GetSignedInUserOrgListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSignedInUserOrgListReader ¶
type GetSignedInUserOrgListReader struct {
// contains filtered or unexported fields
}
GetSignedInUserOrgListReader is a Reader for the GetSignedInUserOrgList structure.
func (*GetSignedInUserOrgListReader) ReadResponse ¶
func (o *GetSignedInUserOrgListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSignedInUserOrgListUnauthorized ¶
type GetSignedInUserOrgListUnauthorized struct {
}GetSignedInUserOrgListUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewGetSignedInUserOrgListUnauthorized ¶
func NewGetSignedInUserOrgListUnauthorized() *GetSignedInUserOrgListUnauthorized
NewGetSignedInUserOrgListUnauthorized creates a GetSignedInUserOrgListUnauthorized with default headers values
func (*GetSignedInUserOrgListUnauthorized) Code ¶
func (o *GetSignedInUserOrgListUnauthorized) Code() int
Code gets the status code for the get signed in user org list unauthorized response
func (*GetSignedInUserOrgListUnauthorized) Error ¶
func (o *GetSignedInUserOrgListUnauthorized) Error() string
func (*GetSignedInUserOrgListUnauthorized) GetPayload ¶
func (o *GetSignedInUserOrgListUnauthorized) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserOrgListUnauthorized) IsClientError ¶
func (o *GetSignedInUserOrgListUnauthorized) IsClientError() bool
IsClientError returns true when this get signed in user org list unauthorized response has a 4xx status code
func (*GetSignedInUserOrgListUnauthorized) IsCode ¶
func (o *GetSignedInUserOrgListUnauthorized) IsCode(code int) bool
IsCode returns true when this get signed in user org list unauthorized response a status code equal to that given
func (*GetSignedInUserOrgListUnauthorized) IsRedirect ¶
func (o *GetSignedInUserOrgListUnauthorized) IsRedirect() bool
IsRedirect returns true when this get signed in user org list unauthorized response has a 3xx status code
func (*GetSignedInUserOrgListUnauthorized) IsServerError ¶
func (o *GetSignedInUserOrgListUnauthorized) IsServerError() bool
IsServerError returns true when this get signed in user org list unauthorized response has a 5xx status code
func (*GetSignedInUserOrgListUnauthorized) IsSuccess ¶
func (o *GetSignedInUserOrgListUnauthorized) IsSuccess() bool
IsSuccess returns true when this get signed in user org list unauthorized response has a 2xx status code
func (*GetSignedInUserOrgListUnauthorized) String ¶
func (o *GetSignedInUserOrgListUnauthorized) String() string
type GetSignedInUserParams ¶
type GetSignedInUserParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSignedInUserParams contains all the parameters to send to the API endpoint
for the get signed in user operation. Typically these are written to a http.Request.
func NewGetSignedInUserParams ¶
func NewGetSignedInUserParams() *GetSignedInUserParams
NewGetSignedInUserParams creates a new GetSignedInUserParams 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 NewGetSignedInUserParamsWithContext ¶
func NewGetSignedInUserParamsWithContext(ctx context.Context) *GetSignedInUserParams
NewGetSignedInUserParamsWithContext creates a new GetSignedInUserParams object with the ability to set a context for a request.
func NewGetSignedInUserParamsWithHTTPClient ¶
func NewGetSignedInUserParamsWithHTTPClient(client *http.Client) *GetSignedInUserParams
NewGetSignedInUserParamsWithHTTPClient creates a new GetSignedInUserParams object with the ability to set a custom HTTPClient for a request.
func NewGetSignedInUserParamsWithTimeout ¶
func NewGetSignedInUserParamsWithTimeout(timeout time.Duration) *GetSignedInUserParams
NewGetSignedInUserParamsWithTimeout creates a new GetSignedInUserParams object with the ability to set a timeout on a request.
func (*GetSignedInUserParams) SetContext ¶
func (o *GetSignedInUserParams) SetContext(ctx context.Context)
SetContext adds the context to the get signed in user params
func (*GetSignedInUserParams) SetDefaults ¶
func (o *GetSignedInUserParams) SetDefaults()
SetDefaults hydrates default values in the get signed in user params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserParams) SetHTTPClient ¶
func (o *GetSignedInUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get signed in user params
func (*GetSignedInUserParams) SetTimeout ¶
func (o *GetSignedInUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get signed in user params
func (*GetSignedInUserParams) WithContext ¶
func (o *GetSignedInUserParams) WithContext(ctx context.Context) *GetSignedInUserParams
WithContext adds the context to the get signed in user params
func (*GetSignedInUserParams) WithDefaults ¶
func (o *GetSignedInUserParams) WithDefaults() *GetSignedInUserParams
WithDefaults hydrates default values in the get signed in user params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserParams) WithHTTPClient ¶
func (o *GetSignedInUserParams) WithHTTPClient(client *http.Client) *GetSignedInUserParams
WithHTTPClient adds the HTTPClient to the get signed in user params
func (*GetSignedInUserParams) WithTimeout ¶
func (o *GetSignedInUserParams) WithTimeout(timeout time.Duration) *GetSignedInUserParams
WithTimeout adds the timeout to the get signed in user params
func (*GetSignedInUserParams) WriteToRequest ¶
func (o *GetSignedInUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSignedInUserReader ¶
type GetSignedInUserReader struct {
// contains filtered or unexported fields
}
GetSignedInUserReader is a Reader for the GetSignedInUser structure.
func (*GetSignedInUserReader) ReadResponse ¶
func (o *GetSignedInUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSignedInUserTeamListForbidden ¶
type GetSignedInUserTeamListForbidden struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserTeamListForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewGetSignedInUserTeamListForbidden ¶
func NewGetSignedInUserTeamListForbidden() *GetSignedInUserTeamListForbidden
NewGetSignedInUserTeamListForbidden creates a GetSignedInUserTeamListForbidden with default headers values
func (*GetSignedInUserTeamListForbidden) Code ¶
func (o *GetSignedInUserTeamListForbidden) Code() int
Code gets the status code for the get signed in user team list forbidden response
func (*GetSignedInUserTeamListForbidden) Error ¶
func (o *GetSignedInUserTeamListForbidden) Error() string
func (*GetSignedInUserTeamListForbidden) GetPayload ¶
func (o *GetSignedInUserTeamListForbidden) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserTeamListForbidden) IsClientError ¶
func (o *GetSignedInUserTeamListForbidden) IsClientError() bool
IsClientError returns true when this get signed in user team list forbidden response has a 4xx status code
func (*GetSignedInUserTeamListForbidden) IsCode ¶
func (o *GetSignedInUserTeamListForbidden) IsCode(code int) bool
IsCode returns true when this get signed in user team list forbidden response a status code equal to that given
func (*GetSignedInUserTeamListForbidden) IsRedirect ¶
func (o *GetSignedInUserTeamListForbidden) IsRedirect() bool
IsRedirect returns true when this get signed in user team list forbidden response has a 3xx status code
func (*GetSignedInUserTeamListForbidden) IsServerError ¶
func (o *GetSignedInUserTeamListForbidden) IsServerError() bool
IsServerError returns true when this get signed in user team list forbidden response has a 5xx status code
func (*GetSignedInUserTeamListForbidden) IsSuccess ¶
func (o *GetSignedInUserTeamListForbidden) IsSuccess() bool
IsSuccess returns true when this get signed in user team list forbidden response has a 2xx status code
func (*GetSignedInUserTeamListForbidden) String ¶
func (o *GetSignedInUserTeamListForbidden) String() string
type GetSignedInUserTeamListInternalServerError ¶
type GetSignedInUserTeamListInternalServerError struct {
Payload *models.ErrorResponseBody
}
GetSignedInUserTeamListInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewGetSignedInUserTeamListInternalServerError ¶
func NewGetSignedInUserTeamListInternalServerError() *GetSignedInUserTeamListInternalServerError
NewGetSignedInUserTeamListInternalServerError creates a GetSignedInUserTeamListInternalServerError with default headers values
func (*GetSignedInUserTeamListInternalServerError) Code ¶
func (o *GetSignedInUserTeamListInternalServerError) Code() int
Code gets the status code for the get signed in user team list internal server error response
func (*GetSignedInUserTeamListInternalServerError) Error ¶
func (o *GetSignedInUserTeamListInternalServerError) Error() string
func (*GetSignedInUserTeamListInternalServerError) GetPayload ¶
func (o *GetSignedInUserTeamListInternalServerError) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserTeamListInternalServerError) IsClientError ¶
func (o *GetSignedInUserTeamListInternalServerError) IsClientError() bool
IsClientError returns true when this get signed in user team list internal server error response has a 4xx status code
func (*GetSignedInUserTeamListInternalServerError) IsCode ¶
func (o *GetSignedInUserTeamListInternalServerError) IsCode(code int) bool
IsCode returns true when this get signed in user team list internal server error response a status code equal to that given
func (*GetSignedInUserTeamListInternalServerError) IsRedirect ¶
func (o *GetSignedInUserTeamListInternalServerError) IsRedirect() bool
IsRedirect returns true when this get signed in user team list internal server error response has a 3xx status code
func (*GetSignedInUserTeamListInternalServerError) IsServerError ¶
func (o *GetSignedInUserTeamListInternalServerError) IsServerError() bool
IsServerError returns true when this get signed in user team list internal server error response has a 5xx status code
func (*GetSignedInUserTeamListInternalServerError) IsSuccess ¶
func (o *GetSignedInUserTeamListInternalServerError) IsSuccess() bool
IsSuccess returns true when this get signed in user team list internal server error response has a 2xx status code
func (*GetSignedInUserTeamListInternalServerError) String ¶
func (o *GetSignedInUserTeamListInternalServerError) String() string
type GetSignedInUserTeamListOK ¶
GetSignedInUserTeamListOK describes a response with status code 200, with default header values.
(empty)
func NewGetSignedInUserTeamListOK ¶
func NewGetSignedInUserTeamListOK() *GetSignedInUserTeamListOK
NewGetSignedInUserTeamListOK creates a GetSignedInUserTeamListOK with default headers values
func (*GetSignedInUserTeamListOK) Code ¶
func (o *GetSignedInUserTeamListOK) Code() int
Code gets the status code for the get signed in user team list Ok response
func (*GetSignedInUserTeamListOK) Error ¶
func (o *GetSignedInUserTeamListOK) Error() string
func (*GetSignedInUserTeamListOK) GetPayload ¶
func (o *GetSignedInUserTeamListOK) GetPayload() []*models.TeamDTO
func (*GetSignedInUserTeamListOK) IsClientError ¶
func (o *GetSignedInUserTeamListOK) IsClientError() bool
IsClientError returns true when this get signed in user team list Ok response has a 4xx status code
func (*GetSignedInUserTeamListOK) IsCode ¶
func (o *GetSignedInUserTeamListOK) IsCode(code int) bool
IsCode returns true when this get signed in user team list Ok response a status code equal to that given
func (*GetSignedInUserTeamListOK) IsRedirect ¶
func (o *GetSignedInUserTeamListOK) IsRedirect() bool
IsRedirect returns true when this get signed in user team list Ok response has a 3xx status code
func (*GetSignedInUserTeamListOK) IsServerError ¶
func (o *GetSignedInUserTeamListOK) IsServerError() bool
IsServerError returns true when this get signed in user team list Ok response has a 5xx status code
func (*GetSignedInUserTeamListOK) IsSuccess ¶
func (o *GetSignedInUserTeamListOK) IsSuccess() bool
IsSuccess returns true when this get signed in user team list Ok response has a 2xx status code
func (*GetSignedInUserTeamListOK) String ¶
func (o *GetSignedInUserTeamListOK) String() string
type GetSignedInUserTeamListParams ¶
type GetSignedInUserTeamListParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSignedInUserTeamListParams contains all the parameters to send to the API endpoint
for the get signed in user team list operation. Typically these are written to a http.Request.
func NewGetSignedInUserTeamListParams ¶
func NewGetSignedInUserTeamListParams() *GetSignedInUserTeamListParams
NewGetSignedInUserTeamListParams creates a new GetSignedInUserTeamListParams 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 NewGetSignedInUserTeamListParamsWithContext ¶
func NewGetSignedInUserTeamListParamsWithContext(ctx context.Context) *GetSignedInUserTeamListParams
NewGetSignedInUserTeamListParamsWithContext creates a new GetSignedInUserTeamListParams object with the ability to set a context for a request.
func NewGetSignedInUserTeamListParamsWithHTTPClient ¶
func NewGetSignedInUserTeamListParamsWithHTTPClient(client *http.Client) *GetSignedInUserTeamListParams
NewGetSignedInUserTeamListParamsWithHTTPClient creates a new GetSignedInUserTeamListParams object with the ability to set a custom HTTPClient for a request.
func NewGetSignedInUserTeamListParamsWithTimeout ¶
func NewGetSignedInUserTeamListParamsWithTimeout(timeout time.Duration) *GetSignedInUserTeamListParams
NewGetSignedInUserTeamListParamsWithTimeout creates a new GetSignedInUserTeamListParams object with the ability to set a timeout on a request.
func (*GetSignedInUserTeamListParams) SetContext ¶
func (o *GetSignedInUserTeamListParams) SetContext(ctx context.Context)
SetContext adds the context to the get signed in user team list params
func (*GetSignedInUserTeamListParams) SetDefaults ¶
func (o *GetSignedInUserTeamListParams) SetDefaults()
SetDefaults hydrates default values in the get signed in user team list params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserTeamListParams) SetHTTPClient ¶
func (o *GetSignedInUserTeamListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get signed in user team list params
func (*GetSignedInUserTeamListParams) SetTimeout ¶
func (o *GetSignedInUserTeamListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get signed in user team list params
func (*GetSignedInUserTeamListParams) WithContext ¶
func (o *GetSignedInUserTeamListParams) WithContext(ctx context.Context) *GetSignedInUserTeamListParams
WithContext adds the context to the get signed in user team list params
func (*GetSignedInUserTeamListParams) WithDefaults ¶
func (o *GetSignedInUserTeamListParams) WithDefaults() *GetSignedInUserTeamListParams
WithDefaults hydrates default values in the get signed in user team list params (not the query body).
All values with no default are reset to their zero value.
func (*GetSignedInUserTeamListParams) WithHTTPClient ¶
func (o *GetSignedInUserTeamListParams) WithHTTPClient(client *http.Client) *GetSignedInUserTeamListParams
WithHTTPClient adds the HTTPClient to the get signed in user team list params
func (*GetSignedInUserTeamListParams) WithTimeout ¶
func (o *GetSignedInUserTeamListParams) WithTimeout(timeout time.Duration) *GetSignedInUserTeamListParams
WithTimeout adds the timeout to the get signed in user team list params
func (*GetSignedInUserTeamListParams) WriteToRequest ¶
func (o *GetSignedInUserTeamListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSignedInUserTeamListReader ¶
type GetSignedInUserTeamListReader struct {
// contains filtered or unexported fields
}
GetSignedInUserTeamListReader is a Reader for the GetSignedInUserTeamList structure.
func (*GetSignedInUserTeamListReader) ReadResponse ¶
func (o *GetSignedInUserTeamListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSignedInUserTeamListUnauthorized ¶
type GetSignedInUserTeamListUnauthorized struct {
}GetSignedInUserTeamListUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewGetSignedInUserTeamListUnauthorized ¶
func NewGetSignedInUserTeamListUnauthorized() *GetSignedInUserTeamListUnauthorized
NewGetSignedInUserTeamListUnauthorized creates a GetSignedInUserTeamListUnauthorized with default headers values
func (*GetSignedInUserTeamListUnauthorized) Code ¶
func (o *GetSignedInUserTeamListUnauthorized) Code() int
Code gets the status code for the get signed in user team list unauthorized response
func (*GetSignedInUserTeamListUnauthorized) Error ¶
func (o *GetSignedInUserTeamListUnauthorized) Error() string
func (*GetSignedInUserTeamListUnauthorized) GetPayload ¶
func (o *GetSignedInUserTeamListUnauthorized) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserTeamListUnauthorized) IsClientError ¶
func (o *GetSignedInUserTeamListUnauthorized) IsClientError() bool
IsClientError returns true when this get signed in user team list unauthorized response has a 4xx status code
func (*GetSignedInUserTeamListUnauthorized) IsCode ¶
func (o *GetSignedInUserTeamListUnauthorized) IsCode(code int) bool
IsCode returns true when this get signed in user team list unauthorized response a status code equal to that given
func (*GetSignedInUserTeamListUnauthorized) IsRedirect ¶
func (o *GetSignedInUserTeamListUnauthorized) IsRedirect() bool
IsRedirect returns true when this get signed in user team list unauthorized response has a 3xx status code
func (*GetSignedInUserTeamListUnauthorized) IsServerError ¶
func (o *GetSignedInUserTeamListUnauthorized) IsServerError() bool
IsServerError returns true when this get signed in user team list unauthorized response has a 5xx status code
func (*GetSignedInUserTeamListUnauthorized) IsSuccess ¶
func (o *GetSignedInUserTeamListUnauthorized) IsSuccess() bool
IsSuccess returns true when this get signed in user team list unauthorized response has a 2xx status code
func (*GetSignedInUserTeamListUnauthorized) String ¶
func (o *GetSignedInUserTeamListUnauthorized) String() string
type GetSignedInUserUnauthorized ¶
type GetSignedInUserUnauthorized struct {
}GetSignedInUserUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewGetSignedInUserUnauthorized ¶
func NewGetSignedInUserUnauthorized() *GetSignedInUserUnauthorized
NewGetSignedInUserUnauthorized creates a GetSignedInUserUnauthorized with default headers values
func (*GetSignedInUserUnauthorized) Code ¶
func (o *GetSignedInUserUnauthorized) Code() int
Code gets the status code for the get signed in user unauthorized response
func (*GetSignedInUserUnauthorized) Error ¶
func (o *GetSignedInUserUnauthorized) Error() string
func (*GetSignedInUserUnauthorized) GetPayload ¶
func (o *GetSignedInUserUnauthorized) GetPayload() *models.ErrorResponseBody
func (*GetSignedInUserUnauthorized) IsClientError ¶
func (o *GetSignedInUserUnauthorized) IsClientError() bool
IsClientError returns true when this get signed in user unauthorized response has a 4xx status code
func (*GetSignedInUserUnauthorized) IsCode ¶
func (o *GetSignedInUserUnauthorized) IsCode(code int) bool
IsCode returns true when this get signed in user unauthorized response a status code equal to that given
func (*GetSignedInUserUnauthorized) IsRedirect ¶
func (o *GetSignedInUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this get signed in user unauthorized response has a 3xx status code
func (*GetSignedInUserUnauthorized) IsServerError ¶
func (o *GetSignedInUserUnauthorized) IsServerError() bool
IsServerError returns true when this get signed in user unauthorized response has a 5xx status code
func (*GetSignedInUserUnauthorized) IsSuccess ¶
func (o *GetSignedInUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this get signed in user unauthorized response has a 2xx status code
func (*GetSignedInUserUnauthorized) String ¶
func (o *GetSignedInUserUnauthorized) String() string
type GetUserAuthTokensForbidden ¶
type GetUserAuthTokensForbidden struct {
Payload *models.ErrorResponseBody
}
GetUserAuthTokensForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewGetUserAuthTokensForbidden ¶
func NewGetUserAuthTokensForbidden() *GetUserAuthTokensForbidden
NewGetUserAuthTokensForbidden creates a GetUserAuthTokensForbidden with default headers values
func (*GetUserAuthTokensForbidden) Code ¶
func (o *GetUserAuthTokensForbidden) Code() int
Code gets the status code for the get user auth tokens forbidden response
func (*GetUserAuthTokensForbidden) Error ¶
func (o *GetUserAuthTokensForbidden) Error() string
func (*GetUserAuthTokensForbidden) GetPayload ¶
func (o *GetUserAuthTokensForbidden) GetPayload() *models.ErrorResponseBody
func (*GetUserAuthTokensForbidden) IsClientError ¶
func (o *GetUserAuthTokensForbidden) IsClientError() bool
IsClientError returns true when this get user auth tokens forbidden response has a 4xx status code
func (*GetUserAuthTokensForbidden) IsCode ¶
func (o *GetUserAuthTokensForbidden) IsCode(code int) bool
IsCode returns true when this get user auth tokens forbidden response a status code equal to that given
func (*GetUserAuthTokensForbidden) IsRedirect ¶
func (o *GetUserAuthTokensForbidden) IsRedirect() bool
IsRedirect returns true when this get user auth tokens forbidden response has a 3xx status code
func (*GetUserAuthTokensForbidden) IsServerError ¶
func (o *GetUserAuthTokensForbidden) IsServerError() bool
IsServerError returns true when this get user auth tokens forbidden response has a 5xx status code
func (*GetUserAuthTokensForbidden) IsSuccess ¶
func (o *GetUserAuthTokensForbidden) IsSuccess() bool
IsSuccess returns true when this get user auth tokens forbidden response has a 2xx status code
func (*GetUserAuthTokensForbidden) String ¶
func (o *GetUserAuthTokensForbidden) String() string
type GetUserAuthTokensInternalServerError ¶
type GetUserAuthTokensInternalServerError struct {
Payload *models.ErrorResponseBody
}
GetUserAuthTokensInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewGetUserAuthTokensInternalServerError ¶
func NewGetUserAuthTokensInternalServerError() *GetUserAuthTokensInternalServerError
NewGetUserAuthTokensInternalServerError creates a GetUserAuthTokensInternalServerError with default headers values
func (*GetUserAuthTokensInternalServerError) Code ¶
func (o *GetUserAuthTokensInternalServerError) Code() int
Code gets the status code for the get user auth tokens internal server error response
func (*GetUserAuthTokensInternalServerError) Error ¶
func (o *GetUserAuthTokensInternalServerError) Error() string
func (*GetUserAuthTokensInternalServerError) GetPayload ¶
func (o *GetUserAuthTokensInternalServerError) GetPayload() *models.ErrorResponseBody
func (*GetUserAuthTokensInternalServerError) IsClientError ¶
func (o *GetUserAuthTokensInternalServerError) IsClientError() bool
IsClientError returns true when this get user auth tokens internal server error response has a 4xx status code
func (*GetUserAuthTokensInternalServerError) IsCode ¶
func (o *GetUserAuthTokensInternalServerError) IsCode(code int) bool
IsCode returns true when this get user auth tokens internal server error response a status code equal to that given
func (*GetUserAuthTokensInternalServerError) IsRedirect ¶
func (o *GetUserAuthTokensInternalServerError) IsRedirect() bool
IsRedirect returns true when this get user auth tokens internal server error response has a 3xx status code
func (*GetUserAuthTokensInternalServerError) IsServerError ¶
func (o *GetUserAuthTokensInternalServerError) IsServerError() bool
IsServerError returns true when this get user auth tokens internal server error response has a 5xx status code
func (*GetUserAuthTokensInternalServerError) IsSuccess ¶
func (o *GetUserAuthTokensInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user auth tokens internal server error response has a 2xx status code
func (*GetUserAuthTokensInternalServerError) String ¶
func (o *GetUserAuthTokensInternalServerError) String() string
type GetUserAuthTokensOK ¶
GetUserAuthTokensOK describes a response with status code 200, with default header values.
(empty)
func NewGetUserAuthTokensOK ¶
func NewGetUserAuthTokensOK() *GetUserAuthTokensOK
NewGetUserAuthTokensOK creates a GetUserAuthTokensOK with default headers values
func (*GetUserAuthTokensOK) Code ¶
func (o *GetUserAuthTokensOK) Code() int
Code gets the status code for the get user auth tokens Ok response
func (*GetUserAuthTokensOK) Error ¶
func (o *GetUserAuthTokensOK) Error() string
func (*GetUserAuthTokensOK) GetPayload ¶
func (o *GetUserAuthTokensOK) GetPayload() []*models.UserToken
func (*GetUserAuthTokensOK) IsClientError ¶
func (o *GetUserAuthTokensOK) IsClientError() bool
IsClientError returns true when this get user auth tokens Ok response has a 4xx status code
func (*GetUserAuthTokensOK) IsCode ¶
func (o *GetUserAuthTokensOK) IsCode(code int) bool
IsCode returns true when this get user auth tokens Ok response a status code equal to that given
func (*GetUserAuthTokensOK) IsRedirect ¶
func (o *GetUserAuthTokensOK) IsRedirect() bool
IsRedirect returns true when this get user auth tokens Ok response has a 3xx status code
func (*GetUserAuthTokensOK) IsServerError ¶
func (o *GetUserAuthTokensOK) IsServerError() bool
IsServerError returns true when this get user auth tokens Ok response has a 5xx status code
func (*GetUserAuthTokensOK) IsSuccess ¶
func (o *GetUserAuthTokensOK) IsSuccess() bool
IsSuccess returns true when this get user auth tokens Ok response has a 2xx status code
func (*GetUserAuthTokensOK) String ¶
func (o *GetUserAuthTokensOK) String() string
type GetUserAuthTokensParams ¶
type GetUserAuthTokensParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserAuthTokensParams contains all the parameters to send to the API endpoint
for the get user auth tokens operation. Typically these are written to a http.Request.
func NewGetUserAuthTokensParams ¶
func NewGetUserAuthTokensParams() *GetUserAuthTokensParams
NewGetUserAuthTokensParams creates a new GetUserAuthTokensParams 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 NewGetUserAuthTokensParamsWithContext ¶
func NewGetUserAuthTokensParamsWithContext(ctx context.Context) *GetUserAuthTokensParams
NewGetUserAuthTokensParamsWithContext creates a new GetUserAuthTokensParams object with the ability to set a context for a request.
func NewGetUserAuthTokensParamsWithHTTPClient ¶
func NewGetUserAuthTokensParamsWithHTTPClient(client *http.Client) *GetUserAuthTokensParams
NewGetUserAuthTokensParamsWithHTTPClient creates a new GetUserAuthTokensParams object with the ability to set a custom HTTPClient for a request.
func NewGetUserAuthTokensParamsWithTimeout ¶
func NewGetUserAuthTokensParamsWithTimeout(timeout time.Duration) *GetUserAuthTokensParams
NewGetUserAuthTokensParamsWithTimeout creates a new GetUserAuthTokensParams object with the ability to set a timeout on a request.
func (*GetUserAuthTokensParams) SetContext ¶
func (o *GetUserAuthTokensParams) SetContext(ctx context.Context)
SetContext adds the context to the get user auth tokens params
func (*GetUserAuthTokensParams) SetDefaults ¶
func (o *GetUserAuthTokensParams) SetDefaults()
SetDefaults hydrates default values in the get user auth tokens params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserAuthTokensParams) SetHTTPClient ¶
func (o *GetUserAuthTokensParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user auth tokens params
func (*GetUserAuthTokensParams) SetTimeout ¶
func (o *GetUserAuthTokensParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user auth tokens params
func (*GetUserAuthTokensParams) WithContext ¶
func (o *GetUserAuthTokensParams) WithContext(ctx context.Context) *GetUserAuthTokensParams
WithContext adds the context to the get user auth tokens params
func (*GetUserAuthTokensParams) WithDefaults ¶
func (o *GetUserAuthTokensParams) WithDefaults() *GetUserAuthTokensParams
WithDefaults hydrates default values in the get user auth tokens params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserAuthTokensParams) WithHTTPClient ¶
func (o *GetUserAuthTokensParams) WithHTTPClient(client *http.Client) *GetUserAuthTokensParams
WithHTTPClient adds the HTTPClient to the get user auth tokens params
func (*GetUserAuthTokensParams) WithTimeout ¶
func (o *GetUserAuthTokensParams) WithTimeout(timeout time.Duration) *GetUserAuthTokensParams
WithTimeout adds the timeout to the get user auth tokens params
func (*GetUserAuthTokensParams) WriteToRequest ¶
func (o *GetUserAuthTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserAuthTokensReader ¶
type GetUserAuthTokensReader struct {
// contains filtered or unexported fields
}
GetUserAuthTokensReader is a Reader for the GetUserAuthTokens structure.
func (*GetUserAuthTokensReader) ReadResponse ¶
func (o *GetUserAuthTokensReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserAuthTokensUnauthorized ¶
type GetUserAuthTokensUnauthorized struct {
}GetUserAuthTokensUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewGetUserAuthTokensUnauthorized ¶
func NewGetUserAuthTokensUnauthorized() *GetUserAuthTokensUnauthorized
NewGetUserAuthTokensUnauthorized creates a GetUserAuthTokensUnauthorized with default headers values
func (*GetUserAuthTokensUnauthorized) Code ¶
func (o *GetUserAuthTokensUnauthorized) Code() int
Code gets the status code for the get user auth tokens unauthorized response
func (*GetUserAuthTokensUnauthorized) Error ¶
func (o *GetUserAuthTokensUnauthorized) Error() string
func (*GetUserAuthTokensUnauthorized) GetPayload ¶
func (o *GetUserAuthTokensUnauthorized) GetPayload() *models.ErrorResponseBody
func (*GetUserAuthTokensUnauthorized) IsClientError ¶
func (o *GetUserAuthTokensUnauthorized) IsClientError() bool
IsClientError returns true when this get user auth tokens unauthorized response has a 4xx status code
func (*GetUserAuthTokensUnauthorized) IsCode ¶
func (o *GetUserAuthTokensUnauthorized) IsCode(code int) bool
IsCode returns true when this get user auth tokens unauthorized response a status code equal to that given
func (*GetUserAuthTokensUnauthorized) IsRedirect ¶
func (o *GetUserAuthTokensUnauthorized) IsRedirect() bool
IsRedirect returns true when this get user auth tokens unauthorized response has a 3xx status code
func (*GetUserAuthTokensUnauthorized) IsServerError ¶
func (o *GetUserAuthTokensUnauthorized) IsServerError() bool
IsServerError returns true when this get user auth tokens unauthorized response has a 5xx status code
func (*GetUserAuthTokensUnauthorized) IsSuccess ¶
func (o *GetUserAuthTokensUnauthorized) IsSuccess() bool
IsSuccess returns true when this get user auth tokens unauthorized response has a 2xx status code
func (*GetUserAuthTokensUnauthorized) String ¶
func (o *GetUserAuthTokensUnauthorized) String() string
type GetUserQuotasForbidden ¶
type GetUserQuotasForbidden struct {
Payload *models.ErrorResponseBody
}
GetUserQuotasForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewGetUserQuotasForbidden ¶
func NewGetUserQuotasForbidden() *GetUserQuotasForbidden
NewGetUserQuotasForbidden creates a GetUserQuotasForbidden with default headers values
func (*GetUserQuotasForbidden) Code ¶
func (o *GetUserQuotasForbidden) Code() int
Code gets the status code for the get user quotas forbidden response
func (*GetUserQuotasForbidden) Error ¶
func (o *GetUserQuotasForbidden) Error() string
func (*GetUserQuotasForbidden) GetPayload ¶
func (o *GetUserQuotasForbidden) GetPayload() *models.ErrorResponseBody
func (*GetUserQuotasForbidden) IsClientError ¶
func (o *GetUserQuotasForbidden) IsClientError() bool
IsClientError returns true when this get user quotas forbidden response has a 4xx status code
func (*GetUserQuotasForbidden) IsCode ¶
func (o *GetUserQuotasForbidden) IsCode(code int) bool
IsCode returns true when this get user quotas forbidden response a status code equal to that given
func (*GetUserQuotasForbidden) IsRedirect ¶
func (o *GetUserQuotasForbidden) IsRedirect() bool
IsRedirect returns true when this get user quotas forbidden response has a 3xx status code
func (*GetUserQuotasForbidden) IsServerError ¶
func (o *GetUserQuotasForbidden) IsServerError() bool
IsServerError returns true when this get user quotas forbidden response has a 5xx status code
func (*GetUserQuotasForbidden) IsSuccess ¶
func (o *GetUserQuotasForbidden) IsSuccess() bool
IsSuccess returns true when this get user quotas forbidden response has a 2xx status code
func (*GetUserQuotasForbidden) String ¶
func (o *GetUserQuotasForbidden) String() string
type GetUserQuotasInternalServerError ¶
type GetUserQuotasInternalServerError struct {
Payload *models.ErrorResponseBody
}
GetUserQuotasInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewGetUserQuotasInternalServerError ¶
func NewGetUserQuotasInternalServerError() *GetUserQuotasInternalServerError
NewGetUserQuotasInternalServerError creates a GetUserQuotasInternalServerError with default headers values
func (*GetUserQuotasInternalServerError) Code ¶
func (o *GetUserQuotasInternalServerError) Code() int
Code gets the status code for the get user quotas internal server error response
func (*GetUserQuotasInternalServerError) Error ¶
func (o *GetUserQuotasInternalServerError) Error() string
func (*GetUserQuotasInternalServerError) GetPayload ¶
func (o *GetUserQuotasInternalServerError) GetPayload() *models.ErrorResponseBody
func (*GetUserQuotasInternalServerError) IsClientError ¶
func (o *GetUserQuotasInternalServerError) IsClientError() bool
IsClientError returns true when this get user quotas internal server error response has a 4xx status code
func (*GetUserQuotasInternalServerError) IsCode ¶
func (o *GetUserQuotasInternalServerError) IsCode(code int) bool
IsCode returns true when this get user quotas internal server error response a status code equal to that given
func (*GetUserQuotasInternalServerError) IsRedirect ¶
func (o *GetUserQuotasInternalServerError) IsRedirect() bool
IsRedirect returns true when this get user quotas internal server error response has a 3xx status code
func (*GetUserQuotasInternalServerError) IsServerError ¶
func (o *GetUserQuotasInternalServerError) IsServerError() bool
IsServerError returns true when this get user quotas internal server error response has a 5xx status code
func (*GetUserQuotasInternalServerError) IsSuccess ¶
func (o *GetUserQuotasInternalServerError) IsSuccess() bool
IsSuccess returns true when this get user quotas internal server error response has a 2xx status code
func (*GetUserQuotasInternalServerError) String ¶
func (o *GetUserQuotasInternalServerError) String() string
type GetUserQuotasNotFound ¶
type GetUserQuotasNotFound struct {
Payload *models.ErrorResponseBody
}
GetUserQuotasNotFound describes a response with status code 404, with default header values.
NotFoundError is returned when the requested resource was not found.
func NewGetUserQuotasNotFound ¶
func NewGetUserQuotasNotFound() *GetUserQuotasNotFound
NewGetUserQuotasNotFound creates a GetUserQuotasNotFound with default headers values
func (*GetUserQuotasNotFound) Code ¶
func (o *GetUserQuotasNotFound) Code() int
Code gets the status code for the get user quotas not found response
func (*GetUserQuotasNotFound) Error ¶
func (o *GetUserQuotasNotFound) Error() string
func (*GetUserQuotasNotFound) GetPayload ¶
func (o *GetUserQuotasNotFound) GetPayload() *models.ErrorResponseBody
func (*GetUserQuotasNotFound) IsClientError ¶
func (o *GetUserQuotasNotFound) IsClientError() bool
IsClientError returns true when this get user quotas not found response has a 4xx status code
func (*GetUserQuotasNotFound) IsCode ¶
func (o *GetUserQuotasNotFound) IsCode(code int) bool
IsCode returns true when this get user quotas not found response a status code equal to that given
func (*GetUserQuotasNotFound) IsRedirect ¶
func (o *GetUserQuotasNotFound) IsRedirect() bool
IsRedirect returns true when this get user quotas not found response has a 3xx status code
func (*GetUserQuotasNotFound) IsServerError ¶
func (o *GetUserQuotasNotFound) IsServerError() bool
IsServerError returns true when this get user quotas not found response has a 5xx status code
func (*GetUserQuotasNotFound) IsSuccess ¶
func (o *GetUserQuotasNotFound) IsSuccess() bool
IsSuccess returns true when this get user quotas not found response has a 2xx status code
func (*GetUserQuotasNotFound) String ¶
func (o *GetUserQuotasNotFound) String() string
type GetUserQuotasOK ¶
GetUserQuotasOK describes a response with status code 200, with default header values.
(empty)
func NewGetUserQuotasOK ¶
func NewGetUserQuotasOK() *GetUserQuotasOK
NewGetUserQuotasOK creates a GetUserQuotasOK with default headers values
func (*GetUserQuotasOK) Code ¶
func (o *GetUserQuotasOK) Code() int
Code gets the status code for the get user quotas Ok response
func (*GetUserQuotasOK) Error ¶
func (o *GetUserQuotasOK) Error() string
func (*GetUserQuotasOK) GetPayload ¶
func (o *GetUserQuotasOK) GetPayload() []*models.QuotaDTO
func (*GetUserQuotasOK) IsClientError ¶
func (o *GetUserQuotasOK) IsClientError() bool
IsClientError returns true when this get user quotas Ok response has a 4xx status code
func (*GetUserQuotasOK) IsCode ¶
func (o *GetUserQuotasOK) IsCode(code int) bool
IsCode returns true when this get user quotas Ok response a status code equal to that given
func (*GetUserQuotasOK) IsRedirect ¶
func (o *GetUserQuotasOK) IsRedirect() bool
IsRedirect returns true when this get user quotas Ok response has a 3xx status code
func (*GetUserQuotasOK) IsServerError ¶
func (o *GetUserQuotasOK) IsServerError() bool
IsServerError returns true when this get user quotas Ok response has a 5xx status code
func (*GetUserQuotasOK) IsSuccess ¶
func (o *GetUserQuotasOK) IsSuccess() bool
IsSuccess returns true when this get user quotas Ok response has a 2xx status code
func (*GetUserQuotasOK) String ¶
func (o *GetUserQuotasOK) String() string
type GetUserQuotasParams ¶
type GetUserQuotasParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUserQuotasParams contains all the parameters to send to the API endpoint
for the get user quotas operation. Typically these are written to a http.Request.
func NewGetUserQuotasParams ¶
func NewGetUserQuotasParams() *GetUserQuotasParams
NewGetUserQuotasParams creates a new GetUserQuotasParams 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 NewGetUserQuotasParamsWithContext ¶
func NewGetUserQuotasParamsWithContext(ctx context.Context) *GetUserQuotasParams
NewGetUserQuotasParamsWithContext creates a new GetUserQuotasParams object with the ability to set a context for a request.
func NewGetUserQuotasParamsWithHTTPClient ¶
func NewGetUserQuotasParamsWithHTTPClient(client *http.Client) *GetUserQuotasParams
NewGetUserQuotasParamsWithHTTPClient creates a new GetUserQuotasParams object with the ability to set a custom HTTPClient for a request.
func NewGetUserQuotasParamsWithTimeout ¶
func NewGetUserQuotasParamsWithTimeout(timeout time.Duration) *GetUserQuotasParams
NewGetUserQuotasParamsWithTimeout creates a new GetUserQuotasParams object with the ability to set a timeout on a request.
func (*GetUserQuotasParams) SetContext ¶
func (o *GetUserQuotasParams) SetContext(ctx context.Context)
SetContext adds the context to the get user quotas params
func (*GetUserQuotasParams) SetDefaults ¶
func (o *GetUserQuotasParams) SetDefaults()
SetDefaults hydrates default values in the get user quotas params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserQuotasParams) SetHTTPClient ¶
func (o *GetUserQuotasParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user quotas params
func (*GetUserQuotasParams) SetTimeout ¶
func (o *GetUserQuotasParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user quotas params
func (*GetUserQuotasParams) WithContext ¶
func (o *GetUserQuotasParams) WithContext(ctx context.Context) *GetUserQuotasParams
WithContext adds the context to the get user quotas params
func (*GetUserQuotasParams) WithDefaults ¶
func (o *GetUserQuotasParams) WithDefaults() *GetUserQuotasParams
WithDefaults hydrates default values in the get user quotas params (not the query body).
All values with no default are reset to their zero value.
func (*GetUserQuotasParams) WithHTTPClient ¶
func (o *GetUserQuotasParams) WithHTTPClient(client *http.Client) *GetUserQuotasParams
WithHTTPClient adds the HTTPClient to the get user quotas params
func (*GetUserQuotasParams) WithTimeout ¶
func (o *GetUserQuotasParams) WithTimeout(timeout time.Duration) *GetUserQuotasParams
WithTimeout adds the timeout to the get user quotas params
func (*GetUserQuotasParams) WriteToRequest ¶
func (o *GetUserQuotasParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserQuotasReader ¶
type GetUserQuotasReader struct {
// contains filtered or unexported fields
}
GetUserQuotasReader is a Reader for the GetUserQuotas structure.
func (*GetUserQuotasReader) ReadResponse ¶
func (o *GetUserQuotasReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserQuotasUnauthorized ¶
type GetUserQuotasUnauthorized struct {
}GetUserQuotasUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewGetUserQuotasUnauthorized ¶
func NewGetUserQuotasUnauthorized() *GetUserQuotasUnauthorized
NewGetUserQuotasUnauthorized creates a GetUserQuotasUnauthorized with default headers values
func (*GetUserQuotasUnauthorized) Code ¶
func (o *GetUserQuotasUnauthorized) Code() int
Code gets the status code for the get user quotas unauthorized response
func (*GetUserQuotasUnauthorized) Error ¶
func (o *GetUserQuotasUnauthorized) Error() string
func (*GetUserQuotasUnauthorized) GetPayload ¶
func (o *GetUserQuotasUnauthorized) GetPayload() *models.ErrorResponseBody
func (*GetUserQuotasUnauthorized) IsClientError ¶
func (o *GetUserQuotasUnauthorized) IsClientError() bool
IsClientError returns true when this get user quotas unauthorized response has a 4xx status code
func (*GetUserQuotasUnauthorized) IsCode ¶
func (o *GetUserQuotasUnauthorized) IsCode(code int) bool
IsCode returns true when this get user quotas unauthorized response a status code equal to that given
func (*GetUserQuotasUnauthorized) IsRedirect ¶
func (o *GetUserQuotasUnauthorized) IsRedirect() bool
IsRedirect returns true when this get user quotas unauthorized response has a 3xx status code
func (*GetUserQuotasUnauthorized) IsServerError ¶
func (o *GetUserQuotasUnauthorized) IsServerError() bool
IsServerError returns true when this get user quotas unauthorized response has a 5xx status code
func (*GetUserQuotasUnauthorized) IsSuccess ¶
func (o *GetUserQuotasUnauthorized) IsSuccess() bool
IsSuccess returns true when this get user quotas unauthorized response has a 2xx status code
func (*GetUserQuotasUnauthorized) String ¶
func (o *GetUserQuotasUnauthorized) String() string
type RevokeUserAuthTokenBadRequest ¶
type RevokeUserAuthTokenBadRequest struct {
Payload *models.ErrorResponseBody
}
RevokeUserAuthTokenBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewRevokeUserAuthTokenBadRequest ¶
func NewRevokeUserAuthTokenBadRequest() *RevokeUserAuthTokenBadRequest
NewRevokeUserAuthTokenBadRequest creates a RevokeUserAuthTokenBadRequest with default headers values
func (*RevokeUserAuthTokenBadRequest) Code ¶
func (o *RevokeUserAuthTokenBadRequest) Code() int
Code gets the status code for the revoke user auth token bad request response
func (*RevokeUserAuthTokenBadRequest) Error ¶
func (o *RevokeUserAuthTokenBadRequest) Error() string
func (*RevokeUserAuthTokenBadRequest) GetPayload ¶
func (o *RevokeUserAuthTokenBadRequest) GetPayload() *models.ErrorResponseBody
func (*RevokeUserAuthTokenBadRequest) IsClientError ¶
func (o *RevokeUserAuthTokenBadRequest) IsClientError() bool
IsClientError returns true when this revoke user auth token bad request response has a 4xx status code
func (*RevokeUserAuthTokenBadRequest) IsCode ¶
func (o *RevokeUserAuthTokenBadRequest) IsCode(code int) bool
IsCode returns true when this revoke user auth token bad request response a status code equal to that given
func (*RevokeUserAuthTokenBadRequest) IsRedirect ¶
func (o *RevokeUserAuthTokenBadRequest) IsRedirect() bool
IsRedirect returns true when this revoke user auth token bad request response has a 3xx status code
func (*RevokeUserAuthTokenBadRequest) IsServerError ¶
func (o *RevokeUserAuthTokenBadRequest) IsServerError() bool
IsServerError returns true when this revoke user auth token bad request response has a 5xx status code
func (*RevokeUserAuthTokenBadRequest) IsSuccess ¶
func (o *RevokeUserAuthTokenBadRequest) IsSuccess() bool
IsSuccess returns true when this revoke user auth token bad request response has a 2xx status code
func (*RevokeUserAuthTokenBadRequest) String ¶
func (o *RevokeUserAuthTokenBadRequest) String() string
type RevokeUserAuthTokenForbidden ¶
type RevokeUserAuthTokenForbidden struct {
Payload *models.ErrorResponseBody
}
RevokeUserAuthTokenForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewRevokeUserAuthTokenForbidden ¶
func NewRevokeUserAuthTokenForbidden() *RevokeUserAuthTokenForbidden
NewRevokeUserAuthTokenForbidden creates a RevokeUserAuthTokenForbidden with default headers values
func (*RevokeUserAuthTokenForbidden) Code ¶
func (o *RevokeUserAuthTokenForbidden) Code() int
Code gets the status code for the revoke user auth token forbidden response
func (*RevokeUserAuthTokenForbidden) Error ¶
func (o *RevokeUserAuthTokenForbidden) Error() string
func (*RevokeUserAuthTokenForbidden) GetPayload ¶
func (o *RevokeUserAuthTokenForbidden) GetPayload() *models.ErrorResponseBody
func (*RevokeUserAuthTokenForbidden) IsClientError ¶
func (o *RevokeUserAuthTokenForbidden) IsClientError() bool
IsClientError returns true when this revoke user auth token forbidden response has a 4xx status code
func (*RevokeUserAuthTokenForbidden) IsCode ¶
func (o *RevokeUserAuthTokenForbidden) IsCode(code int) bool
IsCode returns true when this revoke user auth token forbidden response a status code equal to that given
func (*RevokeUserAuthTokenForbidden) IsRedirect ¶
func (o *RevokeUserAuthTokenForbidden) IsRedirect() bool
IsRedirect returns true when this revoke user auth token forbidden response has a 3xx status code
func (*RevokeUserAuthTokenForbidden) IsServerError ¶
func (o *RevokeUserAuthTokenForbidden) IsServerError() bool
IsServerError returns true when this revoke user auth token forbidden response has a 5xx status code
func (*RevokeUserAuthTokenForbidden) IsSuccess ¶
func (o *RevokeUserAuthTokenForbidden) IsSuccess() bool
IsSuccess returns true when this revoke user auth token forbidden response has a 2xx status code
func (*RevokeUserAuthTokenForbidden) String ¶
func (o *RevokeUserAuthTokenForbidden) String() string
type RevokeUserAuthTokenInternalServerError ¶
type RevokeUserAuthTokenInternalServerError struct {
Payload *models.ErrorResponseBody
}
RevokeUserAuthTokenInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewRevokeUserAuthTokenInternalServerError ¶
func NewRevokeUserAuthTokenInternalServerError() *RevokeUserAuthTokenInternalServerError
NewRevokeUserAuthTokenInternalServerError creates a RevokeUserAuthTokenInternalServerError with default headers values
func (*RevokeUserAuthTokenInternalServerError) Code ¶
func (o *RevokeUserAuthTokenInternalServerError) Code() int
Code gets the status code for the revoke user auth token internal server error response
func (*RevokeUserAuthTokenInternalServerError) Error ¶
func (o *RevokeUserAuthTokenInternalServerError) Error() string
func (*RevokeUserAuthTokenInternalServerError) GetPayload ¶
func (o *RevokeUserAuthTokenInternalServerError) GetPayload() *models.ErrorResponseBody
func (*RevokeUserAuthTokenInternalServerError) IsClientError ¶
func (o *RevokeUserAuthTokenInternalServerError) IsClientError() bool
IsClientError returns true when this revoke user auth token internal server error response has a 4xx status code
func (*RevokeUserAuthTokenInternalServerError) IsCode ¶
func (o *RevokeUserAuthTokenInternalServerError) IsCode(code int) bool
IsCode returns true when this revoke user auth token internal server error response a status code equal to that given
func (*RevokeUserAuthTokenInternalServerError) IsRedirect ¶
func (o *RevokeUserAuthTokenInternalServerError) IsRedirect() bool
IsRedirect returns true when this revoke user auth token internal server error response has a 3xx status code
func (*RevokeUserAuthTokenInternalServerError) IsServerError ¶
func (o *RevokeUserAuthTokenInternalServerError) IsServerError() bool
IsServerError returns true when this revoke user auth token internal server error response has a 5xx status code
func (*RevokeUserAuthTokenInternalServerError) IsSuccess ¶
func (o *RevokeUserAuthTokenInternalServerError) IsSuccess() bool
IsSuccess returns true when this revoke user auth token internal server error response has a 2xx status code
func (*RevokeUserAuthTokenInternalServerError) String ¶
func (o *RevokeUserAuthTokenInternalServerError) String() string
type RevokeUserAuthTokenOK ¶
type RevokeUserAuthTokenOK struct {
Payload *models.SuccessResponseBody
}
RevokeUserAuthTokenOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewRevokeUserAuthTokenOK ¶
func NewRevokeUserAuthTokenOK() *RevokeUserAuthTokenOK
NewRevokeUserAuthTokenOK creates a RevokeUserAuthTokenOK with default headers values
func (*RevokeUserAuthTokenOK) Code ¶
func (o *RevokeUserAuthTokenOK) Code() int
Code gets the status code for the revoke user auth token Ok response
func (*RevokeUserAuthTokenOK) Error ¶
func (o *RevokeUserAuthTokenOK) Error() string
func (*RevokeUserAuthTokenOK) GetPayload ¶
func (o *RevokeUserAuthTokenOK) GetPayload() *models.SuccessResponseBody
func (*RevokeUserAuthTokenOK) IsClientError ¶
func (o *RevokeUserAuthTokenOK) IsClientError() bool
IsClientError returns true when this revoke user auth token Ok response has a 4xx status code
func (*RevokeUserAuthTokenOK) IsCode ¶
func (o *RevokeUserAuthTokenOK) IsCode(code int) bool
IsCode returns true when this revoke user auth token Ok response a status code equal to that given
func (*RevokeUserAuthTokenOK) IsRedirect ¶
func (o *RevokeUserAuthTokenOK) IsRedirect() bool
IsRedirect returns true when this revoke user auth token Ok response has a 3xx status code
func (*RevokeUserAuthTokenOK) IsServerError ¶
func (o *RevokeUserAuthTokenOK) IsServerError() bool
IsServerError returns true when this revoke user auth token Ok response has a 5xx status code
func (*RevokeUserAuthTokenOK) IsSuccess ¶
func (o *RevokeUserAuthTokenOK) IsSuccess() bool
IsSuccess returns true when this revoke user auth token Ok response has a 2xx status code
func (*RevokeUserAuthTokenOK) String ¶
func (o *RevokeUserAuthTokenOK) String() string
type RevokeUserAuthTokenParams ¶
type RevokeUserAuthTokenParams struct { // Body. Body *models.RevokeAuthTokenCmd Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeUserAuthTokenParams contains all the parameters to send to the API endpoint
for the revoke user auth token operation. Typically these are written to a http.Request.
func NewRevokeUserAuthTokenParams ¶
func NewRevokeUserAuthTokenParams() *RevokeUserAuthTokenParams
NewRevokeUserAuthTokenParams creates a new RevokeUserAuthTokenParams 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 NewRevokeUserAuthTokenParamsWithContext ¶
func NewRevokeUserAuthTokenParamsWithContext(ctx context.Context) *RevokeUserAuthTokenParams
NewRevokeUserAuthTokenParamsWithContext creates a new RevokeUserAuthTokenParams object with the ability to set a context for a request.
func NewRevokeUserAuthTokenParamsWithHTTPClient ¶
func NewRevokeUserAuthTokenParamsWithHTTPClient(client *http.Client) *RevokeUserAuthTokenParams
NewRevokeUserAuthTokenParamsWithHTTPClient creates a new RevokeUserAuthTokenParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeUserAuthTokenParamsWithTimeout ¶
func NewRevokeUserAuthTokenParamsWithTimeout(timeout time.Duration) *RevokeUserAuthTokenParams
NewRevokeUserAuthTokenParamsWithTimeout creates a new RevokeUserAuthTokenParams object with the ability to set a timeout on a request.
func (*RevokeUserAuthTokenParams) SetBody ¶
func (o *RevokeUserAuthTokenParams) SetBody(body *models.RevokeAuthTokenCmd)
SetBody adds the body to the revoke user auth token params
func (*RevokeUserAuthTokenParams) SetContext ¶
func (o *RevokeUserAuthTokenParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke user auth token params
func (*RevokeUserAuthTokenParams) SetDefaults ¶
func (o *RevokeUserAuthTokenParams) SetDefaults()
SetDefaults hydrates default values in the revoke user auth token params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeUserAuthTokenParams) SetHTTPClient ¶
func (o *RevokeUserAuthTokenParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke user auth token params
func (*RevokeUserAuthTokenParams) SetTimeout ¶
func (o *RevokeUserAuthTokenParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke user auth token params
func (*RevokeUserAuthTokenParams) WithBody ¶
func (o *RevokeUserAuthTokenParams) WithBody(body *models.RevokeAuthTokenCmd) *RevokeUserAuthTokenParams
WithBody adds the body to the revoke user auth token params
func (*RevokeUserAuthTokenParams) WithContext ¶
func (o *RevokeUserAuthTokenParams) WithContext(ctx context.Context) *RevokeUserAuthTokenParams
WithContext adds the context to the revoke user auth token params
func (*RevokeUserAuthTokenParams) WithDefaults ¶
func (o *RevokeUserAuthTokenParams) WithDefaults() *RevokeUserAuthTokenParams
WithDefaults hydrates default values in the revoke user auth token params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeUserAuthTokenParams) WithHTTPClient ¶
func (o *RevokeUserAuthTokenParams) WithHTTPClient(client *http.Client) *RevokeUserAuthTokenParams
WithHTTPClient adds the HTTPClient to the revoke user auth token params
func (*RevokeUserAuthTokenParams) WithTimeout ¶
func (o *RevokeUserAuthTokenParams) WithTimeout(timeout time.Duration) *RevokeUserAuthTokenParams
WithTimeout adds the timeout to the revoke user auth token params
func (*RevokeUserAuthTokenParams) WriteToRequest ¶
func (o *RevokeUserAuthTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeUserAuthTokenReader ¶
type RevokeUserAuthTokenReader struct {
// contains filtered or unexported fields
}
RevokeUserAuthTokenReader is a Reader for the RevokeUserAuthToken structure.
func (*RevokeUserAuthTokenReader) ReadResponse ¶
func (o *RevokeUserAuthTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeUserAuthTokenUnauthorized ¶
type RevokeUserAuthTokenUnauthorized struct {
}RevokeUserAuthTokenUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewRevokeUserAuthTokenUnauthorized ¶
func NewRevokeUserAuthTokenUnauthorized() *RevokeUserAuthTokenUnauthorized
NewRevokeUserAuthTokenUnauthorized creates a RevokeUserAuthTokenUnauthorized with default headers values
func (*RevokeUserAuthTokenUnauthorized) Code ¶
func (o *RevokeUserAuthTokenUnauthorized) Code() int
Code gets the status code for the revoke user auth token unauthorized response
func (*RevokeUserAuthTokenUnauthorized) Error ¶
func (o *RevokeUserAuthTokenUnauthorized) Error() string
func (*RevokeUserAuthTokenUnauthorized) GetPayload ¶
func (o *RevokeUserAuthTokenUnauthorized) GetPayload() *models.ErrorResponseBody
func (*RevokeUserAuthTokenUnauthorized) IsClientError ¶
func (o *RevokeUserAuthTokenUnauthorized) IsClientError() bool
IsClientError returns true when this revoke user auth token unauthorized response has a 4xx status code
func (*RevokeUserAuthTokenUnauthorized) IsCode ¶
func (o *RevokeUserAuthTokenUnauthorized) IsCode(code int) bool
IsCode returns true when this revoke user auth token unauthorized response a status code equal to that given
func (*RevokeUserAuthTokenUnauthorized) IsRedirect ¶
func (o *RevokeUserAuthTokenUnauthorized) IsRedirect() bool
IsRedirect returns true when this revoke user auth token unauthorized response has a 3xx status code
func (*RevokeUserAuthTokenUnauthorized) IsServerError ¶
func (o *RevokeUserAuthTokenUnauthorized) IsServerError() bool
IsServerError returns true when this revoke user auth token unauthorized response has a 5xx status code
func (*RevokeUserAuthTokenUnauthorized) IsSuccess ¶
func (o *RevokeUserAuthTokenUnauthorized) IsSuccess() bool
IsSuccess returns true when this revoke user auth token unauthorized response has a 2xx status code
func (*RevokeUserAuthTokenUnauthorized) String ¶
func (o *RevokeUserAuthTokenUnauthorized) String() string
type SetHelpFlagForbidden ¶
type SetHelpFlagForbidden struct {
Payload *models.ErrorResponseBody
}
SetHelpFlagForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewSetHelpFlagForbidden ¶
func NewSetHelpFlagForbidden() *SetHelpFlagForbidden
NewSetHelpFlagForbidden creates a SetHelpFlagForbidden with default headers values
func (*SetHelpFlagForbidden) Code ¶
func (o *SetHelpFlagForbidden) Code() int
Code gets the status code for the set help flag forbidden response
func (*SetHelpFlagForbidden) Error ¶
func (o *SetHelpFlagForbidden) Error() string
func (*SetHelpFlagForbidden) GetPayload ¶
func (o *SetHelpFlagForbidden) GetPayload() *models.ErrorResponseBody
func (*SetHelpFlagForbidden) IsClientError ¶
func (o *SetHelpFlagForbidden) IsClientError() bool
IsClientError returns true when this set help flag forbidden response has a 4xx status code
func (*SetHelpFlagForbidden) IsCode ¶
func (o *SetHelpFlagForbidden) IsCode(code int) bool
IsCode returns true when this set help flag forbidden response a status code equal to that given
func (*SetHelpFlagForbidden) IsRedirect ¶
func (o *SetHelpFlagForbidden) IsRedirect() bool
IsRedirect returns true when this set help flag forbidden response has a 3xx status code
func (*SetHelpFlagForbidden) IsServerError ¶
func (o *SetHelpFlagForbidden) IsServerError() bool
IsServerError returns true when this set help flag forbidden response has a 5xx status code
func (*SetHelpFlagForbidden) IsSuccess ¶
func (o *SetHelpFlagForbidden) IsSuccess() bool
IsSuccess returns true when this set help flag forbidden response has a 2xx status code
func (*SetHelpFlagForbidden) String ¶
func (o *SetHelpFlagForbidden) String() string
type SetHelpFlagInternalServerError ¶
type SetHelpFlagInternalServerError struct {
Payload *models.ErrorResponseBody
}
SetHelpFlagInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewSetHelpFlagInternalServerError ¶
func NewSetHelpFlagInternalServerError() *SetHelpFlagInternalServerError
NewSetHelpFlagInternalServerError creates a SetHelpFlagInternalServerError with default headers values
func (*SetHelpFlagInternalServerError) Code ¶
func (o *SetHelpFlagInternalServerError) Code() int
Code gets the status code for the set help flag internal server error response
func (*SetHelpFlagInternalServerError) Error ¶
func (o *SetHelpFlagInternalServerError) Error() string
func (*SetHelpFlagInternalServerError) GetPayload ¶
func (o *SetHelpFlagInternalServerError) GetPayload() *models.ErrorResponseBody
func (*SetHelpFlagInternalServerError) IsClientError ¶
func (o *SetHelpFlagInternalServerError) IsClientError() bool
IsClientError returns true when this set help flag internal server error response has a 4xx status code
func (*SetHelpFlagInternalServerError) IsCode ¶
func (o *SetHelpFlagInternalServerError) IsCode(code int) bool
IsCode returns true when this set help flag internal server error response a status code equal to that given
func (*SetHelpFlagInternalServerError) IsRedirect ¶
func (o *SetHelpFlagInternalServerError) IsRedirect() bool
IsRedirect returns true when this set help flag internal server error response has a 3xx status code
func (*SetHelpFlagInternalServerError) IsServerError ¶
func (o *SetHelpFlagInternalServerError) IsServerError() bool
IsServerError returns true when this set help flag internal server error response has a 5xx status code
func (*SetHelpFlagInternalServerError) IsSuccess ¶
func (o *SetHelpFlagInternalServerError) IsSuccess() bool
IsSuccess returns true when this set help flag internal server error response has a 2xx status code
func (*SetHelpFlagInternalServerError) String ¶
func (o *SetHelpFlagInternalServerError) String() string
type SetHelpFlagOK ¶
type SetHelpFlagOK struct {
Payload *models.SetHelpFlagOKBody
}
SetHelpFlagOK describes a response with status code 200, with default header values.
(empty)
func NewSetHelpFlagOK ¶
func NewSetHelpFlagOK() *SetHelpFlagOK
NewSetHelpFlagOK creates a SetHelpFlagOK with default headers values
func (*SetHelpFlagOK) Code ¶
func (o *SetHelpFlagOK) Code() int
Code gets the status code for the set help flag Ok response
func (*SetHelpFlagOK) Error ¶
func (o *SetHelpFlagOK) Error() string
func (*SetHelpFlagOK) GetPayload ¶
func (o *SetHelpFlagOK) GetPayload() *models.SetHelpFlagOKBody
func (*SetHelpFlagOK) IsClientError ¶
func (o *SetHelpFlagOK) IsClientError() bool
IsClientError returns true when this set help flag Ok response has a 4xx status code
func (*SetHelpFlagOK) IsCode ¶
func (o *SetHelpFlagOK) IsCode(code int) bool
IsCode returns true when this set help flag Ok response a status code equal to that given
func (*SetHelpFlagOK) IsRedirect ¶
func (o *SetHelpFlagOK) IsRedirect() bool
IsRedirect returns true when this set help flag Ok response has a 3xx status code
func (*SetHelpFlagOK) IsServerError ¶
func (o *SetHelpFlagOK) IsServerError() bool
IsServerError returns true when this set help flag Ok response has a 5xx status code
func (*SetHelpFlagOK) IsSuccess ¶
func (o *SetHelpFlagOK) IsSuccess() bool
IsSuccess returns true when this set help flag Ok response has a 2xx status code
func (*SetHelpFlagOK) String ¶
func (o *SetHelpFlagOK) String() string
type SetHelpFlagParams ¶
type SetHelpFlagParams struct { // FlagID. FlagID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetHelpFlagParams contains all the parameters to send to the API endpoint
for the set help flag operation. Typically these are written to a http.Request.
func NewSetHelpFlagParams ¶
func NewSetHelpFlagParams() *SetHelpFlagParams
NewSetHelpFlagParams creates a new SetHelpFlagParams 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 NewSetHelpFlagParamsWithContext ¶
func NewSetHelpFlagParamsWithContext(ctx context.Context) *SetHelpFlagParams
NewSetHelpFlagParamsWithContext creates a new SetHelpFlagParams object with the ability to set a context for a request.
func NewSetHelpFlagParamsWithHTTPClient ¶
func NewSetHelpFlagParamsWithHTTPClient(client *http.Client) *SetHelpFlagParams
NewSetHelpFlagParamsWithHTTPClient creates a new SetHelpFlagParams object with the ability to set a custom HTTPClient for a request.
func NewSetHelpFlagParamsWithTimeout ¶
func NewSetHelpFlagParamsWithTimeout(timeout time.Duration) *SetHelpFlagParams
NewSetHelpFlagParamsWithTimeout creates a new SetHelpFlagParams object with the ability to set a timeout on a request.
func (*SetHelpFlagParams) SetContext ¶
func (o *SetHelpFlagParams) SetContext(ctx context.Context)
SetContext adds the context to the set help flag params
func (*SetHelpFlagParams) SetDefaults ¶
func (o *SetHelpFlagParams) SetDefaults()
SetDefaults hydrates default values in the set help flag params (not the query body).
All values with no default are reset to their zero value.
func (*SetHelpFlagParams) SetFlagID ¶
func (o *SetHelpFlagParams) SetFlagID(flagID string)
SetFlagID adds the flagId to the set help flag params
func (*SetHelpFlagParams) SetHTTPClient ¶
func (o *SetHelpFlagParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set help flag params
func (*SetHelpFlagParams) SetTimeout ¶
func (o *SetHelpFlagParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set help flag params
func (*SetHelpFlagParams) WithContext ¶
func (o *SetHelpFlagParams) WithContext(ctx context.Context) *SetHelpFlagParams
WithContext adds the context to the set help flag params
func (*SetHelpFlagParams) WithDefaults ¶
func (o *SetHelpFlagParams) WithDefaults() *SetHelpFlagParams
WithDefaults hydrates default values in the set help flag params (not the query body).
All values with no default are reset to their zero value.
func (*SetHelpFlagParams) WithFlagID ¶
func (o *SetHelpFlagParams) WithFlagID(flagID string) *SetHelpFlagParams
WithFlagID adds the flagID to the set help flag params
func (*SetHelpFlagParams) WithHTTPClient ¶
func (o *SetHelpFlagParams) WithHTTPClient(client *http.Client) *SetHelpFlagParams
WithHTTPClient adds the HTTPClient to the set help flag params
func (*SetHelpFlagParams) WithTimeout ¶
func (o *SetHelpFlagParams) WithTimeout(timeout time.Duration) *SetHelpFlagParams
WithTimeout adds the timeout to the set help flag params
func (*SetHelpFlagParams) WriteToRequest ¶
func (o *SetHelpFlagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetHelpFlagReader ¶
type SetHelpFlagReader struct {
// contains filtered or unexported fields
}
SetHelpFlagReader is a Reader for the SetHelpFlag structure.
func (*SetHelpFlagReader) ReadResponse ¶
func (o *SetHelpFlagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetHelpFlagUnauthorized ¶
type SetHelpFlagUnauthorized struct {
}SetHelpFlagUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewSetHelpFlagUnauthorized ¶
func NewSetHelpFlagUnauthorized() *SetHelpFlagUnauthorized
NewSetHelpFlagUnauthorized creates a SetHelpFlagUnauthorized with default headers values
func (*SetHelpFlagUnauthorized) Code ¶
func (o *SetHelpFlagUnauthorized) Code() int
Code gets the status code for the set help flag unauthorized response
func (*SetHelpFlagUnauthorized) Error ¶
func (o *SetHelpFlagUnauthorized) Error() string
func (*SetHelpFlagUnauthorized) GetPayload ¶
func (o *SetHelpFlagUnauthorized) GetPayload() *models.ErrorResponseBody
func (*SetHelpFlagUnauthorized) IsClientError ¶
func (o *SetHelpFlagUnauthorized) IsClientError() bool
IsClientError returns true when this set help flag unauthorized response has a 4xx status code
func (*SetHelpFlagUnauthorized) IsCode ¶
func (o *SetHelpFlagUnauthorized) IsCode(code int) bool
IsCode returns true when this set help flag unauthorized response a status code equal to that given
func (*SetHelpFlagUnauthorized) IsRedirect ¶
func (o *SetHelpFlagUnauthorized) IsRedirect() bool
IsRedirect returns true when this set help flag unauthorized response has a 3xx status code
func (*SetHelpFlagUnauthorized) IsServerError ¶
func (o *SetHelpFlagUnauthorized) IsServerError() bool
IsServerError returns true when this set help flag unauthorized response has a 5xx status code
func (*SetHelpFlagUnauthorized) IsSuccess ¶
func (o *SetHelpFlagUnauthorized) IsSuccess() bool
IsSuccess returns true when this set help flag unauthorized response has a 2xx status code
func (*SetHelpFlagUnauthorized) String ¶
func (o *SetHelpFlagUnauthorized) String() string
type StarDashboardBadRequest ¶
type StarDashboardBadRequest struct {
Payload *models.ErrorResponseBody
}
StarDashboardBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewStarDashboardBadRequest ¶
func NewStarDashboardBadRequest() *StarDashboardBadRequest
NewStarDashboardBadRequest creates a StarDashboardBadRequest with default headers values
func (*StarDashboardBadRequest) Code ¶
func (o *StarDashboardBadRequest) Code() int
Code gets the status code for the star dashboard bad request response
func (*StarDashboardBadRequest) Error ¶
func (o *StarDashboardBadRequest) Error() string
func (*StarDashboardBadRequest) GetPayload ¶
func (o *StarDashboardBadRequest) GetPayload() *models.ErrorResponseBody
func (*StarDashboardBadRequest) IsClientError ¶
func (o *StarDashboardBadRequest) IsClientError() bool
IsClientError returns true when this star dashboard bad request response has a 4xx status code
func (*StarDashboardBadRequest) IsCode ¶
func (o *StarDashboardBadRequest) IsCode(code int) bool
IsCode returns true when this star dashboard bad request response a status code equal to that given
func (*StarDashboardBadRequest) IsRedirect ¶
func (o *StarDashboardBadRequest) IsRedirect() bool
IsRedirect returns true when this star dashboard bad request response has a 3xx status code
func (*StarDashboardBadRequest) IsServerError ¶
func (o *StarDashboardBadRequest) IsServerError() bool
IsServerError returns true when this star dashboard bad request response has a 5xx status code
func (*StarDashboardBadRequest) IsSuccess ¶
func (o *StarDashboardBadRequest) IsSuccess() bool
IsSuccess returns true when this star dashboard bad request response has a 2xx status code
func (*StarDashboardBadRequest) String ¶
func (o *StarDashboardBadRequest) String() string
type StarDashboardByUIDBadRequest ¶
type StarDashboardByUIDBadRequest struct {
Payload *models.ErrorResponseBody
}
StarDashboardByUIDBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewStarDashboardByUIDBadRequest ¶
func NewStarDashboardByUIDBadRequest() *StarDashboardByUIDBadRequest
NewStarDashboardByUIDBadRequest creates a StarDashboardByUIDBadRequest with default headers values
func (*StarDashboardByUIDBadRequest) Code ¶
func (o *StarDashboardByUIDBadRequest) Code() int
Code gets the status code for the star dashboard by Uid bad request response
func (*StarDashboardByUIDBadRequest) Error ¶
func (o *StarDashboardByUIDBadRequest) Error() string
func (*StarDashboardByUIDBadRequest) GetPayload ¶
func (o *StarDashboardByUIDBadRequest) GetPayload() *models.ErrorResponseBody
func (*StarDashboardByUIDBadRequest) IsClientError ¶
func (o *StarDashboardByUIDBadRequest) IsClientError() bool
IsClientError returns true when this star dashboard by Uid bad request response has a 4xx status code
func (*StarDashboardByUIDBadRequest) IsCode ¶
func (o *StarDashboardByUIDBadRequest) IsCode(code int) bool
IsCode returns true when this star dashboard by Uid bad request response a status code equal to that given
func (*StarDashboardByUIDBadRequest) IsRedirect ¶
func (o *StarDashboardByUIDBadRequest) IsRedirect() bool
IsRedirect returns true when this star dashboard by Uid bad request response has a 3xx status code
func (*StarDashboardByUIDBadRequest) IsServerError ¶
func (o *StarDashboardByUIDBadRequest) IsServerError() bool
IsServerError returns true when this star dashboard by Uid bad request response has a 5xx status code
func (*StarDashboardByUIDBadRequest) IsSuccess ¶
func (o *StarDashboardByUIDBadRequest) IsSuccess() bool
IsSuccess returns true when this star dashboard by Uid bad request response has a 2xx status code
func (*StarDashboardByUIDBadRequest) String ¶
func (o *StarDashboardByUIDBadRequest) String() string
type StarDashboardByUIDForbidden ¶
type StarDashboardByUIDForbidden struct {
Payload *models.ErrorResponseBody
}
StarDashboardByUIDForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewStarDashboardByUIDForbidden ¶
func NewStarDashboardByUIDForbidden() *StarDashboardByUIDForbidden
NewStarDashboardByUIDForbidden creates a StarDashboardByUIDForbidden with default headers values
func (*StarDashboardByUIDForbidden) Code ¶
func (o *StarDashboardByUIDForbidden) Code() int
Code gets the status code for the star dashboard by Uid forbidden response
func (*StarDashboardByUIDForbidden) Error ¶
func (o *StarDashboardByUIDForbidden) Error() string
func (*StarDashboardByUIDForbidden) GetPayload ¶
func (o *StarDashboardByUIDForbidden) GetPayload() *models.ErrorResponseBody
func (*StarDashboardByUIDForbidden) IsClientError ¶
func (o *StarDashboardByUIDForbidden) IsClientError() bool
IsClientError returns true when this star dashboard by Uid forbidden response has a 4xx status code
func (*StarDashboardByUIDForbidden) IsCode ¶
func (o *StarDashboardByUIDForbidden) IsCode(code int) bool
IsCode returns true when this star dashboard by Uid forbidden response a status code equal to that given
func (*StarDashboardByUIDForbidden) IsRedirect ¶
func (o *StarDashboardByUIDForbidden) IsRedirect() bool
IsRedirect returns true when this star dashboard by Uid forbidden response has a 3xx status code
func (*StarDashboardByUIDForbidden) IsServerError ¶
func (o *StarDashboardByUIDForbidden) IsServerError() bool
IsServerError returns true when this star dashboard by Uid forbidden response has a 5xx status code
func (*StarDashboardByUIDForbidden) IsSuccess ¶
func (o *StarDashboardByUIDForbidden) IsSuccess() bool
IsSuccess returns true when this star dashboard by Uid forbidden response has a 2xx status code
func (*StarDashboardByUIDForbidden) String ¶
func (o *StarDashboardByUIDForbidden) String() string
type StarDashboardByUIDInternalServerError ¶
type StarDashboardByUIDInternalServerError struct {
Payload *models.ErrorResponseBody
}
StarDashboardByUIDInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewStarDashboardByUIDInternalServerError ¶
func NewStarDashboardByUIDInternalServerError() *StarDashboardByUIDInternalServerError
NewStarDashboardByUIDInternalServerError creates a StarDashboardByUIDInternalServerError with default headers values
func (*StarDashboardByUIDInternalServerError) Code ¶
func (o *StarDashboardByUIDInternalServerError) Code() int
Code gets the status code for the star dashboard by Uid internal server error response
func (*StarDashboardByUIDInternalServerError) Error ¶
func (o *StarDashboardByUIDInternalServerError) Error() string
func (*StarDashboardByUIDInternalServerError) GetPayload ¶
func (o *StarDashboardByUIDInternalServerError) GetPayload() *models.ErrorResponseBody
func (*StarDashboardByUIDInternalServerError) IsClientError ¶
func (o *StarDashboardByUIDInternalServerError) IsClientError() bool
IsClientError returns true when this star dashboard by Uid internal server error response has a 4xx status code
func (*StarDashboardByUIDInternalServerError) IsCode ¶
func (o *StarDashboardByUIDInternalServerError) IsCode(code int) bool
IsCode returns true when this star dashboard by Uid internal server error response a status code equal to that given
func (*StarDashboardByUIDInternalServerError) IsRedirect ¶
func (o *StarDashboardByUIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this star dashboard by Uid internal server error response has a 3xx status code
func (*StarDashboardByUIDInternalServerError) IsServerError ¶
func (o *StarDashboardByUIDInternalServerError) IsServerError() bool
IsServerError returns true when this star dashboard by Uid internal server error response has a 5xx status code
func (*StarDashboardByUIDInternalServerError) IsSuccess ¶
func (o *StarDashboardByUIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this star dashboard by Uid internal server error response has a 2xx status code
func (*StarDashboardByUIDInternalServerError) String ¶
func (o *StarDashboardByUIDInternalServerError) String() string
type StarDashboardByUIDOK ¶
type StarDashboardByUIDOK struct {
Payload *models.SuccessResponseBody
}
StarDashboardByUIDOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewStarDashboardByUIDOK ¶
func NewStarDashboardByUIDOK() *StarDashboardByUIDOK
NewStarDashboardByUIDOK creates a StarDashboardByUIDOK with default headers values
func (*StarDashboardByUIDOK) Code ¶
func (o *StarDashboardByUIDOK) Code() int
Code gets the status code for the star dashboard by Uid Ok response
func (*StarDashboardByUIDOK) Error ¶
func (o *StarDashboardByUIDOK) Error() string
func (*StarDashboardByUIDOK) GetPayload ¶
func (o *StarDashboardByUIDOK) GetPayload() *models.SuccessResponseBody
func (*StarDashboardByUIDOK) IsClientError ¶
func (o *StarDashboardByUIDOK) IsClientError() bool
IsClientError returns true when this star dashboard by Uid Ok response has a 4xx status code
func (*StarDashboardByUIDOK) IsCode ¶
func (o *StarDashboardByUIDOK) IsCode(code int) bool
IsCode returns true when this star dashboard by Uid Ok response a status code equal to that given
func (*StarDashboardByUIDOK) IsRedirect ¶
func (o *StarDashboardByUIDOK) IsRedirect() bool
IsRedirect returns true when this star dashboard by Uid Ok response has a 3xx status code
func (*StarDashboardByUIDOK) IsServerError ¶
func (o *StarDashboardByUIDOK) IsServerError() bool
IsServerError returns true when this star dashboard by Uid Ok response has a 5xx status code
func (*StarDashboardByUIDOK) IsSuccess ¶
func (o *StarDashboardByUIDOK) IsSuccess() bool
IsSuccess returns true when this star dashboard by Uid Ok response has a 2xx status code
func (*StarDashboardByUIDOK) String ¶
func (o *StarDashboardByUIDOK) String() string
type StarDashboardByUIDParams ¶
type StarDashboardByUIDParams struct { // DashboardUID. DashboardUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StarDashboardByUIDParams contains all the parameters to send to the API endpoint
for the star dashboard by UID operation. Typically these are written to a http.Request.
func NewStarDashboardByUIDParams ¶
func NewStarDashboardByUIDParams() *StarDashboardByUIDParams
NewStarDashboardByUIDParams creates a new StarDashboardByUIDParams 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 NewStarDashboardByUIDParamsWithContext ¶
func NewStarDashboardByUIDParamsWithContext(ctx context.Context) *StarDashboardByUIDParams
NewStarDashboardByUIDParamsWithContext creates a new StarDashboardByUIDParams object with the ability to set a context for a request.
func NewStarDashboardByUIDParamsWithHTTPClient ¶
func NewStarDashboardByUIDParamsWithHTTPClient(client *http.Client) *StarDashboardByUIDParams
NewStarDashboardByUIDParamsWithHTTPClient creates a new StarDashboardByUIDParams object with the ability to set a custom HTTPClient for a request.
func NewStarDashboardByUIDParamsWithTimeout ¶
func NewStarDashboardByUIDParamsWithTimeout(timeout time.Duration) *StarDashboardByUIDParams
NewStarDashboardByUIDParamsWithTimeout creates a new StarDashboardByUIDParams object with the ability to set a timeout on a request.
func (*StarDashboardByUIDParams) SetContext ¶
func (o *StarDashboardByUIDParams) SetContext(ctx context.Context)
SetContext adds the context to the star dashboard by UID params
func (*StarDashboardByUIDParams) SetDashboardUID ¶
func (o *StarDashboardByUIDParams) SetDashboardUID(dashboardUID string)
SetDashboardUID adds the dashboardUid to the star dashboard by UID params
func (*StarDashboardByUIDParams) SetDefaults ¶
func (o *StarDashboardByUIDParams) SetDefaults()
SetDefaults hydrates default values in the star dashboard by UID params (not the query body).
All values with no default are reset to their zero value.
func (*StarDashboardByUIDParams) SetHTTPClient ¶
func (o *StarDashboardByUIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the star dashboard by UID params
func (*StarDashboardByUIDParams) SetTimeout ¶
func (o *StarDashboardByUIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the star dashboard by UID params
func (*StarDashboardByUIDParams) WithContext ¶
func (o *StarDashboardByUIDParams) WithContext(ctx context.Context) *StarDashboardByUIDParams
WithContext adds the context to the star dashboard by UID params
func (*StarDashboardByUIDParams) WithDashboardUID ¶
func (o *StarDashboardByUIDParams) WithDashboardUID(dashboardUID string) *StarDashboardByUIDParams
WithDashboardUID adds the dashboardUID to the star dashboard by UID params
func (*StarDashboardByUIDParams) WithDefaults ¶
func (o *StarDashboardByUIDParams) WithDefaults() *StarDashboardByUIDParams
WithDefaults hydrates default values in the star dashboard by UID params (not the query body).
All values with no default are reset to their zero value.
func (*StarDashboardByUIDParams) WithHTTPClient ¶
func (o *StarDashboardByUIDParams) WithHTTPClient(client *http.Client) *StarDashboardByUIDParams
WithHTTPClient adds the HTTPClient to the star dashboard by UID params
func (*StarDashboardByUIDParams) WithTimeout ¶
func (o *StarDashboardByUIDParams) WithTimeout(timeout time.Duration) *StarDashboardByUIDParams
WithTimeout adds the timeout to the star dashboard by UID params
func (*StarDashboardByUIDParams) WriteToRequest ¶
func (o *StarDashboardByUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StarDashboardByUIDReader ¶
type StarDashboardByUIDReader struct {
// contains filtered or unexported fields
}
StarDashboardByUIDReader is a Reader for the StarDashboardByUID structure.
func (*StarDashboardByUIDReader) ReadResponse ¶
func (o *StarDashboardByUIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StarDashboardByUIDUnauthorized ¶
type StarDashboardByUIDUnauthorized struct {
}StarDashboardByUIDUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewStarDashboardByUIDUnauthorized ¶
func NewStarDashboardByUIDUnauthorized() *StarDashboardByUIDUnauthorized
NewStarDashboardByUIDUnauthorized creates a StarDashboardByUIDUnauthorized with default headers values
func (*StarDashboardByUIDUnauthorized) Code ¶
func (o *StarDashboardByUIDUnauthorized) Code() int
Code gets the status code for the star dashboard by Uid unauthorized response
func (*StarDashboardByUIDUnauthorized) Error ¶
func (o *StarDashboardByUIDUnauthorized) Error() string
func (*StarDashboardByUIDUnauthorized) GetPayload ¶
func (o *StarDashboardByUIDUnauthorized) GetPayload() *models.ErrorResponseBody
func (*StarDashboardByUIDUnauthorized) IsClientError ¶
func (o *StarDashboardByUIDUnauthorized) IsClientError() bool
IsClientError returns true when this star dashboard by Uid unauthorized response has a 4xx status code
func (*StarDashboardByUIDUnauthorized) IsCode ¶
func (o *StarDashboardByUIDUnauthorized) IsCode(code int) bool
IsCode returns true when this star dashboard by Uid unauthorized response a status code equal to that given
func (*StarDashboardByUIDUnauthorized) IsRedirect ¶
func (o *StarDashboardByUIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this star dashboard by Uid unauthorized response has a 3xx status code
func (*StarDashboardByUIDUnauthorized) IsServerError ¶
func (o *StarDashboardByUIDUnauthorized) IsServerError() bool
IsServerError returns true when this star dashboard by Uid unauthorized response has a 5xx status code
func (*StarDashboardByUIDUnauthorized) IsSuccess ¶
func (o *StarDashboardByUIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this star dashboard by Uid unauthorized response has a 2xx status code
func (*StarDashboardByUIDUnauthorized) String ¶
func (o *StarDashboardByUIDUnauthorized) String() string
type StarDashboardForbidden ¶
type StarDashboardForbidden struct {
Payload *models.ErrorResponseBody
}
StarDashboardForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewStarDashboardForbidden ¶
func NewStarDashboardForbidden() *StarDashboardForbidden
NewStarDashboardForbidden creates a StarDashboardForbidden with default headers values
func (*StarDashboardForbidden) Code ¶
func (o *StarDashboardForbidden) Code() int
Code gets the status code for the star dashboard forbidden response
func (*StarDashboardForbidden) Error ¶
func (o *StarDashboardForbidden) Error() string
func (*StarDashboardForbidden) GetPayload ¶
func (o *StarDashboardForbidden) GetPayload() *models.ErrorResponseBody
func (*StarDashboardForbidden) IsClientError ¶
func (o *StarDashboardForbidden) IsClientError() bool
IsClientError returns true when this star dashboard forbidden response has a 4xx status code
func (*StarDashboardForbidden) IsCode ¶
func (o *StarDashboardForbidden) IsCode(code int) bool
IsCode returns true when this star dashboard forbidden response a status code equal to that given
func (*StarDashboardForbidden) IsRedirect ¶
func (o *StarDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this star dashboard forbidden response has a 3xx status code
func (*StarDashboardForbidden) IsServerError ¶
func (o *StarDashboardForbidden) IsServerError() bool
IsServerError returns true when this star dashboard forbidden response has a 5xx status code
func (*StarDashboardForbidden) IsSuccess ¶
func (o *StarDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this star dashboard forbidden response has a 2xx status code
func (*StarDashboardForbidden) String ¶
func (o *StarDashboardForbidden) String() string
type StarDashboardInternalServerError ¶
type StarDashboardInternalServerError struct {
Payload *models.ErrorResponseBody
}
StarDashboardInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewStarDashboardInternalServerError ¶
func NewStarDashboardInternalServerError() *StarDashboardInternalServerError
NewStarDashboardInternalServerError creates a StarDashboardInternalServerError with default headers values
func (*StarDashboardInternalServerError) Code ¶
func (o *StarDashboardInternalServerError) Code() int
Code gets the status code for the star dashboard internal server error response
func (*StarDashboardInternalServerError) Error ¶
func (o *StarDashboardInternalServerError) Error() string
func (*StarDashboardInternalServerError) GetPayload ¶
func (o *StarDashboardInternalServerError) GetPayload() *models.ErrorResponseBody
func (*StarDashboardInternalServerError) IsClientError ¶
func (o *StarDashboardInternalServerError) IsClientError() bool
IsClientError returns true when this star dashboard internal server error response has a 4xx status code
func (*StarDashboardInternalServerError) IsCode ¶
func (o *StarDashboardInternalServerError) IsCode(code int) bool
IsCode returns true when this star dashboard internal server error response a status code equal to that given
func (*StarDashboardInternalServerError) IsRedirect ¶
func (o *StarDashboardInternalServerError) IsRedirect() bool
IsRedirect returns true when this star dashboard internal server error response has a 3xx status code
func (*StarDashboardInternalServerError) IsServerError ¶
func (o *StarDashboardInternalServerError) IsServerError() bool
IsServerError returns true when this star dashboard internal server error response has a 5xx status code
func (*StarDashboardInternalServerError) IsSuccess ¶
func (o *StarDashboardInternalServerError) IsSuccess() bool
IsSuccess returns true when this star dashboard internal server error response has a 2xx status code
func (*StarDashboardInternalServerError) String ¶
func (o *StarDashboardInternalServerError) String() string
type StarDashboardOK ¶
type StarDashboardOK struct {
Payload *models.SuccessResponseBody
}
StarDashboardOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewStarDashboardOK ¶
func NewStarDashboardOK() *StarDashboardOK
NewStarDashboardOK creates a StarDashboardOK with default headers values
func (*StarDashboardOK) Code ¶
func (o *StarDashboardOK) Code() int
Code gets the status code for the star dashboard Ok response
func (*StarDashboardOK) Error ¶
func (o *StarDashboardOK) Error() string
func (*StarDashboardOK) GetPayload ¶
func (o *StarDashboardOK) GetPayload() *models.SuccessResponseBody
func (*StarDashboardOK) IsClientError ¶
func (o *StarDashboardOK) IsClientError() bool
IsClientError returns true when this star dashboard Ok response has a 4xx status code
func (*StarDashboardOK) IsCode ¶
func (o *StarDashboardOK) IsCode(code int) bool
IsCode returns true when this star dashboard Ok response a status code equal to that given
func (*StarDashboardOK) IsRedirect ¶
func (o *StarDashboardOK) IsRedirect() bool
IsRedirect returns true when this star dashboard Ok response has a 3xx status code
func (*StarDashboardOK) IsServerError ¶
func (o *StarDashboardOK) IsServerError() bool
IsServerError returns true when this star dashboard Ok response has a 5xx status code
func (*StarDashboardOK) IsSuccess ¶
func (o *StarDashboardOK) IsSuccess() bool
IsSuccess returns true when this star dashboard Ok response has a 2xx status code
func (*StarDashboardOK) String ¶
func (o *StarDashboardOK) String() string
type StarDashboardParams ¶
type StarDashboardParams struct { // DashboardID. DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StarDashboardParams contains all the parameters to send to the API endpoint
for the star dashboard operation. Typically these are written to a http.Request.
func NewStarDashboardParams ¶
func NewStarDashboardParams() *StarDashboardParams
NewStarDashboardParams creates a new StarDashboardParams 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 NewStarDashboardParamsWithContext ¶
func NewStarDashboardParamsWithContext(ctx context.Context) *StarDashboardParams
NewStarDashboardParamsWithContext creates a new StarDashboardParams object with the ability to set a context for a request.
func NewStarDashboardParamsWithHTTPClient ¶
func NewStarDashboardParamsWithHTTPClient(client *http.Client) *StarDashboardParams
NewStarDashboardParamsWithHTTPClient creates a new StarDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewStarDashboardParamsWithTimeout ¶
func NewStarDashboardParamsWithTimeout(timeout time.Duration) *StarDashboardParams
NewStarDashboardParamsWithTimeout creates a new StarDashboardParams object with the ability to set a timeout on a request.
func (*StarDashboardParams) SetContext ¶
func (o *StarDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the star dashboard params
func (*StarDashboardParams) SetDashboardID ¶
func (o *StarDashboardParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the star dashboard params
func (*StarDashboardParams) SetDefaults ¶
func (o *StarDashboardParams) SetDefaults()
SetDefaults hydrates default values in the star dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*StarDashboardParams) SetHTTPClient ¶
func (o *StarDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the star dashboard params
func (*StarDashboardParams) SetTimeout ¶
func (o *StarDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the star dashboard params
func (*StarDashboardParams) WithContext ¶
func (o *StarDashboardParams) WithContext(ctx context.Context) *StarDashboardParams
WithContext adds the context to the star dashboard params
func (*StarDashboardParams) WithDashboardID ¶
func (o *StarDashboardParams) WithDashboardID(dashboardID string) *StarDashboardParams
WithDashboardID adds the dashboardID to the star dashboard params
func (*StarDashboardParams) WithDefaults ¶
func (o *StarDashboardParams) WithDefaults() *StarDashboardParams
WithDefaults hydrates default values in the star dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*StarDashboardParams) WithHTTPClient ¶
func (o *StarDashboardParams) WithHTTPClient(client *http.Client) *StarDashboardParams
WithHTTPClient adds the HTTPClient to the star dashboard params
func (*StarDashboardParams) WithTimeout ¶
func (o *StarDashboardParams) WithTimeout(timeout time.Duration) *StarDashboardParams
WithTimeout adds the timeout to the star dashboard params
func (*StarDashboardParams) WriteToRequest ¶
func (o *StarDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StarDashboardReader ¶
type StarDashboardReader struct {
// contains filtered or unexported fields
}
StarDashboardReader is a Reader for the StarDashboard structure.
func (*StarDashboardReader) ReadResponse ¶
func (o *StarDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StarDashboardUnauthorized ¶
type StarDashboardUnauthorized struct {
}StarDashboardUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewStarDashboardUnauthorized ¶
func NewStarDashboardUnauthorized() *StarDashboardUnauthorized
NewStarDashboardUnauthorized creates a StarDashboardUnauthorized with default headers values
func (*StarDashboardUnauthorized) Code ¶
func (o *StarDashboardUnauthorized) Code() int
Code gets the status code for the star dashboard unauthorized response
func (*StarDashboardUnauthorized) Error ¶
func (o *StarDashboardUnauthorized) Error() string
func (*StarDashboardUnauthorized) GetPayload ¶
func (o *StarDashboardUnauthorized) GetPayload() *models.ErrorResponseBody
func (*StarDashboardUnauthorized) IsClientError ¶
func (o *StarDashboardUnauthorized) IsClientError() bool
IsClientError returns true when this star dashboard unauthorized response has a 4xx status code
func (*StarDashboardUnauthorized) IsCode ¶
func (o *StarDashboardUnauthorized) IsCode(code int) bool
IsCode returns true when this star dashboard unauthorized response a status code equal to that given
func (*StarDashboardUnauthorized) IsRedirect ¶
func (o *StarDashboardUnauthorized) IsRedirect() bool
IsRedirect returns true when this star dashboard unauthorized response has a 3xx status code
func (*StarDashboardUnauthorized) IsServerError ¶
func (o *StarDashboardUnauthorized) IsServerError() bool
IsServerError returns true when this star dashboard unauthorized response has a 5xx status code
func (*StarDashboardUnauthorized) IsSuccess ¶
func (o *StarDashboardUnauthorized) IsSuccess() bool
IsSuccess returns true when this star dashboard unauthorized response has a 2xx status code
func (*StarDashboardUnauthorized) String ¶
func (o *StarDashboardUnauthorized) String() string
type UnstarDashboardBadRequest ¶
type UnstarDashboardBadRequest struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewUnstarDashboardBadRequest ¶
func NewUnstarDashboardBadRequest() *UnstarDashboardBadRequest
NewUnstarDashboardBadRequest creates a UnstarDashboardBadRequest with default headers values
func (*UnstarDashboardBadRequest) Code ¶
func (o *UnstarDashboardBadRequest) Code() int
Code gets the status code for the unstar dashboard bad request response
func (*UnstarDashboardBadRequest) Error ¶
func (o *UnstarDashboardBadRequest) Error() string
func (*UnstarDashboardBadRequest) GetPayload ¶
func (o *UnstarDashboardBadRequest) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardBadRequest) IsClientError ¶
func (o *UnstarDashboardBadRequest) IsClientError() bool
IsClientError returns true when this unstar dashboard bad request response has a 4xx status code
func (*UnstarDashboardBadRequest) IsCode ¶
func (o *UnstarDashboardBadRequest) IsCode(code int) bool
IsCode returns true when this unstar dashboard bad request response a status code equal to that given
func (*UnstarDashboardBadRequest) IsRedirect ¶
func (o *UnstarDashboardBadRequest) IsRedirect() bool
IsRedirect returns true when this unstar dashboard bad request response has a 3xx status code
func (*UnstarDashboardBadRequest) IsServerError ¶
func (o *UnstarDashboardBadRequest) IsServerError() bool
IsServerError returns true when this unstar dashboard bad request response has a 5xx status code
func (*UnstarDashboardBadRequest) IsSuccess ¶
func (o *UnstarDashboardBadRequest) IsSuccess() bool
IsSuccess returns true when this unstar dashboard bad request response has a 2xx status code
func (*UnstarDashboardBadRequest) String ¶
func (o *UnstarDashboardBadRequest) String() string
type UnstarDashboardByUIDBadRequest ¶
type UnstarDashboardByUIDBadRequest struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardByUIDBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewUnstarDashboardByUIDBadRequest ¶
func NewUnstarDashboardByUIDBadRequest() *UnstarDashboardByUIDBadRequest
NewUnstarDashboardByUIDBadRequest creates a UnstarDashboardByUIDBadRequest with default headers values
func (*UnstarDashboardByUIDBadRequest) Code ¶
func (o *UnstarDashboardByUIDBadRequest) Code() int
Code gets the status code for the unstar dashboard by Uid bad request response
func (*UnstarDashboardByUIDBadRequest) Error ¶
func (o *UnstarDashboardByUIDBadRequest) Error() string
func (*UnstarDashboardByUIDBadRequest) GetPayload ¶
func (o *UnstarDashboardByUIDBadRequest) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardByUIDBadRequest) IsClientError ¶
func (o *UnstarDashboardByUIDBadRequest) IsClientError() bool
IsClientError returns true when this unstar dashboard by Uid bad request response has a 4xx status code
func (*UnstarDashboardByUIDBadRequest) IsCode ¶
func (o *UnstarDashboardByUIDBadRequest) IsCode(code int) bool
IsCode returns true when this unstar dashboard by Uid bad request response a status code equal to that given
func (*UnstarDashboardByUIDBadRequest) IsRedirect ¶
func (o *UnstarDashboardByUIDBadRequest) IsRedirect() bool
IsRedirect returns true when this unstar dashboard by Uid bad request response has a 3xx status code
func (*UnstarDashboardByUIDBadRequest) IsServerError ¶
func (o *UnstarDashboardByUIDBadRequest) IsServerError() bool
IsServerError returns true when this unstar dashboard by Uid bad request response has a 5xx status code
func (*UnstarDashboardByUIDBadRequest) IsSuccess ¶
func (o *UnstarDashboardByUIDBadRequest) IsSuccess() bool
IsSuccess returns true when this unstar dashboard by Uid bad request response has a 2xx status code
func (*UnstarDashboardByUIDBadRequest) String ¶
func (o *UnstarDashboardByUIDBadRequest) String() string
type UnstarDashboardByUIDForbidden ¶
type UnstarDashboardByUIDForbidden struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardByUIDForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewUnstarDashboardByUIDForbidden ¶
func NewUnstarDashboardByUIDForbidden() *UnstarDashboardByUIDForbidden
NewUnstarDashboardByUIDForbidden creates a UnstarDashboardByUIDForbidden with default headers values
func (*UnstarDashboardByUIDForbidden) Code ¶
func (o *UnstarDashboardByUIDForbidden) Code() int
Code gets the status code for the unstar dashboard by Uid forbidden response
func (*UnstarDashboardByUIDForbidden) Error ¶
func (o *UnstarDashboardByUIDForbidden) Error() string
func (*UnstarDashboardByUIDForbidden) GetPayload ¶
func (o *UnstarDashboardByUIDForbidden) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardByUIDForbidden) IsClientError ¶
func (o *UnstarDashboardByUIDForbidden) IsClientError() bool
IsClientError returns true when this unstar dashboard by Uid forbidden response has a 4xx status code
func (*UnstarDashboardByUIDForbidden) IsCode ¶
func (o *UnstarDashboardByUIDForbidden) IsCode(code int) bool
IsCode returns true when this unstar dashboard by Uid forbidden response a status code equal to that given
func (*UnstarDashboardByUIDForbidden) IsRedirect ¶
func (o *UnstarDashboardByUIDForbidden) IsRedirect() bool
IsRedirect returns true when this unstar dashboard by Uid forbidden response has a 3xx status code
func (*UnstarDashboardByUIDForbidden) IsServerError ¶
func (o *UnstarDashboardByUIDForbidden) IsServerError() bool
IsServerError returns true when this unstar dashboard by Uid forbidden response has a 5xx status code
func (*UnstarDashboardByUIDForbidden) IsSuccess ¶
func (o *UnstarDashboardByUIDForbidden) IsSuccess() bool
IsSuccess returns true when this unstar dashboard by Uid forbidden response has a 2xx status code
func (*UnstarDashboardByUIDForbidden) String ¶
func (o *UnstarDashboardByUIDForbidden) String() string
type UnstarDashboardByUIDInternalServerError ¶
type UnstarDashboardByUIDInternalServerError struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardByUIDInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewUnstarDashboardByUIDInternalServerError ¶
func NewUnstarDashboardByUIDInternalServerError() *UnstarDashboardByUIDInternalServerError
NewUnstarDashboardByUIDInternalServerError creates a UnstarDashboardByUIDInternalServerError with default headers values
func (*UnstarDashboardByUIDInternalServerError) Code ¶
func (o *UnstarDashboardByUIDInternalServerError) Code() int
Code gets the status code for the unstar dashboard by Uid internal server error response
func (*UnstarDashboardByUIDInternalServerError) Error ¶
func (o *UnstarDashboardByUIDInternalServerError) Error() string
func (*UnstarDashboardByUIDInternalServerError) GetPayload ¶
func (o *UnstarDashboardByUIDInternalServerError) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardByUIDInternalServerError) IsClientError ¶
func (o *UnstarDashboardByUIDInternalServerError) IsClientError() bool
IsClientError returns true when this unstar dashboard by Uid internal server error response has a 4xx status code
func (*UnstarDashboardByUIDInternalServerError) IsCode ¶
func (o *UnstarDashboardByUIDInternalServerError) IsCode(code int) bool
IsCode returns true when this unstar dashboard by Uid internal server error response a status code equal to that given
func (*UnstarDashboardByUIDInternalServerError) IsRedirect ¶
func (o *UnstarDashboardByUIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this unstar dashboard by Uid internal server error response has a 3xx status code
func (*UnstarDashboardByUIDInternalServerError) IsServerError ¶
func (o *UnstarDashboardByUIDInternalServerError) IsServerError() bool
IsServerError returns true when this unstar dashboard by Uid internal server error response has a 5xx status code
func (*UnstarDashboardByUIDInternalServerError) IsSuccess ¶
func (o *UnstarDashboardByUIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this unstar dashboard by Uid internal server error response has a 2xx status code
func (*UnstarDashboardByUIDInternalServerError) String ¶
func (o *UnstarDashboardByUIDInternalServerError) String() string
type UnstarDashboardByUIDOK ¶
type UnstarDashboardByUIDOK struct {
Payload *models.SuccessResponseBody
}
UnstarDashboardByUIDOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewUnstarDashboardByUIDOK ¶
func NewUnstarDashboardByUIDOK() *UnstarDashboardByUIDOK
NewUnstarDashboardByUIDOK creates a UnstarDashboardByUIDOK with default headers values
func (*UnstarDashboardByUIDOK) Code ¶
func (o *UnstarDashboardByUIDOK) Code() int
Code gets the status code for the unstar dashboard by Uid Ok response
func (*UnstarDashboardByUIDOK) Error ¶
func (o *UnstarDashboardByUIDOK) Error() string
func (*UnstarDashboardByUIDOK) GetPayload ¶
func (o *UnstarDashboardByUIDOK) GetPayload() *models.SuccessResponseBody
func (*UnstarDashboardByUIDOK) IsClientError ¶
func (o *UnstarDashboardByUIDOK) IsClientError() bool
IsClientError returns true when this unstar dashboard by Uid Ok response has a 4xx status code
func (*UnstarDashboardByUIDOK) IsCode ¶
func (o *UnstarDashboardByUIDOK) IsCode(code int) bool
IsCode returns true when this unstar dashboard by Uid Ok response a status code equal to that given
func (*UnstarDashboardByUIDOK) IsRedirect ¶
func (o *UnstarDashboardByUIDOK) IsRedirect() bool
IsRedirect returns true when this unstar dashboard by Uid Ok response has a 3xx status code
func (*UnstarDashboardByUIDOK) IsServerError ¶
func (o *UnstarDashboardByUIDOK) IsServerError() bool
IsServerError returns true when this unstar dashboard by Uid Ok response has a 5xx status code
func (*UnstarDashboardByUIDOK) IsSuccess ¶
func (o *UnstarDashboardByUIDOK) IsSuccess() bool
IsSuccess returns true when this unstar dashboard by Uid Ok response has a 2xx status code
func (*UnstarDashboardByUIDOK) String ¶
func (o *UnstarDashboardByUIDOK) String() string
type UnstarDashboardByUIDParams ¶
type UnstarDashboardByUIDParams struct { // DashboardUID. DashboardUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnstarDashboardByUIDParams contains all the parameters to send to the API endpoint
for the unstar dashboard by UID operation. Typically these are written to a http.Request.
func NewUnstarDashboardByUIDParams ¶
func NewUnstarDashboardByUIDParams() *UnstarDashboardByUIDParams
NewUnstarDashboardByUIDParams creates a new UnstarDashboardByUIDParams 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 NewUnstarDashboardByUIDParamsWithContext ¶
func NewUnstarDashboardByUIDParamsWithContext(ctx context.Context) *UnstarDashboardByUIDParams
NewUnstarDashboardByUIDParamsWithContext creates a new UnstarDashboardByUIDParams object with the ability to set a context for a request.
func NewUnstarDashboardByUIDParamsWithHTTPClient ¶
func NewUnstarDashboardByUIDParamsWithHTTPClient(client *http.Client) *UnstarDashboardByUIDParams
NewUnstarDashboardByUIDParamsWithHTTPClient creates a new UnstarDashboardByUIDParams object with the ability to set a custom HTTPClient for a request.
func NewUnstarDashboardByUIDParamsWithTimeout ¶
func NewUnstarDashboardByUIDParamsWithTimeout(timeout time.Duration) *UnstarDashboardByUIDParams
NewUnstarDashboardByUIDParamsWithTimeout creates a new UnstarDashboardByUIDParams object with the ability to set a timeout on a request.
func (*UnstarDashboardByUIDParams) SetContext ¶
func (o *UnstarDashboardByUIDParams) SetContext(ctx context.Context)
SetContext adds the context to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) SetDashboardUID ¶
func (o *UnstarDashboardByUIDParams) SetDashboardUID(dashboardUID string)
SetDashboardUID adds the dashboardUid to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) SetDefaults ¶
func (o *UnstarDashboardByUIDParams) SetDefaults()
SetDefaults hydrates default values in the unstar dashboard by UID params (not the query body).
All values with no default are reset to their zero value.
func (*UnstarDashboardByUIDParams) SetHTTPClient ¶
func (o *UnstarDashboardByUIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) SetTimeout ¶
func (o *UnstarDashboardByUIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) WithContext ¶
func (o *UnstarDashboardByUIDParams) WithContext(ctx context.Context) *UnstarDashboardByUIDParams
WithContext adds the context to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) WithDashboardUID ¶
func (o *UnstarDashboardByUIDParams) WithDashboardUID(dashboardUID string) *UnstarDashboardByUIDParams
WithDashboardUID adds the dashboardUID to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) WithDefaults ¶
func (o *UnstarDashboardByUIDParams) WithDefaults() *UnstarDashboardByUIDParams
WithDefaults hydrates default values in the unstar dashboard by UID params (not the query body).
All values with no default are reset to their zero value.
func (*UnstarDashboardByUIDParams) WithHTTPClient ¶
func (o *UnstarDashboardByUIDParams) WithHTTPClient(client *http.Client) *UnstarDashboardByUIDParams
WithHTTPClient adds the HTTPClient to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) WithTimeout ¶
func (o *UnstarDashboardByUIDParams) WithTimeout(timeout time.Duration) *UnstarDashboardByUIDParams
WithTimeout adds the timeout to the unstar dashboard by UID params
func (*UnstarDashboardByUIDParams) WriteToRequest ¶
func (o *UnstarDashboardByUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnstarDashboardByUIDReader ¶
type UnstarDashboardByUIDReader struct {
// contains filtered or unexported fields
}
UnstarDashboardByUIDReader is a Reader for the UnstarDashboardByUID structure.
func (*UnstarDashboardByUIDReader) ReadResponse ¶
func (o *UnstarDashboardByUIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnstarDashboardByUIDUnauthorized ¶
type UnstarDashboardByUIDUnauthorized struct {
}UnstarDashboardByUIDUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewUnstarDashboardByUIDUnauthorized ¶
func NewUnstarDashboardByUIDUnauthorized() *UnstarDashboardByUIDUnauthorized
NewUnstarDashboardByUIDUnauthorized creates a UnstarDashboardByUIDUnauthorized with default headers values
func (*UnstarDashboardByUIDUnauthorized) Code ¶
func (o *UnstarDashboardByUIDUnauthorized) Code() int
Code gets the status code for the unstar dashboard by Uid unauthorized response
func (*UnstarDashboardByUIDUnauthorized) Error ¶
func (o *UnstarDashboardByUIDUnauthorized) Error() string
func (*UnstarDashboardByUIDUnauthorized) GetPayload ¶
func (o *UnstarDashboardByUIDUnauthorized) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardByUIDUnauthorized) IsClientError ¶
func (o *UnstarDashboardByUIDUnauthorized) IsClientError() bool
IsClientError returns true when this unstar dashboard by Uid unauthorized response has a 4xx status code
func (*UnstarDashboardByUIDUnauthorized) IsCode ¶
func (o *UnstarDashboardByUIDUnauthorized) IsCode(code int) bool
IsCode returns true when this unstar dashboard by Uid unauthorized response a status code equal to that given
func (*UnstarDashboardByUIDUnauthorized) IsRedirect ¶
func (o *UnstarDashboardByUIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this unstar dashboard by Uid unauthorized response has a 3xx status code
func (*UnstarDashboardByUIDUnauthorized) IsServerError ¶
func (o *UnstarDashboardByUIDUnauthorized) IsServerError() bool
IsServerError returns true when this unstar dashboard by Uid unauthorized response has a 5xx status code
func (*UnstarDashboardByUIDUnauthorized) IsSuccess ¶
func (o *UnstarDashboardByUIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this unstar dashboard by Uid unauthorized response has a 2xx status code
func (*UnstarDashboardByUIDUnauthorized) String ¶
func (o *UnstarDashboardByUIDUnauthorized) String() string
type UnstarDashboardForbidden ¶
type UnstarDashboardForbidden struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewUnstarDashboardForbidden ¶
func NewUnstarDashboardForbidden() *UnstarDashboardForbidden
NewUnstarDashboardForbidden creates a UnstarDashboardForbidden with default headers values
func (*UnstarDashboardForbidden) Code ¶
func (o *UnstarDashboardForbidden) Code() int
Code gets the status code for the unstar dashboard forbidden response
func (*UnstarDashboardForbidden) Error ¶
func (o *UnstarDashboardForbidden) Error() string
func (*UnstarDashboardForbidden) GetPayload ¶
func (o *UnstarDashboardForbidden) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardForbidden) IsClientError ¶
func (o *UnstarDashboardForbidden) IsClientError() bool
IsClientError returns true when this unstar dashboard forbidden response has a 4xx status code
func (*UnstarDashboardForbidden) IsCode ¶
func (o *UnstarDashboardForbidden) IsCode(code int) bool
IsCode returns true when this unstar dashboard forbidden response a status code equal to that given
func (*UnstarDashboardForbidden) IsRedirect ¶
func (o *UnstarDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this unstar dashboard forbidden response has a 3xx status code
func (*UnstarDashboardForbidden) IsServerError ¶
func (o *UnstarDashboardForbidden) IsServerError() bool
IsServerError returns true when this unstar dashboard forbidden response has a 5xx status code
func (*UnstarDashboardForbidden) IsSuccess ¶
func (o *UnstarDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this unstar dashboard forbidden response has a 2xx status code
func (*UnstarDashboardForbidden) String ¶
func (o *UnstarDashboardForbidden) String() string
type UnstarDashboardInternalServerError ¶
type UnstarDashboardInternalServerError struct {
Payload *models.ErrorResponseBody
}
UnstarDashboardInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewUnstarDashboardInternalServerError ¶
func NewUnstarDashboardInternalServerError() *UnstarDashboardInternalServerError
NewUnstarDashboardInternalServerError creates a UnstarDashboardInternalServerError with default headers values
func (*UnstarDashboardInternalServerError) Code ¶
func (o *UnstarDashboardInternalServerError) Code() int
Code gets the status code for the unstar dashboard internal server error response
func (*UnstarDashboardInternalServerError) Error ¶
func (o *UnstarDashboardInternalServerError) Error() string
func (*UnstarDashboardInternalServerError) GetPayload ¶
func (o *UnstarDashboardInternalServerError) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardInternalServerError) IsClientError ¶
func (o *UnstarDashboardInternalServerError) IsClientError() bool
IsClientError returns true when this unstar dashboard internal server error response has a 4xx status code
func (*UnstarDashboardInternalServerError) IsCode ¶
func (o *UnstarDashboardInternalServerError) IsCode(code int) bool
IsCode returns true when this unstar dashboard internal server error response a status code equal to that given
func (*UnstarDashboardInternalServerError) IsRedirect ¶
func (o *UnstarDashboardInternalServerError) IsRedirect() bool
IsRedirect returns true when this unstar dashboard internal server error response has a 3xx status code
func (*UnstarDashboardInternalServerError) IsServerError ¶
func (o *UnstarDashboardInternalServerError) IsServerError() bool
IsServerError returns true when this unstar dashboard internal server error response has a 5xx status code
func (*UnstarDashboardInternalServerError) IsSuccess ¶
func (o *UnstarDashboardInternalServerError) IsSuccess() bool
IsSuccess returns true when this unstar dashboard internal server error response has a 2xx status code
func (*UnstarDashboardInternalServerError) String ¶
func (o *UnstarDashboardInternalServerError) String() string
type UnstarDashboardOK ¶
type UnstarDashboardOK struct {
Payload *models.SuccessResponseBody
}
UnstarDashboardOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewUnstarDashboardOK ¶
func NewUnstarDashboardOK() *UnstarDashboardOK
NewUnstarDashboardOK creates a UnstarDashboardOK with default headers values
func (*UnstarDashboardOK) Code ¶
func (o *UnstarDashboardOK) Code() int
Code gets the status code for the unstar dashboard Ok response
func (*UnstarDashboardOK) Error ¶
func (o *UnstarDashboardOK) Error() string
func (*UnstarDashboardOK) GetPayload ¶
func (o *UnstarDashboardOK) GetPayload() *models.SuccessResponseBody
func (*UnstarDashboardOK) IsClientError ¶
func (o *UnstarDashboardOK) IsClientError() bool
IsClientError returns true when this unstar dashboard Ok response has a 4xx status code
func (*UnstarDashboardOK) IsCode ¶
func (o *UnstarDashboardOK) IsCode(code int) bool
IsCode returns true when this unstar dashboard Ok response a status code equal to that given
func (*UnstarDashboardOK) IsRedirect ¶
func (o *UnstarDashboardOK) IsRedirect() bool
IsRedirect returns true when this unstar dashboard Ok response has a 3xx status code
func (*UnstarDashboardOK) IsServerError ¶
func (o *UnstarDashboardOK) IsServerError() bool
IsServerError returns true when this unstar dashboard Ok response has a 5xx status code
func (*UnstarDashboardOK) IsSuccess ¶
func (o *UnstarDashboardOK) IsSuccess() bool
IsSuccess returns true when this unstar dashboard Ok response has a 2xx status code
func (*UnstarDashboardOK) String ¶
func (o *UnstarDashboardOK) String() string
type UnstarDashboardParams ¶
type UnstarDashboardParams struct { // DashboardID. DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnstarDashboardParams contains all the parameters to send to the API endpoint
for the unstar dashboard operation. Typically these are written to a http.Request.
func NewUnstarDashboardParams ¶
func NewUnstarDashboardParams() *UnstarDashboardParams
NewUnstarDashboardParams creates a new UnstarDashboardParams 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 NewUnstarDashboardParamsWithContext ¶
func NewUnstarDashboardParamsWithContext(ctx context.Context) *UnstarDashboardParams
NewUnstarDashboardParamsWithContext creates a new UnstarDashboardParams object with the ability to set a context for a request.
func NewUnstarDashboardParamsWithHTTPClient ¶
func NewUnstarDashboardParamsWithHTTPClient(client *http.Client) *UnstarDashboardParams
NewUnstarDashboardParamsWithHTTPClient creates a new UnstarDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewUnstarDashboardParamsWithTimeout ¶
func NewUnstarDashboardParamsWithTimeout(timeout time.Duration) *UnstarDashboardParams
NewUnstarDashboardParamsWithTimeout creates a new UnstarDashboardParams object with the ability to set a timeout on a request.
func (*UnstarDashboardParams) SetContext ¶
func (o *UnstarDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the unstar dashboard params
func (*UnstarDashboardParams) SetDashboardID ¶
func (o *UnstarDashboardParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the unstar dashboard params
func (*UnstarDashboardParams) SetDefaults ¶
func (o *UnstarDashboardParams) SetDefaults()
SetDefaults hydrates default values in the unstar dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UnstarDashboardParams) SetHTTPClient ¶
func (o *UnstarDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unstar dashboard params
func (*UnstarDashboardParams) SetTimeout ¶
func (o *UnstarDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unstar dashboard params
func (*UnstarDashboardParams) WithContext ¶
func (o *UnstarDashboardParams) WithContext(ctx context.Context) *UnstarDashboardParams
WithContext adds the context to the unstar dashboard params
func (*UnstarDashboardParams) WithDashboardID ¶
func (o *UnstarDashboardParams) WithDashboardID(dashboardID string) *UnstarDashboardParams
WithDashboardID adds the dashboardID to the unstar dashboard params
func (*UnstarDashboardParams) WithDefaults ¶
func (o *UnstarDashboardParams) WithDefaults() *UnstarDashboardParams
WithDefaults hydrates default values in the unstar dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UnstarDashboardParams) WithHTTPClient ¶
func (o *UnstarDashboardParams) WithHTTPClient(client *http.Client) *UnstarDashboardParams
WithHTTPClient adds the HTTPClient to the unstar dashboard params
func (*UnstarDashboardParams) WithTimeout ¶
func (o *UnstarDashboardParams) WithTimeout(timeout time.Duration) *UnstarDashboardParams
WithTimeout adds the timeout to the unstar dashboard params
func (*UnstarDashboardParams) WriteToRequest ¶
func (o *UnstarDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnstarDashboardReader ¶
type UnstarDashboardReader struct {
// contains filtered or unexported fields
}
UnstarDashboardReader is a Reader for the UnstarDashboard structure.
func (*UnstarDashboardReader) ReadResponse ¶
func (o *UnstarDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnstarDashboardUnauthorized ¶
type UnstarDashboardUnauthorized struct {
}UnstarDashboardUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewUnstarDashboardUnauthorized ¶
func NewUnstarDashboardUnauthorized() *UnstarDashboardUnauthorized
NewUnstarDashboardUnauthorized creates a UnstarDashboardUnauthorized with default headers values
func (*UnstarDashboardUnauthorized) Code ¶
func (o *UnstarDashboardUnauthorized) Code() int
Code gets the status code for the unstar dashboard unauthorized response
func (*UnstarDashboardUnauthorized) Error ¶
func (o *UnstarDashboardUnauthorized) Error() string
func (*UnstarDashboardUnauthorized) GetPayload ¶
func (o *UnstarDashboardUnauthorized) GetPayload() *models.ErrorResponseBody
func (*UnstarDashboardUnauthorized) IsClientError ¶
func (o *UnstarDashboardUnauthorized) IsClientError() bool
IsClientError returns true when this unstar dashboard unauthorized response has a 4xx status code
func (*UnstarDashboardUnauthorized) IsCode ¶
func (o *UnstarDashboardUnauthorized) IsCode(code int) bool
IsCode returns true when this unstar dashboard unauthorized response a status code equal to that given
func (*UnstarDashboardUnauthorized) IsRedirect ¶
func (o *UnstarDashboardUnauthorized) IsRedirect() bool
IsRedirect returns true when this unstar dashboard unauthorized response has a 3xx status code
func (*UnstarDashboardUnauthorized) IsServerError ¶
func (o *UnstarDashboardUnauthorized) IsServerError() bool
IsServerError returns true when this unstar dashboard unauthorized response has a 5xx status code
func (*UnstarDashboardUnauthorized) IsSuccess ¶
func (o *UnstarDashboardUnauthorized) IsSuccess() bool
IsSuccess returns true when this unstar dashboard unauthorized response has a 2xx status code
func (*UnstarDashboardUnauthorized) String ¶
func (o *UnstarDashboardUnauthorized) String() string
type UpdateSignedInUserConflict ¶
type UpdateSignedInUserConflict struct {
Payload *models.ErrorResponseBody
}
UpdateSignedInUserConflict describes a response with status code 409, with default header values.
ConflictError
func NewUpdateSignedInUserConflict ¶
func NewUpdateSignedInUserConflict() *UpdateSignedInUserConflict
NewUpdateSignedInUserConflict creates a UpdateSignedInUserConflict with default headers values
func (*UpdateSignedInUserConflict) Code ¶
func (o *UpdateSignedInUserConflict) Code() int
Code gets the status code for the update signed in user conflict response
func (*UpdateSignedInUserConflict) Error ¶
func (o *UpdateSignedInUserConflict) Error() string
func (*UpdateSignedInUserConflict) GetPayload ¶
func (o *UpdateSignedInUserConflict) GetPayload() *models.ErrorResponseBody
func (*UpdateSignedInUserConflict) IsClientError ¶
func (o *UpdateSignedInUserConflict) IsClientError() bool
IsClientError returns true when this update signed in user conflict response has a 4xx status code
func (*UpdateSignedInUserConflict) IsCode ¶
func (o *UpdateSignedInUserConflict) IsCode(code int) bool
IsCode returns true when this update signed in user conflict response a status code equal to that given
func (*UpdateSignedInUserConflict) IsRedirect ¶
func (o *UpdateSignedInUserConflict) IsRedirect() bool
IsRedirect returns true when this update signed in user conflict response has a 3xx status code
func (*UpdateSignedInUserConflict) IsServerError ¶
func (o *UpdateSignedInUserConflict) IsServerError() bool
IsServerError returns true when this update signed in user conflict response has a 5xx status code
func (*UpdateSignedInUserConflict) IsSuccess ¶
func (o *UpdateSignedInUserConflict) IsSuccess() bool
IsSuccess returns true when this update signed in user conflict response has a 2xx status code
func (*UpdateSignedInUserConflict) String ¶
func (o *UpdateSignedInUserConflict) String() string
type UpdateSignedInUserForbidden ¶
type UpdateSignedInUserForbidden struct {
Payload *models.ErrorResponseBody
}
UpdateSignedInUserForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewUpdateSignedInUserForbidden ¶
func NewUpdateSignedInUserForbidden() *UpdateSignedInUserForbidden
NewUpdateSignedInUserForbidden creates a UpdateSignedInUserForbidden with default headers values
func (*UpdateSignedInUserForbidden) Code ¶
func (o *UpdateSignedInUserForbidden) Code() int
Code gets the status code for the update signed in user forbidden response
func (*UpdateSignedInUserForbidden) Error ¶
func (o *UpdateSignedInUserForbidden) Error() string
func (*UpdateSignedInUserForbidden) GetPayload ¶
func (o *UpdateSignedInUserForbidden) GetPayload() *models.ErrorResponseBody
func (*UpdateSignedInUserForbidden) IsClientError ¶
func (o *UpdateSignedInUserForbidden) IsClientError() bool
IsClientError returns true when this update signed in user forbidden response has a 4xx status code
func (*UpdateSignedInUserForbidden) IsCode ¶
func (o *UpdateSignedInUserForbidden) IsCode(code int) bool
IsCode returns true when this update signed in user forbidden response a status code equal to that given
func (*UpdateSignedInUserForbidden) IsRedirect ¶
func (o *UpdateSignedInUserForbidden) IsRedirect() bool
IsRedirect returns true when this update signed in user forbidden response has a 3xx status code
func (*UpdateSignedInUserForbidden) IsServerError ¶
func (o *UpdateSignedInUserForbidden) IsServerError() bool
IsServerError returns true when this update signed in user forbidden response has a 5xx status code
func (*UpdateSignedInUserForbidden) IsSuccess ¶
func (o *UpdateSignedInUserForbidden) IsSuccess() bool
IsSuccess returns true when this update signed in user forbidden response has a 2xx status code
func (*UpdateSignedInUserForbidden) String ¶
func (o *UpdateSignedInUserForbidden) String() string
type UpdateSignedInUserInternalServerError ¶
type UpdateSignedInUserInternalServerError struct {
Payload *models.ErrorResponseBody
}
UpdateSignedInUserInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewUpdateSignedInUserInternalServerError ¶
func NewUpdateSignedInUserInternalServerError() *UpdateSignedInUserInternalServerError
NewUpdateSignedInUserInternalServerError creates a UpdateSignedInUserInternalServerError with default headers values
func (*UpdateSignedInUserInternalServerError) Code ¶
func (o *UpdateSignedInUserInternalServerError) Code() int
Code gets the status code for the update signed in user internal server error response
func (*UpdateSignedInUserInternalServerError) Error ¶
func (o *UpdateSignedInUserInternalServerError) Error() string
func (*UpdateSignedInUserInternalServerError) GetPayload ¶
func (o *UpdateSignedInUserInternalServerError) GetPayload() *models.ErrorResponseBody
func (*UpdateSignedInUserInternalServerError) IsClientError ¶
func (o *UpdateSignedInUserInternalServerError) IsClientError() bool
IsClientError returns true when this update signed in user internal server error response has a 4xx status code
func (*UpdateSignedInUserInternalServerError) IsCode ¶
func (o *UpdateSignedInUserInternalServerError) IsCode(code int) bool
IsCode returns true when this update signed in user internal server error response a status code equal to that given
func (*UpdateSignedInUserInternalServerError) IsRedirect ¶
func (o *UpdateSignedInUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this update signed in user internal server error response has a 3xx status code
func (*UpdateSignedInUserInternalServerError) IsServerError ¶
func (o *UpdateSignedInUserInternalServerError) IsServerError() bool
IsServerError returns true when this update signed in user internal server error response has a 5xx status code
func (*UpdateSignedInUserInternalServerError) IsSuccess ¶
func (o *UpdateSignedInUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this update signed in user internal server error response has a 2xx status code
func (*UpdateSignedInUserInternalServerError) String ¶
func (o *UpdateSignedInUserInternalServerError) String() string
type UpdateSignedInUserOK ¶
type UpdateSignedInUserOK struct {
Payload *models.SuccessResponseBody
}
UpdateSignedInUserOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewUpdateSignedInUserOK ¶
func NewUpdateSignedInUserOK() *UpdateSignedInUserOK
NewUpdateSignedInUserOK creates a UpdateSignedInUserOK with default headers values
func (*UpdateSignedInUserOK) Code ¶
func (o *UpdateSignedInUserOK) Code() int
Code gets the status code for the update signed in user Ok response
func (*UpdateSignedInUserOK) Error ¶
func (o *UpdateSignedInUserOK) Error() string
func (*UpdateSignedInUserOK) GetPayload ¶
func (o *UpdateSignedInUserOK) GetPayload() *models.SuccessResponseBody
func (*UpdateSignedInUserOK) IsClientError ¶
func (o *UpdateSignedInUserOK) IsClientError() bool
IsClientError returns true when this update signed in user Ok response has a 4xx status code
func (*UpdateSignedInUserOK) IsCode ¶
func (o *UpdateSignedInUserOK) IsCode(code int) bool
IsCode returns true when this update signed in user Ok response a status code equal to that given
func (*UpdateSignedInUserOK) IsRedirect ¶
func (o *UpdateSignedInUserOK) IsRedirect() bool
IsRedirect returns true when this update signed in user Ok response has a 3xx status code
func (*UpdateSignedInUserOK) IsServerError ¶
func (o *UpdateSignedInUserOK) IsServerError() bool
IsServerError returns true when this update signed in user Ok response has a 5xx status code
func (*UpdateSignedInUserOK) IsSuccess ¶
func (o *UpdateSignedInUserOK) IsSuccess() bool
IsSuccess returns true when this update signed in user Ok response has a 2xx status code
func (*UpdateSignedInUserOK) String ¶
func (o *UpdateSignedInUserOK) String() string
type UpdateSignedInUserParams ¶
type UpdateSignedInUserParams struct { /* Body. To change the email, name, login, theme, provide another one. */ Body *models.UpdateUserCommand Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSignedInUserParams contains all the parameters to send to the API endpoint
for the update signed in user operation. Typically these are written to a http.Request.
func NewUpdateSignedInUserParams ¶
func NewUpdateSignedInUserParams() *UpdateSignedInUserParams
NewUpdateSignedInUserParams creates a new UpdateSignedInUserParams 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 NewUpdateSignedInUserParamsWithContext ¶
func NewUpdateSignedInUserParamsWithContext(ctx context.Context) *UpdateSignedInUserParams
NewUpdateSignedInUserParamsWithContext creates a new UpdateSignedInUserParams object with the ability to set a context for a request.
func NewUpdateSignedInUserParamsWithHTTPClient ¶
func NewUpdateSignedInUserParamsWithHTTPClient(client *http.Client) *UpdateSignedInUserParams
NewUpdateSignedInUserParamsWithHTTPClient creates a new UpdateSignedInUserParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSignedInUserParamsWithTimeout ¶
func NewUpdateSignedInUserParamsWithTimeout(timeout time.Duration) *UpdateSignedInUserParams
NewUpdateSignedInUserParamsWithTimeout creates a new UpdateSignedInUserParams object with the ability to set a timeout on a request.
func (*UpdateSignedInUserParams) SetBody ¶
func (o *UpdateSignedInUserParams) SetBody(body *models.UpdateUserCommand)
SetBody adds the body to the update signed in user params
func (*UpdateSignedInUserParams) SetContext ¶
func (o *UpdateSignedInUserParams) SetContext(ctx context.Context)
SetContext adds the context to the update signed in user params
func (*UpdateSignedInUserParams) SetDefaults ¶
func (o *UpdateSignedInUserParams) SetDefaults()
SetDefaults hydrates default values in the update signed in user params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSignedInUserParams) SetHTTPClient ¶
func (o *UpdateSignedInUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update signed in user params
func (*UpdateSignedInUserParams) SetTimeout ¶
func (o *UpdateSignedInUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update signed in user params
func (*UpdateSignedInUserParams) WithBody ¶
func (o *UpdateSignedInUserParams) WithBody(body *models.UpdateUserCommand) *UpdateSignedInUserParams
WithBody adds the body to the update signed in user params
func (*UpdateSignedInUserParams) WithContext ¶
func (o *UpdateSignedInUserParams) WithContext(ctx context.Context) *UpdateSignedInUserParams
WithContext adds the context to the update signed in user params
func (*UpdateSignedInUserParams) WithDefaults ¶
func (o *UpdateSignedInUserParams) WithDefaults() *UpdateSignedInUserParams
WithDefaults hydrates default values in the update signed in user params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSignedInUserParams) WithHTTPClient ¶
func (o *UpdateSignedInUserParams) WithHTTPClient(client *http.Client) *UpdateSignedInUserParams
WithHTTPClient adds the HTTPClient to the update signed in user params
func (*UpdateSignedInUserParams) WithTimeout ¶
func (o *UpdateSignedInUserParams) WithTimeout(timeout time.Duration) *UpdateSignedInUserParams
WithTimeout adds the timeout to the update signed in user params
func (*UpdateSignedInUserParams) WriteToRequest ¶
func (o *UpdateSignedInUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSignedInUserReader ¶
type UpdateSignedInUserReader struct {
// contains filtered or unexported fields
}
UpdateSignedInUserReader is a Reader for the UpdateSignedInUser structure.
func (*UpdateSignedInUserReader) ReadResponse ¶
func (o *UpdateSignedInUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSignedInUserUnauthorized ¶
type UpdateSignedInUserUnauthorized struct {
}UpdateSignedInUserUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewUpdateSignedInUserUnauthorized ¶
func NewUpdateSignedInUserUnauthorized() *UpdateSignedInUserUnauthorized
NewUpdateSignedInUserUnauthorized creates a UpdateSignedInUserUnauthorized with default headers values
func (*UpdateSignedInUserUnauthorized) Code ¶
func (o *UpdateSignedInUserUnauthorized) Code() int
Code gets the status code for the update signed in user unauthorized response
func (*UpdateSignedInUserUnauthorized) Error ¶
func (o *UpdateSignedInUserUnauthorized) Error() string
func (*UpdateSignedInUserUnauthorized) GetPayload ¶
func (o *UpdateSignedInUserUnauthorized) GetPayload() *models.ErrorResponseBody
func (*UpdateSignedInUserUnauthorized) IsClientError ¶
func (o *UpdateSignedInUserUnauthorized) IsClientError() bool
IsClientError returns true when this update signed in user unauthorized response has a 4xx status code
func (*UpdateSignedInUserUnauthorized) IsCode ¶
func (o *UpdateSignedInUserUnauthorized) IsCode(code int) bool
IsCode returns true when this update signed in user unauthorized response a status code equal to that given
func (*UpdateSignedInUserUnauthorized) IsRedirect ¶
func (o *UpdateSignedInUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this update signed in user unauthorized response has a 3xx status code
func (*UpdateSignedInUserUnauthorized) IsServerError ¶
func (o *UpdateSignedInUserUnauthorized) IsServerError() bool
IsServerError returns true when this update signed in user unauthorized response has a 5xx status code
func (*UpdateSignedInUserUnauthorized) IsSuccess ¶
func (o *UpdateSignedInUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this update signed in user unauthorized response has a 2xx status code
func (*UpdateSignedInUserUnauthorized) String ¶
func (o *UpdateSignedInUserUnauthorized) String() string
type UserSetUsingOrgBadRequest ¶
type UserSetUsingOrgBadRequest struct {
Payload *models.ErrorResponseBody
}
UserSetUsingOrgBadRequest describes a response with status code 400, with default header values.
BadRequestError is returned when the request is invalid and it cannot be processed.
func NewUserSetUsingOrgBadRequest ¶
func NewUserSetUsingOrgBadRequest() *UserSetUsingOrgBadRequest
NewUserSetUsingOrgBadRequest creates a UserSetUsingOrgBadRequest with default headers values
func (*UserSetUsingOrgBadRequest) Code ¶
func (o *UserSetUsingOrgBadRequest) Code() int
Code gets the status code for the user set using org bad request response
func (*UserSetUsingOrgBadRequest) Error ¶
func (o *UserSetUsingOrgBadRequest) Error() string
func (*UserSetUsingOrgBadRequest) GetPayload ¶
func (o *UserSetUsingOrgBadRequest) GetPayload() *models.ErrorResponseBody
func (*UserSetUsingOrgBadRequest) IsClientError ¶
func (o *UserSetUsingOrgBadRequest) IsClientError() bool
IsClientError returns true when this user set using org bad request response has a 4xx status code
func (*UserSetUsingOrgBadRequest) IsCode ¶
func (o *UserSetUsingOrgBadRequest) IsCode(code int) bool
IsCode returns true when this user set using org bad request response a status code equal to that given
func (*UserSetUsingOrgBadRequest) IsRedirect ¶
func (o *UserSetUsingOrgBadRequest) IsRedirect() bool
IsRedirect returns true when this user set using org bad request response has a 3xx status code
func (*UserSetUsingOrgBadRequest) IsServerError ¶
func (o *UserSetUsingOrgBadRequest) IsServerError() bool
IsServerError returns true when this user set using org bad request response has a 5xx status code
func (*UserSetUsingOrgBadRequest) IsSuccess ¶
func (o *UserSetUsingOrgBadRequest) IsSuccess() bool
IsSuccess returns true when this user set using org bad request response has a 2xx status code
func (*UserSetUsingOrgBadRequest) String ¶
func (o *UserSetUsingOrgBadRequest) String() string
type UserSetUsingOrgForbidden ¶
type UserSetUsingOrgForbidden struct {
Payload *models.ErrorResponseBody
}
UserSetUsingOrgForbidden describes a response with status code 403, with default header values.
ForbiddenError is returned if the user/token has insufficient permissions to access the requested resource.
func NewUserSetUsingOrgForbidden ¶
func NewUserSetUsingOrgForbidden() *UserSetUsingOrgForbidden
NewUserSetUsingOrgForbidden creates a UserSetUsingOrgForbidden with default headers values
func (*UserSetUsingOrgForbidden) Code ¶
func (o *UserSetUsingOrgForbidden) Code() int
Code gets the status code for the user set using org forbidden response
func (*UserSetUsingOrgForbidden) Error ¶
func (o *UserSetUsingOrgForbidden) Error() string
func (*UserSetUsingOrgForbidden) GetPayload ¶
func (o *UserSetUsingOrgForbidden) GetPayload() *models.ErrorResponseBody
func (*UserSetUsingOrgForbidden) IsClientError ¶
func (o *UserSetUsingOrgForbidden) IsClientError() bool
IsClientError returns true when this user set using org forbidden response has a 4xx status code
func (*UserSetUsingOrgForbidden) IsCode ¶
func (o *UserSetUsingOrgForbidden) IsCode(code int) bool
IsCode returns true when this user set using org forbidden response a status code equal to that given
func (*UserSetUsingOrgForbidden) IsRedirect ¶
func (o *UserSetUsingOrgForbidden) IsRedirect() bool
IsRedirect returns true when this user set using org forbidden response has a 3xx status code
func (*UserSetUsingOrgForbidden) IsServerError ¶
func (o *UserSetUsingOrgForbidden) IsServerError() bool
IsServerError returns true when this user set using org forbidden response has a 5xx status code
func (*UserSetUsingOrgForbidden) IsSuccess ¶
func (o *UserSetUsingOrgForbidden) IsSuccess() bool
IsSuccess returns true when this user set using org forbidden response has a 2xx status code
func (*UserSetUsingOrgForbidden) String ¶
func (o *UserSetUsingOrgForbidden) String() string
type UserSetUsingOrgInternalServerError ¶
type UserSetUsingOrgInternalServerError struct {
Payload *models.ErrorResponseBody
}
UserSetUsingOrgInternalServerError describes a response with status code 500, with default header values.
InternalServerError is a general error indicating something went wrong internally.
func NewUserSetUsingOrgInternalServerError ¶
func NewUserSetUsingOrgInternalServerError() *UserSetUsingOrgInternalServerError
NewUserSetUsingOrgInternalServerError creates a UserSetUsingOrgInternalServerError with default headers values
func (*UserSetUsingOrgInternalServerError) Code ¶
func (o *UserSetUsingOrgInternalServerError) Code() int
Code gets the status code for the user set using org internal server error response
func (*UserSetUsingOrgInternalServerError) Error ¶
func (o *UserSetUsingOrgInternalServerError) Error() string
func (*UserSetUsingOrgInternalServerError) GetPayload ¶
func (o *UserSetUsingOrgInternalServerError) GetPayload() *models.ErrorResponseBody
func (*UserSetUsingOrgInternalServerError) IsClientError ¶
func (o *UserSetUsingOrgInternalServerError) IsClientError() bool
IsClientError returns true when this user set using org internal server error response has a 4xx status code
func (*UserSetUsingOrgInternalServerError) IsCode ¶
func (o *UserSetUsingOrgInternalServerError) IsCode(code int) bool
IsCode returns true when this user set using org internal server error response a status code equal to that given
func (*UserSetUsingOrgInternalServerError) IsRedirect ¶
func (o *UserSetUsingOrgInternalServerError) IsRedirect() bool
IsRedirect returns true when this user set using org internal server error response has a 3xx status code
func (*UserSetUsingOrgInternalServerError) IsServerError ¶
func (o *UserSetUsingOrgInternalServerError) IsServerError() bool
IsServerError returns true when this user set using org internal server error response has a 5xx status code
func (*UserSetUsingOrgInternalServerError) IsSuccess ¶
func (o *UserSetUsingOrgInternalServerError) IsSuccess() bool
IsSuccess returns true when this user set using org internal server error response has a 2xx status code
func (*UserSetUsingOrgInternalServerError) String ¶
func (o *UserSetUsingOrgInternalServerError) String() string
type UserSetUsingOrgOK ¶
type UserSetUsingOrgOK struct {
Payload *models.SuccessResponseBody
}
UserSetUsingOrgOK describes a response with status code 200, with default header values.
An OKResponse is returned if the request was successful.
func NewUserSetUsingOrgOK ¶
func NewUserSetUsingOrgOK() *UserSetUsingOrgOK
NewUserSetUsingOrgOK creates a UserSetUsingOrgOK with default headers values
func (*UserSetUsingOrgOK) Code ¶
func (o *UserSetUsingOrgOK) Code() int
Code gets the status code for the user set using org Ok response
func (*UserSetUsingOrgOK) Error ¶
func (o *UserSetUsingOrgOK) Error() string
func (*UserSetUsingOrgOK) GetPayload ¶
func (o *UserSetUsingOrgOK) GetPayload() *models.SuccessResponseBody
func (*UserSetUsingOrgOK) IsClientError ¶
func (o *UserSetUsingOrgOK) IsClientError() bool
IsClientError returns true when this user set using org Ok response has a 4xx status code
func (*UserSetUsingOrgOK) IsCode ¶
func (o *UserSetUsingOrgOK) IsCode(code int) bool
IsCode returns true when this user set using org Ok response a status code equal to that given
func (*UserSetUsingOrgOK) IsRedirect ¶
func (o *UserSetUsingOrgOK) IsRedirect() bool
IsRedirect returns true when this user set using org Ok response has a 3xx status code
func (*UserSetUsingOrgOK) IsServerError ¶
func (o *UserSetUsingOrgOK) IsServerError() bool
IsServerError returns true when this user set using org Ok response has a 5xx status code
func (*UserSetUsingOrgOK) IsSuccess ¶
func (o *UserSetUsingOrgOK) IsSuccess() bool
IsSuccess returns true when this user set using org Ok response has a 2xx status code
func (*UserSetUsingOrgOK) String ¶
func (o *UserSetUsingOrgOK) String() string
type UserSetUsingOrgParams ¶
type UserSetUsingOrgParams struct { // OrgID. // // Format: int64 OrgID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UserSetUsingOrgParams contains all the parameters to send to the API endpoint
for the user set using org operation. Typically these are written to a http.Request.
func NewUserSetUsingOrgParams ¶
func NewUserSetUsingOrgParams() *UserSetUsingOrgParams
NewUserSetUsingOrgParams creates a new UserSetUsingOrgParams 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 NewUserSetUsingOrgParamsWithContext ¶
func NewUserSetUsingOrgParamsWithContext(ctx context.Context) *UserSetUsingOrgParams
NewUserSetUsingOrgParamsWithContext creates a new UserSetUsingOrgParams object with the ability to set a context for a request.
func NewUserSetUsingOrgParamsWithHTTPClient ¶
func NewUserSetUsingOrgParamsWithHTTPClient(client *http.Client) *UserSetUsingOrgParams
NewUserSetUsingOrgParamsWithHTTPClient creates a new UserSetUsingOrgParams object with the ability to set a custom HTTPClient for a request.
func NewUserSetUsingOrgParamsWithTimeout ¶
func NewUserSetUsingOrgParamsWithTimeout(timeout time.Duration) *UserSetUsingOrgParams
NewUserSetUsingOrgParamsWithTimeout creates a new UserSetUsingOrgParams object with the ability to set a timeout on a request.
func (*UserSetUsingOrgParams) SetContext ¶
func (o *UserSetUsingOrgParams) SetContext(ctx context.Context)
SetContext adds the context to the user set using org params
func (*UserSetUsingOrgParams) SetDefaults ¶
func (o *UserSetUsingOrgParams) SetDefaults()
SetDefaults hydrates default values in the user set using org params (not the query body).
All values with no default are reset to their zero value.
func (*UserSetUsingOrgParams) SetHTTPClient ¶
func (o *UserSetUsingOrgParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user set using org params
func (*UserSetUsingOrgParams) SetOrgID ¶
func (o *UserSetUsingOrgParams) SetOrgID(orgID int64)
SetOrgID adds the orgId to the user set using org params
func (*UserSetUsingOrgParams) SetTimeout ¶
func (o *UserSetUsingOrgParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user set using org params
func (*UserSetUsingOrgParams) WithContext ¶
func (o *UserSetUsingOrgParams) WithContext(ctx context.Context) *UserSetUsingOrgParams
WithContext adds the context to the user set using org params
func (*UserSetUsingOrgParams) WithDefaults ¶
func (o *UserSetUsingOrgParams) WithDefaults() *UserSetUsingOrgParams
WithDefaults hydrates default values in the user set using org params (not the query body).
All values with no default are reset to their zero value.
func (*UserSetUsingOrgParams) WithHTTPClient ¶
func (o *UserSetUsingOrgParams) WithHTTPClient(client *http.Client) *UserSetUsingOrgParams
WithHTTPClient adds the HTTPClient to the user set using org params
func (*UserSetUsingOrgParams) WithOrgID ¶
func (o *UserSetUsingOrgParams) WithOrgID(orgID int64) *UserSetUsingOrgParams
WithOrgID adds the orgID to the user set using org params
func (*UserSetUsingOrgParams) WithTimeout ¶
func (o *UserSetUsingOrgParams) WithTimeout(timeout time.Duration) *UserSetUsingOrgParams
WithTimeout adds the timeout to the user set using org params
func (*UserSetUsingOrgParams) WriteToRequest ¶
func (o *UserSetUsingOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserSetUsingOrgReader ¶
type UserSetUsingOrgReader struct {
// contains filtered or unexported fields
}
UserSetUsingOrgReader is a Reader for the UserSetUsingOrg structure.
func (*UserSetUsingOrgReader) ReadResponse ¶
func (o *UserSetUsingOrgReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserSetUsingOrgUnauthorized ¶
type UserSetUsingOrgUnauthorized struct {
}UserSetUsingOrgUnauthorized describes a response with status code 401, with default header values.
UnauthorizedError is returned when the request is not authenticated.
func NewUserSetUsingOrgUnauthorized ¶
func NewUserSetUsingOrgUnauthorized() *UserSetUsingOrgUnauthorized
NewUserSetUsingOrgUnauthorized creates a UserSetUsingOrgUnauthorized with default headers values
func (*UserSetUsingOrgUnauthorized) Code ¶
func (o *UserSetUsingOrgUnauthorized) Code() int
Code gets the status code for the user set using org unauthorized response
func (*UserSetUsingOrgUnauthorized) Error ¶
func (o *UserSetUsingOrgUnauthorized) Error() string
func (*UserSetUsingOrgUnauthorized) GetPayload ¶
func (o *UserSetUsingOrgUnauthorized) GetPayload() *models.ErrorResponseBody
func (*UserSetUsingOrgUnauthorized) IsClientError ¶
func (o *UserSetUsingOrgUnauthorized) IsClientError() bool
IsClientError returns true when this user set using org unauthorized response has a 4xx status code
func (*UserSetUsingOrgUnauthorized) IsCode ¶
func (o *UserSetUsingOrgUnauthorized) IsCode(code int) bool
IsCode returns true when this user set using org unauthorized response a status code equal to that given
func (*UserSetUsingOrgUnauthorized) IsRedirect ¶
func (o *UserSetUsingOrgUnauthorized) IsRedirect() bool
IsRedirect returns true when this user set using org unauthorized response has a 3xx status code
func (*UserSetUsingOrgUnauthorized) IsServerError ¶
func (o *UserSetUsingOrgUnauthorized) IsServerError() bool
IsServerError returns true when this user set using org unauthorized response has a 5xx status code
func (*UserSetUsingOrgUnauthorized) IsSuccess ¶
func (o *UserSetUsingOrgUnauthorized) IsSuccess() bool
IsSuccess returns true when this user set using org unauthorized response has a 2xx status code
func (*UserSetUsingOrgUnauthorized) String ¶
func (o *UserSetUsingOrgUnauthorized) String() string
Source Files ¶
- change_user_password_parameters.go
- change_user_password_responses.go
- clear_help_flags_parameters.go
- clear_help_flags_responses.go
- get_signed_in_user_org_list_parameters.go
- get_signed_in_user_org_list_responses.go
- get_signed_in_user_parameters.go
- get_signed_in_user_responses.go
- get_signed_in_user_team_list_parameters.go
- get_signed_in_user_team_list_responses.go
- get_user_auth_tokens_parameters.go
- get_user_auth_tokens_responses.go
- get_user_quotas_parameters.go
- get_user_quotas_responses.go
- revoke_user_auth_token_parameters.go
- revoke_user_auth_token_responses.go
- set_help_flag_parameters.go
- set_help_flag_responses.go
- signed_in_user_client.go
- star_dashboard_by_uid_parameters.go
- star_dashboard_by_uid_responses.go
- star_dashboard_parameters.go
- star_dashboard_responses.go
- unstar_dashboard_by_uid_parameters.go
- unstar_dashboard_by_uid_responses.go
- unstar_dashboard_parameters.go
- unstar_dashboard_responses.go
- update_signed_in_user_parameters.go
- update_signed_in_user_responses.go
- user_set_using_org_parameters.go
- user_set_using_org_responses.go