Versions in this module Expand all Collapse all v0 v0.0.1 Oct 26, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAppOK, error) + func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppOK, error) + func (a *Client) GenerateAppOauth(params *GenerateAppOauthParams, authInfo runtime.ClientAuthInfoWriter) (*GenerateAppOauthOK, error) + func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppOK, error) + func (a *Client) GetAppOauth(params *GetAppOauthParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppOauthOK, error) + func (a *Client) GetAppSettings(params *GetAppSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAppSettingsOK, error) + func (a *Client) ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAppsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppOK, error) + func (a *Client) UpdateAppOauth(params *UpdateAppOauthParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppOauthOK, error) + func (a *Client) UpdateAppSettings(params *UpdateAppSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppSettingsOK, error) + type CreateAppBadRequest struct + Payload *models.ErrorResponse + func NewCreateAppBadRequest() *CreateAppBadRequest + func (o *CreateAppBadRequest) Error() string + type CreateAppDefault struct + Payload *models.ErrorResponse + func NewCreateAppDefault(code int) *CreateAppDefault + func (o *CreateAppDefault) Code() int + func (o *CreateAppDefault) Error() string + type CreateAppForbidden struct + func NewCreateAppForbidden() *CreateAppForbidden + func (o *CreateAppForbidden) Error() string + type CreateAppOK struct + Payload *models.CreateAppResponse + func NewCreateAppOK() *CreateAppOK + func (o *CreateAppOK) Error() string + type CreateAppParams struct + Authorization string + Context context.Context + CreateOrUpdateAppRequest *models.CreateOrUpdateAppRequest + HTTPClient *http.Client + func NewCreateAppParams() *CreateAppParams + func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams + func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams + func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams + func (o *CreateAppParams) SetAuthorization(authorization string) + func (o *CreateAppParams) SetContext(ctx context.Context) + func (o *CreateAppParams) SetCreateOrUpdateAppRequest(createOrUpdateAppRequest *models.CreateOrUpdateAppRequest) + func (o *CreateAppParams) SetHTTPClient(client *http.Client) + func (o *CreateAppParams) SetTimeout(timeout time.Duration) + func (o *CreateAppParams) WithAuthorization(authorization string) *CreateAppParams + func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams + func (o *CreateAppParams) WithCreateOrUpdateAppRequest(createOrUpdateAppRequest *models.CreateOrUpdateAppRequest) *CreateAppParams + func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams + func (o *CreateAppParams) WithTimeout(timeout time.Duration) *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 CreateAppTooManyRequests struct + Payload *models.ErrorResponse + func NewCreateAppTooManyRequests() *CreateAppTooManyRequests + func (o *CreateAppTooManyRequests) Error() string + type CreateAppUnauthorized struct + func NewCreateAppUnauthorized() *CreateAppUnauthorized + func (o *CreateAppUnauthorized) Error() string + type CreateAppUnprocessableEntity struct + Payload *models.ErrorResponse + func NewCreateAppUnprocessableEntity() *CreateAppUnprocessableEntity + func (o *CreateAppUnprocessableEntity) Error() string + type DeleteAppBadRequest struct + Payload *models.ErrorResponse + func NewDeleteAppBadRequest() *DeleteAppBadRequest + func (o *DeleteAppBadRequest) Error() string + type DeleteAppDefault struct + Payload *models.ErrorResponse + func NewDeleteAppDefault(code int) *DeleteAppDefault + func (o *DeleteAppDefault) Code() int + func (o *DeleteAppDefault) Error() string + type DeleteAppForbidden struct + func NewDeleteAppForbidden() *DeleteAppForbidden + func (o *DeleteAppForbidden) Error() string + type DeleteAppOK struct + Payload models.DeleteAppResponse + func NewDeleteAppOK() *DeleteAppOK + func (o *DeleteAppOK) Error() string + type DeleteAppParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewDeleteAppParams() *DeleteAppParams + func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams + func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams + func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams + func (o *DeleteAppParams) SetAppNameOrID(appNameOrID string) + func (o *DeleteAppParams) SetAuthorization(authorization string) + func (o *DeleteAppParams) SetContext(ctx context.Context) + func (o *DeleteAppParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppParams) WithAppNameOrID(appNameOrID string) *DeleteAppParams + func (o *DeleteAppParams) WithAuthorization(authorization string) *DeleteAppParams + func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams + func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams + func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *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 DeleteAppTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteAppTooManyRequests() *DeleteAppTooManyRequests + func (o *DeleteAppTooManyRequests) Error() string + type DeleteAppUnauthorized struct + func NewDeleteAppUnauthorized() *DeleteAppUnauthorized + func (o *DeleteAppUnauthorized) Error() string + type GenerateAppOauthBadRequest struct + Payload *models.ErrorResponse + func NewGenerateAppOauthBadRequest() *GenerateAppOauthBadRequest + func (o *GenerateAppOauthBadRequest) Error() string + type GenerateAppOauthDefault struct + Payload *models.ErrorResponse + func NewGenerateAppOauthDefault(code int) *GenerateAppOauthDefault + func (o *GenerateAppOauthDefault) Code() int + func (o *GenerateAppOauthDefault) Error() string + type GenerateAppOauthForbidden struct + func NewGenerateAppOauthForbidden() *GenerateAppOauthForbidden + func (o *GenerateAppOauthForbidden) Error() string + type GenerateAppOauthOK struct + Payload *models.GenerateAppOAuthResponse + func NewGenerateAppOauthOK() *GenerateAppOauthOK + func (o *GenerateAppOauthOK) Error() string + type GenerateAppOauthParams struct + AppNameOrID string + Authorization string + Context context.Context + GenerateAppOAuthRequest *models.GenerateAppOAuthRequest + HTTPClient *http.Client + func NewGenerateAppOauthParams() *GenerateAppOauthParams + func NewGenerateAppOauthParamsWithContext(ctx context.Context) *GenerateAppOauthParams + func NewGenerateAppOauthParamsWithHTTPClient(client *http.Client) *GenerateAppOauthParams + func NewGenerateAppOauthParamsWithTimeout(timeout time.Duration) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) SetAppNameOrID(appNameOrID string) + func (o *GenerateAppOauthParams) SetAuthorization(authorization string) + func (o *GenerateAppOauthParams) SetContext(ctx context.Context) + func (o *GenerateAppOauthParams) SetGenerateAppOAuthRequest(generateAppOAuthRequest *models.GenerateAppOAuthRequest) + func (o *GenerateAppOauthParams) SetHTTPClient(client *http.Client) + func (o *GenerateAppOauthParams) SetTimeout(timeout time.Duration) + func (o *GenerateAppOauthParams) WithAppNameOrID(appNameOrID string) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WithAuthorization(authorization string) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WithContext(ctx context.Context) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WithGenerateAppOAuthRequest(generateAppOAuthRequest *models.GenerateAppOAuthRequest) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WithHTTPClient(client *http.Client) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WithTimeout(timeout time.Duration) *GenerateAppOauthParams + func (o *GenerateAppOauthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GenerateAppOauthReader struct + func (o *GenerateAppOauthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GenerateAppOauthTooManyRequests struct + Payload *models.ErrorResponse + func NewGenerateAppOauthTooManyRequests() *GenerateAppOauthTooManyRequests + func (o *GenerateAppOauthTooManyRequests) Error() string + type GenerateAppOauthUnauthorized struct + func NewGenerateAppOauthUnauthorized() *GenerateAppOauthUnauthorized + func (o *GenerateAppOauthUnauthorized) Error() string + type GetAppBadRequest struct + Payload *models.ErrorResponse + func NewGetAppBadRequest() *GetAppBadRequest + func (o *GetAppBadRequest) Error() string + type GetAppDefault struct + Payload *models.ErrorResponse + func NewGetAppDefault(code int) *GetAppDefault + func (o *GetAppDefault) Code() int + func (o *GetAppDefault) Error() string + type GetAppForbidden struct + func NewGetAppForbidden() *GetAppForbidden + func (o *GetAppForbidden) Error() string + type GetAppOK struct + Payload *models.App + func NewGetAppOK() *GetAppOK + func (o *GetAppOK) Error() string + type GetAppOauthBadRequest struct + Payload *models.ErrorResponse + func NewGetAppOauthBadRequest() *GetAppOauthBadRequest + func (o *GetAppOauthBadRequest) Error() string + type GetAppOauthDefault struct + Payload *models.ErrorResponse + func NewGetAppOauthDefault(code int) *GetAppOauthDefault + func (o *GetAppOauthDefault) Code() int + func (o *GetAppOauthDefault) Error() string + type GetAppOauthForbidden struct + func NewGetAppOauthForbidden() *GetAppOauthForbidden + func (o *GetAppOauthForbidden) Error() string + type GetAppOauthOK struct + Payload *models.AppOAuth + func NewGetAppOauthOK() *GetAppOauthOK + func (o *GetAppOauthOK) Error() string + type GetAppOauthParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewGetAppOauthParams() *GetAppOauthParams + func NewGetAppOauthParamsWithContext(ctx context.Context) *GetAppOauthParams + func NewGetAppOauthParamsWithHTTPClient(client *http.Client) *GetAppOauthParams + func NewGetAppOauthParamsWithTimeout(timeout time.Duration) *GetAppOauthParams + func (o *GetAppOauthParams) SetAppNameOrID(appNameOrID string) + func (o *GetAppOauthParams) SetAuthorization(authorization string) + func (o *GetAppOauthParams) SetContext(ctx context.Context) + func (o *GetAppOauthParams) SetHTTPClient(client *http.Client) + func (o *GetAppOauthParams) SetTimeout(timeout time.Duration) + func (o *GetAppOauthParams) WithAppNameOrID(appNameOrID string) *GetAppOauthParams + func (o *GetAppOauthParams) WithAuthorization(authorization string) *GetAppOauthParams + func (o *GetAppOauthParams) WithContext(ctx context.Context) *GetAppOauthParams + func (o *GetAppOauthParams) WithHTTPClient(client *http.Client) *GetAppOauthParams + func (o *GetAppOauthParams) WithTimeout(timeout time.Duration) *GetAppOauthParams + func (o *GetAppOauthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppOauthReader struct + func (o *GetAppOauthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppOauthTooManyRequests struct + Payload *models.ErrorResponse + func NewGetAppOauthTooManyRequests() *GetAppOauthTooManyRequests + func (o *GetAppOauthTooManyRequests) Error() string + type GetAppOauthUnauthorized struct + func NewGetAppOauthUnauthorized() *GetAppOauthUnauthorized + func (o *GetAppOauthUnauthorized) Error() string + type GetAppParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewGetAppParams() *GetAppParams + func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams + func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams + func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams + func (o *GetAppParams) SetAppNameOrID(appNameOrID string) + func (o *GetAppParams) SetAuthorization(authorization string) + func (o *GetAppParams) SetContext(ctx context.Context) + func (o *GetAppParams) SetHTTPClient(client *http.Client) + func (o *GetAppParams) SetTimeout(timeout time.Duration) + func (o *GetAppParams) WithAppNameOrID(appNameOrID string) *GetAppParams + func (o *GetAppParams) WithAuthorization(authorization string) *GetAppParams + func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams + func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams + func (o *GetAppParams) WithTimeout(timeout time.Duration) *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 GetAppSettingsBadRequest struct + Payload *models.ErrorResponse + func NewGetAppSettingsBadRequest() *GetAppSettingsBadRequest + func (o *GetAppSettingsBadRequest) Error() string + type GetAppSettingsDefault struct + Payload *models.ErrorResponse + func NewGetAppSettingsDefault(code int) *GetAppSettingsDefault + func (o *GetAppSettingsDefault) Code() int + func (o *GetAppSettingsDefault) Error() string + type GetAppSettingsForbidden struct + func NewGetAppSettingsForbidden() *GetAppSettingsForbidden + func (o *GetAppSettingsForbidden) Error() string + type GetAppSettingsOK struct + Payload *models.GetAppSettingsResponse + func NewGetAppSettingsOK() *GetAppSettingsOK + func (o *GetAppSettingsOK) Error() string + type GetAppSettingsParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewGetAppSettingsParams() *GetAppSettingsParams + func NewGetAppSettingsParamsWithContext(ctx context.Context) *GetAppSettingsParams + func NewGetAppSettingsParamsWithHTTPClient(client *http.Client) *GetAppSettingsParams + func NewGetAppSettingsParamsWithTimeout(timeout time.Duration) *GetAppSettingsParams + func (o *GetAppSettingsParams) SetAppNameOrID(appNameOrID string) + func (o *GetAppSettingsParams) SetAuthorization(authorization string) + func (o *GetAppSettingsParams) SetContext(ctx context.Context) + func (o *GetAppSettingsParams) SetHTTPClient(client *http.Client) + func (o *GetAppSettingsParams) SetTimeout(timeout time.Duration) + func (o *GetAppSettingsParams) WithAppNameOrID(appNameOrID string) *GetAppSettingsParams + func (o *GetAppSettingsParams) WithAuthorization(authorization string) *GetAppSettingsParams + func (o *GetAppSettingsParams) WithContext(ctx context.Context) *GetAppSettingsParams + func (o *GetAppSettingsParams) WithHTTPClient(client *http.Client) *GetAppSettingsParams + func (o *GetAppSettingsParams) WithTimeout(timeout time.Duration) *GetAppSettingsParams + func (o *GetAppSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppSettingsReader struct + func (o *GetAppSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppSettingsTooManyRequests struct + Payload *models.ErrorResponse + func NewGetAppSettingsTooManyRequests() *GetAppSettingsTooManyRequests + func (o *GetAppSettingsTooManyRequests) Error() string + type GetAppSettingsUnauthorized struct + func NewGetAppSettingsUnauthorized() *GetAppSettingsUnauthorized + func (o *GetAppSettingsUnauthorized) Error() string + type GetAppTagsBadRequest struct + Payload *models.ErrorResponse + func NewGetAppTagsBadRequest() *GetAppTagsBadRequest + func (o *GetAppTagsBadRequest) Error() string + type GetAppTagsDefault struct + Payload *models.ErrorResponse + func NewGetAppTagsDefault(code int) *GetAppTagsDefault + func (o *GetAppTagsDefault) Code() int + func (o *GetAppTagsDefault) Error() string + type GetAppTagsForbidden struct + func NewGetAppTagsForbidden() *GetAppTagsForbidden + func (o *GetAppTagsForbidden) Error() string + type GetAppTagsOK struct + Payload *models.GetTagsResponse + func NewGetAppTagsOK() *GetAppTagsOK + func (o *GetAppTagsOK) Error() string + type GetAppTagsParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewGetAppTagsParams() *GetAppTagsParams + func NewGetAppTagsParamsWithContext(ctx context.Context) *GetAppTagsParams + func NewGetAppTagsParamsWithHTTPClient(client *http.Client) *GetAppTagsParams + func NewGetAppTagsParamsWithTimeout(timeout time.Duration) *GetAppTagsParams + func (o *GetAppTagsParams) SetAppNameOrID(appNameOrID string) + func (o *GetAppTagsParams) SetAuthorization(authorization string) + func (o *GetAppTagsParams) SetContext(ctx context.Context) + func (o *GetAppTagsParams) SetHTTPClient(client *http.Client) + func (o *GetAppTagsParams) SetTimeout(timeout time.Duration) + func (o *GetAppTagsParams) WithAppNameOrID(appNameOrID string) *GetAppTagsParams + func (o *GetAppTagsParams) WithAuthorization(authorization string) *GetAppTagsParams + func (o *GetAppTagsParams) WithContext(ctx context.Context) *GetAppTagsParams + func (o *GetAppTagsParams) WithHTTPClient(client *http.Client) *GetAppTagsParams + func (o *GetAppTagsParams) WithTimeout(timeout time.Duration) *GetAppTagsParams + func (o *GetAppTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppTagsReader struct + func (o *GetAppTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppTagsTooManyRequests struct + Payload *models.ErrorResponse + func NewGetAppTagsTooManyRequests() *GetAppTagsTooManyRequests + func (o *GetAppTagsTooManyRequests) Error() string + type GetAppTagsUnauthorized struct + func NewGetAppTagsUnauthorized() *GetAppTagsUnauthorized + func (o *GetAppTagsUnauthorized) Error() string + type GetAppTagsUnprocessableEntity struct + Payload *models.ErrorResponse + func NewGetAppTagsUnprocessableEntity() *GetAppTagsUnprocessableEntity + func (o *GetAppTagsUnprocessableEntity) Error() string + type GetAppTooManyRequests struct + Payload *models.ErrorResponse + func NewGetAppTooManyRequests() *GetAppTooManyRequests + func (o *GetAppTooManyRequests) Error() string + type GetAppUnauthorized struct + func NewGetAppUnauthorized() *GetAppUnauthorized + func (o *GetAppUnauthorized) Error() string + type ListAppsDefault struct + Payload *models.ErrorResponse + func NewListAppsDefault(code int) *ListAppsDefault + func (o *ListAppsDefault) Code() int + func (o *ListAppsDefault) Error() string + type ListAppsForbidden struct + func NewListAppsForbidden() *ListAppsForbidden + func (o *ListAppsForbidden) Error() string + type ListAppsOK struct + Payload *models.PagedApps + func NewListAppsOK() *ListAppsOK + func (o *ListAppsOK) Error() string + type ListAppsParams struct + AppType string + Authorization string + Context context.Context + HTTPClient *http.Client + func NewListAppsParams() *ListAppsParams + func NewListAppsParamsWithContext(ctx context.Context) *ListAppsParams + func NewListAppsParamsWithHTTPClient(client *http.Client) *ListAppsParams + func NewListAppsParamsWithTimeout(timeout time.Duration) *ListAppsParams + func (o *ListAppsParams) SetAppType(appType string) + func (o *ListAppsParams) SetAuthorization(authorization string) + func (o *ListAppsParams) SetContext(ctx context.Context) + func (o *ListAppsParams) SetHTTPClient(client *http.Client) + func (o *ListAppsParams) SetTimeout(timeout time.Duration) + func (o *ListAppsParams) WithAppType(appType string) *ListAppsParams + func (o *ListAppsParams) WithAuthorization(authorization string) *ListAppsParams + func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams + func (o *ListAppsParams) WithHTTPClient(client *http.Client) *ListAppsParams + func (o *ListAppsParams) WithTimeout(timeout time.Duration) *ListAppsParams + func (o *ListAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListAppsReader struct + func (o *ListAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListAppsTooManyRequests struct + Payload *models.ErrorResponse + func NewListAppsTooManyRequests() *ListAppsTooManyRequests + func (o *ListAppsTooManyRequests) Error() string + type ListAppsUnauthorized struct + func NewListAppsUnauthorized() *ListAppsUnauthorized + func (o *ListAppsUnauthorized) Error() string + type PatchAppTagsBadRequest struct + Payload *models.ErrorResponse + func NewPatchAppTagsBadRequest() *PatchAppTagsBadRequest + func (o *PatchAppTagsBadRequest) Error() string + type PatchAppTagsDefault struct + Payload *models.ErrorResponse + func NewPatchAppTagsDefault(code int) *PatchAppTagsDefault + func (o *PatchAppTagsDefault) Code() int + func (o *PatchAppTagsDefault) Error() string + type PatchAppTagsForbidden struct + func NewPatchAppTagsForbidden() *PatchAppTagsForbidden + func (o *PatchAppTagsForbidden) Error() string + type PatchAppTagsOK struct + Payload *models.PatchTagsResponse + func NewPatchAppTagsOK() *PatchAppTagsOK + func (o *PatchAppTagsOK) Error() string + type PatchAppTagsParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + PatchAppTagsRequest *models.PatchTagsRequest + func NewPatchAppTagsParams() *PatchAppTagsParams + func NewPatchAppTagsParamsWithContext(ctx context.Context) *PatchAppTagsParams + func NewPatchAppTagsParamsWithHTTPClient(client *http.Client) *PatchAppTagsParams + func NewPatchAppTagsParamsWithTimeout(timeout time.Duration) *PatchAppTagsParams + func (o *PatchAppTagsParams) SetAppNameOrID(appNameOrID string) + func (o *PatchAppTagsParams) SetAuthorization(authorization string) + func (o *PatchAppTagsParams) SetContext(ctx context.Context) + func (o *PatchAppTagsParams) SetHTTPClient(client *http.Client) + func (o *PatchAppTagsParams) SetPatchAppTagsRequest(patchAppTagsRequest *models.PatchTagsRequest) + func (o *PatchAppTagsParams) SetTimeout(timeout time.Duration) + func (o *PatchAppTagsParams) WithAppNameOrID(appNameOrID string) *PatchAppTagsParams + func (o *PatchAppTagsParams) WithAuthorization(authorization string) *PatchAppTagsParams + func (o *PatchAppTagsParams) WithContext(ctx context.Context) *PatchAppTagsParams + func (o *PatchAppTagsParams) WithHTTPClient(client *http.Client) *PatchAppTagsParams + func (o *PatchAppTagsParams) WithPatchAppTagsRequest(patchAppTagsRequest *models.PatchTagsRequest) *PatchAppTagsParams + func (o *PatchAppTagsParams) WithTimeout(timeout time.Duration) *PatchAppTagsParams + func (o *PatchAppTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchAppTagsReader struct + func (o *PatchAppTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchAppTagsTooManyRequests struct + Payload *models.ErrorResponse + func NewPatchAppTagsTooManyRequests() *PatchAppTagsTooManyRequests + func (o *PatchAppTagsTooManyRequests) Error() string + type PatchAppTagsUnauthorized struct + func NewPatchAppTagsUnauthorized() *PatchAppTagsUnauthorized + func (o *PatchAppTagsUnauthorized) Error() string + type PatchAppTagsUnprocessableEntity struct + Payload *models.ErrorResponse + func NewPatchAppTagsUnprocessableEntity() *PatchAppTagsUnprocessableEntity + func (o *PatchAppTagsUnprocessableEntity) Error() string + type UpdateAppBadRequest struct + Payload *models.ErrorResponse + func NewUpdateAppBadRequest() *UpdateAppBadRequest + func (o *UpdateAppBadRequest) Error() string + type UpdateAppDefault struct + Payload *models.ErrorResponse + func NewUpdateAppDefault(code int) *UpdateAppDefault + func (o *UpdateAppDefault) Code() int + func (o *UpdateAppDefault) Error() string + type UpdateAppForbidden struct + func NewUpdateAppForbidden() *UpdateAppForbidden + func (o *UpdateAppForbidden) Error() string + type UpdateAppOK struct + Payload *models.App + func NewUpdateAppOK() *UpdateAppOK + func (o *UpdateAppOK) Error() string + type UpdateAppOauthBadRequest struct + Payload *models.ErrorResponse + func NewUpdateAppOauthBadRequest() *UpdateAppOauthBadRequest + func (o *UpdateAppOauthBadRequest) Error() string + type UpdateAppOauthDefault struct + Payload *models.ErrorResponse + func NewUpdateAppOauthDefault(code int) *UpdateAppOauthDefault + func (o *UpdateAppOauthDefault) Code() int + func (o *UpdateAppOauthDefault) Error() string + type UpdateAppOauthForbidden struct + func NewUpdateAppOauthForbidden() *UpdateAppOauthForbidden + func (o *UpdateAppOauthForbidden) Error() string + type UpdateAppOauthOK struct + Payload *models.AppOAuth + func NewUpdateAppOauthOK() *UpdateAppOauthOK + func (o *UpdateAppOauthOK) Error() string + type UpdateAppOauthParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + UpdateAppOAuthRequest *models.UpdateAppOAuthRequest + func NewUpdateAppOauthParams() *UpdateAppOauthParams + func NewUpdateAppOauthParamsWithContext(ctx context.Context) *UpdateAppOauthParams + func NewUpdateAppOauthParamsWithHTTPClient(client *http.Client) *UpdateAppOauthParams + func NewUpdateAppOauthParamsWithTimeout(timeout time.Duration) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) SetAppNameOrID(appNameOrID string) + func (o *UpdateAppOauthParams) SetAuthorization(authorization string) + func (o *UpdateAppOauthParams) SetContext(ctx context.Context) + func (o *UpdateAppOauthParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppOauthParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppOauthParams) SetUpdateAppOAuthRequest(updateAppOAuthRequest *models.UpdateAppOAuthRequest) + func (o *UpdateAppOauthParams) WithAppNameOrID(appNameOrID string) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WithAuthorization(authorization string) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WithContext(ctx context.Context) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WithHTTPClient(client *http.Client) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WithTimeout(timeout time.Duration) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WithUpdateAppOAuthRequest(updateAppOAuthRequest *models.UpdateAppOAuthRequest) *UpdateAppOauthParams + func (o *UpdateAppOauthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAppOauthReader struct + func (o *UpdateAppOauthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAppOauthTooManyRequests struct + Payload *models.ErrorResponse + func NewUpdateAppOauthTooManyRequests() *UpdateAppOauthTooManyRequests + func (o *UpdateAppOauthTooManyRequests) Error() string + type UpdateAppOauthUnauthorized struct + func NewUpdateAppOauthUnauthorized() *UpdateAppOauthUnauthorized + func (o *UpdateAppOauthUnauthorized) Error() string + type UpdateAppOauthUnprocessableEntity struct + Payload *models.ErrorResponse + func NewUpdateAppOauthUnprocessableEntity() *UpdateAppOauthUnprocessableEntity + func (o *UpdateAppOauthUnprocessableEntity) Error() string + type UpdateAppParams struct + AppNameOrID string + Authorization string + Context context.Context + CreateOrUpdateAppRequest *models.CreateOrUpdateAppRequest + HTTPClient *http.Client + func NewUpdateAppParams() *UpdateAppParams + func NewUpdateAppParamsWithContext(ctx context.Context) *UpdateAppParams + func NewUpdateAppParamsWithHTTPClient(client *http.Client) *UpdateAppParams + func NewUpdateAppParamsWithTimeout(timeout time.Duration) *UpdateAppParams + func (o *UpdateAppParams) SetAppNameOrID(appNameOrID string) + func (o *UpdateAppParams) SetAuthorization(authorization string) + func (o *UpdateAppParams) SetContext(ctx context.Context) + func (o *UpdateAppParams) SetCreateOrUpdateAppRequest(createOrUpdateAppRequest *models.CreateOrUpdateAppRequest) + func (o *UpdateAppParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppParams) WithAppNameOrID(appNameOrID string) *UpdateAppParams + func (o *UpdateAppParams) WithAuthorization(authorization string) *UpdateAppParams + func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams + func (o *UpdateAppParams) WithCreateOrUpdateAppRequest(createOrUpdateAppRequest *models.CreateOrUpdateAppRequest) *UpdateAppParams + func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams + func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *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 UpdateAppSettingsBadRequest struct + Payload *models.ErrorResponse + func NewUpdateAppSettingsBadRequest() *UpdateAppSettingsBadRequest + func (o *UpdateAppSettingsBadRequest) Error() string + type UpdateAppSettingsDefault struct + Payload *models.ErrorResponse + func NewUpdateAppSettingsDefault(code int) *UpdateAppSettingsDefault + func (o *UpdateAppSettingsDefault) Code() int + func (o *UpdateAppSettingsDefault) Error() string + type UpdateAppSettingsForbidden struct + func NewUpdateAppSettingsForbidden() *UpdateAppSettingsForbidden + func (o *UpdateAppSettingsForbidden) Error() string + type UpdateAppSettingsOK struct + Payload *models.UpdateAppSettingsResponse + func NewUpdateAppSettingsOK() *UpdateAppSettingsOK + func (o *UpdateAppSettingsOK) Error() string + type UpdateAppSettingsParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + UpdateAppSettingsRequest *models.UpdateAppSettingsRequest + func NewUpdateAppSettingsParams() *UpdateAppSettingsParams + func NewUpdateAppSettingsParamsWithContext(ctx context.Context) *UpdateAppSettingsParams + func NewUpdateAppSettingsParamsWithHTTPClient(client *http.Client) *UpdateAppSettingsParams + func NewUpdateAppSettingsParamsWithTimeout(timeout time.Duration) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) SetAppNameOrID(appNameOrID string) + func (o *UpdateAppSettingsParams) SetAuthorization(authorization string) + func (o *UpdateAppSettingsParams) SetContext(ctx context.Context) + func (o *UpdateAppSettingsParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppSettingsParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppSettingsParams) SetUpdateAppSettingsRequest(updateAppSettingsRequest *models.UpdateAppSettingsRequest) + func (o *UpdateAppSettingsParams) WithAppNameOrID(appNameOrID string) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WithAuthorization(authorization string) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WithContext(ctx context.Context) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WithHTTPClient(client *http.Client) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WithTimeout(timeout time.Duration) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WithUpdateAppSettingsRequest(updateAppSettingsRequest *models.UpdateAppSettingsRequest) *UpdateAppSettingsParams + func (o *UpdateAppSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAppSettingsReader struct + func (o *UpdateAppSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAppSettingsTooManyRequests struct + Payload *models.ErrorResponse + func NewUpdateAppSettingsTooManyRequests() *UpdateAppSettingsTooManyRequests + func (o *UpdateAppSettingsTooManyRequests) Error() string + type UpdateAppSettingsUnauthorized struct + func NewUpdateAppSettingsUnauthorized() *UpdateAppSettingsUnauthorized + func (o *UpdateAppSettingsUnauthorized) Error() string + type UpdateAppSettingsUnprocessableEntity struct + Payload *models.ErrorResponse + func NewUpdateAppSettingsUnprocessableEntity() *UpdateAppSettingsUnprocessableEntity + func (o *UpdateAppSettingsUnprocessableEntity) Error() string + type UpdateAppTagsBadRequest struct + Payload *models.ErrorResponse + func NewUpdateAppTagsBadRequest() *UpdateAppTagsBadRequest + func (o *UpdateAppTagsBadRequest) Error() string + type UpdateAppTagsDefault struct + Payload *models.ErrorResponse + func NewUpdateAppTagsDefault(code int) *UpdateAppTagsDefault + func (o *UpdateAppTagsDefault) Code() int + func (o *UpdateAppTagsDefault) Error() string + type UpdateAppTagsForbidden struct + func NewUpdateAppTagsForbidden() *UpdateAppTagsForbidden + func (o *UpdateAppTagsForbidden) Error() string + type UpdateAppTagsOK struct + Payload *models.UpdateTagsResponse + func NewUpdateAppTagsOK() *UpdateAppTagsOK + func (o *UpdateAppTagsOK) Error() string + type UpdateAppTagsParams struct + AppNameOrID string + Authorization string + Context context.Context + HTTPClient *http.Client + UpdateAppTagsRequest *models.UpdateTagsRequest + func NewUpdateAppTagsParams() *UpdateAppTagsParams + func NewUpdateAppTagsParamsWithContext(ctx context.Context) *UpdateAppTagsParams + func NewUpdateAppTagsParamsWithHTTPClient(client *http.Client) *UpdateAppTagsParams + func NewUpdateAppTagsParamsWithTimeout(timeout time.Duration) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) SetAppNameOrID(appNameOrID string) + func (o *UpdateAppTagsParams) SetAuthorization(authorization string) + func (o *UpdateAppTagsParams) SetContext(ctx context.Context) + func (o *UpdateAppTagsParams) SetHTTPClient(client *http.Client) + func (o *UpdateAppTagsParams) SetTimeout(timeout time.Duration) + func (o *UpdateAppTagsParams) SetUpdateAppTagsRequest(updateAppTagsRequest *models.UpdateTagsRequest) + func (o *UpdateAppTagsParams) WithAppNameOrID(appNameOrID string) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WithAuthorization(authorization string) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WithContext(ctx context.Context) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WithHTTPClient(client *http.Client) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WithTimeout(timeout time.Duration) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WithUpdateAppTagsRequest(updateAppTagsRequest *models.UpdateTagsRequest) *UpdateAppTagsParams + func (o *UpdateAppTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAppTagsReader struct + func (o *UpdateAppTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAppTagsTooManyRequests struct + Payload *models.ErrorResponse + func NewUpdateAppTagsTooManyRequests() *UpdateAppTagsTooManyRequests + func (o *UpdateAppTagsTooManyRequests) Error() string + type UpdateAppTagsUnauthorized struct + func NewUpdateAppTagsUnauthorized() *UpdateAppTagsUnauthorized + func (o *UpdateAppTagsUnauthorized) Error() string + type UpdateAppTagsUnprocessableEntity struct + Payload *models.ErrorResponse + func NewUpdateAppTagsUnprocessableEntity() *UpdateAppTagsUnprocessableEntity + func (o *UpdateAppTagsUnprocessableEntity) Error() string + type UpdateAppTooManyRequests struct + Payload *models.ErrorResponse + func NewUpdateAppTooManyRequests() *UpdateAppTooManyRequests + func (o *UpdateAppTooManyRequests) Error() string + type UpdateAppUnauthorized struct + func NewUpdateAppUnauthorized() *UpdateAppUnauthorized + func (o *UpdateAppUnauthorized) Error() string + type UpdateAppUnprocessableEntity struct + Payload *models.ErrorResponse + func NewUpdateAppUnprocessableEntity() *UpdateAppUnprocessableEntity + func (o *UpdateAppUnprocessableEntity) Error() string