Versions in this module Expand all Collapse all v1 v1.0.0 Feb 16, 2024 Changes in this version + const CreateGroupAppInstallParamsBodyDataTypeAppInstall + const CreateGroupAppInstallParamsBodyRelationshipsAppDataTypeApp + const CreateOrgAppInstallParamsBodyDataTypeAppInstall + const CreateOrgAppInstallParamsBodyRelationshipsAppDataTypeApp + const ManageAppCreationSecretParamsBodyDataAttributesModeCreate + const ManageAppCreationSecretParamsBodyDataAttributesModeDelete + const ManageAppCreationSecretParamsBodyDataAttributesModeReplace + const ManageAppCreationSecretParamsBodyDataTypeApp + const ManageSecretsBodyModeCreate + const ManageSecretsBodyModeDelete + const ManageSecretsBodyModeReplace + const UpdateGroupAppInstallSecretParamsBodyDataAttributesModeCreate + const UpdateGroupAppInstallSecretParamsBodyDataAttributesModeDelete + const UpdateGroupAppInstallSecretParamsBodyDataAttributesModeReplace + const UpdateGroupAppInstallSecretParamsBodyDataTypeApp + const UpdateOrgAppInstallSecretParamsBodyDataAttributesModeCreate + const UpdateOrgAppInstallSecretParamsBodyDataAttributesModeDelete + const UpdateOrgAppInstallSecretParamsBodyDataAttributesModeReplace + const UpdateOrgAppInstallSecretParamsBodyDataTypeApp + type Client struct + func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppCreated, error) + func (a *Client) CreateGroupAppInstall(params *CreateGroupAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateGroupAppInstallCreated, error) + func (a *Client) CreateOrgApp(params *CreateOrgAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppCreated, error) + func (a *Client) CreateOrgAppInstall(params *CreateOrgAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppInstallCreated, error) + func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppNoContent, error) + func (a *Client) DeleteAppBot(params *DeleteAppBotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppBotNoContent, error) + func (a *Client) DeleteAppByID(params *DeleteAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppByIDNoContent, error) + func (a *Client) DeleteAppOrgInstallByID(params *DeleteAppOrgInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOrgInstallByIDNoContent, error) + func (a *Client) DeleteGroupAppInstallByID(params *DeleteGroupAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteGroupAppInstallByIDNoContent, error) + func (a *Client) DeleteUserAppInstallByID(params *DeleteUserAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteUserAppInstallByIDNoContent, error) + func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppOK, error) + func (a *Client) GetAppBots(params *GetAppBotsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppBotsOK, error) + func (a *Client) GetAppByID(params *GetAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppByIDOK, error) + func (a *Client) GetAppInstallsForGroup(params *GetAppInstallsForGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForGroupOK, error) + func (a *Client) GetAppInstallsForOrg(params *GetAppInstallsForOrgParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForOrgOK, error) + func (a *Client) GetAppInstallsForUser(params *GetAppInstallsForUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForUserOK, error) + func (a *Client) GetApps(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsOK, error) + func (a *Client) GetOrgApps(params *GetOrgAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetOrgAppsOK, error) + func (a *Client) GetUserAppSessions(params *GetUserAppSessionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserAppSessionsOK, error) + func (a *Client) GetUserInstalledApps(params *GetUserInstalledAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserInstalledAppsOK, error) + func (a *Client) ManageAppCreationSecret(params *ManageAppCreationSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageAppCreationSecretOK, error) + func (a *Client) ManageSecrets(params *ManageSecretsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageSecretsOK, error) + func (a *Client) RevokeUserAppSession(params *RevokeUserAppSessionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserAppSessionNoContent, error) + func (a *Client) RevokeUserInstalledApp(params *RevokeUserInstalledAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserInstalledAppNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppOK, error) + func (a *Client) UpdateAppCreationByID(params *UpdateAppCreationByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppCreationByIDOK, error) + func (a *Client) UpdateGroupAppInstallSecret(params *UpdateGroupAppInstallSecretParams, ...) (*UpdateGroupAppInstallSecretOK, error) + func (a *Client) UpdateOrgAppInstallSecret(params *UpdateOrgAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOrgAppInstallSecretOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateApp func(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppCreated, error) + CreateGroupAppInstall func(params *CreateGroupAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateGroupAppInstallCreated, error) + CreateOrgApp func(params *CreateOrgAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppCreated, error) + CreateOrgAppInstall func(params *CreateOrgAppInstallParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrgAppInstallCreated, error) + DeleteApp func(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppNoContent, error) + DeleteAppBot func(params *DeleteAppBotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppBotNoContent, error) + DeleteAppByID func(params *DeleteAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppByIDNoContent, error) + DeleteAppOrgInstallByID func(params *DeleteAppOrgInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOrgInstallByIDNoContent, error) + DeleteGroupAppInstallByID func(params *DeleteGroupAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteGroupAppInstallByIDNoContent, error) + DeleteUserAppInstallByID func(params *DeleteUserAppInstallByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteUserAppInstallByIDNoContent, error) + GetApp func(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppOK, error) + GetAppBots func(params *GetAppBotsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppBotsOK, error) + GetAppByID func(params *GetAppByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppByIDOK, error) + GetAppInstallsForGroup func(params *GetAppInstallsForGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForGroupOK, error) + GetAppInstallsForOrg func(params *GetAppInstallsForOrgParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForOrgOK, error) + GetAppInstallsForUser func(params *GetAppInstallsForUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppInstallsForUserOK, error) + GetApps func(params *GetAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsOK, error) + GetOrgApps func(params *GetOrgAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetOrgAppsOK, error) + GetUserAppSessions func(params *GetUserAppSessionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserAppSessionsOK, error) + GetUserInstalledApps func(params *GetUserInstalledAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserInstalledAppsOK, error) + ManageAppCreationSecret func(params *ManageAppCreationSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageAppCreationSecretOK, error) + ManageSecrets func(params *ManageSecretsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ManageSecretsOK, error) + RevokeUserAppSession func(params *RevokeUserAppSessionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserAppSessionNoContent, error) + RevokeUserInstalledApp func(params *RevokeUserInstalledAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeUserInstalledAppNoContent, error) + SetTransport func(transport runtime.ClientTransport) + UpdateApp func(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppOK, error) + UpdateAppCreationByID func(params *UpdateAppCreationByIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppCreationByIDOK, error) + UpdateGroupAppInstallSecret func(params *UpdateGroupAppInstallSecretParams, ...) (*UpdateGroupAppInstallSecretOK, error) + UpdateOrgAppInstallSecret func(params *UpdateOrgAppInstallSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOrgAppInstallSecretOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppBadRequest() *CreateAppBadRequest + func (o *CreateAppBadRequest) Code() int + func (o *CreateAppBadRequest) Error() string + func (o *CreateAppBadRequest) GetPayload() *models.ErrorDocument + func (o *CreateAppBadRequest) IsClientError() bool + func (o *CreateAppBadRequest) IsCode(code int) bool + func (o *CreateAppBadRequest) IsRedirect() bool + func (o *CreateAppBadRequest) IsServerError() bool + func (o *CreateAppBadRequest) IsSuccess() bool + func (o *CreateAppBadRequest) String() string + type CreateAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppConflict() *CreateAppConflict + func (o *CreateAppConflict) Code() int + func (o *CreateAppConflict) Error() string + func (o *CreateAppConflict) GetPayload() *models.ErrorDocument + func (o *CreateAppConflict) IsClientError() bool + func (o *CreateAppConflict) IsCode(code int) bool + func (o *CreateAppConflict) IsRedirect() bool + func (o *CreateAppConflict) IsServerError() bool + func (o *CreateAppConflict) IsSuccess() bool + func (o *CreateAppConflict) String() string + type CreateAppCreated struct + Deprecation strfmt.DateTime + Location string + Payload *models.AppPostResponse + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppCreated() *CreateAppCreated + func (o *CreateAppCreated) Code() int + func (o *CreateAppCreated) Error() string + func (o *CreateAppCreated) GetPayload() *models.AppPostResponse + func (o *CreateAppCreated) IsClientError() bool + func (o *CreateAppCreated) IsCode(code int) bool + func (o *CreateAppCreated) IsRedirect() bool + func (o *CreateAppCreated) IsServerError() bool + func (o *CreateAppCreated) IsSuccess() bool + func (o *CreateAppCreated) String() string + type CreateAppForbidden struct + Deprecation strfmt.DateTime + Payload *CreateAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppForbidden() *CreateAppForbidden + func (o *CreateAppForbidden) Code() int + func (o *CreateAppForbidden) Error() string + func (o *CreateAppForbidden) GetPayload() *CreateAppForbiddenBody + func (o *CreateAppForbidden) IsClientError() bool + func (o *CreateAppForbidden) IsCode(code int) bool + func (o *CreateAppForbidden) IsRedirect() bool + func (o *CreateAppForbidden) IsServerError() bool + func (o *CreateAppForbidden) IsSuccess() bool + func (o *CreateAppForbidden) String() string + type CreateAppForbiddenBody struct + Errors []*CreateAppForbiddenBodyErrorsItems0 + Jsonapi *CreateAppForbiddenBodyJsonapi + func (o *CreateAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateAppForbiddenBody) Validate(formats strfmt.Registry) error + type CreateAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *CreateAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *CreateAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *CreateAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *CreateAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type CreateAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *CreateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *CreateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *CreateAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type CreateAppForbiddenBodyJsonapi struct + Version *string + func (o *CreateAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *CreateAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *CreateAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type CreateAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppInternalServerError() *CreateAppInternalServerError + func (o *CreateAppInternalServerError) Code() int + func (o *CreateAppInternalServerError) Error() string + func (o *CreateAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *CreateAppInternalServerError) IsClientError() bool + func (o *CreateAppInternalServerError) IsCode(code int) bool + func (o *CreateAppInternalServerError) IsRedirect() bool + func (o *CreateAppInternalServerError) IsServerError() bool + func (o *CreateAppInternalServerError) IsSuccess() bool + func (o *CreateAppInternalServerError) String() string + type CreateAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppNotFound() *CreateAppNotFound + func (o *CreateAppNotFound) Code() int + func (o *CreateAppNotFound) Error() string + func (o *CreateAppNotFound) GetPayload() *models.ErrorDocument + func (o *CreateAppNotFound) IsClientError() bool + func (o *CreateAppNotFound) IsCode(code int) bool + func (o *CreateAppNotFound) IsRedirect() bool + func (o *CreateAppNotFound) IsServerError() bool + func (o *CreateAppNotFound) IsSuccess() bool + func (o *CreateAppNotFound) String() string + type CreateAppParams struct + Body *models.AppPostRequest + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewCreateAppParams() *CreateAppParams + func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams + func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams + func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) SetBody(body *models.AppPostRequest) + func (o *CreateAppParams) SetContext(ctx context.Context) + func (o *CreateAppParams) SetDefaults() + func (o *CreateAppParams) SetHTTPClient(client *http.Client) + func (o *CreateAppParams) SetOrgID(orgID strfmt.UUID) + func (o *CreateAppParams) SetTimeout(timeout time.Duration) + func (o *CreateAppParams) SetVersion(version string) + func (o *CreateAppParams) WithBody(body *models.AppPostRequest) *CreateAppParams + func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams + func (o *CreateAppParams) WithDefaults() *CreateAppParams + func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams + func (o *CreateAppParams) WithOrgID(orgID strfmt.UUID) *CreateAppParams + func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) WithVersion(version string) *CreateAppParams + func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAppReader struct + func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateAppUnauthorized() *CreateAppUnauthorized + func (o *CreateAppUnauthorized) Code() int + func (o *CreateAppUnauthorized) Error() string + func (o *CreateAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *CreateAppUnauthorized) IsClientError() bool + func (o *CreateAppUnauthorized) IsCode(code int) bool + func (o *CreateAppUnauthorized) IsRedirect() bool + func (o *CreateAppUnauthorized) IsServerError() bool + func (o *CreateAppUnauthorized) IsSuccess() bool + func (o *CreateAppUnauthorized) String() string + type CreateGroupAppInstallBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallBadRequest() *CreateGroupAppInstallBadRequest + func (o *CreateGroupAppInstallBadRequest) Code() int + func (o *CreateGroupAppInstallBadRequest) Error() string + func (o *CreateGroupAppInstallBadRequest) GetPayload() *models.ErrorDocument + func (o *CreateGroupAppInstallBadRequest) IsClientError() bool + func (o *CreateGroupAppInstallBadRequest) IsCode(code int) bool + func (o *CreateGroupAppInstallBadRequest) IsRedirect() bool + func (o *CreateGroupAppInstallBadRequest) IsServerError() bool + func (o *CreateGroupAppInstallBadRequest) IsSuccess() bool + func (o *CreateGroupAppInstallBadRequest) String() string + type CreateGroupAppInstallBody struct + Data *CreateGroupAppInstallParamsBodyData + Relationships *CreateGroupAppInstallParamsBodyRelationships + func (o *CreateGroupAppInstallBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallBody) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallBody) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallBody) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallConflict() *CreateGroupAppInstallConflict + func (o *CreateGroupAppInstallConflict) Code() int + func (o *CreateGroupAppInstallConflict) Error() string + func (o *CreateGroupAppInstallConflict) GetPayload() *models.ErrorDocument + func (o *CreateGroupAppInstallConflict) IsClientError() bool + func (o *CreateGroupAppInstallConflict) IsCode(code int) bool + func (o *CreateGroupAppInstallConflict) IsRedirect() bool + func (o *CreateGroupAppInstallConflict) IsServerError() bool + func (o *CreateGroupAppInstallConflict) IsSuccess() bool + func (o *CreateGroupAppInstallConflict) String() string + type CreateGroupAppInstallCreated struct + Deprecation strfmt.DateTime + Location string + Payload *CreateGroupAppInstallCreatedBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallCreated() *CreateGroupAppInstallCreated + func (o *CreateGroupAppInstallCreated) Code() int + func (o *CreateGroupAppInstallCreated) Error() string + func (o *CreateGroupAppInstallCreated) GetPayload() *CreateGroupAppInstallCreatedBody + func (o *CreateGroupAppInstallCreated) IsClientError() bool + func (o *CreateGroupAppInstallCreated) IsCode(code int) bool + func (o *CreateGroupAppInstallCreated) IsRedirect() bool + func (o *CreateGroupAppInstallCreated) IsServerError() bool + func (o *CreateGroupAppInstallCreated) IsSuccess() bool + func (o *CreateGroupAppInstallCreated) String() string + type CreateGroupAppInstallCreatedBody struct + Data *models.AppInstallWithClient + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *CreateGroupAppInstallCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallCreatedBody) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallCreatedBody) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallCreatedBody) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallForbidden struct + Deprecation strfmt.DateTime + Payload *CreateGroupAppInstallForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallForbidden() *CreateGroupAppInstallForbidden + func (o *CreateGroupAppInstallForbidden) Code() int + func (o *CreateGroupAppInstallForbidden) Error() string + func (o *CreateGroupAppInstallForbidden) GetPayload() *CreateGroupAppInstallForbiddenBody + func (o *CreateGroupAppInstallForbidden) IsClientError() bool + func (o *CreateGroupAppInstallForbidden) IsCode(code int) bool + func (o *CreateGroupAppInstallForbidden) IsRedirect() bool + func (o *CreateGroupAppInstallForbidden) IsServerError() bool + func (o *CreateGroupAppInstallForbidden) IsSuccess() bool + func (o *CreateGroupAppInstallForbidden) String() string + type CreateGroupAppInstallForbiddenBody struct + Errors []*CreateGroupAppInstallForbiddenBodyErrorsItems0 + Jsonapi *CreateGroupAppInstallForbiddenBodyJsonapi + func (o *CreateGroupAppInstallForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallForbiddenBody) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *CreateGroupAppInstallForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallForbiddenBodyJsonapi struct + Version *string + func (o *CreateGroupAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallInternalServerError() *CreateGroupAppInstallInternalServerError + func (o *CreateGroupAppInstallInternalServerError) Code() int + func (o *CreateGroupAppInstallInternalServerError) Error() string + func (o *CreateGroupAppInstallInternalServerError) GetPayload() *models.ErrorDocument + func (o *CreateGroupAppInstallInternalServerError) IsClientError() bool + func (o *CreateGroupAppInstallInternalServerError) IsCode(code int) bool + func (o *CreateGroupAppInstallInternalServerError) IsRedirect() bool + func (o *CreateGroupAppInstallInternalServerError) IsServerError() bool + func (o *CreateGroupAppInstallInternalServerError) IsSuccess() bool + func (o *CreateGroupAppInstallInternalServerError) String() string + type CreateGroupAppInstallNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallNotFound() *CreateGroupAppInstallNotFound + func (o *CreateGroupAppInstallNotFound) Code() int + func (o *CreateGroupAppInstallNotFound) Error() string + func (o *CreateGroupAppInstallNotFound) GetPayload() *models.ErrorDocument + func (o *CreateGroupAppInstallNotFound) IsClientError() bool + func (o *CreateGroupAppInstallNotFound) IsCode(code int) bool + func (o *CreateGroupAppInstallNotFound) IsRedirect() bool + func (o *CreateGroupAppInstallNotFound) IsServerError() bool + func (o *CreateGroupAppInstallNotFound) IsSuccess() bool + func (o *CreateGroupAppInstallNotFound) String() string + type CreateGroupAppInstallParams struct + Body CreateGroupAppInstallBody + Context context.Context + GroupID strfmt.UUID + HTTPClient *http.Client + Version string + func NewCreateGroupAppInstallParams() *CreateGroupAppInstallParams + func NewCreateGroupAppInstallParamsWithContext(ctx context.Context) *CreateGroupAppInstallParams + func NewCreateGroupAppInstallParamsWithHTTPClient(client *http.Client) *CreateGroupAppInstallParams + func NewCreateGroupAppInstallParamsWithTimeout(timeout time.Duration) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) SetBody(body CreateGroupAppInstallBody) + func (o *CreateGroupAppInstallParams) SetContext(ctx context.Context) + func (o *CreateGroupAppInstallParams) SetDefaults() + func (o *CreateGroupAppInstallParams) SetGroupID(groupID strfmt.UUID) + func (o *CreateGroupAppInstallParams) SetHTTPClient(client *http.Client) + func (o *CreateGroupAppInstallParams) SetTimeout(timeout time.Duration) + func (o *CreateGroupAppInstallParams) SetVersion(version string) + func (o *CreateGroupAppInstallParams) WithBody(body CreateGroupAppInstallBody) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithContext(ctx context.Context) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithDefaults() *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithGroupID(groupID strfmt.UUID) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithHTTPClient(client *http.Client) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithTimeout(timeout time.Duration) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WithVersion(version string) *CreateGroupAppInstallParams + func (o *CreateGroupAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateGroupAppInstallParamsBodyData struct + Type string + func (o *CreateGroupAppInstallParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallParamsBodyData) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallParamsBodyData) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallParamsBodyData) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallParamsBodyRelationships struct + App *CreateGroupAppInstallParamsBodyRelationshipsApp + func (o *CreateGroupAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallParamsBodyRelationships) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallParamsBodyRelationships) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallParamsBodyRelationships) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallParamsBodyRelationshipsApp struct + Data *CreateGroupAppInstallParamsBodyRelationshipsAppData + func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallParamsBodyRelationshipsApp) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallParamsBodyRelationshipsAppData struct + ID *models.UUID + Type *string + func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error) + func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error + func (o *CreateGroupAppInstallParamsBodyRelationshipsAppData) Validate(formats strfmt.Registry) error + type CreateGroupAppInstallReader struct + func (o *CreateGroupAppInstallReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateGroupAppInstallUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateGroupAppInstallUnauthorized() *CreateGroupAppInstallUnauthorized + func (o *CreateGroupAppInstallUnauthorized) Code() int + func (o *CreateGroupAppInstallUnauthorized) Error() string + func (o *CreateGroupAppInstallUnauthorized) GetPayload() *models.ErrorDocument + func (o *CreateGroupAppInstallUnauthorized) IsClientError() bool + func (o *CreateGroupAppInstallUnauthorized) IsCode(code int) bool + func (o *CreateGroupAppInstallUnauthorized) IsRedirect() bool + func (o *CreateGroupAppInstallUnauthorized) IsServerError() bool + func (o *CreateGroupAppInstallUnauthorized) IsSuccess() bool + func (o *CreateGroupAppInstallUnauthorized) String() string + type CreateOrgAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppBadRequest() *CreateOrgAppBadRequest + func (o *CreateOrgAppBadRequest) Code() int + func (o *CreateOrgAppBadRequest) Error() string + func (o *CreateOrgAppBadRequest) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppBadRequest) IsClientError() bool + func (o *CreateOrgAppBadRequest) IsCode(code int) bool + func (o *CreateOrgAppBadRequest) IsRedirect() bool + func (o *CreateOrgAppBadRequest) IsServerError() bool + func (o *CreateOrgAppBadRequest) IsSuccess() bool + func (o *CreateOrgAppBadRequest) String() string + type CreateOrgAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppConflict() *CreateOrgAppConflict + func (o *CreateOrgAppConflict) Code() int + func (o *CreateOrgAppConflict) Error() string + func (o *CreateOrgAppConflict) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppConflict) IsClientError() bool + func (o *CreateOrgAppConflict) IsCode(code int) bool + func (o *CreateOrgAppConflict) IsRedirect() bool + func (o *CreateOrgAppConflict) IsServerError() bool + func (o *CreateOrgAppConflict) IsSuccess() bool + func (o *CreateOrgAppConflict) String() string + type CreateOrgAppCreated struct + Deprecation strfmt.DateTime + Location string + Payload *models.AppPostResponse + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppCreated() *CreateOrgAppCreated + func (o *CreateOrgAppCreated) Code() int + func (o *CreateOrgAppCreated) Error() string + func (o *CreateOrgAppCreated) GetPayload() *models.AppPostResponse + func (o *CreateOrgAppCreated) IsClientError() bool + func (o *CreateOrgAppCreated) IsCode(code int) bool + func (o *CreateOrgAppCreated) IsRedirect() bool + func (o *CreateOrgAppCreated) IsServerError() bool + func (o *CreateOrgAppCreated) IsSuccess() bool + func (o *CreateOrgAppCreated) String() string + type CreateOrgAppForbidden struct + Deprecation strfmt.DateTime + Payload *CreateOrgAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppForbidden() *CreateOrgAppForbidden + func (o *CreateOrgAppForbidden) Code() int + func (o *CreateOrgAppForbidden) Error() string + func (o *CreateOrgAppForbidden) GetPayload() *CreateOrgAppForbiddenBody + func (o *CreateOrgAppForbidden) IsClientError() bool + func (o *CreateOrgAppForbidden) IsCode(code int) bool + func (o *CreateOrgAppForbidden) IsRedirect() bool + func (o *CreateOrgAppForbidden) IsServerError() bool + func (o *CreateOrgAppForbidden) IsSuccess() bool + func (o *CreateOrgAppForbidden) String() string + type CreateOrgAppForbiddenBody struct + Errors []*CreateOrgAppForbiddenBodyErrorsItems0 + Jsonapi *CreateOrgAppForbiddenBodyJsonapi + func (o *CreateOrgAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppForbiddenBody) Validate(formats strfmt.Registry) error + type CreateOrgAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *CreateOrgAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *CreateOrgAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type CreateOrgAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type CreateOrgAppForbiddenBodyJsonapi struct + Version *string + func (o *CreateOrgAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallBadRequest() *CreateOrgAppInstallBadRequest + func (o *CreateOrgAppInstallBadRequest) Code() int + func (o *CreateOrgAppInstallBadRequest) Error() string + func (o *CreateOrgAppInstallBadRequest) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInstallBadRequest) IsClientError() bool + func (o *CreateOrgAppInstallBadRequest) IsCode(code int) bool + func (o *CreateOrgAppInstallBadRequest) IsRedirect() bool + func (o *CreateOrgAppInstallBadRequest) IsServerError() bool + func (o *CreateOrgAppInstallBadRequest) IsSuccess() bool + func (o *CreateOrgAppInstallBadRequest) String() string + type CreateOrgAppInstallBody struct + Data *CreateOrgAppInstallParamsBodyData + Relationships *CreateOrgAppInstallParamsBodyRelationships + func (o *CreateOrgAppInstallBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallBody) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallBody) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallBody) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallConflict() *CreateOrgAppInstallConflict + func (o *CreateOrgAppInstallConflict) Code() int + func (o *CreateOrgAppInstallConflict) Error() string + func (o *CreateOrgAppInstallConflict) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInstallConflict) IsClientError() bool + func (o *CreateOrgAppInstallConflict) IsCode(code int) bool + func (o *CreateOrgAppInstallConflict) IsRedirect() bool + func (o *CreateOrgAppInstallConflict) IsServerError() bool + func (o *CreateOrgAppInstallConflict) IsSuccess() bool + func (o *CreateOrgAppInstallConflict) String() string + type CreateOrgAppInstallCreated struct + Deprecation strfmt.DateTime + Location string + Payload *CreateOrgAppInstallCreatedBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallCreated() *CreateOrgAppInstallCreated + func (o *CreateOrgAppInstallCreated) Code() int + func (o *CreateOrgAppInstallCreated) Error() string + func (o *CreateOrgAppInstallCreated) GetPayload() *CreateOrgAppInstallCreatedBody + func (o *CreateOrgAppInstallCreated) IsClientError() bool + func (o *CreateOrgAppInstallCreated) IsCode(code int) bool + func (o *CreateOrgAppInstallCreated) IsRedirect() bool + func (o *CreateOrgAppInstallCreated) IsServerError() bool + func (o *CreateOrgAppInstallCreated) IsSuccess() bool + func (o *CreateOrgAppInstallCreated) String() string + type CreateOrgAppInstallCreatedBody struct + Data *models.AppInstallWithClient + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *CreateOrgAppInstallCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallCreatedBody) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallCreatedBody) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallCreatedBody) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallForbidden struct + Deprecation strfmt.DateTime + Payload *CreateOrgAppInstallForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallForbidden() *CreateOrgAppInstallForbidden + func (o *CreateOrgAppInstallForbidden) Code() int + func (o *CreateOrgAppInstallForbidden) Error() string + func (o *CreateOrgAppInstallForbidden) GetPayload() *CreateOrgAppInstallForbiddenBody + func (o *CreateOrgAppInstallForbidden) IsClientError() bool + func (o *CreateOrgAppInstallForbidden) IsCode(code int) bool + func (o *CreateOrgAppInstallForbidden) IsRedirect() bool + func (o *CreateOrgAppInstallForbidden) IsServerError() bool + func (o *CreateOrgAppInstallForbidden) IsSuccess() bool + func (o *CreateOrgAppInstallForbidden) String() string + type CreateOrgAppInstallForbiddenBody struct + Errors []*CreateOrgAppInstallForbiddenBodyErrorsItems0 + Jsonapi *CreateOrgAppInstallForbiddenBodyJsonapi + func (o *CreateOrgAppInstallForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallForbiddenBody) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *CreateOrgAppInstallForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallForbiddenBodyJsonapi struct + Version *string + func (o *CreateOrgAppInstallForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallInternalServerError() *CreateOrgAppInstallInternalServerError + func (o *CreateOrgAppInstallInternalServerError) Code() int + func (o *CreateOrgAppInstallInternalServerError) Error() string + func (o *CreateOrgAppInstallInternalServerError) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInstallInternalServerError) IsClientError() bool + func (o *CreateOrgAppInstallInternalServerError) IsCode(code int) bool + func (o *CreateOrgAppInstallInternalServerError) IsRedirect() bool + func (o *CreateOrgAppInstallInternalServerError) IsServerError() bool + func (o *CreateOrgAppInstallInternalServerError) IsSuccess() bool + func (o *CreateOrgAppInstallInternalServerError) String() string + type CreateOrgAppInstallNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallNotFound() *CreateOrgAppInstallNotFound + func (o *CreateOrgAppInstallNotFound) Code() int + func (o *CreateOrgAppInstallNotFound) Error() string + func (o *CreateOrgAppInstallNotFound) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInstallNotFound) IsClientError() bool + func (o *CreateOrgAppInstallNotFound) IsCode(code int) bool + func (o *CreateOrgAppInstallNotFound) IsRedirect() bool + func (o *CreateOrgAppInstallNotFound) IsServerError() bool + func (o *CreateOrgAppInstallNotFound) IsSuccess() bool + func (o *CreateOrgAppInstallNotFound) String() string + type CreateOrgAppInstallParams struct + Body CreateOrgAppInstallBody + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewCreateOrgAppInstallParams() *CreateOrgAppInstallParams + func NewCreateOrgAppInstallParamsWithContext(ctx context.Context) *CreateOrgAppInstallParams + func NewCreateOrgAppInstallParamsWithHTTPClient(client *http.Client) *CreateOrgAppInstallParams + func NewCreateOrgAppInstallParamsWithTimeout(timeout time.Duration) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) SetBody(body CreateOrgAppInstallBody) + func (o *CreateOrgAppInstallParams) SetContext(ctx context.Context) + func (o *CreateOrgAppInstallParams) SetDefaults() + func (o *CreateOrgAppInstallParams) SetHTTPClient(client *http.Client) + func (o *CreateOrgAppInstallParams) SetOrgID(orgID strfmt.UUID) + func (o *CreateOrgAppInstallParams) SetTimeout(timeout time.Duration) + func (o *CreateOrgAppInstallParams) SetVersion(version string) + func (o *CreateOrgAppInstallParams) WithBody(body CreateOrgAppInstallBody) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithContext(ctx context.Context) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithDefaults() *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithHTTPClient(client *http.Client) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithTimeout(timeout time.Duration) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WithVersion(version string) *CreateOrgAppInstallParams + func (o *CreateOrgAppInstallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateOrgAppInstallParamsBodyData struct + Type string + func (o *CreateOrgAppInstallParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallParamsBodyData) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallParamsBodyData) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallParamsBodyData) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallParamsBodyRelationships struct + App *CreateOrgAppInstallParamsBodyRelationshipsApp + func (o *CreateOrgAppInstallParamsBodyRelationships) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallParamsBodyRelationships) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallParamsBodyRelationships) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallParamsBodyRelationships) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallParamsBodyRelationshipsApp struct + Data *CreateOrgAppInstallParamsBodyRelationshipsAppData + func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallParamsBodyRelationshipsApp) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallParamsBodyRelationshipsAppData struct + ID *models.UUID + Type *string + func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) MarshalBinary() ([]byte, error) + func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) UnmarshalBinary(b []byte) error + func (o *CreateOrgAppInstallParamsBodyRelationshipsAppData) Validate(formats strfmt.Registry) error + type CreateOrgAppInstallReader struct + func (o *CreateOrgAppInstallReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateOrgAppInstallUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInstallUnauthorized() *CreateOrgAppInstallUnauthorized + func (o *CreateOrgAppInstallUnauthorized) Code() int + func (o *CreateOrgAppInstallUnauthorized) Error() string + func (o *CreateOrgAppInstallUnauthorized) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInstallUnauthorized) IsClientError() bool + func (o *CreateOrgAppInstallUnauthorized) IsCode(code int) bool + func (o *CreateOrgAppInstallUnauthorized) IsRedirect() bool + func (o *CreateOrgAppInstallUnauthorized) IsServerError() bool + func (o *CreateOrgAppInstallUnauthorized) IsSuccess() bool + func (o *CreateOrgAppInstallUnauthorized) String() string + type CreateOrgAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppInternalServerError() *CreateOrgAppInternalServerError + func (o *CreateOrgAppInternalServerError) Code() int + func (o *CreateOrgAppInternalServerError) Error() string + func (o *CreateOrgAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppInternalServerError) IsClientError() bool + func (o *CreateOrgAppInternalServerError) IsCode(code int) bool + func (o *CreateOrgAppInternalServerError) IsRedirect() bool + func (o *CreateOrgAppInternalServerError) IsServerError() bool + func (o *CreateOrgAppInternalServerError) IsSuccess() bool + func (o *CreateOrgAppInternalServerError) String() string + type CreateOrgAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppNotFound() *CreateOrgAppNotFound + func (o *CreateOrgAppNotFound) Code() int + func (o *CreateOrgAppNotFound) Error() string + func (o *CreateOrgAppNotFound) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppNotFound) IsClientError() bool + func (o *CreateOrgAppNotFound) IsCode(code int) bool + func (o *CreateOrgAppNotFound) IsRedirect() bool + func (o *CreateOrgAppNotFound) IsServerError() bool + func (o *CreateOrgAppNotFound) IsSuccess() bool + func (o *CreateOrgAppNotFound) String() string + type CreateOrgAppParams struct + Body *models.AppPostRequest + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewCreateOrgAppParams() *CreateOrgAppParams + func NewCreateOrgAppParamsWithContext(ctx context.Context) *CreateOrgAppParams + func NewCreateOrgAppParamsWithHTTPClient(client *http.Client) *CreateOrgAppParams + func NewCreateOrgAppParamsWithTimeout(timeout time.Duration) *CreateOrgAppParams + func (o *CreateOrgAppParams) SetBody(body *models.AppPostRequest) + func (o *CreateOrgAppParams) SetContext(ctx context.Context) + func (o *CreateOrgAppParams) SetDefaults() + func (o *CreateOrgAppParams) SetHTTPClient(client *http.Client) + func (o *CreateOrgAppParams) SetOrgID(orgID strfmt.UUID) + func (o *CreateOrgAppParams) SetTimeout(timeout time.Duration) + func (o *CreateOrgAppParams) SetVersion(version string) + func (o *CreateOrgAppParams) WithBody(body *models.AppPostRequest) *CreateOrgAppParams + func (o *CreateOrgAppParams) WithContext(ctx context.Context) *CreateOrgAppParams + func (o *CreateOrgAppParams) WithDefaults() *CreateOrgAppParams + func (o *CreateOrgAppParams) WithHTTPClient(client *http.Client) *CreateOrgAppParams + func (o *CreateOrgAppParams) WithOrgID(orgID strfmt.UUID) *CreateOrgAppParams + func (o *CreateOrgAppParams) WithTimeout(timeout time.Duration) *CreateOrgAppParams + func (o *CreateOrgAppParams) WithVersion(version string) *CreateOrgAppParams + func (o *CreateOrgAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateOrgAppReader struct + func (o *CreateOrgAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateOrgAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewCreateOrgAppUnauthorized() *CreateOrgAppUnauthorized + func (o *CreateOrgAppUnauthorized) Code() int + func (o *CreateOrgAppUnauthorized) Error() string + func (o *CreateOrgAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *CreateOrgAppUnauthorized) IsClientError() bool + func (o *CreateOrgAppUnauthorized) IsCode(code int) bool + func (o *CreateOrgAppUnauthorized) IsRedirect() bool + func (o *CreateOrgAppUnauthorized) IsServerError() bool + func (o *CreateOrgAppUnauthorized) IsSuccess() bool + func (o *CreateOrgAppUnauthorized) String() string + type DeleteAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBadRequest() *DeleteAppBadRequest + func (o *DeleteAppBadRequest) Code() int + func (o *DeleteAppBadRequest) Error() string + func (o *DeleteAppBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteAppBadRequest) IsClientError() bool + func (o *DeleteAppBadRequest) IsCode(code int) bool + func (o *DeleteAppBadRequest) IsRedirect() bool + func (o *DeleteAppBadRequest) IsServerError() bool + func (o *DeleteAppBadRequest) IsSuccess() bool + func (o *DeleteAppBadRequest) String() string + type DeleteAppBotBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotBadRequest() *DeleteAppBotBadRequest + func (o *DeleteAppBotBadRequest) Code() int + func (o *DeleteAppBotBadRequest) Error() string + func (o *DeleteAppBotBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteAppBotBadRequest) IsClientError() bool + func (o *DeleteAppBotBadRequest) IsCode(code int) bool + func (o *DeleteAppBotBadRequest) IsRedirect() bool + func (o *DeleteAppBotBadRequest) IsServerError() bool + func (o *DeleteAppBotBadRequest) IsSuccess() bool + func (o *DeleteAppBotBadRequest) String() string + type DeleteAppBotConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotConflict() *DeleteAppBotConflict + func (o *DeleteAppBotConflict) Code() int + func (o *DeleteAppBotConflict) Error() string + func (o *DeleteAppBotConflict) GetPayload() *models.ErrorDocument + func (o *DeleteAppBotConflict) IsClientError() bool + func (o *DeleteAppBotConflict) IsCode(code int) bool + func (o *DeleteAppBotConflict) IsRedirect() bool + func (o *DeleteAppBotConflict) IsServerError() bool + func (o *DeleteAppBotConflict) IsSuccess() bool + func (o *DeleteAppBotConflict) String() string + type DeleteAppBotForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteAppBotForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotForbidden() *DeleteAppBotForbidden + func (o *DeleteAppBotForbidden) Code() int + func (o *DeleteAppBotForbidden) Error() string + func (o *DeleteAppBotForbidden) GetPayload() *DeleteAppBotForbiddenBody + func (o *DeleteAppBotForbidden) IsClientError() bool + func (o *DeleteAppBotForbidden) IsCode(code int) bool + func (o *DeleteAppBotForbidden) IsRedirect() bool + func (o *DeleteAppBotForbidden) IsServerError() bool + func (o *DeleteAppBotForbidden) IsSuccess() bool + func (o *DeleteAppBotForbidden) String() string + type DeleteAppBotForbiddenBody struct + Errors []*DeleteAppBotForbiddenBodyErrorsItems0 + Jsonapi *DeleteAppBotForbiddenBodyJsonapi + func (o *DeleteAppBotForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppBotForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteAppBotForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteAppBotForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteAppBotForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteAppBotForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteAppBotForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppBotForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteAppBotForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteAppBotForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteAppBotForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteAppBotForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteAppBotForbiddenBodyJsonapi struct + Version *string + func (o *DeleteAppBotForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppBotForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteAppBotForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteAppBotForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteAppBotInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotInternalServerError() *DeleteAppBotInternalServerError + func (o *DeleteAppBotInternalServerError) Code() int + func (o *DeleteAppBotInternalServerError) Error() string + func (o *DeleteAppBotInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteAppBotInternalServerError) IsClientError() bool + func (o *DeleteAppBotInternalServerError) IsCode(code int) bool + func (o *DeleteAppBotInternalServerError) IsRedirect() bool + func (o *DeleteAppBotInternalServerError) IsServerError() bool + func (o *DeleteAppBotInternalServerError) IsSuccess() bool + func (o *DeleteAppBotInternalServerError) String() string + type DeleteAppBotNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotNoContent() *DeleteAppBotNoContent + func (o *DeleteAppBotNoContent) Code() int + func (o *DeleteAppBotNoContent) Error() string + func (o *DeleteAppBotNoContent) IsClientError() bool + func (o *DeleteAppBotNoContent) IsCode(code int) bool + func (o *DeleteAppBotNoContent) IsRedirect() bool + func (o *DeleteAppBotNoContent) IsServerError() bool + func (o *DeleteAppBotNoContent) IsSuccess() bool + func (o *DeleteAppBotNoContent) String() string + type DeleteAppBotNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotNotFound() *DeleteAppBotNotFound + func (o *DeleteAppBotNotFound) Code() int + func (o *DeleteAppBotNotFound) Error() string + func (o *DeleteAppBotNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteAppBotNotFound) IsClientError() bool + func (o *DeleteAppBotNotFound) IsCode(code int) bool + func (o *DeleteAppBotNotFound) IsRedirect() bool + func (o *DeleteAppBotNotFound) IsServerError() bool + func (o *DeleteAppBotNotFound) IsSuccess() bool + func (o *DeleteAppBotNotFound) String() string + type DeleteAppBotParams struct + BotID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewDeleteAppBotParams() *DeleteAppBotParams + func NewDeleteAppBotParamsWithContext(ctx context.Context) *DeleteAppBotParams + func NewDeleteAppBotParamsWithHTTPClient(client *http.Client) *DeleteAppBotParams + func NewDeleteAppBotParamsWithTimeout(timeout time.Duration) *DeleteAppBotParams + func (o *DeleteAppBotParams) SetBotID(botID strfmt.UUID) + func (o *DeleteAppBotParams) SetContext(ctx context.Context) + func (o *DeleteAppBotParams) SetDefaults() + func (o *DeleteAppBotParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppBotParams) SetOrgID(orgID strfmt.UUID) + func (o *DeleteAppBotParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppBotParams) SetVersion(version string) + func (o *DeleteAppBotParams) WithBotID(botID strfmt.UUID) *DeleteAppBotParams + func (o *DeleteAppBotParams) WithContext(ctx context.Context) *DeleteAppBotParams + func (o *DeleteAppBotParams) WithDefaults() *DeleteAppBotParams + func (o *DeleteAppBotParams) WithHTTPClient(client *http.Client) *DeleteAppBotParams + func (o *DeleteAppBotParams) WithOrgID(orgID strfmt.UUID) *DeleteAppBotParams + func (o *DeleteAppBotParams) WithTimeout(timeout time.Duration) *DeleteAppBotParams + func (o *DeleteAppBotParams) WithVersion(version string) *DeleteAppBotParams + func (o *DeleteAppBotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppBotReader struct + func (o *DeleteAppBotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppBotUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppBotUnauthorized() *DeleteAppBotUnauthorized + func (o *DeleteAppBotUnauthorized) Code() int + func (o *DeleteAppBotUnauthorized) Error() string + func (o *DeleteAppBotUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteAppBotUnauthorized) IsClientError() bool + func (o *DeleteAppBotUnauthorized) IsCode(code int) bool + func (o *DeleteAppBotUnauthorized) IsRedirect() bool + func (o *DeleteAppBotUnauthorized) IsServerError() bool + func (o *DeleteAppBotUnauthorized) IsSuccess() bool + func (o *DeleteAppBotUnauthorized) String() string + type DeleteAppByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDBadRequest() *DeleteAppByIDBadRequest + func (o *DeleteAppByIDBadRequest) Code() int + func (o *DeleteAppByIDBadRequest) Error() string + func (o *DeleteAppByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteAppByIDBadRequest) IsClientError() bool + func (o *DeleteAppByIDBadRequest) IsCode(code int) bool + func (o *DeleteAppByIDBadRequest) IsRedirect() bool + func (o *DeleteAppByIDBadRequest) IsServerError() bool + func (o *DeleteAppByIDBadRequest) IsSuccess() bool + func (o *DeleteAppByIDBadRequest) String() string + type DeleteAppByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDConflict() *DeleteAppByIDConflict + func (o *DeleteAppByIDConflict) Code() int + func (o *DeleteAppByIDConflict) Error() string + func (o *DeleteAppByIDConflict) GetPayload() *models.ErrorDocument + func (o *DeleteAppByIDConflict) IsClientError() bool + func (o *DeleteAppByIDConflict) IsCode(code int) bool + func (o *DeleteAppByIDConflict) IsRedirect() bool + func (o *DeleteAppByIDConflict) IsServerError() bool + func (o *DeleteAppByIDConflict) IsSuccess() bool + func (o *DeleteAppByIDConflict) String() string + type DeleteAppByIDForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteAppByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDForbidden() *DeleteAppByIDForbidden + func (o *DeleteAppByIDForbidden) Code() int + func (o *DeleteAppByIDForbidden) Error() string + func (o *DeleteAppByIDForbidden) GetPayload() *DeleteAppByIDForbiddenBody + func (o *DeleteAppByIDForbidden) IsClientError() bool + func (o *DeleteAppByIDForbidden) IsCode(code int) bool + func (o *DeleteAppByIDForbidden) IsRedirect() bool + func (o *DeleteAppByIDForbidden) IsServerError() bool + func (o *DeleteAppByIDForbidden) IsSuccess() bool + func (o *DeleteAppByIDForbidden) String() string + type DeleteAppByIDForbiddenBody struct + Errors []*DeleteAppByIDForbiddenBodyErrorsItems0 + Jsonapi *DeleteAppByIDForbiddenBodyJsonapi + func (o *DeleteAppByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteAppByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteAppByIDForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteAppByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteAppByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteAppByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteAppByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteAppByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteAppByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteAppByIDForbiddenBodyJsonapi struct + Version *string + func (o *DeleteAppByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteAppByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteAppByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteAppByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDInternalServerError() *DeleteAppByIDInternalServerError + func (o *DeleteAppByIDInternalServerError) Code() int + func (o *DeleteAppByIDInternalServerError) Error() string + func (o *DeleteAppByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteAppByIDInternalServerError) IsClientError() bool + func (o *DeleteAppByIDInternalServerError) IsCode(code int) bool + func (o *DeleteAppByIDInternalServerError) IsRedirect() bool + func (o *DeleteAppByIDInternalServerError) IsServerError() bool + func (o *DeleteAppByIDInternalServerError) IsSuccess() bool + func (o *DeleteAppByIDInternalServerError) String() string + type DeleteAppByIDNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDNoContent() *DeleteAppByIDNoContent + func (o *DeleteAppByIDNoContent) Code() int + func (o *DeleteAppByIDNoContent) Error() string + func (o *DeleteAppByIDNoContent) IsClientError() bool + func (o *DeleteAppByIDNoContent) IsCode(code int) bool + func (o *DeleteAppByIDNoContent) IsRedirect() bool + func (o *DeleteAppByIDNoContent) IsServerError() bool + func (o *DeleteAppByIDNoContent) IsSuccess() bool + func (o *DeleteAppByIDNoContent) String() string + type DeleteAppByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDNotFound() *DeleteAppByIDNotFound + func (o *DeleteAppByIDNotFound) Code() int + func (o *DeleteAppByIDNotFound) Error() string + func (o *DeleteAppByIDNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteAppByIDNotFound) IsClientError() bool + func (o *DeleteAppByIDNotFound) IsCode(code int) bool + func (o *DeleteAppByIDNotFound) IsRedirect() bool + func (o *DeleteAppByIDNotFound) IsServerError() bool + func (o *DeleteAppByIDNotFound) IsSuccess() bool + func (o *DeleteAppByIDNotFound) String() string + type DeleteAppByIDParams struct + AppID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewDeleteAppByIDParams() *DeleteAppByIDParams + func NewDeleteAppByIDParamsWithContext(ctx context.Context) *DeleteAppByIDParams + func NewDeleteAppByIDParamsWithHTTPClient(client *http.Client) *DeleteAppByIDParams + func NewDeleteAppByIDParamsWithTimeout(timeout time.Duration) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) SetAppID(appID strfmt.UUID) + func (o *DeleteAppByIDParams) SetContext(ctx context.Context) + func (o *DeleteAppByIDParams) SetDefaults() + func (o *DeleteAppByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppByIDParams) SetOrgID(orgID strfmt.UUID) + func (o *DeleteAppByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppByIDParams) SetVersion(version string) + func (o *DeleteAppByIDParams) WithAppID(appID strfmt.UUID) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithContext(ctx context.Context) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithDefaults() *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithHTTPClient(client *http.Client) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithTimeout(timeout time.Duration) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WithVersion(version string) *DeleteAppByIDParams + func (o *DeleteAppByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppByIDReader struct + func (o *DeleteAppByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppByIDUnauthorized() *DeleteAppByIDUnauthorized + func (o *DeleteAppByIDUnauthorized) Code() int + func (o *DeleteAppByIDUnauthorized) Error() string + func (o *DeleteAppByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteAppByIDUnauthorized) IsClientError() bool + func (o *DeleteAppByIDUnauthorized) IsCode(code int) bool + func (o *DeleteAppByIDUnauthorized) IsRedirect() bool + func (o *DeleteAppByIDUnauthorized) IsServerError() bool + func (o *DeleteAppByIDUnauthorized) IsSuccess() bool + func (o *DeleteAppByIDUnauthorized) String() string + type DeleteAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppConflict() *DeleteAppConflict + func (o *DeleteAppConflict) Code() int + func (o *DeleteAppConflict) Error() string + func (o *DeleteAppConflict) GetPayload() *models.ErrorDocument + func (o *DeleteAppConflict) IsClientError() bool + func (o *DeleteAppConflict) IsCode(code int) bool + func (o *DeleteAppConflict) IsRedirect() bool + func (o *DeleteAppConflict) IsServerError() bool + func (o *DeleteAppConflict) IsSuccess() bool + func (o *DeleteAppConflict) String() string + type DeleteAppForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppForbidden() *DeleteAppForbidden + func (o *DeleteAppForbidden) Code() int + func (o *DeleteAppForbidden) Error() string + func (o *DeleteAppForbidden) GetPayload() *DeleteAppForbiddenBody + func (o *DeleteAppForbidden) IsClientError() bool + func (o *DeleteAppForbidden) IsCode(code int) bool + func (o *DeleteAppForbidden) IsRedirect() bool + func (o *DeleteAppForbidden) IsServerError() bool + func (o *DeleteAppForbidden) IsSuccess() bool + func (o *DeleteAppForbidden) String() string + type DeleteAppForbiddenBody struct + Errors []*DeleteAppForbiddenBodyErrorsItems0 + Jsonapi *DeleteAppForbiddenBodyJsonapi + func (o *DeleteAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteAppForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteAppForbiddenBodyJsonapi struct + Version *string + func (o *DeleteAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppInternalServerError() *DeleteAppInternalServerError + func (o *DeleteAppInternalServerError) Code() int + func (o *DeleteAppInternalServerError) Error() string + func (o *DeleteAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteAppInternalServerError) IsClientError() bool + func (o *DeleteAppInternalServerError) IsCode(code int) bool + func (o *DeleteAppInternalServerError) IsRedirect() bool + func (o *DeleteAppInternalServerError) IsServerError() bool + func (o *DeleteAppInternalServerError) IsSuccess() bool + func (o *DeleteAppInternalServerError) String() string + type DeleteAppNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppNoContent() *DeleteAppNoContent + func (o *DeleteAppNoContent) Code() int + func (o *DeleteAppNoContent) Error() string + func (o *DeleteAppNoContent) IsClientError() bool + func (o *DeleteAppNoContent) IsCode(code int) bool + func (o *DeleteAppNoContent) IsRedirect() bool + func (o *DeleteAppNoContent) IsServerError() bool + func (o *DeleteAppNoContent) IsSuccess() bool + func (o *DeleteAppNoContent) String() string + type DeleteAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppNotFound() *DeleteAppNotFound + func (o *DeleteAppNotFound) Code() int + func (o *DeleteAppNotFound) Error() string + func (o *DeleteAppNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteAppNotFound) IsClientError() bool + func (o *DeleteAppNotFound) IsCode(code int) bool + func (o *DeleteAppNotFound) IsRedirect() bool + func (o *DeleteAppNotFound) IsServerError() bool + func (o *DeleteAppNotFound) IsSuccess() bool + func (o *DeleteAppNotFound) String() string + type DeleteAppOrgInstallByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDBadRequest() *DeleteAppOrgInstallByIDBadRequest + func (o *DeleteAppOrgInstallByIDBadRequest) Code() int + func (o *DeleteAppOrgInstallByIDBadRequest) Error() string + func (o *DeleteAppOrgInstallByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteAppOrgInstallByIDBadRequest) IsClientError() bool + func (o *DeleteAppOrgInstallByIDBadRequest) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDBadRequest) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDBadRequest) IsServerError() bool + func (o *DeleteAppOrgInstallByIDBadRequest) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDBadRequest) String() string + type DeleteAppOrgInstallByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDConflict() *DeleteAppOrgInstallByIDConflict + func (o *DeleteAppOrgInstallByIDConflict) Code() int + func (o *DeleteAppOrgInstallByIDConflict) Error() string + func (o *DeleteAppOrgInstallByIDConflict) GetPayload() *models.ErrorDocument + func (o *DeleteAppOrgInstallByIDConflict) IsClientError() bool + func (o *DeleteAppOrgInstallByIDConflict) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDConflict) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDConflict) IsServerError() bool + func (o *DeleteAppOrgInstallByIDConflict) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDConflict) String() string + type DeleteAppOrgInstallByIDForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteAppOrgInstallByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDForbidden() *DeleteAppOrgInstallByIDForbidden + func (o *DeleteAppOrgInstallByIDForbidden) Code() int + func (o *DeleteAppOrgInstallByIDForbidden) Error() string + func (o *DeleteAppOrgInstallByIDForbidden) GetPayload() *DeleteAppOrgInstallByIDForbiddenBody + func (o *DeleteAppOrgInstallByIDForbidden) IsClientError() bool + func (o *DeleteAppOrgInstallByIDForbidden) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDForbidden) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDForbidden) IsServerError() bool + func (o *DeleteAppOrgInstallByIDForbidden) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDForbidden) String() string + type DeleteAppOrgInstallByIDForbiddenBody struct + Errors []*DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0 + Jsonapi *DeleteAppOrgInstallByIDForbiddenBodyJsonapi + func (o *DeleteAppOrgInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppOrgInstallByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteAppOrgInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteAppOrgInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteAppOrgInstallByIDForbiddenBodyJsonapi struct + Version *string + func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteAppOrgInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteAppOrgInstallByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDInternalServerError() *DeleteAppOrgInstallByIDInternalServerError + func (o *DeleteAppOrgInstallByIDInternalServerError) Code() int + func (o *DeleteAppOrgInstallByIDInternalServerError) Error() string + func (o *DeleteAppOrgInstallByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteAppOrgInstallByIDInternalServerError) IsClientError() bool + func (o *DeleteAppOrgInstallByIDInternalServerError) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDInternalServerError) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDInternalServerError) IsServerError() bool + func (o *DeleteAppOrgInstallByIDInternalServerError) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDInternalServerError) String() string + type DeleteAppOrgInstallByIDNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDNoContent() *DeleteAppOrgInstallByIDNoContent + func (o *DeleteAppOrgInstallByIDNoContent) Code() int + func (o *DeleteAppOrgInstallByIDNoContent) Error() string + func (o *DeleteAppOrgInstallByIDNoContent) IsClientError() bool + func (o *DeleteAppOrgInstallByIDNoContent) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDNoContent) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDNoContent) IsServerError() bool + func (o *DeleteAppOrgInstallByIDNoContent) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDNoContent) String() string + type DeleteAppOrgInstallByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDNotFound() *DeleteAppOrgInstallByIDNotFound + func (o *DeleteAppOrgInstallByIDNotFound) Code() int + func (o *DeleteAppOrgInstallByIDNotFound) Error() string + func (o *DeleteAppOrgInstallByIDNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteAppOrgInstallByIDNotFound) IsClientError() bool + func (o *DeleteAppOrgInstallByIDNotFound) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDNotFound) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDNotFound) IsServerError() bool + func (o *DeleteAppOrgInstallByIDNotFound) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDNotFound) String() string + type DeleteAppOrgInstallByIDParams struct + Context context.Context + HTTPClient *http.Client + InstallID strfmt.UUID + OrgID strfmt.UUID + Version string + func NewDeleteAppOrgInstallByIDParams() *DeleteAppOrgInstallByIDParams + func NewDeleteAppOrgInstallByIDParamsWithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams + func NewDeleteAppOrgInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams + func NewDeleteAppOrgInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) SetContext(ctx context.Context) + func (o *DeleteAppOrgInstallByIDParams) SetDefaults() + func (o *DeleteAppOrgInstallByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppOrgInstallByIDParams) SetInstallID(installID strfmt.UUID) + func (o *DeleteAppOrgInstallByIDParams) SetOrgID(orgID strfmt.UUID) + func (o *DeleteAppOrgInstallByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppOrgInstallByIDParams) SetVersion(version string) + func (o *DeleteAppOrgInstallByIDParams) WithContext(ctx context.Context) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithDefaults() *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithOrgID(orgID strfmt.UUID) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WithVersion(version string) *DeleteAppOrgInstallByIDParams + func (o *DeleteAppOrgInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppOrgInstallByIDReader struct + func (o *DeleteAppOrgInstallByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppOrgInstallByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppOrgInstallByIDUnauthorized() *DeleteAppOrgInstallByIDUnauthorized + func (o *DeleteAppOrgInstallByIDUnauthorized) Code() int + func (o *DeleteAppOrgInstallByIDUnauthorized) Error() string + func (o *DeleteAppOrgInstallByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteAppOrgInstallByIDUnauthorized) IsClientError() bool + func (o *DeleteAppOrgInstallByIDUnauthorized) IsCode(code int) bool + func (o *DeleteAppOrgInstallByIDUnauthorized) IsRedirect() bool + func (o *DeleteAppOrgInstallByIDUnauthorized) IsServerError() bool + func (o *DeleteAppOrgInstallByIDUnauthorized) IsSuccess() bool + func (o *DeleteAppOrgInstallByIDUnauthorized) String() string + type DeleteAppParams struct + ClientID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewDeleteAppParams() *DeleteAppParams + func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams + func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams + func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) SetClientID(clientID strfmt.UUID) + func (o *DeleteAppParams) SetContext(ctx context.Context) + func (o *DeleteAppParams) SetDefaults() + func (o *DeleteAppParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppParams) SetOrgID(orgID strfmt.UUID) + func (o *DeleteAppParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppParams) SetVersion(version string) + func (o *DeleteAppParams) WithClientID(clientID strfmt.UUID) *DeleteAppParams + func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams + func (o *DeleteAppParams) WithDefaults() *DeleteAppParams + func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams + func (o *DeleteAppParams) WithOrgID(orgID strfmt.UUID) *DeleteAppParams + func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) WithVersion(version string) *DeleteAppParams + func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppReader struct + func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteAppUnauthorized() *DeleteAppUnauthorized + func (o *DeleteAppUnauthorized) Code() int + func (o *DeleteAppUnauthorized) Error() string + func (o *DeleteAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteAppUnauthorized) IsClientError() bool + func (o *DeleteAppUnauthorized) IsCode(code int) bool + func (o *DeleteAppUnauthorized) IsRedirect() bool + func (o *DeleteAppUnauthorized) IsServerError() bool + func (o *DeleteAppUnauthorized) IsSuccess() bool + func (o *DeleteAppUnauthorized) String() string + type DeleteGroupAppInstallByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDBadRequest() *DeleteGroupAppInstallByIDBadRequest + func (o *DeleteGroupAppInstallByIDBadRequest) Code() int + func (o *DeleteGroupAppInstallByIDBadRequest) Error() string + func (o *DeleteGroupAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteGroupAppInstallByIDBadRequest) IsClientError() bool + func (o *DeleteGroupAppInstallByIDBadRequest) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDBadRequest) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDBadRequest) IsServerError() bool + func (o *DeleteGroupAppInstallByIDBadRequest) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDBadRequest) String() string + type DeleteGroupAppInstallByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDConflict() *DeleteGroupAppInstallByIDConflict + func (o *DeleteGroupAppInstallByIDConflict) Code() int + func (o *DeleteGroupAppInstallByIDConflict) Error() string + func (o *DeleteGroupAppInstallByIDConflict) GetPayload() *models.ErrorDocument + func (o *DeleteGroupAppInstallByIDConflict) IsClientError() bool + func (o *DeleteGroupAppInstallByIDConflict) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDConflict) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDConflict) IsServerError() bool + func (o *DeleteGroupAppInstallByIDConflict) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDConflict) String() string + type DeleteGroupAppInstallByIDForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteGroupAppInstallByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDForbidden() *DeleteGroupAppInstallByIDForbidden + func (o *DeleteGroupAppInstallByIDForbidden) Code() int + func (o *DeleteGroupAppInstallByIDForbidden) Error() string + func (o *DeleteGroupAppInstallByIDForbidden) GetPayload() *DeleteGroupAppInstallByIDForbiddenBody + func (o *DeleteGroupAppInstallByIDForbidden) IsClientError() bool + func (o *DeleteGroupAppInstallByIDForbidden) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDForbidden) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDForbidden) IsServerError() bool + func (o *DeleteGroupAppInstallByIDForbidden) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDForbidden) String() string + type DeleteGroupAppInstallByIDForbiddenBody struct + Errors []*DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0 + Jsonapi *DeleteGroupAppInstallByIDForbiddenBodyJsonapi + func (o *DeleteGroupAppInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteGroupAppInstallByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteGroupAppInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteGroupAppInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteGroupAppInstallByIDForbiddenBodyJsonapi struct + Version *string + func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteGroupAppInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteGroupAppInstallByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDInternalServerError() *DeleteGroupAppInstallByIDInternalServerError + func (o *DeleteGroupAppInstallByIDInternalServerError) Code() int + func (o *DeleteGroupAppInstallByIDInternalServerError) Error() string + func (o *DeleteGroupAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteGroupAppInstallByIDInternalServerError) IsClientError() bool + func (o *DeleteGroupAppInstallByIDInternalServerError) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDInternalServerError) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDInternalServerError) IsServerError() bool + func (o *DeleteGroupAppInstallByIDInternalServerError) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDInternalServerError) String() string + type DeleteGroupAppInstallByIDNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDNoContent() *DeleteGroupAppInstallByIDNoContent + func (o *DeleteGroupAppInstallByIDNoContent) Code() int + func (o *DeleteGroupAppInstallByIDNoContent) Error() string + func (o *DeleteGroupAppInstallByIDNoContent) IsClientError() bool + func (o *DeleteGroupAppInstallByIDNoContent) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDNoContent) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDNoContent) IsServerError() bool + func (o *DeleteGroupAppInstallByIDNoContent) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDNoContent) String() string + type DeleteGroupAppInstallByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDNotFound() *DeleteGroupAppInstallByIDNotFound + func (o *DeleteGroupAppInstallByIDNotFound) Code() int + func (o *DeleteGroupAppInstallByIDNotFound) Error() string + func (o *DeleteGroupAppInstallByIDNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteGroupAppInstallByIDNotFound) IsClientError() bool + func (o *DeleteGroupAppInstallByIDNotFound) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDNotFound) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDNotFound) IsServerError() bool + func (o *DeleteGroupAppInstallByIDNotFound) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDNotFound) String() string + type DeleteGroupAppInstallByIDParams struct + Context context.Context + GroupID strfmt.UUID + HTTPClient *http.Client + InstallID strfmt.UUID + Version string + func NewDeleteGroupAppInstallByIDParams() *DeleteGroupAppInstallByIDParams + func NewDeleteGroupAppInstallByIDParamsWithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams + func NewDeleteGroupAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams + func NewDeleteGroupAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) SetContext(ctx context.Context) + func (o *DeleteGroupAppInstallByIDParams) SetDefaults() + func (o *DeleteGroupAppInstallByIDParams) SetGroupID(groupID strfmt.UUID) + func (o *DeleteGroupAppInstallByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteGroupAppInstallByIDParams) SetInstallID(installID strfmt.UUID) + func (o *DeleteGroupAppInstallByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteGroupAppInstallByIDParams) SetVersion(version string) + func (o *DeleteGroupAppInstallByIDParams) WithContext(ctx context.Context) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithDefaults() *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithGroupID(groupID strfmt.UUID) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WithVersion(version string) *DeleteGroupAppInstallByIDParams + func (o *DeleteGroupAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteGroupAppInstallByIDReader struct + func (o *DeleteGroupAppInstallByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteGroupAppInstallByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteGroupAppInstallByIDUnauthorized() *DeleteGroupAppInstallByIDUnauthorized + func (o *DeleteGroupAppInstallByIDUnauthorized) Code() int + func (o *DeleteGroupAppInstallByIDUnauthorized) Error() string + func (o *DeleteGroupAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteGroupAppInstallByIDUnauthorized) IsClientError() bool + func (o *DeleteGroupAppInstallByIDUnauthorized) IsCode(code int) bool + func (o *DeleteGroupAppInstallByIDUnauthorized) IsRedirect() bool + func (o *DeleteGroupAppInstallByIDUnauthorized) IsServerError() bool + func (o *DeleteGroupAppInstallByIDUnauthorized) IsSuccess() bool + func (o *DeleteGroupAppInstallByIDUnauthorized) String() string + type DeleteUserAppInstallByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDBadRequest() *DeleteUserAppInstallByIDBadRequest + func (o *DeleteUserAppInstallByIDBadRequest) Code() int + func (o *DeleteUserAppInstallByIDBadRequest) Error() string + func (o *DeleteUserAppInstallByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *DeleteUserAppInstallByIDBadRequest) IsClientError() bool + func (o *DeleteUserAppInstallByIDBadRequest) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDBadRequest) IsRedirect() bool + func (o *DeleteUserAppInstallByIDBadRequest) IsServerError() bool + func (o *DeleteUserAppInstallByIDBadRequest) IsSuccess() bool + func (o *DeleteUserAppInstallByIDBadRequest) String() string + type DeleteUserAppInstallByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDConflict() *DeleteUserAppInstallByIDConflict + func (o *DeleteUserAppInstallByIDConflict) Code() int + func (o *DeleteUserAppInstallByIDConflict) Error() string + func (o *DeleteUserAppInstallByIDConflict) GetPayload() *models.ErrorDocument + func (o *DeleteUserAppInstallByIDConflict) IsClientError() bool + func (o *DeleteUserAppInstallByIDConflict) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDConflict) IsRedirect() bool + func (o *DeleteUserAppInstallByIDConflict) IsServerError() bool + func (o *DeleteUserAppInstallByIDConflict) IsSuccess() bool + func (o *DeleteUserAppInstallByIDConflict) String() string + type DeleteUserAppInstallByIDForbidden struct + Deprecation strfmt.DateTime + Payload *DeleteUserAppInstallByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDForbidden() *DeleteUserAppInstallByIDForbidden + func (o *DeleteUserAppInstallByIDForbidden) Code() int + func (o *DeleteUserAppInstallByIDForbidden) Error() string + func (o *DeleteUserAppInstallByIDForbidden) GetPayload() *DeleteUserAppInstallByIDForbiddenBody + func (o *DeleteUserAppInstallByIDForbidden) IsClientError() bool + func (o *DeleteUserAppInstallByIDForbidden) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDForbidden) IsRedirect() bool + func (o *DeleteUserAppInstallByIDForbidden) IsServerError() bool + func (o *DeleteUserAppInstallByIDForbidden) IsSuccess() bool + func (o *DeleteUserAppInstallByIDForbidden) String() string + type DeleteUserAppInstallByIDForbiddenBody struct + Errors []*DeleteUserAppInstallByIDForbiddenBodyErrorsItems0 + Jsonapi *DeleteUserAppInstallByIDForbiddenBodyJsonapi + func (o *DeleteUserAppInstallByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteUserAppInstallByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteUserAppInstallByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteUserAppInstallByIDForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *DeleteUserAppInstallByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type DeleteUserAppInstallByIDForbiddenBodyJsonapi struct + Version *string + func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *DeleteUserAppInstallByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type DeleteUserAppInstallByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDInternalServerError() *DeleteUserAppInstallByIDInternalServerError + func (o *DeleteUserAppInstallByIDInternalServerError) Code() int + func (o *DeleteUserAppInstallByIDInternalServerError) Error() string + func (o *DeleteUserAppInstallByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *DeleteUserAppInstallByIDInternalServerError) IsClientError() bool + func (o *DeleteUserAppInstallByIDInternalServerError) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDInternalServerError) IsRedirect() bool + func (o *DeleteUserAppInstallByIDInternalServerError) IsServerError() bool + func (o *DeleteUserAppInstallByIDInternalServerError) IsSuccess() bool + func (o *DeleteUserAppInstallByIDInternalServerError) String() string + type DeleteUserAppInstallByIDNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDNoContent() *DeleteUserAppInstallByIDNoContent + func (o *DeleteUserAppInstallByIDNoContent) Code() int + func (o *DeleteUserAppInstallByIDNoContent) Error() string + func (o *DeleteUserAppInstallByIDNoContent) IsClientError() bool + func (o *DeleteUserAppInstallByIDNoContent) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDNoContent) IsRedirect() bool + func (o *DeleteUserAppInstallByIDNoContent) IsServerError() bool + func (o *DeleteUserAppInstallByIDNoContent) IsSuccess() bool + func (o *DeleteUserAppInstallByIDNoContent) String() string + type DeleteUserAppInstallByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDNotFound() *DeleteUserAppInstallByIDNotFound + func (o *DeleteUserAppInstallByIDNotFound) Code() int + func (o *DeleteUserAppInstallByIDNotFound) Error() string + func (o *DeleteUserAppInstallByIDNotFound) GetPayload() *models.ErrorDocument + func (o *DeleteUserAppInstallByIDNotFound) IsClientError() bool + func (o *DeleteUserAppInstallByIDNotFound) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDNotFound) IsRedirect() bool + func (o *DeleteUserAppInstallByIDNotFound) IsServerError() bool + func (o *DeleteUserAppInstallByIDNotFound) IsSuccess() bool + func (o *DeleteUserAppInstallByIDNotFound) String() string + type DeleteUserAppInstallByIDParams struct + Context context.Context + HTTPClient *http.Client + InstallID strfmt.UUID + Version string + func NewDeleteUserAppInstallByIDParams() *DeleteUserAppInstallByIDParams + func NewDeleteUserAppInstallByIDParamsWithContext(ctx context.Context) *DeleteUserAppInstallByIDParams + func NewDeleteUserAppInstallByIDParamsWithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams + func NewDeleteUserAppInstallByIDParamsWithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) SetContext(ctx context.Context) + func (o *DeleteUserAppInstallByIDParams) SetDefaults() + func (o *DeleteUserAppInstallByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteUserAppInstallByIDParams) SetInstallID(installID strfmt.UUID) + func (o *DeleteUserAppInstallByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteUserAppInstallByIDParams) SetVersion(version string) + func (o *DeleteUserAppInstallByIDParams) WithContext(ctx context.Context) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WithDefaults() *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WithHTTPClient(client *http.Client) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WithInstallID(installID strfmt.UUID) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WithTimeout(timeout time.Duration) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WithVersion(version string) *DeleteUserAppInstallByIDParams + func (o *DeleteUserAppInstallByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteUserAppInstallByIDReader struct + func (o *DeleteUserAppInstallByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteUserAppInstallByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewDeleteUserAppInstallByIDUnauthorized() *DeleteUserAppInstallByIDUnauthorized + func (o *DeleteUserAppInstallByIDUnauthorized) Code() int + func (o *DeleteUserAppInstallByIDUnauthorized) Error() string + func (o *DeleteUserAppInstallByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *DeleteUserAppInstallByIDUnauthorized) IsClientError() bool + func (o *DeleteUserAppInstallByIDUnauthorized) IsCode(code int) bool + func (o *DeleteUserAppInstallByIDUnauthorized) IsRedirect() bool + func (o *DeleteUserAppInstallByIDUnauthorized) IsServerError() bool + func (o *DeleteUserAppInstallByIDUnauthorized) IsSuccess() bool + func (o *DeleteUserAppInstallByIDUnauthorized) String() string + type GetAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBadRequest() *GetAppBadRequest + func (o *GetAppBadRequest) Code() int + func (o *GetAppBadRequest) Error() string + func (o *GetAppBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppBadRequest) IsClientError() bool + func (o *GetAppBadRequest) IsCode(code int) bool + func (o *GetAppBadRequest) IsRedirect() bool + func (o *GetAppBadRequest) IsServerError() bool + func (o *GetAppBadRequest) IsSuccess() bool + func (o *GetAppBadRequest) String() string + type GetAppBotsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsBadRequest() *GetAppBotsBadRequest + func (o *GetAppBotsBadRequest) Code() int + func (o *GetAppBotsBadRequest) Error() string + func (o *GetAppBotsBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppBotsBadRequest) IsClientError() bool + func (o *GetAppBotsBadRequest) IsCode(code int) bool + func (o *GetAppBotsBadRequest) IsRedirect() bool + func (o *GetAppBotsBadRequest) IsServerError() bool + func (o *GetAppBotsBadRequest) IsSuccess() bool + func (o *GetAppBotsBadRequest) String() string + type GetAppBotsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsConflict() *GetAppBotsConflict + func (o *GetAppBotsConflict) Code() int + func (o *GetAppBotsConflict) Error() string + func (o *GetAppBotsConflict) GetPayload() *models.ErrorDocument + func (o *GetAppBotsConflict) IsClientError() bool + func (o *GetAppBotsConflict) IsCode(code int) bool + func (o *GetAppBotsConflict) IsRedirect() bool + func (o *GetAppBotsConflict) IsServerError() bool + func (o *GetAppBotsConflict) IsSuccess() bool + func (o *GetAppBotsConflict) String() string + type GetAppBotsForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppBotsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsForbidden() *GetAppBotsForbidden + func (o *GetAppBotsForbidden) Code() int + func (o *GetAppBotsForbidden) Error() string + func (o *GetAppBotsForbidden) GetPayload() *GetAppBotsForbiddenBody + func (o *GetAppBotsForbidden) IsClientError() bool + func (o *GetAppBotsForbidden) IsCode(code int) bool + func (o *GetAppBotsForbidden) IsRedirect() bool + func (o *GetAppBotsForbidden) IsServerError() bool + func (o *GetAppBotsForbidden) IsSuccess() bool + func (o *GetAppBotsForbidden) String() string + type GetAppBotsForbiddenBody struct + Errors []*GetAppBotsForbiddenBodyErrorsItems0 + Jsonapi *GetAppBotsForbiddenBodyJsonapi + func (o *GetAppBotsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppBotsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppBotsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppBotsForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppBotsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppBotsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppBotsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppBotsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppBotsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppBotsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppBotsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppBotsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppBotsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppBotsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppBotsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppBotsForbiddenBodyJsonapi struct + Version *string + func (o *GetAppBotsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppBotsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppBotsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppBotsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppBotsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsInternalServerError() *GetAppBotsInternalServerError + func (o *GetAppBotsInternalServerError) Code() int + func (o *GetAppBotsInternalServerError) Error() string + func (o *GetAppBotsInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppBotsInternalServerError) IsClientError() bool + func (o *GetAppBotsInternalServerError) IsCode(code int) bool + func (o *GetAppBotsInternalServerError) IsRedirect() bool + func (o *GetAppBotsInternalServerError) IsServerError() bool + func (o *GetAppBotsInternalServerError) IsSuccess() bool + func (o *GetAppBotsInternalServerError) String() string + type GetAppBotsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsNotFound() *GetAppBotsNotFound + func (o *GetAppBotsNotFound) Code() int + func (o *GetAppBotsNotFound) Error() string + func (o *GetAppBotsNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppBotsNotFound) IsClientError() bool + func (o *GetAppBotsNotFound) IsCode(code int) bool + func (o *GetAppBotsNotFound) IsRedirect() bool + func (o *GetAppBotsNotFound) IsServerError() bool + func (o *GetAppBotsNotFound) IsSuccess() bool + func (o *GetAppBotsNotFound) String() string + type GetAppBotsOK struct + Deprecation strfmt.DateTime + Payload *GetAppBotsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsOK() *GetAppBotsOK + func (o *GetAppBotsOK) Code() int + func (o *GetAppBotsOK) Error() string + func (o *GetAppBotsOK) GetPayload() *GetAppBotsOKBody + func (o *GetAppBotsOK) IsClientError() bool + func (o *GetAppBotsOK) IsCode(code int) bool + func (o *GetAppBotsOK) IsRedirect() bool + func (o *GetAppBotsOK) IsServerError() bool + func (o *GetAppBotsOK) IsSuccess() bool + func (o *GetAppBotsOK) String() string + type GetAppBotsOKBody struct + Data []*models.AppBot + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetAppBotsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppBotsOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppBotsOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppBotsOKBody) Validate(formats strfmt.Registry) error + type GetAppBotsParams struct + Context context.Context + EndingBefore *string + Expand []string + HTTPClient *http.Client + Limit *int32 + OrgID strfmt.UUID + StartingAfter *string + Version string + func NewGetAppBotsParams() *GetAppBotsParams + func NewGetAppBotsParamsWithContext(ctx context.Context) *GetAppBotsParams + func NewGetAppBotsParamsWithHTTPClient(client *http.Client) *GetAppBotsParams + func NewGetAppBotsParamsWithTimeout(timeout time.Duration) *GetAppBotsParams + func (o *GetAppBotsParams) SetContext(ctx context.Context) + func (o *GetAppBotsParams) SetDefaults() + func (o *GetAppBotsParams) SetEndingBefore(endingBefore *string) + func (o *GetAppBotsParams) SetExpand(expand []string) + func (o *GetAppBotsParams) SetHTTPClient(client *http.Client) + func (o *GetAppBotsParams) SetLimit(limit *int32) + func (o *GetAppBotsParams) SetOrgID(orgID strfmt.UUID) + func (o *GetAppBotsParams) SetStartingAfter(startingAfter *string) + func (o *GetAppBotsParams) SetTimeout(timeout time.Duration) + func (o *GetAppBotsParams) SetVersion(version string) + func (o *GetAppBotsParams) WithContext(ctx context.Context) *GetAppBotsParams + func (o *GetAppBotsParams) WithDefaults() *GetAppBotsParams + func (o *GetAppBotsParams) WithEndingBefore(endingBefore *string) *GetAppBotsParams + func (o *GetAppBotsParams) WithExpand(expand []string) *GetAppBotsParams + func (o *GetAppBotsParams) WithHTTPClient(client *http.Client) *GetAppBotsParams + func (o *GetAppBotsParams) WithLimit(limit *int32) *GetAppBotsParams + func (o *GetAppBotsParams) WithOrgID(orgID strfmt.UUID) *GetAppBotsParams + func (o *GetAppBotsParams) WithStartingAfter(startingAfter *string) *GetAppBotsParams + func (o *GetAppBotsParams) WithTimeout(timeout time.Duration) *GetAppBotsParams + func (o *GetAppBotsParams) WithVersion(version string) *GetAppBotsParams + func (o *GetAppBotsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppBotsReader struct + func (o *GetAppBotsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppBotsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppBotsUnauthorized() *GetAppBotsUnauthorized + func (o *GetAppBotsUnauthorized) Code() int + func (o *GetAppBotsUnauthorized) Error() string + func (o *GetAppBotsUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppBotsUnauthorized) IsClientError() bool + func (o *GetAppBotsUnauthorized) IsCode(code int) bool + func (o *GetAppBotsUnauthorized) IsRedirect() bool + func (o *GetAppBotsUnauthorized) IsServerError() bool + func (o *GetAppBotsUnauthorized) IsSuccess() bool + func (o *GetAppBotsUnauthorized) String() string + type GetAppByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDBadRequest() *GetAppByIDBadRequest + func (o *GetAppByIDBadRequest) Code() int + func (o *GetAppByIDBadRequest) Error() string + func (o *GetAppByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppByIDBadRequest) IsClientError() bool + func (o *GetAppByIDBadRequest) IsCode(code int) bool + func (o *GetAppByIDBadRequest) IsRedirect() bool + func (o *GetAppByIDBadRequest) IsServerError() bool + func (o *GetAppByIDBadRequest) IsSuccess() bool + func (o *GetAppByIDBadRequest) String() string + type GetAppByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDConflict() *GetAppByIDConflict + func (o *GetAppByIDConflict) Code() int + func (o *GetAppByIDConflict) Error() string + func (o *GetAppByIDConflict) GetPayload() *models.ErrorDocument + func (o *GetAppByIDConflict) IsClientError() bool + func (o *GetAppByIDConflict) IsCode(code int) bool + func (o *GetAppByIDConflict) IsRedirect() bool + func (o *GetAppByIDConflict) IsServerError() bool + func (o *GetAppByIDConflict) IsSuccess() bool + func (o *GetAppByIDConflict) String() string + type GetAppByIDForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDForbidden() *GetAppByIDForbidden + func (o *GetAppByIDForbidden) Code() int + func (o *GetAppByIDForbidden) Error() string + func (o *GetAppByIDForbidden) GetPayload() *GetAppByIDForbiddenBody + func (o *GetAppByIDForbidden) IsClientError() bool + func (o *GetAppByIDForbidden) IsCode(code int) bool + func (o *GetAppByIDForbidden) IsRedirect() bool + func (o *GetAppByIDForbidden) IsServerError() bool + func (o *GetAppByIDForbidden) IsSuccess() bool + func (o *GetAppByIDForbidden) String() string + type GetAppByIDForbiddenBody struct + Errors []*GetAppByIDForbiddenBodyErrorsItems0 + Jsonapi *GetAppByIDForbiddenBodyJsonapi + func (o *GetAppByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppByIDForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppByIDForbiddenBodyJsonapi struct + Version *string + func (o *GetAppByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDInternalServerError() *GetAppByIDInternalServerError + func (o *GetAppByIDInternalServerError) Code() int + func (o *GetAppByIDInternalServerError) Error() string + func (o *GetAppByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppByIDInternalServerError) IsClientError() bool + func (o *GetAppByIDInternalServerError) IsCode(code int) bool + func (o *GetAppByIDInternalServerError) IsRedirect() bool + func (o *GetAppByIDInternalServerError) IsServerError() bool + func (o *GetAppByIDInternalServerError) IsSuccess() bool + func (o *GetAppByIDInternalServerError) String() string + type GetAppByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDNotFound() *GetAppByIDNotFound + func (o *GetAppByIDNotFound) Code() int + func (o *GetAppByIDNotFound) Error() string + func (o *GetAppByIDNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppByIDNotFound) IsClientError() bool + func (o *GetAppByIDNotFound) IsCode(code int) bool + func (o *GetAppByIDNotFound) IsRedirect() bool + func (o *GetAppByIDNotFound) IsServerError() bool + func (o *GetAppByIDNotFound) IsSuccess() bool + func (o *GetAppByIDNotFound) String() string + type GetAppByIDOK struct + Deprecation strfmt.DateTime + Payload *GetAppByIDOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDOK() *GetAppByIDOK + func (o *GetAppByIDOK) Code() int + func (o *GetAppByIDOK) Error() string + func (o *GetAppByIDOK) GetPayload() *GetAppByIDOKBody + func (o *GetAppByIDOK) IsClientError() bool + func (o *GetAppByIDOK) IsCode(code int) bool + func (o *GetAppByIDOK) IsRedirect() bool + func (o *GetAppByIDOK) IsServerError() bool + func (o *GetAppByIDOK) IsSuccess() bool + func (o *GetAppByIDOK) String() string + type GetAppByIDOKBody struct + Data *models.AppData + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *GetAppByIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppByIDOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppByIDOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppByIDOKBody) Validate(formats strfmt.Registry) error + type GetAppByIDParams struct + AppID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewGetAppByIDParams() *GetAppByIDParams + func NewGetAppByIDParamsWithContext(ctx context.Context) *GetAppByIDParams + func NewGetAppByIDParamsWithHTTPClient(client *http.Client) *GetAppByIDParams + func NewGetAppByIDParamsWithTimeout(timeout time.Duration) *GetAppByIDParams + func (o *GetAppByIDParams) SetAppID(appID strfmt.UUID) + func (o *GetAppByIDParams) SetContext(ctx context.Context) + func (o *GetAppByIDParams) SetDefaults() + func (o *GetAppByIDParams) SetHTTPClient(client *http.Client) + func (o *GetAppByIDParams) SetOrgID(orgID strfmt.UUID) + func (o *GetAppByIDParams) SetTimeout(timeout time.Duration) + func (o *GetAppByIDParams) SetVersion(version string) + func (o *GetAppByIDParams) WithAppID(appID strfmt.UUID) *GetAppByIDParams + func (o *GetAppByIDParams) WithContext(ctx context.Context) *GetAppByIDParams + func (o *GetAppByIDParams) WithDefaults() *GetAppByIDParams + func (o *GetAppByIDParams) WithHTTPClient(client *http.Client) *GetAppByIDParams + func (o *GetAppByIDParams) WithOrgID(orgID strfmt.UUID) *GetAppByIDParams + func (o *GetAppByIDParams) WithTimeout(timeout time.Duration) *GetAppByIDParams + func (o *GetAppByIDParams) WithVersion(version string) *GetAppByIDParams + func (o *GetAppByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppByIDReader struct + func (o *GetAppByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppByIDUnauthorized() *GetAppByIDUnauthorized + func (o *GetAppByIDUnauthorized) Code() int + func (o *GetAppByIDUnauthorized) Error() string + func (o *GetAppByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppByIDUnauthorized) IsClientError() bool + func (o *GetAppByIDUnauthorized) IsCode(code int) bool + func (o *GetAppByIDUnauthorized) IsRedirect() bool + func (o *GetAppByIDUnauthorized) IsServerError() bool + func (o *GetAppByIDUnauthorized) IsSuccess() bool + func (o *GetAppByIDUnauthorized) String() string + type GetAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppConflict() *GetAppConflict + func (o *GetAppConflict) Code() int + func (o *GetAppConflict) Error() string + func (o *GetAppConflict) GetPayload() *models.ErrorDocument + func (o *GetAppConflict) IsClientError() bool + func (o *GetAppConflict) IsCode(code int) bool + func (o *GetAppConflict) IsRedirect() bool + func (o *GetAppConflict) IsServerError() bool + func (o *GetAppConflict) IsSuccess() bool + func (o *GetAppConflict) String() string + type GetAppForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppForbidden() *GetAppForbidden + func (o *GetAppForbidden) Code() int + func (o *GetAppForbidden) Error() string + func (o *GetAppForbidden) GetPayload() *GetAppForbiddenBody + func (o *GetAppForbidden) IsClientError() bool + func (o *GetAppForbidden) IsCode(code int) bool + func (o *GetAppForbidden) IsRedirect() bool + func (o *GetAppForbidden) IsServerError() bool + func (o *GetAppForbidden) IsSuccess() bool + func (o *GetAppForbidden) String() string + type GetAppForbiddenBody struct + Errors []*GetAppForbiddenBodyErrorsItems0 + Jsonapi *GetAppForbiddenBodyJsonapi + func (o *GetAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppForbiddenBodyJsonapi struct + Version *string + func (o *GetAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupBadRequest() *GetAppInstallsForGroupBadRequest + func (o *GetAppInstallsForGroupBadRequest) Code() int + func (o *GetAppInstallsForGroupBadRequest) Error() string + func (o *GetAppInstallsForGroupBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForGroupBadRequest) IsClientError() bool + func (o *GetAppInstallsForGroupBadRequest) IsCode(code int) bool + func (o *GetAppInstallsForGroupBadRequest) IsRedirect() bool + func (o *GetAppInstallsForGroupBadRequest) IsServerError() bool + func (o *GetAppInstallsForGroupBadRequest) IsSuccess() bool + func (o *GetAppInstallsForGroupBadRequest) String() string + type GetAppInstallsForGroupConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupConflict() *GetAppInstallsForGroupConflict + func (o *GetAppInstallsForGroupConflict) Code() int + func (o *GetAppInstallsForGroupConflict) Error() string + func (o *GetAppInstallsForGroupConflict) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForGroupConflict) IsClientError() bool + func (o *GetAppInstallsForGroupConflict) IsCode(code int) bool + func (o *GetAppInstallsForGroupConflict) IsRedirect() bool + func (o *GetAppInstallsForGroupConflict) IsServerError() bool + func (o *GetAppInstallsForGroupConflict) IsSuccess() bool + func (o *GetAppInstallsForGroupConflict) String() string + type GetAppInstallsForGroupForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForGroupForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupForbidden() *GetAppInstallsForGroupForbidden + func (o *GetAppInstallsForGroupForbidden) Code() int + func (o *GetAppInstallsForGroupForbidden) Error() string + func (o *GetAppInstallsForGroupForbidden) GetPayload() *GetAppInstallsForGroupForbiddenBody + func (o *GetAppInstallsForGroupForbidden) IsClientError() bool + func (o *GetAppInstallsForGroupForbidden) IsCode(code int) bool + func (o *GetAppInstallsForGroupForbidden) IsRedirect() bool + func (o *GetAppInstallsForGroupForbidden) IsServerError() bool + func (o *GetAppInstallsForGroupForbidden) IsSuccess() bool + func (o *GetAppInstallsForGroupForbidden) String() string + type GetAppInstallsForGroupForbiddenBody struct + Errors []*GetAppInstallsForGroupForbiddenBodyErrorsItems0 + Jsonapi *GetAppInstallsForGroupForbiddenBodyJsonapi + func (o *GetAppInstallsForGroupForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForGroupForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForGroupForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForGroupForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForGroupForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupForbiddenBodyJsonapi struct + Version *string + func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForGroupForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupInternalServerError() *GetAppInstallsForGroupInternalServerError + func (o *GetAppInstallsForGroupInternalServerError) Code() int + func (o *GetAppInstallsForGroupInternalServerError) Error() string + func (o *GetAppInstallsForGroupInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForGroupInternalServerError) IsClientError() bool + func (o *GetAppInstallsForGroupInternalServerError) IsCode(code int) bool + func (o *GetAppInstallsForGroupInternalServerError) IsRedirect() bool + func (o *GetAppInstallsForGroupInternalServerError) IsServerError() bool + func (o *GetAppInstallsForGroupInternalServerError) IsSuccess() bool + func (o *GetAppInstallsForGroupInternalServerError) String() string + type GetAppInstallsForGroupNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupNotFound() *GetAppInstallsForGroupNotFound + func (o *GetAppInstallsForGroupNotFound) Code() int + func (o *GetAppInstallsForGroupNotFound) Error() string + func (o *GetAppInstallsForGroupNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForGroupNotFound) IsClientError() bool + func (o *GetAppInstallsForGroupNotFound) IsCode(code int) bool + func (o *GetAppInstallsForGroupNotFound) IsRedirect() bool + func (o *GetAppInstallsForGroupNotFound) IsServerError() bool + func (o *GetAppInstallsForGroupNotFound) IsSuccess() bool + func (o *GetAppInstallsForGroupNotFound) String() string + type GetAppInstallsForGroupOK struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForGroupOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupOK() *GetAppInstallsForGroupOK + func (o *GetAppInstallsForGroupOK) Code() int + func (o *GetAppInstallsForGroupOK) Error() string + func (o *GetAppInstallsForGroupOK) GetPayload() *GetAppInstallsForGroupOKBody + func (o *GetAppInstallsForGroupOK) IsClientError() bool + func (o *GetAppInstallsForGroupOK) IsCode(code int) bool + func (o *GetAppInstallsForGroupOK) IsRedirect() bool + func (o *GetAppInstallsForGroupOK) IsServerError() bool + func (o *GetAppInstallsForGroupOK) IsSuccess() bool + func (o *GetAppInstallsForGroupOK) String() string + type GetAppInstallsForGroupOKBody struct + Data []*models.AppInstallData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetAppInstallsForGroupOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForGroupOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForGroupOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForGroupOKBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForGroupParams struct + Context context.Context + EndingBefore *string + Expand []string + GroupID strfmt.UUID + HTTPClient *http.Client + Limit *int32 + StartingAfter *string + Version string + func NewGetAppInstallsForGroupParams() *GetAppInstallsForGroupParams + func NewGetAppInstallsForGroupParamsWithContext(ctx context.Context) *GetAppInstallsForGroupParams + func NewGetAppInstallsForGroupParamsWithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams + func NewGetAppInstallsForGroupParamsWithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) SetContext(ctx context.Context) + func (o *GetAppInstallsForGroupParams) SetDefaults() + func (o *GetAppInstallsForGroupParams) SetEndingBefore(endingBefore *string) + func (o *GetAppInstallsForGroupParams) SetExpand(expand []string) + func (o *GetAppInstallsForGroupParams) SetGroupID(groupID strfmt.UUID) + func (o *GetAppInstallsForGroupParams) SetHTTPClient(client *http.Client) + func (o *GetAppInstallsForGroupParams) SetLimit(limit *int32) + func (o *GetAppInstallsForGroupParams) SetStartingAfter(startingAfter *string) + func (o *GetAppInstallsForGroupParams) SetTimeout(timeout time.Duration) + func (o *GetAppInstallsForGroupParams) SetVersion(version string) + func (o *GetAppInstallsForGroupParams) WithContext(ctx context.Context) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithDefaults() *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithExpand(expand []string) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithGroupID(groupID strfmt.UUID) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithHTTPClient(client *http.Client) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithLimit(limit *int32) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithTimeout(timeout time.Duration) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WithVersion(version string) *GetAppInstallsForGroupParams + func (o *GetAppInstallsForGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppInstallsForGroupReader struct + func (o *GetAppInstallsForGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppInstallsForGroupUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForGroupUnauthorized() *GetAppInstallsForGroupUnauthorized + func (o *GetAppInstallsForGroupUnauthorized) Code() int + func (o *GetAppInstallsForGroupUnauthorized) Error() string + func (o *GetAppInstallsForGroupUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForGroupUnauthorized) IsClientError() bool + func (o *GetAppInstallsForGroupUnauthorized) IsCode(code int) bool + func (o *GetAppInstallsForGroupUnauthorized) IsRedirect() bool + func (o *GetAppInstallsForGroupUnauthorized) IsServerError() bool + func (o *GetAppInstallsForGroupUnauthorized) IsSuccess() bool + func (o *GetAppInstallsForGroupUnauthorized) String() string + type GetAppInstallsForOrgBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgBadRequest() *GetAppInstallsForOrgBadRequest + func (o *GetAppInstallsForOrgBadRequest) Code() int + func (o *GetAppInstallsForOrgBadRequest) Error() string + func (o *GetAppInstallsForOrgBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForOrgBadRequest) IsClientError() bool + func (o *GetAppInstallsForOrgBadRequest) IsCode(code int) bool + func (o *GetAppInstallsForOrgBadRequest) IsRedirect() bool + func (o *GetAppInstallsForOrgBadRequest) IsServerError() bool + func (o *GetAppInstallsForOrgBadRequest) IsSuccess() bool + func (o *GetAppInstallsForOrgBadRequest) String() string + type GetAppInstallsForOrgConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgConflict() *GetAppInstallsForOrgConflict + func (o *GetAppInstallsForOrgConflict) Code() int + func (o *GetAppInstallsForOrgConflict) Error() string + func (o *GetAppInstallsForOrgConflict) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForOrgConflict) IsClientError() bool + func (o *GetAppInstallsForOrgConflict) IsCode(code int) bool + func (o *GetAppInstallsForOrgConflict) IsRedirect() bool + func (o *GetAppInstallsForOrgConflict) IsServerError() bool + func (o *GetAppInstallsForOrgConflict) IsSuccess() bool + func (o *GetAppInstallsForOrgConflict) String() string + type GetAppInstallsForOrgForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForOrgForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgForbidden() *GetAppInstallsForOrgForbidden + func (o *GetAppInstallsForOrgForbidden) Code() int + func (o *GetAppInstallsForOrgForbidden) Error() string + func (o *GetAppInstallsForOrgForbidden) GetPayload() *GetAppInstallsForOrgForbiddenBody + func (o *GetAppInstallsForOrgForbidden) IsClientError() bool + func (o *GetAppInstallsForOrgForbidden) IsCode(code int) bool + func (o *GetAppInstallsForOrgForbidden) IsRedirect() bool + func (o *GetAppInstallsForOrgForbidden) IsServerError() bool + func (o *GetAppInstallsForOrgForbidden) IsSuccess() bool + func (o *GetAppInstallsForOrgForbidden) String() string + type GetAppInstallsForOrgForbiddenBody struct + Errors []*GetAppInstallsForOrgForbiddenBodyErrorsItems0 + Jsonapi *GetAppInstallsForOrgForbiddenBodyJsonapi + func (o *GetAppInstallsForOrgForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForOrgForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForOrgForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForOrgForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForOrgForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppInstallsForOrgForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForOrgForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppInstallsForOrgForbiddenBodyJsonapi struct + Version *string + func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForOrgForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppInstallsForOrgInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgInternalServerError() *GetAppInstallsForOrgInternalServerError + func (o *GetAppInstallsForOrgInternalServerError) Code() int + func (o *GetAppInstallsForOrgInternalServerError) Error() string + func (o *GetAppInstallsForOrgInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForOrgInternalServerError) IsClientError() bool + func (o *GetAppInstallsForOrgInternalServerError) IsCode(code int) bool + func (o *GetAppInstallsForOrgInternalServerError) IsRedirect() bool + func (o *GetAppInstallsForOrgInternalServerError) IsServerError() bool + func (o *GetAppInstallsForOrgInternalServerError) IsSuccess() bool + func (o *GetAppInstallsForOrgInternalServerError) String() string + type GetAppInstallsForOrgNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgNotFound() *GetAppInstallsForOrgNotFound + func (o *GetAppInstallsForOrgNotFound) Code() int + func (o *GetAppInstallsForOrgNotFound) Error() string + func (o *GetAppInstallsForOrgNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForOrgNotFound) IsClientError() bool + func (o *GetAppInstallsForOrgNotFound) IsCode(code int) bool + func (o *GetAppInstallsForOrgNotFound) IsRedirect() bool + func (o *GetAppInstallsForOrgNotFound) IsServerError() bool + func (o *GetAppInstallsForOrgNotFound) IsSuccess() bool + func (o *GetAppInstallsForOrgNotFound) String() string + type GetAppInstallsForOrgOK struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForOrgOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgOK() *GetAppInstallsForOrgOK + func (o *GetAppInstallsForOrgOK) Code() int + func (o *GetAppInstallsForOrgOK) Error() string + func (o *GetAppInstallsForOrgOK) GetPayload() *GetAppInstallsForOrgOKBody + func (o *GetAppInstallsForOrgOK) IsClientError() bool + func (o *GetAppInstallsForOrgOK) IsCode(code int) bool + func (o *GetAppInstallsForOrgOK) IsRedirect() bool + func (o *GetAppInstallsForOrgOK) IsServerError() bool + func (o *GetAppInstallsForOrgOK) IsSuccess() bool + func (o *GetAppInstallsForOrgOK) String() string + type GetAppInstallsForOrgOKBody struct + Data []*models.AppInstallData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetAppInstallsForOrgOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForOrgOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForOrgOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForOrgOKBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForOrgParams struct + Context context.Context + EndingBefore *string + Expand []string + HTTPClient *http.Client + Limit *int32 + OrgID strfmt.UUID + StartingAfter *string + Version string + func NewGetAppInstallsForOrgParams() *GetAppInstallsForOrgParams + func NewGetAppInstallsForOrgParamsWithContext(ctx context.Context) *GetAppInstallsForOrgParams + func NewGetAppInstallsForOrgParamsWithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams + func NewGetAppInstallsForOrgParamsWithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) SetContext(ctx context.Context) + func (o *GetAppInstallsForOrgParams) SetDefaults() + func (o *GetAppInstallsForOrgParams) SetEndingBefore(endingBefore *string) + func (o *GetAppInstallsForOrgParams) SetExpand(expand []string) + func (o *GetAppInstallsForOrgParams) SetHTTPClient(client *http.Client) + func (o *GetAppInstallsForOrgParams) SetLimit(limit *int32) + func (o *GetAppInstallsForOrgParams) SetOrgID(orgID strfmt.UUID) + func (o *GetAppInstallsForOrgParams) SetStartingAfter(startingAfter *string) + func (o *GetAppInstallsForOrgParams) SetTimeout(timeout time.Duration) + func (o *GetAppInstallsForOrgParams) SetVersion(version string) + func (o *GetAppInstallsForOrgParams) WithContext(ctx context.Context) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithDefaults() *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithExpand(expand []string) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithHTTPClient(client *http.Client) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithLimit(limit *int32) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithOrgID(orgID strfmt.UUID) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithTimeout(timeout time.Duration) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WithVersion(version string) *GetAppInstallsForOrgParams + func (o *GetAppInstallsForOrgParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppInstallsForOrgReader struct + func (o *GetAppInstallsForOrgReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppInstallsForOrgUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForOrgUnauthorized() *GetAppInstallsForOrgUnauthorized + func (o *GetAppInstallsForOrgUnauthorized) Code() int + func (o *GetAppInstallsForOrgUnauthorized) Error() string + func (o *GetAppInstallsForOrgUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForOrgUnauthorized) IsClientError() bool + func (o *GetAppInstallsForOrgUnauthorized) IsCode(code int) bool + func (o *GetAppInstallsForOrgUnauthorized) IsRedirect() bool + func (o *GetAppInstallsForOrgUnauthorized) IsServerError() bool + func (o *GetAppInstallsForOrgUnauthorized) IsSuccess() bool + func (o *GetAppInstallsForOrgUnauthorized) String() string + type GetAppInstallsForUserBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserBadRequest() *GetAppInstallsForUserBadRequest + func (o *GetAppInstallsForUserBadRequest) Code() int + func (o *GetAppInstallsForUserBadRequest) Error() string + func (o *GetAppInstallsForUserBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForUserBadRequest) IsClientError() bool + func (o *GetAppInstallsForUserBadRequest) IsCode(code int) bool + func (o *GetAppInstallsForUserBadRequest) IsRedirect() bool + func (o *GetAppInstallsForUserBadRequest) IsServerError() bool + func (o *GetAppInstallsForUserBadRequest) IsSuccess() bool + func (o *GetAppInstallsForUserBadRequest) String() string + type GetAppInstallsForUserConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserConflict() *GetAppInstallsForUserConflict + func (o *GetAppInstallsForUserConflict) Code() int + func (o *GetAppInstallsForUserConflict) Error() string + func (o *GetAppInstallsForUserConflict) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForUserConflict) IsClientError() bool + func (o *GetAppInstallsForUserConflict) IsCode(code int) bool + func (o *GetAppInstallsForUserConflict) IsRedirect() bool + func (o *GetAppInstallsForUserConflict) IsServerError() bool + func (o *GetAppInstallsForUserConflict) IsSuccess() bool + func (o *GetAppInstallsForUserConflict) String() string + type GetAppInstallsForUserForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForUserForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserForbidden() *GetAppInstallsForUserForbidden + func (o *GetAppInstallsForUserForbidden) Code() int + func (o *GetAppInstallsForUserForbidden) Error() string + func (o *GetAppInstallsForUserForbidden) GetPayload() *GetAppInstallsForUserForbiddenBody + func (o *GetAppInstallsForUserForbidden) IsClientError() bool + func (o *GetAppInstallsForUserForbidden) IsCode(code int) bool + func (o *GetAppInstallsForUserForbidden) IsRedirect() bool + func (o *GetAppInstallsForUserForbidden) IsServerError() bool + func (o *GetAppInstallsForUserForbidden) IsSuccess() bool + func (o *GetAppInstallsForUserForbidden) String() string + type GetAppInstallsForUserForbiddenBody struct + Errors []*GetAppInstallsForUserForbiddenBodyErrorsItems0 + Jsonapi *GetAppInstallsForUserForbiddenBodyJsonapi + func (o *GetAppInstallsForUserForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForUserForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForUserForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForUserForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForUserForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppInstallsForUserForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppInstallsForUserForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForUserForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppInstallsForUserForbiddenBodyJsonapi struct + Version *string + func (o *GetAppInstallsForUserForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForUserForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForUserForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForUserForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppInstallsForUserInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserInternalServerError() *GetAppInstallsForUserInternalServerError + func (o *GetAppInstallsForUserInternalServerError) Code() int + func (o *GetAppInstallsForUserInternalServerError) Error() string + func (o *GetAppInstallsForUserInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForUserInternalServerError) IsClientError() bool + func (o *GetAppInstallsForUserInternalServerError) IsCode(code int) bool + func (o *GetAppInstallsForUserInternalServerError) IsRedirect() bool + func (o *GetAppInstallsForUserInternalServerError) IsServerError() bool + func (o *GetAppInstallsForUserInternalServerError) IsSuccess() bool + func (o *GetAppInstallsForUserInternalServerError) String() string + type GetAppInstallsForUserNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserNotFound() *GetAppInstallsForUserNotFound + func (o *GetAppInstallsForUserNotFound) Code() int + func (o *GetAppInstallsForUserNotFound) Error() string + func (o *GetAppInstallsForUserNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForUserNotFound) IsClientError() bool + func (o *GetAppInstallsForUserNotFound) IsCode(code int) bool + func (o *GetAppInstallsForUserNotFound) IsRedirect() bool + func (o *GetAppInstallsForUserNotFound) IsServerError() bool + func (o *GetAppInstallsForUserNotFound) IsSuccess() bool + func (o *GetAppInstallsForUserNotFound) String() string + type GetAppInstallsForUserOK struct + Deprecation strfmt.DateTime + Payload *GetAppInstallsForUserOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserOK() *GetAppInstallsForUserOK + func (o *GetAppInstallsForUserOK) Code() int + func (o *GetAppInstallsForUserOK) Error() string + func (o *GetAppInstallsForUserOK) GetPayload() *GetAppInstallsForUserOKBody + func (o *GetAppInstallsForUserOK) IsClientError() bool + func (o *GetAppInstallsForUserOK) IsCode(code int) bool + func (o *GetAppInstallsForUserOK) IsRedirect() bool + func (o *GetAppInstallsForUserOK) IsServerError() bool + func (o *GetAppInstallsForUserOK) IsSuccess() bool + func (o *GetAppInstallsForUserOK) String() string + type GetAppInstallsForUserOKBody struct + Data []*models.AppInstallData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetAppInstallsForUserOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppInstallsForUserOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppInstallsForUserOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppInstallsForUserOKBody) Validate(formats strfmt.Registry) error + type GetAppInstallsForUserParams struct + Context context.Context + EndingBefore *string + Expand []string + HTTPClient *http.Client + Limit *int32 + StartingAfter *string + Version string + func NewGetAppInstallsForUserParams() *GetAppInstallsForUserParams + func NewGetAppInstallsForUserParamsWithContext(ctx context.Context) *GetAppInstallsForUserParams + func NewGetAppInstallsForUserParamsWithHTTPClient(client *http.Client) *GetAppInstallsForUserParams + func NewGetAppInstallsForUserParamsWithTimeout(timeout time.Duration) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) SetContext(ctx context.Context) + func (o *GetAppInstallsForUserParams) SetDefaults() + func (o *GetAppInstallsForUserParams) SetEndingBefore(endingBefore *string) + func (o *GetAppInstallsForUserParams) SetExpand(expand []string) + func (o *GetAppInstallsForUserParams) SetHTTPClient(client *http.Client) + func (o *GetAppInstallsForUserParams) SetLimit(limit *int32) + func (o *GetAppInstallsForUserParams) SetStartingAfter(startingAfter *string) + func (o *GetAppInstallsForUserParams) SetTimeout(timeout time.Duration) + func (o *GetAppInstallsForUserParams) SetVersion(version string) + func (o *GetAppInstallsForUserParams) WithContext(ctx context.Context) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithDefaults() *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithEndingBefore(endingBefore *string) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithExpand(expand []string) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithHTTPClient(client *http.Client) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithLimit(limit *int32) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithStartingAfter(startingAfter *string) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithTimeout(timeout time.Duration) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WithVersion(version string) *GetAppInstallsForUserParams + func (o *GetAppInstallsForUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppInstallsForUserReader struct + func (o *GetAppInstallsForUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppInstallsForUserUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInstallsForUserUnauthorized() *GetAppInstallsForUserUnauthorized + func (o *GetAppInstallsForUserUnauthorized) Code() int + func (o *GetAppInstallsForUserUnauthorized) Error() string + func (o *GetAppInstallsForUserUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppInstallsForUserUnauthorized) IsClientError() bool + func (o *GetAppInstallsForUserUnauthorized) IsCode(code int) bool + func (o *GetAppInstallsForUserUnauthorized) IsRedirect() bool + func (o *GetAppInstallsForUserUnauthorized) IsServerError() bool + func (o *GetAppInstallsForUserUnauthorized) IsSuccess() bool + func (o *GetAppInstallsForUserUnauthorized) String() string + type GetAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppInternalServerError() *GetAppInternalServerError + func (o *GetAppInternalServerError) Code() int + func (o *GetAppInternalServerError) Error() string + func (o *GetAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppInternalServerError) IsClientError() bool + func (o *GetAppInternalServerError) IsCode(code int) bool + func (o *GetAppInternalServerError) IsRedirect() bool + func (o *GetAppInternalServerError) IsServerError() bool + func (o *GetAppInternalServerError) IsSuccess() bool + func (o *GetAppInternalServerError) String() string + type GetAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppNotFound() *GetAppNotFound + func (o *GetAppNotFound) Code() int + func (o *GetAppNotFound) Error() string + func (o *GetAppNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppNotFound) IsClientError() bool + func (o *GetAppNotFound) IsCode(code int) bool + func (o *GetAppNotFound) IsRedirect() bool + func (o *GetAppNotFound) IsServerError() bool + func (o *GetAppNotFound) IsSuccess() bool + func (o *GetAppNotFound) String() string + type GetAppOK struct + Deprecation strfmt.DateTime + Payload *GetAppOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppOK() *GetAppOK + func (o *GetAppOK) Code() int + func (o *GetAppOK) Error() string + func (o *GetAppOK) GetPayload() *GetAppOKBody + func (o *GetAppOK) IsClientError() bool + func (o *GetAppOK) IsCode(code int) bool + func (o *GetAppOK) IsRedirect() bool + func (o *GetAppOK) IsServerError() bool + func (o *GetAppOK) IsSuccess() bool + func (o *GetAppOK) String() string + type GetAppOKBody struct + Data *models.AppData + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *GetAppOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppOKBody) Validate(formats strfmt.Registry) error + type GetAppParams struct + ClientID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewGetAppParams() *GetAppParams + func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams + func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams + func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams + func (o *GetAppParams) SetClientID(clientID strfmt.UUID) + func (o *GetAppParams) SetContext(ctx context.Context) + func (o *GetAppParams) SetDefaults() + func (o *GetAppParams) SetHTTPClient(client *http.Client) + func (o *GetAppParams) SetOrgID(orgID strfmt.UUID) + func (o *GetAppParams) SetTimeout(timeout time.Duration) + func (o *GetAppParams) SetVersion(version string) + func (o *GetAppParams) WithClientID(clientID strfmt.UUID) *GetAppParams + func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams + func (o *GetAppParams) WithDefaults() *GetAppParams + func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams + func (o *GetAppParams) WithOrgID(orgID strfmt.UUID) *GetAppParams + func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams + func (o *GetAppParams) WithVersion(version string) *GetAppParams + func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppReader struct + func (o *GetAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppUnauthorized() *GetAppUnauthorized + func (o *GetAppUnauthorized) Code() int + func (o *GetAppUnauthorized) Error() string + func (o *GetAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppUnauthorized) IsClientError() bool + func (o *GetAppUnauthorized) IsCode(code int) bool + func (o *GetAppUnauthorized) IsRedirect() bool + func (o *GetAppUnauthorized) IsServerError() bool + func (o *GetAppUnauthorized) IsSuccess() bool + func (o *GetAppUnauthorized) String() string + type GetAppsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsBadRequest() *GetAppsBadRequest + func (o *GetAppsBadRequest) Code() int + func (o *GetAppsBadRequest) Error() string + func (o *GetAppsBadRequest) GetPayload() *models.ErrorDocument + func (o *GetAppsBadRequest) IsClientError() bool + func (o *GetAppsBadRequest) IsCode(code int) bool + func (o *GetAppsBadRequest) IsRedirect() bool + func (o *GetAppsBadRequest) IsServerError() bool + func (o *GetAppsBadRequest) IsSuccess() bool + func (o *GetAppsBadRequest) String() string + type GetAppsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsConflict() *GetAppsConflict + func (o *GetAppsConflict) Code() int + func (o *GetAppsConflict) Error() string + func (o *GetAppsConflict) GetPayload() *models.ErrorDocument + func (o *GetAppsConflict) IsClientError() bool + func (o *GetAppsConflict) IsCode(code int) bool + func (o *GetAppsConflict) IsRedirect() bool + func (o *GetAppsConflict) IsServerError() bool + func (o *GetAppsConflict) IsSuccess() bool + func (o *GetAppsConflict) String() string + type GetAppsForbidden struct + Deprecation strfmt.DateTime + Payload *GetAppsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsForbidden() *GetAppsForbidden + func (o *GetAppsForbidden) Code() int + func (o *GetAppsForbidden) Error() string + func (o *GetAppsForbidden) GetPayload() *GetAppsForbiddenBody + func (o *GetAppsForbidden) IsClientError() bool + func (o *GetAppsForbidden) IsCode(code int) bool + func (o *GetAppsForbidden) IsRedirect() bool + func (o *GetAppsForbidden) IsServerError() bool + func (o *GetAppsForbidden) IsSuccess() bool + func (o *GetAppsForbidden) String() string + type GetAppsForbiddenBody struct + Errors []*GetAppsForbiddenBodyErrorsItems0 + Jsonapi *GetAppsForbiddenBodyJsonapi + func (o *GetAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetAppsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetAppsForbiddenBody) Validate(formats strfmt.Registry) error + type GetAppsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetAppsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetAppsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetAppsForbiddenBodyJsonapi struct + Version *string + func (o *GetAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetAppsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsInternalServerError() *GetAppsInternalServerError + func (o *GetAppsInternalServerError) Code() int + func (o *GetAppsInternalServerError) Error() string + func (o *GetAppsInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetAppsInternalServerError) IsClientError() bool + func (o *GetAppsInternalServerError) IsCode(code int) bool + func (o *GetAppsInternalServerError) IsRedirect() bool + func (o *GetAppsInternalServerError) IsServerError() bool + func (o *GetAppsInternalServerError) IsSuccess() bool + func (o *GetAppsInternalServerError) String() string + type GetAppsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsNotFound() *GetAppsNotFound + func (o *GetAppsNotFound) Code() int + func (o *GetAppsNotFound) Error() string + func (o *GetAppsNotFound) GetPayload() *models.ErrorDocument + func (o *GetAppsNotFound) IsClientError() bool + func (o *GetAppsNotFound) IsCode(code int) bool + func (o *GetAppsNotFound) IsRedirect() bool + func (o *GetAppsNotFound) IsServerError() bool + func (o *GetAppsNotFound) IsSuccess() bool + func (o *GetAppsNotFound) String() string + type GetAppsOK struct + Deprecation strfmt.DateTime + Payload *GetAppsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsOK() *GetAppsOK + func (o *GetAppsOK) Code() int + func (o *GetAppsOK) Error() string + func (o *GetAppsOK) GetPayload() *GetAppsOKBody + func (o *GetAppsOK) IsClientError() bool + func (o *GetAppsOK) IsCode(code int) bool + func (o *GetAppsOK) IsRedirect() bool + func (o *GetAppsOK) IsServerError() bool + func (o *GetAppsOK) IsSuccess() bool + func (o *GetAppsOK) String() string + type GetAppsOKBody struct + Data []*models.AppData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetAppsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetAppsOKBody) MarshalBinary() ([]byte, error) + func (o *GetAppsOKBody) UnmarshalBinary(b []byte) error + func (o *GetAppsOKBody) Validate(formats strfmt.Registry) error + type GetAppsParams struct + Context context.Context + EndingBefore *string + HTTPClient *http.Client + Limit *int32 + OrgID strfmt.UUID + StartingAfter *string + Version string + func NewGetAppsParams() *GetAppsParams + func NewGetAppsParamsWithContext(ctx context.Context) *GetAppsParams + func NewGetAppsParamsWithHTTPClient(client *http.Client) *GetAppsParams + func NewGetAppsParamsWithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) SetContext(ctx context.Context) + func (o *GetAppsParams) SetDefaults() + func (o *GetAppsParams) SetEndingBefore(endingBefore *string) + func (o *GetAppsParams) SetHTTPClient(client *http.Client) + func (o *GetAppsParams) SetLimit(limit *int32) + func (o *GetAppsParams) SetOrgID(orgID strfmt.UUID) + func (o *GetAppsParams) SetStartingAfter(startingAfter *string) + func (o *GetAppsParams) SetTimeout(timeout time.Duration) + func (o *GetAppsParams) SetVersion(version string) + func (o *GetAppsParams) WithContext(ctx context.Context) *GetAppsParams + func (o *GetAppsParams) WithDefaults() *GetAppsParams + func (o *GetAppsParams) WithEndingBefore(endingBefore *string) *GetAppsParams + func (o *GetAppsParams) WithHTTPClient(client *http.Client) *GetAppsParams + func (o *GetAppsParams) WithLimit(limit *int32) *GetAppsParams + func (o *GetAppsParams) WithOrgID(orgID strfmt.UUID) *GetAppsParams + func (o *GetAppsParams) WithStartingAfter(startingAfter *string) *GetAppsParams + func (o *GetAppsParams) WithTimeout(timeout time.Duration) *GetAppsParams + func (o *GetAppsParams) WithVersion(version string) *GetAppsParams + func (o *GetAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppsReader struct + func (o *GetAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetAppsUnauthorized() *GetAppsUnauthorized + func (o *GetAppsUnauthorized) Code() int + func (o *GetAppsUnauthorized) Error() string + func (o *GetAppsUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetAppsUnauthorized) IsClientError() bool + func (o *GetAppsUnauthorized) IsCode(code int) bool + func (o *GetAppsUnauthorized) IsRedirect() bool + func (o *GetAppsUnauthorized) IsServerError() bool + func (o *GetAppsUnauthorized) IsSuccess() bool + func (o *GetAppsUnauthorized) String() string + type GetOrgAppsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsBadRequest() *GetOrgAppsBadRequest + func (o *GetOrgAppsBadRequest) Code() int + func (o *GetOrgAppsBadRequest) Error() string + func (o *GetOrgAppsBadRequest) GetPayload() *models.ErrorDocument + func (o *GetOrgAppsBadRequest) IsClientError() bool + func (o *GetOrgAppsBadRequest) IsCode(code int) bool + func (o *GetOrgAppsBadRequest) IsRedirect() bool + func (o *GetOrgAppsBadRequest) IsServerError() bool + func (o *GetOrgAppsBadRequest) IsSuccess() bool + func (o *GetOrgAppsBadRequest) String() string + type GetOrgAppsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsConflict() *GetOrgAppsConflict + func (o *GetOrgAppsConflict) Code() int + func (o *GetOrgAppsConflict) Error() string + func (o *GetOrgAppsConflict) GetPayload() *models.ErrorDocument + func (o *GetOrgAppsConflict) IsClientError() bool + func (o *GetOrgAppsConflict) IsCode(code int) bool + func (o *GetOrgAppsConflict) IsRedirect() bool + func (o *GetOrgAppsConflict) IsServerError() bool + func (o *GetOrgAppsConflict) IsSuccess() bool + func (o *GetOrgAppsConflict) String() string + type GetOrgAppsForbidden struct + Deprecation strfmt.DateTime + Payload *GetOrgAppsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsForbidden() *GetOrgAppsForbidden + func (o *GetOrgAppsForbidden) Code() int + func (o *GetOrgAppsForbidden) Error() string + func (o *GetOrgAppsForbidden) GetPayload() *GetOrgAppsForbiddenBody + func (o *GetOrgAppsForbidden) IsClientError() bool + func (o *GetOrgAppsForbidden) IsCode(code int) bool + func (o *GetOrgAppsForbidden) IsRedirect() bool + func (o *GetOrgAppsForbidden) IsServerError() bool + func (o *GetOrgAppsForbidden) IsSuccess() bool + func (o *GetOrgAppsForbidden) String() string + type GetOrgAppsForbiddenBody struct + Errors []*GetOrgAppsForbiddenBodyErrorsItems0 + Jsonapi *GetOrgAppsForbiddenBodyJsonapi + func (o *GetOrgAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetOrgAppsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetOrgAppsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetOrgAppsForbiddenBody) Validate(formats strfmt.Registry) error + type GetOrgAppsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetOrgAppsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetOrgAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetOrgAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetOrgAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetOrgAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetOrgAppsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetOrgAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetOrgAppsForbiddenBodyJsonapi struct + Version *string + func (o *GetOrgAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetOrgAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetOrgAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetOrgAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetOrgAppsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsInternalServerError() *GetOrgAppsInternalServerError + func (o *GetOrgAppsInternalServerError) Code() int + func (o *GetOrgAppsInternalServerError) Error() string + func (o *GetOrgAppsInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetOrgAppsInternalServerError) IsClientError() bool + func (o *GetOrgAppsInternalServerError) IsCode(code int) bool + func (o *GetOrgAppsInternalServerError) IsRedirect() bool + func (o *GetOrgAppsInternalServerError) IsServerError() bool + func (o *GetOrgAppsInternalServerError) IsSuccess() bool + func (o *GetOrgAppsInternalServerError) String() string + type GetOrgAppsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsNotFound() *GetOrgAppsNotFound + func (o *GetOrgAppsNotFound) Code() int + func (o *GetOrgAppsNotFound) Error() string + func (o *GetOrgAppsNotFound) GetPayload() *models.ErrorDocument + func (o *GetOrgAppsNotFound) IsClientError() bool + func (o *GetOrgAppsNotFound) IsCode(code int) bool + func (o *GetOrgAppsNotFound) IsRedirect() bool + func (o *GetOrgAppsNotFound) IsServerError() bool + func (o *GetOrgAppsNotFound) IsSuccess() bool + func (o *GetOrgAppsNotFound) String() string + type GetOrgAppsOK struct + Deprecation strfmt.DateTime + Payload *GetOrgAppsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsOK() *GetOrgAppsOK + func (o *GetOrgAppsOK) Code() int + func (o *GetOrgAppsOK) Error() string + func (o *GetOrgAppsOK) GetPayload() *GetOrgAppsOKBody + func (o *GetOrgAppsOK) IsClientError() bool + func (o *GetOrgAppsOK) IsCode(code int) bool + func (o *GetOrgAppsOK) IsRedirect() bool + func (o *GetOrgAppsOK) IsServerError() bool + func (o *GetOrgAppsOK) IsSuccess() bool + func (o *GetOrgAppsOK) String() string + type GetOrgAppsOKBody struct + Data []*models.AppData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetOrgAppsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetOrgAppsOKBody) MarshalBinary() ([]byte, error) + func (o *GetOrgAppsOKBody) UnmarshalBinary(b []byte) error + func (o *GetOrgAppsOKBody) Validate(formats strfmt.Registry) error + type GetOrgAppsParams struct + Context context.Context + EndingBefore *string + HTTPClient *http.Client + Limit *int32 + OrgID strfmt.UUID + StartingAfter *string + Version string + func NewGetOrgAppsParams() *GetOrgAppsParams + func NewGetOrgAppsParamsWithContext(ctx context.Context) *GetOrgAppsParams + func NewGetOrgAppsParamsWithHTTPClient(client *http.Client) *GetOrgAppsParams + func NewGetOrgAppsParamsWithTimeout(timeout time.Duration) *GetOrgAppsParams + func (o *GetOrgAppsParams) SetContext(ctx context.Context) + func (o *GetOrgAppsParams) SetDefaults() + func (o *GetOrgAppsParams) SetEndingBefore(endingBefore *string) + func (o *GetOrgAppsParams) SetHTTPClient(client *http.Client) + func (o *GetOrgAppsParams) SetLimit(limit *int32) + func (o *GetOrgAppsParams) SetOrgID(orgID strfmt.UUID) + func (o *GetOrgAppsParams) SetStartingAfter(startingAfter *string) + func (o *GetOrgAppsParams) SetTimeout(timeout time.Duration) + func (o *GetOrgAppsParams) SetVersion(version string) + func (o *GetOrgAppsParams) WithContext(ctx context.Context) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithDefaults() *GetOrgAppsParams + func (o *GetOrgAppsParams) WithEndingBefore(endingBefore *string) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithHTTPClient(client *http.Client) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithLimit(limit *int32) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithOrgID(orgID strfmt.UUID) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithStartingAfter(startingAfter *string) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithTimeout(timeout time.Duration) *GetOrgAppsParams + func (o *GetOrgAppsParams) WithVersion(version string) *GetOrgAppsParams + func (o *GetOrgAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetOrgAppsReader struct + func (o *GetOrgAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetOrgAppsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetOrgAppsUnauthorized() *GetOrgAppsUnauthorized + func (o *GetOrgAppsUnauthorized) Code() int + func (o *GetOrgAppsUnauthorized) Error() string + func (o *GetOrgAppsUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetOrgAppsUnauthorized) IsClientError() bool + func (o *GetOrgAppsUnauthorized) IsCode(code int) bool + func (o *GetOrgAppsUnauthorized) IsRedirect() bool + func (o *GetOrgAppsUnauthorized) IsServerError() bool + func (o *GetOrgAppsUnauthorized) IsSuccess() bool + func (o *GetOrgAppsUnauthorized) String() string + type GetUserAppSessionsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsBadRequest() *GetUserAppSessionsBadRequest + func (o *GetUserAppSessionsBadRequest) Code() int + func (o *GetUserAppSessionsBadRequest) Error() string + func (o *GetUserAppSessionsBadRequest) GetPayload() *models.ErrorDocument + func (o *GetUserAppSessionsBadRequest) IsClientError() bool + func (o *GetUserAppSessionsBadRequest) IsCode(code int) bool + func (o *GetUserAppSessionsBadRequest) IsRedirect() bool + func (o *GetUserAppSessionsBadRequest) IsServerError() bool + func (o *GetUserAppSessionsBadRequest) IsSuccess() bool + func (o *GetUserAppSessionsBadRequest) String() string + type GetUserAppSessionsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsConflict() *GetUserAppSessionsConflict + func (o *GetUserAppSessionsConflict) Code() int + func (o *GetUserAppSessionsConflict) Error() string + func (o *GetUserAppSessionsConflict) GetPayload() *models.ErrorDocument + func (o *GetUserAppSessionsConflict) IsClientError() bool + func (o *GetUserAppSessionsConflict) IsCode(code int) bool + func (o *GetUserAppSessionsConflict) IsRedirect() bool + func (o *GetUserAppSessionsConflict) IsServerError() bool + func (o *GetUserAppSessionsConflict) IsSuccess() bool + func (o *GetUserAppSessionsConflict) String() string + type GetUserAppSessionsForbidden struct + Deprecation strfmt.DateTime + Payload *GetUserAppSessionsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsForbidden() *GetUserAppSessionsForbidden + func (o *GetUserAppSessionsForbidden) Code() int + func (o *GetUserAppSessionsForbidden) Error() string + func (o *GetUserAppSessionsForbidden) GetPayload() *GetUserAppSessionsForbiddenBody + func (o *GetUserAppSessionsForbidden) IsClientError() bool + func (o *GetUserAppSessionsForbidden) IsCode(code int) bool + func (o *GetUserAppSessionsForbidden) IsRedirect() bool + func (o *GetUserAppSessionsForbidden) IsServerError() bool + func (o *GetUserAppSessionsForbidden) IsSuccess() bool + func (o *GetUserAppSessionsForbidden) String() string + type GetUserAppSessionsForbiddenBody struct + Errors []*GetUserAppSessionsForbiddenBodyErrorsItems0 + Jsonapi *GetUserAppSessionsForbiddenBodyJsonapi + func (o *GetUserAppSessionsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserAppSessionsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetUserAppSessionsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetUserAppSessionsForbiddenBody) Validate(formats strfmt.Registry) error + type GetUserAppSessionsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetUserAppSessionsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetUserAppSessionsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetUserAppSessionsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetUserAppSessionsForbiddenBodyJsonapi struct + Version *string + func (o *GetUserAppSessionsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserAppSessionsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetUserAppSessionsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetUserAppSessionsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetUserAppSessionsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsInternalServerError() *GetUserAppSessionsInternalServerError + func (o *GetUserAppSessionsInternalServerError) Code() int + func (o *GetUserAppSessionsInternalServerError) Error() string + func (o *GetUserAppSessionsInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetUserAppSessionsInternalServerError) IsClientError() bool + func (o *GetUserAppSessionsInternalServerError) IsCode(code int) bool + func (o *GetUserAppSessionsInternalServerError) IsRedirect() bool + func (o *GetUserAppSessionsInternalServerError) IsServerError() bool + func (o *GetUserAppSessionsInternalServerError) IsSuccess() bool + func (o *GetUserAppSessionsInternalServerError) String() string + type GetUserAppSessionsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsNotFound() *GetUserAppSessionsNotFound + func (o *GetUserAppSessionsNotFound) Code() int + func (o *GetUserAppSessionsNotFound) Error() string + func (o *GetUserAppSessionsNotFound) GetPayload() *models.ErrorDocument + func (o *GetUserAppSessionsNotFound) IsClientError() bool + func (o *GetUserAppSessionsNotFound) IsCode(code int) bool + func (o *GetUserAppSessionsNotFound) IsRedirect() bool + func (o *GetUserAppSessionsNotFound) IsServerError() bool + func (o *GetUserAppSessionsNotFound) IsSuccess() bool + func (o *GetUserAppSessionsNotFound) String() string + type GetUserAppSessionsOK struct + Deprecation strfmt.DateTime + Payload *GetUserAppSessionsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsOK() *GetUserAppSessionsOK + func (o *GetUserAppSessionsOK) Code() int + func (o *GetUserAppSessionsOK) Error() string + func (o *GetUserAppSessionsOK) GetPayload() *GetUserAppSessionsOKBody + func (o *GetUserAppSessionsOK) IsClientError() bool + func (o *GetUserAppSessionsOK) IsCode(code int) bool + func (o *GetUserAppSessionsOK) IsRedirect() bool + func (o *GetUserAppSessionsOK) IsServerError() bool + func (o *GetUserAppSessionsOK) IsSuccess() bool + func (o *GetUserAppSessionsOK) String() string + type GetUserAppSessionsOKBody struct + Data []*models.SessionData + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetUserAppSessionsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserAppSessionsOKBody) MarshalBinary() ([]byte, error) + func (o *GetUserAppSessionsOKBody) UnmarshalBinary(b []byte) error + func (o *GetUserAppSessionsOKBody) Validate(formats strfmt.Registry) error + type GetUserAppSessionsParams struct + AppID strfmt.UUID + Context context.Context + EndingBefore *string + HTTPClient *http.Client + Limit *int32 + StartingAfter *string + Version string + func NewGetUserAppSessionsParams() *GetUserAppSessionsParams + func NewGetUserAppSessionsParamsWithContext(ctx context.Context) *GetUserAppSessionsParams + func NewGetUserAppSessionsParamsWithHTTPClient(client *http.Client) *GetUserAppSessionsParams + func NewGetUserAppSessionsParamsWithTimeout(timeout time.Duration) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) SetAppID(appID strfmt.UUID) + func (o *GetUserAppSessionsParams) SetContext(ctx context.Context) + func (o *GetUserAppSessionsParams) SetDefaults() + func (o *GetUserAppSessionsParams) SetEndingBefore(endingBefore *string) + func (o *GetUserAppSessionsParams) SetHTTPClient(client *http.Client) + func (o *GetUserAppSessionsParams) SetLimit(limit *int32) + func (o *GetUserAppSessionsParams) SetStartingAfter(startingAfter *string) + func (o *GetUserAppSessionsParams) SetTimeout(timeout time.Duration) + func (o *GetUserAppSessionsParams) SetVersion(version string) + func (o *GetUserAppSessionsParams) WithAppID(appID strfmt.UUID) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithContext(ctx context.Context) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithDefaults() *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithEndingBefore(endingBefore *string) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithHTTPClient(client *http.Client) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithLimit(limit *int32) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithStartingAfter(startingAfter *string) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithTimeout(timeout time.Duration) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WithVersion(version string) *GetUserAppSessionsParams + func (o *GetUserAppSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUserAppSessionsReader struct + func (o *GetUserAppSessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUserAppSessionsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserAppSessionsUnauthorized() *GetUserAppSessionsUnauthorized + func (o *GetUserAppSessionsUnauthorized) Code() int + func (o *GetUserAppSessionsUnauthorized) Error() string + func (o *GetUserAppSessionsUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetUserAppSessionsUnauthorized) IsClientError() bool + func (o *GetUserAppSessionsUnauthorized) IsCode(code int) bool + func (o *GetUserAppSessionsUnauthorized) IsRedirect() bool + func (o *GetUserAppSessionsUnauthorized) IsServerError() bool + func (o *GetUserAppSessionsUnauthorized) IsSuccess() bool + func (o *GetUserAppSessionsUnauthorized) String() string + type GetUserInstalledAppsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsBadRequest() *GetUserInstalledAppsBadRequest + func (o *GetUserInstalledAppsBadRequest) Code() int + func (o *GetUserInstalledAppsBadRequest) Error() string + func (o *GetUserInstalledAppsBadRequest) GetPayload() *models.ErrorDocument + func (o *GetUserInstalledAppsBadRequest) IsClientError() bool + func (o *GetUserInstalledAppsBadRequest) IsCode(code int) bool + func (o *GetUserInstalledAppsBadRequest) IsRedirect() bool + func (o *GetUserInstalledAppsBadRequest) IsServerError() bool + func (o *GetUserInstalledAppsBadRequest) IsSuccess() bool + func (o *GetUserInstalledAppsBadRequest) String() string + type GetUserInstalledAppsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsConflict() *GetUserInstalledAppsConflict + func (o *GetUserInstalledAppsConflict) Code() int + func (o *GetUserInstalledAppsConflict) Error() string + func (o *GetUserInstalledAppsConflict) GetPayload() *models.ErrorDocument + func (o *GetUserInstalledAppsConflict) IsClientError() bool + func (o *GetUserInstalledAppsConflict) IsCode(code int) bool + func (o *GetUserInstalledAppsConflict) IsRedirect() bool + func (o *GetUserInstalledAppsConflict) IsServerError() bool + func (o *GetUserInstalledAppsConflict) IsSuccess() bool + func (o *GetUserInstalledAppsConflict) String() string + type GetUserInstalledAppsForbidden struct + Deprecation strfmt.DateTime + Payload *GetUserInstalledAppsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsForbidden() *GetUserInstalledAppsForbidden + func (o *GetUserInstalledAppsForbidden) Code() int + func (o *GetUserInstalledAppsForbidden) Error() string + func (o *GetUserInstalledAppsForbidden) GetPayload() *GetUserInstalledAppsForbiddenBody + func (o *GetUserInstalledAppsForbidden) IsClientError() bool + func (o *GetUserInstalledAppsForbidden) IsCode(code int) bool + func (o *GetUserInstalledAppsForbidden) IsRedirect() bool + func (o *GetUserInstalledAppsForbidden) IsServerError() bool + func (o *GetUserInstalledAppsForbidden) IsSuccess() bool + func (o *GetUserInstalledAppsForbidden) String() string + type GetUserInstalledAppsForbiddenBody struct + Errors []*GetUserInstalledAppsForbiddenBodyErrorsItems0 + Jsonapi *GetUserInstalledAppsForbiddenBodyJsonapi + func (o *GetUserInstalledAppsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserInstalledAppsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetUserInstalledAppsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetUserInstalledAppsForbiddenBody) Validate(formats strfmt.Registry) error + type GetUserInstalledAppsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *GetUserInstalledAppsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type GetUserInstalledAppsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *GetUserInstalledAppsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type GetUserInstalledAppsForbiddenBodyJsonapi struct + Version *string + func (o *GetUserInstalledAppsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserInstalledAppsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *GetUserInstalledAppsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *GetUserInstalledAppsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type GetUserInstalledAppsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsInternalServerError() *GetUserInstalledAppsInternalServerError + func (o *GetUserInstalledAppsInternalServerError) Code() int + func (o *GetUserInstalledAppsInternalServerError) Error() string + func (o *GetUserInstalledAppsInternalServerError) GetPayload() *models.ErrorDocument + func (o *GetUserInstalledAppsInternalServerError) IsClientError() bool + func (o *GetUserInstalledAppsInternalServerError) IsCode(code int) bool + func (o *GetUserInstalledAppsInternalServerError) IsRedirect() bool + func (o *GetUserInstalledAppsInternalServerError) IsServerError() bool + func (o *GetUserInstalledAppsInternalServerError) IsSuccess() bool + func (o *GetUserInstalledAppsInternalServerError) String() string + type GetUserInstalledAppsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsNotFound() *GetUserInstalledAppsNotFound + func (o *GetUserInstalledAppsNotFound) Code() int + func (o *GetUserInstalledAppsNotFound) Error() string + func (o *GetUserInstalledAppsNotFound) GetPayload() *models.ErrorDocument + func (o *GetUserInstalledAppsNotFound) IsClientError() bool + func (o *GetUserInstalledAppsNotFound) IsCode(code int) bool + func (o *GetUserInstalledAppsNotFound) IsRedirect() bool + func (o *GetUserInstalledAppsNotFound) IsServerError() bool + func (o *GetUserInstalledAppsNotFound) IsSuccess() bool + func (o *GetUserInstalledAppsNotFound) String() string + type GetUserInstalledAppsOK struct + Deprecation strfmt.DateTime + Payload *GetUserInstalledAppsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsOK() *GetUserInstalledAppsOK + func (o *GetUserInstalledAppsOK) Code() int + func (o *GetUserInstalledAppsOK) Error() string + func (o *GetUserInstalledAppsOK) GetPayload() *GetUserInstalledAppsOKBody + func (o *GetUserInstalledAppsOK) IsClientError() bool + func (o *GetUserInstalledAppsOK) IsCode(code int) bool + func (o *GetUserInstalledAppsOK) IsRedirect() bool + func (o *GetUserInstalledAppsOK) IsServerError() bool + func (o *GetUserInstalledAppsOK) IsSuccess() bool + func (o *GetUserInstalledAppsOK) String() string + type GetUserInstalledAppsOKBody struct + Data []*models.PublicApp + Jsonapi *models.JSONAPI + Links *models.PaginatedLinks + func (o *GetUserInstalledAppsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetUserInstalledAppsOKBody) MarshalBinary() ([]byte, error) + func (o *GetUserInstalledAppsOKBody) UnmarshalBinary(b []byte) error + func (o *GetUserInstalledAppsOKBody) Validate(formats strfmt.Registry) error + type GetUserInstalledAppsParams struct + Context context.Context + EndingBefore *string + HTTPClient *http.Client + Limit *int32 + StartingAfter *string + Version string + func NewGetUserInstalledAppsParams() *GetUserInstalledAppsParams + func NewGetUserInstalledAppsParamsWithContext(ctx context.Context) *GetUserInstalledAppsParams + func NewGetUserInstalledAppsParamsWithHTTPClient(client *http.Client) *GetUserInstalledAppsParams + func NewGetUserInstalledAppsParamsWithTimeout(timeout time.Duration) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) SetContext(ctx context.Context) + func (o *GetUserInstalledAppsParams) SetDefaults() + func (o *GetUserInstalledAppsParams) SetEndingBefore(endingBefore *string) + func (o *GetUserInstalledAppsParams) SetHTTPClient(client *http.Client) + func (o *GetUserInstalledAppsParams) SetLimit(limit *int32) + func (o *GetUserInstalledAppsParams) SetStartingAfter(startingAfter *string) + func (o *GetUserInstalledAppsParams) SetTimeout(timeout time.Duration) + func (o *GetUserInstalledAppsParams) SetVersion(version string) + func (o *GetUserInstalledAppsParams) WithContext(ctx context.Context) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithDefaults() *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithEndingBefore(endingBefore *string) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithHTTPClient(client *http.Client) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithLimit(limit *int32) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithStartingAfter(startingAfter *string) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithTimeout(timeout time.Duration) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WithVersion(version string) *GetUserInstalledAppsParams + func (o *GetUserInstalledAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUserInstalledAppsReader struct + func (o *GetUserInstalledAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUserInstalledAppsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewGetUserInstalledAppsUnauthorized() *GetUserInstalledAppsUnauthorized + func (o *GetUserInstalledAppsUnauthorized) Code() int + func (o *GetUserInstalledAppsUnauthorized) Error() string + func (o *GetUserInstalledAppsUnauthorized) GetPayload() *models.ErrorDocument + func (o *GetUserInstalledAppsUnauthorized) IsClientError() bool + func (o *GetUserInstalledAppsUnauthorized) IsCode(code int) bool + func (o *GetUserInstalledAppsUnauthorized) IsRedirect() bool + func (o *GetUserInstalledAppsUnauthorized) IsServerError() bool + func (o *GetUserInstalledAppsUnauthorized) IsSuccess() bool + func (o *GetUserInstalledAppsUnauthorized) String() string + type ManageAppCreationSecretBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretBadRequest() *ManageAppCreationSecretBadRequest + func (o *ManageAppCreationSecretBadRequest) Code() int + func (o *ManageAppCreationSecretBadRequest) Error() string + func (o *ManageAppCreationSecretBadRequest) GetPayload() *models.ErrorDocument + func (o *ManageAppCreationSecretBadRequest) IsClientError() bool + func (o *ManageAppCreationSecretBadRequest) IsCode(code int) bool + func (o *ManageAppCreationSecretBadRequest) IsRedirect() bool + func (o *ManageAppCreationSecretBadRequest) IsServerError() bool + func (o *ManageAppCreationSecretBadRequest) IsSuccess() bool + func (o *ManageAppCreationSecretBadRequest) String() string + type ManageAppCreationSecretBody struct + Data *ManageAppCreationSecretParamsBodyData + func (o *ManageAppCreationSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretBody) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretBody) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretBody) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretConflict() *ManageAppCreationSecretConflict + func (o *ManageAppCreationSecretConflict) Code() int + func (o *ManageAppCreationSecretConflict) Error() string + func (o *ManageAppCreationSecretConflict) GetPayload() *models.ErrorDocument + func (o *ManageAppCreationSecretConflict) IsClientError() bool + func (o *ManageAppCreationSecretConflict) IsCode(code int) bool + func (o *ManageAppCreationSecretConflict) IsRedirect() bool + func (o *ManageAppCreationSecretConflict) IsServerError() bool + func (o *ManageAppCreationSecretConflict) IsSuccess() bool + func (o *ManageAppCreationSecretConflict) String() string + type ManageAppCreationSecretForbidden struct + Deprecation strfmt.DateTime + Payload *ManageAppCreationSecretForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretForbidden() *ManageAppCreationSecretForbidden + func (o *ManageAppCreationSecretForbidden) Code() int + func (o *ManageAppCreationSecretForbidden) Error() string + func (o *ManageAppCreationSecretForbidden) GetPayload() *ManageAppCreationSecretForbiddenBody + func (o *ManageAppCreationSecretForbidden) IsClientError() bool + func (o *ManageAppCreationSecretForbidden) IsCode(code int) bool + func (o *ManageAppCreationSecretForbidden) IsRedirect() bool + func (o *ManageAppCreationSecretForbidden) IsServerError() bool + func (o *ManageAppCreationSecretForbidden) IsSuccess() bool + func (o *ManageAppCreationSecretForbidden) String() string + type ManageAppCreationSecretForbiddenBody struct + Errors []*ManageAppCreationSecretForbiddenBodyErrorsItems0 + Jsonapi *ManageAppCreationSecretForbiddenBodyJsonapi + func (o *ManageAppCreationSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretForbiddenBody) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretForbiddenBody) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretForbiddenBody) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *ManageAppCreationSecretForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretForbiddenBodyJsonapi struct + Version *string + func (o *ManageAppCreationSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretInternalServerError() *ManageAppCreationSecretInternalServerError + func (o *ManageAppCreationSecretInternalServerError) Code() int + func (o *ManageAppCreationSecretInternalServerError) Error() string + func (o *ManageAppCreationSecretInternalServerError) GetPayload() *models.ErrorDocument + func (o *ManageAppCreationSecretInternalServerError) IsClientError() bool + func (o *ManageAppCreationSecretInternalServerError) IsCode(code int) bool + func (o *ManageAppCreationSecretInternalServerError) IsRedirect() bool + func (o *ManageAppCreationSecretInternalServerError) IsServerError() bool + func (o *ManageAppCreationSecretInternalServerError) IsSuccess() bool + func (o *ManageAppCreationSecretInternalServerError) String() string + type ManageAppCreationSecretNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretNotFound() *ManageAppCreationSecretNotFound + func (o *ManageAppCreationSecretNotFound) Code() int + func (o *ManageAppCreationSecretNotFound) Error() string + func (o *ManageAppCreationSecretNotFound) GetPayload() *models.ErrorDocument + func (o *ManageAppCreationSecretNotFound) IsClientError() bool + func (o *ManageAppCreationSecretNotFound) IsCode(code int) bool + func (o *ManageAppCreationSecretNotFound) IsRedirect() bool + func (o *ManageAppCreationSecretNotFound) IsServerError() bool + func (o *ManageAppCreationSecretNotFound) IsSuccess() bool + func (o *ManageAppCreationSecretNotFound) String() string + type ManageAppCreationSecretOK struct + Deprecation strfmt.DateTime + Payload *ManageAppCreationSecretOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretOK() *ManageAppCreationSecretOK + func (o *ManageAppCreationSecretOK) Code() int + func (o *ManageAppCreationSecretOK) Error() string + func (o *ManageAppCreationSecretOK) GetPayload() *ManageAppCreationSecretOKBody + func (o *ManageAppCreationSecretOK) IsClientError() bool + func (o *ManageAppCreationSecretOK) IsCode(code int) bool + func (o *ManageAppCreationSecretOK) IsRedirect() bool + func (o *ManageAppCreationSecretOK) IsServerError() bool + func (o *ManageAppCreationSecretOK) IsSuccess() bool + func (o *ManageAppCreationSecretOK) String() string + type ManageAppCreationSecretOKBody struct + Data *models.AppDataWithSecret + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *ManageAppCreationSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretOKBody) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretOKBody) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretOKBody) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretParams struct + AppID strfmt.UUID + Body ManageAppCreationSecretBody + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewManageAppCreationSecretParams() *ManageAppCreationSecretParams + func NewManageAppCreationSecretParamsWithContext(ctx context.Context) *ManageAppCreationSecretParams + func NewManageAppCreationSecretParamsWithHTTPClient(client *http.Client) *ManageAppCreationSecretParams + func NewManageAppCreationSecretParamsWithTimeout(timeout time.Duration) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) SetAppID(appID strfmt.UUID) + func (o *ManageAppCreationSecretParams) SetBody(body ManageAppCreationSecretBody) + func (o *ManageAppCreationSecretParams) SetContext(ctx context.Context) + func (o *ManageAppCreationSecretParams) SetDefaults() + func (o *ManageAppCreationSecretParams) SetHTTPClient(client *http.Client) + func (o *ManageAppCreationSecretParams) SetOrgID(orgID strfmt.UUID) + func (o *ManageAppCreationSecretParams) SetTimeout(timeout time.Duration) + func (o *ManageAppCreationSecretParams) SetVersion(version string) + func (o *ManageAppCreationSecretParams) WithAppID(appID strfmt.UUID) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithBody(body ManageAppCreationSecretBody) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithContext(ctx context.Context) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithDefaults() *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithHTTPClient(client *http.Client) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithOrgID(orgID strfmt.UUID) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithTimeout(timeout time.Duration) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WithVersion(version string) *ManageAppCreationSecretParams + func (o *ManageAppCreationSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ManageAppCreationSecretParamsBodyData struct + Attributes *ManageAppCreationSecretParamsBodyDataAttributes + Type *string + func (o *ManageAppCreationSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretParamsBodyData) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretParamsBodyData) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretParamsBodyData) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretParamsBodyDataAttributes struct + Mode *string + Secret string + func (o *ManageAppCreationSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageAppCreationSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error) + func (o *ManageAppCreationSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error + func (o *ManageAppCreationSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error + type ManageAppCreationSecretReader struct + func (o *ManageAppCreationSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ManageAppCreationSecretUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageAppCreationSecretUnauthorized() *ManageAppCreationSecretUnauthorized + func (o *ManageAppCreationSecretUnauthorized) Code() int + func (o *ManageAppCreationSecretUnauthorized) Error() string + func (o *ManageAppCreationSecretUnauthorized) GetPayload() *models.ErrorDocument + func (o *ManageAppCreationSecretUnauthorized) IsClientError() bool + func (o *ManageAppCreationSecretUnauthorized) IsCode(code int) bool + func (o *ManageAppCreationSecretUnauthorized) IsRedirect() bool + func (o *ManageAppCreationSecretUnauthorized) IsServerError() bool + func (o *ManageAppCreationSecretUnauthorized) IsSuccess() bool + func (o *ManageAppCreationSecretUnauthorized) String() string + type ManageSecretsBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsBadRequest() *ManageSecretsBadRequest + func (o *ManageSecretsBadRequest) Code() int + func (o *ManageSecretsBadRequest) Error() string + func (o *ManageSecretsBadRequest) GetPayload() *models.ErrorDocument + func (o *ManageSecretsBadRequest) IsClientError() bool + func (o *ManageSecretsBadRequest) IsCode(code int) bool + func (o *ManageSecretsBadRequest) IsRedirect() bool + func (o *ManageSecretsBadRequest) IsServerError() bool + func (o *ManageSecretsBadRequest) IsSuccess() bool + func (o *ManageSecretsBadRequest) String() string + type ManageSecretsBody struct + Mode *string + Secret string + func (o *ManageSecretsBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsBody) MarshalBinary() ([]byte, error) + func (o *ManageSecretsBody) UnmarshalBinary(b []byte) error + func (o *ManageSecretsBody) Validate(formats strfmt.Registry) error + type ManageSecretsConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsConflict() *ManageSecretsConflict + func (o *ManageSecretsConflict) Code() int + func (o *ManageSecretsConflict) Error() string + func (o *ManageSecretsConflict) GetPayload() *models.ErrorDocument + func (o *ManageSecretsConflict) IsClientError() bool + func (o *ManageSecretsConflict) IsCode(code int) bool + func (o *ManageSecretsConflict) IsRedirect() bool + func (o *ManageSecretsConflict) IsServerError() bool + func (o *ManageSecretsConflict) IsSuccess() bool + func (o *ManageSecretsConflict) String() string + type ManageSecretsForbidden struct + Deprecation strfmt.DateTime + Payload *ManageSecretsForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsForbidden() *ManageSecretsForbidden + func (o *ManageSecretsForbidden) Code() int + func (o *ManageSecretsForbidden) Error() string + func (o *ManageSecretsForbidden) GetPayload() *ManageSecretsForbiddenBody + func (o *ManageSecretsForbidden) IsClientError() bool + func (o *ManageSecretsForbidden) IsCode(code int) bool + func (o *ManageSecretsForbidden) IsRedirect() bool + func (o *ManageSecretsForbidden) IsServerError() bool + func (o *ManageSecretsForbidden) IsSuccess() bool + func (o *ManageSecretsForbidden) String() string + type ManageSecretsForbiddenBody struct + Errors []*ManageSecretsForbiddenBodyErrorsItems0 + Jsonapi *ManageSecretsForbiddenBodyJsonapi + func (o *ManageSecretsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *ManageSecretsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *ManageSecretsForbiddenBody) Validate(formats strfmt.Registry) error + type ManageSecretsForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *ManageSecretsForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *ManageSecretsForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *ManageSecretsForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *ManageSecretsForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type ManageSecretsForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *ManageSecretsForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *ManageSecretsForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *ManageSecretsForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type ManageSecretsForbiddenBodyJsonapi struct + Version *string + func (o *ManageSecretsForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *ManageSecretsForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *ManageSecretsForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type ManageSecretsInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsInternalServerError() *ManageSecretsInternalServerError + func (o *ManageSecretsInternalServerError) Code() int + func (o *ManageSecretsInternalServerError) Error() string + func (o *ManageSecretsInternalServerError) GetPayload() *models.ErrorDocument + func (o *ManageSecretsInternalServerError) IsClientError() bool + func (o *ManageSecretsInternalServerError) IsCode(code int) bool + func (o *ManageSecretsInternalServerError) IsRedirect() bool + func (o *ManageSecretsInternalServerError) IsServerError() bool + func (o *ManageSecretsInternalServerError) IsSuccess() bool + func (o *ManageSecretsInternalServerError) String() string + type ManageSecretsNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsNotFound() *ManageSecretsNotFound + func (o *ManageSecretsNotFound) Code() int + func (o *ManageSecretsNotFound) Error() string + func (o *ManageSecretsNotFound) GetPayload() *models.ErrorDocument + func (o *ManageSecretsNotFound) IsClientError() bool + func (o *ManageSecretsNotFound) IsCode(code int) bool + func (o *ManageSecretsNotFound) IsRedirect() bool + func (o *ManageSecretsNotFound) IsServerError() bool + func (o *ManageSecretsNotFound) IsSuccess() bool + func (o *ManageSecretsNotFound) String() string + type ManageSecretsOK struct + Deprecation strfmt.DateTime + Payload *ManageSecretsOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsOK() *ManageSecretsOK + func (o *ManageSecretsOK) Code() int + func (o *ManageSecretsOK) Error() string + func (o *ManageSecretsOK) GetPayload() *ManageSecretsOKBody + func (o *ManageSecretsOK) IsClientError() bool + func (o *ManageSecretsOK) IsCode(code int) bool + func (o *ManageSecretsOK) IsRedirect() bool + func (o *ManageSecretsOK) IsServerError() bool + func (o *ManageSecretsOK) IsSuccess() bool + func (o *ManageSecretsOK) String() string + type ManageSecretsOKBody struct + Data *models.AppDataWithSecret + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *ManageSecretsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ManageSecretsOKBody) MarshalBinary() ([]byte, error) + func (o *ManageSecretsOKBody) UnmarshalBinary(b []byte) error + func (o *ManageSecretsOKBody) Validate(formats strfmt.Registry) error + type ManageSecretsParams struct + Body ManageSecretsBody + ClientID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewManageSecretsParams() *ManageSecretsParams + func NewManageSecretsParamsWithContext(ctx context.Context) *ManageSecretsParams + func NewManageSecretsParamsWithHTTPClient(client *http.Client) *ManageSecretsParams + func NewManageSecretsParamsWithTimeout(timeout time.Duration) *ManageSecretsParams + func (o *ManageSecretsParams) SetBody(body ManageSecretsBody) + func (o *ManageSecretsParams) SetClientID(clientID strfmt.UUID) + func (o *ManageSecretsParams) SetContext(ctx context.Context) + func (o *ManageSecretsParams) SetDefaults() + func (o *ManageSecretsParams) SetHTTPClient(client *http.Client) + func (o *ManageSecretsParams) SetOrgID(orgID strfmt.UUID) + func (o *ManageSecretsParams) SetTimeout(timeout time.Duration) + func (o *ManageSecretsParams) SetVersion(version string) + func (o *ManageSecretsParams) WithBody(body ManageSecretsBody) *ManageSecretsParams + func (o *ManageSecretsParams) WithClientID(clientID strfmt.UUID) *ManageSecretsParams + func (o *ManageSecretsParams) WithContext(ctx context.Context) *ManageSecretsParams + func (o *ManageSecretsParams) WithDefaults() *ManageSecretsParams + func (o *ManageSecretsParams) WithHTTPClient(client *http.Client) *ManageSecretsParams + func (o *ManageSecretsParams) WithOrgID(orgID strfmt.UUID) *ManageSecretsParams + func (o *ManageSecretsParams) WithTimeout(timeout time.Duration) *ManageSecretsParams + func (o *ManageSecretsParams) WithVersion(version string) *ManageSecretsParams + func (o *ManageSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ManageSecretsReader struct + func (o *ManageSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ManageSecretsUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewManageSecretsUnauthorized() *ManageSecretsUnauthorized + func (o *ManageSecretsUnauthorized) Code() int + func (o *ManageSecretsUnauthorized) Error() string + func (o *ManageSecretsUnauthorized) GetPayload() *models.ErrorDocument + func (o *ManageSecretsUnauthorized) IsClientError() bool + func (o *ManageSecretsUnauthorized) IsCode(code int) bool + func (o *ManageSecretsUnauthorized) IsRedirect() bool + func (o *ManageSecretsUnauthorized) IsServerError() bool + func (o *ManageSecretsUnauthorized) IsSuccess() bool + func (o *ManageSecretsUnauthorized) String() string + type RevokeUserAppSessionBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionBadRequest() *RevokeUserAppSessionBadRequest + func (o *RevokeUserAppSessionBadRequest) Code() int + func (o *RevokeUserAppSessionBadRequest) Error() string + func (o *RevokeUserAppSessionBadRequest) GetPayload() *models.ErrorDocument + func (o *RevokeUserAppSessionBadRequest) IsClientError() bool + func (o *RevokeUserAppSessionBadRequest) IsCode(code int) bool + func (o *RevokeUserAppSessionBadRequest) IsRedirect() bool + func (o *RevokeUserAppSessionBadRequest) IsServerError() bool + func (o *RevokeUserAppSessionBadRequest) IsSuccess() bool + func (o *RevokeUserAppSessionBadRequest) String() string + type RevokeUserAppSessionConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionConflict() *RevokeUserAppSessionConflict + func (o *RevokeUserAppSessionConflict) Code() int + func (o *RevokeUserAppSessionConflict) Error() string + func (o *RevokeUserAppSessionConflict) GetPayload() *models.ErrorDocument + func (o *RevokeUserAppSessionConflict) IsClientError() bool + func (o *RevokeUserAppSessionConflict) IsCode(code int) bool + func (o *RevokeUserAppSessionConflict) IsRedirect() bool + func (o *RevokeUserAppSessionConflict) IsServerError() bool + func (o *RevokeUserAppSessionConflict) IsSuccess() bool + func (o *RevokeUserAppSessionConflict) String() string + type RevokeUserAppSessionForbidden struct + Deprecation strfmt.DateTime + Payload *RevokeUserAppSessionForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionForbidden() *RevokeUserAppSessionForbidden + func (o *RevokeUserAppSessionForbidden) Code() int + func (o *RevokeUserAppSessionForbidden) Error() string + func (o *RevokeUserAppSessionForbidden) GetPayload() *RevokeUserAppSessionForbiddenBody + func (o *RevokeUserAppSessionForbidden) IsClientError() bool + func (o *RevokeUserAppSessionForbidden) IsCode(code int) bool + func (o *RevokeUserAppSessionForbidden) IsRedirect() bool + func (o *RevokeUserAppSessionForbidden) IsServerError() bool + func (o *RevokeUserAppSessionForbidden) IsSuccess() bool + func (o *RevokeUserAppSessionForbidden) String() string + type RevokeUserAppSessionForbiddenBody struct + Errors []*RevokeUserAppSessionForbiddenBodyErrorsItems0 + Jsonapi *RevokeUserAppSessionForbiddenBodyJsonapi + func (o *RevokeUserAppSessionForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserAppSessionForbiddenBody) MarshalBinary() ([]byte, error) + func (o *RevokeUserAppSessionForbiddenBody) UnmarshalBinary(b []byte) error + func (o *RevokeUserAppSessionForbiddenBody) Validate(formats strfmt.Registry) error + type RevokeUserAppSessionForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *RevokeUserAppSessionForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type RevokeUserAppSessionForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *RevokeUserAppSessionForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type RevokeUserAppSessionForbiddenBodyJsonapi struct + Version *string + func (o *RevokeUserAppSessionForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserAppSessionForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *RevokeUserAppSessionForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *RevokeUserAppSessionForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type RevokeUserAppSessionInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionInternalServerError() *RevokeUserAppSessionInternalServerError + func (o *RevokeUserAppSessionInternalServerError) Code() int + func (o *RevokeUserAppSessionInternalServerError) Error() string + func (o *RevokeUserAppSessionInternalServerError) GetPayload() *models.ErrorDocument + func (o *RevokeUserAppSessionInternalServerError) IsClientError() bool + func (o *RevokeUserAppSessionInternalServerError) IsCode(code int) bool + func (o *RevokeUserAppSessionInternalServerError) IsRedirect() bool + func (o *RevokeUserAppSessionInternalServerError) IsServerError() bool + func (o *RevokeUserAppSessionInternalServerError) IsSuccess() bool + func (o *RevokeUserAppSessionInternalServerError) String() string + type RevokeUserAppSessionNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionNoContent() *RevokeUserAppSessionNoContent + func (o *RevokeUserAppSessionNoContent) Code() int + func (o *RevokeUserAppSessionNoContent) Error() string + func (o *RevokeUserAppSessionNoContent) IsClientError() bool + func (o *RevokeUserAppSessionNoContent) IsCode(code int) bool + func (o *RevokeUserAppSessionNoContent) IsRedirect() bool + func (o *RevokeUserAppSessionNoContent) IsServerError() bool + func (o *RevokeUserAppSessionNoContent) IsSuccess() bool + func (o *RevokeUserAppSessionNoContent) String() string + type RevokeUserAppSessionNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionNotFound() *RevokeUserAppSessionNotFound + func (o *RevokeUserAppSessionNotFound) Code() int + func (o *RevokeUserAppSessionNotFound) Error() string + func (o *RevokeUserAppSessionNotFound) GetPayload() *models.ErrorDocument + func (o *RevokeUserAppSessionNotFound) IsClientError() bool + func (o *RevokeUserAppSessionNotFound) IsCode(code int) bool + func (o *RevokeUserAppSessionNotFound) IsRedirect() bool + func (o *RevokeUserAppSessionNotFound) IsServerError() bool + func (o *RevokeUserAppSessionNotFound) IsSuccess() bool + func (o *RevokeUserAppSessionNotFound) String() string + type RevokeUserAppSessionParams struct + AppID strfmt.UUID + Context context.Context + HTTPClient *http.Client + SessionID strfmt.UUID + Version string + func NewRevokeUserAppSessionParams() *RevokeUserAppSessionParams + func NewRevokeUserAppSessionParamsWithContext(ctx context.Context) *RevokeUserAppSessionParams + func NewRevokeUserAppSessionParamsWithHTTPClient(client *http.Client) *RevokeUserAppSessionParams + func NewRevokeUserAppSessionParamsWithTimeout(timeout time.Duration) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) SetAppID(appID strfmt.UUID) + func (o *RevokeUserAppSessionParams) SetContext(ctx context.Context) + func (o *RevokeUserAppSessionParams) SetDefaults() + func (o *RevokeUserAppSessionParams) SetHTTPClient(client *http.Client) + func (o *RevokeUserAppSessionParams) SetSessionID(sessionID strfmt.UUID) + func (o *RevokeUserAppSessionParams) SetTimeout(timeout time.Duration) + func (o *RevokeUserAppSessionParams) SetVersion(version string) + func (o *RevokeUserAppSessionParams) WithAppID(appID strfmt.UUID) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithContext(ctx context.Context) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithDefaults() *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithHTTPClient(client *http.Client) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithSessionID(sessionID strfmt.UUID) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithTimeout(timeout time.Duration) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WithVersion(version string) *RevokeUserAppSessionParams + func (o *RevokeUserAppSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RevokeUserAppSessionReader struct + func (o *RevokeUserAppSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RevokeUserAppSessionUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserAppSessionUnauthorized() *RevokeUserAppSessionUnauthorized + func (o *RevokeUserAppSessionUnauthorized) Code() int + func (o *RevokeUserAppSessionUnauthorized) Error() string + func (o *RevokeUserAppSessionUnauthorized) GetPayload() *models.ErrorDocument + func (o *RevokeUserAppSessionUnauthorized) IsClientError() bool + func (o *RevokeUserAppSessionUnauthorized) IsCode(code int) bool + func (o *RevokeUserAppSessionUnauthorized) IsRedirect() bool + func (o *RevokeUserAppSessionUnauthorized) IsServerError() bool + func (o *RevokeUserAppSessionUnauthorized) IsSuccess() bool + func (o *RevokeUserAppSessionUnauthorized) String() string + type RevokeUserInstalledAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppBadRequest() *RevokeUserInstalledAppBadRequest + func (o *RevokeUserInstalledAppBadRequest) Code() int + func (o *RevokeUserInstalledAppBadRequest) Error() string + func (o *RevokeUserInstalledAppBadRequest) GetPayload() *models.ErrorDocument + func (o *RevokeUserInstalledAppBadRequest) IsClientError() bool + func (o *RevokeUserInstalledAppBadRequest) IsCode(code int) bool + func (o *RevokeUserInstalledAppBadRequest) IsRedirect() bool + func (o *RevokeUserInstalledAppBadRequest) IsServerError() bool + func (o *RevokeUserInstalledAppBadRequest) IsSuccess() bool + func (o *RevokeUserInstalledAppBadRequest) String() string + type RevokeUserInstalledAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppConflict() *RevokeUserInstalledAppConflict + func (o *RevokeUserInstalledAppConflict) Code() int + func (o *RevokeUserInstalledAppConflict) Error() string + func (o *RevokeUserInstalledAppConflict) GetPayload() *models.ErrorDocument + func (o *RevokeUserInstalledAppConflict) IsClientError() bool + func (o *RevokeUserInstalledAppConflict) IsCode(code int) bool + func (o *RevokeUserInstalledAppConflict) IsRedirect() bool + func (o *RevokeUserInstalledAppConflict) IsServerError() bool + func (o *RevokeUserInstalledAppConflict) IsSuccess() bool + func (o *RevokeUserInstalledAppConflict) String() string + type RevokeUserInstalledAppForbidden struct + Deprecation strfmt.DateTime + Payload *RevokeUserInstalledAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppForbidden() *RevokeUserInstalledAppForbidden + func (o *RevokeUserInstalledAppForbidden) Code() int + func (o *RevokeUserInstalledAppForbidden) Error() string + func (o *RevokeUserInstalledAppForbidden) GetPayload() *RevokeUserInstalledAppForbiddenBody + func (o *RevokeUserInstalledAppForbidden) IsClientError() bool + func (o *RevokeUserInstalledAppForbidden) IsCode(code int) bool + func (o *RevokeUserInstalledAppForbidden) IsRedirect() bool + func (o *RevokeUserInstalledAppForbidden) IsServerError() bool + func (o *RevokeUserInstalledAppForbidden) IsSuccess() bool + func (o *RevokeUserInstalledAppForbidden) String() string + type RevokeUserInstalledAppForbiddenBody struct + Errors []*RevokeUserInstalledAppForbiddenBodyErrorsItems0 + Jsonapi *RevokeUserInstalledAppForbiddenBodyJsonapi + func (o *RevokeUserInstalledAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserInstalledAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *RevokeUserInstalledAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *RevokeUserInstalledAppForbiddenBody) Validate(formats strfmt.Registry) error + type RevokeUserInstalledAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type RevokeUserInstalledAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *RevokeUserInstalledAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type RevokeUserInstalledAppForbiddenBodyJsonapi struct + Version *string + func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *RevokeUserInstalledAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type RevokeUserInstalledAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppInternalServerError() *RevokeUserInstalledAppInternalServerError + func (o *RevokeUserInstalledAppInternalServerError) Code() int + func (o *RevokeUserInstalledAppInternalServerError) Error() string + func (o *RevokeUserInstalledAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *RevokeUserInstalledAppInternalServerError) IsClientError() bool + func (o *RevokeUserInstalledAppInternalServerError) IsCode(code int) bool + func (o *RevokeUserInstalledAppInternalServerError) IsRedirect() bool + func (o *RevokeUserInstalledAppInternalServerError) IsServerError() bool + func (o *RevokeUserInstalledAppInternalServerError) IsSuccess() bool + func (o *RevokeUserInstalledAppInternalServerError) String() string + type RevokeUserInstalledAppNoContent struct + Deprecation strfmt.DateTime + Location string + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppNoContent() *RevokeUserInstalledAppNoContent + func (o *RevokeUserInstalledAppNoContent) Code() int + func (o *RevokeUserInstalledAppNoContent) Error() string + func (o *RevokeUserInstalledAppNoContent) IsClientError() bool + func (o *RevokeUserInstalledAppNoContent) IsCode(code int) bool + func (o *RevokeUserInstalledAppNoContent) IsRedirect() bool + func (o *RevokeUserInstalledAppNoContent) IsServerError() bool + func (o *RevokeUserInstalledAppNoContent) IsSuccess() bool + func (o *RevokeUserInstalledAppNoContent) String() string + type RevokeUserInstalledAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppNotFound() *RevokeUserInstalledAppNotFound + func (o *RevokeUserInstalledAppNotFound) Code() int + func (o *RevokeUserInstalledAppNotFound) Error() string + func (o *RevokeUserInstalledAppNotFound) GetPayload() *models.ErrorDocument + func (o *RevokeUserInstalledAppNotFound) IsClientError() bool + func (o *RevokeUserInstalledAppNotFound) IsCode(code int) bool + func (o *RevokeUserInstalledAppNotFound) IsRedirect() bool + func (o *RevokeUserInstalledAppNotFound) IsServerError() bool + func (o *RevokeUserInstalledAppNotFound) IsSuccess() bool + func (o *RevokeUserInstalledAppNotFound) String() string + type RevokeUserInstalledAppParams struct + AppID strfmt.UUID + Context context.Context + HTTPClient *http.Client + Version string + func NewRevokeUserInstalledAppParams() *RevokeUserInstalledAppParams + func NewRevokeUserInstalledAppParamsWithContext(ctx context.Context) *RevokeUserInstalledAppParams + func NewRevokeUserInstalledAppParamsWithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams + func NewRevokeUserInstalledAppParamsWithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) SetAppID(appID strfmt.UUID) + func (o *RevokeUserInstalledAppParams) SetContext(ctx context.Context) + func (o *RevokeUserInstalledAppParams) SetDefaults() + func (o *RevokeUserInstalledAppParams) SetHTTPClient(client *http.Client) + func (o *RevokeUserInstalledAppParams) SetTimeout(timeout time.Duration) + func (o *RevokeUserInstalledAppParams) SetVersion(version string) + func (o *RevokeUserInstalledAppParams) WithAppID(appID strfmt.UUID) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WithContext(ctx context.Context) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WithDefaults() *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WithHTTPClient(client *http.Client) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WithTimeout(timeout time.Duration) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WithVersion(version string) *RevokeUserInstalledAppParams + func (o *RevokeUserInstalledAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RevokeUserInstalledAppReader struct + func (o *RevokeUserInstalledAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RevokeUserInstalledAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewRevokeUserInstalledAppUnauthorized() *RevokeUserInstalledAppUnauthorized + func (o *RevokeUserInstalledAppUnauthorized) Code() int + func (o *RevokeUserInstalledAppUnauthorized) Error() string + func (o *RevokeUserInstalledAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *RevokeUserInstalledAppUnauthorized) IsClientError() bool + func (o *RevokeUserInstalledAppUnauthorized) IsCode(code int) bool + func (o *RevokeUserInstalledAppUnauthorized) IsRedirect() bool + func (o *RevokeUserInstalledAppUnauthorized) IsServerError() bool + func (o *RevokeUserInstalledAppUnauthorized) IsSuccess() bool + func (o *RevokeUserInstalledAppUnauthorized) String() string + type UpdateAppBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppBadRequest() *UpdateAppBadRequest + func (o *UpdateAppBadRequest) Code() int + func (o *UpdateAppBadRequest) Error() string + func (o *UpdateAppBadRequest) GetPayload() *models.ErrorDocument + func (o *UpdateAppBadRequest) IsClientError() bool + func (o *UpdateAppBadRequest) IsCode(code int) bool + func (o *UpdateAppBadRequest) IsRedirect() bool + func (o *UpdateAppBadRequest) IsServerError() bool + func (o *UpdateAppBadRequest) IsSuccess() bool + func (o *UpdateAppBadRequest) String() string + type UpdateAppConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppConflict() *UpdateAppConflict + func (o *UpdateAppConflict) Code() int + func (o *UpdateAppConflict) Error() string + func (o *UpdateAppConflict) GetPayload() *models.ErrorDocument + func (o *UpdateAppConflict) IsClientError() bool + func (o *UpdateAppConflict) IsCode(code int) bool + func (o *UpdateAppConflict) IsRedirect() bool + func (o *UpdateAppConflict) IsServerError() bool + func (o *UpdateAppConflict) IsSuccess() bool + func (o *UpdateAppConflict) String() string + type UpdateAppCreationByIDBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDBadRequest() *UpdateAppCreationByIDBadRequest + func (o *UpdateAppCreationByIDBadRequest) Code() int + func (o *UpdateAppCreationByIDBadRequest) Error() string + func (o *UpdateAppCreationByIDBadRequest) GetPayload() *models.ErrorDocument + func (o *UpdateAppCreationByIDBadRequest) IsClientError() bool + func (o *UpdateAppCreationByIDBadRequest) IsCode(code int) bool + func (o *UpdateAppCreationByIDBadRequest) IsRedirect() bool + func (o *UpdateAppCreationByIDBadRequest) IsServerError() bool + func (o *UpdateAppCreationByIDBadRequest) IsSuccess() bool + func (o *UpdateAppCreationByIDBadRequest) String() string + type UpdateAppCreationByIDConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDConflict() *UpdateAppCreationByIDConflict + func (o *UpdateAppCreationByIDConflict) Code() int + func (o *UpdateAppCreationByIDConflict) Error() string + func (o *UpdateAppCreationByIDConflict) GetPayload() *models.ErrorDocument + func (o *UpdateAppCreationByIDConflict) IsClientError() bool + func (o *UpdateAppCreationByIDConflict) IsCode(code int) bool + func (o *UpdateAppCreationByIDConflict) IsRedirect() bool + func (o *UpdateAppCreationByIDConflict) IsServerError() bool + func (o *UpdateAppCreationByIDConflict) IsSuccess() bool + func (o *UpdateAppCreationByIDConflict) String() string + type UpdateAppCreationByIDForbidden struct + Deprecation strfmt.DateTime + Payload *UpdateAppCreationByIDForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDForbidden() *UpdateAppCreationByIDForbidden + func (o *UpdateAppCreationByIDForbidden) Code() int + func (o *UpdateAppCreationByIDForbidden) Error() string + func (o *UpdateAppCreationByIDForbidden) GetPayload() *UpdateAppCreationByIDForbiddenBody + func (o *UpdateAppCreationByIDForbidden) IsClientError() bool + func (o *UpdateAppCreationByIDForbidden) IsCode(code int) bool + func (o *UpdateAppCreationByIDForbidden) IsRedirect() bool + func (o *UpdateAppCreationByIDForbidden) IsServerError() bool + func (o *UpdateAppCreationByIDForbidden) IsSuccess() bool + func (o *UpdateAppCreationByIDForbidden) String() string + type UpdateAppCreationByIDForbiddenBody struct + Errors []*UpdateAppCreationByIDForbiddenBodyErrorsItems0 + Jsonapi *UpdateAppCreationByIDForbiddenBodyJsonapi + func (o *UpdateAppCreationByIDForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppCreationByIDForbiddenBody) MarshalBinary() ([]byte, error) + func (o *UpdateAppCreationByIDForbiddenBody) UnmarshalBinary(b []byte) error + func (o *UpdateAppCreationByIDForbiddenBody) Validate(formats strfmt.Registry) error + type UpdateAppCreationByIDForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type UpdateAppCreationByIDForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *UpdateAppCreationByIDForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type UpdateAppCreationByIDForbiddenBodyJsonapi struct + Version *string + func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *UpdateAppCreationByIDForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type UpdateAppCreationByIDInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDInternalServerError() *UpdateAppCreationByIDInternalServerError + func (o *UpdateAppCreationByIDInternalServerError) Code() int + func (o *UpdateAppCreationByIDInternalServerError) Error() string + func (o *UpdateAppCreationByIDInternalServerError) GetPayload() *models.ErrorDocument + func (o *UpdateAppCreationByIDInternalServerError) IsClientError() bool + func (o *UpdateAppCreationByIDInternalServerError) IsCode(code int) bool + func (o *UpdateAppCreationByIDInternalServerError) IsRedirect() bool + func (o *UpdateAppCreationByIDInternalServerError) IsServerError() bool + func (o *UpdateAppCreationByIDInternalServerError) IsSuccess() bool + func (o *UpdateAppCreationByIDInternalServerError) String() string + type UpdateAppCreationByIDNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDNotFound() *UpdateAppCreationByIDNotFound + func (o *UpdateAppCreationByIDNotFound) Code() int + func (o *UpdateAppCreationByIDNotFound) Error() string + func (o *UpdateAppCreationByIDNotFound) GetPayload() *models.ErrorDocument + func (o *UpdateAppCreationByIDNotFound) IsClientError() bool + func (o *UpdateAppCreationByIDNotFound) IsCode(code int) bool + func (o *UpdateAppCreationByIDNotFound) IsRedirect() bool + func (o *UpdateAppCreationByIDNotFound) IsServerError() bool + func (o *UpdateAppCreationByIDNotFound) IsSuccess() bool + func (o *UpdateAppCreationByIDNotFound) String() string + type UpdateAppCreationByIDOK struct + Deprecation strfmt.DateTime + Payload *UpdateAppCreationByIDOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDOK() *UpdateAppCreationByIDOK + func (o *UpdateAppCreationByIDOK) Code() int + func (o *UpdateAppCreationByIDOK) Error() string + func (o *UpdateAppCreationByIDOK) GetPayload() *UpdateAppCreationByIDOKBody + func (o *UpdateAppCreationByIDOK) IsClientError() bool + func (o *UpdateAppCreationByIDOK) IsCode(code int) bool + func (o *UpdateAppCreationByIDOK) IsRedirect() bool + func (o *UpdateAppCreationByIDOK) IsServerError() bool + func (o *UpdateAppCreationByIDOK) IsSuccess() bool + func (o *UpdateAppCreationByIDOK) String() string + type UpdateAppCreationByIDOKBody struct + Data *models.AppData + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *UpdateAppCreationByIDOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppCreationByIDOKBody) MarshalBinary() ([]byte, error) + func (o *UpdateAppCreationByIDOKBody) UnmarshalBinary(b []byte) error + func (o *UpdateAppCreationByIDOKBody) Validate(formats strfmt.Registry) error + type UpdateAppCreationByIDParams struct + AppID strfmt.UUID + Body *models.AppPatchRequest + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewUpdateAppCreationByIDParams() *UpdateAppCreationByIDParams + func NewUpdateAppCreationByIDParamsWithContext(ctx context.Context) *UpdateAppCreationByIDParams + func NewUpdateAppCreationByIDParamsWithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams + func NewUpdateAppCreationByIDParamsWithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) SetAppID(appID strfmt.UUID) + func (o *UpdateAppCreationByIDParams) SetBody(body *models.AppPatchRequest) + func (o *UpdateAppCreationByIDParams) SetContext(ctx context.Context) + func (o *UpdateAppCreationByIDParams) SetDefaults() + func (o *UpdateAppCreationByIDParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppCreationByIDParams) SetOrgID(orgID strfmt.UUID) + func (o *UpdateAppCreationByIDParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppCreationByIDParams) SetVersion(version string) + func (o *UpdateAppCreationByIDParams) WithAppID(appID strfmt.UUID) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithBody(body *models.AppPatchRequest) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithContext(ctx context.Context) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithDefaults() *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithHTTPClient(client *http.Client) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithOrgID(orgID strfmt.UUID) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithTimeout(timeout time.Duration) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WithVersion(version string) *UpdateAppCreationByIDParams + func (o *UpdateAppCreationByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAppCreationByIDReader struct + func (o *UpdateAppCreationByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAppCreationByIDUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppCreationByIDUnauthorized() *UpdateAppCreationByIDUnauthorized + func (o *UpdateAppCreationByIDUnauthorized) Code() int + func (o *UpdateAppCreationByIDUnauthorized) Error() string + func (o *UpdateAppCreationByIDUnauthorized) GetPayload() *models.ErrorDocument + func (o *UpdateAppCreationByIDUnauthorized) IsClientError() bool + func (o *UpdateAppCreationByIDUnauthorized) IsCode(code int) bool + func (o *UpdateAppCreationByIDUnauthorized) IsRedirect() bool + func (o *UpdateAppCreationByIDUnauthorized) IsServerError() bool + func (o *UpdateAppCreationByIDUnauthorized) IsSuccess() bool + func (o *UpdateAppCreationByIDUnauthorized) String() string + type UpdateAppForbidden struct + Deprecation strfmt.DateTime + Payload *UpdateAppForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppForbidden() *UpdateAppForbidden + func (o *UpdateAppForbidden) Code() int + func (o *UpdateAppForbidden) Error() string + func (o *UpdateAppForbidden) GetPayload() *UpdateAppForbiddenBody + func (o *UpdateAppForbidden) IsClientError() bool + func (o *UpdateAppForbidden) IsCode(code int) bool + func (o *UpdateAppForbidden) IsRedirect() bool + func (o *UpdateAppForbidden) IsServerError() bool + func (o *UpdateAppForbidden) IsSuccess() bool + func (o *UpdateAppForbidden) String() string + type UpdateAppForbiddenBody struct + Errors []*UpdateAppForbiddenBodyErrorsItems0 + Jsonapi *UpdateAppForbiddenBodyJsonapi + func (o *UpdateAppForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppForbiddenBody) MarshalBinary() ([]byte, error) + func (o *UpdateAppForbiddenBody) UnmarshalBinary(b []byte) error + func (o *UpdateAppForbiddenBody) Validate(formats strfmt.Registry) error + type UpdateAppForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *UpdateAppForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *UpdateAppForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *UpdateAppForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *UpdateAppForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type UpdateAppForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *UpdateAppForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *UpdateAppForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *UpdateAppForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type UpdateAppForbiddenBodyJsonapi struct + Version *string + func (o *UpdateAppForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *UpdateAppForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *UpdateAppForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type UpdateAppInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppInternalServerError() *UpdateAppInternalServerError + func (o *UpdateAppInternalServerError) Code() int + func (o *UpdateAppInternalServerError) Error() string + func (o *UpdateAppInternalServerError) GetPayload() *models.ErrorDocument + func (o *UpdateAppInternalServerError) IsClientError() bool + func (o *UpdateAppInternalServerError) IsCode(code int) bool + func (o *UpdateAppInternalServerError) IsRedirect() bool + func (o *UpdateAppInternalServerError) IsServerError() bool + func (o *UpdateAppInternalServerError) IsSuccess() bool + func (o *UpdateAppInternalServerError) String() string + type UpdateAppNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppNotFound() *UpdateAppNotFound + func (o *UpdateAppNotFound) Code() int + func (o *UpdateAppNotFound) Error() string + func (o *UpdateAppNotFound) GetPayload() *models.ErrorDocument + func (o *UpdateAppNotFound) IsClientError() bool + func (o *UpdateAppNotFound) IsCode(code int) bool + func (o *UpdateAppNotFound) IsRedirect() bool + func (o *UpdateAppNotFound) IsServerError() bool + func (o *UpdateAppNotFound) IsSuccess() bool + func (o *UpdateAppNotFound) String() string + type UpdateAppOK struct + Deprecation strfmt.DateTime + Payload *UpdateAppOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppOK() *UpdateAppOK + func (o *UpdateAppOK) Code() int + func (o *UpdateAppOK) Error() string + func (o *UpdateAppOK) GetPayload() *UpdateAppOKBody + func (o *UpdateAppOK) IsClientError() bool + func (o *UpdateAppOK) IsCode(code int) bool + func (o *UpdateAppOK) IsRedirect() bool + func (o *UpdateAppOK) IsServerError() bool + func (o *UpdateAppOK) IsSuccess() bool + func (o *UpdateAppOK) String() string + type UpdateAppOKBody struct + Data *models.AppData + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *UpdateAppOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateAppOKBody) MarshalBinary() ([]byte, error) + func (o *UpdateAppOKBody) UnmarshalBinary(b []byte) error + func (o *UpdateAppOKBody) Validate(formats strfmt.Registry) error + type UpdateAppParams struct + Body *models.AppPatchRequest + ClientID strfmt.UUID + Context context.Context + HTTPClient *http.Client + OrgID strfmt.UUID + Version string + func NewUpdateAppParams() *UpdateAppParams + func NewUpdateAppParamsWithContext(ctx context.Context) *UpdateAppParams + func NewUpdateAppParamsWithHTTPClient(client *http.Client) *UpdateAppParams + func NewUpdateAppParamsWithTimeout(timeout time.Duration) *UpdateAppParams + func (o *UpdateAppParams) SetBody(body *models.AppPatchRequest) + func (o *UpdateAppParams) SetClientID(clientID strfmt.UUID) + func (o *UpdateAppParams) SetContext(ctx context.Context) + func (o *UpdateAppParams) SetDefaults() + func (o *UpdateAppParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppParams) SetOrgID(orgID strfmt.UUID) + func (o *UpdateAppParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppParams) SetVersion(version string) + func (o *UpdateAppParams) WithBody(body *models.AppPatchRequest) *UpdateAppParams + func (o *UpdateAppParams) WithClientID(clientID strfmt.UUID) *UpdateAppParams + func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams + func (o *UpdateAppParams) WithDefaults() *UpdateAppParams + func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams + func (o *UpdateAppParams) WithOrgID(orgID strfmt.UUID) *UpdateAppParams + func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams + func (o *UpdateAppParams) WithVersion(version string) *UpdateAppParams + func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAppReader struct + func (o *UpdateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAppUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateAppUnauthorized() *UpdateAppUnauthorized + func (o *UpdateAppUnauthorized) Code() int + func (o *UpdateAppUnauthorized) Error() string + func (o *UpdateAppUnauthorized) GetPayload() *models.ErrorDocument + func (o *UpdateAppUnauthorized) IsClientError() bool + func (o *UpdateAppUnauthorized) IsCode(code int) bool + func (o *UpdateAppUnauthorized) IsRedirect() bool + func (o *UpdateAppUnauthorized) IsServerError() bool + func (o *UpdateAppUnauthorized) IsSuccess() bool + func (o *UpdateAppUnauthorized) String() string + type UpdateGroupAppInstallSecretBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretBadRequest() *UpdateGroupAppInstallSecretBadRequest + func (o *UpdateGroupAppInstallSecretBadRequest) Code() int + func (o *UpdateGroupAppInstallSecretBadRequest) Error() string + func (o *UpdateGroupAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument + func (o *UpdateGroupAppInstallSecretBadRequest) IsClientError() bool + func (o *UpdateGroupAppInstallSecretBadRequest) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretBadRequest) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretBadRequest) IsServerError() bool + func (o *UpdateGroupAppInstallSecretBadRequest) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretBadRequest) String() string + type UpdateGroupAppInstallSecretBody struct + Data *UpdateGroupAppInstallSecretParamsBodyData + func (o *UpdateGroupAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretBody) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretBody) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretBody) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretConflict() *UpdateGroupAppInstallSecretConflict + func (o *UpdateGroupAppInstallSecretConflict) Code() int + func (o *UpdateGroupAppInstallSecretConflict) Error() string + func (o *UpdateGroupAppInstallSecretConflict) GetPayload() *models.ErrorDocument + func (o *UpdateGroupAppInstallSecretConflict) IsClientError() bool + func (o *UpdateGroupAppInstallSecretConflict) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretConflict) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretConflict) IsServerError() bool + func (o *UpdateGroupAppInstallSecretConflict) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretConflict) String() string + type UpdateGroupAppInstallSecretForbidden struct + Deprecation strfmt.DateTime + Payload *UpdateGroupAppInstallSecretForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretForbidden() *UpdateGroupAppInstallSecretForbidden + func (o *UpdateGroupAppInstallSecretForbidden) Code() int + func (o *UpdateGroupAppInstallSecretForbidden) Error() string + func (o *UpdateGroupAppInstallSecretForbidden) GetPayload() *UpdateGroupAppInstallSecretForbiddenBody + func (o *UpdateGroupAppInstallSecretForbidden) IsClientError() bool + func (o *UpdateGroupAppInstallSecretForbidden) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretForbidden) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretForbidden) IsServerError() bool + func (o *UpdateGroupAppInstallSecretForbidden) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretForbidden) String() string + type UpdateGroupAppInstallSecretForbiddenBody struct + Errors []*UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0 + Jsonapi *UpdateGroupAppInstallSecretForbiddenBodyJsonapi + func (o *UpdateGroupAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretForbiddenBody) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretForbiddenBodyJsonapi struct + Version *string + func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretInternalServerError() *UpdateGroupAppInstallSecretInternalServerError + func (o *UpdateGroupAppInstallSecretInternalServerError) Code() int + func (o *UpdateGroupAppInstallSecretInternalServerError) Error() string + func (o *UpdateGroupAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument + func (o *UpdateGroupAppInstallSecretInternalServerError) IsClientError() bool + func (o *UpdateGroupAppInstallSecretInternalServerError) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretInternalServerError) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretInternalServerError) IsServerError() bool + func (o *UpdateGroupAppInstallSecretInternalServerError) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretInternalServerError) String() string + type UpdateGroupAppInstallSecretNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretNotFound() *UpdateGroupAppInstallSecretNotFound + func (o *UpdateGroupAppInstallSecretNotFound) Code() int + func (o *UpdateGroupAppInstallSecretNotFound) Error() string + func (o *UpdateGroupAppInstallSecretNotFound) GetPayload() *models.ErrorDocument + func (o *UpdateGroupAppInstallSecretNotFound) IsClientError() bool + func (o *UpdateGroupAppInstallSecretNotFound) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretNotFound) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretNotFound) IsServerError() bool + func (o *UpdateGroupAppInstallSecretNotFound) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretNotFound) String() string + type UpdateGroupAppInstallSecretOK struct + Deprecation strfmt.DateTime + Location string + Payload *UpdateGroupAppInstallSecretOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretOK() *UpdateGroupAppInstallSecretOK + func (o *UpdateGroupAppInstallSecretOK) Code() int + func (o *UpdateGroupAppInstallSecretOK) Error() string + func (o *UpdateGroupAppInstallSecretOK) GetPayload() *UpdateGroupAppInstallSecretOKBody + func (o *UpdateGroupAppInstallSecretOK) IsClientError() bool + func (o *UpdateGroupAppInstallSecretOK) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretOK) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretOK) IsServerError() bool + func (o *UpdateGroupAppInstallSecretOK) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretOK) String() string + type UpdateGroupAppInstallSecretOKBody struct + Data *models.AppInstallDataWithSecret + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *UpdateGroupAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretOKBody) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretOKBody) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretOKBody) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretParams struct + Body UpdateGroupAppInstallSecretBody + Context context.Context + GroupID strfmt.UUID + HTTPClient *http.Client + InstallID strfmt.UUID + Version string + func NewUpdateGroupAppInstallSecretParams() *UpdateGroupAppInstallSecretParams + func NewUpdateGroupAppInstallSecretParamsWithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams + func NewUpdateGroupAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams + func NewUpdateGroupAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) SetBody(body UpdateGroupAppInstallSecretBody) + func (o *UpdateGroupAppInstallSecretParams) SetContext(ctx context.Context) + func (o *UpdateGroupAppInstallSecretParams) SetDefaults() + func (o *UpdateGroupAppInstallSecretParams) SetGroupID(groupID strfmt.UUID) + func (o *UpdateGroupAppInstallSecretParams) SetHTTPClient(client *http.Client) + func (o *UpdateGroupAppInstallSecretParams) SetInstallID(installID strfmt.UUID) + func (o *UpdateGroupAppInstallSecretParams) SetTimeout(timeout time.Duration) + func (o *UpdateGroupAppInstallSecretParams) SetVersion(version string) + func (o *UpdateGroupAppInstallSecretParams) WithBody(body UpdateGroupAppInstallSecretBody) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithContext(ctx context.Context) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithDefaults() *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithGroupID(groupID strfmt.UUID) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WithVersion(version string) *UpdateGroupAppInstallSecretParams + func (o *UpdateGroupAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateGroupAppInstallSecretParamsBodyData struct + Attributes *UpdateGroupAppInstallSecretParamsBodyDataAttributes + Type *string + func (o *UpdateGroupAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretParamsBodyData) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretParamsBodyDataAttributes struct + Mode *string + Secret string + func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error) + func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error + func (o *UpdateGroupAppInstallSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error + type UpdateGroupAppInstallSecretReader struct + func (o *UpdateGroupAppInstallSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateGroupAppInstallSecretUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateGroupAppInstallSecretUnauthorized() *UpdateGroupAppInstallSecretUnauthorized + func (o *UpdateGroupAppInstallSecretUnauthorized) Code() int + func (o *UpdateGroupAppInstallSecretUnauthorized) Error() string + func (o *UpdateGroupAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument + func (o *UpdateGroupAppInstallSecretUnauthorized) IsClientError() bool + func (o *UpdateGroupAppInstallSecretUnauthorized) IsCode(code int) bool + func (o *UpdateGroupAppInstallSecretUnauthorized) IsRedirect() bool + func (o *UpdateGroupAppInstallSecretUnauthorized) IsServerError() bool + func (o *UpdateGroupAppInstallSecretUnauthorized) IsSuccess() bool + func (o *UpdateGroupAppInstallSecretUnauthorized) String() string + type UpdateOrgAppInstallSecretBadRequest struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretBadRequest() *UpdateOrgAppInstallSecretBadRequest + func (o *UpdateOrgAppInstallSecretBadRequest) Code() int + func (o *UpdateOrgAppInstallSecretBadRequest) Error() string + func (o *UpdateOrgAppInstallSecretBadRequest) GetPayload() *models.ErrorDocument + func (o *UpdateOrgAppInstallSecretBadRequest) IsClientError() bool + func (o *UpdateOrgAppInstallSecretBadRequest) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretBadRequest) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretBadRequest) IsServerError() bool + func (o *UpdateOrgAppInstallSecretBadRequest) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretBadRequest) String() string + type UpdateOrgAppInstallSecretBody struct + Data *UpdateOrgAppInstallSecretParamsBodyData + func (o *UpdateOrgAppInstallSecretBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretBody) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretBody) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretBody) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretConflict struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretConflict() *UpdateOrgAppInstallSecretConflict + func (o *UpdateOrgAppInstallSecretConflict) Code() int + func (o *UpdateOrgAppInstallSecretConflict) Error() string + func (o *UpdateOrgAppInstallSecretConflict) GetPayload() *models.ErrorDocument + func (o *UpdateOrgAppInstallSecretConflict) IsClientError() bool + func (o *UpdateOrgAppInstallSecretConflict) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretConflict) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretConflict) IsServerError() bool + func (o *UpdateOrgAppInstallSecretConflict) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretConflict) String() string + type UpdateOrgAppInstallSecretForbidden struct + Deprecation strfmt.DateTime + Payload *UpdateOrgAppInstallSecretForbiddenBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretForbidden() *UpdateOrgAppInstallSecretForbidden + func (o *UpdateOrgAppInstallSecretForbidden) Code() int + func (o *UpdateOrgAppInstallSecretForbidden) Error() string + func (o *UpdateOrgAppInstallSecretForbidden) GetPayload() *UpdateOrgAppInstallSecretForbiddenBody + func (o *UpdateOrgAppInstallSecretForbidden) IsClientError() bool + func (o *UpdateOrgAppInstallSecretForbidden) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretForbidden) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretForbidden) IsServerError() bool + func (o *UpdateOrgAppInstallSecretForbidden) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretForbidden) String() string + type UpdateOrgAppInstallSecretForbiddenBody struct + Errors []*UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0 + Jsonapi *UpdateOrgAppInstallSecretForbiddenBodyJsonapi + func (o *UpdateOrgAppInstallSecretForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretForbiddenBody) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretForbiddenBody) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretForbiddenBody) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0 struct + Code string + Detail *string + ID strfmt.UUID + Meta interface{} + Source *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source + Status *string + Title string + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source struct + Parameter string + Pointer string + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyErrorsItems0Source) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretForbiddenBodyJsonapi struct + Version *string + func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretForbiddenBodyJsonapi) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretInternalServerError struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretInternalServerError() *UpdateOrgAppInstallSecretInternalServerError + func (o *UpdateOrgAppInstallSecretInternalServerError) Code() int + func (o *UpdateOrgAppInstallSecretInternalServerError) Error() string + func (o *UpdateOrgAppInstallSecretInternalServerError) GetPayload() *models.ErrorDocument + func (o *UpdateOrgAppInstallSecretInternalServerError) IsClientError() bool + func (o *UpdateOrgAppInstallSecretInternalServerError) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretInternalServerError) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretInternalServerError) IsServerError() bool + func (o *UpdateOrgAppInstallSecretInternalServerError) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretInternalServerError) String() string + type UpdateOrgAppInstallSecretNotFound struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretNotFound() *UpdateOrgAppInstallSecretNotFound + func (o *UpdateOrgAppInstallSecretNotFound) Code() int + func (o *UpdateOrgAppInstallSecretNotFound) Error() string + func (o *UpdateOrgAppInstallSecretNotFound) GetPayload() *models.ErrorDocument + func (o *UpdateOrgAppInstallSecretNotFound) IsClientError() bool + func (o *UpdateOrgAppInstallSecretNotFound) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretNotFound) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretNotFound) IsServerError() bool + func (o *UpdateOrgAppInstallSecretNotFound) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretNotFound) String() string + type UpdateOrgAppInstallSecretOK struct + Deprecation strfmt.DateTime + Location string + Payload *UpdateOrgAppInstallSecretOKBody + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretOK() *UpdateOrgAppInstallSecretOK + func (o *UpdateOrgAppInstallSecretOK) Code() int + func (o *UpdateOrgAppInstallSecretOK) Error() string + func (o *UpdateOrgAppInstallSecretOK) GetPayload() *UpdateOrgAppInstallSecretOKBody + func (o *UpdateOrgAppInstallSecretOK) IsClientError() bool + func (o *UpdateOrgAppInstallSecretOK) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretOK) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretOK) IsServerError() bool + func (o *UpdateOrgAppInstallSecretOK) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretOK) String() string + type UpdateOrgAppInstallSecretOKBody struct + Data *models.AppInstallDataWithSecret + Jsonapi *models.JSONAPI + Links *models.SelfLink + func (o *UpdateOrgAppInstallSecretOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretOKBody) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretOKBody) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretOKBody) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretParams struct + Body UpdateOrgAppInstallSecretBody + Context context.Context + HTTPClient *http.Client + InstallID strfmt.UUID + OrgID strfmt.UUID + Version string + func NewUpdateOrgAppInstallSecretParams() *UpdateOrgAppInstallSecretParams + func NewUpdateOrgAppInstallSecretParamsWithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams + func NewUpdateOrgAppInstallSecretParamsWithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams + func NewUpdateOrgAppInstallSecretParamsWithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) SetBody(body UpdateOrgAppInstallSecretBody) + func (o *UpdateOrgAppInstallSecretParams) SetContext(ctx context.Context) + func (o *UpdateOrgAppInstallSecretParams) SetDefaults() + func (o *UpdateOrgAppInstallSecretParams) SetHTTPClient(client *http.Client) + func (o *UpdateOrgAppInstallSecretParams) SetInstallID(installID strfmt.UUID) + func (o *UpdateOrgAppInstallSecretParams) SetOrgID(orgID strfmt.UUID) + func (o *UpdateOrgAppInstallSecretParams) SetTimeout(timeout time.Duration) + func (o *UpdateOrgAppInstallSecretParams) SetVersion(version string) + func (o *UpdateOrgAppInstallSecretParams) WithBody(body UpdateOrgAppInstallSecretBody) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithContext(ctx context.Context) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithDefaults() *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithHTTPClient(client *http.Client) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithInstallID(installID strfmt.UUID) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithOrgID(orgID strfmt.UUID) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithTimeout(timeout time.Duration) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WithVersion(version string) *UpdateOrgAppInstallSecretParams + func (o *UpdateOrgAppInstallSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateOrgAppInstallSecretParamsBodyData struct + Attributes *UpdateOrgAppInstallSecretParamsBodyDataAttributes + Type *string + func (o *UpdateOrgAppInstallSecretParamsBodyData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretParamsBodyData) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretParamsBodyData) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretParamsBodyData) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretParamsBodyDataAttributes struct + Mode *string + Secret string + func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) MarshalBinary() ([]byte, error) + func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) UnmarshalBinary(b []byte) error + func (o *UpdateOrgAppInstallSecretParamsBodyDataAttributes) Validate(formats strfmt.Registry) error + type UpdateOrgAppInstallSecretReader struct + func (o *UpdateOrgAppInstallSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateOrgAppInstallSecretUnauthorized struct + Deprecation strfmt.DateTime + Payload *models.ErrorDocument + SnykRequestID strfmt.UUID + SnykVersionLifecycleStage string + SnykVersionRequested string + SnykVersionServed string + Sunset strfmt.DateTime + func NewUpdateOrgAppInstallSecretUnauthorized() *UpdateOrgAppInstallSecretUnauthorized + func (o *UpdateOrgAppInstallSecretUnauthorized) Code() int + func (o *UpdateOrgAppInstallSecretUnauthorized) Error() string + func (o *UpdateOrgAppInstallSecretUnauthorized) GetPayload() *models.ErrorDocument + func (o *UpdateOrgAppInstallSecretUnauthorized) IsClientError() bool + func (o *UpdateOrgAppInstallSecretUnauthorized) IsCode(code int) bool + func (o *UpdateOrgAppInstallSecretUnauthorized) IsRedirect() bool + func (o *UpdateOrgAppInstallSecretUnauthorized) IsServerError() bool + func (o *UpdateOrgAppInstallSecretUnauthorized) IsSuccess() bool + func (o *UpdateOrgAppInstallSecretUnauthorized) String() string