Documentation
¶
Index ¶
- type ActivityListBadRequest
- func (o *ActivityListBadRequest) Code() int
- func (o *ActivityListBadRequest) Error() string
- func (o *ActivityListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ActivityListBadRequest) IsClientError() bool
- func (o *ActivityListBadRequest) IsCode(code int) bool
- func (o *ActivityListBadRequest) IsRedirect() bool
- func (o *ActivityListBadRequest) IsServerError() bool
- func (o *ActivityListBadRequest) IsSuccess() bool
- func (o *ActivityListBadRequest) String() string
- type ActivityListInternalServerError
- func (o *ActivityListInternalServerError) Code() int
- func (o *ActivityListInternalServerError) Error() string
- func (o *ActivityListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ActivityListInternalServerError) IsClientError() bool
- func (o *ActivityListInternalServerError) IsCode(code int) bool
- func (o *ActivityListInternalServerError) IsRedirect() bool
- func (o *ActivityListInternalServerError) IsServerError() bool
- func (o *ActivityListInternalServerError) IsSuccess() bool
- func (o *ActivityListInternalServerError) String() string
- type ActivityListNotFound
- func (o *ActivityListNotFound) Code() int
- func (o *ActivityListNotFound) Error() string
- func (o *ActivityListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ActivityListNotFound) IsClientError() bool
- func (o *ActivityListNotFound) IsCode(code int) bool
- func (o *ActivityListNotFound) IsRedirect() bool
- func (o *ActivityListNotFound) IsServerError() bool
- func (o *ActivityListNotFound) IsSuccess() bool
- func (o *ActivityListNotFound) String() string
- type ActivityListOK
- func (o *ActivityListOK) Code() int
- func (o *ActivityListOK) Error() string
- func (o *ActivityListOK) GetPayload() *models.V0ActivityEventListResponseModel
- func (o *ActivityListOK) IsClientError() bool
- func (o *ActivityListOK) IsCode(code int) bool
- func (o *ActivityListOK) IsRedirect() bool
- func (o *ActivityListOK) IsServerError() bool
- func (o *ActivityListOK) IsSuccess() bool
- func (o *ActivityListOK) String() string
- type ActivityListParams
- func (o *ActivityListParams) SetContext(ctx context.Context)
- func (o *ActivityListParams) SetDefaults()
- func (o *ActivityListParams) SetHTTPClient(client *http.Client)
- func (o *ActivityListParams) SetLimit(limit *int64)
- func (o *ActivityListParams) SetNext(next *string)
- func (o *ActivityListParams) SetTimeout(timeout time.Duration)
- func (o *ActivityListParams) WithContext(ctx context.Context) *ActivityListParams
- func (o *ActivityListParams) WithDefaults() *ActivityListParams
- func (o *ActivityListParams) WithHTTPClient(client *http.Client) *ActivityListParams
- func (o *ActivityListParams) WithLimit(limit *int64) *ActivityListParams
- func (o *ActivityListParams) WithNext(next *string) *ActivityListParams
- func (o *ActivityListParams) WithTimeout(timeout time.Duration) *ActivityListParams
- func (o *ActivityListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActivityListReader
- type ActivityListUnauthorized
- func (o *ActivityListUnauthorized) Code() int
- func (o *ActivityListUnauthorized) Error() string
- func (o *ActivityListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ActivityListUnauthorized) IsClientError() bool
- func (o *ActivityListUnauthorized) IsCode(code int) bool
- func (o *ActivityListUnauthorized) IsRedirect() bool
- func (o *ActivityListUnauthorized) IsServerError() bool
- func (o *ActivityListUnauthorized) IsSuccess() bool
- func (o *ActivityListUnauthorized) String() string
- type AddonListByAppBadRequest
- func (o *AddonListByAppBadRequest) Code() int
- func (o *AddonListByAppBadRequest) Error() string
- func (o *AddonListByAppBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByAppBadRequest) IsClientError() bool
- func (o *AddonListByAppBadRequest) IsCode(code int) bool
- func (o *AddonListByAppBadRequest) IsRedirect() bool
- func (o *AddonListByAppBadRequest) IsServerError() bool
- func (o *AddonListByAppBadRequest) IsSuccess() bool
- func (o *AddonListByAppBadRequest) String() string
- type AddonListByAppInternalServerError
- func (o *AddonListByAppInternalServerError) Code() int
- func (o *AddonListByAppInternalServerError) Error() string
- func (o *AddonListByAppInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByAppInternalServerError) IsClientError() bool
- func (o *AddonListByAppInternalServerError) IsCode(code int) bool
- func (o *AddonListByAppInternalServerError) IsRedirect() bool
- func (o *AddonListByAppInternalServerError) IsServerError() bool
- func (o *AddonListByAppInternalServerError) IsSuccess() bool
- func (o *AddonListByAppInternalServerError) String() string
- type AddonListByAppNotFound
- func (o *AddonListByAppNotFound) Code() int
- func (o *AddonListByAppNotFound) Error() string
- func (o *AddonListByAppNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByAppNotFound) IsClientError() bool
- func (o *AddonListByAppNotFound) IsCode(code int) bool
- func (o *AddonListByAppNotFound) IsRedirect() bool
- func (o *AddonListByAppNotFound) IsServerError() bool
- func (o *AddonListByAppNotFound) IsSuccess() bool
- func (o *AddonListByAppNotFound) String() string
- type AddonListByAppOK
- func (o *AddonListByAppOK) Code() int
- func (o *AddonListByAppOK) Error() string
- func (o *AddonListByAppOK) GetPayload() *models.V0AppAddOnsListResponseModel
- func (o *AddonListByAppOK) IsClientError() bool
- func (o *AddonListByAppOK) IsCode(code int) bool
- func (o *AddonListByAppOK) IsRedirect() bool
- func (o *AddonListByAppOK) IsServerError() bool
- func (o *AddonListByAppOK) IsSuccess() bool
- func (o *AddonListByAppOK) String() string
- type AddonListByAppParams
- func NewAddonListByAppParams() *AddonListByAppParams
- func NewAddonListByAppParamsWithContext(ctx context.Context) *AddonListByAppParams
- func NewAddonListByAppParamsWithHTTPClient(client *http.Client) *AddonListByAppParams
- func NewAddonListByAppParamsWithTimeout(timeout time.Duration) *AddonListByAppParams
- func (o *AddonListByAppParams) SetAppSlug(appSlug string)
- func (o *AddonListByAppParams) SetContext(ctx context.Context)
- func (o *AddonListByAppParams) SetDefaults()
- func (o *AddonListByAppParams) SetHTTPClient(client *http.Client)
- func (o *AddonListByAppParams) SetTimeout(timeout time.Duration)
- func (o *AddonListByAppParams) WithAppSlug(appSlug string) *AddonListByAppParams
- func (o *AddonListByAppParams) WithContext(ctx context.Context) *AddonListByAppParams
- func (o *AddonListByAppParams) WithDefaults() *AddonListByAppParams
- func (o *AddonListByAppParams) WithHTTPClient(client *http.Client) *AddonListByAppParams
- func (o *AddonListByAppParams) WithTimeout(timeout time.Duration) *AddonListByAppParams
- func (o *AddonListByAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddonListByAppReader
- type AddonListByAppUnauthorized
- func (o *AddonListByAppUnauthorized) Code() int
- func (o *AddonListByAppUnauthorized) Error() string
- func (o *AddonListByAppUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByAppUnauthorized) IsClientError() bool
- func (o *AddonListByAppUnauthorized) IsCode(code int) bool
- func (o *AddonListByAppUnauthorized) IsRedirect() bool
- func (o *AddonListByAppUnauthorized) IsServerError() bool
- func (o *AddonListByAppUnauthorized) IsSuccess() bool
- func (o *AddonListByAppUnauthorized) String() string
- type AddonListByOrganizationBadRequest
- func (o *AddonListByOrganizationBadRequest) Code() int
- func (o *AddonListByOrganizationBadRequest) Error() string
- func (o *AddonListByOrganizationBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByOrganizationBadRequest) IsClientError() bool
- func (o *AddonListByOrganizationBadRequest) IsCode(code int) bool
- func (o *AddonListByOrganizationBadRequest) IsRedirect() bool
- func (o *AddonListByOrganizationBadRequest) IsServerError() bool
- func (o *AddonListByOrganizationBadRequest) IsSuccess() bool
- func (o *AddonListByOrganizationBadRequest) String() string
- type AddonListByOrganizationInternalServerError
- func (o *AddonListByOrganizationInternalServerError) Code() int
- func (o *AddonListByOrganizationInternalServerError) Error() string
- func (o *AddonListByOrganizationInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByOrganizationInternalServerError) IsClientError() bool
- func (o *AddonListByOrganizationInternalServerError) IsCode(code int) bool
- func (o *AddonListByOrganizationInternalServerError) IsRedirect() bool
- func (o *AddonListByOrganizationInternalServerError) IsServerError() bool
- func (o *AddonListByOrganizationInternalServerError) IsSuccess() bool
- func (o *AddonListByOrganizationInternalServerError) String() string
- type AddonListByOrganizationNotFound
- func (o *AddonListByOrganizationNotFound) Code() int
- func (o *AddonListByOrganizationNotFound) Error() string
- func (o *AddonListByOrganizationNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByOrganizationNotFound) IsClientError() bool
- func (o *AddonListByOrganizationNotFound) IsCode(code int) bool
- func (o *AddonListByOrganizationNotFound) IsRedirect() bool
- func (o *AddonListByOrganizationNotFound) IsServerError() bool
- func (o *AddonListByOrganizationNotFound) IsSuccess() bool
- func (o *AddonListByOrganizationNotFound) String() string
- type AddonListByOrganizationOK
- func (o *AddonListByOrganizationOK) Code() int
- func (o *AddonListByOrganizationOK) Error() string
- func (o *AddonListByOrganizationOK) GetPayload() *models.V0OwnerAddOnsListResponseModel
- func (o *AddonListByOrganizationOK) IsClientError() bool
- func (o *AddonListByOrganizationOK) IsCode(code int) bool
- func (o *AddonListByOrganizationOK) IsRedirect() bool
- func (o *AddonListByOrganizationOK) IsServerError() bool
- func (o *AddonListByOrganizationOK) IsSuccess() bool
- func (o *AddonListByOrganizationOK) String() string
- type AddonListByOrganizationParams
- func NewAddonListByOrganizationParams() *AddonListByOrganizationParams
- func NewAddonListByOrganizationParamsWithContext(ctx context.Context) *AddonListByOrganizationParams
- func NewAddonListByOrganizationParamsWithHTTPClient(client *http.Client) *AddonListByOrganizationParams
- func NewAddonListByOrganizationParamsWithTimeout(timeout time.Duration) *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) SetContext(ctx context.Context)
- func (o *AddonListByOrganizationParams) SetDefaults()
- func (o *AddonListByOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *AddonListByOrganizationParams) SetOrganizationSlug(organizationSlug string)
- func (o *AddonListByOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *AddonListByOrganizationParams) WithContext(ctx context.Context) *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) WithDefaults() *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) WithHTTPClient(client *http.Client) *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) WithOrganizationSlug(organizationSlug string) *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) WithTimeout(timeout time.Duration) *AddonListByOrganizationParams
- func (o *AddonListByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddonListByOrganizationReader
- type AddonListByOrganizationUnauthorized
- func (o *AddonListByOrganizationUnauthorized) Code() int
- func (o *AddonListByOrganizationUnauthorized) Error() string
- func (o *AddonListByOrganizationUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByOrganizationUnauthorized) IsClientError() bool
- func (o *AddonListByOrganizationUnauthorized) IsCode(code int) bool
- func (o *AddonListByOrganizationUnauthorized) IsRedirect() bool
- func (o *AddonListByOrganizationUnauthorized) IsServerError() bool
- func (o *AddonListByOrganizationUnauthorized) IsSuccess() bool
- func (o *AddonListByOrganizationUnauthorized) String() string
- type AddonListByUserBadRequest
- func (o *AddonListByUserBadRequest) Code() int
- func (o *AddonListByUserBadRequest) Error() string
- func (o *AddonListByUserBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByUserBadRequest) IsClientError() bool
- func (o *AddonListByUserBadRequest) IsCode(code int) bool
- func (o *AddonListByUserBadRequest) IsRedirect() bool
- func (o *AddonListByUserBadRequest) IsServerError() bool
- func (o *AddonListByUserBadRequest) IsSuccess() bool
- func (o *AddonListByUserBadRequest) String() string
- type AddonListByUserInternalServerError
- func (o *AddonListByUserInternalServerError) Code() int
- func (o *AddonListByUserInternalServerError) Error() string
- func (o *AddonListByUserInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByUserInternalServerError) IsClientError() bool
- func (o *AddonListByUserInternalServerError) IsCode(code int) bool
- func (o *AddonListByUserInternalServerError) IsRedirect() bool
- func (o *AddonListByUserInternalServerError) IsServerError() bool
- func (o *AddonListByUserInternalServerError) IsSuccess() bool
- func (o *AddonListByUserInternalServerError) String() string
- type AddonListByUserNotFound
- func (o *AddonListByUserNotFound) Code() int
- func (o *AddonListByUserNotFound) Error() string
- func (o *AddonListByUserNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByUserNotFound) IsClientError() bool
- func (o *AddonListByUserNotFound) IsCode(code int) bool
- func (o *AddonListByUserNotFound) IsRedirect() bool
- func (o *AddonListByUserNotFound) IsServerError() bool
- func (o *AddonListByUserNotFound) IsSuccess() bool
- func (o *AddonListByUserNotFound) String() string
- type AddonListByUserOK
- func (o *AddonListByUserOK) Code() int
- func (o *AddonListByUserOK) Error() string
- func (o *AddonListByUserOK) GetPayload() *models.V0OwnerAddOnsListResponseModel
- func (o *AddonListByUserOK) IsClientError() bool
- func (o *AddonListByUserOK) IsCode(code int) bool
- func (o *AddonListByUserOK) IsRedirect() bool
- func (o *AddonListByUserOK) IsServerError() bool
- func (o *AddonListByUserOK) IsSuccess() bool
- func (o *AddonListByUserOK) String() string
- type AddonListByUserParams
- func NewAddonListByUserParams() *AddonListByUserParams
- func NewAddonListByUserParamsWithContext(ctx context.Context) *AddonListByUserParams
- func NewAddonListByUserParamsWithHTTPClient(client *http.Client) *AddonListByUserParams
- func NewAddonListByUserParamsWithTimeout(timeout time.Duration) *AddonListByUserParams
- func (o *AddonListByUserParams) SetContext(ctx context.Context)
- func (o *AddonListByUserParams) SetDefaults()
- func (o *AddonListByUserParams) SetHTTPClient(client *http.Client)
- func (o *AddonListByUserParams) SetTimeout(timeout time.Duration)
- func (o *AddonListByUserParams) SetUserSlug(userSlug string)
- func (o *AddonListByUserParams) WithContext(ctx context.Context) *AddonListByUserParams
- func (o *AddonListByUserParams) WithDefaults() *AddonListByUserParams
- func (o *AddonListByUserParams) WithHTTPClient(client *http.Client) *AddonListByUserParams
- func (o *AddonListByUserParams) WithTimeout(timeout time.Duration) *AddonListByUserParams
- func (o *AddonListByUserParams) WithUserSlug(userSlug string) *AddonListByUserParams
- func (o *AddonListByUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddonListByUserReader
- type AddonListByUserUnauthorized
- func (o *AddonListByUserUnauthorized) Code() int
- func (o *AddonListByUserUnauthorized) Error() string
- func (o *AddonListByUserUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonListByUserUnauthorized) IsClientError() bool
- func (o *AddonListByUserUnauthorized) IsCode(code int) bool
- func (o *AddonListByUserUnauthorized) IsRedirect() bool
- func (o *AddonListByUserUnauthorized) IsServerError() bool
- func (o *AddonListByUserUnauthorized) IsSuccess() bool
- func (o *AddonListByUserUnauthorized) String() string
- type AddonsListBadRequest
- func (o *AddonsListBadRequest) Code() int
- func (o *AddonsListBadRequest) Error() string
- func (o *AddonsListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsListBadRequest) IsClientError() bool
- func (o *AddonsListBadRequest) IsCode(code int) bool
- func (o *AddonsListBadRequest) IsRedirect() bool
- func (o *AddonsListBadRequest) IsServerError() bool
- func (o *AddonsListBadRequest) IsSuccess() bool
- func (o *AddonsListBadRequest) String() string
- type AddonsListInternalServerError
- func (o *AddonsListInternalServerError) Code() int
- func (o *AddonsListInternalServerError) Error() string
- func (o *AddonsListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsListInternalServerError) IsClientError() bool
- func (o *AddonsListInternalServerError) IsCode(code int) bool
- func (o *AddonsListInternalServerError) IsRedirect() bool
- func (o *AddonsListInternalServerError) IsServerError() bool
- func (o *AddonsListInternalServerError) IsSuccess() bool
- func (o *AddonsListInternalServerError) String() string
- type AddonsListNotFound
- func (o *AddonsListNotFound) Code() int
- func (o *AddonsListNotFound) Error() string
- func (o *AddonsListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsListNotFound) IsClientError() bool
- func (o *AddonsListNotFound) IsCode(code int) bool
- func (o *AddonsListNotFound) IsRedirect() bool
- func (o *AddonsListNotFound) IsServerError() bool
- func (o *AddonsListNotFound) IsSuccess() bool
- func (o *AddonsListNotFound) String() string
- type AddonsListOK
- func (o *AddonsListOK) Code() int
- func (o *AddonsListOK) Error() string
- func (o *AddonsListOK) GetPayload() *models.V0AddonsListResponseModel
- func (o *AddonsListOK) IsClientError() bool
- func (o *AddonsListOK) IsCode(code int) bool
- func (o *AddonsListOK) IsRedirect() bool
- func (o *AddonsListOK) IsServerError() bool
- func (o *AddonsListOK) IsSuccess() bool
- func (o *AddonsListOK) String() string
- type AddonsListParams
- func (o *AddonsListParams) SetContext(ctx context.Context)
- func (o *AddonsListParams) SetDefaults()
- func (o *AddonsListParams) SetHTTPClient(client *http.Client)
- func (o *AddonsListParams) SetTimeout(timeout time.Duration)
- func (o *AddonsListParams) WithContext(ctx context.Context) *AddonsListParams
- func (o *AddonsListParams) WithDefaults() *AddonsListParams
- func (o *AddonsListParams) WithHTTPClient(client *http.Client) *AddonsListParams
- func (o *AddonsListParams) WithTimeout(timeout time.Duration) *AddonsListParams
- func (o *AddonsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddonsListReader
- type AddonsListUnauthorized
- func (o *AddonsListUnauthorized) Code() int
- func (o *AddonsListUnauthorized) Error() string
- func (o *AddonsListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsListUnauthorized) IsClientError() bool
- func (o *AddonsListUnauthorized) IsCode(code int) bool
- func (o *AddonsListUnauthorized) IsRedirect() bool
- func (o *AddonsListUnauthorized) IsServerError() bool
- func (o *AddonsListUnauthorized) IsSuccess() bool
- func (o *AddonsListUnauthorized) String() string
- type AddonsShowBadRequest
- func (o *AddonsShowBadRequest) Code() int
- func (o *AddonsShowBadRequest) Error() string
- func (o *AddonsShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsShowBadRequest) IsClientError() bool
- func (o *AddonsShowBadRequest) IsCode(code int) bool
- func (o *AddonsShowBadRequest) IsRedirect() bool
- func (o *AddonsShowBadRequest) IsServerError() bool
- func (o *AddonsShowBadRequest) IsSuccess() bool
- func (o *AddonsShowBadRequest) String() string
- type AddonsShowInternalServerError
- func (o *AddonsShowInternalServerError) Code() int
- func (o *AddonsShowInternalServerError) Error() string
- func (o *AddonsShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsShowInternalServerError) IsClientError() bool
- func (o *AddonsShowInternalServerError) IsCode(code int) bool
- func (o *AddonsShowInternalServerError) IsRedirect() bool
- func (o *AddonsShowInternalServerError) IsServerError() bool
- func (o *AddonsShowInternalServerError) IsSuccess() bool
- func (o *AddonsShowInternalServerError) String() string
- type AddonsShowNotFound
- func (o *AddonsShowNotFound) Code() int
- func (o *AddonsShowNotFound) Error() string
- func (o *AddonsShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsShowNotFound) IsClientError() bool
- func (o *AddonsShowNotFound) IsCode(code int) bool
- func (o *AddonsShowNotFound) IsRedirect() bool
- func (o *AddonsShowNotFound) IsServerError() bool
- func (o *AddonsShowNotFound) IsSuccess() bool
- func (o *AddonsShowNotFound) String() string
- type AddonsShowOK
- func (o *AddonsShowOK) Code() int
- func (o *AddonsShowOK) Error() string
- func (o *AddonsShowOK) GetPayload() *models.V0AddonsShowResponseModel
- func (o *AddonsShowOK) IsClientError() bool
- func (o *AddonsShowOK) IsCode(code int) bool
- func (o *AddonsShowOK) IsRedirect() bool
- func (o *AddonsShowOK) IsServerError() bool
- func (o *AddonsShowOK) IsSuccess() bool
- func (o *AddonsShowOK) String() string
- type AddonsShowParams
- func (o *AddonsShowParams) SetAddonID(addonID string)
- func (o *AddonsShowParams) SetContext(ctx context.Context)
- func (o *AddonsShowParams) SetDefaults()
- func (o *AddonsShowParams) SetHTTPClient(client *http.Client)
- func (o *AddonsShowParams) SetTimeout(timeout time.Duration)
- func (o *AddonsShowParams) WithAddonID(addonID string) *AddonsShowParams
- func (o *AddonsShowParams) WithContext(ctx context.Context) *AddonsShowParams
- func (o *AddonsShowParams) WithDefaults() *AddonsShowParams
- func (o *AddonsShowParams) WithHTTPClient(client *http.Client) *AddonsShowParams
- func (o *AddonsShowParams) WithTimeout(timeout time.Duration) *AddonsShowParams
- func (o *AddonsShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddonsShowReader
- type AddonsShowUnauthorized
- func (o *AddonsShowUnauthorized) Code() int
- func (o *AddonsShowUnauthorized) Error() string
- func (o *AddonsShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AddonsShowUnauthorized) IsClientError() bool
- func (o *AddonsShowUnauthorized) IsCode(code int) bool
- func (o *AddonsShowUnauthorized) IsRedirect() bool
- func (o *AddonsShowUnauthorized) IsServerError() bool
- func (o *AddonsShowUnauthorized) IsSuccess() bool
- func (o *AddonsShowUnauthorized) String() string
- type AndroidKeystoreFileConfirmBadRequest
- func (o *AndroidKeystoreFileConfirmBadRequest) Code() int
- func (o *AndroidKeystoreFileConfirmBadRequest) Error() string
- func (o *AndroidKeystoreFileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileConfirmBadRequest) IsClientError() bool
- func (o *AndroidKeystoreFileConfirmBadRequest) IsCode(code int) bool
- func (o *AndroidKeystoreFileConfirmBadRequest) IsRedirect() bool
- func (o *AndroidKeystoreFileConfirmBadRequest) IsServerError() bool
- func (o *AndroidKeystoreFileConfirmBadRequest) IsSuccess() bool
- func (o *AndroidKeystoreFileConfirmBadRequest) String() string
- type AndroidKeystoreFileConfirmInternalServerError
- func (o *AndroidKeystoreFileConfirmInternalServerError) Code() int
- func (o *AndroidKeystoreFileConfirmInternalServerError) Error() string
- func (o *AndroidKeystoreFileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileConfirmInternalServerError) IsClientError() bool
- func (o *AndroidKeystoreFileConfirmInternalServerError) IsCode(code int) bool
- func (o *AndroidKeystoreFileConfirmInternalServerError) IsRedirect() bool
- func (o *AndroidKeystoreFileConfirmInternalServerError) IsServerError() bool
- func (o *AndroidKeystoreFileConfirmInternalServerError) IsSuccess() bool
- func (o *AndroidKeystoreFileConfirmInternalServerError) String() string
- type AndroidKeystoreFileConfirmNotFound
- func (o *AndroidKeystoreFileConfirmNotFound) Code() int
- func (o *AndroidKeystoreFileConfirmNotFound) Error() string
- func (o *AndroidKeystoreFileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileConfirmNotFound) IsClientError() bool
- func (o *AndroidKeystoreFileConfirmNotFound) IsCode(code int) bool
- func (o *AndroidKeystoreFileConfirmNotFound) IsRedirect() bool
- func (o *AndroidKeystoreFileConfirmNotFound) IsServerError() bool
- func (o *AndroidKeystoreFileConfirmNotFound) IsSuccess() bool
- func (o *AndroidKeystoreFileConfirmNotFound) String() string
- type AndroidKeystoreFileConfirmOK
- func (o *AndroidKeystoreFileConfirmOK) Code() int
- func (o *AndroidKeystoreFileConfirmOK) Error() string
- func (o *AndroidKeystoreFileConfirmOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *AndroidKeystoreFileConfirmOK) IsClientError() bool
- func (o *AndroidKeystoreFileConfirmOK) IsCode(code int) bool
- func (o *AndroidKeystoreFileConfirmOK) IsRedirect() bool
- func (o *AndroidKeystoreFileConfirmOK) IsServerError() bool
- func (o *AndroidKeystoreFileConfirmOK) IsSuccess() bool
- func (o *AndroidKeystoreFileConfirmOK) String() string
- type AndroidKeystoreFileConfirmParams
- func NewAndroidKeystoreFileConfirmParams() *AndroidKeystoreFileConfirmParams
- func NewAndroidKeystoreFileConfirmParamsWithContext(ctx context.Context) *AndroidKeystoreFileConfirmParams
- func NewAndroidKeystoreFileConfirmParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileConfirmParams
- func NewAndroidKeystoreFileConfirmParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) SetAndroidKeystoreFileSlug(androidKeystoreFileSlug string)
- func (o *AndroidKeystoreFileConfirmParams) SetAppSlug(appSlug string)
- func (o *AndroidKeystoreFileConfirmParams) SetContext(ctx context.Context)
- func (o *AndroidKeystoreFileConfirmParams) SetDefaults()
- func (o *AndroidKeystoreFileConfirmParams) SetHTTPClient(client *http.Client)
- func (o *AndroidKeystoreFileConfirmParams) SetTimeout(timeout time.Duration)
- func (o *AndroidKeystoreFileConfirmParams) WithAndroidKeystoreFileSlug(androidKeystoreFileSlug string) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WithAppSlug(appSlug string) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WithContext(ctx context.Context) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WithDefaults() *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileConfirmParams
- func (o *AndroidKeystoreFileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AndroidKeystoreFileConfirmReader
- type AndroidKeystoreFileConfirmUnauthorized
- func (o *AndroidKeystoreFileConfirmUnauthorized) Code() int
- func (o *AndroidKeystoreFileConfirmUnauthorized) Error() string
- func (o *AndroidKeystoreFileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileConfirmUnauthorized) IsClientError() bool
- func (o *AndroidKeystoreFileConfirmUnauthorized) IsCode(code int) bool
- func (o *AndroidKeystoreFileConfirmUnauthorized) IsRedirect() bool
- func (o *AndroidKeystoreFileConfirmUnauthorized) IsServerError() bool
- func (o *AndroidKeystoreFileConfirmUnauthorized) IsSuccess() bool
- func (o *AndroidKeystoreFileConfirmUnauthorized) String() string
- type AndroidKeystoreFileCreateBadRequest
- func (o *AndroidKeystoreFileCreateBadRequest) Code() int
- func (o *AndroidKeystoreFileCreateBadRequest) Error() string
- func (o *AndroidKeystoreFileCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileCreateBadRequest) IsClientError() bool
- func (o *AndroidKeystoreFileCreateBadRequest) IsCode(code int) bool
- func (o *AndroidKeystoreFileCreateBadRequest) IsRedirect() bool
- func (o *AndroidKeystoreFileCreateBadRequest) IsServerError() bool
- func (o *AndroidKeystoreFileCreateBadRequest) IsSuccess() bool
- func (o *AndroidKeystoreFileCreateBadRequest) String() string
- type AndroidKeystoreFileCreateCreated
- func (o *AndroidKeystoreFileCreateCreated) Code() int
- func (o *AndroidKeystoreFileCreateCreated) Error() string
- func (o *AndroidKeystoreFileCreateCreated) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *AndroidKeystoreFileCreateCreated) IsClientError() bool
- func (o *AndroidKeystoreFileCreateCreated) IsCode(code int) bool
- func (o *AndroidKeystoreFileCreateCreated) IsRedirect() bool
- func (o *AndroidKeystoreFileCreateCreated) IsServerError() bool
- func (o *AndroidKeystoreFileCreateCreated) IsSuccess() bool
- func (o *AndroidKeystoreFileCreateCreated) String() string
- type AndroidKeystoreFileCreateInternalServerError
- func (o *AndroidKeystoreFileCreateInternalServerError) Code() int
- func (o *AndroidKeystoreFileCreateInternalServerError) Error() string
- func (o *AndroidKeystoreFileCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileCreateInternalServerError) IsClientError() bool
- func (o *AndroidKeystoreFileCreateInternalServerError) IsCode(code int) bool
- func (o *AndroidKeystoreFileCreateInternalServerError) IsRedirect() bool
- func (o *AndroidKeystoreFileCreateInternalServerError) IsServerError() bool
- func (o *AndroidKeystoreFileCreateInternalServerError) IsSuccess() bool
- func (o *AndroidKeystoreFileCreateInternalServerError) String() string
- type AndroidKeystoreFileCreateNotFound
- func (o *AndroidKeystoreFileCreateNotFound) Code() int
- func (o *AndroidKeystoreFileCreateNotFound) Error() string
- func (o *AndroidKeystoreFileCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileCreateNotFound) IsClientError() bool
- func (o *AndroidKeystoreFileCreateNotFound) IsCode(code int) bool
- func (o *AndroidKeystoreFileCreateNotFound) IsRedirect() bool
- func (o *AndroidKeystoreFileCreateNotFound) IsServerError() bool
- func (o *AndroidKeystoreFileCreateNotFound) IsSuccess() bool
- func (o *AndroidKeystoreFileCreateNotFound) String() string
- type AndroidKeystoreFileCreateParams
- func NewAndroidKeystoreFileCreateParams() *AndroidKeystoreFileCreateParams
- func NewAndroidKeystoreFileCreateParamsWithContext(ctx context.Context) *AndroidKeystoreFileCreateParams
- func NewAndroidKeystoreFileCreateParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileCreateParams
- func NewAndroidKeystoreFileCreateParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) SetAndroidKeystoreFile(androidKeystoreFile *models.V0AndroidKeystoreFileUploadParams)
- func (o *AndroidKeystoreFileCreateParams) SetAppSlug(appSlug string)
- func (o *AndroidKeystoreFileCreateParams) SetContext(ctx context.Context)
- func (o *AndroidKeystoreFileCreateParams) SetDefaults()
- func (o *AndroidKeystoreFileCreateParams) SetHTTPClient(client *http.Client)
- func (o *AndroidKeystoreFileCreateParams) SetTimeout(timeout time.Duration)
- func (o *AndroidKeystoreFileCreateParams) WithAndroidKeystoreFile(androidKeystoreFile *models.V0AndroidKeystoreFileUploadParams) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WithAppSlug(appSlug string) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WithContext(ctx context.Context) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WithDefaults() *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileCreateParams
- func (o *AndroidKeystoreFileCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AndroidKeystoreFileCreateReader
- type AndroidKeystoreFileCreateUnauthorized
- func (o *AndroidKeystoreFileCreateUnauthorized) Code() int
- func (o *AndroidKeystoreFileCreateUnauthorized) Error() string
- func (o *AndroidKeystoreFileCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileCreateUnauthorized) IsClientError() bool
- func (o *AndroidKeystoreFileCreateUnauthorized) IsCode(code int) bool
- func (o *AndroidKeystoreFileCreateUnauthorized) IsRedirect() bool
- func (o *AndroidKeystoreFileCreateUnauthorized) IsServerError() bool
- func (o *AndroidKeystoreFileCreateUnauthorized) IsSuccess() bool
- func (o *AndroidKeystoreFileCreateUnauthorized) String() string
- type AndroidKeystoreFileDeleteBadRequest
- func (o *AndroidKeystoreFileDeleteBadRequest) Code() int
- func (o *AndroidKeystoreFileDeleteBadRequest) Error() string
- func (o *AndroidKeystoreFileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileDeleteBadRequest) IsClientError() bool
- func (o *AndroidKeystoreFileDeleteBadRequest) IsCode(code int) bool
- func (o *AndroidKeystoreFileDeleteBadRequest) IsRedirect() bool
- func (o *AndroidKeystoreFileDeleteBadRequest) IsServerError() bool
- func (o *AndroidKeystoreFileDeleteBadRequest) IsSuccess() bool
- func (o *AndroidKeystoreFileDeleteBadRequest) String() string
- type AndroidKeystoreFileDeleteInternalServerError
- func (o *AndroidKeystoreFileDeleteInternalServerError) Code() int
- func (o *AndroidKeystoreFileDeleteInternalServerError) Error() string
- func (o *AndroidKeystoreFileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileDeleteInternalServerError) IsClientError() bool
- func (o *AndroidKeystoreFileDeleteInternalServerError) IsCode(code int) bool
- func (o *AndroidKeystoreFileDeleteInternalServerError) IsRedirect() bool
- func (o *AndroidKeystoreFileDeleteInternalServerError) IsServerError() bool
- func (o *AndroidKeystoreFileDeleteInternalServerError) IsSuccess() bool
- func (o *AndroidKeystoreFileDeleteInternalServerError) String() string
- type AndroidKeystoreFileDeleteNotFound
- func (o *AndroidKeystoreFileDeleteNotFound) Code() int
- func (o *AndroidKeystoreFileDeleteNotFound) Error() string
- func (o *AndroidKeystoreFileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileDeleteNotFound) IsClientError() bool
- func (o *AndroidKeystoreFileDeleteNotFound) IsCode(code int) bool
- func (o *AndroidKeystoreFileDeleteNotFound) IsRedirect() bool
- func (o *AndroidKeystoreFileDeleteNotFound) IsServerError() bool
- func (o *AndroidKeystoreFileDeleteNotFound) IsSuccess() bool
- func (o *AndroidKeystoreFileDeleteNotFound) String() string
- type AndroidKeystoreFileDeleteOK
- func (o *AndroidKeystoreFileDeleteOK) Code() int
- func (o *AndroidKeystoreFileDeleteOK) Error() string
- func (o *AndroidKeystoreFileDeleteOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *AndroidKeystoreFileDeleteOK) IsClientError() bool
- func (o *AndroidKeystoreFileDeleteOK) IsCode(code int) bool
- func (o *AndroidKeystoreFileDeleteOK) IsRedirect() bool
- func (o *AndroidKeystoreFileDeleteOK) IsServerError() bool
- func (o *AndroidKeystoreFileDeleteOK) IsSuccess() bool
- func (o *AndroidKeystoreFileDeleteOK) String() string
- type AndroidKeystoreFileDeleteParams
- func NewAndroidKeystoreFileDeleteParams() *AndroidKeystoreFileDeleteParams
- func NewAndroidKeystoreFileDeleteParamsWithContext(ctx context.Context) *AndroidKeystoreFileDeleteParams
- func NewAndroidKeystoreFileDeleteParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileDeleteParams
- func NewAndroidKeystoreFileDeleteParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) SetAndroidKeystoreFileSlug(androidKeystoreFileSlug string)
- func (o *AndroidKeystoreFileDeleteParams) SetAppSlug(appSlug string)
- func (o *AndroidKeystoreFileDeleteParams) SetContext(ctx context.Context)
- func (o *AndroidKeystoreFileDeleteParams) SetDefaults()
- func (o *AndroidKeystoreFileDeleteParams) SetHTTPClient(client *http.Client)
- func (o *AndroidKeystoreFileDeleteParams) SetTimeout(timeout time.Duration)
- func (o *AndroidKeystoreFileDeleteParams) WithAndroidKeystoreFileSlug(androidKeystoreFileSlug string) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WithAppSlug(appSlug string) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WithContext(ctx context.Context) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WithDefaults() *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileDeleteParams
- func (o *AndroidKeystoreFileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AndroidKeystoreFileDeleteReader
- type AndroidKeystoreFileDeleteUnauthorized
- func (o *AndroidKeystoreFileDeleteUnauthorized) Code() int
- func (o *AndroidKeystoreFileDeleteUnauthorized) Error() string
- func (o *AndroidKeystoreFileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileDeleteUnauthorized) IsClientError() bool
- func (o *AndroidKeystoreFileDeleteUnauthorized) IsCode(code int) bool
- func (o *AndroidKeystoreFileDeleteUnauthorized) IsRedirect() bool
- func (o *AndroidKeystoreFileDeleteUnauthorized) IsServerError() bool
- func (o *AndroidKeystoreFileDeleteUnauthorized) IsSuccess() bool
- func (o *AndroidKeystoreFileDeleteUnauthorized) String() string
- type AndroidKeystoreFileListBadRequest
- func (o *AndroidKeystoreFileListBadRequest) Code() int
- func (o *AndroidKeystoreFileListBadRequest) Error() string
- func (o *AndroidKeystoreFileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileListBadRequest) IsClientError() bool
- func (o *AndroidKeystoreFileListBadRequest) IsCode(code int) bool
- func (o *AndroidKeystoreFileListBadRequest) IsRedirect() bool
- func (o *AndroidKeystoreFileListBadRequest) IsServerError() bool
- func (o *AndroidKeystoreFileListBadRequest) IsSuccess() bool
- func (o *AndroidKeystoreFileListBadRequest) String() string
- type AndroidKeystoreFileListInternalServerError
- func (o *AndroidKeystoreFileListInternalServerError) Code() int
- func (o *AndroidKeystoreFileListInternalServerError) Error() string
- func (o *AndroidKeystoreFileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileListInternalServerError) IsClientError() bool
- func (o *AndroidKeystoreFileListInternalServerError) IsCode(code int) bool
- func (o *AndroidKeystoreFileListInternalServerError) IsRedirect() bool
- func (o *AndroidKeystoreFileListInternalServerError) IsServerError() bool
- func (o *AndroidKeystoreFileListInternalServerError) IsSuccess() bool
- func (o *AndroidKeystoreFileListInternalServerError) String() string
- type AndroidKeystoreFileListNotFound
- func (o *AndroidKeystoreFileListNotFound) Code() int
- func (o *AndroidKeystoreFileListNotFound) Error() string
- func (o *AndroidKeystoreFileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileListNotFound) IsClientError() bool
- func (o *AndroidKeystoreFileListNotFound) IsCode(code int) bool
- func (o *AndroidKeystoreFileListNotFound) IsRedirect() bool
- func (o *AndroidKeystoreFileListNotFound) IsServerError() bool
- func (o *AndroidKeystoreFileListNotFound) IsSuccess() bool
- func (o *AndroidKeystoreFileListNotFound) String() string
- type AndroidKeystoreFileListOK
- func (o *AndroidKeystoreFileListOK) Code() int
- func (o *AndroidKeystoreFileListOK) Error() string
- func (o *AndroidKeystoreFileListOK) GetPayload() *models.V0ProjectFileStorageListResponseModel
- func (o *AndroidKeystoreFileListOK) IsClientError() bool
- func (o *AndroidKeystoreFileListOK) IsCode(code int) bool
- func (o *AndroidKeystoreFileListOK) IsRedirect() bool
- func (o *AndroidKeystoreFileListOK) IsServerError() bool
- func (o *AndroidKeystoreFileListOK) IsSuccess() bool
- func (o *AndroidKeystoreFileListOK) String() string
- type AndroidKeystoreFileListParams
- func NewAndroidKeystoreFileListParams() *AndroidKeystoreFileListParams
- func NewAndroidKeystoreFileListParamsWithContext(ctx context.Context) *AndroidKeystoreFileListParams
- func NewAndroidKeystoreFileListParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileListParams
- func NewAndroidKeystoreFileListParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) SetAppSlug(appSlug string)
- func (o *AndroidKeystoreFileListParams) SetContext(ctx context.Context)
- func (o *AndroidKeystoreFileListParams) SetDefaults()
- func (o *AndroidKeystoreFileListParams) SetHTTPClient(client *http.Client)
- func (o *AndroidKeystoreFileListParams) SetLimit(limit *int64)
- func (o *AndroidKeystoreFileListParams) SetNext(next *string)
- func (o *AndroidKeystoreFileListParams) SetTimeout(timeout time.Duration)
- func (o *AndroidKeystoreFileListParams) WithAppSlug(appSlug string) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithContext(ctx context.Context) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithDefaults() *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithLimit(limit *int64) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithNext(next *string) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileListParams
- func (o *AndroidKeystoreFileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AndroidKeystoreFileListReader
- type AndroidKeystoreFileListUnauthorized
- func (o *AndroidKeystoreFileListUnauthorized) Code() int
- func (o *AndroidKeystoreFileListUnauthorized) Error() string
- func (o *AndroidKeystoreFileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AndroidKeystoreFileListUnauthorized) IsClientError() bool
- func (o *AndroidKeystoreFileListUnauthorized) IsCode(code int) bool
- func (o *AndroidKeystoreFileListUnauthorized) IsRedirect() bool
- func (o *AndroidKeystoreFileListUnauthorized) IsServerError() bool
- func (o *AndroidKeystoreFileListUnauthorized) IsSuccess() bool
- func (o *AndroidKeystoreFileListUnauthorized) String() string
- type AppConfigCreateBadRequest
- func (o *AppConfigCreateBadRequest) Code() int
- func (o *AppConfigCreateBadRequest) Error() string
- func (o *AppConfigCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigCreateBadRequest) IsClientError() bool
- func (o *AppConfigCreateBadRequest) IsCode(code int) bool
- func (o *AppConfigCreateBadRequest) IsRedirect() bool
- func (o *AppConfigCreateBadRequest) IsServerError() bool
- func (o *AppConfigCreateBadRequest) IsSuccess() bool
- func (o *AppConfigCreateBadRequest) String() string
- type AppConfigCreateInternalServerError
- func (o *AppConfigCreateInternalServerError) Code() int
- func (o *AppConfigCreateInternalServerError) Error() string
- func (o *AppConfigCreateInternalServerError) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppConfigCreateInternalServerError) IsClientError() bool
- func (o *AppConfigCreateInternalServerError) IsCode(code int) bool
- func (o *AppConfigCreateInternalServerError) IsRedirect() bool
- func (o *AppConfigCreateInternalServerError) IsServerError() bool
- func (o *AppConfigCreateInternalServerError) IsSuccess() bool
- func (o *AppConfigCreateInternalServerError) String() string
- type AppConfigCreateNotFound
- func (o *AppConfigCreateNotFound) Code() int
- func (o *AppConfigCreateNotFound) Error() string
- func (o *AppConfigCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigCreateNotFound) IsClientError() bool
- func (o *AppConfigCreateNotFound) IsCode(code int) bool
- func (o *AppConfigCreateNotFound) IsRedirect() bool
- func (o *AppConfigCreateNotFound) IsServerError() bool
- func (o *AppConfigCreateNotFound) IsSuccess() bool
- func (o *AppConfigCreateNotFound) String() string
- type AppConfigCreateOK
- func (o *AppConfigCreateOK) Code() int
- func (o *AppConfigCreateOK) Error() string
- func (o *AppConfigCreateOK) GetPayload() models.V0AppConfigRespModel
- func (o *AppConfigCreateOK) IsClientError() bool
- func (o *AppConfigCreateOK) IsCode(code int) bool
- func (o *AppConfigCreateOK) IsRedirect() bool
- func (o *AppConfigCreateOK) IsServerError() bool
- func (o *AppConfigCreateOK) IsSuccess() bool
- func (o *AppConfigCreateOK) String() string
- type AppConfigCreateParams
- func NewAppConfigCreateParams() *AppConfigCreateParams
- func NewAppConfigCreateParamsWithContext(ctx context.Context) *AppConfigCreateParams
- func NewAppConfigCreateParamsWithHTTPClient(client *http.Client) *AppConfigCreateParams
- func NewAppConfigCreateParamsWithTimeout(timeout time.Duration) *AppConfigCreateParams
- func (o *AppConfigCreateParams) SetAppConfig(appConfig *models.V0AppConfigRequestParam)
- func (o *AppConfigCreateParams) SetAppSlug(appSlug string)
- func (o *AppConfigCreateParams) SetContext(ctx context.Context)
- func (o *AppConfigCreateParams) SetDefaults()
- func (o *AppConfigCreateParams) SetHTTPClient(client *http.Client)
- func (o *AppConfigCreateParams) SetTimeout(timeout time.Duration)
- func (o *AppConfigCreateParams) WithAppConfig(appConfig *models.V0AppConfigRequestParam) *AppConfigCreateParams
- func (o *AppConfigCreateParams) WithAppSlug(appSlug string) *AppConfigCreateParams
- func (o *AppConfigCreateParams) WithContext(ctx context.Context) *AppConfigCreateParams
- func (o *AppConfigCreateParams) WithDefaults() *AppConfigCreateParams
- func (o *AppConfigCreateParams) WithHTTPClient(client *http.Client) *AppConfigCreateParams
- func (o *AppConfigCreateParams) WithTimeout(timeout time.Duration) *AppConfigCreateParams
- func (o *AppConfigCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppConfigCreateReader
- type AppConfigCreateUnauthorized
- func (o *AppConfigCreateUnauthorized) Code() int
- func (o *AppConfigCreateUnauthorized) Error() string
- func (o *AppConfigCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigCreateUnauthorized) IsClientError() bool
- func (o *AppConfigCreateUnauthorized) IsCode(code int) bool
- func (o *AppConfigCreateUnauthorized) IsRedirect() bool
- func (o *AppConfigCreateUnauthorized) IsServerError() bool
- func (o *AppConfigCreateUnauthorized) IsSuccess() bool
- func (o *AppConfigCreateUnauthorized) String() string
- type AppConfigDatastoreShowBadRequest
- func (o *AppConfigDatastoreShowBadRequest) Code() int
- func (o *AppConfigDatastoreShowBadRequest) Error() string
- func (o *AppConfigDatastoreShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigDatastoreShowBadRequest) IsClientError() bool
- func (o *AppConfigDatastoreShowBadRequest) IsCode(code int) bool
- func (o *AppConfigDatastoreShowBadRequest) IsRedirect() bool
- func (o *AppConfigDatastoreShowBadRequest) IsServerError() bool
- func (o *AppConfigDatastoreShowBadRequest) IsSuccess() bool
- func (o *AppConfigDatastoreShowBadRequest) String() string
- type AppConfigDatastoreShowInternalServerError
- func (o *AppConfigDatastoreShowInternalServerError) Code() int
- func (o *AppConfigDatastoreShowInternalServerError) Error() string
- func (o *AppConfigDatastoreShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigDatastoreShowInternalServerError) IsClientError() bool
- func (o *AppConfigDatastoreShowInternalServerError) IsCode(code int) bool
- func (o *AppConfigDatastoreShowInternalServerError) IsRedirect() bool
- func (o *AppConfigDatastoreShowInternalServerError) IsServerError() bool
- func (o *AppConfigDatastoreShowInternalServerError) IsSuccess() bool
- func (o *AppConfigDatastoreShowInternalServerError) String() string
- type AppConfigDatastoreShowNotFound
- func (o *AppConfigDatastoreShowNotFound) Code() int
- func (o *AppConfigDatastoreShowNotFound) Error() string
- func (o *AppConfigDatastoreShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigDatastoreShowNotFound) IsClientError() bool
- func (o *AppConfigDatastoreShowNotFound) IsCode(code int) bool
- func (o *AppConfigDatastoreShowNotFound) IsRedirect() bool
- func (o *AppConfigDatastoreShowNotFound) IsServerError() bool
- func (o *AppConfigDatastoreShowNotFound) IsSuccess() bool
- func (o *AppConfigDatastoreShowNotFound) String() string
- type AppConfigDatastoreShowOK
- func (o *AppConfigDatastoreShowOK) Code() int
- func (o *AppConfigDatastoreShowOK) Error() string
- func (o *AppConfigDatastoreShowOK) GetPayload() string
- func (o *AppConfigDatastoreShowOK) IsClientError() bool
- func (o *AppConfigDatastoreShowOK) IsCode(code int) bool
- func (o *AppConfigDatastoreShowOK) IsRedirect() bool
- func (o *AppConfigDatastoreShowOK) IsServerError() bool
- func (o *AppConfigDatastoreShowOK) IsSuccess() bool
- func (o *AppConfigDatastoreShowOK) String() string
- type AppConfigDatastoreShowParams
- func NewAppConfigDatastoreShowParams() *AppConfigDatastoreShowParams
- func NewAppConfigDatastoreShowParamsWithContext(ctx context.Context) *AppConfigDatastoreShowParams
- func NewAppConfigDatastoreShowParamsWithHTTPClient(client *http.Client) *AppConfigDatastoreShowParams
- func NewAppConfigDatastoreShowParamsWithTimeout(timeout time.Duration) *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) SetAppSlug(appSlug string)
- func (o *AppConfigDatastoreShowParams) SetContext(ctx context.Context)
- func (o *AppConfigDatastoreShowParams) SetDefaults()
- func (o *AppConfigDatastoreShowParams) SetHTTPClient(client *http.Client)
- func (o *AppConfigDatastoreShowParams) SetTimeout(timeout time.Duration)
- func (o *AppConfigDatastoreShowParams) WithAppSlug(appSlug string) *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) WithContext(ctx context.Context) *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) WithDefaults() *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) WithHTTPClient(client *http.Client) *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) WithTimeout(timeout time.Duration) *AppConfigDatastoreShowParams
- func (o *AppConfigDatastoreShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppConfigDatastoreShowReader
- type AppConfigDatastoreShowUnauthorized
- func (o *AppConfigDatastoreShowUnauthorized) Code() int
- func (o *AppConfigDatastoreShowUnauthorized) Error() string
- func (o *AppConfigDatastoreShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppConfigDatastoreShowUnauthorized) IsClientError() bool
- func (o *AppConfigDatastoreShowUnauthorized) IsCode(code int) bool
- func (o *AppConfigDatastoreShowUnauthorized) IsRedirect() bool
- func (o *AppConfigDatastoreShowUnauthorized) IsServerError() bool
- func (o *AppConfigDatastoreShowUnauthorized) IsSuccess() bool
- func (o *AppConfigDatastoreShowUnauthorized) String() string
- type AppCreateBadRequest
- func (o *AppCreateBadRequest) Code() int
- func (o *AppCreateBadRequest) Error() string
- func (o *AppCreateBadRequest) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppCreateBadRequest) IsClientError() bool
- func (o *AppCreateBadRequest) IsCode(code int) bool
- func (o *AppCreateBadRequest) IsRedirect() bool
- func (o *AppCreateBadRequest) IsServerError() bool
- func (o *AppCreateBadRequest) IsSuccess() bool
- func (o *AppCreateBadRequest) String() string
- type AppCreateInternalServerError
- func (o *AppCreateInternalServerError) Code() int
- func (o *AppCreateInternalServerError) Error() string
- func (o *AppCreateInternalServerError) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppCreateInternalServerError) IsClientError() bool
- func (o *AppCreateInternalServerError) IsCode(code int) bool
- func (o *AppCreateInternalServerError) IsRedirect() bool
- func (o *AppCreateInternalServerError) IsServerError() bool
- func (o *AppCreateInternalServerError) IsSuccess() bool
- func (o *AppCreateInternalServerError) String() string
- type AppCreateNotFound
- func (o *AppCreateNotFound) Code() int
- func (o *AppCreateNotFound) Error() string
- func (o *AppCreateNotFound) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppCreateNotFound) IsClientError() bool
- func (o *AppCreateNotFound) IsCode(code int) bool
- func (o *AppCreateNotFound) IsRedirect() bool
- func (o *AppCreateNotFound) IsServerError() bool
- func (o *AppCreateNotFound) IsSuccess() bool
- func (o *AppCreateNotFound) String() string
- type AppCreateOK
- func (o *AppCreateOK) Code() int
- func (o *AppCreateOK) Error() string
- func (o *AppCreateOK) GetPayload() *models.V0AppRespModel
- func (o *AppCreateOK) IsClientError() bool
- func (o *AppCreateOK) IsCode(code int) bool
- func (o *AppCreateOK) IsRedirect() bool
- func (o *AppCreateOK) IsServerError() bool
- func (o *AppCreateOK) IsSuccess() bool
- func (o *AppCreateOK) String() string
- type AppCreateParams
- func (o *AppCreateParams) SetApp(app *models.V0AppUploadParams)
- func (o *AppCreateParams) SetContext(ctx context.Context)
- func (o *AppCreateParams) SetDefaults()
- func (o *AppCreateParams) SetHTTPClient(client *http.Client)
- func (o *AppCreateParams) SetTimeout(timeout time.Duration)
- func (o *AppCreateParams) WithApp(app *models.V0AppUploadParams) *AppCreateParams
- func (o *AppCreateParams) WithContext(ctx context.Context) *AppCreateParams
- func (o *AppCreateParams) WithDefaults() *AppCreateParams
- func (o *AppCreateParams) WithHTTPClient(client *http.Client) *AppCreateParams
- func (o *AppCreateParams) WithTimeout(timeout time.Duration) *AppCreateParams
- func (o *AppCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppCreateReader
- type AppCreateUnauthorized
- func (o *AppCreateUnauthorized) Code() int
- func (o *AppCreateUnauthorized) Error() string
- func (o *AppCreateUnauthorized) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppCreateUnauthorized) IsClientError() bool
- func (o *AppCreateUnauthorized) IsCode(code int) bool
- func (o *AppCreateUnauthorized) IsRedirect() bool
- func (o *AppCreateUnauthorized) IsServerError() bool
- func (o *AppCreateUnauthorized) IsSuccess() bool
- func (o *AppCreateUnauthorized) String() string
- type AppDeleteBadRequest
- func (o *AppDeleteBadRequest) Code() int
- func (o *AppDeleteBadRequest) Error() string
- func (o *AppDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppDeleteBadRequest) IsClientError() bool
- func (o *AppDeleteBadRequest) IsCode(code int) bool
- func (o *AppDeleteBadRequest) IsRedirect() bool
- func (o *AppDeleteBadRequest) IsServerError() bool
- func (o *AppDeleteBadRequest) IsSuccess() bool
- func (o *AppDeleteBadRequest) String() string
- type AppDeleteInternalServerError
- func (o *AppDeleteInternalServerError) Code() int
- func (o *AppDeleteInternalServerError) Error() string
- func (o *AppDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppDeleteInternalServerError) IsClientError() bool
- func (o *AppDeleteInternalServerError) IsCode(code int) bool
- func (o *AppDeleteInternalServerError) IsRedirect() bool
- func (o *AppDeleteInternalServerError) IsServerError() bool
- func (o *AppDeleteInternalServerError) IsSuccess() bool
- func (o *AppDeleteInternalServerError) String() string
- type AppDeleteNotFound
- func (o *AppDeleteNotFound) Code() int
- func (o *AppDeleteNotFound) Error() string
- func (o *AppDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppDeleteNotFound) IsClientError() bool
- func (o *AppDeleteNotFound) IsCode(code int) bool
- func (o *AppDeleteNotFound) IsRedirect() bool
- func (o *AppDeleteNotFound) IsServerError() bool
- func (o *AppDeleteNotFound) IsSuccess() bool
- func (o *AppDeleteNotFound) String() string
- type AppDeleteOK
- func (o *AppDeleteOK) Code() int
- func (o *AppDeleteOK) Error() string
- func (o *AppDeleteOK) GetPayload() *models.V0AppDeleteRespModel
- func (o *AppDeleteOK) IsClientError() bool
- func (o *AppDeleteOK) IsCode(code int) bool
- func (o *AppDeleteOK) IsRedirect() bool
- func (o *AppDeleteOK) IsServerError() bool
- func (o *AppDeleteOK) IsSuccess() bool
- func (o *AppDeleteOK) String() string
- type AppDeleteParams
- func (o *AppDeleteParams) SetAppSlug(appSlug string)
- func (o *AppDeleteParams) SetContext(ctx context.Context)
- func (o *AppDeleteParams) SetDefaults()
- func (o *AppDeleteParams) SetHTTPClient(client *http.Client)
- func (o *AppDeleteParams) SetTimeout(timeout time.Duration)
- func (o *AppDeleteParams) WithAppSlug(appSlug string) *AppDeleteParams
- func (o *AppDeleteParams) WithContext(ctx context.Context) *AppDeleteParams
- func (o *AppDeleteParams) WithDefaults() *AppDeleteParams
- func (o *AppDeleteParams) WithHTTPClient(client *http.Client) *AppDeleteParams
- func (o *AppDeleteParams) WithTimeout(timeout time.Duration) *AppDeleteParams
- func (o *AppDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppDeleteReader
- type AppDeleteUnauthorized
- func (o *AppDeleteUnauthorized) Code() int
- func (o *AppDeleteUnauthorized) Error() string
- func (o *AppDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppDeleteUnauthorized) IsClientError() bool
- func (o *AppDeleteUnauthorized) IsCode(code int) bool
- func (o *AppDeleteUnauthorized) IsRedirect() bool
- func (o *AppDeleteUnauthorized) IsServerError() bool
- func (o *AppDeleteUnauthorized) IsSuccess() bool
- func (o *AppDeleteUnauthorized) String() string
- type AppFinishBadRequest
- func (o *AppFinishBadRequest) Code() int
- func (o *AppFinishBadRequest) Error() string
- func (o *AppFinishBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppFinishBadRequest) IsClientError() bool
- func (o *AppFinishBadRequest) IsCode(code int) bool
- func (o *AppFinishBadRequest) IsRedirect() bool
- func (o *AppFinishBadRequest) IsServerError() bool
- func (o *AppFinishBadRequest) IsSuccess() bool
- func (o *AppFinishBadRequest) String() string
- type AppFinishInternalServerError
- func (o *AppFinishInternalServerError) Code() int
- func (o *AppFinishInternalServerError) Error() string
- func (o *AppFinishInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppFinishInternalServerError) IsClientError() bool
- func (o *AppFinishInternalServerError) IsCode(code int) bool
- func (o *AppFinishInternalServerError) IsRedirect() bool
- func (o *AppFinishInternalServerError) IsServerError() bool
- func (o *AppFinishInternalServerError) IsSuccess() bool
- func (o *AppFinishInternalServerError) String() string
- type AppFinishNotFound
- func (o *AppFinishNotFound) Code() int
- func (o *AppFinishNotFound) Error() string
- func (o *AppFinishNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppFinishNotFound) IsClientError() bool
- func (o *AppFinishNotFound) IsCode(code int) bool
- func (o *AppFinishNotFound) IsRedirect() bool
- func (o *AppFinishNotFound) IsServerError() bool
- func (o *AppFinishNotFound) IsSuccess() bool
- func (o *AppFinishNotFound) String() string
- type AppFinishOK
- func (o *AppFinishOK) Code() int
- func (o *AppFinishOK) Error() string
- func (o *AppFinishOK) GetPayload() *models.V0AppFinishRespModel
- func (o *AppFinishOK) IsClientError() bool
- func (o *AppFinishOK) IsCode(code int) bool
- func (o *AppFinishOK) IsRedirect() bool
- func (o *AppFinishOK) IsServerError() bool
- func (o *AppFinishOK) IsSuccess() bool
- func (o *AppFinishOK) String() string
- type AppFinishParams
- func (o *AppFinishParams) SetApp(app *models.V0AppFinishParams)
- func (o *AppFinishParams) SetAppSlug(appSlug string)
- func (o *AppFinishParams) SetContext(ctx context.Context)
- func (o *AppFinishParams) SetDefaults()
- func (o *AppFinishParams) SetHTTPClient(client *http.Client)
- func (o *AppFinishParams) SetTimeout(timeout time.Duration)
- func (o *AppFinishParams) WithApp(app *models.V0AppFinishParams) *AppFinishParams
- func (o *AppFinishParams) WithAppSlug(appSlug string) *AppFinishParams
- func (o *AppFinishParams) WithContext(ctx context.Context) *AppFinishParams
- func (o *AppFinishParams) WithDefaults() *AppFinishParams
- func (o *AppFinishParams) WithHTTPClient(client *http.Client) *AppFinishParams
- func (o *AppFinishParams) WithTimeout(timeout time.Duration) *AppFinishParams
- func (o *AppFinishParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppFinishReader
- type AppFinishUnauthorized
- func (o *AppFinishUnauthorized) Code() int
- func (o *AppFinishUnauthorized) Error() string
- func (o *AppFinishUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppFinishUnauthorized) IsClientError() bool
- func (o *AppFinishUnauthorized) IsCode(code int) bool
- func (o *AppFinishUnauthorized) IsRedirect() bool
- func (o *AppFinishUnauthorized) IsServerError() bool
- func (o *AppFinishUnauthorized) IsSuccess() bool
- func (o *AppFinishUnauthorized) String() string
- type AppListBadRequest
- func (o *AppListBadRequest) Code() int
- func (o *AppListBadRequest) Error() string
- func (o *AppListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListBadRequest) IsClientError() bool
- func (o *AppListBadRequest) IsCode(code int) bool
- func (o *AppListBadRequest) IsRedirect() bool
- func (o *AppListBadRequest) IsServerError() bool
- func (o *AppListBadRequest) IsSuccess() bool
- func (o *AppListBadRequest) String() string
- type AppListByOrganizationBadRequest
- func (o *AppListByOrganizationBadRequest) Code() int
- func (o *AppListByOrganizationBadRequest) Error() string
- func (o *AppListByOrganizationBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByOrganizationBadRequest) IsClientError() bool
- func (o *AppListByOrganizationBadRequest) IsCode(code int) bool
- func (o *AppListByOrganizationBadRequest) IsRedirect() bool
- func (o *AppListByOrganizationBadRequest) IsServerError() bool
- func (o *AppListByOrganizationBadRequest) IsSuccess() bool
- func (o *AppListByOrganizationBadRequest) String() string
- type AppListByOrganizationInternalServerError
- func (o *AppListByOrganizationInternalServerError) Code() int
- func (o *AppListByOrganizationInternalServerError) Error() string
- func (o *AppListByOrganizationInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByOrganizationInternalServerError) IsClientError() bool
- func (o *AppListByOrganizationInternalServerError) IsCode(code int) bool
- func (o *AppListByOrganizationInternalServerError) IsRedirect() bool
- func (o *AppListByOrganizationInternalServerError) IsServerError() bool
- func (o *AppListByOrganizationInternalServerError) IsSuccess() bool
- func (o *AppListByOrganizationInternalServerError) String() string
- type AppListByOrganizationNotFound
- func (o *AppListByOrganizationNotFound) Code() int
- func (o *AppListByOrganizationNotFound) Error() string
- func (o *AppListByOrganizationNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByOrganizationNotFound) IsClientError() bool
- func (o *AppListByOrganizationNotFound) IsCode(code int) bool
- func (o *AppListByOrganizationNotFound) IsRedirect() bool
- func (o *AppListByOrganizationNotFound) IsServerError() bool
- func (o *AppListByOrganizationNotFound) IsSuccess() bool
- func (o *AppListByOrganizationNotFound) String() string
- type AppListByOrganizationOK
- func (o *AppListByOrganizationOK) Code() int
- func (o *AppListByOrganizationOK) Error() string
- func (o *AppListByOrganizationOK) GetPayload() *models.V0AppListResponseModel
- func (o *AppListByOrganizationOK) IsClientError() bool
- func (o *AppListByOrganizationOK) IsCode(code int) bool
- func (o *AppListByOrganizationOK) IsRedirect() bool
- func (o *AppListByOrganizationOK) IsServerError() bool
- func (o *AppListByOrganizationOK) IsSuccess() bool
- func (o *AppListByOrganizationOK) String() string
- type AppListByOrganizationParams
- func NewAppListByOrganizationParams() *AppListByOrganizationParams
- func NewAppListByOrganizationParamsWithContext(ctx context.Context) *AppListByOrganizationParams
- func NewAppListByOrganizationParamsWithHTTPClient(client *http.Client) *AppListByOrganizationParams
- func NewAppListByOrganizationParamsWithTimeout(timeout time.Duration) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) SetContext(ctx context.Context)
- func (o *AppListByOrganizationParams) SetDefaults()
- func (o *AppListByOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *AppListByOrganizationParams) SetLimit(limit *int64)
- func (o *AppListByOrganizationParams) SetNext(next *string)
- func (o *AppListByOrganizationParams) SetOrgSlug(orgSlug string)
- func (o *AppListByOrganizationParams) SetProjectType(projectType *string)
- func (o *AppListByOrganizationParams) SetSortBy(sortBy *string)
- func (o *AppListByOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *AppListByOrganizationParams) SetTitle(title *string)
- func (o *AppListByOrganizationParams) WithContext(ctx context.Context) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithDefaults() *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithHTTPClient(client *http.Client) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithLimit(limit *int64) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithNext(next *string) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithOrgSlug(orgSlug string) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithProjectType(projectType *string) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithSortBy(sortBy *string) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithTimeout(timeout time.Duration) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WithTitle(title *string) *AppListByOrganizationParams
- func (o *AppListByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppListByOrganizationReader
- type AppListByOrganizationUnauthorized
- func (o *AppListByOrganizationUnauthorized) Code() int
- func (o *AppListByOrganizationUnauthorized) Error() string
- func (o *AppListByOrganizationUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByOrganizationUnauthorized) IsClientError() bool
- func (o *AppListByOrganizationUnauthorized) IsCode(code int) bool
- func (o *AppListByOrganizationUnauthorized) IsRedirect() bool
- func (o *AppListByOrganizationUnauthorized) IsServerError() bool
- func (o *AppListByOrganizationUnauthorized) IsSuccess() bool
- func (o *AppListByOrganizationUnauthorized) String() string
- type AppListByUserBadRequest
- func (o *AppListByUserBadRequest) Code() int
- func (o *AppListByUserBadRequest) Error() string
- func (o *AppListByUserBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByUserBadRequest) IsClientError() bool
- func (o *AppListByUserBadRequest) IsCode(code int) bool
- func (o *AppListByUserBadRequest) IsRedirect() bool
- func (o *AppListByUserBadRequest) IsServerError() bool
- func (o *AppListByUserBadRequest) IsSuccess() bool
- func (o *AppListByUserBadRequest) String() string
- type AppListByUserInternalServerError
- func (o *AppListByUserInternalServerError) Code() int
- func (o *AppListByUserInternalServerError) Error() string
- func (o *AppListByUserInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByUserInternalServerError) IsClientError() bool
- func (o *AppListByUserInternalServerError) IsCode(code int) bool
- func (o *AppListByUserInternalServerError) IsRedirect() bool
- func (o *AppListByUserInternalServerError) IsServerError() bool
- func (o *AppListByUserInternalServerError) IsSuccess() bool
- func (o *AppListByUserInternalServerError) String() string
- type AppListByUserNotFound
- func (o *AppListByUserNotFound) Code() int
- func (o *AppListByUserNotFound) Error() string
- func (o *AppListByUserNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByUserNotFound) IsClientError() bool
- func (o *AppListByUserNotFound) IsCode(code int) bool
- func (o *AppListByUserNotFound) IsRedirect() bool
- func (o *AppListByUserNotFound) IsServerError() bool
- func (o *AppListByUserNotFound) IsSuccess() bool
- func (o *AppListByUserNotFound) String() string
- type AppListByUserOK
- func (o *AppListByUserOK) Code() int
- func (o *AppListByUserOK) Error() string
- func (o *AppListByUserOK) GetPayload() *models.V0AppListResponseModel
- func (o *AppListByUserOK) IsClientError() bool
- func (o *AppListByUserOK) IsCode(code int) bool
- func (o *AppListByUserOK) IsRedirect() bool
- func (o *AppListByUserOK) IsServerError() bool
- func (o *AppListByUserOK) IsSuccess() bool
- func (o *AppListByUserOK) String() string
- type AppListByUserParams
- func (o *AppListByUserParams) SetContext(ctx context.Context)
- func (o *AppListByUserParams) SetDefaults()
- func (o *AppListByUserParams) SetHTTPClient(client *http.Client)
- func (o *AppListByUserParams) SetLimit(limit *int64)
- func (o *AppListByUserParams) SetNext(next *string)
- func (o *AppListByUserParams) SetProjectType(projectType *string)
- func (o *AppListByUserParams) SetSortBy(sortBy *string)
- func (o *AppListByUserParams) SetTimeout(timeout time.Duration)
- func (o *AppListByUserParams) SetTitle(title *string)
- func (o *AppListByUserParams) SetUserSlug(userSlug string)
- func (o *AppListByUserParams) WithContext(ctx context.Context) *AppListByUserParams
- func (o *AppListByUserParams) WithDefaults() *AppListByUserParams
- func (o *AppListByUserParams) WithHTTPClient(client *http.Client) *AppListByUserParams
- func (o *AppListByUserParams) WithLimit(limit *int64) *AppListByUserParams
- func (o *AppListByUserParams) WithNext(next *string) *AppListByUserParams
- func (o *AppListByUserParams) WithProjectType(projectType *string) *AppListByUserParams
- func (o *AppListByUserParams) WithSortBy(sortBy *string) *AppListByUserParams
- func (o *AppListByUserParams) WithTimeout(timeout time.Duration) *AppListByUserParams
- func (o *AppListByUserParams) WithTitle(title *string) *AppListByUserParams
- func (o *AppListByUserParams) WithUserSlug(userSlug string) *AppListByUserParams
- func (o *AppListByUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppListByUserReader
- type AppListByUserUnauthorized
- func (o *AppListByUserUnauthorized) Code() int
- func (o *AppListByUserUnauthorized) Error() string
- func (o *AppListByUserUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListByUserUnauthorized) IsClientError() bool
- func (o *AppListByUserUnauthorized) IsCode(code int) bool
- func (o *AppListByUserUnauthorized) IsRedirect() bool
- func (o *AppListByUserUnauthorized) IsServerError() bool
- func (o *AppListByUserUnauthorized) IsSuccess() bool
- func (o *AppListByUserUnauthorized) String() string
- type AppListInternalServerError
- func (o *AppListInternalServerError) Code() int
- func (o *AppListInternalServerError) Error() string
- func (o *AppListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListInternalServerError) IsClientError() bool
- func (o *AppListInternalServerError) IsCode(code int) bool
- func (o *AppListInternalServerError) IsRedirect() bool
- func (o *AppListInternalServerError) IsServerError() bool
- func (o *AppListInternalServerError) IsSuccess() bool
- func (o *AppListInternalServerError) String() string
- type AppListNotFound
- func (o *AppListNotFound) Code() int
- func (o *AppListNotFound) Error() string
- func (o *AppListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListNotFound) IsClientError() bool
- func (o *AppListNotFound) IsCode(code int) bool
- func (o *AppListNotFound) IsRedirect() bool
- func (o *AppListNotFound) IsServerError() bool
- func (o *AppListNotFound) IsSuccess() bool
- func (o *AppListNotFound) String() string
- type AppListOK
- func (o *AppListOK) Code() int
- func (o *AppListOK) Error() string
- func (o *AppListOK) GetPayload() *models.V0AppListResponseModel
- func (o *AppListOK) IsClientError() bool
- func (o *AppListOK) IsCode(code int) bool
- func (o *AppListOK) IsRedirect() bool
- func (o *AppListOK) IsServerError() bool
- func (o *AppListOK) IsSuccess() bool
- func (o *AppListOK) String() string
- type AppListParams
- func (o *AppListParams) SetContext(ctx context.Context)
- func (o *AppListParams) SetDefaults()
- func (o *AppListParams) SetHTTPClient(client *http.Client)
- func (o *AppListParams) SetLimit(limit *int64)
- func (o *AppListParams) SetNext(next *string)
- func (o *AppListParams) SetProjectType(projectType *string)
- func (o *AppListParams) SetSortBy(sortBy *string)
- func (o *AppListParams) SetTimeout(timeout time.Duration)
- func (o *AppListParams) SetTitle(title *string)
- func (o *AppListParams) WithContext(ctx context.Context) *AppListParams
- func (o *AppListParams) WithDefaults() *AppListParams
- func (o *AppListParams) WithHTTPClient(client *http.Client) *AppListParams
- func (o *AppListParams) WithLimit(limit *int64) *AppListParams
- func (o *AppListParams) WithNext(next *string) *AppListParams
- func (o *AppListParams) WithProjectType(projectType *string) *AppListParams
- func (o *AppListParams) WithSortBy(sortBy *string) *AppListParams
- func (o *AppListParams) WithTimeout(timeout time.Duration) *AppListParams
- func (o *AppListParams) WithTitle(title *string) *AppListParams
- func (o *AppListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppListReader
- type AppListUnauthorized
- func (o *AppListUnauthorized) Code() int
- func (o *AppListUnauthorized) Error() string
- func (o *AppListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppListUnauthorized) IsClientError() bool
- func (o *AppListUnauthorized) IsCode(code int) bool
- func (o *AppListUnauthorized) IsRedirect() bool
- func (o *AppListUnauthorized) IsServerError() bool
- func (o *AppListUnauthorized) IsSuccess() bool
- func (o *AppListUnauthorized) String() string
- type AppNotificationsBadRequest
- func (o *AppNotificationsBadRequest) Code() int
- func (o *AppNotificationsBadRequest) Error() string
- func (o *AppNotificationsBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppNotificationsBadRequest) IsClientError() bool
- func (o *AppNotificationsBadRequest) IsCode(code int) bool
- func (o *AppNotificationsBadRequest) IsRedirect() bool
- func (o *AppNotificationsBadRequest) IsServerError() bool
- func (o *AppNotificationsBadRequest) IsSuccess() bool
- func (o *AppNotificationsBadRequest) String() string
- type AppNotificationsInternalServerError
- func (o *AppNotificationsInternalServerError) Code() int
- func (o *AppNotificationsInternalServerError) Error() string
- func (o *AppNotificationsInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppNotificationsInternalServerError) IsClientError() bool
- func (o *AppNotificationsInternalServerError) IsCode(code int) bool
- func (o *AppNotificationsInternalServerError) IsRedirect() bool
- func (o *AppNotificationsInternalServerError) IsServerError() bool
- func (o *AppNotificationsInternalServerError) IsSuccess() bool
- func (o *AppNotificationsInternalServerError) String() string
- type AppNotificationsNotFound
- func (o *AppNotificationsNotFound) Code() int
- func (o *AppNotificationsNotFound) Error() string
- func (o *AppNotificationsNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppNotificationsNotFound) IsClientError() bool
- func (o *AppNotificationsNotFound) IsCode(code int) bool
- func (o *AppNotificationsNotFound) IsRedirect() bool
- func (o *AppNotificationsNotFound) IsServerError() bool
- func (o *AppNotificationsNotFound) IsSuccess() bool
- func (o *AppNotificationsNotFound) String() string
- type AppNotificationsOK
- func (o *AppNotificationsOK) Code() int
- func (o *AppNotificationsOK) Error() string
- func (o *AppNotificationsOK) GetPayload() *models.V0AppNotificationSettingsUpdateResponse
- func (o *AppNotificationsOK) IsClientError() bool
- func (o *AppNotificationsOK) IsCode(code int) bool
- func (o *AppNotificationsOK) IsRedirect() bool
- func (o *AppNotificationsOK) IsServerError() bool
- func (o *AppNotificationsOK) IsSuccess() bool
- func (o *AppNotificationsOK) String() string
- type AppNotificationsParams
- func NewAppNotificationsParams() *AppNotificationsParams
- func NewAppNotificationsParamsWithContext(ctx context.Context) *AppNotificationsParams
- func NewAppNotificationsParamsWithHTTPClient(client *http.Client) *AppNotificationsParams
- func NewAppNotificationsParamsWithTimeout(timeout time.Duration) *AppNotificationsParams
- func (o *AppNotificationsParams) SetAppSlug(appSlug string)
- func (o *AppNotificationsParams) SetContext(ctx context.Context)
- func (o *AppNotificationsParams) SetDefaults()
- func (o *AppNotificationsParams) SetHTTPClient(client *http.Client)
- func (o *AppNotificationsParams) SetNotificationSettingsParams(notificationSettingsParams *models.V0AppNotificationSettingsParams)
- func (o *AppNotificationsParams) SetTimeout(timeout time.Duration)
- func (o *AppNotificationsParams) WithAppSlug(appSlug string) *AppNotificationsParams
- func (o *AppNotificationsParams) WithContext(ctx context.Context) *AppNotificationsParams
- func (o *AppNotificationsParams) WithDefaults() *AppNotificationsParams
- func (o *AppNotificationsParams) WithHTTPClient(client *http.Client) *AppNotificationsParams
- func (o *AppNotificationsParams) WithNotificationSettingsParams(notificationSettingsParams *models.V0AppNotificationSettingsParams) *AppNotificationsParams
- func (o *AppNotificationsParams) WithTimeout(timeout time.Duration) *AppNotificationsParams
- func (o *AppNotificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppNotificationsReader
- type AppNotificationsUnauthorized
- func (o *AppNotificationsUnauthorized) Code() int
- func (o *AppNotificationsUnauthorized) Error() string
- func (o *AppNotificationsUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppNotificationsUnauthorized) IsClientError() bool
- func (o *AppNotificationsUnauthorized) IsCode(code int) bool
- func (o *AppNotificationsUnauthorized) IsRedirect() bool
- func (o *AppNotificationsUnauthorized) IsServerError() bool
- func (o *AppNotificationsUnauthorized) IsSuccess() bool
- func (o *AppNotificationsUnauthorized) String() string
- type AppRolesQueryNotFound
- func (o *AppRolesQueryNotFound) Code() int
- func (o *AppRolesQueryNotFound) Error() string
- func (o *AppRolesQueryNotFound) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppRolesQueryNotFound) IsClientError() bool
- func (o *AppRolesQueryNotFound) IsCode(code int) bool
- func (o *AppRolesQueryNotFound) IsRedirect() bool
- func (o *AppRolesQueryNotFound) IsServerError() bool
- func (o *AppRolesQueryNotFound) IsSuccess() bool
- func (o *AppRolesQueryNotFound) String() string
- type AppRolesQueryOK
- func (o *AppRolesQueryOK) Code() int
- func (o *AppRolesQueryOK) Error() string
- func (o *AppRolesQueryOK) GetPayload() *AppRolesQueryOKBody
- func (o *AppRolesQueryOK) IsClientError() bool
- func (o *AppRolesQueryOK) IsCode(code int) bool
- func (o *AppRolesQueryOK) IsRedirect() bool
- func (o *AppRolesQueryOK) IsServerError() bool
- func (o *AppRolesQueryOK) IsSuccess() bool
- func (o *AppRolesQueryOK) String() string
- type AppRolesQueryOKBody
- func (o *AppRolesQueryOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AppRolesQueryOKBody) MarshalBinary() ([]byte, error)
- func (o AppRolesQueryOKBody) MarshalJSON() ([]byte, error)
- func (o *AppRolesQueryOKBody) UnmarshalBinary(b []byte) error
- func (o *AppRolesQueryOKBody) UnmarshalJSON(raw []byte) error
- func (o *AppRolesQueryOKBody) Validate(formats strfmt.Registry) error
- type AppRolesQueryOKBodyAllOf0
- type AppRolesQueryParams
- func (o *AppRolesQueryParams) SetAppSlug(appSlug string)
- func (o *AppRolesQueryParams) SetContext(ctx context.Context)
- func (o *AppRolesQueryParams) SetDefaults()
- func (o *AppRolesQueryParams) SetHTTPClient(client *http.Client)
- func (o *AppRolesQueryParams) SetRoleName(roleName string)
- func (o *AppRolesQueryParams) SetTimeout(timeout time.Duration)
- func (o *AppRolesQueryParams) WithAppSlug(appSlug string) *AppRolesQueryParams
- func (o *AppRolesQueryParams) WithContext(ctx context.Context) *AppRolesQueryParams
- func (o *AppRolesQueryParams) WithDefaults() *AppRolesQueryParams
- func (o *AppRolesQueryParams) WithHTTPClient(client *http.Client) *AppRolesQueryParams
- func (o *AppRolesQueryParams) WithRoleName(roleName string) *AppRolesQueryParams
- func (o *AppRolesQueryParams) WithTimeout(timeout time.Duration) *AppRolesQueryParams
- func (o *AppRolesQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppRolesQueryReader
- type AppRolesUpdateBody
- func (o *AppRolesUpdateBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AppRolesUpdateBody) MarshalBinary() ([]byte, error)
- func (o AppRolesUpdateBody) MarshalJSON() ([]byte, error)
- func (o *AppRolesUpdateBody) UnmarshalBinary(b []byte) error
- func (o *AppRolesUpdateBody) UnmarshalJSON(raw []byte) error
- func (o *AppRolesUpdateBody) Validate(formats strfmt.Registry) error
- type AppRolesUpdateOK
- func (o *AppRolesUpdateOK) Code() int
- func (o *AppRolesUpdateOK) Error() string
- func (o *AppRolesUpdateOK) GetPayload() *AppRolesUpdateOKBody
- func (o *AppRolesUpdateOK) IsClientError() bool
- func (o *AppRolesUpdateOK) IsCode(code int) bool
- func (o *AppRolesUpdateOK) IsRedirect() bool
- func (o *AppRolesUpdateOK) IsServerError() bool
- func (o *AppRolesUpdateOK) IsSuccess() bool
- func (o *AppRolesUpdateOK) String() string
- type AppRolesUpdateOKBody
- func (o *AppRolesUpdateOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AppRolesUpdateOKBody) MarshalBinary() ([]byte, error)
- func (o AppRolesUpdateOKBody) MarshalJSON() ([]byte, error)
- func (o *AppRolesUpdateOKBody) UnmarshalBinary(b []byte) error
- func (o *AppRolesUpdateOKBody) UnmarshalJSON(raw []byte) error
- func (o *AppRolesUpdateOKBody) Validate(formats strfmt.Registry) error
- type AppRolesUpdateOKBodyAllOf0
- type AppRolesUpdateParams
- func NewAppRolesUpdateParams() *AppRolesUpdateParams
- func NewAppRolesUpdateParamsWithContext(ctx context.Context) *AppRolesUpdateParams
- func NewAppRolesUpdateParamsWithHTTPClient(client *http.Client) *AppRolesUpdateParams
- func NewAppRolesUpdateParamsWithTimeout(timeout time.Duration) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) SetAppSlug(appSlug string)
- func (o *AppRolesUpdateParams) SetContext(ctx context.Context)
- func (o *AppRolesUpdateParams) SetDefaults()
- func (o *AppRolesUpdateParams) SetGroups(groups AppRolesUpdateBody)
- func (o *AppRolesUpdateParams) SetHTTPClient(client *http.Client)
- func (o *AppRolesUpdateParams) SetRoleName(roleName string)
- func (o *AppRolesUpdateParams) SetTimeout(timeout time.Duration)
- func (o *AppRolesUpdateParams) WithAppSlug(appSlug string) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithContext(ctx context.Context) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithDefaults() *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithGroups(groups AppRolesUpdateBody) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithHTTPClient(client *http.Client) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithRoleName(roleName string) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WithTimeout(timeout time.Duration) *AppRolesUpdateParams
- func (o *AppRolesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppRolesUpdateParamsBodyAllOf0
- type AppRolesUpdateReader
- type AppRolesUpdateUnprocessableEntity
- func (o *AppRolesUpdateUnprocessableEntity) Code() int
- func (o *AppRolesUpdateUnprocessableEntity) Error() string
- func (o *AppRolesUpdateUnprocessableEntity) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *AppRolesUpdateUnprocessableEntity) IsClientError() bool
- func (o *AppRolesUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *AppRolesUpdateUnprocessableEntity) IsRedirect() bool
- func (o *AppRolesUpdateUnprocessableEntity) IsServerError() bool
- func (o *AppRolesUpdateUnprocessableEntity) IsSuccess() bool
- func (o *AppRolesUpdateUnprocessableEntity) String() string
- type AppSetupBitriseYmlConfigGetBadRequest
- func (o *AppSetupBitriseYmlConfigGetBadRequest) Code() int
- func (o *AppSetupBitriseYmlConfigGetBadRequest) Error() string
- func (o *AppSetupBitriseYmlConfigGetBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigGetBadRequest) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigGetBadRequest) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigGetBadRequest) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigGetBadRequest) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigGetBadRequest) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigGetBadRequest) String() string
- type AppSetupBitriseYmlConfigGetInternalServerError
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) Code() int
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) Error() string
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigGetInternalServerError) String() string
- type AppSetupBitriseYmlConfigGetNotFound
- func (o *AppSetupBitriseYmlConfigGetNotFound) Code() int
- func (o *AppSetupBitriseYmlConfigGetNotFound) Error() string
- func (o *AppSetupBitriseYmlConfigGetNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigGetNotFound) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigGetNotFound) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigGetNotFound) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigGetNotFound) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigGetNotFound) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigGetNotFound) String() string
- type AppSetupBitriseYmlConfigGetOK
- func (o *AppSetupBitriseYmlConfigGetOK) Code() int
- func (o *AppSetupBitriseYmlConfigGetOK) Error() string
- func (o *AppSetupBitriseYmlConfigGetOK) GetPayload() *models.V0BitriseYMLConfigGetResponse
- func (o *AppSetupBitriseYmlConfigGetOK) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigGetOK) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigGetOK) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigGetOK) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigGetOK) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigGetOK) String() string
- type AppSetupBitriseYmlConfigGetParams
- func NewAppSetupBitriseYmlConfigGetParams() *AppSetupBitriseYmlConfigGetParams
- func NewAppSetupBitriseYmlConfigGetParamsWithContext(ctx context.Context) *AppSetupBitriseYmlConfigGetParams
- func NewAppSetupBitriseYmlConfigGetParamsWithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigGetParams
- func NewAppSetupBitriseYmlConfigGetParamsWithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) SetAppSlug(appSlug string)
- func (o *AppSetupBitriseYmlConfigGetParams) SetContext(ctx context.Context)
- func (o *AppSetupBitriseYmlConfigGetParams) SetDefaults()
- func (o *AppSetupBitriseYmlConfigGetParams) SetHTTPClient(client *http.Client)
- func (o *AppSetupBitriseYmlConfigGetParams) SetTimeout(timeout time.Duration)
- func (o *AppSetupBitriseYmlConfigGetParams) WithAppSlug(appSlug string) *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) WithContext(ctx context.Context) *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) WithDefaults() *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) WithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) WithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigGetParams
- func (o *AppSetupBitriseYmlConfigGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppSetupBitriseYmlConfigGetReader
- type AppSetupBitriseYmlConfigGetUnauthorized
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) Code() int
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) Error() string
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigGetUnauthorized) String() string
- type AppSetupBitriseYmlConfigUpdateBadRequest
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) Code() int
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) Error() string
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigUpdateBadRequest) String() string
- type AppSetupBitriseYmlConfigUpdateInternalServerError
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) Code() int
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) Error() string
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) String() string
- type AppSetupBitriseYmlConfigUpdateNoContent
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) Code() int
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) Error() string
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigUpdateNoContent) String() string
- type AppSetupBitriseYmlConfigUpdateNotFound
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) Code() int
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) Error() string
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigUpdateNotFound) String() string
- type AppSetupBitriseYmlConfigUpdateParams
- func NewAppSetupBitriseYmlConfigUpdateParams() *AppSetupBitriseYmlConfigUpdateParams
- func NewAppSetupBitriseYmlConfigUpdateParamsWithContext(ctx context.Context) *AppSetupBitriseYmlConfigUpdateParams
- func NewAppSetupBitriseYmlConfigUpdateParamsWithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigUpdateParams
- func NewAppSetupBitriseYmlConfigUpdateParamsWithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetApp(app *models.V0BitriseYMLConfigUpdateParams)
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetAppSlug(appSlug string)
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetContext(ctx context.Context)
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetDefaults()
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetHTTPClient(client *http.Client)
- func (o *AppSetupBitriseYmlConfigUpdateParams) SetTimeout(timeout time.Duration)
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithApp(app *models.V0BitriseYMLConfigUpdateParams) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithAppSlug(appSlug string) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithContext(ctx context.Context) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithDefaults() *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigUpdateParams
- func (o *AppSetupBitriseYmlConfigUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppSetupBitriseYmlConfigUpdateReader
- type AppSetupBitriseYmlConfigUpdateUnauthorized
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) Code() int
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) Error() string
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsClientError() bool
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsCode(code int) bool
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsRedirect() bool
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsServerError() bool
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsSuccess() bool
- func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) String() string
- type AppShowBadRequest
- func (o *AppShowBadRequest) Code() int
- func (o *AppShowBadRequest) Error() string
- func (o *AppShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppShowBadRequest) IsClientError() bool
- func (o *AppShowBadRequest) IsCode(code int) bool
- func (o *AppShowBadRequest) IsRedirect() bool
- func (o *AppShowBadRequest) IsServerError() bool
- func (o *AppShowBadRequest) IsSuccess() bool
- func (o *AppShowBadRequest) String() string
- type AppShowInternalServerError
- func (o *AppShowInternalServerError) Code() int
- func (o *AppShowInternalServerError) Error() string
- func (o *AppShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppShowInternalServerError) IsClientError() bool
- func (o *AppShowInternalServerError) IsCode(code int) bool
- func (o *AppShowInternalServerError) IsRedirect() bool
- func (o *AppShowInternalServerError) IsServerError() bool
- func (o *AppShowInternalServerError) IsSuccess() bool
- func (o *AppShowInternalServerError) String() string
- type AppShowNotFound
- func (o *AppShowNotFound) Code() int
- func (o *AppShowNotFound) Error() string
- func (o *AppShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppShowNotFound) IsClientError() bool
- func (o *AppShowNotFound) IsCode(code int) bool
- func (o *AppShowNotFound) IsRedirect() bool
- func (o *AppShowNotFound) IsServerError() bool
- func (o *AppShowNotFound) IsSuccess() bool
- func (o *AppShowNotFound) String() string
- type AppShowOK
- func (o *AppShowOK) Code() int
- func (o *AppShowOK) Error() string
- func (o *AppShowOK) GetPayload() *models.V0AppShowResponseModel
- func (o *AppShowOK) IsClientError() bool
- func (o *AppShowOK) IsCode(code int) bool
- func (o *AppShowOK) IsRedirect() bool
- func (o *AppShowOK) IsServerError() bool
- func (o *AppShowOK) IsSuccess() bool
- func (o *AppShowOK) String() string
- type AppShowParams
- func (o *AppShowParams) SetAppSlug(appSlug string)
- func (o *AppShowParams) SetContext(ctx context.Context)
- func (o *AppShowParams) SetDefaults()
- func (o *AppShowParams) SetHTTPClient(client *http.Client)
- func (o *AppShowParams) SetTimeout(timeout time.Duration)
- func (o *AppShowParams) WithAppSlug(appSlug string) *AppShowParams
- func (o *AppShowParams) WithContext(ctx context.Context) *AppShowParams
- func (o *AppShowParams) WithDefaults() *AppShowParams
- func (o *AppShowParams) WithHTTPClient(client *http.Client) *AppShowParams
- func (o *AppShowParams) WithTimeout(timeout time.Duration) *AppShowParams
- func (o *AppShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppShowReader
- type AppShowUnauthorized
- func (o *AppShowUnauthorized) Code() int
- func (o *AppShowUnauthorized) Error() string
- func (o *AppShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppShowUnauthorized) IsClientError() bool
- func (o *AppShowUnauthorized) IsCode(code int) bool
- func (o *AppShowUnauthorized) IsRedirect() bool
- func (o *AppShowUnauthorized) IsServerError() bool
- func (o *AppShowUnauthorized) IsSuccess() bool
- func (o *AppShowUnauthorized) String() string
- type AppUpdateBadRequest
- func (o *AppUpdateBadRequest) Code() int
- func (o *AppUpdateBadRequest) Error() string
- func (o *AppUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppUpdateBadRequest) IsClientError() bool
- func (o *AppUpdateBadRequest) IsCode(code int) bool
- func (o *AppUpdateBadRequest) IsRedirect() bool
- func (o *AppUpdateBadRequest) IsServerError() bool
- func (o *AppUpdateBadRequest) IsSuccess() bool
- func (o *AppUpdateBadRequest) String() string
- type AppUpdateInternalServerError
- func (o *AppUpdateInternalServerError) Code() int
- func (o *AppUpdateInternalServerError) Error() string
- func (o *AppUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppUpdateInternalServerError) IsClientError() bool
- func (o *AppUpdateInternalServerError) IsCode(code int) bool
- func (o *AppUpdateInternalServerError) IsRedirect() bool
- func (o *AppUpdateInternalServerError) IsServerError() bool
- func (o *AppUpdateInternalServerError) IsSuccess() bool
- func (o *AppUpdateInternalServerError) String() string
- type AppUpdateNotFound
- func (o *AppUpdateNotFound) Code() int
- func (o *AppUpdateNotFound) Error() string
- func (o *AppUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppUpdateNotFound) IsClientError() bool
- func (o *AppUpdateNotFound) IsCode(code int) bool
- func (o *AppUpdateNotFound) IsRedirect() bool
- func (o *AppUpdateNotFound) IsServerError() bool
- func (o *AppUpdateNotFound) IsSuccess() bool
- func (o *AppUpdateNotFound) String() string
- type AppUpdateOK
- func (o *AppUpdateOK) Code() int
- func (o *AppUpdateOK) Error() string
- func (o *AppUpdateOK) GetPayload() *models.V0AppUpdateRespModel
- func (o *AppUpdateOK) IsClientError() bool
- func (o *AppUpdateOK) IsCode(code int) bool
- func (o *AppUpdateOK) IsRedirect() bool
- func (o *AppUpdateOK) IsServerError() bool
- func (o *AppUpdateOK) IsSuccess() bool
- func (o *AppUpdateOK) String() string
- type AppUpdateParams
- func (o *AppUpdateParams) SetApp(app *models.V0AppUpdateParams)
- func (o *AppUpdateParams) SetAppSlug(appSlug string)
- func (o *AppUpdateParams) SetContext(ctx context.Context)
- func (o *AppUpdateParams) SetDefaults()
- func (o *AppUpdateParams) SetHTTPClient(client *http.Client)
- func (o *AppUpdateParams) SetTimeout(timeout time.Duration)
- func (o *AppUpdateParams) WithApp(app *models.V0AppUpdateParams) *AppUpdateParams
- func (o *AppUpdateParams) WithAppSlug(appSlug string) *AppUpdateParams
- func (o *AppUpdateParams) WithContext(ctx context.Context) *AppUpdateParams
- func (o *AppUpdateParams) WithDefaults() *AppUpdateParams
- func (o *AppUpdateParams) WithHTTPClient(client *http.Client) *AppUpdateParams
- func (o *AppUpdateParams) WithTimeout(timeout time.Duration) *AppUpdateParams
- func (o *AppUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppUpdateReader
- type AppUpdateUnauthorized
- func (o *AppUpdateUnauthorized) Code() int
- func (o *AppUpdateUnauthorized) Error() string
- func (o *AppUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppUpdateUnauthorized) IsClientError() bool
- func (o *AppUpdateUnauthorized) IsCode(code int) bool
- func (o *AppUpdateUnauthorized) IsRedirect() bool
- func (o *AppUpdateUnauthorized) IsServerError() bool
- func (o *AppUpdateUnauthorized) IsSuccess() bool
- func (o *AppUpdateUnauthorized) String() string
- type AppWebhookCreateBadRequest
- func (o *AppWebhookCreateBadRequest) Code() int
- func (o *AppWebhookCreateBadRequest) Error() string
- func (o *AppWebhookCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppWebhookCreateBadRequest) IsClientError() bool
- func (o *AppWebhookCreateBadRequest) IsCode(code int) bool
- func (o *AppWebhookCreateBadRequest) IsRedirect() bool
- func (o *AppWebhookCreateBadRequest) IsServerError() bool
- func (o *AppWebhookCreateBadRequest) IsSuccess() bool
- func (o *AppWebhookCreateBadRequest) String() string
- type AppWebhookCreateInternalServerError
- func (o *AppWebhookCreateInternalServerError) Code() int
- func (o *AppWebhookCreateInternalServerError) Error() string
- func (o *AppWebhookCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppWebhookCreateInternalServerError) IsClientError() bool
- func (o *AppWebhookCreateInternalServerError) IsCode(code int) bool
- func (o *AppWebhookCreateInternalServerError) IsRedirect() bool
- func (o *AppWebhookCreateInternalServerError) IsServerError() bool
- func (o *AppWebhookCreateInternalServerError) IsSuccess() bool
- func (o *AppWebhookCreateInternalServerError) String() string
- type AppWebhookCreateNotFound
- func (o *AppWebhookCreateNotFound) Code() int
- func (o *AppWebhookCreateNotFound) Error() string
- func (o *AppWebhookCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppWebhookCreateNotFound) IsClientError() bool
- func (o *AppWebhookCreateNotFound) IsCode(code int) bool
- func (o *AppWebhookCreateNotFound) IsRedirect() bool
- func (o *AppWebhookCreateNotFound) IsServerError() bool
- func (o *AppWebhookCreateNotFound) IsSuccess() bool
- func (o *AppWebhookCreateNotFound) String() string
- type AppWebhookCreateOK
- func (o *AppWebhookCreateOK) Code() int
- func (o *AppWebhookCreateOK) Error() string
- func (o *AppWebhookCreateOK) GetPayload() *models.V0WebhookRespModel
- func (o *AppWebhookCreateOK) IsClientError() bool
- func (o *AppWebhookCreateOK) IsCode(code int) bool
- func (o *AppWebhookCreateOK) IsRedirect() bool
- func (o *AppWebhookCreateOK) IsServerError() bool
- func (o *AppWebhookCreateOK) IsSuccess() bool
- func (o *AppWebhookCreateOK) String() string
- type AppWebhookCreateParams
- func NewAppWebhookCreateParams() *AppWebhookCreateParams
- func NewAppWebhookCreateParamsWithContext(ctx context.Context) *AppWebhookCreateParams
- func NewAppWebhookCreateParamsWithHTTPClient(client *http.Client) *AppWebhookCreateParams
- func NewAppWebhookCreateParamsWithTimeout(timeout time.Duration) *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) SetAppSlug(appSlug string)
- func (o *AppWebhookCreateParams) SetContext(ctx context.Context)
- func (o *AppWebhookCreateParams) SetDefaults()
- func (o *AppWebhookCreateParams) SetHTTPClient(client *http.Client)
- func (o *AppWebhookCreateParams) SetTimeout(timeout time.Duration)
- func (o *AppWebhookCreateParams) WithAppSlug(appSlug string) *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) WithContext(ctx context.Context) *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) WithDefaults() *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) WithHTTPClient(client *http.Client) *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) WithTimeout(timeout time.Duration) *AppWebhookCreateParams
- func (o *AppWebhookCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppWebhookCreateReader
- type AppWebhookCreateUnauthorized
- func (o *AppWebhookCreateUnauthorized) Code() int
- func (o *AppWebhookCreateUnauthorized) Error() string
- func (o *AppWebhookCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppWebhookCreateUnauthorized) IsClientError() bool
- func (o *AppWebhookCreateUnauthorized) IsCode(code int) bool
- func (o *AppWebhookCreateUnauthorized) IsRedirect() bool
- func (o *AppWebhookCreateUnauthorized) IsServerError() bool
- func (o *AppWebhookCreateUnauthorized) IsSuccess() bool
- func (o *AppWebhookCreateUnauthorized) String() string
- type AppleAPICredentialListBadRequest
- func (o *AppleAPICredentialListBadRequest) Code() int
- func (o *AppleAPICredentialListBadRequest) Error() string
- func (o *AppleAPICredentialListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppleAPICredentialListBadRequest) IsClientError() bool
- func (o *AppleAPICredentialListBadRequest) IsCode(code int) bool
- func (o *AppleAPICredentialListBadRequest) IsRedirect() bool
- func (o *AppleAPICredentialListBadRequest) IsServerError() bool
- func (o *AppleAPICredentialListBadRequest) IsSuccess() bool
- func (o *AppleAPICredentialListBadRequest) String() string
- type AppleAPICredentialListInternalServerError
- func (o *AppleAPICredentialListInternalServerError) Code() int
- func (o *AppleAPICredentialListInternalServerError) Error() string
- func (o *AppleAPICredentialListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppleAPICredentialListInternalServerError) IsClientError() bool
- func (o *AppleAPICredentialListInternalServerError) IsCode(code int) bool
- func (o *AppleAPICredentialListInternalServerError) IsRedirect() bool
- func (o *AppleAPICredentialListInternalServerError) IsServerError() bool
- func (o *AppleAPICredentialListInternalServerError) IsSuccess() bool
- func (o *AppleAPICredentialListInternalServerError) String() string
- type AppleAPICredentialListNotFound
- func (o *AppleAPICredentialListNotFound) Code() int
- func (o *AppleAPICredentialListNotFound) Error() string
- func (o *AppleAPICredentialListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppleAPICredentialListNotFound) IsClientError() bool
- func (o *AppleAPICredentialListNotFound) IsCode(code int) bool
- func (o *AppleAPICredentialListNotFound) IsRedirect() bool
- func (o *AppleAPICredentialListNotFound) IsServerError() bool
- func (o *AppleAPICredentialListNotFound) IsSuccess() bool
- func (o *AppleAPICredentialListNotFound) String() string
- type AppleAPICredentialListOK
- func (o *AppleAPICredentialListOK) Code() int
- func (o *AppleAPICredentialListOK) Error() string
- func (o *AppleAPICredentialListOK) GetPayload() *models.V0AppleAPICredentialsListResponse
- func (o *AppleAPICredentialListOK) IsClientError() bool
- func (o *AppleAPICredentialListOK) IsCode(code int) bool
- func (o *AppleAPICredentialListOK) IsRedirect() bool
- func (o *AppleAPICredentialListOK) IsServerError() bool
- func (o *AppleAPICredentialListOK) IsSuccess() bool
- func (o *AppleAPICredentialListOK) String() string
- type AppleAPICredentialListParams
- func NewAppleAPICredentialListParams() *AppleAPICredentialListParams
- func NewAppleAPICredentialListParamsWithContext(ctx context.Context) *AppleAPICredentialListParams
- func NewAppleAPICredentialListParamsWithHTTPClient(client *http.Client) *AppleAPICredentialListParams
- func NewAppleAPICredentialListParamsWithTimeout(timeout time.Duration) *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) SetContext(ctx context.Context)
- func (o *AppleAPICredentialListParams) SetDefaults()
- func (o *AppleAPICredentialListParams) SetHTTPClient(client *http.Client)
- func (o *AppleAPICredentialListParams) SetTimeout(timeout time.Duration)
- func (o *AppleAPICredentialListParams) SetUserSlug(userSlug string)
- func (o *AppleAPICredentialListParams) WithContext(ctx context.Context) *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) WithDefaults() *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) WithHTTPClient(client *http.Client) *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) WithTimeout(timeout time.Duration) *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) WithUserSlug(userSlug string) *AppleAPICredentialListParams
- func (o *AppleAPICredentialListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AppleAPICredentialListReader
- type AppleAPICredentialListUnauthorized
- func (o *AppleAPICredentialListUnauthorized) Code() int
- func (o *AppleAPICredentialListUnauthorized) Error() string
- func (o *AppleAPICredentialListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *AppleAPICredentialListUnauthorized) IsClientError() bool
- func (o *AppleAPICredentialListUnauthorized) IsCode(code int) bool
- func (o *AppleAPICredentialListUnauthorized) IsRedirect() bool
- func (o *AppleAPICredentialListUnauthorized) IsServerError() bool
- func (o *AppleAPICredentialListUnauthorized) IsSuccess() bool
- func (o *AppleAPICredentialListUnauthorized) String() string
- type ArchivedBuildsListBadRequest
- func (o *ArchivedBuildsListBadRequest) Code() int
- func (o *ArchivedBuildsListBadRequest) Error() string
- func (o *ArchivedBuildsListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArchivedBuildsListBadRequest) IsClientError() bool
- func (o *ArchivedBuildsListBadRequest) IsCode(code int) bool
- func (o *ArchivedBuildsListBadRequest) IsRedirect() bool
- func (o *ArchivedBuildsListBadRequest) IsServerError() bool
- func (o *ArchivedBuildsListBadRequest) IsSuccess() bool
- func (o *ArchivedBuildsListBadRequest) String() string
- type ArchivedBuildsListInternalServerError
- func (o *ArchivedBuildsListInternalServerError) Code() int
- func (o *ArchivedBuildsListInternalServerError) Error() string
- func (o *ArchivedBuildsListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArchivedBuildsListInternalServerError) IsClientError() bool
- func (o *ArchivedBuildsListInternalServerError) IsCode(code int) bool
- func (o *ArchivedBuildsListInternalServerError) IsRedirect() bool
- func (o *ArchivedBuildsListInternalServerError) IsServerError() bool
- func (o *ArchivedBuildsListInternalServerError) IsSuccess() bool
- func (o *ArchivedBuildsListInternalServerError) String() string
- type ArchivedBuildsListNotFound
- func (o *ArchivedBuildsListNotFound) Code() int
- func (o *ArchivedBuildsListNotFound) Error() string
- func (o *ArchivedBuildsListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArchivedBuildsListNotFound) IsClientError() bool
- func (o *ArchivedBuildsListNotFound) IsCode(code int) bool
- func (o *ArchivedBuildsListNotFound) IsRedirect() bool
- func (o *ArchivedBuildsListNotFound) IsServerError() bool
- func (o *ArchivedBuildsListNotFound) IsSuccess() bool
- func (o *ArchivedBuildsListNotFound) String() string
- type ArchivedBuildsListOK
- func (o *ArchivedBuildsListOK) Code() int
- func (o *ArchivedBuildsListOK) Error() string
- func (o *ArchivedBuildsListOK) GetPayload() *models.V0ArchivedBuildListResponseModel
- func (o *ArchivedBuildsListOK) IsClientError() bool
- func (o *ArchivedBuildsListOK) IsCode(code int) bool
- func (o *ArchivedBuildsListOK) IsRedirect() bool
- func (o *ArchivedBuildsListOK) IsServerError() bool
- func (o *ArchivedBuildsListOK) IsSuccess() bool
- func (o *ArchivedBuildsListOK) String() string
- type ArchivedBuildsListParams
- func NewArchivedBuildsListParams() *ArchivedBuildsListParams
- func NewArchivedBuildsListParamsWithContext(ctx context.Context) *ArchivedBuildsListParams
- func NewArchivedBuildsListParamsWithHTTPClient(client *http.Client) *ArchivedBuildsListParams
- func NewArchivedBuildsListParamsWithTimeout(timeout time.Duration) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) SetAfter(after int64)
- func (o *ArchivedBuildsListParams) SetAppSlug(appSlug string)
- func (o *ArchivedBuildsListParams) SetBefore(before int64)
- func (o *ArchivedBuildsListParams) SetContext(ctx context.Context)
- func (o *ArchivedBuildsListParams) SetDefaults()
- func (o *ArchivedBuildsListParams) SetHTTPClient(client *http.Client)
- func (o *ArchivedBuildsListParams) SetTimeout(timeout time.Duration)
- func (o *ArchivedBuildsListParams) WithAfter(after int64) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithAppSlug(appSlug string) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithBefore(before int64) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithContext(ctx context.Context) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithDefaults() *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithHTTPClient(client *http.Client) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WithTimeout(timeout time.Duration) *ArchivedBuildsListParams
- func (o *ArchivedBuildsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArchivedBuildsListReader
- type ArchivedBuildsListUnauthorized
- func (o *ArchivedBuildsListUnauthorized) Code() int
- func (o *ArchivedBuildsListUnauthorized) Error() string
- func (o *ArchivedBuildsListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArchivedBuildsListUnauthorized) IsClientError() bool
- func (o *ArchivedBuildsListUnauthorized) IsCode(code int) bool
- func (o *ArchivedBuildsListUnauthorized) IsRedirect() bool
- func (o *ArchivedBuildsListUnauthorized) IsServerError() bool
- func (o *ArchivedBuildsListUnauthorized) IsSuccess() bool
- func (o *ArchivedBuildsListUnauthorized) String() string
- type ArtifactDeleteBadRequest
- func (o *ArtifactDeleteBadRequest) Code() int
- func (o *ArtifactDeleteBadRequest) Error() string
- func (o *ArtifactDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactDeleteBadRequest) IsClientError() bool
- func (o *ArtifactDeleteBadRequest) IsCode(code int) bool
- func (o *ArtifactDeleteBadRequest) IsRedirect() bool
- func (o *ArtifactDeleteBadRequest) IsServerError() bool
- func (o *ArtifactDeleteBadRequest) IsSuccess() bool
- func (o *ArtifactDeleteBadRequest) String() string
- type ArtifactDeleteInternalServerError
- func (o *ArtifactDeleteInternalServerError) Code() int
- func (o *ArtifactDeleteInternalServerError) Error() string
- func (o *ArtifactDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactDeleteInternalServerError) IsClientError() bool
- func (o *ArtifactDeleteInternalServerError) IsCode(code int) bool
- func (o *ArtifactDeleteInternalServerError) IsRedirect() bool
- func (o *ArtifactDeleteInternalServerError) IsServerError() bool
- func (o *ArtifactDeleteInternalServerError) IsSuccess() bool
- func (o *ArtifactDeleteInternalServerError) String() string
- type ArtifactDeleteNotFound
- func (o *ArtifactDeleteNotFound) Code() int
- func (o *ArtifactDeleteNotFound) Error() string
- func (o *ArtifactDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactDeleteNotFound) IsClientError() bool
- func (o *ArtifactDeleteNotFound) IsCode(code int) bool
- func (o *ArtifactDeleteNotFound) IsRedirect() bool
- func (o *ArtifactDeleteNotFound) IsServerError() bool
- func (o *ArtifactDeleteNotFound) IsSuccess() bool
- func (o *ArtifactDeleteNotFound) String() string
- type ArtifactDeleteOK
- func (o *ArtifactDeleteOK) Code() int
- func (o *ArtifactDeleteOK) Error() string
- func (o *ArtifactDeleteOK) GetPayload() *models.V0ArtifactDeleteResponseModel
- func (o *ArtifactDeleteOK) IsClientError() bool
- func (o *ArtifactDeleteOK) IsCode(code int) bool
- func (o *ArtifactDeleteOK) IsRedirect() bool
- func (o *ArtifactDeleteOK) IsServerError() bool
- func (o *ArtifactDeleteOK) IsSuccess() bool
- func (o *ArtifactDeleteOK) String() string
- type ArtifactDeleteParams
- func NewArtifactDeleteParams() *ArtifactDeleteParams
- func NewArtifactDeleteParamsWithContext(ctx context.Context) *ArtifactDeleteParams
- func NewArtifactDeleteParamsWithHTTPClient(client *http.Client) *ArtifactDeleteParams
- func NewArtifactDeleteParamsWithTimeout(timeout time.Duration) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) SetAppSlug(appSlug string)
- func (o *ArtifactDeleteParams) SetArtifactSlug(artifactSlug string)
- func (o *ArtifactDeleteParams) SetBuildSlug(buildSlug string)
- func (o *ArtifactDeleteParams) SetContext(ctx context.Context)
- func (o *ArtifactDeleteParams) SetDefaults()
- func (o *ArtifactDeleteParams) SetHTTPClient(client *http.Client)
- func (o *ArtifactDeleteParams) SetTimeout(timeout time.Duration)
- func (o *ArtifactDeleteParams) WithAppSlug(appSlug string) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithArtifactSlug(artifactSlug string) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithBuildSlug(buildSlug string) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithContext(ctx context.Context) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithDefaults() *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithHTTPClient(client *http.Client) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WithTimeout(timeout time.Duration) *ArtifactDeleteParams
- func (o *ArtifactDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArtifactDeleteReader
- type ArtifactDeleteUnauthorized
- func (o *ArtifactDeleteUnauthorized) Code() int
- func (o *ArtifactDeleteUnauthorized) Error() string
- func (o *ArtifactDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactDeleteUnauthorized) IsClientError() bool
- func (o *ArtifactDeleteUnauthorized) IsCode(code int) bool
- func (o *ArtifactDeleteUnauthorized) IsRedirect() bool
- func (o *ArtifactDeleteUnauthorized) IsServerError() bool
- func (o *ArtifactDeleteUnauthorized) IsSuccess() bool
- func (o *ArtifactDeleteUnauthorized) String() string
- type ArtifactListBadRequest
- func (o *ArtifactListBadRequest) Code() int
- func (o *ArtifactListBadRequest) Error() string
- func (o *ArtifactListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactListBadRequest) IsClientError() bool
- func (o *ArtifactListBadRequest) IsCode(code int) bool
- func (o *ArtifactListBadRequest) IsRedirect() bool
- func (o *ArtifactListBadRequest) IsServerError() bool
- func (o *ArtifactListBadRequest) IsSuccess() bool
- func (o *ArtifactListBadRequest) String() string
- type ArtifactListInternalServerError
- func (o *ArtifactListInternalServerError) Code() int
- func (o *ArtifactListInternalServerError) Error() string
- func (o *ArtifactListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactListInternalServerError) IsClientError() bool
- func (o *ArtifactListInternalServerError) IsCode(code int) bool
- func (o *ArtifactListInternalServerError) IsRedirect() bool
- func (o *ArtifactListInternalServerError) IsServerError() bool
- func (o *ArtifactListInternalServerError) IsSuccess() bool
- func (o *ArtifactListInternalServerError) String() string
- type ArtifactListNotFound
- func (o *ArtifactListNotFound) Code() int
- func (o *ArtifactListNotFound) Error() string
- func (o *ArtifactListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactListNotFound) IsClientError() bool
- func (o *ArtifactListNotFound) IsCode(code int) bool
- func (o *ArtifactListNotFound) IsRedirect() bool
- func (o *ArtifactListNotFound) IsServerError() bool
- func (o *ArtifactListNotFound) IsSuccess() bool
- func (o *ArtifactListNotFound) String() string
- type ArtifactListOK
- func (o *ArtifactListOK) Code() int
- func (o *ArtifactListOK) Error() string
- func (o *ArtifactListOK) GetPayload() *models.V0ArtifactListResponseModel
- func (o *ArtifactListOK) IsClientError() bool
- func (o *ArtifactListOK) IsCode(code int) bool
- func (o *ArtifactListOK) IsRedirect() bool
- func (o *ArtifactListOK) IsServerError() bool
- func (o *ArtifactListOK) IsSuccess() bool
- func (o *ArtifactListOK) String() string
- type ArtifactListParams
- func (o *ArtifactListParams) SetAppSlug(appSlug string)
- func (o *ArtifactListParams) SetBuildSlug(buildSlug string)
- func (o *ArtifactListParams) SetContext(ctx context.Context)
- func (o *ArtifactListParams) SetDefaults()
- func (o *ArtifactListParams) SetHTTPClient(client *http.Client)
- func (o *ArtifactListParams) SetLimit(limit *int64)
- func (o *ArtifactListParams) SetNext(next *string)
- func (o *ArtifactListParams) SetTimeout(timeout time.Duration)
- func (o *ArtifactListParams) WithAppSlug(appSlug string) *ArtifactListParams
- func (o *ArtifactListParams) WithBuildSlug(buildSlug string) *ArtifactListParams
- func (o *ArtifactListParams) WithContext(ctx context.Context) *ArtifactListParams
- func (o *ArtifactListParams) WithDefaults() *ArtifactListParams
- func (o *ArtifactListParams) WithHTTPClient(client *http.Client) *ArtifactListParams
- func (o *ArtifactListParams) WithLimit(limit *int64) *ArtifactListParams
- func (o *ArtifactListParams) WithNext(next *string) *ArtifactListParams
- func (o *ArtifactListParams) WithTimeout(timeout time.Duration) *ArtifactListParams
- func (o *ArtifactListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArtifactListReader
- type ArtifactListUnauthorized
- func (o *ArtifactListUnauthorized) Code() int
- func (o *ArtifactListUnauthorized) Error() string
- func (o *ArtifactListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactListUnauthorized) IsClientError() bool
- func (o *ArtifactListUnauthorized) IsCode(code int) bool
- func (o *ArtifactListUnauthorized) IsRedirect() bool
- func (o *ArtifactListUnauthorized) IsServerError() bool
- func (o *ArtifactListUnauthorized) IsSuccess() bool
- func (o *ArtifactListUnauthorized) String() string
- type ArtifactShowBadRequest
- func (o *ArtifactShowBadRequest) Code() int
- func (o *ArtifactShowBadRequest) Error() string
- func (o *ArtifactShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactShowBadRequest) IsClientError() bool
- func (o *ArtifactShowBadRequest) IsCode(code int) bool
- func (o *ArtifactShowBadRequest) IsRedirect() bool
- func (o *ArtifactShowBadRequest) IsServerError() bool
- func (o *ArtifactShowBadRequest) IsSuccess() bool
- func (o *ArtifactShowBadRequest) String() string
- type ArtifactShowInternalServerError
- func (o *ArtifactShowInternalServerError) Code() int
- func (o *ArtifactShowInternalServerError) Error() string
- func (o *ArtifactShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactShowInternalServerError) IsClientError() bool
- func (o *ArtifactShowInternalServerError) IsCode(code int) bool
- func (o *ArtifactShowInternalServerError) IsRedirect() bool
- func (o *ArtifactShowInternalServerError) IsServerError() bool
- func (o *ArtifactShowInternalServerError) IsSuccess() bool
- func (o *ArtifactShowInternalServerError) String() string
- type ArtifactShowNotFound
- func (o *ArtifactShowNotFound) Code() int
- func (o *ArtifactShowNotFound) Error() string
- func (o *ArtifactShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactShowNotFound) IsClientError() bool
- func (o *ArtifactShowNotFound) IsCode(code int) bool
- func (o *ArtifactShowNotFound) IsRedirect() bool
- func (o *ArtifactShowNotFound) IsServerError() bool
- func (o *ArtifactShowNotFound) IsSuccess() bool
- func (o *ArtifactShowNotFound) String() string
- type ArtifactShowOK
- func (o *ArtifactShowOK) Code() int
- func (o *ArtifactShowOK) Error() string
- func (o *ArtifactShowOK) GetPayload() *models.V0ArtifactShowResponseModel
- func (o *ArtifactShowOK) IsClientError() bool
- func (o *ArtifactShowOK) IsCode(code int) bool
- func (o *ArtifactShowOK) IsRedirect() bool
- func (o *ArtifactShowOK) IsServerError() bool
- func (o *ArtifactShowOK) IsSuccess() bool
- func (o *ArtifactShowOK) String() string
- type ArtifactShowParams
- func (o *ArtifactShowParams) SetAppSlug(appSlug string)
- func (o *ArtifactShowParams) SetArtifactSlug(artifactSlug string)
- func (o *ArtifactShowParams) SetBuildSlug(buildSlug string)
- func (o *ArtifactShowParams) SetContext(ctx context.Context)
- func (o *ArtifactShowParams) SetDefaults()
- func (o *ArtifactShowParams) SetDownload(download *int64)
- func (o *ArtifactShowParams) SetHTTPClient(client *http.Client)
- func (o *ArtifactShowParams) SetTimeout(timeout time.Duration)
- func (o *ArtifactShowParams) WithAppSlug(appSlug string) *ArtifactShowParams
- func (o *ArtifactShowParams) WithArtifactSlug(artifactSlug string) *ArtifactShowParams
- func (o *ArtifactShowParams) WithBuildSlug(buildSlug string) *ArtifactShowParams
- func (o *ArtifactShowParams) WithContext(ctx context.Context) *ArtifactShowParams
- func (o *ArtifactShowParams) WithDefaults() *ArtifactShowParams
- func (o *ArtifactShowParams) WithDownload(download *int64) *ArtifactShowParams
- func (o *ArtifactShowParams) WithHTTPClient(client *http.Client) *ArtifactShowParams
- func (o *ArtifactShowParams) WithTimeout(timeout time.Duration) *ArtifactShowParams
- func (o *ArtifactShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArtifactShowReader
- type ArtifactShowUnauthorized
- func (o *ArtifactShowUnauthorized) Code() int
- func (o *ArtifactShowUnauthorized) Error() string
- func (o *ArtifactShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactShowUnauthorized) IsClientError() bool
- func (o *ArtifactShowUnauthorized) IsCode(code int) bool
- func (o *ArtifactShowUnauthorized) IsRedirect() bool
- func (o *ArtifactShowUnauthorized) IsServerError() bool
- func (o *ArtifactShowUnauthorized) IsSuccess() bool
- func (o *ArtifactShowUnauthorized) String() string
- type ArtifactUpdateBadRequest
- func (o *ArtifactUpdateBadRequest) Code() int
- func (o *ArtifactUpdateBadRequest) Error() string
- func (o *ArtifactUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactUpdateBadRequest) IsClientError() bool
- func (o *ArtifactUpdateBadRequest) IsCode(code int) bool
- func (o *ArtifactUpdateBadRequest) IsRedirect() bool
- func (o *ArtifactUpdateBadRequest) IsServerError() bool
- func (o *ArtifactUpdateBadRequest) IsSuccess() bool
- func (o *ArtifactUpdateBadRequest) String() string
- type ArtifactUpdateInternalServerError
- func (o *ArtifactUpdateInternalServerError) Code() int
- func (o *ArtifactUpdateInternalServerError) Error() string
- func (o *ArtifactUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactUpdateInternalServerError) IsClientError() bool
- func (o *ArtifactUpdateInternalServerError) IsCode(code int) bool
- func (o *ArtifactUpdateInternalServerError) IsRedirect() bool
- func (o *ArtifactUpdateInternalServerError) IsServerError() bool
- func (o *ArtifactUpdateInternalServerError) IsSuccess() bool
- func (o *ArtifactUpdateInternalServerError) String() string
- type ArtifactUpdateNotFound
- func (o *ArtifactUpdateNotFound) Code() int
- func (o *ArtifactUpdateNotFound) Error() string
- func (o *ArtifactUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactUpdateNotFound) IsClientError() bool
- func (o *ArtifactUpdateNotFound) IsCode(code int) bool
- func (o *ArtifactUpdateNotFound) IsRedirect() bool
- func (o *ArtifactUpdateNotFound) IsServerError() bool
- func (o *ArtifactUpdateNotFound) IsSuccess() bool
- func (o *ArtifactUpdateNotFound) String() string
- type ArtifactUpdateOK
- func (o *ArtifactUpdateOK) Code() int
- func (o *ArtifactUpdateOK) Error() string
- func (o *ArtifactUpdateOK) GetPayload() *models.V0ArtifactShowResponseModel
- func (o *ArtifactUpdateOK) IsClientError() bool
- func (o *ArtifactUpdateOK) IsCode(code int) bool
- func (o *ArtifactUpdateOK) IsRedirect() bool
- func (o *ArtifactUpdateOK) IsServerError() bool
- func (o *ArtifactUpdateOK) IsSuccess() bool
- func (o *ArtifactUpdateOK) String() string
- type ArtifactUpdateParams
- func NewArtifactUpdateParams() *ArtifactUpdateParams
- func NewArtifactUpdateParamsWithContext(ctx context.Context) *ArtifactUpdateParams
- func NewArtifactUpdateParamsWithHTTPClient(client *http.Client) *ArtifactUpdateParams
- func NewArtifactUpdateParamsWithTimeout(timeout time.Duration) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) SetAppSlug(appSlug string)
- func (o *ArtifactUpdateParams) SetArtifactParams(artifactParams *models.V0ArtifactUpdateParams)
- func (o *ArtifactUpdateParams) SetArtifactSlug(artifactSlug string)
- func (o *ArtifactUpdateParams) SetBuildSlug(buildSlug string)
- func (o *ArtifactUpdateParams) SetContext(ctx context.Context)
- func (o *ArtifactUpdateParams) SetDefaults()
- func (o *ArtifactUpdateParams) SetHTTPClient(client *http.Client)
- func (o *ArtifactUpdateParams) SetTimeout(timeout time.Duration)
- func (o *ArtifactUpdateParams) WithAppSlug(appSlug string) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithArtifactParams(artifactParams *models.V0ArtifactUpdateParams) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithArtifactSlug(artifactSlug string) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithBuildSlug(buildSlug string) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithContext(ctx context.Context) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithDefaults() *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithHTTPClient(client *http.Client) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WithTimeout(timeout time.Duration) *ArtifactUpdateParams
- func (o *ArtifactUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArtifactUpdateReader
- type ArtifactUpdateUnauthorized
- func (o *ArtifactUpdateUnauthorized) Code() int
- func (o *ArtifactUpdateUnauthorized) Error() string
- func (o *ArtifactUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ArtifactUpdateUnauthorized) IsClientError() bool
- func (o *ArtifactUpdateUnauthorized) IsCode(code int) bool
- func (o *ArtifactUpdateUnauthorized) IsRedirect() bool
- func (o *ArtifactUpdateUnauthorized) IsServerError() bool
- func (o *ArtifactUpdateUnauthorized) IsSuccess() bool
- func (o *ArtifactUpdateUnauthorized) String() string
- type BranchListBadRequest
- func (o *BranchListBadRequest) Code() int
- func (o *BranchListBadRequest) Error() string
- func (o *BranchListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BranchListBadRequest) IsClientError() bool
- func (o *BranchListBadRequest) IsCode(code int) bool
- func (o *BranchListBadRequest) IsRedirect() bool
- func (o *BranchListBadRequest) IsServerError() bool
- func (o *BranchListBadRequest) IsSuccess() bool
- func (o *BranchListBadRequest) String() string
- type BranchListInternalServerError
- func (o *BranchListInternalServerError) Code() int
- func (o *BranchListInternalServerError) Error() string
- func (o *BranchListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BranchListInternalServerError) IsClientError() bool
- func (o *BranchListInternalServerError) IsCode(code int) bool
- func (o *BranchListInternalServerError) IsRedirect() bool
- func (o *BranchListInternalServerError) IsServerError() bool
- func (o *BranchListInternalServerError) IsSuccess() bool
- func (o *BranchListInternalServerError) String() string
- type BranchListNotFound
- func (o *BranchListNotFound) Code() int
- func (o *BranchListNotFound) Error() string
- func (o *BranchListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BranchListNotFound) IsClientError() bool
- func (o *BranchListNotFound) IsCode(code int) bool
- func (o *BranchListNotFound) IsRedirect() bool
- func (o *BranchListNotFound) IsServerError() bool
- func (o *BranchListNotFound) IsSuccess() bool
- func (o *BranchListNotFound) String() string
- type BranchListOK
- func (o *BranchListOK) Code() int
- func (o *BranchListOK) Error() string
- func (o *BranchListOK) GetPayload() *models.V0BranchListResponseModel
- func (o *BranchListOK) IsClientError() bool
- func (o *BranchListOK) IsCode(code int) bool
- func (o *BranchListOK) IsRedirect() bool
- func (o *BranchListOK) IsServerError() bool
- func (o *BranchListOK) IsSuccess() bool
- func (o *BranchListOK) String() string
- type BranchListParams
- func (o *BranchListParams) SetAppSlug(appSlug string)
- func (o *BranchListParams) SetContext(ctx context.Context)
- func (o *BranchListParams) SetDefaults()
- func (o *BranchListParams) SetHTTPClient(client *http.Client)
- func (o *BranchListParams) SetTimeout(timeout time.Duration)
- func (o *BranchListParams) WithAppSlug(appSlug string) *BranchListParams
- func (o *BranchListParams) WithContext(ctx context.Context) *BranchListParams
- func (o *BranchListParams) WithDefaults() *BranchListParams
- func (o *BranchListParams) WithHTTPClient(client *http.Client) *BranchListParams
- func (o *BranchListParams) WithTimeout(timeout time.Duration) *BranchListParams
- func (o *BranchListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BranchListReader
- type BranchListUnauthorized
- func (o *BranchListUnauthorized) Code() int
- func (o *BranchListUnauthorized) Error() string
- func (o *BranchListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BranchListUnauthorized) IsClientError() bool
- func (o *BranchListUnauthorized) IsCode(code int) bool
- func (o *BranchListUnauthorized) IsRedirect() bool
- func (o *BranchListUnauthorized) IsServerError() bool
- func (o *BranchListUnauthorized) IsSuccess() bool
- func (o *BranchListUnauthorized) String() string
- type BuildAbortBadRequest
- func (o *BuildAbortBadRequest) Code() int
- func (o *BuildAbortBadRequest) Error() string
- func (o *BuildAbortBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildAbortBadRequest) IsClientError() bool
- func (o *BuildAbortBadRequest) IsCode(code int) bool
- func (o *BuildAbortBadRequest) IsRedirect() bool
- func (o *BuildAbortBadRequest) IsServerError() bool
- func (o *BuildAbortBadRequest) IsSuccess() bool
- func (o *BuildAbortBadRequest) String() string
- type BuildAbortInternalServerError
- func (o *BuildAbortInternalServerError) Code() int
- func (o *BuildAbortInternalServerError) Error() string
- func (o *BuildAbortInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildAbortInternalServerError) IsClientError() bool
- func (o *BuildAbortInternalServerError) IsCode(code int) bool
- func (o *BuildAbortInternalServerError) IsRedirect() bool
- func (o *BuildAbortInternalServerError) IsServerError() bool
- func (o *BuildAbortInternalServerError) IsSuccess() bool
- func (o *BuildAbortInternalServerError) String() string
- type BuildAbortNotFound
- func (o *BuildAbortNotFound) Code() int
- func (o *BuildAbortNotFound) Error() string
- func (o *BuildAbortNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildAbortNotFound) IsClientError() bool
- func (o *BuildAbortNotFound) IsCode(code int) bool
- func (o *BuildAbortNotFound) IsRedirect() bool
- func (o *BuildAbortNotFound) IsServerError() bool
- func (o *BuildAbortNotFound) IsSuccess() bool
- func (o *BuildAbortNotFound) String() string
- type BuildAbortOK
- func (o *BuildAbortOK) Code() int
- func (o *BuildAbortOK) Error() string
- func (o *BuildAbortOK) GetPayload() *models.V0BuildAbortResponseModel
- func (o *BuildAbortOK) IsClientError() bool
- func (o *BuildAbortOK) IsCode(code int) bool
- func (o *BuildAbortOK) IsRedirect() bool
- func (o *BuildAbortOK) IsServerError() bool
- func (o *BuildAbortOK) IsSuccess() bool
- func (o *BuildAbortOK) String() string
- type BuildAbortParams
- func (o *BuildAbortParams) SetAppSlug(appSlug string)
- func (o *BuildAbortParams) SetBuildAbortParams(buildAbortParams *models.V0BuildAbortParams)
- func (o *BuildAbortParams) SetBuildSlug(buildSlug string)
- func (o *BuildAbortParams) SetContext(ctx context.Context)
- func (o *BuildAbortParams) SetDefaults()
- func (o *BuildAbortParams) SetHTTPClient(client *http.Client)
- func (o *BuildAbortParams) SetTimeout(timeout time.Duration)
- func (o *BuildAbortParams) WithAppSlug(appSlug string) *BuildAbortParams
- func (o *BuildAbortParams) WithBuildAbortParams(buildAbortParams *models.V0BuildAbortParams) *BuildAbortParams
- func (o *BuildAbortParams) WithBuildSlug(buildSlug string) *BuildAbortParams
- func (o *BuildAbortParams) WithContext(ctx context.Context) *BuildAbortParams
- func (o *BuildAbortParams) WithDefaults() *BuildAbortParams
- func (o *BuildAbortParams) WithHTTPClient(client *http.Client) *BuildAbortParams
- func (o *BuildAbortParams) WithTimeout(timeout time.Duration) *BuildAbortParams
- func (o *BuildAbortParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildAbortReader
- type BuildAbortTooManyRequests
- func (o *BuildAbortTooManyRequests) Code() int
- func (o *BuildAbortTooManyRequests) Error() string
- func (o *BuildAbortTooManyRequests) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildAbortTooManyRequests) IsClientError() bool
- func (o *BuildAbortTooManyRequests) IsCode(code int) bool
- func (o *BuildAbortTooManyRequests) IsRedirect() bool
- func (o *BuildAbortTooManyRequests) IsServerError() bool
- func (o *BuildAbortTooManyRequests) IsSuccess() bool
- func (o *BuildAbortTooManyRequests) String() string
- type BuildAbortUnauthorized
- func (o *BuildAbortUnauthorized) Code() int
- func (o *BuildAbortUnauthorized) Error() string
- func (o *BuildAbortUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildAbortUnauthorized) IsClientError() bool
- func (o *BuildAbortUnauthorized) IsCode(code int) bool
- func (o *BuildAbortUnauthorized) IsRedirect() bool
- func (o *BuildAbortUnauthorized) IsServerError() bool
- func (o *BuildAbortUnauthorized) IsSuccess() bool
- func (o *BuildAbortUnauthorized) String() string
- type BuildBitriseYmlShowBadRequest
- func (o *BuildBitriseYmlShowBadRequest) Code() int
- func (o *BuildBitriseYmlShowBadRequest) Error() string
- func (o *BuildBitriseYmlShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildBitriseYmlShowBadRequest) IsClientError() bool
- func (o *BuildBitriseYmlShowBadRequest) IsCode(code int) bool
- func (o *BuildBitriseYmlShowBadRequest) IsRedirect() bool
- func (o *BuildBitriseYmlShowBadRequest) IsServerError() bool
- func (o *BuildBitriseYmlShowBadRequest) IsSuccess() bool
- func (o *BuildBitriseYmlShowBadRequest) String() string
- type BuildBitriseYmlShowInternalServerError
- func (o *BuildBitriseYmlShowInternalServerError) Code() int
- func (o *BuildBitriseYmlShowInternalServerError) Error() string
- func (o *BuildBitriseYmlShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildBitriseYmlShowInternalServerError) IsClientError() bool
- func (o *BuildBitriseYmlShowInternalServerError) IsCode(code int) bool
- func (o *BuildBitriseYmlShowInternalServerError) IsRedirect() bool
- func (o *BuildBitriseYmlShowInternalServerError) IsServerError() bool
- func (o *BuildBitriseYmlShowInternalServerError) IsSuccess() bool
- func (o *BuildBitriseYmlShowInternalServerError) String() string
- type BuildBitriseYmlShowNotFound
- func (o *BuildBitriseYmlShowNotFound) Code() int
- func (o *BuildBitriseYmlShowNotFound) Error() string
- func (o *BuildBitriseYmlShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildBitriseYmlShowNotFound) IsClientError() bool
- func (o *BuildBitriseYmlShowNotFound) IsCode(code int) bool
- func (o *BuildBitriseYmlShowNotFound) IsRedirect() bool
- func (o *BuildBitriseYmlShowNotFound) IsServerError() bool
- func (o *BuildBitriseYmlShowNotFound) IsSuccess() bool
- func (o *BuildBitriseYmlShowNotFound) String() string
- type BuildBitriseYmlShowOK
- func (o *BuildBitriseYmlShowOK) Code() int
- func (o *BuildBitriseYmlShowOK) Error() string
- func (o *BuildBitriseYmlShowOK) GetPayload() string
- func (o *BuildBitriseYmlShowOK) IsClientError() bool
- func (o *BuildBitriseYmlShowOK) IsCode(code int) bool
- func (o *BuildBitriseYmlShowOK) IsRedirect() bool
- func (o *BuildBitriseYmlShowOK) IsServerError() bool
- func (o *BuildBitriseYmlShowOK) IsSuccess() bool
- func (o *BuildBitriseYmlShowOK) String() string
- type BuildBitriseYmlShowParams
- func NewBuildBitriseYmlShowParams() *BuildBitriseYmlShowParams
- func NewBuildBitriseYmlShowParamsWithContext(ctx context.Context) *BuildBitriseYmlShowParams
- func NewBuildBitriseYmlShowParamsWithHTTPClient(client *http.Client) *BuildBitriseYmlShowParams
- func NewBuildBitriseYmlShowParamsWithTimeout(timeout time.Duration) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) SetAppSlug(appSlug string)
- func (o *BuildBitriseYmlShowParams) SetBuildSlug(buildSlug string)
- func (o *BuildBitriseYmlShowParams) SetContext(ctx context.Context)
- func (o *BuildBitriseYmlShowParams) SetDefaults()
- func (o *BuildBitriseYmlShowParams) SetHTTPClient(client *http.Client)
- func (o *BuildBitriseYmlShowParams) SetTimeout(timeout time.Duration)
- func (o *BuildBitriseYmlShowParams) WithAppSlug(appSlug string) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WithBuildSlug(buildSlug string) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WithContext(ctx context.Context) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WithDefaults() *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WithHTTPClient(client *http.Client) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WithTimeout(timeout time.Duration) *BuildBitriseYmlShowParams
- func (o *BuildBitriseYmlShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildBitriseYmlShowReader
- type BuildBitriseYmlShowUnauthorized
- func (o *BuildBitriseYmlShowUnauthorized) Code() int
- func (o *BuildBitriseYmlShowUnauthorized) Error() string
- func (o *BuildBitriseYmlShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildBitriseYmlShowUnauthorized) IsClientError() bool
- func (o *BuildBitriseYmlShowUnauthorized) IsCode(code int) bool
- func (o *BuildBitriseYmlShowUnauthorized) IsRedirect() bool
- func (o *BuildBitriseYmlShowUnauthorized) IsServerError() bool
- func (o *BuildBitriseYmlShowUnauthorized) IsSuccess() bool
- func (o *BuildBitriseYmlShowUnauthorized) String() string
- type BuildCertificateConfirmBadRequest
- func (o *BuildCertificateConfirmBadRequest) Code() int
- func (o *BuildCertificateConfirmBadRequest) Error() string
- func (o *BuildCertificateConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateConfirmBadRequest) IsClientError() bool
- func (o *BuildCertificateConfirmBadRequest) IsCode(code int) bool
- func (o *BuildCertificateConfirmBadRequest) IsRedirect() bool
- func (o *BuildCertificateConfirmBadRequest) IsServerError() bool
- func (o *BuildCertificateConfirmBadRequest) IsSuccess() bool
- func (o *BuildCertificateConfirmBadRequest) String() string
- type BuildCertificateConfirmInternalServerError
- func (o *BuildCertificateConfirmInternalServerError) Code() int
- func (o *BuildCertificateConfirmInternalServerError) Error() string
- func (o *BuildCertificateConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateConfirmInternalServerError) IsClientError() bool
- func (o *BuildCertificateConfirmInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateConfirmInternalServerError) IsRedirect() bool
- func (o *BuildCertificateConfirmInternalServerError) IsServerError() bool
- func (o *BuildCertificateConfirmInternalServerError) IsSuccess() bool
- func (o *BuildCertificateConfirmInternalServerError) String() string
- type BuildCertificateConfirmNotFound
- func (o *BuildCertificateConfirmNotFound) Code() int
- func (o *BuildCertificateConfirmNotFound) Error() string
- func (o *BuildCertificateConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateConfirmNotFound) IsClientError() bool
- func (o *BuildCertificateConfirmNotFound) IsCode(code int) bool
- func (o *BuildCertificateConfirmNotFound) IsRedirect() bool
- func (o *BuildCertificateConfirmNotFound) IsServerError() bool
- func (o *BuildCertificateConfirmNotFound) IsSuccess() bool
- func (o *BuildCertificateConfirmNotFound) String() string
- type BuildCertificateConfirmOK
- func (o *BuildCertificateConfirmOK) Code() int
- func (o *BuildCertificateConfirmOK) Error() string
- func (o *BuildCertificateConfirmOK) GetPayload() *models.V0BuildCertificateResponseModel
- func (o *BuildCertificateConfirmOK) IsClientError() bool
- func (o *BuildCertificateConfirmOK) IsCode(code int) bool
- func (o *BuildCertificateConfirmOK) IsRedirect() bool
- func (o *BuildCertificateConfirmOK) IsServerError() bool
- func (o *BuildCertificateConfirmOK) IsSuccess() bool
- func (o *BuildCertificateConfirmOK) String() string
- type BuildCertificateConfirmParams
- func NewBuildCertificateConfirmParams() *BuildCertificateConfirmParams
- func NewBuildCertificateConfirmParamsWithContext(ctx context.Context) *BuildCertificateConfirmParams
- func NewBuildCertificateConfirmParamsWithHTTPClient(client *http.Client) *BuildCertificateConfirmParams
- func NewBuildCertificateConfirmParamsWithTimeout(timeout time.Duration) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateConfirmParams) SetBuildCertificateSlug(buildCertificateSlug string)
- func (o *BuildCertificateConfirmParams) SetContext(ctx context.Context)
- func (o *BuildCertificateConfirmParams) SetDefaults()
- func (o *BuildCertificateConfirmParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateConfirmParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateConfirmParams) WithAppSlug(appSlug string) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WithContext(ctx context.Context) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WithDefaults() *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WithHTTPClient(client *http.Client) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WithTimeout(timeout time.Duration) *BuildCertificateConfirmParams
- func (o *BuildCertificateConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateConfirmReader
- type BuildCertificateConfirmUnauthorized
- func (o *BuildCertificateConfirmUnauthorized) Code() int
- func (o *BuildCertificateConfirmUnauthorized) Error() string
- func (o *BuildCertificateConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateConfirmUnauthorized) IsClientError() bool
- func (o *BuildCertificateConfirmUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateConfirmUnauthorized) IsRedirect() bool
- func (o *BuildCertificateConfirmUnauthorized) IsServerError() bool
- func (o *BuildCertificateConfirmUnauthorized) IsSuccess() bool
- func (o *BuildCertificateConfirmUnauthorized) String() string
- type BuildCertificateCreateBadRequest
- func (o *BuildCertificateCreateBadRequest) Code() int
- func (o *BuildCertificateCreateBadRequest) Error() string
- func (o *BuildCertificateCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateCreateBadRequest) IsClientError() bool
- func (o *BuildCertificateCreateBadRequest) IsCode(code int) bool
- func (o *BuildCertificateCreateBadRequest) IsRedirect() bool
- func (o *BuildCertificateCreateBadRequest) IsServerError() bool
- func (o *BuildCertificateCreateBadRequest) IsSuccess() bool
- func (o *BuildCertificateCreateBadRequest) String() string
- type BuildCertificateCreateCreated
- func (o *BuildCertificateCreateCreated) Code() int
- func (o *BuildCertificateCreateCreated) Error() string
- func (o *BuildCertificateCreateCreated) GetPayload() *models.V0BuildCertificateResponseModel
- func (o *BuildCertificateCreateCreated) IsClientError() bool
- func (o *BuildCertificateCreateCreated) IsCode(code int) bool
- func (o *BuildCertificateCreateCreated) IsRedirect() bool
- func (o *BuildCertificateCreateCreated) IsServerError() bool
- func (o *BuildCertificateCreateCreated) IsSuccess() bool
- func (o *BuildCertificateCreateCreated) String() string
- type BuildCertificateCreateInternalServerError
- func (o *BuildCertificateCreateInternalServerError) Code() int
- func (o *BuildCertificateCreateInternalServerError) Error() string
- func (o *BuildCertificateCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateCreateInternalServerError) IsClientError() bool
- func (o *BuildCertificateCreateInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateCreateInternalServerError) IsRedirect() bool
- func (o *BuildCertificateCreateInternalServerError) IsServerError() bool
- func (o *BuildCertificateCreateInternalServerError) IsSuccess() bool
- func (o *BuildCertificateCreateInternalServerError) String() string
- type BuildCertificateCreateNotFound
- func (o *BuildCertificateCreateNotFound) Code() int
- func (o *BuildCertificateCreateNotFound) Error() string
- func (o *BuildCertificateCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateCreateNotFound) IsClientError() bool
- func (o *BuildCertificateCreateNotFound) IsCode(code int) bool
- func (o *BuildCertificateCreateNotFound) IsRedirect() bool
- func (o *BuildCertificateCreateNotFound) IsServerError() bool
- func (o *BuildCertificateCreateNotFound) IsSuccess() bool
- func (o *BuildCertificateCreateNotFound) String() string
- type BuildCertificateCreateParams
- func NewBuildCertificateCreateParams() *BuildCertificateCreateParams
- func NewBuildCertificateCreateParamsWithContext(ctx context.Context) *BuildCertificateCreateParams
- func NewBuildCertificateCreateParamsWithHTTPClient(client *http.Client) *BuildCertificateCreateParams
- func NewBuildCertificateCreateParamsWithTimeout(timeout time.Duration) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateCreateParams) SetBuildCertificate(buildCertificate *models.V0BuildCertificateUploadParams)
- func (o *BuildCertificateCreateParams) SetContext(ctx context.Context)
- func (o *BuildCertificateCreateParams) SetDefaults()
- func (o *BuildCertificateCreateParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateCreateParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateCreateParams) WithAppSlug(appSlug string) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WithBuildCertificate(buildCertificate *models.V0BuildCertificateUploadParams) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WithContext(ctx context.Context) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WithDefaults() *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WithHTTPClient(client *http.Client) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WithTimeout(timeout time.Duration) *BuildCertificateCreateParams
- func (o *BuildCertificateCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateCreateReader
- type BuildCertificateCreateUnauthorized
- func (o *BuildCertificateCreateUnauthorized) Code() int
- func (o *BuildCertificateCreateUnauthorized) Error() string
- func (o *BuildCertificateCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateCreateUnauthorized) IsClientError() bool
- func (o *BuildCertificateCreateUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateCreateUnauthorized) IsRedirect() bool
- func (o *BuildCertificateCreateUnauthorized) IsServerError() bool
- func (o *BuildCertificateCreateUnauthorized) IsSuccess() bool
- func (o *BuildCertificateCreateUnauthorized) String() string
- type BuildCertificateDeleteBadRequest
- func (o *BuildCertificateDeleteBadRequest) Code() int
- func (o *BuildCertificateDeleteBadRequest) Error() string
- func (o *BuildCertificateDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateDeleteBadRequest) IsClientError() bool
- func (o *BuildCertificateDeleteBadRequest) IsCode(code int) bool
- func (o *BuildCertificateDeleteBadRequest) IsRedirect() bool
- func (o *BuildCertificateDeleteBadRequest) IsServerError() bool
- func (o *BuildCertificateDeleteBadRequest) IsSuccess() bool
- func (o *BuildCertificateDeleteBadRequest) String() string
- type BuildCertificateDeleteInternalServerError
- func (o *BuildCertificateDeleteInternalServerError) Code() int
- func (o *BuildCertificateDeleteInternalServerError) Error() string
- func (o *BuildCertificateDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateDeleteInternalServerError) IsClientError() bool
- func (o *BuildCertificateDeleteInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateDeleteInternalServerError) IsRedirect() bool
- func (o *BuildCertificateDeleteInternalServerError) IsServerError() bool
- func (o *BuildCertificateDeleteInternalServerError) IsSuccess() bool
- func (o *BuildCertificateDeleteInternalServerError) String() string
- type BuildCertificateDeleteNotFound
- func (o *BuildCertificateDeleteNotFound) Code() int
- func (o *BuildCertificateDeleteNotFound) Error() string
- func (o *BuildCertificateDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateDeleteNotFound) IsClientError() bool
- func (o *BuildCertificateDeleteNotFound) IsCode(code int) bool
- func (o *BuildCertificateDeleteNotFound) IsRedirect() bool
- func (o *BuildCertificateDeleteNotFound) IsServerError() bool
- func (o *BuildCertificateDeleteNotFound) IsSuccess() bool
- func (o *BuildCertificateDeleteNotFound) String() string
- type BuildCertificateDeleteOK
- func (o *BuildCertificateDeleteOK) Code() int
- func (o *BuildCertificateDeleteOK) Error() string
- func (o *BuildCertificateDeleteOK) GetPayload() *models.V0BuildCertificateResponseModel
- func (o *BuildCertificateDeleteOK) IsClientError() bool
- func (o *BuildCertificateDeleteOK) IsCode(code int) bool
- func (o *BuildCertificateDeleteOK) IsRedirect() bool
- func (o *BuildCertificateDeleteOK) IsServerError() bool
- func (o *BuildCertificateDeleteOK) IsSuccess() bool
- func (o *BuildCertificateDeleteOK) String() string
- type BuildCertificateDeleteParams
- func NewBuildCertificateDeleteParams() *BuildCertificateDeleteParams
- func NewBuildCertificateDeleteParamsWithContext(ctx context.Context) *BuildCertificateDeleteParams
- func NewBuildCertificateDeleteParamsWithHTTPClient(client *http.Client) *BuildCertificateDeleteParams
- func NewBuildCertificateDeleteParamsWithTimeout(timeout time.Duration) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateDeleteParams) SetBuildCertificateSlug(buildCertificateSlug string)
- func (o *BuildCertificateDeleteParams) SetContext(ctx context.Context)
- func (o *BuildCertificateDeleteParams) SetDefaults()
- func (o *BuildCertificateDeleteParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateDeleteParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateDeleteParams) WithAppSlug(appSlug string) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WithContext(ctx context.Context) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WithDefaults() *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WithHTTPClient(client *http.Client) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WithTimeout(timeout time.Duration) *BuildCertificateDeleteParams
- func (o *BuildCertificateDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateDeleteReader
- type BuildCertificateDeleteUnauthorized
- func (o *BuildCertificateDeleteUnauthorized) Code() int
- func (o *BuildCertificateDeleteUnauthorized) Error() string
- func (o *BuildCertificateDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateDeleteUnauthorized) IsClientError() bool
- func (o *BuildCertificateDeleteUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateDeleteUnauthorized) IsRedirect() bool
- func (o *BuildCertificateDeleteUnauthorized) IsServerError() bool
- func (o *BuildCertificateDeleteUnauthorized) IsSuccess() bool
- func (o *BuildCertificateDeleteUnauthorized) String() string
- type BuildCertificateListBadRequest
- func (o *BuildCertificateListBadRequest) Code() int
- func (o *BuildCertificateListBadRequest) Error() string
- func (o *BuildCertificateListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateListBadRequest) IsClientError() bool
- func (o *BuildCertificateListBadRequest) IsCode(code int) bool
- func (o *BuildCertificateListBadRequest) IsRedirect() bool
- func (o *BuildCertificateListBadRequest) IsServerError() bool
- func (o *BuildCertificateListBadRequest) IsSuccess() bool
- func (o *BuildCertificateListBadRequest) String() string
- type BuildCertificateListInternalServerError
- func (o *BuildCertificateListInternalServerError) Code() int
- func (o *BuildCertificateListInternalServerError) Error() string
- func (o *BuildCertificateListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateListInternalServerError) IsClientError() bool
- func (o *BuildCertificateListInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateListInternalServerError) IsRedirect() bool
- func (o *BuildCertificateListInternalServerError) IsServerError() bool
- func (o *BuildCertificateListInternalServerError) IsSuccess() bool
- func (o *BuildCertificateListInternalServerError) String() string
- type BuildCertificateListNotFound
- func (o *BuildCertificateListNotFound) Code() int
- func (o *BuildCertificateListNotFound) Error() string
- func (o *BuildCertificateListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateListNotFound) IsClientError() bool
- func (o *BuildCertificateListNotFound) IsCode(code int) bool
- func (o *BuildCertificateListNotFound) IsRedirect() bool
- func (o *BuildCertificateListNotFound) IsServerError() bool
- func (o *BuildCertificateListNotFound) IsSuccess() bool
- func (o *BuildCertificateListNotFound) String() string
- type BuildCertificateListOK
- func (o *BuildCertificateListOK) Code() int
- func (o *BuildCertificateListOK) Error() string
- func (o *BuildCertificateListOK) GetPayload() *models.V0BuildCertificateListResponseModel
- func (o *BuildCertificateListOK) IsClientError() bool
- func (o *BuildCertificateListOK) IsCode(code int) bool
- func (o *BuildCertificateListOK) IsRedirect() bool
- func (o *BuildCertificateListOK) IsServerError() bool
- func (o *BuildCertificateListOK) IsSuccess() bool
- func (o *BuildCertificateListOK) String() string
- type BuildCertificateListParams
- func NewBuildCertificateListParams() *BuildCertificateListParams
- func NewBuildCertificateListParamsWithContext(ctx context.Context) *BuildCertificateListParams
- func NewBuildCertificateListParamsWithHTTPClient(client *http.Client) *BuildCertificateListParams
- func NewBuildCertificateListParamsWithTimeout(timeout time.Duration) *BuildCertificateListParams
- func (o *BuildCertificateListParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateListParams) SetContext(ctx context.Context)
- func (o *BuildCertificateListParams) SetDefaults()
- func (o *BuildCertificateListParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateListParams) SetLimit(limit *int64)
- func (o *BuildCertificateListParams) SetNext(next *string)
- func (o *BuildCertificateListParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateListParams) WithAppSlug(appSlug string) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithContext(ctx context.Context) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithDefaults() *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithHTTPClient(client *http.Client) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithLimit(limit *int64) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithNext(next *string) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WithTimeout(timeout time.Duration) *BuildCertificateListParams
- func (o *BuildCertificateListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateListReader
- type BuildCertificateListUnauthorized
- func (o *BuildCertificateListUnauthorized) Code() int
- func (o *BuildCertificateListUnauthorized) Error() string
- func (o *BuildCertificateListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateListUnauthorized) IsClientError() bool
- func (o *BuildCertificateListUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateListUnauthorized) IsRedirect() bool
- func (o *BuildCertificateListUnauthorized) IsServerError() bool
- func (o *BuildCertificateListUnauthorized) IsSuccess() bool
- func (o *BuildCertificateListUnauthorized) String() string
- type BuildCertificateShowBadRequest
- func (o *BuildCertificateShowBadRequest) Code() int
- func (o *BuildCertificateShowBadRequest) Error() string
- func (o *BuildCertificateShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateShowBadRequest) IsClientError() bool
- func (o *BuildCertificateShowBadRequest) IsCode(code int) bool
- func (o *BuildCertificateShowBadRequest) IsRedirect() bool
- func (o *BuildCertificateShowBadRequest) IsServerError() bool
- func (o *BuildCertificateShowBadRequest) IsSuccess() bool
- func (o *BuildCertificateShowBadRequest) String() string
- type BuildCertificateShowInternalServerError
- func (o *BuildCertificateShowInternalServerError) Code() int
- func (o *BuildCertificateShowInternalServerError) Error() string
- func (o *BuildCertificateShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateShowInternalServerError) IsClientError() bool
- func (o *BuildCertificateShowInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateShowInternalServerError) IsRedirect() bool
- func (o *BuildCertificateShowInternalServerError) IsServerError() bool
- func (o *BuildCertificateShowInternalServerError) IsSuccess() bool
- func (o *BuildCertificateShowInternalServerError) String() string
- type BuildCertificateShowNotFound
- func (o *BuildCertificateShowNotFound) Code() int
- func (o *BuildCertificateShowNotFound) Error() string
- func (o *BuildCertificateShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateShowNotFound) IsClientError() bool
- func (o *BuildCertificateShowNotFound) IsCode(code int) bool
- func (o *BuildCertificateShowNotFound) IsRedirect() bool
- func (o *BuildCertificateShowNotFound) IsServerError() bool
- func (o *BuildCertificateShowNotFound) IsSuccess() bool
- func (o *BuildCertificateShowNotFound) String() string
- type BuildCertificateShowOK
- func (o *BuildCertificateShowOK) Code() int
- func (o *BuildCertificateShowOK) Error() string
- func (o *BuildCertificateShowOK) GetPayload() *models.V0BuildCertificateResponseModel
- func (o *BuildCertificateShowOK) IsClientError() bool
- func (o *BuildCertificateShowOK) IsCode(code int) bool
- func (o *BuildCertificateShowOK) IsRedirect() bool
- func (o *BuildCertificateShowOK) IsServerError() bool
- func (o *BuildCertificateShowOK) IsSuccess() bool
- func (o *BuildCertificateShowOK) String() string
- type BuildCertificateShowParams
- func NewBuildCertificateShowParams() *BuildCertificateShowParams
- func NewBuildCertificateShowParamsWithContext(ctx context.Context) *BuildCertificateShowParams
- func NewBuildCertificateShowParamsWithHTTPClient(client *http.Client) *BuildCertificateShowParams
- func NewBuildCertificateShowParamsWithTimeout(timeout time.Duration) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateShowParams) SetBuildCertificateSlug(buildCertificateSlug string)
- func (o *BuildCertificateShowParams) SetContext(ctx context.Context)
- func (o *BuildCertificateShowParams) SetDefaults()
- func (o *BuildCertificateShowParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateShowParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateShowParams) WithAppSlug(appSlug string) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WithContext(ctx context.Context) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WithDefaults() *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WithHTTPClient(client *http.Client) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WithTimeout(timeout time.Duration) *BuildCertificateShowParams
- func (o *BuildCertificateShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateShowReader
- type BuildCertificateShowUnauthorized
- func (o *BuildCertificateShowUnauthorized) Code() int
- func (o *BuildCertificateShowUnauthorized) Error() string
- func (o *BuildCertificateShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateShowUnauthorized) IsClientError() bool
- func (o *BuildCertificateShowUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateShowUnauthorized) IsRedirect() bool
- func (o *BuildCertificateShowUnauthorized) IsServerError() bool
- func (o *BuildCertificateShowUnauthorized) IsSuccess() bool
- func (o *BuildCertificateShowUnauthorized) String() string
- type BuildCertificateUpdateBadRequest
- func (o *BuildCertificateUpdateBadRequest) Code() int
- func (o *BuildCertificateUpdateBadRequest) Error() string
- func (o *BuildCertificateUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateUpdateBadRequest) IsClientError() bool
- func (o *BuildCertificateUpdateBadRequest) IsCode(code int) bool
- func (o *BuildCertificateUpdateBadRequest) IsRedirect() bool
- func (o *BuildCertificateUpdateBadRequest) IsServerError() bool
- func (o *BuildCertificateUpdateBadRequest) IsSuccess() bool
- func (o *BuildCertificateUpdateBadRequest) String() string
- type BuildCertificateUpdateInternalServerError
- func (o *BuildCertificateUpdateInternalServerError) Code() int
- func (o *BuildCertificateUpdateInternalServerError) Error() string
- func (o *BuildCertificateUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateUpdateInternalServerError) IsClientError() bool
- func (o *BuildCertificateUpdateInternalServerError) IsCode(code int) bool
- func (o *BuildCertificateUpdateInternalServerError) IsRedirect() bool
- func (o *BuildCertificateUpdateInternalServerError) IsServerError() bool
- func (o *BuildCertificateUpdateInternalServerError) IsSuccess() bool
- func (o *BuildCertificateUpdateInternalServerError) String() string
- type BuildCertificateUpdateNotFound
- func (o *BuildCertificateUpdateNotFound) Code() int
- func (o *BuildCertificateUpdateNotFound) Error() string
- func (o *BuildCertificateUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateUpdateNotFound) IsClientError() bool
- func (o *BuildCertificateUpdateNotFound) IsCode(code int) bool
- func (o *BuildCertificateUpdateNotFound) IsRedirect() bool
- func (o *BuildCertificateUpdateNotFound) IsServerError() bool
- func (o *BuildCertificateUpdateNotFound) IsSuccess() bool
- func (o *BuildCertificateUpdateNotFound) String() string
- type BuildCertificateUpdateOK
- func (o *BuildCertificateUpdateOK) Code() int
- func (o *BuildCertificateUpdateOK) Error() string
- func (o *BuildCertificateUpdateOK) GetPayload() *models.V0BuildCertificateResponseModel
- func (o *BuildCertificateUpdateOK) IsClientError() bool
- func (o *BuildCertificateUpdateOK) IsCode(code int) bool
- func (o *BuildCertificateUpdateOK) IsRedirect() bool
- func (o *BuildCertificateUpdateOK) IsServerError() bool
- func (o *BuildCertificateUpdateOK) IsSuccess() bool
- func (o *BuildCertificateUpdateOK) String() string
- type BuildCertificateUpdateParams
- func NewBuildCertificateUpdateParams() *BuildCertificateUpdateParams
- func NewBuildCertificateUpdateParamsWithContext(ctx context.Context) *BuildCertificateUpdateParams
- func NewBuildCertificateUpdateParamsWithHTTPClient(client *http.Client) *BuildCertificateUpdateParams
- func NewBuildCertificateUpdateParamsWithTimeout(timeout time.Duration) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) SetAppSlug(appSlug string)
- func (o *BuildCertificateUpdateParams) SetBuildCertificate(buildCertificate *models.V0BuildCertificateUpdateParams)
- func (o *BuildCertificateUpdateParams) SetBuildCertificateSlug(buildCertificateSlug string)
- func (o *BuildCertificateUpdateParams) SetContext(ctx context.Context)
- func (o *BuildCertificateUpdateParams) SetDefaults()
- func (o *BuildCertificateUpdateParams) SetHTTPClient(client *http.Client)
- func (o *BuildCertificateUpdateParams) SetTimeout(timeout time.Duration)
- func (o *BuildCertificateUpdateParams) WithAppSlug(appSlug string) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithBuildCertificate(buildCertificate *models.V0BuildCertificateUpdateParams) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithContext(ctx context.Context) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithDefaults() *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithHTTPClient(client *http.Client) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WithTimeout(timeout time.Duration) *BuildCertificateUpdateParams
- func (o *BuildCertificateUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildCertificateUpdateReader
- type BuildCertificateUpdateUnauthorized
- func (o *BuildCertificateUpdateUnauthorized) Code() int
- func (o *BuildCertificateUpdateUnauthorized) Error() string
- func (o *BuildCertificateUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildCertificateUpdateUnauthorized) IsClientError() bool
- func (o *BuildCertificateUpdateUnauthorized) IsCode(code int) bool
- func (o *BuildCertificateUpdateUnauthorized) IsRedirect() bool
- func (o *BuildCertificateUpdateUnauthorized) IsServerError() bool
- func (o *BuildCertificateUpdateUnauthorized) IsSuccess() bool
- func (o *BuildCertificateUpdateUnauthorized) String() string
- type BuildListAllBadRequest
- func (o *BuildListAllBadRequest) Code() int
- func (o *BuildListAllBadRequest) Error() string
- func (o *BuildListAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListAllBadRequest) IsClientError() bool
- func (o *BuildListAllBadRequest) IsCode(code int) bool
- func (o *BuildListAllBadRequest) IsRedirect() bool
- func (o *BuildListAllBadRequest) IsServerError() bool
- func (o *BuildListAllBadRequest) IsSuccess() bool
- func (o *BuildListAllBadRequest) String() string
- type BuildListAllInternalServerError
- func (o *BuildListAllInternalServerError) Code() int
- func (o *BuildListAllInternalServerError) Error() string
- func (o *BuildListAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListAllInternalServerError) IsClientError() bool
- func (o *BuildListAllInternalServerError) IsCode(code int) bool
- func (o *BuildListAllInternalServerError) IsRedirect() bool
- func (o *BuildListAllInternalServerError) IsServerError() bool
- func (o *BuildListAllInternalServerError) IsSuccess() bool
- func (o *BuildListAllInternalServerError) String() string
- type BuildListAllNotFound
- func (o *BuildListAllNotFound) Code() int
- func (o *BuildListAllNotFound) Error() string
- func (o *BuildListAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListAllNotFound) IsClientError() bool
- func (o *BuildListAllNotFound) IsCode(code int) bool
- func (o *BuildListAllNotFound) IsRedirect() bool
- func (o *BuildListAllNotFound) IsServerError() bool
- func (o *BuildListAllNotFound) IsSuccess() bool
- func (o *BuildListAllNotFound) String() string
- type BuildListAllOK
- func (o *BuildListAllOK) Code() int
- func (o *BuildListAllOK) Error() string
- func (o *BuildListAllOK) GetPayload() *models.V0BuildListAllResponseModel
- func (o *BuildListAllOK) IsClientError() bool
- func (o *BuildListAllOK) IsCode(code int) bool
- func (o *BuildListAllOK) IsRedirect() bool
- func (o *BuildListAllOK) IsServerError() bool
- func (o *BuildListAllOK) IsSuccess() bool
- func (o *BuildListAllOK) String() string
- type BuildListAllParams
- func (o *BuildListAllParams) SetContext(ctx context.Context)
- func (o *BuildListAllParams) SetDefaults()
- func (o *BuildListAllParams) SetHTTPClient(client *http.Client)
- func (o *BuildListAllParams) SetIsOnHold(isOnHold *bool)
- func (o *BuildListAllParams) SetLimit(limit *int64)
- func (o *BuildListAllParams) SetNext(next *string)
- func (o *BuildListAllParams) SetOwnerSlug(ownerSlug *string)
- func (o *BuildListAllParams) SetStatus(status *int64)
- func (o *BuildListAllParams) SetTimeout(timeout time.Duration)
- func (o *BuildListAllParams) WithContext(ctx context.Context) *BuildListAllParams
- func (o *BuildListAllParams) WithDefaults() *BuildListAllParams
- func (o *BuildListAllParams) WithHTTPClient(client *http.Client) *BuildListAllParams
- func (o *BuildListAllParams) WithIsOnHold(isOnHold *bool) *BuildListAllParams
- func (o *BuildListAllParams) WithLimit(limit *int64) *BuildListAllParams
- func (o *BuildListAllParams) WithNext(next *string) *BuildListAllParams
- func (o *BuildListAllParams) WithOwnerSlug(ownerSlug *string) *BuildListAllParams
- func (o *BuildListAllParams) WithStatus(status *int64) *BuildListAllParams
- func (o *BuildListAllParams) WithTimeout(timeout time.Duration) *BuildListAllParams
- func (o *BuildListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildListAllReader
- type BuildListAllUnauthorized
- func (o *BuildListAllUnauthorized) Code() int
- func (o *BuildListAllUnauthorized) Error() string
- func (o *BuildListAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListAllUnauthorized) IsClientError() bool
- func (o *BuildListAllUnauthorized) IsCode(code int) bool
- func (o *BuildListAllUnauthorized) IsRedirect() bool
- func (o *BuildListAllUnauthorized) IsServerError() bool
- func (o *BuildListAllUnauthorized) IsSuccess() bool
- func (o *BuildListAllUnauthorized) String() string
- type BuildListBadRequest
- func (o *BuildListBadRequest) Code() int
- func (o *BuildListBadRequest) Error() string
- func (o *BuildListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListBadRequest) IsClientError() bool
- func (o *BuildListBadRequest) IsCode(code int) bool
- func (o *BuildListBadRequest) IsRedirect() bool
- func (o *BuildListBadRequest) IsServerError() bool
- func (o *BuildListBadRequest) IsSuccess() bool
- func (o *BuildListBadRequest) String() string
- type BuildListInternalServerError
- func (o *BuildListInternalServerError) Code() int
- func (o *BuildListInternalServerError) Error() string
- func (o *BuildListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListInternalServerError) IsClientError() bool
- func (o *BuildListInternalServerError) IsCode(code int) bool
- func (o *BuildListInternalServerError) IsRedirect() bool
- func (o *BuildListInternalServerError) IsServerError() bool
- func (o *BuildListInternalServerError) IsSuccess() bool
- func (o *BuildListInternalServerError) String() string
- type BuildListNotFound
- func (o *BuildListNotFound) Code() int
- func (o *BuildListNotFound) Error() string
- func (o *BuildListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListNotFound) IsClientError() bool
- func (o *BuildListNotFound) IsCode(code int) bool
- func (o *BuildListNotFound) IsRedirect() bool
- func (o *BuildListNotFound) IsServerError() bool
- func (o *BuildListNotFound) IsSuccess() bool
- func (o *BuildListNotFound) String() string
- type BuildListOK
- func (o *BuildListOK) Code() int
- func (o *BuildListOK) Error() string
- func (o *BuildListOK) GetPayload() *models.V0BuildListResponseModel
- func (o *BuildListOK) IsClientError() bool
- func (o *BuildListOK) IsCode(code int) bool
- func (o *BuildListOK) IsRedirect() bool
- func (o *BuildListOK) IsServerError() bool
- func (o *BuildListOK) IsSuccess() bool
- func (o *BuildListOK) String() string
- type BuildListParams
- func (o *BuildListParams) SetAfter(after *int64)
- func (o *BuildListParams) SetAppSlug(appSlug string)
- func (o *BuildListParams) SetBefore(before *int64)
- func (o *BuildListParams) SetBranch(branch *string)
- func (o *BuildListParams) SetBuildNumber(buildNumber *int64)
- func (o *BuildListParams) SetCommitMessage(commitMessage *string)
- func (o *BuildListParams) SetContext(ctx context.Context)
- func (o *BuildListParams) SetDefaults()
- func (o *BuildListParams) SetHTTPClient(client *http.Client)
- func (o *BuildListParams) SetIsPipelineBuild(isPipelineBuild *bool)
- func (o *BuildListParams) SetLimit(limit *int64)
- func (o *BuildListParams) SetNext(next *string)
- func (o *BuildListParams) SetPullRequestID(pullRequestID *int64)
- func (o *BuildListParams) SetSortBy(sortBy *string)
- func (o *BuildListParams) SetStatus(status *int64)
- func (o *BuildListParams) SetTimeout(timeout time.Duration)
- func (o *BuildListParams) SetTriggerEventType(triggerEventType *string)
- func (o *BuildListParams) SetWorkflow(workflow *string)
- func (o *BuildListParams) WithAfter(after *int64) *BuildListParams
- func (o *BuildListParams) WithAppSlug(appSlug string) *BuildListParams
- func (o *BuildListParams) WithBefore(before *int64) *BuildListParams
- func (o *BuildListParams) WithBranch(branch *string) *BuildListParams
- func (o *BuildListParams) WithBuildNumber(buildNumber *int64) *BuildListParams
- func (o *BuildListParams) WithCommitMessage(commitMessage *string) *BuildListParams
- func (o *BuildListParams) WithContext(ctx context.Context) *BuildListParams
- func (o *BuildListParams) WithDefaults() *BuildListParams
- func (o *BuildListParams) WithHTTPClient(client *http.Client) *BuildListParams
- func (o *BuildListParams) WithIsPipelineBuild(isPipelineBuild *bool) *BuildListParams
- func (o *BuildListParams) WithLimit(limit *int64) *BuildListParams
- func (o *BuildListParams) WithNext(next *string) *BuildListParams
- func (o *BuildListParams) WithPullRequestID(pullRequestID *int64) *BuildListParams
- func (o *BuildListParams) WithSortBy(sortBy *string) *BuildListParams
- func (o *BuildListParams) WithStatus(status *int64) *BuildListParams
- func (o *BuildListParams) WithTimeout(timeout time.Duration) *BuildListParams
- func (o *BuildListParams) WithTriggerEventType(triggerEventType *string) *BuildListParams
- func (o *BuildListParams) WithWorkflow(workflow *string) *BuildListParams
- func (o *BuildListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildListReader
- type BuildListUnauthorized
- func (o *BuildListUnauthorized) Code() int
- func (o *BuildListUnauthorized) Error() string
- func (o *BuildListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildListUnauthorized) IsClientError() bool
- func (o *BuildListUnauthorized) IsCode(code int) bool
- func (o *BuildListUnauthorized) IsRedirect() bool
- func (o *BuildListUnauthorized) IsServerError() bool
- func (o *BuildListUnauthorized) IsSuccess() bool
- func (o *BuildListUnauthorized) String() string
- type BuildLogBadRequest
- func (o *BuildLogBadRequest) Code() int
- func (o *BuildLogBadRequest) Error() string
- func (o *BuildLogBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildLogBadRequest) IsClientError() bool
- func (o *BuildLogBadRequest) IsCode(code int) bool
- func (o *BuildLogBadRequest) IsRedirect() bool
- func (o *BuildLogBadRequest) IsServerError() bool
- func (o *BuildLogBadRequest) IsSuccess() bool
- func (o *BuildLogBadRequest) String() string
- type BuildLogInternalServerError
- func (o *BuildLogInternalServerError) Code() int
- func (o *BuildLogInternalServerError) Error() string
- func (o *BuildLogInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildLogInternalServerError) IsClientError() bool
- func (o *BuildLogInternalServerError) IsCode(code int) bool
- func (o *BuildLogInternalServerError) IsRedirect() bool
- func (o *BuildLogInternalServerError) IsServerError() bool
- func (o *BuildLogInternalServerError) IsSuccess() bool
- func (o *BuildLogInternalServerError) String() string
- type BuildLogNotFound
- func (o *BuildLogNotFound) Code() int
- func (o *BuildLogNotFound) Error() string
- func (o *BuildLogNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildLogNotFound) IsClientError() bool
- func (o *BuildLogNotFound) IsCode(code int) bool
- func (o *BuildLogNotFound) IsRedirect() bool
- func (o *BuildLogNotFound) IsServerError() bool
- func (o *BuildLogNotFound) IsSuccess() bool
- func (o *BuildLogNotFound) String() string
- type BuildLogParams
- func (o *BuildLogParams) SetAppSlug(appSlug string)
- func (o *BuildLogParams) SetBuildSlug(buildSlug string)
- func (o *BuildLogParams) SetContext(ctx context.Context)
- func (o *BuildLogParams) SetDefaults()
- func (o *BuildLogParams) SetHTTPClient(client *http.Client)
- func (o *BuildLogParams) SetTimeout(timeout time.Duration)
- func (o *BuildLogParams) WithAppSlug(appSlug string) *BuildLogParams
- func (o *BuildLogParams) WithBuildSlug(buildSlug string) *BuildLogParams
- func (o *BuildLogParams) WithContext(ctx context.Context) *BuildLogParams
- func (o *BuildLogParams) WithDefaults() *BuildLogParams
- func (o *BuildLogParams) WithHTTPClient(client *http.Client) *BuildLogParams
- func (o *BuildLogParams) WithTimeout(timeout time.Duration) *BuildLogParams
- func (o *BuildLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildLogReader
- type BuildLogUnauthorized
- func (o *BuildLogUnauthorized) Code() int
- func (o *BuildLogUnauthorized) Error() string
- func (o *BuildLogUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildLogUnauthorized) IsClientError() bool
- func (o *BuildLogUnauthorized) IsCode(code int) bool
- func (o *BuildLogUnauthorized) IsRedirect() bool
- func (o *BuildLogUnauthorized) IsServerError() bool
- func (o *BuildLogUnauthorized) IsSuccess() bool
- func (o *BuildLogUnauthorized) String() string
- type BuildRequestListBadRequest
- func (o *BuildRequestListBadRequest) Code() int
- func (o *BuildRequestListBadRequest) Error() string
- func (o *BuildRequestListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestListBadRequest) IsClientError() bool
- func (o *BuildRequestListBadRequest) IsCode(code int) bool
- func (o *BuildRequestListBadRequest) IsRedirect() bool
- func (o *BuildRequestListBadRequest) IsServerError() bool
- func (o *BuildRequestListBadRequest) IsSuccess() bool
- func (o *BuildRequestListBadRequest) String() string
- type BuildRequestListInternalServerError
- func (o *BuildRequestListInternalServerError) Code() int
- func (o *BuildRequestListInternalServerError) Error() string
- func (o *BuildRequestListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestListInternalServerError) IsClientError() bool
- func (o *BuildRequestListInternalServerError) IsCode(code int) bool
- func (o *BuildRequestListInternalServerError) IsRedirect() bool
- func (o *BuildRequestListInternalServerError) IsServerError() bool
- func (o *BuildRequestListInternalServerError) IsSuccess() bool
- func (o *BuildRequestListInternalServerError) String() string
- type BuildRequestListNotFound
- func (o *BuildRequestListNotFound) Code() int
- func (o *BuildRequestListNotFound) Error() string
- func (o *BuildRequestListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestListNotFound) IsClientError() bool
- func (o *BuildRequestListNotFound) IsCode(code int) bool
- func (o *BuildRequestListNotFound) IsRedirect() bool
- func (o *BuildRequestListNotFound) IsServerError() bool
- func (o *BuildRequestListNotFound) IsSuccess() bool
- func (o *BuildRequestListNotFound) String() string
- type BuildRequestListOK
- func (o *BuildRequestListOK) Code() int
- func (o *BuildRequestListOK) Error() string
- func (o *BuildRequestListOK) GetPayload() *models.V0BuildRequestListResponseModel
- func (o *BuildRequestListOK) IsClientError() bool
- func (o *BuildRequestListOK) IsCode(code int) bool
- func (o *BuildRequestListOK) IsRedirect() bool
- func (o *BuildRequestListOK) IsServerError() bool
- func (o *BuildRequestListOK) IsSuccess() bool
- func (o *BuildRequestListOK) String() string
- type BuildRequestListParams
- func NewBuildRequestListParams() *BuildRequestListParams
- func NewBuildRequestListParamsWithContext(ctx context.Context) *BuildRequestListParams
- func NewBuildRequestListParamsWithHTTPClient(client *http.Client) *BuildRequestListParams
- func NewBuildRequestListParamsWithTimeout(timeout time.Duration) *BuildRequestListParams
- func (o *BuildRequestListParams) SetAppSlug(appSlug string)
- func (o *BuildRequestListParams) SetContext(ctx context.Context)
- func (o *BuildRequestListParams) SetDefaults()
- func (o *BuildRequestListParams) SetHTTPClient(client *http.Client)
- func (o *BuildRequestListParams) SetTimeout(timeout time.Duration)
- func (o *BuildRequestListParams) WithAppSlug(appSlug string) *BuildRequestListParams
- func (o *BuildRequestListParams) WithContext(ctx context.Context) *BuildRequestListParams
- func (o *BuildRequestListParams) WithDefaults() *BuildRequestListParams
- func (o *BuildRequestListParams) WithHTTPClient(client *http.Client) *BuildRequestListParams
- func (o *BuildRequestListParams) WithTimeout(timeout time.Duration) *BuildRequestListParams
- func (o *BuildRequestListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildRequestListReader
- type BuildRequestListUnauthorized
- func (o *BuildRequestListUnauthorized) Code() int
- func (o *BuildRequestListUnauthorized) Error() string
- func (o *BuildRequestListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestListUnauthorized) IsClientError() bool
- func (o *BuildRequestListUnauthorized) IsCode(code int) bool
- func (o *BuildRequestListUnauthorized) IsRedirect() bool
- func (o *BuildRequestListUnauthorized) IsServerError() bool
- func (o *BuildRequestListUnauthorized) IsSuccess() bool
- func (o *BuildRequestListUnauthorized) String() string
- type BuildRequestUpdateBadRequest
- func (o *BuildRequestUpdateBadRequest) Code() int
- func (o *BuildRequestUpdateBadRequest) Error() string
- func (o *BuildRequestUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestUpdateBadRequest) IsClientError() bool
- func (o *BuildRequestUpdateBadRequest) IsCode(code int) bool
- func (o *BuildRequestUpdateBadRequest) IsRedirect() bool
- func (o *BuildRequestUpdateBadRequest) IsServerError() bool
- func (o *BuildRequestUpdateBadRequest) IsSuccess() bool
- func (o *BuildRequestUpdateBadRequest) String() string
- type BuildRequestUpdateInternalServerError
- func (o *BuildRequestUpdateInternalServerError) Code() int
- func (o *BuildRequestUpdateInternalServerError) Error() string
- func (o *BuildRequestUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestUpdateInternalServerError) IsClientError() bool
- func (o *BuildRequestUpdateInternalServerError) IsCode(code int) bool
- func (o *BuildRequestUpdateInternalServerError) IsRedirect() bool
- func (o *BuildRequestUpdateInternalServerError) IsServerError() bool
- func (o *BuildRequestUpdateInternalServerError) IsSuccess() bool
- func (o *BuildRequestUpdateInternalServerError) String() string
- type BuildRequestUpdateNotFound
- func (o *BuildRequestUpdateNotFound) Code() int
- func (o *BuildRequestUpdateNotFound) Error() string
- func (o *BuildRequestUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestUpdateNotFound) IsClientError() bool
- func (o *BuildRequestUpdateNotFound) IsCode(code int) bool
- func (o *BuildRequestUpdateNotFound) IsRedirect() bool
- func (o *BuildRequestUpdateNotFound) IsServerError() bool
- func (o *BuildRequestUpdateNotFound) IsSuccess() bool
- func (o *BuildRequestUpdateNotFound) String() string
- type BuildRequestUpdateOK
- func (o *BuildRequestUpdateOK) Code() int
- func (o *BuildRequestUpdateOK) Error() string
- func (o *BuildRequestUpdateOK) GetPayload() *models.V0BuildRequestUpdateResponseModel
- func (o *BuildRequestUpdateOK) IsClientError() bool
- func (o *BuildRequestUpdateOK) IsCode(code int) bool
- func (o *BuildRequestUpdateOK) IsRedirect() bool
- func (o *BuildRequestUpdateOK) IsServerError() bool
- func (o *BuildRequestUpdateOK) IsSuccess() bool
- func (o *BuildRequestUpdateOK) String() string
- type BuildRequestUpdateParams
- func NewBuildRequestUpdateParams() *BuildRequestUpdateParams
- func NewBuildRequestUpdateParamsWithContext(ctx context.Context) *BuildRequestUpdateParams
- func NewBuildRequestUpdateParamsWithHTTPClient(client *http.Client) *BuildRequestUpdateParams
- func NewBuildRequestUpdateParamsWithTimeout(timeout time.Duration) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) SetAppSlug(appSlug string)
- func (o *BuildRequestUpdateParams) SetBuildRequest(buildRequest *models.V0BuildRequestUpdateParams)
- func (o *BuildRequestUpdateParams) SetBuildRequestSlug(buildRequestSlug string)
- func (o *BuildRequestUpdateParams) SetContext(ctx context.Context)
- func (o *BuildRequestUpdateParams) SetDefaults()
- func (o *BuildRequestUpdateParams) SetHTTPClient(client *http.Client)
- func (o *BuildRequestUpdateParams) SetTimeout(timeout time.Duration)
- func (o *BuildRequestUpdateParams) WithAppSlug(appSlug string) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithBuildRequest(buildRequest *models.V0BuildRequestUpdateParams) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithBuildRequestSlug(buildRequestSlug string) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithContext(ctx context.Context) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithDefaults() *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithHTTPClient(client *http.Client) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WithTimeout(timeout time.Duration) *BuildRequestUpdateParams
- func (o *BuildRequestUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildRequestUpdateReader
- type BuildRequestUpdateUnauthorized
- func (o *BuildRequestUpdateUnauthorized) Code() int
- func (o *BuildRequestUpdateUnauthorized) Error() string
- func (o *BuildRequestUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildRequestUpdateUnauthorized) IsClientError() bool
- func (o *BuildRequestUpdateUnauthorized) IsCode(code int) bool
- func (o *BuildRequestUpdateUnauthorized) IsRedirect() bool
- func (o *BuildRequestUpdateUnauthorized) IsServerError() bool
- func (o *BuildRequestUpdateUnauthorized) IsSuccess() bool
- func (o *BuildRequestUpdateUnauthorized) String() string
- type BuildShowBadRequest
- func (o *BuildShowBadRequest) Code() int
- func (o *BuildShowBadRequest) Error() string
- func (o *BuildShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildShowBadRequest) IsClientError() bool
- func (o *BuildShowBadRequest) IsCode(code int) bool
- func (o *BuildShowBadRequest) IsRedirect() bool
- func (o *BuildShowBadRequest) IsServerError() bool
- func (o *BuildShowBadRequest) IsSuccess() bool
- func (o *BuildShowBadRequest) String() string
- type BuildShowInternalServerError
- func (o *BuildShowInternalServerError) Code() int
- func (o *BuildShowInternalServerError) Error() string
- func (o *BuildShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildShowInternalServerError) IsClientError() bool
- func (o *BuildShowInternalServerError) IsCode(code int) bool
- func (o *BuildShowInternalServerError) IsRedirect() bool
- func (o *BuildShowInternalServerError) IsServerError() bool
- func (o *BuildShowInternalServerError) IsSuccess() bool
- func (o *BuildShowInternalServerError) String() string
- type BuildShowNotFound
- func (o *BuildShowNotFound) Code() int
- func (o *BuildShowNotFound) Error() string
- func (o *BuildShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildShowNotFound) IsClientError() bool
- func (o *BuildShowNotFound) IsCode(code int) bool
- func (o *BuildShowNotFound) IsRedirect() bool
- func (o *BuildShowNotFound) IsServerError() bool
- func (o *BuildShowNotFound) IsSuccess() bool
- func (o *BuildShowNotFound) String() string
- type BuildShowOK
- func (o *BuildShowOK) Code() int
- func (o *BuildShowOK) Error() string
- func (o *BuildShowOK) GetPayload() *models.V0BuildShowResponseModel
- func (o *BuildShowOK) IsClientError() bool
- func (o *BuildShowOK) IsCode(code int) bool
- func (o *BuildShowOK) IsRedirect() bool
- func (o *BuildShowOK) IsServerError() bool
- func (o *BuildShowOK) IsSuccess() bool
- func (o *BuildShowOK) String() string
- type BuildShowParams
- func (o *BuildShowParams) SetAppSlug(appSlug string)
- func (o *BuildShowParams) SetBuildSlug(buildSlug string)
- func (o *BuildShowParams) SetContext(ctx context.Context)
- func (o *BuildShowParams) SetDefaults()
- func (o *BuildShowParams) SetHTTPClient(client *http.Client)
- func (o *BuildShowParams) SetTimeout(timeout time.Duration)
- func (o *BuildShowParams) WithAppSlug(appSlug string) *BuildShowParams
- func (o *BuildShowParams) WithBuildSlug(buildSlug string) *BuildShowParams
- func (o *BuildShowParams) WithContext(ctx context.Context) *BuildShowParams
- func (o *BuildShowParams) WithDefaults() *BuildShowParams
- func (o *BuildShowParams) WithHTTPClient(client *http.Client) *BuildShowParams
- func (o *BuildShowParams) WithTimeout(timeout time.Duration) *BuildShowParams
- func (o *BuildShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildShowReader
- type BuildShowUnauthorized
- func (o *BuildShowUnauthorized) Code() int
- func (o *BuildShowUnauthorized) Error() string
- func (o *BuildShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildShowUnauthorized) IsClientError() bool
- func (o *BuildShowUnauthorized) IsCode(code int) bool
- func (o *BuildShowUnauthorized) IsRedirect() bool
- func (o *BuildShowUnauthorized) IsServerError() bool
- func (o *BuildShowUnauthorized) IsSuccess() bool
- func (o *BuildShowUnauthorized) String() string
- type BuildTriggerBadRequest
- func (o *BuildTriggerBadRequest) Code() int
- func (o *BuildTriggerBadRequest) Error() string
- func (o *BuildTriggerBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildTriggerBadRequest) IsClientError() bool
- func (o *BuildTriggerBadRequest) IsCode(code int) bool
- func (o *BuildTriggerBadRequest) IsRedirect() bool
- func (o *BuildTriggerBadRequest) IsServerError() bool
- func (o *BuildTriggerBadRequest) IsSuccess() bool
- func (o *BuildTriggerBadRequest) String() string
- type BuildTriggerCreated
- func (o *BuildTriggerCreated) Code() int
- func (o *BuildTriggerCreated) Error() string
- func (o *BuildTriggerCreated) GetPayload() *models.V0BuildTriggerRespModel
- func (o *BuildTriggerCreated) IsClientError() bool
- func (o *BuildTriggerCreated) IsCode(code int) bool
- func (o *BuildTriggerCreated) IsRedirect() bool
- func (o *BuildTriggerCreated) IsServerError() bool
- func (o *BuildTriggerCreated) IsSuccess() bool
- func (o *BuildTriggerCreated) String() string
- type BuildTriggerInternalServerError
- func (o *BuildTriggerInternalServerError) Code() int
- func (o *BuildTriggerInternalServerError) Error() string
- func (o *BuildTriggerInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildTriggerInternalServerError) IsClientError() bool
- func (o *BuildTriggerInternalServerError) IsCode(code int) bool
- func (o *BuildTriggerInternalServerError) IsRedirect() bool
- func (o *BuildTriggerInternalServerError) IsServerError() bool
- func (o *BuildTriggerInternalServerError) IsSuccess() bool
- func (o *BuildTriggerInternalServerError) String() string
- type BuildTriggerNotFound
- func (o *BuildTriggerNotFound) Code() int
- func (o *BuildTriggerNotFound) Error() string
- func (o *BuildTriggerNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildTriggerNotFound) IsClientError() bool
- func (o *BuildTriggerNotFound) IsCode(code int) bool
- func (o *BuildTriggerNotFound) IsRedirect() bool
- func (o *BuildTriggerNotFound) IsServerError() bool
- func (o *BuildTriggerNotFound) IsSuccess() bool
- func (o *BuildTriggerNotFound) String() string
- type BuildTriggerParams
- func (o *BuildTriggerParams) SetAppSlug(appSlug string)
- func (o *BuildTriggerParams) SetBuildParams(buildParams *models.V0BuildTriggerParams)
- func (o *BuildTriggerParams) SetContext(ctx context.Context)
- func (o *BuildTriggerParams) SetDefaults()
- func (o *BuildTriggerParams) SetHTTPClient(client *http.Client)
- func (o *BuildTriggerParams) SetTimeout(timeout time.Duration)
- func (o *BuildTriggerParams) WithAppSlug(appSlug string) *BuildTriggerParams
- func (o *BuildTriggerParams) WithBuildParams(buildParams *models.V0BuildTriggerParams) *BuildTriggerParams
- func (o *BuildTriggerParams) WithContext(ctx context.Context) *BuildTriggerParams
- func (o *BuildTriggerParams) WithDefaults() *BuildTriggerParams
- func (o *BuildTriggerParams) WithHTTPClient(client *http.Client) *BuildTriggerParams
- func (o *BuildTriggerParams) WithTimeout(timeout time.Duration) *BuildTriggerParams
- func (o *BuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildTriggerReader
- type BuildTriggerUnauthorized
- func (o *BuildTriggerUnauthorized) Code() int
- func (o *BuildTriggerUnauthorized) Error() string
- func (o *BuildTriggerUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildTriggerUnauthorized) IsClientError() bool
- func (o *BuildTriggerUnauthorized) IsCode(code int) bool
- func (o *BuildTriggerUnauthorized) IsRedirect() bool
- func (o *BuildTriggerUnauthorized) IsServerError() bool
- func (o *BuildTriggerUnauthorized) IsSuccess() bool
- func (o *BuildTriggerUnauthorized) String() string
- type BuildWorkflowListBadRequest
- func (o *BuildWorkflowListBadRequest) Code() int
- func (o *BuildWorkflowListBadRequest) Error() string
- func (o *BuildWorkflowListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildWorkflowListBadRequest) IsClientError() bool
- func (o *BuildWorkflowListBadRequest) IsCode(code int) bool
- func (o *BuildWorkflowListBadRequest) IsRedirect() bool
- func (o *BuildWorkflowListBadRequest) IsServerError() bool
- func (o *BuildWorkflowListBadRequest) IsSuccess() bool
- func (o *BuildWorkflowListBadRequest) String() string
- type BuildWorkflowListInternalServerError
- func (o *BuildWorkflowListInternalServerError) Code() int
- func (o *BuildWorkflowListInternalServerError) Error() string
- func (o *BuildWorkflowListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildWorkflowListInternalServerError) IsClientError() bool
- func (o *BuildWorkflowListInternalServerError) IsCode(code int) bool
- func (o *BuildWorkflowListInternalServerError) IsRedirect() bool
- func (o *BuildWorkflowListInternalServerError) IsServerError() bool
- func (o *BuildWorkflowListInternalServerError) IsSuccess() bool
- func (o *BuildWorkflowListInternalServerError) String() string
- type BuildWorkflowListNotFound
- func (o *BuildWorkflowListNotFound) Code() int
- func (o *BuildWorkflowListNotFound) Error() string
- func (o *BuildWorkflowListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildWorkflowListNotFound) IsClientError() bool
- func (o *BuildWorkflowListNotFound) IsCode(code int) bool
- func (o *BuildWorkflowListNotFound) IsRedirect() bool
- func (o *BuildWorkflowListNotFound) IsServerError() bool
- func (o *BuildWorkflowListNotFound) IsSuccess() bool
- func (o *BuildWorkflowListNotFound) String() string
- type BuildWorkflowListOK
- func (o *BuildWorkflowListOK) Code() int
- func (o *BuildWorkflowListOK) Error() string
- func (o *BuildWorkflowListOK) GetPayload() *models.V0BuildWorkflowListResponseModel
- func (o *BuildWorkflowListOK) IsClientError() bool
- func (o *BuildWorkflowListOK) IsCode(code int) bool
- func (o *BuildWorkflowListOK) IsRedirect() bool
- func (o *BuildWorkflowListOK) IsServerError() bool
- func (o *BuildWorkflowListOK) IsSuccess() bool
- func (o *BuildWorkflowListOK) String() string
- type BuildWorkflowListParams
- func NewBuildWorkflowListParams() *BuildWorkflowListParams
- func NewBuildWorkflowListParamsWithContext(ctx context.Context) *BuildWorkflowListParams
- func NewBuildWorkflowListParamsWithHTTPClient(client *http.Client) *BuildWorkflowListParams
- func NewBuildWorkflowListParamsWithTimeout(timeout time.Duration) *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) SetAppSlug(appSlug string)
- func (o *BuildWorkflowListParams) SetContext(ctx context.Context)
- func (o *BuildWorkflowListParams) SetDefaults()
- func (o *BuildWorkflowListParams) SetHTTPClient(client *http.Client)
- func (o *BuildWorkflowListParams) SetTimeout(timeout time.Duration)
- func (o *BuildWorkflowListParams) WithAppSlug(appSlug string) *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) WithContext(ctx context.Context) *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) WithDefaults() *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) WithHTTPClient(client *http.Client) *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) WithTimeout(timeout time.Duration) *BuildWorkflowListParams
- func (o *BuildWorkflowListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BuildWorkflowListReader
- type BuildWorkflowListUnauthorized
- func (o *BuildWorkflowListUnauthorized) Code() int
- func (o *BuildWorkflowListUnauthorized) Error() string
- func (o *BuildWorkflowListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *BuildWorkflowListUnauthorized) IsClientError() bool
- func (o *BuildWorkflowListUnauthorized) IsCode(code int) bool
- func (o *BuildWorkflowListUnauthorized) IsRedirect() bool
- func (o *BuildWorkflowListUnauthorized) IsServerError() bool
- func (o *BuildWorkflowListUnauthorized) IsSuccess() bool
- func (o *BuildWorkflowListUnauthorized) String() string
- type CacheItemDeleteAllBadRequest
- func (o *CacheItemDeleteAllBadRequest) Code() int
- func (o *CacheItemDeleteAllBadRequest) Error() string
- func (o *CacheItemDeleteAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteAllBadRequest) IsClientError() bool
- func (o *CacheItemDeleteAllBadRequest) IsCode(code int) bool
- func (o *CacheItemDeleteAllBadRequest) IsRedirect() bool
- func (o *CacheItemDeleteAllBadRequest) IsServerError() bool
- func (o *CacheItemDeleteAllBadRequest) IsSuccess() bool
- func (o *CacheItemDeleteAllBadRequest) String() string
- type CacheItemDeleteAllInternalServerError
- func (o *CacheItemDeleteAllInternalServerError) Code() int
- func (o *CacheItemDeleteAllInternalServerError) Error() string
- func (o *CacheItemDeleteAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteAllInternalServerError) IsClientError() bool
- func (o *CacheItemDeleteAllInternalServerError) IsCode(code int) bool
- func (o *CacheItemDeleteAllInternalServerError) IsRedirect() bool
- func (o *CacheItemDeleteAllInternalServerError) IsServerError() bool
- func (o *CacheItemDeleteAllInternalServerError) IsSuccess() bool
- func (o *CacheItemDeleteAllInternalServerError) String() string
- type CacheItemDeleteAllNotFound
- func (o *CacheItemDeleteAllNotFound) Code() int
- func (o *CacheItemDeleteAllNotFound) Error() string
- func (o *CacheItemDeleteAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteAllNotFound) IsClientError() bool
- func (o *CacheItemDeleteAllNotFound) IsCode(code int) bool
- func (o *CacheItemDeleteAllNotFound) IsRedirect() bool
- func (o *CacheItemDeleteAllNotFound) IsServerError() bool
- func (o *CacheItemDeleteAllNotFound) IsSuccess() bool
- func (o *CacheItemDeleteAllNotFound) String() string
- type CacheItemDeleteAllOK
- func (o *CacheItemDeleteAllOK) Code() int
- func (o *CacheItemDeleteAllOK) Error() string
- func (o *CacheItemDeleteAllOK) IsClientError() bool
- func (o *CacheItemDeleteAllOK) IsCode(code int) bool
- func (o *CacheItemDeleteAllOK) IsRedirect() bool
- func (o *CacheItemDeleteAllOK) IsServerError() bool
- func (o *CacheItemDeleteAllOK) IsSuccess() bool
- func (o *CacheItemDeleteAllOK) String() string
- type CacheItemDeleteAllParams
- func NewCacheItemDeleteAllParams() *CacheItemDeleteAllParams
- func NewCacheItemDeleteAllParamsWithContext(ctx context.Context) *CacheItemDeleteAllParams
- func NewCacheItemDeleteAllParamsWithHTTPClient(client *http.Client) *CacheItemDeleteAllParams
- func NewCacheItemDeleteAllParamsWithTimeout(timeout time.Duration) *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) SetAppSlug(appSlug string)
- func (o *CacheItemDeleteAllParams) SetContext(ctx context.Context)
- func (o *CacheItemDeleteAllParams) SetDefaults()
- func (o *CacheItemDeleteAllParams) SetHTTPClient(client *http.Client)
- func (o *CacheItemDeleteAllParams) SetTimeout(timeout time.Duration)
- func (o *CacheItemDeleteAllParams) WithAppSlug(appSlug string) *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) WithContext(ctx context.Context) *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) WithDefaults() *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) WithHTTPClient(client *http.Client) *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) WithTimeout(timeout time.Duration) *CacheItemDeleteAllParams
- func (o *CacheItemDeleteAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CacheItemDeleteAllReader
- type CacheItemDeleteAllUnauthorized
- func (o *CacheItemDeleteAllUnauthorized) Code() int
- func (o *CacheItemDeleteAllUnauthorized) Error() string
- func (o *CacheItemDeleteAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteAllUnauthorized) IsClientError() bool
- func (o *CacheItemDeleteAllUnauthorized) IsCode(code int) bool
- func (o *CacheItemDeleteAllUnauthorized) IsRedirect() bool
- func (o *CacheItemDeleteAllUnauthorized) IsServerError() bool
- func (o *CacheItemDeleteAllUnauthorized) IsSuccess() bool
- func (o *CacheItemDeleteAllUnauthorized) String() string
- type CacheItemDeleteBadRequest
- func (o *CacheItemDeleteBadRequest) Code() int
- func (o *CacheItemDeleteBadRequest) Error() string
- func (o *CacheItemDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteBadRequest) IsClientError() bool
- func (o *CacheItemDeleteBadRequest) IsCode(code int) bool
- func (o *CacheItemDeleteBadRequest) IsRedirect() bool
- func (o *CacheItemDeleteBadRequest) IsServerError() bool
- func (o *CacheItemDeleteBadRequest) IsSuccess() bool
- func (o *CacheItemDeleteBadRequest) String() string
- type CacheItemDeleteInternalServerError
- func (o *CacheItemDeleteInternalServerError) Code() int
- func (o *CacheItemDeleteInternalServerError) Error() string
- func (o *CacheItemDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteInternalServerError) IsClientError() bool
- func (o *CacheItemDeleteInternalServerError) IsCode(code int) bool
- func (o *CacheItemDeleteInternalServerError) IsRedirect() bool
- func (o *CacheItemDeleteInternalServerError) IsServerError() bool
- func (o *CacheItemDeleteInternalServerError) IsSuccess() bool
- func (o *CacheItemDeleteInternalServerError) String() string
- type CacheItemDeleteNotFound
- func (o *CacheItemDeleteNotFound) Code() int
- func (o *CacheItemDeleteNotFound) Error() string
- func (o *CacheItemDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteNotFound) IsClientError() bool
- func (o *CacheItemDeleteNotFound) IsCode(code int) bool
- func (o *CacheItemDeleteNotFound) IsRedirect() bool
- func (o *CacheItemDeleteNotFound) IsServerError() bool
- func (o *CacheItemDeleteNotFound) IsSuccess() bool
- func (o *CacheItemDeleteNotFound) String() string
- type CacheItemDeleteOK
- func (o *CacheItemDeleteOK) Code() int
- func (o *CacheItemDeleteOK) Error() string
- func (o *CacheItemDeleteOK) IsClientError() bool
- func (o *CacheItemDeleteOK) IsCode(code int) bool
- func (o *CacheItemDeleteOK) IsRedirect() bool
- func (o *CacheItemDeleteOK) IsServerError() bool
- func (o *CacheItemDeleteOK) IsSuccess() bool
- func (o *CacheItemDeleteOK) String() string
- type CacheItemDeleteParams
- func NewCacheItemDeleteParams() *CacheItemDeleteParams
- func NewCacheItemDeleteParamsWithContext(ctx context.Context) *CacheItemDeleteParams
- func NewCacheItemDeleteParamsWithHTTPClient(client *http.Client) *CacheItemDeleteParams
- func NewCacheItemDeleteParamsWithTimeout(timeout time.Duration) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) SetAppSlug(appSlug string)
- func (o *CacheItemDeleteParams) SetCacheItemID(cacheItemID string)
- func (o *CacheItemDeleteParams) SetContext(ctx context.Context)
- func (o *CacheItemDeleteParams) SetDefaults()
- func (o *CacheItemDeleteParams) SetHTTPClient(client *http.Client)
- func (o *CacheItemDeleteParams) SetTimeout(timeout time.Duration)
- func (o *CacheItemDeleteParams) WithAppSlug(appSlug string) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WithCacheItemID(cacheItemID string) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WithContext(ctx context.Context) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WithDefaults() *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WithHTTPClient(client *http.Client) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WithTimeout(timeout time.Duration) *CacheItemDeleteParams
- func (o *CacheItemDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CacheItemDeleteReader
- type CacheItemDeleteUnauthorized
- func (o *CacheItemDeleteUnauthorized) Code() int
- func (o *CacheItemDeleteUnauthorized) Error() string
- func (o *CacheItemDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDeleteUnauthorized) IsClientError() bool
- func (o *CacheItemDeleteUnauthorized) IsCode(code int) bool
- func (o *CacheItemDeleteUnauthorized) IsRedirect() bool
- func (o *CacheItemDeleteUnauthorized) IsServerError() bool
- func (o *CacheItemDeleteUnauthorized) IsSuccess() bool
- func (o *CacheItemDeleteUnauthorized) String() string
- type CacheItemDownloadBadRequest
- func (o *CacheItemDownloadBadRequest) Code() int
- func (o *CacheItemDownloadBadRequest) Error() string
- func (o *CacheItemDownloadBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDownloadBadRequest) IsClientError() bool
- func (o *CacheItemDownloadBadRequest) IsCode(code int) bool
- func (o *CacheItemDownloadBadRequest) IsRedirect() bool
- func (o *CacheItemDownloadBadRequest) IsServerError() bool
- func (o *CacheItemDownloadBadRequest) IsSuccess() bool
- func (o *CacheItemDownloadBadRequest) String() string
- type CacheItemDownloadInternalServerError
- func (o *CacheItemDownloadInternalServerError) Code() int
- func (o *CacheItemDownloadInternalServerError) Error() string
- func (o *CacheItemDownloadInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDownloadInternalServerError) IsClientError() bool
- func (o *CacheItemDownloadInternalServerError) IsCode(code int) bool
- func (o *CacheItemDownloadInternalServerError) IsRedirect() bool
- func (o *CacheItemDownloadInternalServerError) IsServerError() bool
- func (o *CacheItemDownloadInternalServerError) IsSuccess() bool
- func (o *CacheItemDownloadInternalServerError) String() string
- type CacheItemDownloadNotFound
- func (o *CacheItemDownloadNotFound) Code() int
- func (o *CacheItemDownloadNotFound) Error() string
- func (o *CacheItemDownloadNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDownloadNotFound) IsClientError() bool
- func (o *CacheItemDownloadNotFound) IsCode(code int) bool
- func (o *CacheItemDownloadNotFound) IsRedirect() bool
- func (o *CacheItemDownloadNotFound) IsServerError() bool
- func (o *CacheItemDownloadNotFound) IsSuccess() bool
- func (o *CacheItemDownloadNotFound) String() string
- type CacheItemDownloadOK
- func (o *CacheItemDownloadOK) Code() int
- func (o *CacheItemDownloadOK) Error() string
- func (o *CacheItemDownloadOK) GetPayload() *models.V0CacheItemDownloadResponseModel
- func (o *CacheItemDownloadOK) IsClientError() bool
- func (o *CacheItemDownloadOK) IsCode(code int) bool
- func (o *CacheItemDownloadOK) IsRedirect() bool
- func (o *CacheItemDownloadOK) IsServerError() bool
- func (o *CacheItemDownloadOK) IsSuccess() bool
- func (o *CacheItemDownloadOK) String() string
- type CacheItemDownloadParams
- func NewCacheItemDownloadParams() *CacheItemDownloadParams
- func NewCacheItemDownloadParamsWithContext(ctx context.Context) *CacheItemDownloadParams
- func NewCacheItemDownloadParamsWithHTTPClient(client *http.Client) *CacheItemDownloadParams
- func NewCacheItemDownloadParamsWithTimeout(timeout time.Duration) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) SetAppSlug(appSlug string)
- func (o *CacheItemDownloadParams) SetCacheItemID(cacheItemID string)
- func (o *CacheItemDownloadParams) SetContext(ctx context.Context)
- func (o *CacheItemDownloadParams) SetDefaults()
- func (o *CacheItemDownloadParams) SetHTTPClient(client *http.Client)
- func (o *CacheItemDownloadParams) SetTimeout(timeout time.Duration)
- func (o *CacheItemDownloadParams) WithAppSlug(appSlug string) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WithCacheItemID(cacheItemID string) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WithContext(ctx context.Context) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WithDefaults() *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WithHTTPClient(client *http.Client) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WithTimeout(timeout time.Duration) *CacheItemDownloadParams
- func (o *CacheItemDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CacheItemDownloadReader
- type CacheItemDownloadUnauthorized
- func (o *CacheItemDownloadUnauthorized) Code() int
- func (o *CacheItemDownloadUnauthorized) Error() string
- func (o *CacheItemDownloadUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheItemDownloadUnauthorized) IsClientError() bool
- func (o *CacheItemDownloadUnauthorized) IsCode(code int) bool
- func (o *CacheItemDownloadUnauthorized) IsRedirect() bool
- func (o *CacheItemDownloadUnauthorized) IsServerError() bool
- func (o *CacheItemDownloadUnauthorized) IsSuccess() bool
- func (o *CacheItemDownloadUnauthorized) String() string
- type CacheListBadRequest
- func (o *CacheListBadRequest) Code() int
- func (o *CacheListBadRequest) Error() string
- func (o *CacheListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheListBadRequest) IsClientError() bool
- func (o *CacheListBadRequest) IsCode(code int) bool
- func (o *CacheListBadRequest) IsRedirect() bool
- func (o *CacheListBadRequest) IsServerError() bool
- func (o *CacheListBadRequest) IsSuccess() bool
- func (o *CacheListBadRequest) String() string
- type CacheListInternalServerError
- func (o *CacheListInternalServerError) Code() int
- func (o *CacheListInternalServerError) Error() string
- func (o *CacheListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheListInternalServerError) IsClientError() bool
- func (o *CacheListInternalServerError) IsCode(code int) bool
- func (o *CacheListInternalServerError) IsRedirect() bool
- func (o *CacheListInternalServerError) IsServerError() bool
- func (o *CacheListInternalServerError) IsSuccess() bool
- func (o *CacheListInternalServerError) String() string
- type CacheListNotFound
- func (o *CacheListNotFound) Code() int
- func (o *CacheListNotFound) Error() string
- func (o *CacheListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheListNotFound) IsClientError() bool
- func (o *CacheListNotFound) IsCode(code int) bool
- func (o *CacheListNotFound) IsRedirect() bool
- func (o *CacheListNotFound) IsServerError() bool
- func (o *CacheListNotFound) IsSuccess() bool
- func (o *CacheListNotFound) String() string
- type CacheListOK
- func (o *CacheListOK) Code() int
- func (o *CacheListOK) Error() string
- func (o *CacheListOK) GetPayload() *models.V0CacheItemListResponseModel
- func (o *CacheListOK) IsClientError() bool
- func (o *CacheListOK) IsCode(code int) bool
- func (o *CacheListOK) IsRedirect() bool
- func (o *CacheListOK) IsServerError() bool
- func (o *CacheListOK) IsSuccess() bool
- func (o *CacheListOK) String() string
- type CacheListParams
- func (o *CacheListParams) SetAppSlug(appSlug string)
- func (o *CacheListParams) SetContext(ctx context.Context)
- func (o *CacheListParams) SetDefaults()
- func (o *CacheListParams) SetHTTPClient(client *http.Client)
- func (o *CacheListParams) SetLimit(limit *int64)
- func (o *CacheListParams) SetNext(next *string)
- func (o *CacheListParams) SetTimeout(timeout time.Duration)
- func (o *CacheListParams) WithAppSlug(appSlug string) *CacheListParams
- func (o *CacheListParams) WithContext(ctx context.Context) *CacheListParams
- func (o *CacheListParams) WithDefaults() *CacheListParams
- func (o *CacheListParams) WithHTTPClient(client *http.Client) *CacheListParams
- func (o *CacheListParams) WithLimit(limit *int64) *CacheListParams
- func (o *CacheListParams) WithNext(next *string) *CacheListParams
- func (o *CacheListParams) WithTimeout(timeout time.Duration) *CacheListParams
- func (o *CacheListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CacheListReader
- type CacheListUnauthorized
- func (o *CacheListUnauthorized) Code() int
- func (o *CacheListUnauthorized) Error() string
- func (o *CacheListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *CacheListUnauthorized) IsClientError() bool
- func (o *CacheListUnauthorized) IsCode(code int) bool
- func (o *CacheListUnauthorized) IsRedirect() bool
- func (o *CacheListUnauthorized) IsServerError() bool
- func (o *CacheListUnauthorized) IsSuccess() bool
- func (o *CacheListUnauthorized) String() string
- type Client
- func (a *Client) ActivityList(params *ActivityListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActivityListOK, error)
- func (a *Client) AddonListByApp(params *AddonListByAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddonListByAppOK, error)
- func (a *Client) AddonListByOrganization(params *AddonListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddonListByOrganizationOK, error)
- func (a *Client) AddonListByUser(params *AddonListByUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddonListByUserOK, error)
- func (a *Client) AddonsList(params *AddonsListParams, opts ...ClientOption) (*AddonsListOK, error)
- func (a *Client) AddonsShow(params *AddonsShowParams, opts ...ClientOption) (*AddonsShowOK, error)
- func (a *Client) AndroidKeystoreFileConfirm(params *AndroidKeystoreFileConfirmParams, ...) (*AndroidKeystoreFileConfirmOK, error)
- func (a *Client) AndroidKeystoreFileCreate(params *AndroidKeystoreFileCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AndroidKeystoreFileCreateCreated, error)
- func (a *Client) AndroidKeystoreFileDelete(params *AndroidKeystoreFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AndroidKeystoreFileDeleteOK, error)
- func (a *Client) AndroidKeystoreFileList(params *AndroidKeystoreFileListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AndroidKeystoreFileListOK, error)
- func (a *Client) AppConfigCreate(params *AppConfigCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppConfigCreateOK, error)
- func (a *Client) AppConfigDatastoreShow(params *AppConfigDatastoreShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppConfigDatastoreShowOK, error)
- func (a *Client) AppCreate(params *AppCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppCreateOK, error)
- func (a *Client) AppDelete(params *AppDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppDeleteOK, error)
- func (a *Client) AppFinish(params *AppFinishParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppFinishOK, error)
- func (a *Client) AppList(params *AppListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppListOK, error)
- func (a *Client) AppListByOrganization(params *AppListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppListByOrganizationOK, error)
- func (a *Client) AppListByUser(params *AppListByUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppListByUserOK, error)
- func (a *Client) AppNotifications(params *AppNotificationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppNotificationsOK, error)
- func (a *Client) AppRolesQuery(params *AppRolesQueryParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppRolesQueryOK, error)
- func (a *Client) AppRolesUpdate(params *AppRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppRolesUpdateOK, error)
- func (a *Client) AppSetupBitriseYmlConfigGet(params *AppSetupBitriseYmlConfigGetParams, ...) (*AppSetupBitriseYmlConfigGetOK, error)
- func (a *Client) AppSetupBitriseYmlConfigUpdate(params *AppSetupBitriseYmlConfigUpdateParams, ...) (*AppSetupBitriseYmlConfigUpdateNoContent, error)
- func (a *Client) AppShow(params *AppShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppShowOK, error)
- func (a *Client) AppUpdate(params *AppUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppUpdateOK, error)
- func (a *Client) AppWebhookCreate(params *AppWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppWebhookCreateOK, error)
- func (a *Client) AppleAPICredentialList(params *AppleAPICredentialListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AppleAPICredentialListOK, error)
- func (a *Client) ArchivedBuildsList(params *ArchivedBuildsListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ArchivedBuildsListOK, error)
- func (a *Client) ArtifactDelete(params *ArtifactDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ArtifactDeleteOK, error)
- func (a *Client) ArtifactList(params *ArtifactListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ArtifactListOK, error)
- func (a *Client) ArtifactShow(params *ArtifactShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ArtifactShowOK, error)
- func (a *Client) ArtifactUpdate(params *ArtifactUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ArtifactUpdateOK, error)
- func (a *Client) BranchList(params *BranchListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BranchListOK, error)
- func (a *Client) BuildAbort(params *BuildAbortParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildAbortOK, error)
- func (a *Client) BuildBitriseYmlShow(params *BuildBitriseYmlShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildBitriseYmlShowOK, error)
- func (a *Client) BuildCertificateConfirm(params *BuildCertificateConfirmParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateConfirmOK, error)
- func (a *Client) BuildCertificateCreate(params *BuildCertificateCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateCreateCreated, error)
- func (a *Client) BuildCertificateDelete(params *BuildCertificateDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateDeleteOK, error)
- func (a *Client) BuildCertificateList(params *BuildCertificateListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateListOK, error)
- func (a *Client) BuildCertificateShow(params *BuildCertificateShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateShowOK, error)
- func (a *Client) BuildCertificateUpdate(params *BuildCertificateUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildCertificateUpdateOK, error)
- func (a *Client) BuildList(params *BuildListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildListOK, error)
- func (a *Client) BuildListAll(params *BuildListAllParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildListAllOK, error)
- func (a *Client) BuildLog(params *BuildLogParams, authInfo runtime.ClientAuthInfoWriter, ...) error
- func (a *Client) BuildRequestList(params *BuildRequestListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildRequestListOK, error)
- func (a *Client) BuildRequestUpdate(params *BuildRequestUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildRequestUpdateOK, error)
- func (a *Client) BuildShow(params *BuildShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildShowOK, error)
- func (a *Client) BuildTrigger(params *BuildTriggerParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildTriggerCreated, error)
- func (a *Client) BuildWorkflowList(params *BuildWorkflowListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BuildWorkflowListOK, error)
- func (a *Client) CacheItemDelete(params *CacheItemDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CacheItemDeleteOK, error)
- func (a *Client) CacheItemDeleteAll(params *CacheItemDeleteAllParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CacheItemDeleteAllOK, error)
- func (a *Client) CacheItemDownload(params *CacheItemDownloadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CacheItemDownloadOK, error)
- func (a *Client) CacheList(params *CacheListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CacheListOK, error)
- func (a *Client) GenericProjectFileConfirm(params *GenericProjectFileConfirmParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFileConfirmOK, error)
- func (a *Client) GenericProjectFileDelete(params *GenericProjectFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFileDeleteOK, error)
- func (a *Client) GenericProjectFileList(params *GenericProjectFileListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFileListOK, error)
- func (a *Client) GenericProjectFileShow(params *GenericProjectFileShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFileShowOK, error)
- func (a *Client) GenericProjectFileUpdate(params *GenericProjectFileUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFileUpdateOK, error)
- func (a *Client) GenericProjectFilesCreate(params *GenericProjectFilesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GenericProjectFilesCreateCreated, error)
- func (a *Client) LocalBuildList(params *LocalBuildListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LocalBuildListOK, error)
- func (a *Client) OrgList(params *OrgListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OrgListOK, error)
- func (a *Client) OrgShow(params *OrgShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OrgShowOK, error)
- func (a *Client) OrganizationMachineTypeUpdate(params *OrganizationMachineTypeUpdateParams, ...) (*OrganizationMachineTypeUpdateOK, error)
- func (a *Client) OrganzationGroupsList(params *OrganzationGroupsListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OrganzationGroupsListOK, error)
- func (a *Client) OutgoingWebhookCreate(params *OutgoingWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OutgoingWebhookCreateOK, error)
- func (a *Client) OutgoingWebhookDelete(params *OutgoingWebhookDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OutgoingWebhookDeleteOK, error)
- func (a *Client) OutgoingWebhookList(params *OutgoingWebhookListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OutgoingWebhookListOK, error)
- func (a *Client) OutgoingWebhookUpdate(params *OutgoingWebhookUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OutgoingWebhookUpdateOK, error)
- func (a *Client) PipelineAbort(params *PipelineAbortParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PipelineAbortOK, error)
- func (a *Client) PipelineList(params *PipelineListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PipelineListOK, error)
- func (a *Client) PipelineListAll(params *PipelineListAllParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PipelineListAllOK, error)
- func (a *Client) PipelineRebuild(params *PipelineRebuildParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PipelineRebuildCreated, error)
- func (a *Client) PipelineShow(params *PipelineShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PipelineShowOK, error)
- func (a *Client) ProvisioningProfileConfirm(params *ProvisioningProfileConfirmParams, ...) (*ProvisioningProfileConfirmOK, error)
- func (a *Client) ProvisioningProfileCreate(params *ProvisioningProfileCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ProvisioningProfileCreateCreated, error)
- func (a *Client) ProvisioningProfileDelete(params *ProvisioningProfileDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ProvisioningProfileDeleteOK, error)
- func (a *Client) ProvisioningProfileList(params *ProvisioningProfileListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ProvisioningProfileListOK, error)
- func (a *Client) ProvisioningProfileShow(params *ProvisioningProfileShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ProvisioningProfileShowOK, error)
- func (a *Client) ProvisioningProfileUpdate(params *ProvisioningProfileUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ProvisioningProfileUpdateOK, error)
- func (a *Client) ReleaseCreateAppStore(params *ReleaseCreateAppStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReleaseCreateAppStoreCreated, error)
- func (a *Client) ReleaseCreateGooglePlay(params *ReleaseCreateGooglePlayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReleaseCreateGooglePlayCreated, error)
- func (a *Client) SSHKeyCreate(params *SSHKeyCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SSHKeyCreateOK, error)
- func (a *Client) SecretDelete(params *SecretDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SecretDeleteNoContent, error)
- func (a *Client) SecretList(params *SecretListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SecretListOK, error)
- func (a *Client) SecretUpsert(params *SecretUpsertParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SecretUpsertCreated, *SecretUpsertNoContent, error)
- func (a *Client) SecretValueGet(params *SecretValueGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SecretValueGetOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TestDeviceList(params *TestDeviceListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TestDeviceListOK, error)
- func (a *Client) UserMachineTypeUpdate(params *UserMachineTypeUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UserMachineTypeUpdateOK, error)
- func (a *Client) UserPlan(params *UserPlanParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UserPlanOK, error)
- func (a *Client) UserProfile(params *UserProfileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UserProfileOK, error)
- func (a *Client) UserShow(params *UserShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UserShowOK, error)
- func (a *Client) WebhookDeliveryItemList(params *WebhookDeliveryItemListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebhookDeliveryItemListOK, error)
- func (a *Client) WebhookDeliveryItemRedeliver(params *WebhookDeliveryItemRedeliverParams, ...) (*WebhookDeliveryItemRedeliverOK, error)
- func (a *Client) WebhookDeliveryItemShow(params *WebhookDeliveryItemShowParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebhookDeliveryItemShowOK, error)
- type ClientOption
- type ClientService
- type GenericProjectFileConfirmBadRequest
- func (o *GenericProjectFileConfirmBadRequest) Code() int
- func (o *GenericProjectFileConfirmBadRequest) Error() string
- func (o *GenericProjectFileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileConfirmBadRequest) IsClientError() bool
- func (o *GenericProjectFileConfirmBadRequest) IsCode(code int) bool
- func (o *GenericProjectFileConfirmBadRequest) IsRedirect() bool
- func (o *GenericProjectFileConfirmBadRequest) IsServerError() bool
- func (o *GenericProjectFileConfirmBadRequest) IsSuccess() bool
- func (o *GenericProjectFileConfirmBadRequest) String() string
- type GenericProjectFileConfirmInternalServerError
- func (o *GenericProjectFileConfirmInternalServerError) Code() int
- func (o *GenericProjectFileConfirmInternalServerError) Error() string
- func (o *GenericProjectFileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileConfirmInternalServerError) IsClientError() bool
- func (o *GenericProjectFileConfirmInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFileConfirmInternalServerError) IsRedirect() bool
- func (o *GenericProjectFileConfirmInternalServerError) IsServerError() bool
- func (o *GenericProjectFileConfirmInternalServerError) IsSuccess() bool
- func (o *GenericProjectFileConfirmInternalServerError) String() string
- type GenericProjectFileConfirmNotFound
- func (o *GenericProjectFileConfirmNotFound) Code() int
- func (o *GenericProjectFileConfirmNotFound) Error() string
- func (o *GenericProjectFileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileConfirmNotFound) IsClientError() bool
- func (o *GenericProjectFileConfirmNotFound) IsCode(code int) bool
- func (o *GenericProjectFileConfirmNotFound) IsRedirect() bool
- func (o *GenericProjectFileConfirmNotFound) IsServerError() bool
- func (o *GenericProjectFileConfirmNotFound) IsSuccess() bool
- func (o *GenericProjectFileConfirmNotFound) String() string
- type GenericProjectFileConfirmOK
- func (o *GenericProjectFileConfirmOK) Code() int
- func (o *GenericProjectFileConfirmOK) Error() string
- func (o *GenericProjectFileConfirmOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *GenericProjectFileConfirmOK) IsClientError() bool
- func (o *GenericProjectFileConfirmOK) IsCode(code int) bool
- func (o *GenericProjectFileConfirmOK) IsRedirect() bool
- func (o *GenericProjectFileConfirmOK) IsServerError() bool
- func (o *GenericProjectFileConfirmOK) IsSuccess() bool
- func (o *GenericProjectFileConfirmOK) String() string
- type GenericProjectFileConfirmParams
- func NewGenericProjectFileConfirmParams() *GenericProjectFileConfirmParams
- func NewGenericProjectFileConfirmParamsWithContext(ctx context.Context) *GenericProjectFileConfirmParams
- func NewGenericProjectFileConfirmParamsWithHTTPClient(client *http.Client) *GenericProjectFileConfirmParams
- func NewGenericProjectFileConfirmParamsWithTimeout(timeout time.Duration) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFileConfirmParams) SetContext(ctx context.Context)
- func (o *GenericProjectFileConfirmParams) SetDefaults()
- func (o *GenericProjectFileConfirmParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
- func (o *GenericProjectFileConfirmParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFileConfirmParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFileConfirmParams) WithAppSlug(appSlug string) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WithContext(ctx context.Context) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WithDefaults() *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WithHTTPClient(client *http.Client) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WithTimeout(timeout time.Duration) *GenericProjectFileConfirmParams
- func (o *GenericProjectFileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFileConfirmReader
- type GenericProjectFileConfirmUnauthorized
- func (o *GenericProjectFileConfirmUnauthorized) Code() int
- func (o *GenericProjectFileConfirmUnauthorized) Error() string
- func (o *GenericProjectFileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileConfirmUnauthorized) IsClientError() bool
- func (o *GenericProjectFileConfirmUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFileConfirmUnauthorized) IsRedirect() bool
- func (o *GenericProjectFileConfirmUnauthorized) IsServerError() bool
- func (o *GenericProjectFileConfirmUnauthorized) IsSuccess() bool
- func (o *GenericProjectFileConfirmUnauthorized) String() string
- type GenericProjectFileDeleteBadRequest
- func (o *GenericProjectFileDeleteBadRequest) Code() int
- func (o *GenericProjectFileDeleteBadRequest) Error() string
- func (o *GenericProjectFileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileDeleteBadRequest) IsClientError() bool
- func (o *GenericProjectFileDeleteBadRequest) IsCode(code int) bool
- func (o *GenericProjectFileDeleteBadRequest) IsRedirect() bool
- func (o *GenericProjectFileDeleteBadRequest) IsServerError() bool
- func (o *GenericProjectFileDeleteBadRequest) IsSuccess() bool
- func (o *GenericProjectFileDeleteBadRequest) String() string
- type GenericProjectFileDeleteInternalServerError
- func (o *GenericProjectFileDeleteInternalServerError) Code() int
- func (o *GenericProjectFileDeleteInternalServerError) Error() string
- func (o *GenericProjectFileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileDeleteInternalServerError) IsClientError() bool
- func (o *GenericProjectFileDeleteInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFileDeleteInternalServerError) IsRedirect() bool
- func (o *GenericProjectFileDeleteInternalServerError) IsServerError() bool
- func (o *GenericProjectFileDeleteInternalServerError) IsSuccess() bool
- func (o *GenericProjectFileDeleteInternalServerError) String() string
- type GenericProjectFileDeleteNotFound
- func (o *GenericProjectFileDeleteNotFound) Code() int
- func (o *GenericProjectFileDeleteNotFound) Error() string
- func (o *GenericProjectFileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileDeleteNotFound) IsClientError() bool
- func (o *GenericProjectFileDeleteNotFound) IsCode(code int) bool
- func (o *GenericProjectFileDeleteNotFound) IsRedirect() bool
- func (o *GenericProjectFileDeleteNotFound) IsServerError() bool
- func (o *GenericProjectFileDeleteNotFound) IsSuccess() bool
- func (o *GenericProjectFileDeleteNotFound) String() string
- type GenericProjectFileDeleteOK
- func (o *GenericProjectFileDeleteOK) Code() int
- func (o *GenericProjectFileDeleteOK) Error() string
- func (o *GenericProjectFileDeleteOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *GenericProjectFileDeleteOK) IsClientError() bool
- func (o *GenericProjectFileDeleteOK) IsCode(code int) bool
- func (o *GenericProjectFileDeleteOK) IsRedirect() bool
- func (o *GenericProjectFileDeleteOK) IsServerError() bool
- func (o *GenericProjectFileDeleteOK) IsSuccess() bool
- func (o *GenericProjectFileDeleteOK) String() string
- type GenericProjectFileDeleteParams
- func NewGenericProjectFileDeleteParams() *GenericProjectFileDeleteParams
- func NewGenericProjectFileDeleteParamsWithContext(ctx context.Context) *GenericProjectFileDeleteParams
- func NewGenericProjectFileDeleteParamsWithHTTPClient(client *http.Client) *GenericProjectFileDeleteParams
- func NewGenericProjectFileDeleteParamsWithTimeout(timeout time.Duration) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFileDeleteParams) SetContext(ctx context.Context)
- func (o *GenericProjectFileDeleteParams) SetDefaults()
- func (o *GenericProjectFileDeleteParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
- func (o *GenericProjectFileDeleteParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFileDeleteParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFileDeleteParams) WithAppSlug(appSlug string) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WithContext(ctx context.Context) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WithDefaults() *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WithHTTPClient(client *http.Client) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WithTimeout(timeout time.Duration) *GenericProjectFileDeleteParams
- func (o *GenericProjectFileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFileDeleteReader
- type GenericProjectFileDeleteUnauthorized
- func (o *GenericProjectFileDeleteUnauthorized) Code() int
- func (o *GenericProjectFileDeleteUnauthorized) Error() string
- func (o *GenericProjectFileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileDeleteUnauthorized) IsClientError() bool
- func (o *GenericProjectFileDeleteUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFileDeleteUnauthorized) IsRedirect() bool
- func (o *GenericProjectFileDeleteUnauthorized) IsServerError() bool
- func (o *GenericProjectFileDeleteUnauthorized) IsSuccess() bool
- func (o *GenericProjectFileDeleteUnauthorized) String() string
- type GenericProjectFileListBadRequest
- func (o *GenericProjectFileListBadRequest) Code() int
- func (o *GenericProjectFileListBadRequest) Error() string
- func (o *GenericProjectFileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileListBadRequest) IsClientError() bool
- func (o *GenericProjectFileListBadRequest) IsCode(code int) bool
- func (o *GenericProjectFileListBadRequest) IsRedirect() bool
- func (o *GenericProjectFileListBadRequest) IsServerError() bool
- func (o *GenericProjectFileListBadRequest) IsSuccess() bool
- func (o *GenericProjectFileListBadRequest) String() string
- type GenericProjectFileListInternalServerError
- func (o *GenericProjectFileListInternalServerError) Code() int
- func (o *GenericProjectFileListInternalServerError) Error() string
- func (o *GenericProjectFileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileListInternalServerError) IsClientError() bool
- func (o *GenericProjectFileListInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFileListInternalServerError) IsRedirect() bool
- func (o *GenericProjectFileListInternalServerError) IsServerError() bool
- func (o *GenericProjectFileListInternalServerError) IsSuccess() bool
- func (o *GenericProjectFileListInternalServerError) String() string
- type GenericProjectFileListNotFound
- func (o *GenericProjectFileListNotFound) Code() int
- func (o *GenericProjectFileListNotFound) Error() string
- func (o *GenericProjectFileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileListNotFound) IsClientError() bool
- func (o *GenericProjectFileListNotFound) IsCode(code int) bool
- func (o *GenericProjectFileListNotFound) IsRedirect() bool
- func (o *GenericProjectFileListNotFound) IsServerError() bool
- func (o *GenericProjectFileListNotFound) IsSuccess() bool
- func (o *GenericProjectFileListNotFound) String() string
- type GenericProjectFileListOK
- func (o *GenericProjectFileListOK) Code() int
- func (o *GenericProjectFileListOK) Error() string
- func (o *GenericProjectFileListOK) GetPayload() *models.V0ProjectFileStorageListResponseModel
- func (o *GenericProjectFileListOK) IsClientError() bool
- func (o *GenericProjectFileListOK) IsCode(code int) bool
- func (o *GenericProjectFileListOK) IsRedirect() bool
- func (o *GenericProjectFileListOK) IsServerError() bool
- func (o *GenericProjectFileListOK) IsSuccess() bool
- func (o *GenericProjectFileListOK) String() string
- type GenericProjectFileListParams
- func NewGenericProjectFileListParams() *GenericProjectFileListParams
- func NewGenericProjectFileListParamsWithContext(ctx context.Context) *GenericProjectFileListParams
- func NewGenericProjectFileListParamsWithHTTPClient(client *http.Client) *GenericProjectFileListParams
- func NewGenericProjectFileListParamsWithTimeout(timeout time.Duration) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFileListParams) SetContext(ctx context.Context)
- func (o *GenericProjectFileListParams) SetDefaults()
- func (o *GenericProjectFileListParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFileListParams) SetLimit(limit *int64)
- func (o *GenericProjectFileListParams) SetNext(next *string)
- func (o *GenericProjectFileListParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFileListParams) WithAppSlug(appSlug string) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithContext(ctx context.Context) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithDefaults() *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithHTTPClient(client *http.Client) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithLimit(limit *int64) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithNext(next *string) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WithTimeout(timeout time.Duration) *GenericProjectFileListParams
- func (o *GenericProjectFileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFileListReader
- type GenericProjectFileListUnauthorized
- func (o *GenericProjectFileListUnauthorized) Code() int
- func (o *GenericProjectFileListUnauthorized) Error() string
- func (o *GenericProjectFileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileListUnauthorized) IsClientError() bool
- func (o *GenericProjectFileListUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFileListUnauthorized) IsRedirect() bool
- func (o *GenericProjectFileListUnauthorized) IsServerError() bool
- func (o *GenericProjectFileListUnauthorized) IsSuccess() bool
- func (o *GenericProjectFileListUnauthorized) String() string
- type GenericProjectFileShowBadRequest
- func (o *GenericProjectFileShowBadRequest) Code() int
- func (o *GenericProjectFileShowBadRequest) Error() string
- func (o *GenericProjectFileShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileShowBadRequest) IsClientError() bool
- func (o *GenericProjectFileShowBadRequest) IsCode(code int) bool
- func (o *GenericProjectFileShowBadRequest) IsRedirect() bool
- func (o *GenericProjectFileShowBadRequest) IsServerError() bool
- func (o *GenericProjectFileShowBadRequest) IsSuccess() bool
- func (o *GenericProjectFileShowBadRequest) String() string
- type GenericProjectFileShowInternalServerError
- func (o *GenericProjectFileShowInternalServerError) Code() int
- func (o *GenericProjectFileShowInternalServerError) Error() string
- func (o *GenericProjectFileShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileShowInternalServerError) IsClientError() bool
- func (o *GenericProjectFileShowInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFileShowInternalServerError) IsRedirect() bool
- func (o *GenericProjectFileShowInternalServerError) IsServerError() bool
- func (o *GenericProjectFileShowInternalServerError) IsSuccess() bool
- func (o *GenericProjectFileShowInternalServerError) String() string
- type GenericProjectFileShowNotFound
- func (o *GenericProjectFileShowNotFound) Code() int
- func (o *GenericProjectFileShowNotFound) Error() string
- func (o *GenericProjectFileShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileShowNotFound) IsClientError() bool
- func (o *GenericProjectFileShowNotFound) IsCode(code int) bool
- func (o *GenericProjectFileShowNotFound) IsRedirect() bool
- func (o *GenericProjectFileShowNotFound) IsServerError() bool
- func (o *GenericProjectFileShowNotFound) IsSuccess() bool
- func (o *GenericProjectFileShowNotFound) String() string
- type GenericProjectFileShowOK
- func (o *GenericProjectFileShowOK) Code() int
- func (o *GenericProjectFileShowOK) Error() string
- func (o *GenericProjectFileShowOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *GenericProjectFileShowOK) IsClientError() bool
- func (o *GenericProjectFileShowOK) IsCode(code int) bool
- func (o *GenericProjectFileShowOK) IsRedirect() bool
- func (o *GenericProjectFileShowOK) IsServerError() bool
- func (o *GenericProjectFileShowOK) IsSuccess() bool
- func (o *GenericProjectFileShowOK) String() string
- type GenericProjectFileShowParams
- func NewGenericProjectFileShowParams() *GenericProjectFileShowParams
- func NewGenericProjectFileShowParamsWithContext(ctx context.Context) *GenericProjectFileShowParams
- func NewGenericProjectFileShowParamsWithHTTPClient(client *http.Client) *GenericProjectFileShowParams
- func NewGenericProjectFileShowParamsWithTimeout(timeout time.Duration) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFileShowParams) SetContext(ctx context.Context)
- func (o *GenericProjectFileShowParams) SetDefaults()
- func (o *GenericProjectFileShowParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
- func (o *GenericProjectFileShowParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFileShowParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFileShowParams) WithAppSlug(appSlug string) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WithContext(ctx context.Context) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WithDefaults() *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WithHTTPClient(client *http.Client) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WithTimeout(timeout time.Duration) *GenericProjectFileShowParams
- func (o *GenericProjectFileShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFileShowReader
- type GenericProjectFileShowUnauthorized
- func (o *GenericProjectFileShowUnauthorized) Code() int
- func (o *GenericProjectFileShowUnauthorized) Error() string
- func (o *GenericProjectFileShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileShowUnauthorized) IsClientError() bool
- func (o *GenericProjectFileShowUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFileShowUnauthorized) IsRedirect() bool
- func (o *GenericProjectFileShowUnauthorized) IsServerError() bool
- func (o *GenericProjectFileShowUnauthorized) IsSuccess() bool
- func (o *GenericProjectFileShowUnauthorized) String() string
- type GenericProjectFileUpdateBadRequest
- func (o *GenericProjectFileUpdateBadRequest) Code() int
- func (o *GenericProjectFileUpdateBadRequest) Error() string
- func (o *GenericProjectFileUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileUpdateBadRequest) IsClientError() bool
- func (o *GenericProjectFileUpdateBadRequest) IsCode(code int) bool
- func (o *GenericProjectFileUpdateBadRequest) IsRedirect() bool
- func (o *GenericProjectFileUpdateBadRequest) IsServerError() bool
- func (o *GenericProjectFileUpdateBadRequest) IsSuccess() bool
- func (o *GenericProjectFileUpdateBadRequest) String() string
- type GenericProjectFileUpdateInternalServerError
- func (o *GenericProjectFileUpdateInternalServerError) Code() int
- func (o *GenericProjectFileUpdateInternalServerError) Error() string
- func (o *GenericProjectFileUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileUpdateInternalServerError) IsClientError() bool
- func (o *GenericProjectFileUpdateInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFileUpdateInternalServerError) IsRedirect() bool
- func (o *GenericProjectFileUpdateInternalServerError) IsServerError() bool
- func (o *GenericProjectFileUpdateInternalServerError) IsSuccess() bool
- func (o *GenericProjectFileUpdateInternalServerError) String() string
- type GenericProjectFileUpdateNotFound
- func (o *GenericProjectFileUpdateNotFound) Code() int
- func (o *GenericProjectFileUpdateNotFound) Error() string
- func (o *GenericProjectFileUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileUpdateNotFound) IsClientError() bool
- func (o *GenericProjectFileUpdateNotFound) IsCode(code int) bool
- func (o *GenericProjectFileUpdateNotFound) IsRedirect() bool
- func (o *GenericProjectFileUpdateNotFound) IsServerError() bool
- func (o *GenericProjectFileUpdateNotFound) IsSuccess() bool
- func (o *GenericProjectFileUpdateNotFound) String() string
- type GenericProjectFileUpdateOK
- func (o *GenericProjectFileUpdateOK) Code() int
- func (o *GenericProjectFileUpdateOK) Error() string
- func (o *GenericProjectFileUpdateOK) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *GenericProjectFileUpdateOK) IsClientError() bool
- func (o *GenericProjectFileUpdateOK) IsCode(code int) bool
- func (o *GenericProjectFileUpdateOK) IsRedirect() bool
- func (o *GenericProjectFileUpdateOK) IsServerError() bool
- func (o *GenericProjectFileUpdateOK) IsSuccess() bool
- func (o *GenericProjectFileUpdateOK) String() string
- type GenericProjectFileUpdateParams
- func NewGenericProjectFileUpdateParams() *GenericProjectFileUpdateParams
- func NewGenericProjectFileUpdateParamsWithContext(ctx context.Context) *GenericProjectFileUpdateParams
- func NewGenericProjectFileUpdateParamsWithHTTPClient(client *http.Client) *GenericProjectFileUpdateParams
- func NewGenericProjectFileUpdateParamsWithTimeout(timeout time.Duration) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFileUpdateParams) SetContext(ctx context.Context)
- func (o *GenericProjectFileUpdateParams) SetDefaults()
- func (o *GenericProjectFileUpdateParams) SetGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageDocumentUpdateParams)
- func (o *GenericProjectFileUpdateParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
- func (o *GenericProjectFileUpdateParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFileUpdateParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFileUpdateParams) WithAppSlug(appSlug string) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithContext(ctx context.Context) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithDefaults() *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageDocumentUpdateParams) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithHTTPClient(client *http.Client) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WithTimeout(timeout time.Duration) *GenericProjectFileUpdateParams
- func (o *GenericProjectFileUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFileUpdateReader
- type GenericProjectFileUpdateUnauthorized
- func (o *GenericProjectFileUpdateUnauthorized) Code() int
- func (o *GenericProjectFileUpdateUnauthorized) Error() string
- func (o *GenericProjectFileUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFileUpdateUnauthorized) IsClientError() bool
- func (o *GenericProjectFileUpdateUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFileUpdateUnauthorized) IsRedirect() bool
- func (o *GenericProjectFileUpdateUnauthorized) IsServerError() bool
- func (o *GenericProjectFileUpdateUnauthorized) IsSuccess() bool
- func (o *GenericProjectFileUpdateUnauthorized) String() string
- type GenericProjectFilesCreateBadRequest
- func (o *GenericProjectFilesCreateBadRequest) Code() int
- func (o *GenericProjectFilesCreateBadRequest) Error() string
- func (o *GenericProjectFilesCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFilesCreateBadRequest) IsClientError() bool
- func (o *GenericProjectFilesCreateBadRequest) IsCode(code int) bool
- func (o *GenericProjectFilesCreateBadRequest) IsRedirect() bool
- func (o *GenericProjectFilesCreateBadRequest) IsServerError() bool
- func (o *GenericProjectFilesCreateBadRequest) IsSuccess() bool
- func (o *GenericProjectFilesCreateBadRequest) String() string
- type GenericProjectFilesCreateCreated
- func (o *GenericProjectFilesCreateCreated) Code() int
- func (o *GenericProjectFilesCreateCreated) Error() string
- func (o *GenericProjectFilesCreateCreated) GetPayload() *models.V0ProjectFileStorageResponseModel
- func (o *GenericProjectFilesCreateCreated) IsClientError() bool
- func (o *GenericProjectFilesCreateCreated) IsCode(code int) bool
- func (o *GenericProjectFilesCreateCreated) IsRedirect() bool
- func (o *GenericProjectFilesCreateCreated) IsServerError() bool
- func (o *GenericProjectFilesCreateCreated) IsSuccess() bool
- func (o *GenericProjectFilesCreateCreated) String() string
- type GenericProjectFilesCreateInternalServerError
- func (o *GenericProjectFilesCreateInternalServerError) Code() int
- func (o *GenericProjectFilesCreateInternalServerError) Error() string
- func (o *GenericProjectFilesCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFilesCreateInternalServerError) IsClientError() bool
- func (o *GenericProjectFilesCreateInternalServerError) IsCode(code int) bool
- func (o *GenericProjectFilesCreateInternalServerError) IsRedirect() bool
- func (o *GenericProjectFilesCreateInternalServerError) IsServerError() bool
- func (o *GenericProjectFilesCreateInternalServerError) IsSuccess() bool
- func (o *GenericProjectFilesCreateInternalServerError) String() string
- type GenericProjectFilesCreateNotFound
- func (o *GenericProjectFilesCreateNotFound) Code() int
- func (o *GenericProjectFilesCreateNotFound) Error() string
- func (o *GenericProjectFilesCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFilesCreateNotFound) IsClientError() bool
- func (o *GenericProjectFilesCreateNotFound) IsCode(code int) bool
- func (o *GenericProjectFilesCreateNotFound) IsRedirect() bool
- func (o *GenericProjectFilesCreateNotFound) IsServerError() bool
- func (o *GenericProjectFilesCreateNotFound) IsSuccess() bool
- func (o *GenericProjectFilesCreateNotFound) String() string
- type GenericProjectFilesCreateParams
- func NewGenericProjectFilesCreateParams() *GenericProjectFilesCreateParams
- func NewGenericProjectFilesCreateParamsWithContext(ctx context.Context) *GenericProjectFilesCreateParams
- func NewGenericProjectFilesCreateParamsWithHTTPClient(client *http.Client) *GenericProjectFilesCreateParams
- func NewGenericProjectFilesCreateParamsWithTimeout(timeout time.Duration) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) SetAppSlug(appSlug string)
- func (o *GenericProjectFilesCreateParams) SetContext(ctx context.Context)
- func (o *GenericProjectFilesCreateParams) SetDefaults()
- func (o *GenericProjectFilesCreateParams) SetGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageUploadParams)
- func (o *GenericProjectFilesCreateParams) SetHTTPClient(client *http.Client)
- func (o *GenericProjectFilesCreateParams) SetTimeout(timeout time.Duration)
- func (o *GenericProjectFilesCreateParams) WithAppSlug(appSlug string) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WithContext(ctx context.Context) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WithDefaults() *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WithGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageUploadParams) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WithHTTPClient(client *http.Client) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WithTimeout(timeout time.Duration) *GenericProjectFilesCreateParams
- func (o *GenericProjectFilesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GenericProjectFilesCreateReader
- type GenericProjectFilesCreateUnauthorized
- func (o *GenericProjectFilesCreateUnauthorized) Code() int
- func (o *GenericProjectFilesCreateUnauthorized) Error() string
- func (o *GenericProjectFilesCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *GenericProjectFilesCreateUnauthorized) IsClientError() bool
- func (o *GenericProjectFilesCreateUnauthorized) IsCode(code int) bool
- func (o *GenericProjectFilesCreateUnauthorized) IsRedirect() bool
- func (o *GenericProjectFilesCreateUnauthorized) IsServerError() bool
- func (o *GenericProjectFilesCreateUnauthorized) IsSuccess() bool
- func (o *GenericProjectFilesCreateUnauthorized) String() string
- type LocalBuildListBadRequest
- func (o *LocalBuildListBadRequest) Code() int
- func (o *LocalBuildListBadRequest) Error() string
- func (o *LocalBuildListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *LocalBuildListBadRequest) IsClientError() bool
- func (o *LocalBuildListBadRequest) IsCode(code int) bool
- func (o *LocalBuildListBadRequest) IsRedirect() bool
- func (o *LocalBuildListBadRequest) IsServerError() bool
- func (o *LocalBuildListBadRequest) IsSuccess() bool
- func (o *LocalBuildListBadRequest) String() string
- type LocalBuildListInternalServerError
- func (o *LocalBuildListInternalServerError) Code() int
- func (o *LocalBuildListInternalServerError) Error() string
- func (o *LocalBuildListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *LocalBuildListInternalServerError) IsClientError() bool
- func (o *LocalBuildListInternalServerError) IsCode(code int) bool
- func (o *LocalBuildListInternalServerError) IsRedirect() bool
- func (o *LocalBuildListInternalServerError) IsServerError() bool
- func (o *LocalBuildListInternalServerError) IsSuccess() bool
- func (o *LocalBuildListInternalServerError) String() string
- type LocalBuildListNotFound
- func (o *LocalBuildListNotFound) Code() int
- func (o *LocalBuildListNotFound) Error() string
- func (o *LocalBuildListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *LocalBuildListNotFound) IsClientError() bool
- func (o *LocalBuildListNotFound) IsCode(code int) bool
- func (o *LocalBuildListNotFound) IsRedirect() bool
- func (o *LocalBuildListNotFound) IsServerError() bool
- func (o *LocalBuildListNotFound) IsSuccess() bool
- func (o *LocalBuildListNotFound) String() string
- type LocalBuildListOK
- func (o *LocalBuildListOK) Code() int
- func (o *LocalBuildListOK) Error() string
- func (o *LocalBuildListOK) GetPayload() *models.V0PipelineListResponseModel
- func (o *LocalBuildListOK) IsClientError() bool
- func (o *LocalBuildListOK) IsCode(code int) bool
- func (o *LocalBuildListOK) IsRedirect() bool
- func (o *LocalBuildListOK) IsServerError() bool
- func (o *LocalBuildListOK) IsSuccess() bool
- func (o *LocalBuildListOK) String() string
- type LocalBuildListParams
- func NewLocalBuildListParams() *LocalBuildListParams
- func NewLocalBuildListParamsWithContext(ctx context.Context) *LocalBuildListParams
- func NewLocalBuildListParamsWithHTTPClient(client *http.Client) *LocalBuildListParams
- func NewLocalBuildListParamsWithTimeout(timeout time.Duration) *LocalBuildListParams
- func (o *LocalBuildListParams) SetAfter(after *string)
- func (o *LocalBuildListParams) SetAppSlug(appSlug string)
- func (o *LocalBuildListParams) SetBefore(before *string)
- func (o *LocalBuildListParams) SetContext(ctx context.Context)
- func (o *LocalBuildListParams) SetDefaults()
- func (o *LocalBuildListParams) SetHTTPClient(client *http.Client)
- func (o *LocalBuildListParams) SetLimit(limit *int64)
- func (o *LocalBuildListParams) SetTimeout(timeout time.Duration)
- func (o *LocalBuildListParams) WithAfter(after *string) *LocalBuildListParams
- func (o *LocalBuildListParams) WithAppSlug(appSlug string) *LocalBuildListParams
- func (o *LocalBuildListParams) WithBefore(before *string) *LocalBuildListParams
- func (o *LocalBuildListParams) WithContext(ctx context.Context) *LocalBuildListParams
- func (o *LocalBuildListParams) WithDefaults() *LocalBuildListParams
- func (o *LocalBuildListParams) WithHTTPClient(client *http.Client) *LocalBuildListParams
- func (o *LocalBuildListParams) WithLimit(limit *int64) *LocalBuildListParams
- func (o *LocalBuildListParams) WithTimeout(timeout time.Duration) *LocalBuildListParams
- func (o *LocalBuildListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LocalBuildListReader
- type LocalBuildListUnauthorized
- func (o *LocalBuildListUnauthorized) Code() int
- func (o *LocalBuildListUnauthorized) Error() string
- func (o *LocalBuildListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *LocalBuildListUnauthorized) IsClientError() bool
- func (o *LocalBuildListUnauthorized) IsCode(code int) bool
- func (o *LocalBuildListUnauthorized) IsRedirect() bool
- func (o *LocalBuildListUnauthorized) IsServerError() bool
- func (o *LocalBuildListUnauthorized) IsSuccess() bool
- func (o *LocalBuildListUnauthorized) String() string
- type OrgListBadRequest
- func (o *OrgListBadRequest) Code() int
- func (o *OrgListBadRequest) Error() string
- func (o *OrgListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgListBadRequest) IsClientError() bool
- func (o *OrgListBadRequest) IsCode(code int) bool
- func (o *OrgListBadRequest) IsRedirect() bool
- func (o *OrgListBadRequest) IsServerError() bool
- func (o *OrgListBadRequest) IsSuccess() bool
- func (o *OrgListBadRequest) String() string
- type OrgListInternalServerError
- func (o *OrgListInternalServerError) Code() int
- func (o *OrgListInternalServerError) Error() string
- func (o *OrgListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgListInternalServerError) IsClientError() bool
- func (o *OrgListInternalServerError) IsCode(code int) bool
- func (o *OrgListInternalServerError) IsRedirect() bool
- func (o *OrgListInternalServerError) IsServerError() bool
- func (o *OrgListInternalServerError) IsSuccess() bool
- func (o *OrgListInternalServerError) String() string
- type OrgListNotFound
- func (o *OrgListNotFound) Code() int
- func (o *OrgListNotFound) Error() string
- func (o *OrgListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgListNotFound) IsClientError() bool
- func (o *OrgListNotFound) IsCode(code int) bool
- func (o *OrgListNotFound) IsRedirect() bool
- func (o *OrgListNotFound) IsServerError() bool
- func (o *OrgListNotFound) IsSuccess() bool
- func (o *OrgListNotFound) String() string
- type OrgListOK
- func (o *OrgListOK) Code() int
- func (o *OrgListOK) Error() string
- func (o *OrgListOK) GetPayload() *models.V0OrganizationListRespModel
- func (o *OrgListOK) IsClientError() bool
- func (o *OrgListOK) IsCode(code int) bool
- func (o *OrgListOK) IsRedirect() bool
- func (o *OrgListOK) IsServerError() bool
- func (o *OrgListOK) IsSuccess() bool
- func (o *OrgListOK) String() string
- type OrgListParams
- func (o *OrgListParams) SetContext(ctx context.Context)
- func (o *OrgListParams) SetDefaults()
- func (o *OrgListParams) SetHTTPClient(client *http.Client)
- func (o *OrgListParams) SetTimeout(timeout time.Duration)
- func (o *OrgListParams) WithContext(ctx context.Context) *OrgListParams
- func (o *OrgListParams) WithDefaults() *OrgListParams
- func (o *OrgListParams) WithHTTPClient(client *http.Client) *OrgListParams
- func (o *OrgListParams) WithTimeout(timeout time.Duration) *OrgListParams
- func (o *OrgListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OrgListReader
- type OrgListUnauthorized
- func (o *OrgListUnauthorized) Code() int
- func (o *OrgListUnauthorized) Error() string
- func (o *OrgListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgListUnauthorized) IsClientError() bool
- func (o *OrgListUnauthorized) IsCode(code int) bool
- func (o *OrgListUnauthorized) IsRedirect() bool
- func (o *OrgListUnauthorized) IsServerError() bool
- func (o *OrgListUnauthorized) IsSuccess() bool
- func (o *OrgListUnauthorized) String() string
- type OrgShowBadRequest
- func (o *OrgShowBadRequest) Code() int
- func (o *OrgShowBadRequest) Error() string
- func (o *OrgShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgShowBadRequest) IsClientError() bool
- func (o *OrgShowBadRequest) IsCode(code int) bool
- func (o *OrgShowBadRequest) IsRedirect() bool
- func (o *OrgShowBadRequest) IsServerError() bool
- func (o *OrgShowBadRequest) IsSuccess() bool
- func (o *OrgShowBadRequest) String() string
- type OrgShowInternalServerError
- func (o *OrgShowInternalServerError) Code() int
- func (o *OrgShowInternalServerError) Error() string
- func (o *OrgShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgShowInternalServerError) IsClientError() bool
- func (o *OrgShowInternalServerError) IsCode(code int) bool
- func (o *OrgShowInternalServerError) IsRedirect() bool
- func (o *OrgShowInternalServerError) IsServerError() bool
- func (o *OrgShowInternalServerError) IsSuccess() bool
- func (o *OrgShowInternalServerError) String() string
- type OrgShowNotFound
- func (o *OrgShowNotFound) Code() int
- func (o *OrgShowNotFound) Error() string
- func (o *OrgShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgShowNotFound) IsClientError() bool
- func (o *OrgShowNotFound) IsCode(code int) bool
- func (o *OrgShowNotFound) IsRedirect() bool
- func (o *OrgShowNotFound) IsServerError() bool
- func (o *OrgShowNotFound) IsSuccess() bool
- func (o *OrgShowNotFound) String() string
- type OrgShowOK
- func (o *OrgShowOK) Code() int
- func (o *OrgShowOK) Error() string
- func (o *OrgShowOK) GetPayload() *models.V0OrganizationRespModel
- func (o *OrgShowOK) IsClientError() bool
- func (o *OrgShowOK) IsCode(code int) bool
- func (o *OrgShowOK) IsRedirect() bool
- func (o *OrgShowOK) IsServerError() bool
- func (o *OrgShowOK) IsSuccess() bool
- func (o *OrgShowOK) String() string
- type OrgShowParams
- func (o *OrgShowParams) SetContext(ctx context.Context)
- func (o *OrgShowParams) SetDefaults()
- func (o *OrgShowParams) SetHTTPClient(client *http.Client)
- func (o *OrgShowParams) SetOrgSlug(orgSlug string)
- func (o *OrgShowParams) SetTimeout(timeout time.Duration)
- func (o *OrgShowParams) WithContext(ctx context.Context) *OrgShowParams
- func (o *OrgShowParams) WithDefaults() *OrgShowParams
- func (o *OrgShowParams) WithHTTPClient(client *http.Client) *OrgShowParams
- func (o *OrgShowParams) WithOrgSlug(orgSlug string) *OrgShowParams
- func (o *OrgShowParams) WithTimeout(timeout time.Duration) *OrgShowParams
- func (o *OrgShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OrgShowReader
- type OrgShowUnauthorized
- func (o *OrgShowUnauthorized) Code() int
- func (o *OrgShowUnauthorized) Error() string
- func (o *OrgShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrgShowUnauthorized) IsClientError() bool
- func (o *OrgShowUnauthorized) IsCode(code int) bool
- func (o *OrgShowUnauthorized) IsRedirect() bool
- func (o *OrgShowUnauthorized) IsServerError() bool
- func (o *OrgShowUnauthorized) IsSuccess() bool
- func (o *OrgShowUnauthorized) String() string
- type OrganizationMachineTypeUpdateBadRequest
- func (o *OrganizationMachineTypeUpdateBadRequest) Code() int
- func (o *OrganizationMachineTypeUpdateBadRequest) Error() string
- func (o *OrganizationMachineTypeUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrganizationMachineTypeUpdateBadRequest) IsClientError() bool
- func (o *OrganizationMachineTypeUpdateBadRequest) IsCode(code int) bool
- func (o *OrganizationMachineTypeUpdateBadRequest) IsRedirect() bool
- func (o *OrganizationMachineTypeUpdateBadRequest) IsServerError() bool
- func (o *OrganizationMachineTypeUpdateBadRequest) IsSuccess() bool
- func (o *OrganizationMachineTypeUpdateBadRequest) String() string
- type OrganizationMachineTypeUpdateInternalServerError
- func (o *OrganizationMachineTypeUpdateInternalServerError) Code() int
- func (o *OrganizationMachineTypeUpdateInternalServerError) Error() string
- func (o *OrganizationMachineTypeUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrganizationMachineTypeUpdateInternalServerError) IsClientError() bool
- func (o *OrganizationMachineTypeUpdateInternalServerError) IsCode(code int) bool
- func (o *OrganizationMachineTypeUpdateInternalServerError) IsRedirect() bool
- func (o *OrganizationMachineTypeUpdateInternalServerError) IsServerError() bool
- func (o *OrganizationMachineTypeUpdateInternalServerError) IsSuccess() bool
- func (o *OrganizationMachineTypeUpdateInternalServerError) String() string
- type OrganizationMachineTypeUpdateNotFound
- func (o *OrganizationMachineTypeUpdateNotFound) Code() int
- func (o *OrganizationMachineTypeUpdateNotFound) Error() string
- func (o *OrganizationMachineTypeUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrganizationMachineTypeUpdateNotFound) IsClientError() bool
- func (o *OrganizationMachineTypeUpdateNotFound) IsCode(code int) bool
- func (o *OrganizationMachineTypeUpdateNotFound) IsRedirect() bool
- func (o *OrganizationMachineTypeUpdateNotFound) IsServerError() bool
- func (o *OrganizationMachineTypeUpdateNotFound) IsSuccess() bool
- func (o *OrganizationMachineTypeUpdateNotFound) String() string
- type OrganizationMachineTypeUpdateOK
- func (o *OrganizationMachineTypeUpdateOK) Code() int
- func (o *OrganizationMachineTypeUpdateOK) Error() string
- func (o *OrganizationMachineTypeUpdateOK) GetPayload() *models.V0OrganizationUpdateMachineTypeResponse
- func (o *OrganizationMachineTypeUpdateOK) IsClientError() bool
- func (o *OrganizationMachineTypeUpdateOK) IsCode(code int) bool
- func (o *OrganizationMachineTypeUpdateOK) IsRedirect() bool
- func (o *OrganizationMachineTypeUpdateOK) IsServerError() bool
- func (o *OrganizationMachineTypeUpdateOK) IsSuccess() bool
- func (o *OrganizationMachineTypeUpdateOK) String() string
- type OrganizationMachineTypeUpdateParams
- func NewOrganizationMachineTypeUpdateParams() *OrganizationMachineTypeUpdateParams
- func NewOrganizationMachineTypeUpdateParamsWithContext(ctx context.Context) *OrganizationMachineTypeUpdateParams
- func NewOrganizationMachineTypeUpdateParamsWithHTTPClient(client *http.Client) *OrganizationMachineTypeUpdateParams
- func NewOrganizationMachineTypeUpdateParamsWithTimeout(timeout time.Duration) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) SetContext(ctx context.Context)
- func (o *OrganizationMachineTypeUpdateParams) SetDefaults()
- func (o *OrganizationMachineTypeUpdateParams) SetHTTPClient(client *http.Client)
- func (o *OrganizationMachineTypeUpdateParams) SetOrgSlug(orgSlug string)
- func (o *OrganizationMachineTypeUpdateParams) SetTimeout(timeout time.Duration)
- func (o *OrganizationMachineTypeUpdateParams) SetTypes(types *models.V0OrganizationUpdateMachineTypeParams)
- func (o *OrganizationMachineTypeUpdateParams) WithContext(ctx context.Context) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WithDefaults() *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WithHTTPClient(client *http.Client) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WithOrgSlug(orgSlug string) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WithTimeout(timeout time.Duration) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WithTypes(types *models.V0OrganizationUpdateMachineTypeParams) *OrganizationMachineTypeUpdateParams
- func (o *OrganizationMachineTypeUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OrganizationMachineTypeUpdateReader
- type OrganizationMachineTypeUpdateUnauthorized
- func (o *OrganizationMachineTypeUpdateUnauthorized) Code() int
- func (o *OrganizationMachineTypeUpdateUnauthorized) Error() string
- func (o *OrganizationMachineTypeUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OrganizationMachineTypeUpdateUnauthorized) IsClientError() bool
- func (o *OrganizationMachineTypeUpdateUnauthorized) IsCode(code int) bool
- func (o *OrganizationMachineTypeUpdateUnauthorized) IsRedirect() bool
- func (o *OrganizationMachineTypeUpdateUnauthorized) IsServerError() bool
- func (o *OrganizationMachineTypeUpdateUnauthorized) IsSuccess() bool
- func (o *OrganizationMachineTypeUpdateUnauthorized) String() string
- type OrganzationGroupsListNotFound
- func (o *OrganzationGroupsListNotFound) Code() int
- func (o *OrganzationGroupsListNotFound) Error() string
- func (o *OrganzationGroupsListNotFound) GetPayload() *models.ServiceProxyErrorRespModel
- func (o *OrganzationGroupsListNotFound) IsClientError() bool
- func (o *OrganzationGroupsListNotFound) IsCode(code int) bool
- func (o *OrganzationGroupsListNotFound) IsRedirect() bool
- func (o *OrganzationGroupsListNotFound) IsServerError() bool
- func (o *OrganzationGroupsListNotFound) IsSuccess() bool
- func (o *OrganzationGroupsListNotFound) String() string
- type OrganzationGroupsListOK
- func (o *OrganzationGroupsListOK) Code() int
- func (o *OrganzationGroupsListOK) Error() string
- func (o *OrganzationGroupsListOK) GetPayload() []*OrganzationGroupsListOKBodyItems0
- func (o *OrganzationGroupsListOK) IsClientError() bool
- func (o *OrganzationGroupsListOK) IsCode(code int) bool
- func (o *OrganzationGroupsListOK) IsRedirect() bool
- func (o *OrganzationGroupsListOK) IsServerError() bool
- func (o *OrganzationGroupsListOK) IsSuccess() bool
- func (o *OrganzationGroupsListOK) String() string
- type OrganzationGroupsListOKBodyItems0
- func (o *OrganzationGroupsListOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *OrganzationGroupsListOKBodyItems0) MarshalBinary() ([]byte, error)
- func (o OrganzationGroupsListOKBodyItems0) MarshalJSON() ([]byte, error)
- func (o *OrganzationGroupsListOKBodyItems0) UnmarshalBinary(b []byte) error
- func (o *OrganzationGroupsListOKBodyItems0) UnmarshalJSON(raw []byte) error
- func (o *OrganzationGroupsListOKBodyItems0) Validate(formats strfmt.Registry) error
- type OrganzationGroupsListOKBodyItems0AllOf0
- type OrganzationGroupsListParams
- func NewOrganzationGroupsListParams() *OrganzationGroupsListParams
- func NewOrganzationGroupsListParamsWithContext(ctx context.Context) *OrganzationGroupsListParams
- func NewOrganzationGroupsListParamsWithHTTPClient(client *http.Client) *OrganzationGroupsListParams
- func NewOrganzationGroupsListParamsWithTimeout(timeout time.Duration) *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) SetContext(ctx context.Context)
- func (o *OrganzationGroupsListParams) SetDefaults()
- func (o *OrganzationGroupsListParams) SetHTTPClient(client *http.Client)
- func (o *OrganzationGroupsListParams) SetOrgSlug(orgSlug string)
- func (o *OrganzationGroupsListParams) SetTimeout(timeout time.Duration)
- func (o *OrganzationGroupsListParams) WithContext(ctx context.Context) *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) WithDefaults() *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) WithHTTPClient(client *http.Client) *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) WithOrgSlug(orgSlug string) *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) WithTimeout(timeout time.Duration) *OrganzationGroupsListParams
- func (o *OrganzationGroupsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OrganzationGroupsListReader
- type OutgoingWebhookCreateBadRequest
- func (o *OutgoingWebhookCreateBadRequest) Code() int
- func (o *OutgoingWebhookCreateBadRequest) Error() string
- func (o *OutgoingWebhookCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookCreateBadRequest) IsClientError() bool
- func (o *OutgoingWebhookCreateBadRequest) IsCode(code int) bool
- func (o *OutgoingWebhookCreateBadRequest) IsRedirect() bool
- func (o *OutgoingWebhookCreateBadRequest) IsServerError() bool
- func (o *OutgoingWebhookCreateBadRequest) IsSuccess() bool
- func (o *OutgoingWebhookCreateBadRequest) String() string
- type OutgoingWebhookCreateInternalServerError
- func (o *OutgoingWebhookCreateInternalServerError) Code() int
- func (o *OutgoingWebhookCreateInternalServerError) Error() string
- func (o *OutgoingWebhookCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookCreateInternalServerError) IsClientError() bool
- func (o *OutgoingWebhookCreateInternalServerError) IsCode(code int) bool
- func (o *OutgoingWebhookCreateInternalServerError) IsRedirect() bool
- func (o *OutgoingWebhookCreateInternalServerError) IsServerError() bool
- func (o *OutgoingWebhookCreateInternalServerError) IsSuccess() bool
- func (o *OutgoingWebhookCreateInternalServerError) String() string
- type OutgoingWebhookCreateNotFound
- func (o *OutgoingWebhookCreateNotFound) Code() int
- func (o *OutgoingWebhookCreateNotFound) Error() string
- func (o *OutgoingWebhookCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookCreateNotFound) IsClientError() bool
- func (o *OutgoingWebhookCreateNotFound) IsCode(code int) bool
- func (o *OutgoingWebhookCreateNotFound) IsRedirect() bool
- func (o *OutgoingWebhookCreateNotFound) IsServerError() bool
- func (o *OutgoingWebhookCreateNotFound) IsSuccess() bool
- func (o *OutgoingWebhookCreateNotFound) String() string
- type OutgoingWebhookCreateOK
- func (o *OutgoingWebhookCreateOK) Code() int
- func (o *OutgoingWebhookCreateOK) Error() string
- func (o *OutgoingWebhookCreateOK) GetPayload() *models.V0AppWebhookCreatedResponseModel
- func (o *OutgoingWebhookCreateOK) IsClientError() bool
- func (o *OutgoingWebhookCreateOK) IsCode(code int) bool
- func (o *OutgoingWebhookCreateOK) IsRedirect() bool
- func (o *OutgoingWebhookCreateOK) IsServerError() bool
- func (o *OutgoingWebhookCreateOK) IsSuccess() bool
- func (o *OutgoingWebhookCreateOK) String() string
- type OutgoingWebhookCreateParams
- func NewOutgoingWebhookCreateParams() *OutgoingWebhookCreateParams
- func NewOutgoingWebhookCreateParamsWithContext(ctx context.Context) *OutgoingWebhookCreateParams
- func NewOutgoingWebhookCreateParamsWithHTTPClient(client *http.Client) *OutgoingWebhookCreateParams
- func NewOutgoingWebhookCreateParamsWithTimeout(timeout time.Duration) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) SetAppSlug(appSlug string)
- func (o *OutgoingWebhookCreateParams) SetAppWebhookCreateParams(appWebhookCreateParams *models.V0AppWebhookCreateParams)
- func (o *OutgoingWebhookCreateParams) SetContext(ctx context.Context)
- func (o *OutgoingWebhookCreateParams) SetDefaults()
- func (o *OutgoingWebhookCreateParams) SetHTTPClient(client *http.Client)
- func (o *OutgoingWebhookCreateParams) SetTimeout(timeout time.Duration)
- func (o *OutgoingWebhookCreateParams) WithAppSlug(appSlug string) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WithAppWebhookCreateParams(appWebhookCreateParams *models.V0AppWebhookCreateParams) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WithContext(ctx context.Context) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WithDefaults() *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WithHTTPClient(client *http.Client) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WithTimeout(timeout time.Duration) *OutgoingWebhookCreateParams
- func (o *OutgoingWebhookCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OutgoingWebhookCreateReader
- type OutgoingWebhookCreateUnauthorized
- func (o *OutgoingWebhookCreateUnauthorized) Code() int
- func (o *OutgoingWebhookCreateUnauthorized) Error() string
- func (o *OutgoingWebhookCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookCreateUnauthorized) IsClientError() bool
- func (o *OutgoingWebhookCreateUnauthorized) IsCode(code int) bool
- func (o *OutgoingWebhookCreateUnauthorized) IsRedirect() bool
- func (o *OutgoingWebhookCreateUnauthorized) IsServerError() bool
- func (o *OutgoingWebhookCreateUnauthorized) IsSuccess() bool
- func (o *OutgoingWebhookCreateUnauthorized) String() string
- type OutgoingWebhookDeleteBadRequest
- func (o *OutgoingWebhookDeleteBadRequest) Code() int
- func (o *OutgoingWebhookDeleteBadRequest) Error() string
- func (o *OutgoingWebhookDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookDeleteBadRequest) IsClientError() bool
- func (o *OutgoingWebhookDeleteBadRequest) IsCode(code int) bool
- func (o *OutgoingWebhookDeleteBadRequest) IsRedirect() bool
- func (o *OutgoingWebhookDeleteBadRequest) IsServerError() bool
- func (o *OutgoingWebhookDeleteBadRequest) IsSuccess() bool
- func (o *OutgoingWebhookDeleteBadRequest) String() string
- type OutgoingWebhookDeleteInternalServerError
- func (o *OutgoingWebhookDeleteInternalServerError) Code() int
- func (o *OutgoingWebhookDeleteInternalServerError) Error() string
- func (o *OutgoingWebhookDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookDeleteInternalServerError) IsClientError() bool
- func (o *OutgoingWebhookDeleteInternalServerError) IsCode(code int) bool
- func (o *OutgoingWebhookDeleteInternalServerError) IsRedirect() bool
- func (o *OutgoingWebhookDeleteInternalServerError) IsServerError() bool
- func (o *OutgoingWebhookDeleteInternalServerError) IsSuccess() bool
- func (o *OutgoingWebhookDeleteInternalServerError) String() string
- type OutgoingWebhookDeleteNotFound
- func (o *OutgoingWebhookDeleteNotFound) Code() int
- func (o *OutgoingWebhookDeleteNotFound) Error() string
- func (o *OutgoingWebhookDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookDeleteNotFound) IsClientError() bool
- func (o *OutgoingWebhookDeleteNotFound) IsCode(code int) bool
- func (o *OutgoingWebhookDeleteNotFound) IsRedirect() bool
- func (o *OutgoingWebhookDeleteNotFound) IsServerError() bool
- func (o *OutgoingWebhookDeleteNotFound) IsSuccess() bool
- func (o *OutgoingWebhookDeleteNotFound) String() string
- type OutgoingWebhookDeleteOK
- func (o *OutgoingWebhookDeleteOK) Code() int
- func (o *OutgoingWebhookDeleteOK) Error() string
- func (o *OutgoingWebhookDeleteOK) GetPayload() *models.V0AppWebhookDeletedResponseModel
- func (o *OutgoingWebhookDeleteOK) IsClientError() bool
- func (o *OutgoingWebhookDeleteOK) IsCode(code int) bool
- func (o *OutgoingWebhookDeleteOK) IsRedirect() bool
- func (o *OutgoingWebhookDeleteOK) IsServerError() bool
- func (o *OutgoingWebhookDeleteOK) IsSuccess() bool
- func (o *OutgoingWebhookDeleteOK) String() string
- type OutgoingWebhookDeleteParams
- func NewOutgoingWebhookDeleteParams() *OutgoingWebhookDeleteParams
- func NewOutgoingWebhookDeleteParamsWithContext(ctx context.Context) *OutgoingWebhookDeleteParams
- func NewOutgoingWebhookDeleteParamsWithHTTPClient(client *http.Client) *OutgoingWebhookDeleteParams
- func NewOutgoingWebhookDeleteParamsWithTimeout(timeout time.Duration) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) SetAppSlug(appSlug string)
- func (o *OutgoingWebhookDeleteParams) SetAppWebhookSlug(appWebhookSlug string)
- func (o *OutgoingWebhookDeleteParams) SetContext(ctx context.Context)
- func (o *OutgoingWebhookDeleteParams) SetDefaults()
- func (o *OutgoingWebhookDeleteParams) SetHTTPClient(client *http.Client)
- func (o *OutgoingWebhookDeleteParams) SetTimeout(timeout time.Duration)
- func (o *OutgoingWebhookDeleteParams) WithAppSlug(appSlug string) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WithAppWebhookSlug(appWebhookSlug string) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WithContext(ctx context.Context) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WithDefaults() *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WithHTTPClient(client *http.Client) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WithTimeout(timeout time.Duration) *OutgoingWebhookDeleteParams
- func (o *OutgoingWebhookDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OutgoingWebhookDeleteReader
- type OutgoingWebhookDeleteUnauthorized
- func (o *OutgoingWebhookDeleteUnauthorized) Code() int
- func (o *OutgoingWebhookDeleteUnauthorized) Error() string
- func (o *OutgoingWebhookDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookDeleteUnauthorized) IsClientError() bool
- func (o *OutgoingWebhookDeleteUnauthorized) IsCode(code int) bool
- func (o *OutgoingWebhookDeleteUnauthorized) IsRedirect() bool
- func (o *OutgoingWebhookDeleteUnauthorized) IsServerError() bool
- func (o *OutgoingWebhookDeleteUnauthorized) IsSuccess() bool
- func (o *OutgoingWebhookDeleteUnauthorized) String() string
- type OutgoingWebhookListBadRequest
- func (o *OutgoingWebhookListBadRequest) Code() int
- func (o *OutgoingWebhookListBadRequest) Error() string
- func (o *OutgoingWebhookListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookListBadRequest) IsClientError() bool
- func (o *OutgoingWebhookListBadRequest) IsCode(code int) bool
- func (o *OutgoingWebhookListBadRequest) IsRedirect() bool
- func (o *OutgoingWebhookListBadRequest) IsServerError() bool
- func (o *OutgoingWebhookListBadRequest) IsSuccess() bool
- func (o *OutgoingWebhookListBadRequest) String() string
- type OutgoingWebhookListInternalServerError
- func (o *OutgoingWebhookListInternalServerError) Code() int
- func (o *OutgoingWebhookListInternalServerError) Error() string
- func (o *OutgoingWebhookListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookListInternalServerError) IsClientError() bool
- func (o *OutgoingWebhookListInternalServerError) IsCode(code int) bool
- func (o *OutgoingWebhookListInternalServerError) IsRedirect() bool
- func (o *OutgoingWebhookListInternalServerError) IsServerError() bool
- func (o *OutgoingWebhookListInternalServerError) IsSuccess() bool
- func (o *OutgoingWebhookListInternalServerError) String() string
- type OutgoingWebhookListOK
- func (o *OutgoingWebhookListOK) Code() int
- func (o *OutgoingWebhookListOK) Error() string
- func (o *OutgoingWebhookListOK) GetPayload() *models.V0AppWebhookListResponseModel
- func (o *OutgoingWebhookListOK) IsClientError() bool
- func (o *OutgoingWebhookListOK) IsCode(code int) bool
- func (o *OutgoingWebhookListOK) IsRedirect() bool
- func (o *OutgoingWebhookListOK) IsServerError() bool
- func (o *OutgoingWebhookListOK) IsSuccess() bool
- func (o *OutgoingWebhookListOK) String() string
- type OutgoingWebhookListParams
- func NewOutgoingWebhookListParams() *OutgoingWebhookListParams
- func NewOutgoingWebhookListParamsWithContext(ctx context.Context) *OutgoingWebhookListParams
- func NewOutgoingWebhookListParamsWithHTTPClient(client *http.Client) *OutgoingWebhookListParams
- func NewOutgoingWebhookListParamsWithTimeout(timeout time.Duration) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) SetAppSlug(appSlug string)
- func (o *OutgoingWebhookListParams) SetContext(ctx context.Context)
- func (o *OutgoingWebhookListParams) SetDefaults()
- func (o *OutgoingWebhookListParams) SetHTTPClient(client *http.Client)
- func (o *OutgoingWebhookListParams) SetLimit(limit *int64)
- func (o *OutgoingWebhookListParams) SetNext(next *string)
- func (o *OutgoingWebhookListParams) SetTimeout(timeout time.Duration)
- func (o *OutgoingWebhookListParams) WithAppSlug(appSlug string) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithContext(ctx context.Context) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithDefaults() *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithHTTPClient(client *http.Client) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithLimit(limit *int64) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithNext(next *string) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WithTimeout(timeout time.Duration) *OutgoingWebhookListParams
- func (o *OutgoingWebhookListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OutgoingWebhookListReader
- type OutgoingWebhookListUnauthorized
- func (o *OutgoingWebhookListUnauthorized) Code() int
- func (o *OutgoingWebhookListUnauthorized) Error() string
- func (o *OutgoingWebhookListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookListUnauthorized) IsClientError() bool
- func (o *OutgoingWebhookListUnauthorized) IsCode(code int) bool
- func (o *OutgoingWebhookListUnauthorized) IsRedirect() bool
- func (o *OutgoingWebhookListUnauthorized) IsServerError() bool
- func (o *OutgoingWebhookListUnauthorized) IsSuccess() bool
- func (o *OutgoingWebhookListUnauthorized) String() string
- type OutgoingWebhookUpdateBadRequest
- func (o *OutgoingWebhookUpdateBadRequest) Code() int
- func (o *OutgoingWebhookUpdateBadRequest) Error() string
- func (o *OutgoingWebhookUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookUpdateBadRequest) IsClientError() bool
- func (o *OutgoingWebhookUpdateBadRequest) IsCode(code int) bool
- func (o *OutgoingWebhookUpdateBadRequest) IsRedirect() bool
- func (o *OutgoingWebhookUpdateBadRequest) IsServerError() bool
- func (o *OutgoingWebhookUpdateBadRequest) IsSuccess() bool
- func (o *OutgoingWebhookUpdateBadRequest) String() string
- type OutgoingWebhookUpdateInternalServerError
- func (o *OutgoingWebhookUpdateInternalServerError) Code() int
- func (o *OutgoingWebhookUpdateInternalServerError) Error() string
- func (o *OutgoingWebhookUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookUpdateInternalServerError) IsClientError() bool
- func (o *OutgoingWebhookUpdateInternalServerError) IsCode(code int) bool
- func (o *OutgoingWebhookUpdateInternalServerError) IsRedirect() bool
- func (o *OutgoingWebhookUpdateInternalServerError) IsServerError() bool
- func (o *OutgoingWebhookUpdateInternalServerError) IsSuccess() bool
- func (o *OutgoingWebhookUpdateInternalServerError) String() string
- type OutgoingWebhookUpdateNotFound
- func (o *OutgoingWebhookUpdateNotFound) Code() int
- func (o *OutgoingWebhookUpdateNotFound) Error() string
- func (o *OutgoingWebhookUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookUpdateNotFound) IsClientError() bool
- func (o *OutgoingWebhookUpdateNotFound) IsCode(code int) bool
- func (o *OutgoingWebhookUpdateNotFound) IsRedirect() bool
- func (o *OutgoingWebhookUpdateNotFound) IsServerError() bool
- func (o *OutgoingWebhookUpdateNotFound) IsSuccess() bool
- func (o *OutgoingWebhookUpdateNotFound) String() string
- type OutgoingWebhookUpdateOK
- func (o *OutgoingWebhookUpdateOK) Code() int
- func (o *OutgoingWebhookUpdateOK) Error() string
- func (o *OutgoingWebhookUpdateOK) GetPayload() *models.V0AppWebhookResponseModel
- func (o *OutgoingWebhookUpdateOK) IsClientError() bool
- func (o *OutgoingWebhookUpdateOK) IsCode(code int) bool
- func (o *OutgoingWebhookUpdateOK) IsRedirect() bool
- func (o *OutgoingWebhookUpdateOK) IsServerError() bool
- func (o *OutgoingWebhookUpdateOK) IsSuccess() bool
- func (o *OutgoingWebhookUpdateOK) String() string
- type OutgoingWebhookUpdateParams
- func NewOutgoingWebhookUpdateParams() *OutgoingWebhookUpdateParams
- func NewOutgoingWebhookUpdateParamsWithContext(ctx context.Context) *OutgoingWebhookUpdateParams
- func NewOutgoingWebhookUpdateParamsWithHTTPClient(client *http.Client) *OutgoingWebhookUpdateParams
- func NewOutgoingWebhookUpdateParamsWithTimeout(timeout time.Duration) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) SetAppSlug(appSlug string)
- func (o *OutgoingWebhookUpdateParams) SetAppWebhookSlug(appWebhookSlug string)
- func (o *OutgoingWebhookUpdateParams) SetAppWebhookUpdateParams(appWebhookUpdateParams *models.V0AppWebhookUpdateParams)
- func (o *OutgoingWebhookUpdateParams) SetContext(ctx context.Context)
- func (o *OutgoingWebhookUpdateParams) SetDefaults()
- func (o *OutgoingWebhookUpdateParams) SetHTTPClient(client *http.Client)
- func (o *OutgoingWebhookUpdateParams) SetTimeout(timeout time.Duration)
- func (o *OutgoingWebhookUpdateParams) WithAppSlug(appSlug string) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithAppWebhookSlug(appWebhookSlug string) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithAppWebhookUpdateParams(appWebhookUpdateParams *models.V0AppWebhookUpdateParams) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithContext(ctx context.Context) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithDefaults() *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithHTTPClient(client *http.Client) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WithTimeout(timeout time.Duration) *OutgoingWebhookUpdateParams
- func (o *OutgoingWebhookUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OutgoingWebhookUpdateReader
- type OutgoingWebhookUpdateUnauthorized
- func (o *OutgoingWebhookUpdateUnauthorized) Code() int
- func (o *OutgoingWebhookUpdateUnauthorized) Error() string
- func (o *OutgoingWebhookUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *OutgoingWebhookUpdateUnauthorized) IsClientError() bool
- func (o *OutgoingWebhookUpdateUnauthorized) IsCode(code int) bool
- func (o *OutgoingWebhookUpdateUnauthorized) IsRedirect() bool
- func (o *OutgoingWebhookUpdateUnauthorized) IsServerError() bool
- func (o *OutgoingWebhookUpdateUnauthorized) IsSuccess() bool
- func (o *OutgoingWebhookUpdateUnauthorized) String() string
- type PipelineAbortBadRequest
- func (o *PipelineAbortBadRequest) Code() int
- func (o *PipelineAbortBadRequest) Error() string
- func (o *PipelineAbortBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineAbortBadRequest) IsClientError() bool
- func (o *PipelineAbortBadRequest) IsCode(code int) bool
- func (o *PipelineAbortBadRequest) IsRedirect() bool
- func (o *PipelineAbortBadRequest) IsServerError() bool
- func (o *PipelineAbortBadRequest) IsSuccess() bool
- func (o *PipelineAbortBadRequest) String() string
- type PipelineAbortInternalServerError
- func (o *PipelineAbortInternalServerError) Code() int
- func (o *PipelineAbortInternalServerError) Error() string
- func (o *PipelineAbortInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineAbortInternalServerError) IsClientError() bool
- func (o *PipelineAbortInternalServerError) IsCode(code int) bool
- func (o *PipelineAbortInternalServerError) IsRedirect() bool
- func (o *PipelineAbortInternalServerError) IsServerError() bool
- func (o *PipelineAbortInternalServerError) IsSuccess() bool
- func (o *PipelineAbortInternalServerError) String() string
- type PipelineAbortNotFound
- func (o *PipelineAbortNotFound) Code() int
- func (o *PipelineAbortNotFound) Error() string
- func (o *PipelineAbortNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineAbortNotFound) IsClientError() bool
- func (o *PipelineAbortNotFound) IsCode(code int) bool
- func (o *PipelineAbortNotFound) IsRedirect() bool
- func (o *PipelineAbortNotFound) IsServerError() bool
- func (o *PipelineAbortNotFound) IsSuccess() bool
- func (o *PipelineAbortNotFound) String() string
- type PipelineAbortOK
- func (o *PipelineAbortOK) Code() int
- func (o *PipelineAbortOK) Error() string
- func (o *PipelineAbortOK) IsClientError() bool
- func (o *PipelineAbortOK) IsCode(code int) bool
- func (o *PipelineAbortOK) IsRedirect() bool
- func (o *PipelineAbortOK) IsServerError() bool
- func (o *PipelineAbortOK) IsSuccess() bool
- func (o *PipelineAbortOK) String() string
- type PipelineAbortParams
- func (o *PipelineAbortParams) SetAppSlug(appSlug string)
- func (o *PipelineAbortParams) SetContext(ctx context.Context)
- func (o *PipelineAbortParams) SetDefaults()
- func (o *PipelineAbortParams) SetHTTPClient(client *http.Client)
- func (o *PipelineAbortParams) SetPipelineAbortParams(pipelineAbortParams *models.V0PipelineAbortParams)
- func (o *PipelineAbortParams) SetPipelineID(pipelineID string)
- func (o *PipelineAbortParams) SetTimeout(timeout time.Duration)
- func (o *PipelineAbortParams) WithAppSlug(appSlug string) *PipelineAbortParams
- func (o *PipelineAbortParams) WithContext(ctx context.Context) *PipelineAbortParams
- func (o *PipelineAbortParams) WithDefaults() *PipelineAbortParams
- func (o *PipelineAbortParams) WithHTTPClient(client *http.Client) *PipelineAbortParams
- func (o *PipelineAbortParams) WithPipelineAbortParams(pipelineAbortParams *models.V0PipelineAbortParams) *PipelineAbortParams
- func (o *PipelineAbortParams) WithPipelineID(pipelineID string) *PipelineAbortParams
- func (o *PipelineAbortParams) WithTimeout(timeout time.Duration) *PipelineAbortParams
- func (o *PipelineAbortParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PipelineAbortReader
- type PipelineAbortUnauthorized
- func (o *PipelineAbortUnauthorized) Code() int
- func (o *PipelineAbortUnauthorized) Error() string
- func (o *PipelineAbortUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineAbortUnauthorized) IsClientError() bool
- func (o *PipelineAbortUnauthorized) IsCode(code int) bool
- func (o *PipelineAbortUnauthorized) IsRedirect() bool
- func (o *PipelineAbortUnauthorized) IsServerError() bool
- func (o *PipelineAbortUnauthorized) IsSuccess() bool
- func (o *PipelineAbortUnauthorized) String() string
- type PipelineListAllBadRequest
- func (o *PipelineListAllBadRequest) Code() int
- func (o *PipelineListAllBadRequest) Error() string
- func (o *PipelineListAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListAllBadRequest) IsClientError() bool
- func (o *PipelineListAllBadRequest) IsCode(code int) bool
- func (o *PipelineListAllBadRequest) IsRedirect() bool
- func (o *PipelineListAllBadRequest) IsServerError() bool
- func (o *PipelineListAllBadRequest) IsSuccess() bool
- func (o *PipelineListAllBadRequest) String() string
- type PipelineListAllInternalServerError
- func (o *PipelineListAllInternalServerError) Code() int
- func (o *PipelineListAllInternalServerError) Error() string
- func (o *PipelineListAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListAllInternalServerError) IsClientError() bool
- func (o *PipelineListAllInternalServerError) IsCode(code int) bool
- func (o *PipelineListAllInternalServerError) IsRedirect() bool
- func (o *PipelineListAllInternalServerError) IsServerError() bool
- func (o *PipelineListAllInternalServerError) IsSuccess() bool
- func (o *PipelineListAllInternalServerError) String() string
- type PipelineListAllNotFound
- func (o *PipelineListAllNotFound) Code() int
- func (o *PipelineListAllNotFound) Error() string
- func (o *PipelineListAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListAllNotFound) IsClientError() bool
- func (o *PipelineListAllNotFound) IsCode(code int) bool
- func (o *PipelineListAllNotFound) IsRedirect() bool
- func (o *PipelineListAllNotFound) IsServerError() bool
- func (o *PipelineListAllNotFound) IsSuccess() bool
- func (o *PipelineListAllNotFound) String() string
- type PipelineListAllOK
- func (o *PipelineListAllOK) Code() int
- func (o *PipelineListAllOK) Error() string
- func (o *PipelineListAllOK) GetPayload() *models.V0PipelineListAllResponseModel
- func (o *PipelineListAllOK) IsClientError() bool
- func (o *PipelineListAllOK) IsCode(code int) bool
- func (o *PipelineListAllOK) IsRedirect() bool
- func (o *PipelineListAllOK) IsServerError() bool
- func (o *PipelineListAllOK) IsSuccess() bool
- func (o *PipelineListAllOK) String() string
- type PipelineListAllParams
- func NewPipelineListAllParams() *PipelineListAllParams
- func NewPipelineListAllParamsWithContext(ctx context.Context) *PipelineListAllParams
- func NewPipelineListAllParamsWithHTTPClient(client *http.Client) *PipelineListAllParams
- func NewPipelineListAllParamsWithTimeout(timeout time.Duration) *PipelineListAllParams
- func (o *PipelineListAllParams) SetContext(ctx context.Context)
- func (o *PipelineListAllParams) SetDefaults()
- func (o *PipelineListAllParams) SetHTTPClient(client *http.Client)
- func (o *PipelineListAllParams) SetLimit(limit *int64)
- func (o *PipelineListAllParams) SetNext(next *string)
- func (o *PipelineListAllParams) SetOwnerSlug(ownerSlug *string)
- func (o *PipelineListAllParams) SetStatus(status *int64)
- func (o *PipelineListAllParams) SetTimeout(timeout time.Duration)
- func (o *PipelineListAllParams) WithContext(ctx context.Context) *PipelineListAllParams
- func (o *PipelineListAllParams) WithDefaults() *PipelineListAllParams
- func (o *PipelineListAllParams) WithHTTPClient(client *http.Client) *PipelineListAllParams
- func (o *PipelineListAllParams) WithLimit(limit *int64) *PipelineListAllParams
- func (o *PipelineListAllParams) WithNext(next *string) *PipelineListAllParams
- func (o *PipelineListAllParams) WithOwnerSlug(ownerSlug *string) *PipelineListAllParams
- func (o *PipelineListAllParams) WithStatus(status *int64) *PipelineListAllParams
- func (o *PipelineListAllParams) WithTimeout(timeout time.Duration) *PipelineListAllParams
- func (o *PipelineListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PipelineListAllReader
- type PipelineListAllUnauthorized
- func (o *PipelineListAllUnauthorized) Code() int
- func (o *PipelineListAllUnauthorized) Error() string
- func (o *PipelineListAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListAllUnauthorized) IsClientError() bool
- func (o *PipelineListAllUnauthorized) IsCode(code int) bool
- func (o *PipelineListAllUnauthorized) IsRedirect() bool
- func (o *PipelineListAllUnauthorized) IsServerError() bool
- func (o *PipelineListAllUnauthorized) IsSuccess() bool
- func (o *PipelineListAllUnauthorized) String() string
- type PipelineListBadRequest
- func (o *PipelineListBadRequest) Code() int
- func (o *PipelineListBadRequest) Error() string
- func (o *PipelineListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListBadRequest) IsClientError() bool
- func (o *PipelineListBadRequest) IsCode(code int) bool
- func (o *PipelineListBadRequest) IsRedirect() bool
- func (o *PipelineListBadRequest) IsServerError() bool
- func (o *PipelineListBadRequest) IsSuccess() bool
- func (o *PipelineListBadRequest) String() string
- type PipelineListInternalServerError
- func (o *PipelineListInternalServerError) Code() int
- func (o *PipelineListInternalServerError) Error() string
- func (o *PipelineListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListInternalServerError) IsClientError() bool
- func (o *PipelineListInternalServerError) IsCode(code int) bool
- func (o *PipelineListInternalServerError) IsRedirect() bool
- func (o *PipelineListInternalServerError) IsServerError() bool
- func (o *PipelineListInternalServerError) IsSuccess() bool
- func (o *PipelineListInternalServerError) String() string
- type PipelineListNotFound
- func (o *PipelineListNotFound) Code() int
- func (o *PipelineListNotFound) Error() string
- func (o *PipelineListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListNotFound) IsClientError() bool
- func (o *PipelineListNotFound) IsCode(code int) bool
- func (o *PipelineListNotFound) IsRedirect() bool
- func (o *PipelineListNotFound) IsServerError() bool
- func (o *PipelineListNotFound) IsSuccess() bool
- func (o *PipelineListNotFound) String() string
- type PipelineListOK
- func (o *PipelineListOK) Code() int
- func (o *PipelineListOK) Error() string
- func (o *PipelineListOK) GetPayload() *models.V0PipelineListResponseModel
- func (o *PipelineListOK) IsClientError() bool
- func (o *PipelineListOK) IsCode(code int) bool
- func (o *PipelineListOK) IsRedirect() bool
- func (o *PipelineListOK) IsServerError() bool
- func (o *PipelineListOK) IsSuccess() bool
- func (o *PipelineListOK) String() string
- type PipelineListParams
- func (o *PipelineListParams) SetAfter(after *string)
- func (o *PipelineListParams) SetAppSlug(appSlug string)
- func (o *PipelineListParams) SetBefore(before *string)
- func (o *PipelineListParams) SetBranch(branch *string)
- func (o *PipelineListParams) SetBuildEnvironment(buildEnvironment *string)
- func (o *PipelineListParams) SetBuildNumber(buildNumber *int64)
- func (o *PipelineListParams) SetCommitMessage(commitMessage *string)
- func (o *PipelineListParams) SetContext(ctx context.Context)
- func (o *PipelineListParams) SetDefaults()
- func (o *PipelineListParams) SetHTTPClient(client *http.Client)
- func (o *PipelineListParams) SetLimit(limit *int64)
- func (o *PipelineListParams) SetNext(next *string)
- func (o *PipelineListParams) SetPipeline(pipeline *string)
- func (o *PipelineListParams) SetStatus(status *string)
- func (o *PipelineListParams) SetTimeout(timeout time.Duration)
- func (o *PipelineListParams) SetTriggerEventType(triggerEventType *string)
- func (o *PipelineListParams) SetWorkflow(workflow *string)
- func (o *PipelineListParams) WithAfter(after *string) *PipelineListParams
- func (o *PipelineListParams) WithAppSlug(appSlug string) *PipelineListParams
- func (o *PipelineListParams) WithBefore(before *string) *PipelineListParams
- func (o *PipelineListParams) WithBranch(branch *string) *PipelineListParams
- func (o *PipelineListParams) WithBuildEnvironment(buildEnvironment *string) *PipelineListParams
- func (o *PipelineListParams) WithBuildNumber(buildNumber *int64) *PipelineListParams
- func (o *PipelineListParams) WithCommitMessage(commitMessage *string) *PipelineListParams
- func (o *PipelineListParams) WithContext(ctx context.Context) *PipelineListParams
- func (o *PipelineListParams) WithDefaults() *PipelineListParams
- func (o *PipelineListParams) WithHTTPClient(client *http.Client) *PipelineListParams
- func (o *PipelineListParams) WithLimit(limit *int64) *PipelineListParams
- func (o *PipelineListParams) WithNext(next *string) *PipelineListParams
- func (o *PipelineListParams) WithPipeline(pipeline *string) *PipelineListParams
- func (o *PipelineListParams) WithStatus(status *string) *PipelineListParams
- func (o *PipelineListParams) WithTimeout(timeout time.Duration) *PipelineListParams
- func (o *PipelineListParams) WithTriggerEventType(triggerEventType *string) *PipelineListParams
- func (o *PipelineListParams) WithWorkflow(workflow *string) *PipelineListParams
- func (o *PipelineListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PipelineListReader
- type PipelineListUnauthorized
- func (o *PipelineListUnauthorized) Code() int
- func (o *PipelineListUnauthorized) Error() string
- func (o *PipelineListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineListUnauthorized) IsClientError() bool
- func (o *PipelineListUnauthorized) IsCode(code int) bool
- func (o *PipelineListUnauthorized) IsRedirect() bool
- func (o *PipelineListUnauthorized) IsServerError() bool
- func (o *PipelineListUnauthorized) IsSuccess() bool
- func (o *PipelineListUnauthorized) String() string
- type PipelineRebuildBadRequest
- func (o *PipelineRebuildBadRequest) Code() int
- func (o *PipelineRebuildBadRequest) Error() string
- func (o *PipelineRebuildBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineRebuildBadRequest) IsClientError() bool
- func (o *PipelineRebuildBadRequest) IsCode(code int) bool
- func (o *PipelineRebuildBadRequest) IsRedirect() bool
- func (o *PipelineRebuildBadRequest) IsServerError() bool
- func (o *PipelineRebuildBadRequest) IsSuccess() bool
- func (o *PipelineRebuildBadRequest) String() string
- type PipelineRebuildCreated
- func (o *PipelineRebuildCreated) Code() int
- func (o *PipelineRebuildCreated) Error() string
- func (o *PipelineRebuildCreated) IsClientError() bool
- func (o *PipelineRebuildCreated) IsCode(code int) bool
- func (o *PipelineRebuildCreated) IsRedirect() bool
- func (o *PipelineRebuildCreated) IsServerError() bool
- func (o *PipelineRebuildCreated) IsSuccess() bool
- func (o *PipelineRebuildCreated) String() string
- type PipelineRebuildInternalServerError
- func (o *PipelineRebuildInternalServerError) Code() int
- func (o *PipelineRebuildInternalServerError) Error() string
- func (o *PipelineRebuildInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineRebuildInternalServerError) IsClientError() bool
- func (o *PipelineRebuildInternalServerError) IsCode(code int) bool
- func (o *PipelineRebuildInternalServerError) IsRedirect() bool
- func (o *PipelineRebuildInternalServerError) IsServerError() bool
- func (o *PipelineRebuildInternalServerError) IsSuccess() bool
- func (o *PipelineRebuildInternalServerError) String() string
- type PipelineRebuildNotFound
- func (o *PipelineRebuildNotFound) Code() int
- func (o *PipelineRebuildNotFound) Error() string
- func (o *PipelineRebuildNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineRebuildNotFound) IsClientError() bool
- func (o *PipelineRebuildNotFound) IsCode(code int) bool
- func (o *PipelineRebuildNotFound) IsRedirect() bool
- func (o *PipelineRebuildNotFound) IsServerError() bool
- func (o *PipelineRebuildNotFound) IsSuccess() bool
- func (o *PipelineRebuildNotFound) String() string
- type PipelineRebuildParams
- func NewPipelineRebuildParams() *PipelineRebuildParams
- func NewPipelineRebuildParamsWithContext(ctx context.Context) *PipelineRebuildParams
- func NewPipelineRebuildParamsWithHTTPClient(client *http.Client) *PipelineRebuildParams
- func NewPipelineRebuildParamsWithTimeout(timeout time.Duration) *PipelineRebuildParams
- func (o *PipelineRebuildParams) SetAppSlug(appSlug string)
- func (o *PipelineRebuildParams) SetContext(ctx context.Context)
- func (o *PipelineRebuildParams) SetDefaults()
- func (o *PipelineRebuildParams) SetHTTPClient(client *http.Client)
- func (o *PipelineRebuildParams) SetPipelineID(pipelineID string)
- func (o *PipelineRebuildParams) SetPipelineRebuildParams(pipelineRebuildParams *models.V0PipelineRebuildParams)
- func (o *PipelineRebuildParams) SetTimeout(timeout time.Duration)
- func (o *PipelineRebuildParams) WithAppSlug(appSlug string) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithContext(ctx context.Context) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithDefaults() *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithHTTPClient(client *http.Client) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithPipelineID(pipelineID string) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithPipelineRebuildParams(pipelineRebuildParams *models.V0PipelineRebuildParams) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WithTimeout(timeout time.Duration) *PipelineRebuildParams
- func (o *PipelineRebuildParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PipelineRebuildPreconditionFailed
- func (o *PipelineRebuildPreconditionFailed) Code() int
- func (o *PipelineRebuildPreconditionFailed) Error() string
- func (o *PipelineRebuildPreconditionFailed) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineRebuildPreconditionFailed) IsClientError() bool
- func (o *PipelineRebuildPreconditionFailed) IsCode(code int) bool
- func (o *PipelineRebuildPreconditionFailed) IsRedirect() bool
- func (o *PipelineRebuildPreconditionFailed) IsServerError() bool
- func (o *PipelineRebuildPreconditionFailed) IsSuccess() bool
- func (o *PipelineRebuildPreconditionFailed) String() string
- type PipelineRebuildReader
- type PipelineRebuildUnauthorized
- func (o *PipelineRebuildUnauthorized) Code() int
- func (o *PipelineRebuildUnauthorized) Error() string
- func (o *PipelineRebuildUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineRebuildUnauthorized) IsClientError() bool
- func (o *PipelineRebuildUnauthorized) IsCode(code int) bool
- func (o *PipelineRebuildUnauthorized) IsRedirect() bool
- func (o *PipelineRebuildUnauthorized) IsServerError() bool
- func (o *PipelineRebuildUnauthorized) IsSuccess() bool
- func (o *PipelineRebuildUnauthorized) String() string
- type PipelineShowBadRequest
- func (o *PipelineShowBadRequest) Code() int
- func (o *PipelineShowBadRequest) Error() string
- func (o *PipelineShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineShowBadRequest) IsClientError() bool
- func (o *PipelineShowBadRequest) IsCode(code int) bool
- func (o *PipelineShowBadRequest) IsRedirect() bool
- func (o *PipelineShowBadRequest) IsServerError() bool
- func (o *PipelineShowBadRequest) IsSuccess() bool
- func (o *PipelineShowBadRequest) String() string
- type PipelineShowInternalServerError
- func (o *PipelineShowInternalServerError) Code() int
- func (o *PipelineShowInternalServerError) Error() string
- func (o *PipelineShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineShowInternalServerError) IsClientError() bool
- func (o *PipelineShowInternalServerError) IsCode(code int) bool
- func (o *PipelineShowInternalServerError) IsRedirect() bool
- func (o *PipelineShowInternalServerError) IsServerError() bool
- func (o *PipelineShowInternalServerError) IsSuccess() bool
- func (o *PipelineShowInternalServerError) String() string
- type PipelineShowNotFound
- func (o *PipelineShowNotFound) Code() int
- func (o *PipelineShowNotFound) Error() string
- func (o *PipelineShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineShowNotFound) IsClientError() bool
- func (o *PipelineShowNotFound) IsCode(code int) bool
- func (o *PipelineShowNotFound) IsRedirect() bool
- func (o *PipelineShowNotFound) IsServerError() bool
- func (o *PipelineShowNotFound) IsSuccess() bool
- func (o *PipelineShowNotFound) String() string
- type PipelineShowOK
- func (o *PipelineShowOK) Code() int
- func (o *PipelineShowOK) Error() string
- func (o *PipelineShowOK) GetPayload() *models.V0PipelineShowResponseModel
- func (o *PipelineShowOK) IsClientError() bool
- func (o *PipelineShowOK) IsCode(code int) bool
- func (o *PipelineShowOK) IsRedirect() bool
- func (o *PipelineShowOK) IsServerError() bool
- func (o *PipelineShowOK) IsSuccess() bool
- func (o *PipelineShowOK) String() string
- type PipelineShowParams
- func (o *PipelineShowParams) SetAppSlug(appSlug string)
- func (o *PipelineShowParams) SetContext(ctx context.Context)
- func (o *PipelineShowParams) SetDefaults()
- func (o *PipelineShowParams) SetHTTPClient(client *http.Client)
- func (o *PipelineShowParams) SetPipelineID(pipelineID string)
- func (o *PipelineShowParams) SetTimeout(timeout time.Duration)
- func (o *PipelineShowParams) WithAppSlug(appSlug string) *PipelineShowParams
- func (o *PipelineShowParams) WithContext(ctx context.Context) *PipelineShowParams
- func (o *PipelineShowParams) WithDefaults() *PipelineShowParams
- func (o *PipelineShowParams) WithHTTPClient(client *http.Client) *PipelineShowParams
- func (o *PipelineShowParams) WithPipelineID(pipelineID string) *PipelineShowParams
- func (o *PipelineShowParams) WithTimeout(timeout time.Duration) *PipelineShowParams
- func (o *PipelineShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PipelineShowReader
- type PipelineShowUnauthorized
- func (o *PipelineShowUnauthorized) Code() int
- func (o *PipelineShowUnauthorized) Error() string
- func (o *PipelineShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *PipelineShowUnauthorized) IsClientError() bool
- func (o *PipelineShowUnauthorized) IsCode(code int) bool
- func (o *PipelineShowUnauthorized) IsRedirect() bool
- func (o *PipelineShowUnauthorized) IsServerError() bool
- func (o *PipelineShowUnauthorized) IsSuccess() bool
- func (o *PipelineShowUnauthorized) String() string
- type ProvisioningProfileConfirmBadRequest
- func (o *ProvisioningProfileConfirmBadRequest) Code() int
- func (o *ProvisioningProfileConfirmBadRequest) Error() string
- func (o *ProvisioningProfileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileConfirmBadRequest) IsClientError() bool
- func (o *ProvisioningProfileConfirmBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileConfirmBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileConfirmBadRequest) IsServerError() bool
- func (o *ProvisioningProfileConfirmBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileConfirmBadRequest) String() string
- type ProvisioningProfileConfirmInternalServerError
- func (o *ProvisioningProfileConfirmInternalServerError) Code() int
- func (o *ProvisioningProfileConfirmInternalServerError) Error() string
- func (o *ProvisioningProfileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileConfirmInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileConfirmInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileConfirmInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileConfirmInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileConfirmInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileConfirmInternalServerError) String() string
- type ProvisioningProfileConfirmNotFound
- func (o *ProvisioningProfileConfirmNotFound) Code() int
- func (o *ProvisioningProfileConfirmNotFound) Error() string
- func (o *ProvisioningProfileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileConfirmNotFound) IsClientError() bool
- func (o *ProvisioningProfileConfirmNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileConfirmNotFound) IsRedirect() bool
- func (o *ProvisioningProfileConfirmNotFound) IsServerError() bool
- func (o *ProvisioningProfileConfirmNotFound) IsSuccess() bool
- func (o *ProvisioningProfileConfirmNotFound) String() string
- type ProvisioningProfileConfirmOK
- func (o *ProvisioningProfileConfirmOK) Code() int
- func (o *ProvisioningProfileConfirmOK) Error() string
- func (o *ProvisioningProfileConfirmOK) GetPayload() *models.V0ProvisionProfileResponseModel
- func (o *ProvisioningProfileConfirmOK) IsClientError() bool
- func (o *ProvisioningProfileConfirmOK) IsCode(code int) bool
- func (o *ProvisioningProfileConfirmOK) IsRedirect() bool
- func (o *ProvisioningProfileConfirmOK) IsServerError() bool
- func (o *ProvisioningProfileConfirmOK) IsSuccess() bool
- func (o *ProvisioningProfileConfirmOK) String() string
- type ProvisioningProfileConfirmParams
- func NewProvisioningProfileConfirmParams() *ProvisioningProfileConfirmParams
- func NewProvisioningProfileConfirmParamsWithContext(ctx context.Context) *ProvisioningProfileConfirmParams
- func NewProvisioningProfileConfirmParamsWithHTTPClient(client *http.Client) *ProvisioningProfileConfirmParams
- func NewProvisioningProfileConfirmParamsWithTimeout(timeout time.Duration) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileConfirmParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileConfirmParams) SetDefaults()
- func (o *ProvisioningProfileConfirmParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileConfirmParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
- func (o *ProvisioningProfileConfirmParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileConfirmParams) WithAppSlug(appSlug string) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WithContext(ctx context.Context) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WithDefaults() *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WithHTTPClient(client *http.Client) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WithTimeout(timeout time.Duration) *ProvisioningProfileConfirmParams
- func (o *ProvisioningProfileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileConfirmReader
- type ProvisioningProfileConfirmUnauthorized
- func (o *ProvisioningProfileConfirmUnauthorized) Code() int
- func (o *ProvisioningProfileConfirmUnauthorized) Error() string
- func (o *ProvisioningProfileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileConfirmUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileConfirmUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileConfirmUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileConfirmUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileConfirmUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileConfirmUnauthorized) String() string
- type ProvisioningProfileCreateBadRequest
- func (o *ProvisioningProfileCreateBadRequest) Code() int
- func (o *ProvisioningProfileCreateBadRequest) Error() string
- func (o *ProvisioningProfileCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileCreateBadRequest) IsClientError() bool
- func (o *ProvisioningProfileCreateBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileCreateBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileCreateBadRequest) IsServerError() bool
- func (o *ProvisioningProfileCreateBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileCreateBadRequest) String() string
- type ProvisioningProfileCreateCreated
- func (o *ProvisioningProfileCreateCreated) Code() int
- func (o *ProvisioningProfileCreateCreated) Error() string
- func (o *ProvisioningProfileCreateCreated) GetPayload() *models.V0ProvisionProfileResponseModel
- func (o *ProvisioningProfileCreateCreated) IsClientError() bool
- func (o *ProvisioningProfileCreateCreated) IsCode(code int) bool
- func (o *ProvisioningProfileCreateCreated) IsRedirect() bool
- func (o *ProvisioningProfileCreateCreated) IsServerError() bool
- func (o *ProvisioningProfileCreateCreated) IsSuccess() bool
- func (o *ProvisioningProfileCreateCreated) String() string
- type ProvisioningProfileCreateInternalServerError
- func (o *ProvisioningProfileCreateInternalServerError) Code() int
- func (o *ProvisioningProfileCreateInternalServerError) Error() string
- func (o *ProvisioningProfileCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileCreateInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileCreateInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileCreateInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileCreateInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileCreateInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileCreateInternalServerError) String() string
- type ProvisioningProfileCreateNotFound
- func (o *ProvisioningProfileCreateNotFound) Code() int
- func (o *ProvisioningProfileCreateNotFound) Error() string
- func (o *ProvisioningProfileCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileCreateNotFound) IsClientError() bool
- func (o *ProvisioningProfileCreateNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileCreateNotFound) IsRedirect() bool
- func (o *ProvisioningProfileCreateNotFound) IsServerError() bool
- func (o *ProvisioningProfileCreateNotFound) IsSuccess() bool
- func (o *ProvisioningProfileCreateNotFound) String() string
- type ProvisioningProfileCreateParams
- func NewProvisioningProfileCreateParams() *ProvisioningProfileCreateParams
- func NewProvisioningProfileCreateParamsWithContext(ctx context.Context) *ProvisioningProfileCreateParams
- func NewProvisioningProfileCreateParamsWithHTTPClient(client *http.Client) *ProvisioningProfileCreateParams
- func NewProvisioningProfileCreateParamsWithTimeout(timeout time.Duration) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileCreateParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileCreateParams) SetDefaults()
- func (o *ProvisioningProfileCreateParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileCreateParams) SetProvisioningProfile(provisioningProfile *models.V0ProvisionProfileUploadParams)
- func (o *ProvisioningProfileCreateParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileCreateParams) WithAppSlug(appSlug string) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WithContext(ctx context.Context) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WithDefaults() *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WithHTTPClient(client *http.Client) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WithProvisioningProfile(provisioningProfile *models.V0ProvisionProfileUploadParams) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WithTimeout(timeout time.Duration) *ProvisioningProfileCreateParams
- func (o *ProvisioningProfileCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileCreateReader
- type ProvisioningProfileCreateUnauthorized
- func (o *ProvisioningProfileCreateUnauthorized) Code() int
- func (o *ProvisioningProfileCreateUnauthorized) Error() string
- func (o *ProvisioningProfileCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileCreateUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileCreateUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileCreateUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileCreateUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileCreateUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileCreateUnauthorized) String() string
- type ProvisioningProfileDeleteBadRequest
- func (o *ProvisioningProfileDeleteBadRequest) Code() int
- func (o *ProvisioningProfileDeleteBadRequest) Error() string
- func (o *ProvisioningProfileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileDeleteBadRequest) IsClientError() bool
- func (o *ProvisioningProfileDeleteBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileDeleteBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileDeleteBadRequest) IsServerError() bool
- func (o *ProvisioningProfileDeleteBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileDeleteBadRequest) String() string
- type ProvisioningProfileDeleteInternalServerError
- func (o *ProvisioningProfileDeleteInternalServerError) Code() int
- func (o *ProvisioningProfileDeleteInternalServerError) Error() string
- func (o *ProvisioningProfileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileDeleteInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileDeleteInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileDeleteInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileDeleteInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileDeleteInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileDeleteInternalServerError) String() string
- type ProvisioningProfileDeleteNotFound
- func (o *ProvisioningProfileDeleteNotFound) Code() int
- func (o *ProvisioningProfileDeleteNotFound) Error() string
- func (o *ProvisioningProfileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileDeleteNotFound) IsClientError() bool
- func (o *ProvisioningProfileDeleteNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileDeleteNotFound) IsRedirect() bool
- func (o *ProvisioningProfileDeleteNotFound) IsServerError() bool
- func (o *ProvisioningProfileDeleteNotFound) IsSuccess() bool
- func (o *ProvisioningProfileDeleteNotFound) String() string
- type ProvisioningProfileDeleteOK
- func (o *ProvisioningProfileDeleteOK) Code() int
- func (o *ProvisioningProfileDeleteOK) Error() string
- func (o *ProvisioningProfileDeleteOK) GetPayload() *models.V0ProvisionProfileResponseModel
- func (o *ProvisioningProfileDeleteOK) IsClientError() bool
- func (o *ProvisioningProfileDeleteOK) IsCode(code int) bool
- func (o *ProvisioningProfileDeleteOK) IsRedirect() bool
- func (o *ProvisioningProfileDeleteOK) IsServerError() bool
- func (o *ProvisioningProfileDeleteOK) IsSuccess() bool
- func (o *ProvisioningProfileDeleteOK) String() string
- type ProvisioningProfileDeleteParams
- func NewProvisioningProfileDeleteParams() *ProvisioningProfileDeleteParams
- func NewProvisioningProfileDeleteParamsWithContext(ctx context.Context) *ProvisioningProfileDeleteParams
- func NewProvisioningProfileDeleteParamsWithHTTPClient(client *http.Client) *ProvisioningProfileDeleteParams
- func NewProvisioningProfileDeleteParamsWithTimeout(timeout time.Duration) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileDeleteParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileDeleteParams) SetDefaults()
- func (o *ProvisioningProfileDeleteParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileDeleteParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
- func (o *ProvisioningProfileDeleteParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileDeleteParams) WithAppSlug(appSlug string) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WithContext(ctx context.Context) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WithDefaults() *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WithHTTPClient(client *http.Client) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WithTimeout(timeout time.Duration) *ProvisioningProfileDeleteParams
- func (o *ProvisioningProfileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileDeleteReader
- type ProvisioningProfileDeleteUnauthorized
- func (o *ProvisioningProfileDeleteUnauthorized) Code() int
- func (o *ProvisioningProfileDeleteUnauthorized) Error() string
- func (o *ProvisioningProfileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileDeleteUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileDeleteUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileDeleteUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileDeleteUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileDeleteUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileDeleteUnauthorized) String() string
- type ProvisioningProfileListBadRequest
- func (o *ProvisioningProfileListBadRequest) Code() int
- func (o *ProvisioningProfileListBadRequest) Error() string
- func (o *ProvisioningProfileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileListBadRequest) IsClientError() bool
- func (o *ProvisioningProfileListBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileListBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileListBadRequest) IsServerError() bool
- func (o *ProvisioningProfileListBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileListBadRequest) String() string
- type ProvisioningProfileListInternalServerError
- func (o *ProvisioningProfileListInternalServerError) Code() int
- func (o *ProvisioningProfileListInternalServerError) Error() string
- func (o *ProvisioningProfileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileListInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileListInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileListInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileListInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileListInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileListInternalServerError) String() string
- type ProvisioningProfileListNotFound
- func (o *ProvisioningProfileListNotFound) Code() int
- func (o *ProvisioningProfileListNotFound) Error() string
- func (o *ProvisioningProfileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileListNotFound) IsClientError() bool
- func (o *ProvisioningProfileListNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileListNotFound) IsRedirect() bool
- func (o *ProvisioningProfileListNotFound) IsServerError() bool
- func (o *ProvisioningProfileListNotFound) IsSuccess() bool
- func (o *ProvisioningProfileListNotFound) String() string
- type ProvisioningProfileListOK
- func (o *ProvisioningProfileListOK) Code() int
- func (o *ProvisioningProfileListOK) Error() string
- func (o *ProvisioningProfileListOK) GetPayload() *models.V0ProvisionProfileListResponseModel
- func (o *ProvisioningProfileListOK) IsClientError() bool
- func (o *ProvisioningProfileListOK) IsCode(code int) bool
- func (o *ProvisioningProfileListOK) IsRedirect() bool
- func (o *ProvisioningProfileListOK) IsServerError() bool
- func (o *ProvisioningProfileListOK) IsSuccess() bool
- func (o *ProvisioningProfileListOK) String() string
- type ProvisioningProfileListParams
- func NewProvisioningProfileListParams() *ProvisioningProfileListParams
- func NewProvisioningProfileListParamsWithContext(ctx context.Context) *ProvisioningProfileListParams
- func NewProvisioningProfileListParamsWithHTTPClient(client *http.Client) *ProvisioningProfileListParams
- func NewProvisioningProfileListParamsWithTimeout(timeout time.Duration) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileListParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileListParams) SetDefaults()
- func (o *ProvisioningProfileListParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileListParams) SetLimit(limit *int64)
- func (o *ProvisioningProfileListParams) SetNext(next *string)
- func (o *ProvisioningProfileListParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileListParams) WithAppSlug(appSlug string) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithContext(ctx context.Context) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithDefaults() *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithHTTPClient(client *http.Client) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithLimit(limit *int64) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithNext(next *string) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WithTimeout(timeout time.Duration) *ProvisioningProfileListParams
- func (o *ProvisioningProfileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileListReader
- type ProvisioningProfileListUnauthorized
- func (o *ProvisioningProfileListUnauthorized) Code() int
- func (o *ProvisioningProfileListUnauthorized) Error() string
- func (o *ProvisioningProfileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileListUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileListUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileListUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileListUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileListUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileListUnauthorized) String() string
- type ProvisioningProfileShowBadRequest
- func (o *ProvisioningProfileShowBadRequest) Code() int
- func (o *ProvisioningProfileShowBadRequest) Error() string
- func (o *ProvisioningProfileShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileShowBadRequest) IsClientError() bool
- func (o *ProvisioningProfileShowBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileShowBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileShowBadRequest) IsServerError() bool
- func (o *ProvisioningProfileShowBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileShowBadRequest) String() string
- type ProvisioningProfileShowInternalServerError
- func (o *ProvisioningProfileShowInternalServerError) Code() int
- func (o *ProvisioningProfileShowInternalServerError) Error() string
- func (o *ProvisioningProfileShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileShowInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileShowInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileShowInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileShowInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileShowInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileShowInternalServerError) String() string
- type ProvisioningProfileShowNotFound
- func (o *ProvisioningProfileShowNotFound) Code() int
- func (o *ProvisioningProfileShowNotFound) Error() string
- func (o *ProvisioningProfileShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileShowNotFound) IsClientError() bool
- func (o *ProvisioningProfileShowNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileShowNotFound) IsRedirect() bool
- func (o *ProvisioningProfileShowNotFound) IsServerError() bool
- func (o *ProvisioningProfileShowNotFound) IsSuccess() bool
- func (o *ProvisioningProfileShowNotFound) String() string
- type ProvisioningProfileShowOK
- func (o *ProvisioningProfileShowOK) Code() int
- func (o *ProvisioningProfileShowOK) Error() string
- func (o *ProvisioningProfileShowOK) GetPayload() *models.V0ProvisionProfileResponseModel
- func (o *ProvisioningProfileShowOK) IsClientError() bool
- func (o *ProvisioningProfileShowOK) IsCode(code int) bool
- func (o *ProvisioningProfileShowOK) IsRedirect() bool
- func (o *ProvisioningProfileShowOK) IsServerError() bool
- func (o *ProvisioningProfileShowOK) IsSuccess() bool
- func (o *ProvisioningProfileShowOK) String() string
- type ProvisioningProfileShowParams
- func NewProvisioningProfileShowParams() *ProvisioningProfileShowParams
- func NewProvisioningProfileShowParamsWithContext(ctx context.Context) *ProvisioningProfileShowParams
- func NewProvisioningProfileShowParamsWithHTTPClient(client *http.Client) *ProvisioningProfileShowParams
- func NewProvisioningProfileShowParamsWithTimeout(timeout time.Duration) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileShowParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileShowParams) SetDefaults()
- func (o *ProvisioningProfileShowParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileShowParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
- func (o *ProvisioningProfileShowParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileShowParams) WithAppSlug(appSlug string) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WithContext(ctx context.Context) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WithDefaults() *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WithHTTPClient(client *http.Client) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WithTimeout(timeout time.Duration) *ProvisioningProfileShowParams
- func (o *ProvisioningProfileShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileShowReader
- type ProvisioningProfileShowUnauthorized
- func (o *ProvisioningProfileShowUnauthorized) Code() int
- func (o *ProvisioningProfileShowUnauthorized) Error() string
- func (o *ProvisioningProfileShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileShowUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileShowUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileShowUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileShowUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileShowUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileShowUnauthorized) String() string
- type ProvisioningProfileUpdateBadRequest
- func (o *ProvisioningProfileUpdateBadRequest) Code() int
- func (o *ProvisioningProfileUpdateBadRequest) Error() string
- func (o *ProvisioningProfileUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileUpdateBadRequest) IsClientError() bool
- func (o *ProvisioningProfileUpdateBadRequest) IsCode(code int) bool
- func (o *ProvisioningProfileUpdateBadRequest) IsRedirect() bool
- func (o *ProvisioningProfileUpdateBadRequest) IsServerError() bool
- func (o *ProvisioningProfileUpdateBadRequest) IsSuccess() bool
- func (o *ProvisioningProfileUpdateBadRequest) String() string
- type ProvisioningProfileUpdateInternalServerError
- func (o *ProvisioningProfileUpdateInternalServerError) Code() int
- func (o *ProvisioningProfileUpdateInternalServerError) Error() string
- func (o *ProvisioningProfileUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileUpdateInternalServerError) IsClientError() bool
- func (o *ProvisioningProfileUpdateInternalServerError) IsCode(code int) bool
- func (o *ProvisioningProfileUpdateInternalServerError) IsRedirect() bool
- func (o *ProvisioningProfileUpdateInternalServerError) IsServerError() bool
- func (o *ProvisioningProfileUpdateInternalServerError) IsSuccess() bool
- func (o *ProvisioningProfileUpdateInternalServerError) String() string
- type ProvisioningProfileUpdateNotFound
- func (o *ProvisioningProfileUpdateNotFound) Code() int
- func (o *ProvisioningProfileUpdateNotFound) Error() string
- func (o *ProvisioningProfileUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileUpdateNotFound) IsClientError() bool
- func (o *ProvisioningProfileUpdateNotFound) IsCode(code int) bool
- func (o *ProvisioningProfileUpdateNotFound) IsRedirect() bool
- func (o *ProvisioningProfileUpdateNotFound) IsServerError() bool
- func (o *ProvisioningProfileUpdateNotFound) IsSuccess() bool
- func (o *ProvisioningProfileUpdateNotFound) String() string
- type ProvisioningProfileUpdateOK
- func (o *ProvisioningProfileUpdateOK) Code() int
- func (o *ProvisioningProfileUpdateOK) Error() string
- func (o *ProvisioningProfileUpdateOK) GetPayload() *models.V0ProvisionProfileResponseModel
- func (o *ProvisioningProfileUpdateOK) IsClientError() bool
- func (o *ProvisioningProfileUpdateOK) IsCode(code int) bool
- func (o *ProvisioningProfileUpdateOK) IsRedirect() bool
- func (o *ProvisioningProfileUpdateOK) IsServerError() bool
- func (o *ProvisioningProfileUpdateOK) IsSuccess() bool
- func (o *ProvisioningProfileUpdateOK) String() string
- type ProvisioningProfileUpdateParams
- func NewProvisioningProfileUpdateParams() *ProvisioningProfileUpdateParams
- func NewProvisioningProfileUpdateParamsWithContext(ctx context.Context) *ProvisioningProfileUpdateParams
- func NewProvisioningProfileUpdateParamsWithHTTPClient(client *http.Client) *ProvisioningProfileUpdateParams
- func NewProvisioningProfileUpdateParamsWithTimeout(timeout time.Duration) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) SetAppSlug(appSlug string)
- func (o *ProvisioningProfileUpdateParams) SetContext(ctx context.Context)
- func (o *ProvisioningProfileUpdateParams) SetDefaults()
- func (o *ProvisioningProfileUpdateParams) SetHTTPClient(client *http.Client)
- func (o *ProvisioningProfileUpdateParams) SetProvisioningProfile(provisioningProfile *models.V0ProvProfileDocumentUpdateParams)
- func (o *ProvisioningProfileUpdateParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
- func (o *ProvisioningProfileUpdateParams) SetTimeout(timeout time.Duration)
- func (o *ProvisioningProfileUpdateParams) WithAppSlug(appSlug string) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithContext(ctx context.Context) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithDefaults() *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithHTTPClient(client *http.Client) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithProvisioningProfile(provisioningProfile *models.V0ProvProfileDocumentUpdateParams) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WithTimeout(timeout time.Duration) *ProvisioningProfileUpdateParams
- func (o *ProvisioningProfileUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisioningProfileUpdateReader
- type ProvisioningProfileUpdateUnauthorized
- func (o *ProvisioningProfileUpdateUnauthorized) Code() int
- func (o *ProvisioningProfileUpdateUnauthorized) Error() string
- func (o *ProvisioningProfileUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ProvisioningProfileUpdateUnauthorized) IsClientError() bool
- func (o *ProvisioningProfileUpdateUnauthorized) IsCode(code int) bool
- func (o *ProvisioningProfileUpdateUnauthorized) IsRedirect() bool
- func (o *ProvisioningProfileUpdateUnauthorized) IsServerError() bool
- func (o *ProvisioningProfileUpdateUnauthorized) IsSuccess() bool
- func (o *ProvisioningProfileUpdateUnauthorized) String() string
- type ReleaseCreateAppStoreBadRequest
- func (o *ReleaseCreateAppStoreBadRequest) Code() int
- func (o *ReleaseCreateAppStoreBadRequest) Error() string
- func (o *ReleaseCreateAppStoreBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateAppStoreBadRequest) IsClientError() bool
- func (o *ReleaseCreateAppStoreBadRequest) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreBadRequest) IsRedirect() bool
- func (o *ReleaseCreateAppStoreBadRequest) IsServerError() bool
- func (o *ReleaseCreateAppStoreBadRequest) IsSuccess() bool
- func (o *ReleaseCreateAppStoreBadRequest) String() string
- type ReleaseCreateAppStoreCreated
- func (o *ReleaseCreateAppStoreCreated) Code() int
- func (o *ReleaseCreateAppStoreCreated) Error() string
- func (o *ReleaseCreateAppStoreCreated) GetPayload() *models.V0ReleaseCreateAppStoreRespModel
- func (o *ReleaseCreateAppStoreCreated) IsClientError() bool
- func (o *ReleaseCreateAppStoreCreated) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreCreated) IsRedirect() bool
- func (o *ReleaseCreateAppStoreCreated) IsServerError() bool
- func (o *ReleaseCreateAppStoreCreated) IsSuccess() bool
- func (o *ReleaseCreateAppStoreCreated) String() string
- type ReleaseCreateAppStoreForbidden
- func (o *ReleaseCreateAppStoreForbidden) Code() int
- func (o *ReleaseCreateAppStoreForbidden) Error() string
- func (o *ReleaseCreateAppStoreForbidden) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateAppStoreForbidden) IsClientError() bool
- func (o *ReleaseCreateAppStoreForbidden) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreForbidden) IsRedirect() bool
- func (o *ReleaseCreateAppStoreForbidden) IsServerError() bool
- func (o *ReleaseCreateAppStoreForbidden) IsSuccess() bool
- func (o *ReleaseCreateAppStoreForbidden) String() string
- type ReleaseCreateAppStoreInternalServerError
- func (o *ReleaseCreateAppStoreInternalServerError) Code() int
- func (o *ReleaseCreateAppStoreInternalServerError) Error() string
- func (o *ReleaseCreateAppStoreInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateAppStoreInternalServerError) IsClientError() bool
- func (o *ReleaseCreateAppStoreInternalServerError) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreInternalServerError) IsRedirect() bool
- func (o *ReleaseCreateAppStoreInternalServerError) IsServerError() bool
- func (o *ReleaseCreateAppStoreInternalServerError) IsSuccess() bool
- func (o *ReleaseCreateAppStoreInternalServerError) String() string
- type ReleaseCreateAppStoreParams
- func NewReleaseCreateAppStoreParams() *ReleaseCreateAppStoreParams
- func NewReleaseCreateAppStoreParamsWithContext(ctx context.Context) *ReleaseCreateAppStoreParams
- func NewReleaseCreateAppStoreParamsWithHTTPClient(client *http.Client) *ReleaseCreateAppStoreParams
- func NewReleaseCreateAppStoreParamsWithTimeout(timeout time.Duration) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) SetApp(app *models.V0ReleaseCreateAppStoreParams)
- func (o *ReleaseCreateAppStoreParams) SetAppSlug(appSlug string)
- func (o *ReleaseCreateAppStoreParams) SetContext(ctx context.Context)
- func (o *ReleaseCreateAppStoreParams) SetDefaults()
- func (o *ReleaseCreateAppStoreParams) SetHTTPClient(client *http.Client)
- func (o *ReleaseCreateAppStoreParams) SetTimeout(timeout time.Duration)
- func (o *ReleaseCreateAppStoreParams) WithApp(app *models.V0ReleaseCreateAppStoreParams) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WithAppSlug(appSlug string) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WithContext(ctx context.Context) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WithDefaults() *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WithHTTPClient(client *http.Client) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WithTimeout(timeout time.Duration) *ReleaseCreateAppStoreParams
- func (o *ReleaseCreateAppStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReleaseCreateAppStoreReader
- type ReleaseCreateAppStoreUnauthorized
- func (o *ReleaseCreateAppStoreUnauthorized) Code() int
- func (o *ReleaseCreateAppStoreUnauthorized) Error() string
- func (o *ReleaseCreateAppStoreUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateAppStoreUnauthorized) IsClientError() bool
- func (o *ReleaseCreateAppStoreUnauthorized) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreUnauthorized) IsRedirect() bool
- func (o *ReleaseCreateAppStoreUnauthorized) IsServerError() bool
- func (o *ReleaseCreateAppStoreUnauthorized) IsSuccess() bool
- func (o *ReleaseCreateAppStoreUnauthorized) String() string
- type ReleaseCreateAppStoreUnprocessableEntity
- func (o *ReleaseCreateAppStoreUnprocessableEntity) Code() int
- func (o *ReleaseCreateAppStoreUnprocessableEntity) Error() string
- func (o *ReleaseCreateAppStoreUnprocessableEntity) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateAppStoreUnprocessableEntity) IsClientError() bool
- func (o *ReleaseCreateAppStoreUnprocessableEntity) IsCode(code int) bool
- func (o *ReleaseCreateAppStoreUnprocessableEntity) IsRedirect() bool
- func (o *ReleaseCreateAppStoreUnprocessableEntity) IsServerError() bool
- func (o *ReleaseCreateAppStoreUnprocessableEntity) IsSuccess() bool
- func (o *ReleaseCreateAppStoreUnprocessableEntity) String() string
- type ReleaseCreateGooglePlayBadRequest
- func (o *ReleaseCreateGooglePlayBadRequest) Code() int
- func (o *ReleaseCreateGooglePlayBadRequest) Error() string
- func (o *ReleaseCreateGooglePlayBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateGooglePlayBadRequest) IsClientError() bool
- func (o *ReleaseCreateGooglePlayBadRequest) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayBadRequest) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayBadRequest) IsServerError() bool
- func (o *ReleaseCreateGooglePlayBadRequest) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayBadRequest) String() string
- type ReleaseCreateGooglePlayCreated
- func (o *ReleaseCreateGooglePlayCreated) Code() int
- func (o *ReleaseCreateGooglePlayCreated) Error() string
- func (o *ReleaseCreateGooglePlayCreated) GetPayload() *models.V0ReleaseCreateGooglePlayRespModel
- func (o *ReleaseCreateGooglePlayCreated) IsClientError() bool
- func (o *ReleaseCreateGooglePlayCreated) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayCreated) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayCreated) IsServerError() bool
- func (o *ReleaseCreateGooglePlayCreated) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayCreated) String() string
- type ReleaseCreateGooglePlayForbidden
- func (o *ReleaseCreateGooglePlayForbidden) Code() int
- func (o *ReleaseCreateGooglePlayForbidden) Error() string
- func (o *ReleaseCreateGooglePlayForbidden) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateGooglePlayForbidden) IsClientError() bool
- func (o *ReleaseCreateGooglePlayForbidden) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayForbidden) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayForbidden) IsServerError() bool
- func (o *ReleaseCreateGooglePlayForbidden) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayForbidden) String() string
- type ReleaseCreateGooglePlayInternalServerError
- func (o *ReleaseCreateGooglePlayInternalServerError) Code() int
- func (o *ReleaseCreateGooglePlayInternalServerError) Error() string
- func (o *ReleaseCreateGooglePlayInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateGooglePlayInternalServerError) IsClientError() bool
- func (o *ReleaseCreateGooglePlayInternalServerError) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayInternalServerError) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayInternalServerError) IsServerError() bool
- func (o *ReleaseCreateGooglePlayInternalServerError) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayInternalServerError) String() string
- type ReleaseCreateGooglePlayParams
- func NewReleaseCreateGooglePlayParams() *ReleaseCreateGooglePlayParams
- func NewReleaseCreateGooglePlayParamsWithContext(ctx context.Context) *ReleaseCreateGooglePlayParams
- func NewReleaseCreateGooglePlayParamsWithHTTPClient(client *http.Client) *ReleaseCreateGooglePlayParams
- func NewReleaseCreateGooglePlayParamsWithTimeout(timeout time.Duration) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) SetApp(app *models.V0ReleaseCreateGooglePlayParams)
- func (o *ReleaseCreateGooglePlayParams) SetAppSlug(appSlug string)
- func (o *ReleaseCreateGooglePlayParams) SetContext(ctx context.Context)
- func (o *ReleaseCreateGooglePlayParams) SetDefaults()
- func (o *ReleaseCreateGooglePlayParams) SetHTTPClient(client *http.Client)
- func (o *ReleaseCreateGooglePlayParams) SetTimeout(timeout time.Duration)
- func (o *ReleaseCreateGooglePlayParams) WithApp(app *models.V0ReleaseCreateGooglePlayParams) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WithAppSlug(appSlug string) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WithContext(ctx context.Context) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WithDefaults() *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WithHTTPClient(client *http.Client) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WithTimeout(timeout time.Duration) *ReleaseCreateGooglePlayParams
- func (o *ReleaseCreateGooglePlayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReleaseCreateGooglePlayReader
- type ReleaseCreateGooglePlayUnauthorized
- func (o *ReleaseCreateGooglePlayUnauthorized) Code() int
- func (o *ReleaseCreateGooglePlayUnauthorized) Error() string
- func (o *ReleaseCreateGooglePlayUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateGooglePlayUnauthorized) IsClientError() bool
- func (o *ReleaseCreateGooglePlayUnauthorized) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayUnauthorized) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayUnauthorized) IsServerError() bool
- func (o *ReleaseCreateGooglePlayUnauthorized) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayUnauthorized) String() string
- type ReleaseCreateGooglePlayUnprocessableEntity
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) Code() int
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) Error() string
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsClientError() bool
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsCode(code int) bool
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsRedirect() bool
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsServerError() bool
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsSuccess() bool
- func (o *ReleaseCreateGooglePlayUnprocessableEntity) String() string
- type SSHKeyCreateBadRequest
- func (o *SSHKeyCreateBadRequest) Code() int
- func (o *SSHKeyCreateBadRequest) Error() string
- func (o *SSHKeyCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SSHKeyCreateBadRequest) IsClientError() bool
- func (o *SSHKeyCreateBadRequest) IsCode(code int) bool
- func (o *SSHKeyCreateBadRequest) IsRedirect() bool
- func (o *SSHKeyCreateBadRequest) IsServerError() bool
- func (o *SSHKeyCreateBadRequest) IsSuccess() bool
- func (o *SSHKeyCreateBadRequest) String() string
- type SSHKeyCreateInternalServerError
- func (o *SSHKeyCreateInternalServerError) Code() int
- func (o *SSHKeyCreateInternalServerError) Error() string
- func (o *SSHKeyCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SSHKeyCreateInternalServerError) IsClientError() bool
- func (o *SSHKeyCreateInternalServerError) IsCode(code int) bool
- func (o *SSHKeyCreateInternalServerError) IsRedirect() bool
- func (o *SSHKeyCreateInternalServerError) IsServerError() bool
- func (o *SSHKeyCreateInternalServerError) IsSuccess() bool
- func (o *SSHKeyCreateInternalServerError) String() string
- type SSHKeyCreateNotFound
- func (o *SSHKeyCreateNotFound) Code() int
- func (o *SSHKeyCreateNotFound) Error() string
- func (o *SSHKeyCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SSHKeyCreateNotFound) IsClientError() bool
- func (o *SSHKeyCreateNotFound) IsCode(code int) bool
- func (o *SSHKeyCreateNotFound) IsRedirect() bool
- func (o *SSHKeyCreateNotFound) IsServerError() bool
- func (o *SSHKeyCreateNotFound) IsSuccess() bool
- func (o *SSHKeyCreateNotFound) String() string
- type SSHKeyCreateOK
- func (o *SSHKeyCreateOK) Code() int
- func (o *SSHKeyCreateOK) Error() string
- func (o *SSHKeyCreateOK) GetPayload() *models.V0SSHKeyRespModel
- func (o *SSHKeyCreateOK) IsClientError() bool
- func (o *SSHKeyCreateOK) IsCode(code int) bool
- func (o *SSHKeyCreateOK) IsRedirect() bool
- func (o *SSHKeyCreateOK) IsServerError() bool
- func (o *SSHKeyCreateOK) IsSuccess() bool
- func (o *SSHKeyCreateOK) String() string
- type SSHKeyCreateParams
- func (o *SSHKeyCreateParams) SetAppSlug(appSlug string)
- func (o *SSHKeyCreateParams) SetContext(ctx context.Context)
- func (o *SSHKeyCreateParams) SetDefaults()
- func (o *SSHKeyCreateParams) SetHTTPClient(client *http.Client)
- func (o *SSHKeyCreateParams) SetSSHKey(sSHKey *models.V0SSHKeyUploadParams)
- func (o *SSHKeyCreateParams) SetTimeout(timeout time.Duration)
- func (o *SSHKeyCreateParams) WithAppSlug(appSlug string) *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WithContext(ctx context.Context) *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WithDefaults() *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WithHTTPClient(client *http.Client) *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WithSSHKey(sSHKey *models.V0SSHKeyUploadParams) *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WithTimeout(timeout time.Duration) *SSHKeyCreateParams
- func (o *SSHKeyCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SSHKeyCreateReader
- type SSHKeyCreateUnauthorized
- func (o *SSHKeyCreateUnauthorized) Code() int
- func (o *SSHKeyCreateUnauthorized) Error() string
- func (o *SSHKeyCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SSHKeyCreateUnauthorized) IsClientError() bool
- func (o *SSHKeyCreateUnauthorized) IsCode(code int) bool
- func (o *SSHKeyCreateUnauthorized) IsRedirect() bool
- func (o *SSHKeyCreateUnauthorized) IsServerError() bool
- func (o *SSHKeyCreateUnauthorized) IsSuccess() bool
- func (o *SSHKeyCreateUnauthorized) String() string
- type SecretDeleteBadRequest
- func (o *SecretDeleteBadRequest) Code() int
- func (o *SecretDeleteBadRequest) Error() string
- func (o *SecretDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretDeleteBadRequest) IsClientError() bool
- func (o *SecretDeleteBadRequest) IsCode(code int) bool
- func (o *SecretDeleteBadRequest) IsRedirect() bool
- func (o *SecretDeleteBadRequest) IsServerError() bool
- func (o *SecretDeleteBadRequest) IsSuccess() bool
- func (o *SecretDeleteBadRequest) String() string
- type SecretDeleteInternalServerError
- func (o *SecretDeleteInternalServerError) Code() int
- func (o *SecretDeleteInternalServerError) Error() string
- func (o *SecretDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretDeleteInternalServerError) IsClientError() bool
- func (o *SecretDeleteInternalServerError) IsCode(code int) bool
- func (o *SecretDeleteInternalServerError) IsRedirect() bool
- func (o *SecretDeleteInternalServerError) IsServerError() bool
- func (o *SecretDeleteInternalServerError) IsSuccess() bool
- func (o *SecretDeleteInternalServerError) String() string
- type SecretDeleteNoContent
- func (o *SecretDeleteNoContent) Code() int
- func (o *SecretDeleteNoContent) Error() string
- func (o *SecretDeleteNoContent) IsClientError() bool
- func (o *SecretDeleteNoContent) IsCode(code int) bool
- func (o *SecretDeleteNoContent) IsRedirect() bool
- func (o *SecretDeleteNoContent) IsServerError() bool
- func (o *SecretDeleteNoContent) IsSuccess() bool
- func (o *SecretDeleteNoContent) String() string
- type SecretDeleteNotFound
- func (o *SecretDeleteNotFound) Code() int
- func (o *SecretDeleteNotFound) Error() string
- func (o *SecretDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretDeleteNotFound) IsClientError() bool
- func (o *SecretDeleteNotFound) IsCode(code int) bool
- func (o *SecretDeleteNotFound) IsRedirect() bool
- func (o *SecretDeleteNotFound) IsServerError() bool
- func (o *SecretDeleteNotFound) IsSuccess() bool
- func (o *SecretDeleteNotFound) String() string
- type SecretDeleteParams
- func (o *SecretDeleteParams) SetAppSlug(appSlug string)
- func (o *SecretDeleteParams) SetContext(ctx context.Context)
- func (o *SecretDeleteParams) SetDefaults()
- func (o *SecretDeleteParams) SetHTTPClient(client *http.Client)
- func (o *SecretDeleteParams) SetSecretName(secretName string)
- func (o *SecretDeleteParams) SetTimeout(timeout time.Duration)
- func (o *SecretDeleteParams) WithAppSlug(appSlug string) *SecretDeleteParams
- func (o *SecretDeleteParams) WithContext(ctx context.Context) *SecretDeleteParams
- func (o *SecretDeleteParams) WithDefaults() *SecretDeleteParams
- func (o *SecretDeleteParams) WithHTTPClient(client *http.Client) *SecretDeleteParams
- func (o *SecretDeleteParams) WithSecretName(secretName string) *SecretDeleteParams
- func (o *SecretDeleteParams) WithTimeout(timeout time.Duration) *SecretDeleteParams
- func (o *SecretDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretDeleteReader
- type SecretDeleteUnauthorized
- func (o *SecretDeleteUnauthorized) Code() int
- func (o *SecretDeleteUnauthorized) Error() string
- func (o *SecretDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretDeleteUnauthorized) IsClientError() bool
- func (o *SecretDeleteUnauthorized) IsCode(code int) bool
- func (o *SecretDeleteUnauthorized) IsRedirect() bool
- func (o *SecretDeleteUnauthorized) IsServerError() bool
- func (o *SecretDeleteUnauthorized) IsSuccess() bool
- func (o *SecretDeleteUnauthorized) String() string
- type SecretListBadRequest
- func (o *SecretListBadRequest) Code() int
- func (o *SecretListBadRequest) Error() string
- func (o *SecretListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretListBadRequest) IsClientError() bool
- func (o *SecretListBadRequest) IsCode(code int) bool
- func (o *SecretListBadRequest) IsRedirect() bool
- func (o *SecretListBadRequest) IsServerError() bool
- func (o *SecretListBadRequest) IsSuccess() bool
- func (o *SecretListBadRequest) String() string
- type SecretListInternalServerError
- func (o *SecretListInternalServerError) Code() int
- func (o *SecretListInternalServerError) Error() string
- func (o *SecretListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretListInternalServerError) IsClientError() bool
- func (o *SecretListInternalServerError) IsCode(code int) bool
- func (o *SecretListInternalServerError) IsRedirect() bool
- func (o *SecretListInternalServerError) IsServerError() bool
- func (o *SecretListInternalServerError) IsSuccess() bool
- func (o *SecretListInternalServerError) String() string
- type SecretListNotFound
- func (o *SecretListNotFound) Code() int
- func (o *SecretListNotFound) Error() string
- func (o *SecretListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretListNotFound) IsClientError() bool
- func (o *SecretListNotFound) IsCode(code int) bool
- func (o *SecretListNotFound) IsRedirect() bool
- func (o *SecretListNotFound) IsServerError() bool
- func (o *SecretListNotFound) IsSuccess() bool
- func (o *SecretListNotFound) String() string
- type SecretListOK
- func (o *SecretListOK) Code() int
- func (o *SecretListOK) Error() string
- func (o *SecretListOK) GetPayload() *models.V0AppSecretListResponse
- func (o *SecretListOK) IsClientError() bool
- func (o *SecretListOK) IsCode(code int) bool
- func (o *SecretListOK) IsRedirect() bool
- func (o *SecretListOK) IsServerError() bool
- func (o *SecretListOK) IsSuccess() bool
- func (o *SecretListOK) String() string
- type SecretListParams
- func (o *SecretListParams) SetAppSlug(appSlug string)
- func (o *SecretListParams) SetContext(ctx context.Context)
- func (o *SecretListParams) SetDefaults()
- func (o *SecretListParams) SetHTTPClient(client *http.Client)
- func (o *SecretListParams) SetTimeout(timeout time.Duration)
- func (o *SecretListParams) WithAppSlug(appSlug string) *SecretListParams
- func (o *SecretListParams) WithContext(ctx context.Context) *SecretListParams
- func (o *SecretListParams) WithDefaults() *SecretListParams
- func (o *SecretListParams) WithHTTPClient(client *http.Client) *SecretListParams
- func (o *SecretListParams) WithTimeout(timeout time.Duration) *SecretListParams
- func (o *SecretListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretListReader
- type SecretListUnauthorized
- func (o *SecretListUnauthorized) Code() int
- func (o *SecretListUnauthorized) Error() string
- func (o *SecretListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretListUnauthorized) IsClientError() bool
- func (o *SecretListUnauthorized) IsCode(code int) bool
- func (o *SecretListUnauthorized) IsRedirect() bool
- func (o *SecretListUnauthorized) IsServerError() bool
- func (o *SecretListUnauthorized) IsSuccess() bool
- func (o *SecretListUnauthorized) String() string
- type SecretUpsertBadRequest
- func (o *SecretUpsertBadRequest) Code() int
- func (o *SecretUpsertBadRequest) Error() string
- func (o *SecretUpsertBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretUpsertBadRequest) IsClientError() bool
- func (o *SecretUpsertBadRequest) IsCode(code int) bool
- func (o *SecretUpsertBadRequest) IsRedirect() bool
- func (o *SecretUpsertBadRequest) IsServerError() bool
- func (o *SecretUpsertBadRequest) IsSuccess() bool
- func (o *SecretUpsertBadRequest) String() string
- type SecretUpsertCreated
- func (o *SecretUpsertCreated) Code() int
- func (o *SecretUpsertCreated) Error() string
- func (o *SecretUpsertCreated) IsClientError() bool
- func (o *SecretUpsertCreated) IsCode(code int) bool
- func (o *SecretUpsertCreated) IsRedirect() bool
- func (o *SecretUpsertCreated) IsServerError() bool
- func (o *SecretUpsertCreated) IsSuccess() bool
- func (o *SecretUpsertCreated) String() string
- type SecretUpsertInternalServerError
- func (o *SecretUpsertInternalServerError) Code() int
- func (o *SecretUpsertInternalServerError) Error() string
- func (o *SecretUpsertInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretUpsertInternalServerError) IsClientError() bool
- func (o *SecretUpsertInternalServerError) IsCode(code int) bool
- func (o *SecretUpsertInternalServerError) IsRedirect() bool
- func (o *SecretUpsertInternalServerError) IsServerError() bool
- func (o *SecretUpsertInternalServerError) IsSuccess() bool
- func (o *SecretUpsertInternalServerError) String() string
- type SecretUpsertNoContent
- func (o *SecretUpsertNoContent) Code() int
- func (o *SecretUpsertNoContent) Error() string
- func (o *SecretUpsertNoContent) IsClientError() bool
- func (o *SecretUpsertNoContent) IsCode(code int) bool
- func (o *SecretUpsertNoContent) IsRedirect() bool
- func (o *SecretUpsertNoContent) IsServerError() bool
- func (o *SecretUpsertNoContent) IsSuccess() bool
- func (o *SecretUpsertNoContent) String() string
- type SecretUpsertNotFound
- func (o *SecretUpsertNotFound) Code() int
- func (o *SecretUpsertNotFound) Error() string
- func (o *SecretUpsertNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretUpsertNotFound) IsClientError() bool
- func (o *SecretUpsertNotFound) IsCode(code int) bool
- func (o *SecretUpsertNotFound) IsRedirect() bool
- func (o *SecretUpsertNotFound) IsServerError() bool
- func (o *SecretUpsertNotFound) IsSuccess() bool
- func (o *SecretUpsertNotFound) String() string
- type SecretUpsertParams
- func (o *SecretUpsertParams) SetApp(app *models.V0AppSecretUpsertParams)
- func (o *SecretUpsertParams) SetAppSlug(appSlug string)
- func (o *SecretUpsertParams) SetContext(ctx context.Context)
- func (o *SecretUpsertParams) SetDefaults()
- func (o *SecretUpsertParams) SetHTTPClient(client *http.Client)
- func (o *SecretUpsertParams) SetSecretName(secretName string)
- func (o *SecretUpsertParams) SetTimeout(timeout time.Duration)
- func (o *SecretUpsertParams) WithApp(app *models.V0AppSecretUpsertParams) *SecretUpsertParams
- func (o *SecretUpsertParams) WithAppSlug(appSlug string) *SecretUpsertParams
- func (o *SecretUpsertParams) WithContext(ctx context.Context) *SecretUpsertParams
- func (o *SecretUpsertParams) WithDefaults() *SecretUpsertParams
- func (o *SecretUpsertParams) WithHTTPClient(client *http.Client) *SecretUpsertParams
- func (o *SecretUpsertParams) WithSecretName(secretName string) *SecretUpsertParams
- func (o *SecretUpsertParams) WithTimeout(timeout time.Duration) *SecretUpsertParams
- func (o *SecretUpsertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretUpsertReader
- type SecretUpsertUnauthorized
- func (o *SecretUpsertUnauthorized) Code() int
- func (o *SecretUpsertUnauthorized) Error() string
- func (o *SecretUpsertUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretUpsertUnauthorized) IsClientError() bool
- func (o *SecretUpsertUnauthorized) IsCode(code int) bool
- func (o *SecretUpsertUnauthorized) IsRedirect() bool
- func (o *SecretUpsertUnauthorized) IsServerError() bool
- func (o *SecretUpsertUnauthorized) IsSuccess() bool
- func (o *SecretUpsertUnauthorized) String() string
- type SecretValueGetBadRequest
- func (o *SecretValueGetBadRequest) Code() int
- func (o *SecretValueGetBadRequest) Error() string
- func (o *SecretValueGetBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretValueGetBadRequest) IsClientError() bool
- func (o *SecretValueGetBadRequest) IsCode(code int) bool
- func (o *SecretValueGetBadRequest) IsRedirect() bool
- func (o *SecretValueGetBadRequest) IsServerError() bool
- func (o *SecretValueGetBadRequest) IsSuccess() bool
- func (o *SecretValueGetBadRequest) String() string
- type SecretValueGetInternalServerError
- func (o *SecretValueGetInternalServerError) Code() int
- func (o *SecretValueGetInternalServerError) Error() string
- func (o *SecretValueGetInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretValueGetInternalServerError) IsClientError() bool
- func (o *SecretValueGetInternalServerError) IsCode(code int) bool
- func (o *SecretValueGetInternalServerError) IsRedirect() bool
- func (o *SecretValueGetInternalServerError) IsServerError() bool
- func (o *SecretValueGetInternalServerError) IsSuccess() bool
- func (o *SecretValueGetInternalServerError) String() string
- type SecretValueGetNotFound
- func (o *SecretValueGetNotFound) Code() int
- func (o *SecretValueGetNotFound) Error() string
- func (o *SecretValueGetNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretValueGetNotFound) IsClientError() bool
- func (o *SecretValueGetNotFound) IsCode(code int) bool
- func (o *SecretValueGetNotFound) IsRedirect() bool
- func (o *SecretValueGetNotFound) IsServerError() bool
- func (o *SecretValueGetNotFound) IsSuccess() bool
- func (o *SecretValueGetNotFound) String() string
- type SecretValueGetOK
- func (o *SecretValueGetOK) Code() int
- func (o *SecretValueGetOK) Error() string
- func (o *SecretValueGetOK) GetPayload() *models.V0AppSecretGetValueResponse
- func (o *SecretValueGetOK) IsClientError() bool
- func (o *SecretValueGetOK) IsCode(code int) bool
- func (o *SecretValueGetOK) IsRedirect() bool
- func (o *SecretValueGetOK) IsServerError() bool
- func (o *SecretValueGetOK) IsSuccess() bool
- func (o *SecretValueGetOK) String() string
- type SecretValueGetParams
- func NewSecretValueGetParams() *SecretValueGetParams
- func NewSecretValueGetParamsWithContext(ctx context.Context) *SecretValueGetParams
- func NewSecretValueGetParamsWithHTTPClient(client *http.Client) *SecretValueGetParams
- func NewSecretValueGetParamsWithTimeout(timeout time.Duration) *SecretValueGetParams
- func (o *SecretValueGetParams) SetAppSlug(appSlug string)
- func (o *SecretValueGetParams) SetContext(ctx context.Context)
- func (o *SecretValueGetParams) SetDefaults()
- func (o *SecretValueGetParams) SetHTTPClient(client *http.Client)
- func (o *SecretValueGetParams) SetSecretName(secretName string)
- func (o *SecretValueGetParams) SetTimeout(timeout time.Duration)
- func (o *SecretValueGetParams) WithAppSlug(appSlug string) *SecretValueGetParams
- func (o *SecretValueGetParams) WithContext(ctx context.Context) *SecretValueGetParams
- func (o *SecretValueGetParams) WithDefaults() *SecretValueGetParams
- func (o *SecretValueGetParams) WithHTTPClient(client *http.Client) *SecretValueGetParams
- func (o *SecretValueGetParams) WithSecretName(secretName string) *SecretValueGetParams
- func (o *SecretValueGetParams) WithTimeout(timeout time.Duration) *SecretValueGetParams
- func (o *SecretValueGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SecretValueGetReader
- type SecretValueGetUnauthorized
- func (o *SecretValueGetUnauthorized) Code() int
- func (o *SecretValueGetUnauthorized) Error() string
- func (o *SecretValueGetUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *SecretValueGetUnauthorized) IsClientError() bool
- func (o *SecretValueGetUnauthorized) IsCode(code int) bool
- func (o *SecretValueGetUnauthorized) IsRedirect() bool
- func (o *SecretValueGetUnauthorized) IsServerError() bool
- func (o *SecretValueGetUnauthorized) IsSuccess() bool
- func (o *SecretValueGetUnauthorized) String() string
- type TestDeviceListBadRequest
- func (o *TestDeviceListBadRequest) Code() int
- func (o *TestDeviceListBadRequest) Error() string
- func (o *TestDeviceListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *TestDeviceListBadRequest) IsClientError() bool
- func (o *TestDeviceListBadRequest) IsCode(code int) bool
- func (o *TestDeviceListBadRequest) IsRedirect() bool
- func (o *TestDeviceListBadRequest) IsServerError() bool
- func (o *TestDeviceListBadRequest) IsSuccess() bool
- func (o *TestDeviceListBadRequest) String() string
- type TestDeviceListInternalServerError
- func (o *TestDeviceListInternalServerError) Code() int
- func (o *TestDeviceListInternalServerError) Error() string
- func (o *TestDeviceListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *TestDeviceListInternalServerError) IsClientError() bool
- func (o *TestDeviceListInternalServerError) IsCode(code int) bool
- func (o *TestDeviceListInternalServerError) IsRedirect() bool
- func (o *TestDeviceListInternalServerError) IsServerError() bool
- func (o *TestDeviceListInternalServerError) IsSuccess() bool
- func (o *TestDeviceListInternalServerError) String() string
- type TestDeviceListNotFound
- func (o *TestDeviceListNotFound) Code() int
- func (o *TestDeviceListNotFound) Error() string
- func (o *TestDeviceListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *TestDeviceListNotFound) IsClientError() bool
- func (o *TestDeviceListNotFound) IsCode(code int) bool
- func (o *TestDeviceListNotFound) IsRedirect() bool
- func (o *TestDeviceListNotFound) IsServerError() bool
- func (o *TestDeviceListNotFound) IsSuccess() bool
- func (o *TestDeviceListNotFound) String() string
- type TestDeviceListOK
- func (o *TestDeviceListOK) Code() int
- func (o *TestDeviceListOK) Error() string
- func (o *TestDeviceListOK) GetPayload() *models.V0TestDeviceListResponseModel
- func (o *TestDeviceListOK) IsClientError() bool
- func (o *TestDeviceListOK) IsCode(code int) bool
- func (o *TestDeviceListOK) IsRedirect() bool
- func (o *TestDeviceListOK) IsServerError() bool
- func (o *TestDeviceListOK) IsSuccess() bool
- func (o *TestDeviceListOK) String() string
- type TestDeviceListParams
- func NewTestDeviceListParams() *TestDeviceListParams
- func NewTestDeviceListParamsWithContext(ctx context.Context) *TestDeviceListParams
- func NewTestDeviceListParamsWithHTTPClient(client *http.Client) *TestDeviceListParams
- func NewTestDeviceListParamsWithTimeout(timeout time.Duration) *TestDeviceListParams
- func (o *TestDeviceListParams) SetAppSlug(appSlug string)
- func (o *TestDeviceListParams) SetContext(ctx context.Context)
- func (o *TestDeviceListParams) SetDefaults()
- func (o *TestDeviceListParams) SetHTTPClient(client *http.Client)
- func (o *TestDeviceListParams) SetTimeout(timeout time.Duration)
- func (o *TestDeviceListParams) WithAppSlug(appSlug string) *TestDeviceListParams
- func (o *TestDeviceListParams) WithContext(ctx context.Context) *TestDeviceListParams
- func (o *TestDeviceListParams) WithDefaults() *TestDeviceListParams
- func (o *TestDeviceListParams) WithHTTPClient(client *http.Client) *TestDeviceListParams
- func (o *TestDeviceListParams) WithTimeout(timeout time.Duration) *TestDeviceListParams
- func (o *TestDeviceListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestDeviceListReader
- type TestDeviceListUnauthorized
- func (o *TestDeviceListUnauthorized) Code() int
- func (o *TestDeviceListUnauthorized) Error() string
- func (o *TestDeviceListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *TestDeviceListUnauthorized) IsClientError() bool
- func (o *TestDeviceListUnauthorized) IsCode(code int) bool
- func (o *TestDeviceListUnauthorized) IsRedirect() bool
- func (o *TestDeviceListUnauthorized) IsServerError() bool
- func (o *TestDeviceListUnauthorized) IsSuccess() bool
- func (o *TestDeviceListUnauthorized) String() string
- type UserMachineTypeUpdateBadRequest
- func (o *UserMachineTypeUpdateBadRequest) Code() int
- func (o *UserMachineTypeUpdateBadRequest) Error() string
- func (o *UserMachineTypeUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserMachineTypeUpdateBadRequest) IsClientError() bool
- func (o *UserMachineTypeUpdateBadRequest) IsCode(code int) bool
- func (o *UserMachineTypeUpdateBadRequest) IsRedirect() bool
- func (o *UserMachineTypeUpdateBadRequest) IsServerError() bool
- func (o *UserMachineTypeUpdateBadRequest) IsSuccess() bool
- func (o *UserMachineTypeUpdateBadRequest) String() string
- type UserMachineTypeUpdateInternalServerError
- func (o *UserMachineTypeUpdateInternalServerError) Code() int
- func (o *UserMachineTypeUpdateInternalServerError) Error() string
- func (o *UserMachineTypeUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserMachineTypeUpdateInternalServerError) IsClientError() bool
- func (o *UserMachineTypeUpdateInternalServerError) IsCode(code int) bool
- func (o *UserMachineTypeUpdateInternalServerError) IsRedirect() bool
- func (o *UserMachineTypeUpdateInternalServerError) IsServerError() bool
- func (o *UserMachineTypeUpdateInternalServerError) IsSuccess() bool
- func (o *UserMachineTypeUpdateInternalServerError) String() string
- type UserMachineTypeUpdateNotFound
- func (o *UserMachineTypeUpdateNotFound) Code() int
- func (o *UserMachineTypeUpdateNotFound) Error() string
- func (o *UserMachineTypeUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserMachineTypeUpdateNotFound) IsClientError() bool
- func (o *UserMachineTypeUpdateNotFound) IsCode(code int) bool
- func (o *UserMachineTypeUpdateNotFound) IsRedirect() bool
- func (o *UserMachineTypeUpdateNotFound) IsServerError() bool
- func (o *UserMachineTypeUpdateNotFound) IsSuccess() bool
- func (o *UserMachineTypeUpdateNotFound) String() string
- type UserMachineTypeUpdateOK
- func (o *UserMachineTypeUpdateOK) Code() int
- func (o *UserMachineTypeUpdateOK) Error() string
- func (o *UserMachineTypeUpdateOK) GetPayload() *models.V0OrganizationUpdateMachineTypeResponse
- func (o *UserMachineTypeUpdateOK) IsClientError() bool
- func (o *UserMachineTypeUpdateOK) IsCode(code int) bool
- func (o *UserMachineTypeUpdateOK) IsRedirect() bool
- func (o *UserMachineTypeUpdateOK) IsServerError() bool
- func (o *UserMachineTypeUpdateOK) IsSuccess() bool
- func (o *UserMachineTypeUpdateOK) String() string
- type UserMachineTypeUpdateParams
- func NewUserMachineTypeUpdateParams() *UserMachineTypeUpdateParams
- func NewUserMachineTypeUpdateParamsWithContext(ctx context.Context) *UserMachineTypeUpdateParams
- func NewUserMachineTypeUpdateParamsWithHTTPClient(client *http.Client) *UserMachineTypeUpdateParams
- func NewUserMachineTypeUpdateParamsWithTimeout(timeout time.Duration) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) SetContext(ctx context.Context)
- func (o *UserMachineTypeUpdateParams) SetDefaults()
- func (o *UserMachineTypeUpdateParams) SetHTTPClient(client *http.Client)
- func (o *UserMachineTypeUpdateParams) SetTimeout(timeout time.Duration)
- func (o *UserMachineTypeUpdateParams) SetTypes(types *models.V0OrganizationUpdateMachineTypeParams)
- func (o *UserMachineTypeUpdateParams) SetUserSlug(userSlug string)
- func (o *UserMachineTypeUpdateParams) WithContext(ctx context.Context) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WithDefaults() *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WithHTTPClient(client *http.Client) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WithTimeout(timeout time.Duration) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WithTypes(types *models.V0OrganizationUpdateMachineTypeParams) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WithUserSlug(userSlug string) *UserMachineTypeUpdateParams
- func (o *UserMachineTypeUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserMachineTypeUpdateReader
- type UserMachineTypeUpdateUnauthorized
- func (o *UserMachineTypeUpdateUnauthorized) Code() int
- func (o *UserMachineTypeUpdateUnauthorized) Error() string
- func (o *UserMachineTypeUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserMachineTypeUpdateUnauthorized) IsClientError() bool
- func (o *UserMachineTypeUpdateUnauthorized) IsCode(code int) bool
- func (o *UserMachineTypeUpdateUnauthorized) IsRedirect() bool
- func (o *UserMachineTypeUpdateUnauthorized) IsServerError() bool
- func (o *UserMachineTypeUpdateUnauthorized) IsSuccess() bool
- func (o *UserMachineTypeUpdateUnauthorized) String() string
- type UserPlanBadRequest
- func (o *UserPlanBadRequest) Code() int
- func (o *UserPlanBadRequest) Error() string
- func (o *UserPlanBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserPlanBadRequest) IsClientError() bool
- func (o *UserPlanBadRequest) IsCode(code int) bool
- func (o *UserPlanBadRequest) IsRedirect() bool
- func (o *UserPlanBadRequest) IsServerError() bool
- func (o *UserPlanBadRequest) IsSuccess() bool
- func (o *UserPlanBadRequest) String() string
- type UserPlanInternalServerError
- func (o *UserPlanInternalServerError) Code() int
- func (o *UserPlanInternalServerError) Error() string
- func (o *UserPlanInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserPlanInternalServerError) IsClientError() bool
- func (o *UserPlanInternalServerError) IsCode(code int) bool
- func (o *UserPlanInternalServerError) IsRedirect() bool
- func (o *UserPlanInternalServerError) IsServerError() bool
- func (o *UserPlanInternalServerError) IsSuccess() bool
- func (o *UserPlanInternalServerError) String() string
- type UserPlanNotFound
- func (o *UserPlanNotFound) Code() int
- func (o *UserPlanNotFound) Error() string
- func (o *UserPlanNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserPlanNotFound) IsClientError() bool
- func (o *UserPlanNotFound) IsCode(code int) bool
- func (o *UserPlanNotFound) IsRedirect() bool
- func (o *UserPlanNotFound) IsServerError() bool
- func (o *UserPlanNotFound) IsSuccess() bool
- func (o *UserPlanNotFound) String() string
- type UserPlanOK
- func (o *UserPlanOK) Code() int
- func (o *UserPlanOK) Error() string
- func (o *UserPlanOK) GetPayload() *models.V0UserPlanRespModel
- func (o *UserPlanOK) IsClientError() bool
- func (o *UserPlanOK) IsCode(code int) bool
- func (o *UserPlanOK) IsRedirect() bool
- func (o *UserPlanOK) IsServerError() bool
- func (o *UserPlanOK) IsSuccess() bool
- func (o *UserPlanOK) String() string
- type UserPlanParams
- func (o *UserPlanParams) SetContext(ctx context.Context)
- func (o *UserPlanParams) SetDefaults()
- func (o *UserPlanParams) SetHTTPClient(client *http.Client)
- func (o *UserPlanParams) SetTimeout(timeout time.Duration)
- func (o *UserPlanParams) WithContext(ctx context.Context) *UserPlanParams
- func (o *UserPlanParams) WithDefaults() *UserPlanParams
- func (o *UserPlanParams) WithHTTPClient(client *http.Client) *UserPlanParams
- func (o *UserPlanParams) WithTimeout(timeout time.Duration) *UserPlanParams
- func (o *UserPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserPlanReader
- type UserPlanUnauthorized
- func (o *UserPlanUnauthorized) Code() int
- func (o *UserPlanUnauthorized) Error() string
- func (o *UserPlanUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserPlanUnauthorized) IsClientError() bool
- func (o *UserPlanUnauthorized) IsCode(code int) bool
- func (o *UserPlanUnauthorized) IsRedirect() bool
- func (o *UserPlanUnauthorized) IsServerError() bool
- func (o *UserPlanUnauthorized) IsSuccess() bool
- func (o *UserPlanUnauthorized) String() string
- type UserProfileInternalServerError
- func (o *UserProfileInternalServerError) Code() int
- func (o *UserProfileInternalServerError) Error() string
- func (o *UserProfileInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserProfileInternalServerError) IsClientError() bool
- func (o *UserProfileInternalServerError) IsCode(code int) bool
- func (o *UserProfileInternalServerError) IsRedirect() bool
- func (o *UserProfileInternalServerError) IsServerError() bool
- func (o *UserProfileInternalServerError) IsSuccess() bool
- func (o *UserProfileInternalServerError) String() string
- type UserProfileNotFound
- func (o *UserProfileNotFound) Code() int
- func (o *UserProfileNotFound) Error() string
- func (o *UserProfileNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserProfileNotFound) IsClientError() bool
- func (o *UserProfileNotFound) IsCode(code int) bool
- func (o *UserProfileNotFound) IsRedirect() bool
- func (o *UserProfileNotFound) IsServerError() bool
- func (o *UserProfileNotFound) IsSuccess() bool
- func (o *UserProfileNotFound) String() string
- type UserProfileOK
- func (o *UserProfileOK) Code() int
- func (o *UserProfileOK) Error() string
- func (o *UserProfileOK) GetPayload() *models.V0UserProfileRespModel
- func (o *UserProfileOK) IsClientError() bool
- func (o *UserProfileOK) IsCode(code int) bool
- func (o *UserProfileOK) IsRedirect() bool
- func (o *UserProfileOK) IsServerError() bool
- func (o *UserProfileOK) IsSuccess() bool
- func (o *UserProfileOK) String() string
- type UserProfileParams
- func (o *UserProfileParams) SetContext(ctx context.Context)
- func (o *UserProfileParams) SetDefaults()
- func (o *UserProfileParams) SetHTTPClient(client *http.Client)
- func (o *UserProfileParams) SetTimeout(timeout time.Duration)
- func (o *UserProfileParams) WithContext(ctx context.Context) *UserProfileParams
- func (o *UserProfileParams) WithDefaults() *UserProfileParams
- func (o *UserProfileParams) WithHTTPClient(client *http.Client) *UserProfileParams
- func (o *UserProfileParams) WithTimeout(timeout time.Duration) *UserProfileParams
- func (o *UserProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserProfileReader
- type UserProfileUnauthorized
- func (o *UserProfileUnauthorized) Code() int
- func (o *UserProfileUnauthorized) Error() string
- func (o *UserProfileUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserProfileUnauthorized) IsClientError() bool
- func (o *UserProfileUnauthorized) IsCode(code int) bool
- func (o *UserProfileUnauthorized) IsRedirect() bool
- func (o *UserProfileUnauthorized) IsServerError() bool
- func (o *UserProfileUnauthorized) IsSuccess() bool
- func (o *UserProfileUnauthorized) String() string
- type UserShowBadRequest
- func (o *UserShowBadRequest) Code() int
- func (o *UserShowBadRequest) Error() string
- func (o *UserShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserShowBadRequest) IsClientError() bool
- func (o *UserShowBadRequest) IsCode(code int) bool
- func (o *UserShowBadRequest) IsRedirect() bool
- func (o *UserShowBadRequest) IsServerError() bool
- func (o *UserShowBadRequest) IsSuccess() bool
- func (o *UserShowBadRequest) String() string
- type UserShowInternalServerError
- func (o *UserShowInternalServerError) Code() int
- func (o *UserShowInternalServerError) Error() string
- func (o *UserShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserShowInternalServerError) IsClientError() bool
- func (o *UserShowInternalServerError) IsCode(code int) bool
- func (o *UserShowInternalServerError) IsRedirect() bool
- func (o *UserShowInternalServerError) IsServerError() bool
- func (o *UserShowInternalServerError) IsSuccess() bool
- func (o *UserShowInternalServerError) String() string
- type UserShowNotFound
- func (o *UserShowNotFound) Code() int
- func (o *UserShowNotFound) Error() string
- func (o *UserShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserShowNotFound) IsClientError() bool
- func (o *UserShowNotFound) IsCode(code int) bool
- func (o *UserShowNotFound) IsRedirect() bool
- func (o *UserShowNotFound) IsServerError() bool
- func (o *UserShowNotFound) IsSuccess() bool
- func (o *UserShowNotFound) String() string
- type UserShowOK
- func (o *UserShowOK) Code() int
- func (o *UserShowOK) Error() string
- func (o *UserShowOK) GetPayload() *models.V0UserProfileRespModel
- func (o *UserShowOK) IsClientError() bool
- func (o *UserShowOK) IsCode(code int) bool
- func (o *UserShowOK) IsRedirect() bool
- func (o *UserShowOK) IsServerError() bool
- func (o *UserShowOK) IsSuccess() bool
- func (o *UserShowOK) String() string
- type UserShowParams
- func (o *UserShowParams) SetContext(ctx context.Context)
- func (o *UserShowParams) SetDefaults()
- func (o *UserShowParams) SetHTTPClient(client *http.Client)
- func (o *UserShowParams) SetTimeout(timeout time.Duration)
- func (o *UserShowParams) SetUserSlug(userSlug string)
- func (o *UserShowParams) WithContext(ctx context.Context) *UserShowParams
- func (o *UserShowParams) WithDefaults() *UserShowParams
- func (o *UserShowParams) WithHTTPClient(client *http.Client) *UserShowParams
- func (o *UserShowParams) WithTimeout(timeout time.Duration) *UserShowParams
- func (o *UserShowParams) WithUserSlug(userSlug string) *UserShowParams
- func (o *UserShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserShowReader
- type UserShowUnauthorized
- func (o *UserShowUnauthorized) Code() int
- func (o *UserShowUnauthorized) Error() string
- func (o *UserShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *UserShowUnauthorized) IsClientError() bool
- func (o *UserShowUnauthorized) IsCode(code int) bool
- func (o *UserShowUnauthorized) IsRedirect() bool
- func (o *UserShowUnauthorized) IsServerError() bool
- func (o *UserShowUnauthorized) IsSuccess() bool
- func (o *UserShowUnauthorized) String() string
- type WebhookDeliveryItemListBadRequest
- func (o *WebhookDeliveryItemListBadRequest) Code() int
- func (o *WebhookDeliveryItemListBadRequest) Error() string
- func (o *WebhookDeliveryItemListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemListBadRequest) IsClientError() bool
- func (o *WebhookDeliveryItemListBadRequest) IsCode(code int) bool
- func (o *WebhookDeliveryItemListBadRequest) IsRedirect() bool
- func (o *WebhookDeliveryItemListBadRequest) IsServerError() bool
- func (o *WebhookDeliveryItemListBadRequest) IsSuccess() bool
- func (o *WebhookDeliveryItemListBadRequest) String() string
- type WebhookDeliveryItemListInternalServerError
- func (o *WebhookDeliveryItemListInternalServerError) Code() int
- func (o *WebhookDeliveryItemListInternalServerError) Error() string
- func (o *WebhookDeliveryItemListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemListInternalServerError) IsClientError() bool
- func (o *WebhookDeliveryItemListInternalServerError) IsCode(code int) bool
- func (o *WebhookDeliveryItemListInternalServerError) IsRedirect() bool
- func (o *WebhookDeliveryItemListInternalServerError) IsServerError() bool
- func (o *WebhookDeliveryItemListInternalServerError) IsSuccess() bool
- func (o *WebhookDeliveryItemListInternalServerError) String() string
- type WebhookDeliveryItemListOK
- func (o *WebhookDeliveryItemListOK) Code() int
- func (o *WebhookDeliveryItemListOK) Error() string
- func (o *WebhookDeliveryItemListOK) GetPayload() *models.V0WebhookDeliveryItemShowResponseModel
- func (o *WebhookDeliveryItemListOK) IsClientError() bool
- func (o *WebhookDeliveryItemListOK) IsCode(code int) bool
- func (o *WebhookDeliveryItemListOK) IsRedirect() bool
- func (o *WebhookDeliveryItemListOK) IsServerError() bool
- func (o *WebhookDeliveryItemListOK) IsSuccess() bool
- func (o *WebhookDeliveryItemListOK) String() string
- type WebhookDeliveryItemListParams
- func NewWebhookDeliveryItemListParams() *WebhookDeliveryItemListParams
- func NewWebhookDeliveryItemListParamsWithContext(ctx context.Context) *WebhookDeliveryItemListParams
- func NewWebhookDeliveryItemListParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemListParams
- func NewWebhookDeliveryItemListParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) SetAppSlug(appSlug string)
- func (o *WebhookDeliveryItemListParams) SetAppWebhookSlug(appWebhookSlug string)
- func (o *WebhookDeliveryItemListParams) SetContext(ctx context.Context)
- func (o *WebhookDeliveryItemListParams) SetDefaults()
- func (o *WebhookDeliveryItemListParams) SetHTTPClient(client *http.Client)
- func (o *WebhookDeliveryItemListParams) SetLimit(limit *int64)
- func (o *WebhookDeliveryItemListParams) SetNext(next *string)
- func (o *WebhookDeliveryItemListParams) SetTimeout(timeout time.Duration)
- func (o *WebhookDeliveryItemListParams) WithAppSlug(appSlug string) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithContext(ctx context.Context) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithDefaults() *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithLimit(limit *int64) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithNext(next *string) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemListParams
- func (o *WebhookDeliveryItemListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WebhookDeliveryItemListReader
- type WebhookDeliveryItemListUnauthorized
- func (o *WebhookDeliveryItemListUnauthorized) Code() int
- func (o *WebhookDeliveryItemListUnauthorized) Error() string
- func (o *WebhookDeliveryItemListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemListUnauthorized) IsClientError() bool
- func (o *WebhookDeliveryItemListUnauthorized) IsCode(code int) bool
- func (o *WebhookDeliveryItemListUnauthorized) IsRedirect() bool
- func (o *WebhookDeliveryItemListUnauthorized) IsServerError() bool
- func (o *WebhookDeliveryItemListUnauthorized) IsSuccess() bool
- func (o *WebhookDeliveryItemListUnauthorized) String() string
- type WebhookDeliveryItemRedeliverBadRequest
- func (o *WebhookDeliveryItemRedeliverBadRequest) Code() int
- func (o *WebhookDeliveryItemRedeliverBadRequest) Error() string
- func (o *WebhookDeliveryItemRedeliverBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemRedeliverBadRequest) IsClientError() bool
- func (o *WebhookDeliveryItemRedeliverBadRequest) IsCode(code int) bool
- func (o *WebhookDeliveryItemRedeliverBadRequest) IsRedirect() bool
- func (o *WebhookDeliveryItemRedeliverBadRequest) IsServerError() bool
- func (o *WebhookDeliveryItemRedeliverBadRequest) IsSuccess() bool
- func (o *WebhookDeliveryItemRedeliverBadRequest) String() string
- type WebhookDeliveryItemRedeliverInternalServerError
- func (o *WebhookDeliveryItemRedeliverInternalServerError) Code() int
- func (o *WebhookDeliveryItemRedeliverInternalServerError) Error() string
- func (o *WebhookDeliveryItemRedeliverInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemRedeliverInternalServerError) IsClientError() bool
- func (o *WebhookDeliveryItemRedeliverInternalServerError) IsCode(code int) bool
- func (o *WebhookDeliveryItemRedeliverInternalServerError) IsRedirect() bool
- func (o *WebhookDeliveryItemRedeliverInternalServerError) IsServerError() bool
- func (o *WebhookDeliveryItemRedeliverInternalServerError) IsSuccess() bool
- func (o *WebhookDeliveryItemRedeliverInternalServerError) String() string
- type WebhookDeliveryItemRedeliverOK
- func (o *WebhookDeliveryItemRedeliverOK) Code() int
- func (o *WebhookDeliveryItemRedeliverOK) Error() string
- func (o *WebhookDeliveryItemRedeliverOK) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemRedeliverOK) IsClientError() bool
- func (o *WebhookDeliveryItemRedeliverOK) IsCode(code int) bool
- func (o *WebhookDeliveryItemRedeliverOK) IsRedirect() bool
- func (o *WebhookDeliveryItemRedeliverOK) IsServerError() bool
- func (o *WebhookDeliveryItemRedeliverOK) IsSuccess() bool
- func (o *WebhookDeliveryItemRedeliverOK) String() string
- type WebhookDeliveryItemRedeliverParams
- func NewWebhookDeliveryItemRedeliverParams() *WebhookDeliveryItemRedeliverParams
- func NewWebhookDeliveryItemRedeliverParamsWithContext(ctx context.Context) *WebhookDeliveryItemRedeliverParams
- func NewWebhookDeliveryItemRedeliverParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemRedeliverParams
- func NewWebhookDeliveryItemRedeliverParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) SetAppSlug(appSlug string)
- func (o *WebhookDeliveryItemRedeliverParams) SetAppWebhookSlug(appWebhookSlug string)
- func (o *WebhookDeliveryItemRedeliverParams) SetContext(ctx context.Context)
- func (o *WebhookDeliveryItemRedeliverParams) SetDefaults()
- func (o *WebhookDeliveryItemRedeliverParams) SetHTTPClient(client *http.Client)
- func (o *WebhookDeliveryItemRedeliverParams) SetTimeout(timeout time.Duration)
- func (o *WebhookDeliveryItemRedeliverParams) SetWebhookDeliveryItemSlug(webhookDeliveryItemSlug string)
- func (o *WebhookDeliveryItemRedeliverParams) WithAppSlug(appSlug string) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithContext(ctx context.Context) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithDefaults() *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WithWebhookDeliveryItemSlug(webhookDeliveryItemSlug string) *WebhookDeliveryItemRedeliverParams
- func (o *WebhookDeliveryItemRedeliverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WebhookDeliveryItemRedeliverReader
- type WebhookDeliveryItemRedeliverUnauthorized
- func (o *WebhookDeliveryItemRedeliverUnauthorized) Code() int
- func (o *WebhookDeliveryItemRedeliverUnauthorized) Error() string
- func (o *WebhookDeliveryItemRedeliverUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemRedeliverUnauthorized) IsClientError() bool
- func (o *WebhookDeliveryItemRedeliverUnauthorized) IsCode(code int) bool
- func (o *WebhookDeliveryItemRedeliverUnauthorized) IsRedirect() bool
- func (o *WebhookDeliveryItemRedeliverUnauthorized) IsServerError() bool
- func (o *WebhookDeliveryItemRedeliverUnauthorized) IsSuccess() bool
- func (o *WebhookDeliveryItemRedeliverUnauthorized) String() string
- type WebhookDeliveryItemShowBadRequest
- func (o *WebhookDeliveryItemShowBadRequest) Code() int
- func (o *WebhookDeliveryItemShowBadRequest) Error() string
- func (o *WebhookDeliveryItemShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemShowBadRequest) IsClientError() bool
- func (o *WebhookDeliveryItemShowBadRequest) IsCode(code int) bool
- func (o *WebhookDeliveryItemShowBadRequest) IsRedirect() bool
- func (o *WebhookDeliveryItemShowBadRequest) IsServerError() bool
- func (o *WebhookDeliveryItemShowBadRequest) IsSuccess() bool
- func (o *WebhookDeliveryItemShowBadRequest) String() string
- type WebhookDeliveryItemShowInternalServerError
- func (o *WebhookDeliveryItemShowInternalServerError) Code() int
- func (o *WebhookDeliveryItemShowInternalServerError) Error() string
- func (o *WebhookDeliveryItemShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemShowInternalServerError) IsClientError() bool
- func (o *WebhookDeliveryItemShowInternalServerError) IsCode(code int) bool
- func (o *WebhookDeliveryItemShowInternalServerError) IsRedirect() bool
- func (o *WebhookDeliveryItemShowInternalServerError) IsServerError() bool
- func (o *WebhookDeliveryItemShowInternalServerError) IsSuccess() bool
- func (o *WebhookDeliveryItemShowInternalServerError) String() string
- type WebhookDeliveryItemShowOK
- func (o *WebhookDeliveryItemShowOK) Code() int
- func (o *WebhookDeliveryItemShowOK) Error() string
- func (o *WebhookDeliveryItemShowOK) GetPayload() *models.V0WebhookDeliveryItemResponseModel
- func (o *WebhookDeliveryItemShowOK) IsClientError() bool
- func (o *WebhookDeliveryItemShowOK) IsCode(code int) bool
- func (o *WebhookDeliveryItemShowOK) IsRedirect() bool
- func (o *WebhookDeliveryItemShowOK) IsServerError() bool
- func (o *WebhookDeliveryItemShowOK) IsSuccess() bool
- func (o *WebhookDeliveryItemShowOK) String() string
- type WebhookDeliveryItemShowParams
- func NewWebhookDeliveryItemShowParams() *WebhookDeliveryItemShowParams
- func NewWebhookDeliveryItemShowParamsWithContext(ctx context.Context) *WebhookDeliveryItemShowParams
- func NewWebhookDeliveryItemShowParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemShowParams
- func NewWebhookDeliveryItemShowParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) SetAppSlug(appSlug string)
- func (o *WebhookDeliveryItemShowParams) SetAppWebhookSlug(appWebhookSlug string)
- func (o *WebhookDeliveryItemShowParams) SetContext(ctx context.Context)
- func (o *WebhookDeliveryItemShowParams) SetDefaults()
- func (o *WebhookDeliveryItemShowParams) SetHTTPClient(client *http.Client)
- func (o *WebhookDeliveryItemShowParams) SetTimeout(timeout time.Duration)
- func (o *WebhookDeliveryItemShowParams) SetWebhookDeliveryItemSlug(webhookDeliveryItemSlug string)
- func (o *WebhookDeliveryItemShowParams) WithAppSlug(appSlug string) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithContext(ctx context.Context) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithDefaults() *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WithWebhookDeliveryItemSlug(webhookDeliveryItemSlug string) *WebhookDeliveryItemShowParams
- func (o *WebhookDeliveryItemShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type WebhookDeliveryItemShowReader
- type WebhookDeliveryItemShowUnauthorized
- func (o *WebhookDeliveryItemShowUnauthorized) Code() int
- func (o *WebhookDeliveryItemShowUnauthorized) Error() string
- func (o *WebhookDeliveryItemShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
- func (o *WebhookDeliveryItemShowUnauthorized) IsClientError() bool
- func (o *WebhookDeliveryItemShowUnauthorized) IsCode(code int) bool
- func (o *WebhookDeliveryItemShowUnauthorized) IsRedirect() bool
- func (o *WebhookDeliveryItemShowUnauthorized) IsServerError() bool
- func (o *WebhookDeliveryItemShowUnauthorized) IsSuccess() bool
- func (o *WebhookDeliveryItemShowUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityListBadRequest ¶
type ActivityListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ActivityListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewActivityListBadRequest ¶
func NewActivityListBadRequest() *ActivityListBadRequest
NewActivityListBadRequest creates a ActivityListBadRequest with default headers values
func (*ActivityListBadRequest) Code ¶ added in v1.0.3
func (o *ActivityListBadRequest) Code() int
Code gets the status code for the activity list bad request response
func (*ActivityListBadRequest) Error ¶
func (o *ActivityListBadRequest) Error() string
func (*ActivityListBadRequest) GetPayload ¶
func (o *ActivityListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ActivityListBadRequest) IsClientError ¶ added in v0.1.0
func (o *ActivityListBadRequest) IsClientError() bool
IsClientError returns true when this activity list bad request response has a 4xx status code
func (*ActivityListBadRequest) IsCode ¶ added in v0.1.0
func (o *ActivityListBadRequest) IsCode(code int) bool
IsCode returns true when this activity list bad request response a status code equal to that given
func (*ActivityListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ActivityListBadRequest) IsRedirect() bool
IsRedirect returns true when this activity list bad request response has a 3xx status code
func (*ActivityListBadRequest) IsServerError ¶ added in v0.1.0
func (o *ActivityListBadRequest) IsServerError() bool
IsServerError returns true when this activity list bad request response has a 5xx status code
func (*ActivityListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ActivityListBadRequest) IsSuccess() bool
IsSuccess returns true when this activity list bad request response has a 2xx status code
func (*ActivityListBadRequest) String ¶ added in v0.1.0
func (o *ActivityListBadRequest) String() string
type ActivityListInternalServerError ¶
type ActivityListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ActivityListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewActivityListInternalServerError ¶
func NewActivityListInternalServerError() *ActivityListInternalServerError
NewActivityListInternalServerError creates a ActivityListInternalServerError with default headers values
func (*ActivityListInternalServerError) Code ¶ added in v1.0.3
func (o *ActivityListInternalServerError) Code() int
Code gets the status code for the activity list internal server error response
func (*ActivityListInternalServerError) Error ¶
func (o *ActivityListInternalServerError) Error() string
func (*ActivityListInternalServerError) GetPayload ¶
func (o *ActivityListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ActivityListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ActivityListInternalServerError) IsClientError() bool
IsClientError returns true when this activity list internal server error response has a 4xx status code
func (*ActivityListInternalServerError) IsCode ¶ added in v0.1.0
func (o *ActivityListInternalServerError) IsCode(code int) bool
IsCode returns true when this activity list internal server error response a status code equal to that given
func (*ActivityListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ActivityListInternalServerError) IsRedirect() bool
IsRedirect returns true when this activity list internal server error response has a 3xx status code
func (*ActivityListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ActivityListInternalServerError) IsServerError() bool
IsServerError returns true when this activity list internal server error response has a 5xx status code
func (*ActivityListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ActivityListInternalServerError) IsSuccess() bool
IsSuccess returns true when this activity list internal server error response has a 2xx status code
func (*ActivityListInternalServerError) String ¶ added in v0.1.0
func (o *ActivityListInternalServerError) String() string
type ActivityListNotFound ¶
type ActivityListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ActivityListNotFound describes a response with status code 404, with default header values.
Not Found
func NewActivityListNotFound ¶
func NewActivityListNotFound() *ActivityListNotFound
NewActivityListNotFound creates a ActivityListNotFound with default headers values
func (*ActivityListNotFound) Code ¶ added in v1.0.3
func (o *ActivityListNotFound) Code() int
Code gets the status code for the activity list not found response
func (*ActivityListNotFound) Error ¶
func (o *ActivityListNotFound) Error() string
func (*ActivityListNotFound) GetPayload ¶
func (o *ActivityListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ActivityListNotFound) IsClientError ¶ added in v0.1.0
func (o *ActivityListNotFound) IsClientError() bool
IsClientError returns true when this activity list not found response has a 4xx status code
func (*ActivityListNotFound) IsCode ¶ added in v0.1.0
func (o *ActivityListNotFound) IsCode(code int) bool
IsCode returns true when this activity list not found response a status code equal to that given
func (*ActivityListNotFound) IsRedirect ¶ added in v0.1.0
func (o *ActivityListNotFound) IsRedirect() bool
IsRedirect returns true when this activity list not found response has a 3xx status code
func (*ActivityListNotFound) IsServerError ¶ added in v0.1.0
func (o *ActivityListNotFound) IsServerError() bool
IsServerError returns true when this activity list not found response has a 5xx status code
func (*ActivityListNotFound) IsSuccess ¶ added in v0.1.0
func (o *ActivityListNotFound) IsSuccess() bool
IsSuccess returns true when this activity list not found response has a 2xx status code
func (*ActivityListNotFound) String ¶ added in v0.1.0
func (o *ActivityListNotFound) String() string
type ActivityListOK ¶
type ActivityListOK struct {
Payload *models.V0ActivityEventListResponseModel
}
ActivityListOK describes a response with status code 200, with default header values.
OK
func NewActivityListOK ¶
func NewActivityListOK() *ActivityListOK
NewActivityListOK creates a ActivityListOK with default headers values
func (*ActivityListOK) Code ¶ added in v1.0.3
func (o *ActivityListOK) Code() int
Code gets the status code for the activity list o k response
func (*ActivityListOK) Error ¶
func (o *ActivityListOK) Error() string
func (*ActivityListOK) GetPayload ¶
func (o *ActivityListOK) GetPayload() *models.V0ActivityEventListResponseModel
func (*ActivityListOK) IsClientError ¶ added in v0.1.0
func (o *ActivityListOK) IsClientError() bool
IsClientError returns true when this activity list o k response has a 4xx status code
func (*ActivityListOK) IsCode ¶ added in v0.1.0
func (o *ActivityListOK) IsCode(code int) bool
IsCode returns true when this activity list o k response a status code equal to that given
func (*ActivityListOK) IsRedirect ¶ added in v0.1.0
func (o *ActivityListOK) IsRedirect() bool
IsRedirect returns true when this activity list o k response has a 3xx status code
func (*ActivityListOK) IsServerError ¶ added in v0.1.0
func (o *ActivityListOK) IsServerError() bool
IsServerError returns true when this activity list o k response has a 5xx status code
func (*ActivityListOK) IsSuccess ¶ added in v0.1.0
func (o *ActivityListOK) IsSuccess() bool
IsSuccess returns true when this activity list o k response has a 2xx status code
func (*ActivityListOK) String ¶ added in v0.1.0
func (o *ActivityListOK) String() string
type ActivityListParams ¶
type ActivityListParams struct {
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first activity event in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ActivityListParams contains all the parameters to send to the API endpoint
for the activity list operation. Typically these are written to a http.Request.
func NewActivityListParams ¶
func NewActivityListParams() *ActivityListParams
NewActivityListParams creates a new ActivityListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActivityListParamsWithContext ¶
func NewActivityListParamsWithContext(ctx context.Context) *ActivityListParams
NewActivityListParamsWithContext creates a new ActivityListParams object with the ability to set a context for a request.
func NewActivityListParamsWithHTTPClient ¶
func NewActivityListParamsWithHTTPClient(client *http.Client) *ActivityListParams
NewActivityListParamsWithHTTPClient creates a new ActivityListParams object with the ability to set a custom HTTPClient for a request.
func NewActivityListParamsWithTimeout ¶
func NewActivityListParamsWithTimeout(timeout time.Duration) *ActivityListParams
NewActivityListParamsWithTimeout creates a new ActivityListParams object with the ability to set a timeout on a request.
func (*ActivityListParams) SetContext ¶
func (o *ActivityListParams) SetContext(ctx context.Context)
SetContext adds the context to the activity list params
func (*ActivityListParams) SetDefaults ¶
func (o *ActivityListParams) SetDefaults()
SetDefaults hydrates default values in the activity list params (not the query body).
All values with no default are reset to their zero value.
func (*ActivityListParams) SetHTTPClient ¶
func (o *ActivityListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the activity list params
func (*ActivityListParams) SetLimit ¶
func (o *ActivityListParams) SetLimit(limit *int64)
SetLimit adds the limit to the activity list params
func (*ActivityListParams) SetNext ¶
func (o *ActivityListParams) SetNext(next *string)
SetNext adds the next to the activity list params
func (*ActivityListParams) SetTimeout ¶
func (o *ActivityListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the activity list params
func (*ActivityListParams) WithContext ¶
func (o *ActivityListParams) WithContext(ctx context.Context) *ActivityListParams
WithContext adds the context to the activity list params
func (*ActivityListParams) WithDefaults ¶
func (o *ActivityListParams) WithDefaults() *ActivityListParams
WithDefaults hydrates default values in the activity list params (not the query body).
All values with no default are reset to their zero value.
func (*ActivityListParams) WithHTTPClient ¶
func (o *ActivityListParams) WithHTTPClient(client *http.Client) *ActivityListParams
WithHTTPClient adds the HTTPClient to the activity list params
func (*ActivityListParams) WithLimit ¶
func (o *ActivityListParams) WithLimit(limit *int64) *ActivityListParams
WithLimit adds the limit to the activity list params
func (*ActivityListParams) WithNext ¶
func (o *ActivityListParams) WithNext(next *string) *ActivityListParams
WithNext adds the next to the activity list params
func (*ActivityListParams) WithTimeout ¶
func (o *ActivityListParams) WithTimeout(timeout time.Duration) *ActivityListParams
WithTimeout adds the timeout to the activity list params
func (*ActivityListParams) WriteToRequest ¶
func (o *ActivityListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActivityListReader ¶
type ActivityListReader struct {
// contains filtered or unexported fields
}
ActivityListReader is a Reader for the ActivityList structure.
func (*ActivityListReader) ReadResponse ¶
func (o *ActivityListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActivityListUnauthorized ¶
type ActivityListUnauthorized struct {
}
ActivityListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewActivityListUnauthorized ¶
func NewActivityListUnauthorized() *ActivityListUnauthorized
NewActivityListUnauthorized creates a ActivityListUnauthorized with default headers values
func (*ActivityListUnauthorized) Code ¶ added in v1.0.3
func (o *ActivityListUnauthorized) Code() int
Code gets the status code for the activity list unauthorized response
func (*ActivityListUnauthorized) Error ¶
func (o *ActivityListUnauthorized) Error() string
func (*ActivityListUnauthorized) GetPayload ¶
func (o *ActivityListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ActivityListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ActivityListUnauthorized) IsClientError() bool
IsClientError returns true when this activity list unauthorized response has a 4xx status code
func (*ActivityListUnauthorized) IsCode ¶ added in v0.1.0
func (o *ActivityListUnauthorized) IsCode(code int) bool
IsCode returns true when this activity list unauthorized response a status code equal to that given
func (*ActivityListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ActivityListUnauthorized) IsRedirect() bool
IsRedirect returns true when this activity list unauthorized response has a 3xx status code
func (*ActivityListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ActivityListUnauthorized) IsServerError() bool
IsServerError returns true when this activity list unauthorized response has a 5xx status code
func (*ActivityListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ActivityListUnauthorized) IsSuccess() bool
IsSuccess returns true when this activity list unauthorized response has a 2xx status code
func (*ActivityListUnauthorized) String ¶ added in v0.1.0
func (o *ActivityListUnauthorized) String() string
type AddonListByAppBadRequest ¶
type AddonListByAppBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByAppBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAddonListByAppBadRequest ¶
func NewAddonListByAppBadRequest() *AddonListByAppBadRequest
NewAddonListByAppBadRequest creates a AddonListByAppBadRequest with default headers values
func (*AddonListByAppBadRequest) Code ¶ added in v1.0.3
func (o *AddonListByAppBadRequest) Code() int
Code gets the status code for the addon list by app bad request response
func (*AddonListByAppBadRequest) Error ¶
func (o *AddonListByAppBadRequest) Error() string
func (*AddonListByAppBadRequest) GetPayload ¶
func (o *AddonListByAppBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByAppBadRequest) IsClientError ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) IsClientError() bool
IsClientError returns true when this addon list by app bad request response has a 4xx status code
func (*AddonListByAppBadRequest) IsCode ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) IsCode(code int) bool
IsCode returns true when this addon list by app bad request response a status code equal to that given
func (*AddonListByAppBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) IsRedirect() bool
IsRedirect returns true when this addon list by app bad request response has a 3xx status code
func (*AddonListByAppBadRequest) IsServerError ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) IsServerError() bool
IsServerError returns true when this addon list by app bad request response has a 5xx status code
func (*AddonListByAppBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) IsSuccess() bool
IsSuccess returns true when this addon list by app bad request response has a 2xx status code
func (*AddonListByAppBadRequest) String ¶ added in v0.1.0
func (o *AddonListByAppBadRequest) String() string
type AddonListByAppInternalServerError ¶
type AddonListByAppInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByAppInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAddonListByAppInternalServerError ¶
func NewAddonListByAppInternalServerError() *AddonListByAppInternalServerError
NewAddonListByAppInternalServerError creates a AddonListByAppInternalServerError with default headers values
func (*AddonListByAppInternalServerError) Code ¶ added in v1.0.3
func (o *AddonListByAppInternalServerError) Code() int
Code gets the status code for the addon list by app internal server error response
func (*AddonListByAppInternalServerError) Error ¶
func (o *AddonListByAppInternalServerError) Error() string
func (*AddonListByAppInternalServerError) GetPayload ¶
func (o *AddonListByAppInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByAppInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) IsClientError() bool
IsClientError returns true when this addon list by app internal server error response has a 4xx status code
func (*AddonListByAppInternalServerError) IsCode ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) IsCode(code int) bool
IsCode returns true when this addon list by app internal server error response a status code equal to that given
func (*AddonListByAppInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) IsRedirect() bool
IsRedirect returns true when this addon list by app internal server error response has a 3xx status code
func (*AddonListByAppInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) IsServerError() bool
IsServerError returns true when this addon list by app internal server error response has a 5xx status code
func (*AddonListByAppInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) IsSuccess() bool
IsSuccess returns true when this addon list by app internal server error response has a 2xx status code
func (*AddonListByAppInternalServerError) String ¶ added in v0.1.0
func (o *AddonListByAppInternalServerError) String() string
type AddonListByAppNotFound ¶
type AddonListByAppNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByAppNotFound describes a response with status code 404, with default header values.
Not Found
func NewAddonListByAppNotFound ¶
func NewAddonListByAppNotFound() *AddonListByAppNotFound
NewAddonListByAppNotFound creates a AddonListByAppNotFound with default headers values
func (*AddonListByAppNotFound) Code ¶ added in v1.0.3
func (o *AddonListByAppNotFound) Code() int
Code gets the status code for the addon list by app not found response
func (*AddonListByAppNotFound) Error ¶
func (o *AddonListByAppNotFound) Error() string
func (*AddonListByAppNotFound) GetPayload ¶
func (o *AddonListByAppNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByAppNotFound) IsClientError ¶ added in v0.1.0
func (o *AddonListByAppNotFound) IsClientError() bool
IsClientError returns true when this addon list by app not found response has a 4xx status code
func (*AddonListByAppNotFound) IsCode ¶ added in v0.1.0
func (o *AddonListByAppNotFound) IsCode(code int) bool
IsCode returns true when this addon list by app not found response a status code equal to that given
func (*AddonListByAppNotFound) IsRedirect ¶ added in v0.1.0
func (o *AddonListByAppNotFound) IsRedirect() bool
IsRedirect returns true when this addon list by app not found response has a 3xx status code
func (*AddonListByAppNotFound) IsServerError ¶ added in v0.1.0
func (o *AddonListByAppNotFound) IsServerError() bool
IsServerError returns true when this addon list by app not found response has a 5xx status code
func (*AddonListByAppNotFound) IsSuccess ¶ added in v0.1.0
func (o *AddonListByAppNotFound) IsSuccess() bool
IsSuccess returns true when this addon list by app not found response has a 2xx status code
func (*AddonListByAppNotFound) String ¶ added in v0.1.0
func (o *AddonListByAppNotFound) String() string
type AddonListByAppOK ¶
type AddonListByAppOK struct {
Payload *models.V0AppAddOnsListResponseModel
}
AddonListByAppOK describes a response with status code 200, with default header values.
OK
func NewAddonListByAppOK ¶
func NewAddonListByAppOK() *AddonListByAppOK
NewAddonListByAppOK creates a AddonListByAppOK with default headers values
func (*AddonListByAppOK) Code ¶ added in v1.0.3
func (o *AddonListByAppOK) Code() int
Code gets the status code for the addon list by app o k response
func (*AddonListByAppOK) Error ¶
func (o *AddonListByAppOK) Error() string
func (*AddonListByAppOK) GetPayload ¶
func (o *AddonListByAppOK) GetPayload() *models.V0AppAddOnsListResponseModel
func (*AddonListByAppOK) IsClientError ¶ added in v0.1.0
func (o *AddonListByAppOK) IsClientError() bool
IsClientError returns true when this addon list by app o k response has a 4xx status code
func (*AddonListByAppOK) IsCode ¶ added in v0.1.0
func (o *AddonListByAppOK) IsCode(code int) bool
IsCode returns true when this addon list by app o k response a status code equal to that given
func (*AddonListByAppOK) IsRedirect ¶ added in v0.1.0
func (o *AddonListByAppOK) IsRedirect() bool
IsRedirect returns true when this addon list by app o k response has a 3xx status code
func (*AddonListByAppOK) IsServerError ¶ added in v0.1.0
func (o *AddonListByAppOK) IsServerError() bool
IsServerError returns true when this addon list by app o k response has a 5xx status code
func (*AddonListByAppOK) IsSuccess ¶ added in v0.1.0
func (o *AddonListByAppOK) IsSuccess() bool
IsSuccess returns true when this addon list by app o k response has a 2xx status code
func (*AddonListByAppOK) String ¶ added in v0.1.0
func (o *AddonListByAppOK) String() string
type AddonListByAppParams ¶
type AddonListByAppParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddonListByAppParams contains all the parameters to send to the API endpoint
for the addon list by app operation. Typically these are written to a http.Request.
func NewAddonListByAppParams ¶
func NewAddonListByAppParams() *AddonListByAppParams
NewAddonListByAppParams creates a new AddonListByAppParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddonListByAppParamsWithContext ¶
func NewAddonListByAppParamsWithContext(ctx context.Context) *AddonListByAppParams
NewAddonListByAppParamsWithContext creates a new AddonListByAppParams object with the ability to set a context for a request.
func NewAddonListByAppParamsWithHTTPClient ¶
func NewAddonListByAppParamsWithHTTPClient(client *http.Client) *AddonListByAppParams
NewAddonListByAppParamsWithHTTPClient creates a new AddonListByAppParams object with the ability to set a custom HTTPClient for a request.
func NewAddonListByAppParamsWithTimeout ¶
func NewAddonListByAppParamsWithTimeout(timeout time.Duration) *AddonListByAppParams
NewAddonListByAppParamsWithTimeout creates a new AddonListByAppParams object with the ability to set a timeout on a request.
func (*AddonListByAppParams) SetAppSlug ¶
func (o *AddonListByAppParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the addon list by app params
func (*AddonListByAppParams) SetContext ¶
func (o *AddonListByAppParams) SetContext(ctx context.Context)
SetContext adds the context to the addon list by app params
func (*AddonListByAppParams) SetDefaults ¶
func (o *AddonListByAppParams) SetDefaults()
SetDefaults hydrates default values in the addon list by app params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByAppParams) SetHTTPClient ¶
func (o *AddonListByAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the addon list by app params
func (*AddonListByAppParams) SetTimeout ¶
func (o *AddonListByAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the addon list by app params
func (*AddonListByAppParams) WithAppSlug ¶
func (o *AddonListByAppParams) WithAppSlug(appSlug string) *AddonListByAppParams
WithAppSlug adds the appSlug to the addon list by app params
func (*AddonListByAppParams) WithContext ¶
func (o *AddonListByAppParams) WithContext(ctx context.Context) *AddonListByAppParams
WithContext adds the context to the addon list by app params
func (*AddonListByAppParams) WithDefaults ¶
func (o *AddonListByAppParams) WithDefaults() *AddonListByAppParams
WithDefaults hydrates default values in the addon list by app params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByAppParams) WithHTTPClient ¶
func (o *AddonListByAppParams) WithHTTPClient(client *http.Client) *AddonListByAppParams
WithHTTPClient adds the HTTPClient to the addon list by app params
func (*AddonListByAppParams) WithTimeout ¶
func (o *AddonListByAppParams) WithTimeout(timeout time.Duration) *AddonListByAppParams
WithTimeout adds the timeout to the addon list by app params
func (*AddonListByAppParams) WriteToRequest ¶
func (o *AddonListByAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddonListByAppReader ¶
type AddonListByAppReader struct {
// contains filtered or unexported fields
}
AddonListByAppReader is a Reader for the AddonListByApp structure.
func (*AddonListByAppReader) ReadResponse ¶
func (o *AddonListByAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddonListByAppUnauthorized ¶
type AddonListByAppUnauthorized struct {
}
AddonListByAppUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAddonListByAppUnauthorized ¶
func NewAddonListByAppUnauthorized() *AddonListByAppUnauthorized
NewAddonListByAppUnauthorized creates a AddonListByAppUnauthorized with default headers values
func (*AddonListByAppUnauthorized) Code ¶ added in v1.0.3
func (o *AddonListByAppUnauthorized) Code() int
Code gets the status code for the addon list by app unauthorized response
func (*AddonListByAppUnauthorized) Error ¶
func (o *AddonListByAppUnauthorized) Error() string
func (*AddonListByAppUnauthorized) GetPayload ¶
func (o *AddonListByAppUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByAppUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) IsClientError() bool
IsClientError returns true when this addon list by app unauthorized response has a 4xx status code
func (*AddonListByAppUnauthorized) IsCode ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) IsCode(code int) bool
IsCode returns true when this addon list by app unauthorized response a status code equal to that given
func (*AddonListByAppUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) IsRedirect() bool
IsRedirect returns true when this addon list by app unauthorized response has a 3xx status code
func (*AddonListByAppUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) IsServerError() bool
IsServerError returns true when this addon list by app unauthorized response has a 5xx status code
func (*AddonListByAppUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) IsSuccess() bool
IsSuccess returns true when this addon list by app unauthorized response has a 2xx status code
func (*AddonListByAppUnauthorized) String ¶ added in v0.1.0
func (o *AddonListByAppUnauthorized) String() string
type AddonListByOrganizationBadRequest ¶
type AddonListByOrganizationBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByOrganizationBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAddonListByOrganizationBadRequest ¶
func NewAddonListByOrganizationBadRequest() *AddonListByOrganizationBadRequest
NewAddonListByOrganizationBadRequest creates a AddonListByOrganizationBadRequest with default headers values
func (*AddonListByOrganizationBadRequest) Code ¶ added in v1.0.3
func (o *AddonListByOrganizationBadRequest) Code() int
Code gets the status code for the addon list by organization bad request response
func (*AddonListByOrganizationBadRequest) Error ¶
func (o *AddonListByOrganizationBadRequest) Error() string
func (*AddonListByOrganizationBadRequest) GetPayload ¶
func (o *AddonListByOrganizationBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByOrganizationBadRequest) IsClientError ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) IsClientError() bool
IsClientError returns true when this addon list by organization bad request response has a 4xx status code
func (*AddonListByOrganizationBadRequest) IsCode ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) IsCode(code int) bool
IsCode returns true when this addon list by organization bad request response a status code equal to that given
func (*AddonListByOrganizationBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) IsRedirect() bool
IsRedirect returns true when this addon list by organization bad request response has a 3xx status code
func (*AddonListByOrganizationBadRequest) IsServerError ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) IsServerError() bool
IsServerError returns true when this addon list by organization bad request response has a 5xx status code
func (*AddonListByOrganizationBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) IsSuccess() bool
IsSuccess returns true when this addon list by organization bad request response has a 2xx status code
func (*AddonListByOrganizationBadRequest) String ¶ added in v0.1.0
func (o *AddonListByOrganizationBadRequest) String() string
type AddonListByOrganizationInternalServerError ¶
type AddonListByOrganizationInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByOrganizationInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAddonListByOrganizationInternalServerError ¶
func NewAddonListByOrganizationInternalServerError() *AddonListByOrganizationInternalServerError
NewAddonListByOrganizationInternalServerError creates a AddonListByOrganizationInternalServerError with default headers values
func (*AddonListByOrganizationInternalServerError) Code ¶ added in v1.0.3
func (o *AddonListByOrganizationInternalServerError) Code() int
Code gets the status code for the addon list by organization internal server error response
func (*AddonListByOrganizationInternalServerError) Error ¶
func (o *AddonListByOrganizationInternalServerError) Error() string
func (*AddonListByOrganizationInternalServerError) GetPayload ¶
func (o *AddonListByOrganizationInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByOrganizationInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) IsClientError() bool
IsClientError returns true when this addon list by organization internal server error response has a 4xx status code
func (*AddonListByOrganizationInternalServerError) IsCode ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) IsCode(code int) bool
IsCode returns true when this addon list by organization internal server error response a status code equal to that given
func (*AddonListByOrganizationInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) IsRedirect() bool
IsRedirect returns true when this addon list by organization internal server error response has a 3xx status code
func (*AddonListByOrganizationInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) IsServerError() bool
IsServerError returns true when this addon list by organization internal server error response has a 5xx status code
func (*AddonListByOrganizationInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this addon list by organization internal server error response has a 2xx status code
func (*AddonListByOrganizationInternalServerError) String ¶ added in v0.1.0
func (o *AddonListByOrganizationInternalServerError) String() string
type AddonListByOrganizationNotFound ¶
type AddonListByOrganizationNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByOrganizationNotFound describes a response with status code 404, with default header values.
Not Found
func NewAddonListByOrganizationNotFound ¶
func NewAddonListByOrganizationNotFound() *AddonListByOrganizationNotFound
NewAddonListByOrganizationNotFound creates a AddonListByOrganizationNotFound with default headers values
func (*AddonListByOrganizationNotFound) Code ¶ added in v1.0.3
func (o *AddonListByOrganizationNotFound) Code() int
Code gets the status code for the addon list by organization not found response
func (*AddonListByOrganizationNotFound) Error ¶
func (o *AddonListByOrganizationNotFound) Error() string
func (*AddonListByOrganizationNotFound) GetPayload ¶
func (o *AddonListByOrganizationNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByOrganizationNotFound) IsClientError ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) IsClientError() bool
IsClientError returns true when this addon list by organization not found response has a 4xx status code
func (*AddonListByOrganizationNotFound) IsCode ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) IsCode(code int) bool
IsCode returns true when this addon list by organization not found response a status code equal to that given
func (*AddonListByOrganizationNotFound) IsRedirect ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) IsRedirect() bool
IsRedirect returns true when this addon list by organization not found response has a 3xx status code
func (*AddonListByOrganizationNotFound) IsServerError ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) IsServerError() bool
IsServerError returns true when this addon list by organization not found response has a 5xx status code
func (*AddonListByOrganizationNotFound) IsSuccess ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) IsSuccess() bool
IsSuccess returns true when this addon list by organization not found response has a 2xx status code
func (*AddonListByOrganizationNotFound) String ¶ added in v0.1.0
func (o *AddonListByOrganizationNotFound) String() string
type AddonListByOrganizationOK ¶
type AddonListByOrganizationOK struct {
Payload *models.V0OwnerAddOnsListResponseModel
}
AddonListByOrganizationOK describes a response with status code 200, with default header values.
OK
func NewAddonListByOrganizationOK ¶
func NewAddonListByOrganizationOK() *AddonListByOrganizationOK
NewAddonListByOrganizationOK creates a AddonListByOrganizationOK with default headers values
func (*AddonListByOrganizationOK) Code ¶ added in v1.0.3
func (o *AddonListByOrganizationOK) Code() int
Code gets the status code for the addon list by organization o k response
func (*AddonListByOrganizationOK) Error ¶
func (o *AddonListByOrganizationOK) Error() string
func (*AddonListByOrganizationOK) GetPayload ¶
func (o *AddonListByOrganizationOK) GetPayload() *models.V0OwnerAddOnsListResponseModel
func (*AddonListByOrganizationOK) IsClientError ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) IsClientError() bool
IsClientError returns true when this addon list by organization o k response has a 4xx status code
func (*AddonListByOrganizationOK) IsCode ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) IsCode(code int) bool
IsCode returns true when this addon list by organization o k response a status code equal to that given
func (*AddonListByOrganizationOK) IsRedirect ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) IsRedirect() bool
IsRedirect returns true when this addon list by organization o k response has a 3xx status code
func (*AddonListByOrganizationOK) IsServerError ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) IsServerError() bool
IsServerError returns true when this addon list by organization o k response has a 5xx status code
func (*AddonListByOrganizationOK) IsSuccess ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) IsSuccess() bool
IsSuccess returns true when this addon list by organization o k response has a 2xx status code
func (*AddonListByOrganizationOK) String ¶ added in v0.1.0
func (o *AddonListByOrganizationOK) String() string
type AddonListByOrganizationParams ¶
type AddonListByOrganizationParams struct {
/* OrganizationSlug.
Organization slug
*/
OrganizationSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddonListByOrganizationParams contains all the parameters to send to the API endpoint
for the addon list by organization operation. Typically these are written to a http.Request.
func NewAddonListByOrganizationParams ¶
func NewAddonListByOrganizationParams() *AddonListByOrganizationParams
NewAddonListByOrganizationParams creates a new AddonListByOrganizationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddonListByOrganizationParamsWithContext ¶
func NewAddonListByOrganizationParamsWithContext(ctx context.Context) *AddonListByOrganizationParams
NewAddonListByOrganizationParamsWithContext creates a new AddonListByOrganizationParams object with the ability to set a context for a request.
func NewAddonListByOrganizationParamsWithHTTPClient ¶
func NewAddonListByOrganizationParamsWithHTTPClient(client *http.Client) *AddonListByOrganizationParams
NewAddonListByOrganizationParamsWithHTTPClient creates a new AddonListByOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewAddonListByOrganizationParamsWithTimeout ¶
func NewAddonListByOrganizationParamsWithTimeout(timeout time.Duration) *AddonListByOrganizationParams
NewAddonListByOrganizationParamsWithTimeout creates a new AddonListByOrganizationParams object with the ability to set a timeout on a request.
func (*AddonListByOrganizationParams) SetContext ¶
func (o *AddonListByOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the addon list by organization params
func (*AddonListByOrganizationParams) SetDefaults ¶
func (o *AddonListByOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the addon list by organization params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByOrganizationParams) SetHTTPClient ¶
func (o *AddonListByOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the addon list by organization params
func (*AddonListByOrganizationParams) SetOrganizationSlug ¶
func (o *AddonListByOrganizationParams) SetOrganizationSlug(organizationSlug string)
SetOrganizationSlug adds the organizationSlug to the addon list by organization params
func (*AddonListByOrganizationParams) SetTimeout ¶
func (o *AddonListByOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the addon list by organization params
func (*AddonListByOrganizationParams) WithContext ¶
func (o *AddonListByOrganizationParams) WithContext(ctx context.Context) *AddonListByOrganizationParams
WithContext adds the context to the addon list by organization params
func (*AddonListByOrganizationParams) WithDefaults ¶
func (o *AddonListByOrganizationParams) WithDefaults() *AddonListByOrganizationParams
WithDefaults hydrates default values in the addon list by organization params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByOrganizationParams) WithHTTPClient ¶
func (o *AddonListByOrganizationParams) WithHTTPClient(client *http.Client) *AddonListByOrganizationParams
WithHTTPClient adds the HTTPClient to the addon list by organization params
func (*AddonListByOrganizationParams) WithOrganizationSlug ¶
func (o *AddonListByOrganizationParams) WithOrganizationSlug(organizationSlug string) *AddonListByOrganizationParams
WithOrganizationSlug adds the organizationSlug to the addon list by organization params
func (*AddonListByOrganizationParams) WithTimeout ¶
func (o *AddonListByOrganizationParams) WithTimeout(timeout time.Duration) *AddonListByOrganizationParams
WithTimeout adds the timeout to the addon list by organization params
func (*AddonListByOrganizationParams) WriteToRequest ¶
func (o *AddonListByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddonListByOrganizationReader ¶
type AddonListByOrganizationReader struct {
// contains filtered or unexported fields
}
AddonListByOrganizationReader is a Reader for the AddonListByOrganization structure.
func (*AddonListByOrganizationReader) ReadResponse ¶
func (o *AddonListByOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddonListByOrganizationUnauthorized ¶
type AddonListByOrganizationUnauthorized struct {
}
AddonListByOrganizationUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAddonListByOrganizationUnauthorized ¶
func NewAddonListByOrganizationUnauthorized() *AddonListByOrganizationUnauthorized
NewAddonListByOrganizationUnauthorized creates a AddonListByOrganizationUnauthorized with default headers values
func (*AddonListByOrganizationUnauthorized) Code ¶ added in v1.0.3
func (o *AddonListByOrganizationUnauthorized) Code() int
Code gets the status code for the addon list by organization unauthorized response
func (*AddonListByOrganizationUnauthorized) Error ¶
func (o *AddonListByOrganizationUnauthorized) Error() string
func (*AddonListByOrganizationUnauthorized) GetPayload ¶
func (o *AddonListByOrganizationUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByOrganizationUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) IsClientError() bool
IsClientError returns true when this addon list by organization unauthorized response has a 4xx status code
func (*AddonListByOrganizationUnauthorized) IsCode ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) IsCode(code int) bool
IsCode returns true when this addon list by organization unauthorized response a status code equal to that given
func (*AddonListByOrganizationUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) IsRedirect() bool
IsRedirect returns true when this addon list by organization unauthorized response has a 3xx status code
func (*AddonListByOrganizationUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) IsServerError() bool
IsServerError returns true when this addon list by organization unauthorized response has a 5xx status code
func (*AddonListByOrganizationUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) IsSuccess() bool
IsSuccess returns true when this addon list by organization unauthorized response has a 2xx status code
func (*AddonListByOrganizationUnauthorized) String ¶ added in v0.1.0
func (o *AddonListByOrganizationUnauthorized) String() string
type AddonListByUserBadRequest ¶
type AddonListByUserBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByUserBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAddonListByUserBadRequest ¶
func NewAddonListByUserBadRequest() *AddonListByUserBadRequest
NewAddonListByUserBadRequest creates a AddonListByUserBadRequest with default headers values
func (*AddonListByUserBadRequest) Code ¶ added in v1.0.3
func (o *AddonListByUserBadRequest) Code() int
Code gets the status code for the addon list by user bad request response
func (*AddonListByUserBadRequest) Error ¶
func (o *AddonListByUserBadRequest) Error() string
func (*AddonListByUserBadRequest) GetPayload ¶
func (o *AddonListByUserBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByUserBadRequest) IsClientError ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) IsClientError() bool
IsClientError returns true when this addon list by user bad request response has a 4xx status code
func (*AddonListByUserBadRequest) IsCode ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) IsCode(code int) bool
IsCode returns true when this addon list by user bad request response a status code equal to that given
func (*AddonListByUserBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) IsRedirect() bool
IsRedirect returns true when this addon list by user bad request response has a 3xx status code
func (*AddonListByUserBadRequest) IsServerError ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) IsServerError() bool
IsServerError returns true when this addon list by user bad request response has a 5xx status code
func (*AddonListByUserBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) IsSuccess() bool
IsSuccess returns true when this addon list by user bad request response has a 2xx status code
func (*AddonListByUserBadRequest) String ¶ added in v0.1.0
func (o *AddonListByUserBadRequest) String() string
type AddonListByUserInternalServerError ¶
type AddonListByUserInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByUserInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAddonListByUserInternalServerError ¶
func NewAddonListByUserInternalServerError() *AddonListByUserInternalServerError
NewAddonListByUserInternalServerError creates a AddonListByUserInternalServerError with default headers values
func (*AddonListByUserInternalServerError) Code ¶ added in v1.0.3
func (o *AddonListByUserInternalServerError) Code() int
Code gets the status code for the addon list by user internal server error response
func (*AddonListByUserInternalServerError) Error ¶
func (o *AddonListByUserInternalServerError) Error() string
func (*AddonListByUserInternalServerError) GetPayload ¶
func (o *AddonListByUserInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByUserInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) IsClientError() bool
IsClientError returns true when this addon list by user internal server error response has a 4xx status code
func (*AddonListByUserInternalServerError) IsCode ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) IsCode(code int) bool
IsCode returns true when this addon list by user internal server error response a status code equal to that given
func (*AddonListByUserInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this addon list by user internal server error response has a 3xx status code
func (*AddonListByUserInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) IsServerError() bool
IsServerError returns true when this addon list by user internal server error response has a 5xx status code
func (*AddonListByUserInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this addon list by user internal server error response has a 2xx status code
func (*AddonListByUserInternalServerError) String ¶ added in v0.1.0
func (o *AddonListByUserInternalServerError) String() string
type AddonListByUserNotFound ¶
type AddonListByUserNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonListByUserNotFound describes a response with status code 404, with default header values.
Not Found
func NewAddonListByUserNotFound ¶
func NewAddonListByUserNotFound() *AddonListByUserNotFound
NewAddonListByUserNotFound creates a AddonListByUserNotFound with default headers values
func (*AddonListByUserNotFound) Code ¶ added in v1.0.3
func (o *AddonListByUserNotFound) Code() int
Code gets the status code for the addon list by user not found response
func (*AddonListByUserNotFound) Error ¶
func (o *AddonListByUserNotFound) Error() string
func (*AddonListByUserNotFound) GetPayload ¶
func (o *AddonListByUserNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByUserNotFound) IsClientError ¶ added in v0.1.0
func (o *AddonListByUserNotFound) IsClientError() bool
IsClientError returns true when this addon list by user not found response has a 4xx status code
func (*AddonListByUserNotFound) IsCode ¶ added in v0.1.0
func (o *AddonListByUserNotFound) IsCode(code int) bool
IsCode returns true when this addon list by user not found response a status code equal to that given
func (*AddonListByUserNotFound) IsRedirect ¶ added in v0.1.0
func (o *AddonListByUserNotFound) IsRedirect() bool
IsRedirect returns true when this addon list by user not found response has a 3xx status code
func (*AddonListByUserNotFound) IsServerError ¶ added in v0.1.0
func (o *AddonListByUserNotFound) IsServerError() bool
IsServerError returns true when this addon list by user not found response has a 5xx status code
func (*AddonListByUserNotFound) IsSuccess ¶ added in v0.1.0
func (o *AddonListByUserNotFound) IsSuccess() bool
IsSuccess returns true when this addon list by user not found response has a 2xx status code
func (*AddonListByUserNotFound) String ¶ added in v0.1.0
func (o *AddonListByUserNotFound) String() string
type AddonListByUserOK ¶
type AddonListByUserOK struct {
Payload *models.V0OwnerAddOnsListResponseModel
}
AddonListByUserOK describes a response with status code 200, with default header values.
OK
func NewAddonListByUserOK ¶
func NewAddonListByUserOK() *AddonListByUserOK
NewAddonListByUserOK creates a AddonListByUserOK with default headers values
func (*AddonListByUserOK) Code ¶ added in v1.0.3
func (o *AddonListByUserOK) Code() int
Code gets the status code for the addon list by user o k response
func (*AddonListByUserOK) Error ¶
func (o *AddonListByUserOK) Error() string
func (*AddonListByUserOK) GetPayload ¶
func (o *AddonListByUserOK) GetPayload() *models.V0OwnerAddOnsListResponseModel
func (*AddonListByUserOK) IsClientError ¶ added in v0.1.0
func (o *AddonListByUserOK) IsClientError() bool
IsClientError returns true when this addon list by user o k response has a 4xx status code
func (*AddonListByUserOK) IsCode ¶ added in v0.1.0
func (o *AddonListByUserOK) IsCode(code int) bool
IsCode returns true when this addon list by user o k response a status code equal to that given
func (*AddonListByUserOK) IsRedirect ¶ added in v0.1.0
func (o *AddonListByUserOK) IsRedirect() bool
IsRedirect returns true when this addon list by user o k response has a 3xx status code
func (*AddonListByUserOK) IsServerError ¶ added in v0.1.0
func (o *AddonListByUserOK) IsServerError() bool
IsServerError returns true when this addon list by user o k response has a 5xx status code
func (*AddonListByUserOK) IsSuccess ¶ added in v0.1.0
func (o *AddonListByUserOK) IsSuccess() bool
IsSuccess returns true when this addon list by user o k response has a 2xx status code
func (*AddonListByUserOK) String ¶ added in v0.1.0
func (o *AddonListByUserOK) String() string
type AddonListByUserParams ¶
type AddonListByUserParams struct {
/* UserSlug.
User slug
*/
UserSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddonListByUserParams contains all the parameters to send to the API endpoint
for the addon list by user operation. Typically these are written to a http.Request.
func NewAddonListByUserParams ¶
func NewAddonListByUserParams() *AddonListByUserParams
NewAddonListByUserParams creates a new AddonListByUserParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddonListByUserParamsWithContext ¶
func NewAddonListByUserParamsWithContext(ctx context.Context) *AddonListByUserParams
NewAddonListByUserParamsWithContext creates a new AddonListByUserParams object with the ability to set a context for a request.
func NewAddonListByUserParamsWithHTTPClient ¶
func NewAddonListByUserParamsWithHTTPClient(client *http.Client) *AddonListByUserParams
NewAddonListByUserParamsWithHTTPClient creates a new AddonListByUserParams object with the ability to set a custom HTTPClient for a request.
func NewAddonListByUserParamsWithTimeout ¶
func NewAddonListByUserParamsWithTimeout(timeout time.Duration) *AddonListByUserParams
NewAddonListByUserParamsWithTimeout creates a new AddonListByUserParams object with the ability to set a timeout on a request.
func (*AddonListByUserParams) SetContext ¶
func (o *AddonListByUserParams) SetContext(ctx context.Context)
SetContext adds the context to the addon list by user params
func (*AddonListByUserParams) SetDefaults ¶
func (o *AddonListByUserParams) SetDefaults()
SetDefaults hydrates default values in the addon list by user params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByUserParams) SetHTTPClient ¶
func (o *AddonListByUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the addon list by user params
func (*AddonListByUserParams) SetTimeout ¶
func (o *AddonListByUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the addon list by user params
func (*AddonListByUserParams) SetUserSlug ¶
func (o *AddonListByUserParams) SetUserSlug(userSlug string)
SetUserSlug adds the userSlug to the addon list by user params
func (*AddonListByUserParams) WithContext ¶
func (o *AddonListByUserParams) WithContext(ctx context.Context) *AddonListByUserParams
WithContext adds the context to the addon list by user params
func (*AddonListByUserParams) WithDefaults ¶
func (o *AddonListByUserParams) WithDefaults() *AddonListByUserParams
WithDefaults hydrates default values in the addon list by user params (not the query body).
All values with no default are reset to their zero value.
func (*AddonListByUserParams) WithHTTPClient ¶
func (o *AddonListByUserParams) WithHTTPClient(client *http.Client) *AddonListByUserParams
WithHTTPClient adds the HTTPClient to the addon list by user params
func (*AddonListByUserParams) WithTimeout ¶
func (o *AddonListByUserParams) WithTimeout(timeout time.Duration) *AddonListByUserParams
WithTimeout adds the timeout to the addon list by user params
func (*AddonListByUserParams) WithUserSlug ¶
func (o *AddonListByUserParams) WithUserSlug(userSlug string) *AddonListByUserParams
WithUserSlug adds the userSlug to the addon list by user params
func (*AddonListByUserParams) WriteToRequest ¶
func (o *AddonListByUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddonListByUserReader ¶
type AddonListByUserReader struct {
// contains filtered or unexported fields
}
AddonListByUserReader is a Reader for the AddonListByUser structure.
func (*AddonListByUserReader) ReadResponse ¶
func (o *AddonListByUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddonListByUserUnauthorized ¶
type AddonListByUserUnauthorized struct {
}
AddonListByUserUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAddonListByUserUnauthorized ¶
func NewAddonListByUserUnauthorized() *AddonListByUserUnauthorized
NewAddonListByUserUnauthorized creates a AddonListByUserUnauthorized with default headers values
func (*AddonListByUserUnauthorized) Code ¶ added in v1.0.3
func (o *AddonListByUserUnauthorized) Code() int
Code gets the status code for the addon list by user unauthorized response
func (*AddonListByUserUnauthorized) Error ¶
func (o *AddonListByUserUnauthorized) Error() string
func (*AddonListByUserUnauthorized) GetPayload ¶
func (o *AddonListByUserUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonListByUserUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) IsClientError() bool
IsClientError returns true when this addon list by user unauthorized response has a 4xx status code
func (*AddonListByUserUnauthorized) IsCode ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) IsCode(code int) bool
IsCode returns true when this addon list by user unauthorized response a status code equal to that given
func (*AddonListByUserUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this addon list by user unauthorized response has a 3xx status code
func (*AddonListByUserUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) IsServerError() bool
IsServerError returns true when this addon list by user unauthorized response has a 5xx status code
func (*AddonListByUserUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this addon list by user unauthorized response has a 2xx status code
func (*AddonListByUserUnauthorized) String ¶ added in v0.1.0
func (o *AddonListByUserUnauthorized) String() string
type AddonsListBadRequest ¶
type AddonsListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAddonsListBadRequest ¶
func NewAddonsListBadRequest() *AddonsListBadRequest
NewAddonsListBadRequest creates a AddonsListBadRequest with default headers values
func (*AddonsListBadRequest) Code ¶ added in v1.0.3
func (o *AddonsListBadRequest) Code() int
Code gets the status code for the addons list bad request response
func (*AddonsListBadRequest) Error ¶
func (o *AddonsListBadRequest) Error() string
func (*AddonsListBadRequest) GetPayload ¶
func (o *AddonsListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsListBadRequest) IsClientError ¶ added in v0.1.0
func (o *AddonsListBadRequest) IsClientError() bool
IsClientError returns true when this addons list bad request response has a 4xx status code
func (*AddonsListBadRequest) IsCode ¶ added in v0.1.0
func (o *AddonsListBadRequest) IsCode(code int) bool
IsCode returns true when this addons list bad request response a status code equal to that given
func (*AddonsListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AddonsListBadRequest) IsRedirect() bool
IsRedirect returns true when this addons list bad request response has a 3xx status code
func (*AddonsListBadRequest) IsServerError ¶ added in v0.1.0
func (o *AddonsListBadRequest) IsServerError() bool
IsServerError returns true when this addons list bad request response has a 5xx status code
func (*AddonsListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AddonsListBadRequest) IsSuccess() bool
IsSuccess returns true when this addons list bad request response has a 2xx status code
func (*AddonsListBadRequest) String ¶ added in v0.1.0
func (o *AddonsListBadRequest) String() string
type AddonsListInternalServerError ¶
type AddonsListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAddonsListInternalServerError ¶
func NewAddonsListInternalServerError() *AddonsListInternalServerError
NewAddonsListInternalServerError creates a AddonsListInternalServerError with default headers values
func (*AddonsListInternalServerError) Code ¶ added in v1.0.3
func (o *AddonsListInternalServerError) Code() int
Code gets the status code for the addons list internal server error response
func (*AddonsListInternalServerError) Error ¶
func (o *AddonsListInternalServerError) Error() string
func (*AddonsListInternalServerError) GetPayload ¶
func (o *AddonsListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AddonsListInternalServerError) IsClientError() bool
IsClientError returns true when this addons list internal server error response has a 4xx status code
func (*AddonsListInternalServerError) IsCode ¶ added in v0.1.0
func (o *AddonsListInternalServerError) IsCode(code int) bool
IsCode returns true when this addons list internal server error response a status code equal to that given
func (*AddonsListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AddonsListInternalServerError) IsRedirect() bool
IsRedirect returns true when this addons list internal server error response has a 3xx status code
func (*AddonsListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AddonsListInternalServerError) IsServerError() bool
IsServerError returns true when this addons list internal server error response has a 5xx status code
func (*AddonsListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AddonsListInternalServerError) IsSuccess() bool
IsSuccess returns true when this addons list internal server error response has a 2xx status code
func (*AddonsListInternalServerError) String ¶ added in v0.1.0
func (o *AddonsListInternalServerError) String() string
type AddonsListNotFound ¶
type AddonsListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsListNotFound describes a response with status code 404, with default header values.
Not Found
func NewAddonsListNotFound ¶
func NewAddonsListNotFound() *AddonsListNotFound
NewAddonsListNotFound creates a AddonsListNotFound with default headers values
func (*AddonsListNotFound) Code ¶ added in v1.0.3
func (o *AddonsListNotFound) Code() int
Code gets the status code for the addons list not found response
func (*AddonsListNotFound) Error ¶
func (o *AddonsListNotFound) Error() string
func (*AddonsListNotFound) GetPayload ¶
func (o *AddonsListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsListNotFound) IsClientError ¶ added in v0.1.0
func (o *AddonsListNotFound) IsClientError() bool
IsClientError returns true when this addons list not found response has a 4xx status code
func (*AddonsListNotFound) IsCode ¶ added in v0.1.0
func (o *AddonsListNotFound) IsCode(code int) bool
IsCode returns true when this addons list not found response a status code equal to that given
func (*AddonsListNotFound) IsRedirect ¶ added in v0.1.0
func (o *AddonsListNotFound) IsRedirect() bool
IsRedirect returns true when this addons list not found response has a 3xx status code
func (*AddonsListNotFound) IsServerError ¶ added in v0.1.0
func (o *AddonsListNotFound) IsServerError() bool
IsServerError returns true when this addons list not found response has a 5xx status code
func (*AddonsListNotFound) IsSuccess ¶ added in v0.1.0
func (o *AddonsListNotFound) IsSuccess() bool
IsSuccess returns true when this addons list not found response has a 2xx status code
func (*AddonsListNotFound) String ¶ added in v0.1.0
func (o *AddonsListNotFound) String() string
type AddonsListOK ¶
type AddonsListOK struct {
Payload *models.V0AddonsListResponseModel
}
AddonsListOK describes a response with status code 200, with default header values.
OK
func NewAddonsListOK ¶
func NewAddonsListOK() *AddonsListOK
NewAddonsListOK creates a AddonsListOK with default headers values
func (*AddonsListOK) Code ¶ added in v1.0.3
func (o *AddonsListOK) Code() int
Code gets the status code for the addons list o k response
func (*AddonsListOK) Error ¶
func (o *AddonsListOK) Error() string
func (*AddonsListOK) GetPayload ¶
func (o *AddonsListOK) GetPayload() *models.V0AddonsListResponseModel
func (*AddonsListOK) IsClientError ¶ added in v0.1.0
func (o *AddonsListOK) IsClientError() bool
IsClientError returns true when this addons list o k response has a 4xx status code
func (*AddonsListOK) IsCode ¶ added in v0.1.0
func (o *AddonsListOK) IsCode(code int) bool
IsCode returns true when this addons list o k response a status code equal to that given
func (*AddonsListOK) IsRedirect ¶ added in v0.1.0
func (o *AddonsListOK) IsRedirect() bool
IsRedirect returns true when this addons list o k response has a 3xx status code
func (*AddonsListOK) IsServerError ¶ added in v0.1.0
func (o *AddonsListOK) IsServerError() bool
IsServerError returns true when this addons list o k response has a 5xx status code
func (*AddonsListOK) IsSuccess ¶ added in v0.1.0
func (o *AddonsListOK) IsSuccess() bool
IsSuccess returns true when this addons list o k response has a 2xx status code
func (*AddonsListOK) String ¶ added in v0.1.0
func (o *AddonsListOK) String() string
type AddonsListParams ¶
type AddonsListParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddonsListParams contains all the parameters to send to the API endpoint
for the addons list operation. Typically these are written to a http.Request.
func NewAddonsListParams ¶
func NewAddonsListParams() *AddonsListParams
NewAddonsListParams creates a new AddonsListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddonsListParamsWithContext ¶
func NewAddonsListParamsWithContext(ctx context.Context) *AddonsListParams
NewAddonsListParamsWithContext creates a new AddonsListParams object with the ability to set a context for a request.
func NewAddonsListParamsWithHTTPClient ¶
func NewAddonsListParamsWithHTTPClient(client *http.Client) *AddonsListParams
NewAddonsListParamsWithHTTPClient creates a new AddonsListParams object with the ability to set a custom HTTPClient for a request.
func NewAddonsListParamsWithTimeout ¶
func NewAddonsListParamsWithTimeout(timeout time.Duration) *AddonsListParams
NewAddonsListParamsWithTimeout creates a new AddonsListParams object with the ability to set a timeout on a request.
func (*AddonsListParams) SetContext ¶
func (o *AddonsListParams) SetContext(ctx context.Context)
SetContext adds the context to the addons list params
func (*AddonsListParams) SetDefaults ¶
func (o *AddonsListParams) SetDefaults()
SetDefaults hydrates default values in the addons list params (not the query body).
All values with no default are reset to their zero value.
func (*AddonsListParams) SetHTTPClient ¶
func (o *AddonsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the addons list params
func (*AddonsListParams) SetTimeout ¶
func (o *AddonsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the addons list params
func (*AddonsListParams) WithContext ¶
func (o *AddonsListParams) WithContext(ctx context.Context) *AddonsListParams
WithContext adds the context to the addons list params
func (*AddonsListParams) WithDefaults ¶
func (o *AddonsListParams) WithDefaults() *AddonsListParams
WithDefaults hydrates default values in the addons list params (not the query body).
All values with no default are reset to their zero value.
func (*AddonsListParams) WithHTTPClient ¶
func (o *AddonsListParams) WithHTTPClient(client *http.Client) *AddonsListParams
WithHTTPClient adds the HTTPClient to the addons list params
func (*AddonsListParams) WithTimeout ¶
func (o *AddonsListParams) WithTimeout(timeout time.Duration) *AddonsListParams
WithTimeout adds the timeout to the addons list params
func (*AddonsListParams) WriteToRequest ¶
func (o *AddonsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddonsListReader ¶
type AddonsListReader struct {
// contains filtered or unexported fields
}
AddonsListReader is a Reader for the AddonsList structure.
func (*AddonsListReader) ReadResponse ¶
func (o *AddonsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddonsListUnauthorized ¶
type AddonsListUnauthorized struct {
}
AddonsListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAddonsListUnauthorized ¶
func NewAddonsListUnauthorized() *AddonsListUnauthorized
NewAddonsListUnauthorized creates a AddonsListUnauthorized with default headers values
func (*AddonsListUnauthorized) Code ¶ added in v1.0.3
func (o *AddonsListUnauthorized) Code() int
Code gets the status code for the addons list unauthorized response
func (*AddonsListUnauthorized) Error ¶
func (o *AddonsListUnauthorized) Error() string
func (*AddonsListUnauthorized) GetPayload ¶
func (o *AddonsListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AddonsListUnauthorized) IsClientError() bool
IsClientError returns true when this addons list unauthorized response has a 4xx status code
func (*AddonsListUnauthorized) IsCode ¶ added in v0.1.0
func (o *AddonsListUnauthorized) IsCode(code int) bool
IsCode returns true when this addons list unauthorized response a status code equal to that given
func (*AddonsListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AddonsListUnauthorized) IsRedirect() bool
IsRedirect returns true when this addons list unauthorized response has a 3xx status code
func (*AddonsListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AddonsListUnauthorized) IsServerError() bool
IsServerError returns true when this addons list unauthorized response has a 5xx status code
func (*AddonsListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AddonsListUnauthorized) IsSuccess() bool
IsSuccess returns true when this addons list unauthorized response has a 2xx status code
func (*AddonsListUnauthorized) String ¶ added in v0.1.0
func (o *AddonsListUnauthorized) String() string
type AddonsShowBadRequest ¶
type AddonsShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAddonsShowBadRequest ¶
func NewAddonsShowBadRequest() *AddonsShowBadRequest
NewAddonsShowBadRequest creates a AddonsShowBadRequest with default headers values
func (*AddonsShowBadRequest) Code ¶ added in v1.0.3
func (o *AddonsShowBadRequest) Code() int
Code gets the status code for the addons show bad request response
func (*AddonsShowBadRequest) Error ¶
func (o *AddonsShowBadRequest) Error() string
func (*AddonsShowBadRequest) GetPayload ¶
func (o *AddonsShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *AddonsShowBadRequest) IsClientError() bool
IsClientError returns true when this addons show bad request response has a 4xx status code
func (*AddonsShowBadRequest) IsCode ¶ added in v0.1.0
func (o *AddonsShowBadRequest) IsCode(code int) bool
IsCode returns true when this addons show bad request response a status code equal to that given
func (*AddonsShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AddonsShowBadRequest) IsRedirect() bool
IsRedirect returns true when this addons show bad request response has a 3xx status code
func (*AddonsShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *AddonsShowBadRequest) IsServerError() bool
IsServerError returns true when this addons show bad request response has a 5xx status code
func (*AddonsShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AddonsShowBadRequest) IsSuccess() bool
IsSuccess returns true when this addons show bad request response has a 2xx status code
func (*AddonsShowBadRequest) String ¶ added in v0.1.0
func (o *AddonsShowBadRequest) String() string
type AddonsShowInternalServerError ¶
type AddonsShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAddonsShowInternalServerError ¶
func NewAddonsShowInternalServerError() *AddonsShowInternalServerError
NewAddonsShowInternalServerError creates a AddonsShowInternalServerError with default headers values
func (*AddonsShowInternalServerError) Code ¶ added in v1.0.3
func (o *AddonsShowInternalServerError) Code() int
Code gets the status code for the addons show internal server error response
func (*AddonsShowInternalServerError) Error ¶
func (o *AddonsShowInternalServerError) Error() string
func (*AddonsShowInternalServerError) GetPayload ¶
func (o *AddonsShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) IsClientError() bool
IsClientError returns true when this addons show internal server error response has a 4xx status code
func (*AddonsShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) IsCode(code int) bool
IsCode returns true when this addons show internal server error response a status code equal to that given
func (*AddonsShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this addons show internal server error response has a 3xx status code
func (*AddonsShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) IsServerError() bool
IsServerError returns true when this addons show internal server error response has a 5xx status code
func (*AddonsShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this addons show internal server error response has a 2xx status code
func (*AddonsShowInternalServerError) String ¶ added in v0.1.0
func (o *AddonsShowInternalServerError) String() string
type AddonsShowNotFound ¶
type AddonsShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AddonsShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewAddonsShowNotFound ¶
func NewAddonsShowNotFound() *AddonsShowNotFound
NewAddonsShowNotFound creates a AddonsShowNotFound with default headers values
func (*AddonsShowNotFound) Code ¶ added in v1.0.3
func (o *AddonsShowNotFound) Code() int
Code gets the status code for the addons show not found response
func (*AddonsShowNotFound) Error ¶
func (o *AddonsShowNotFound) Error() string
func (*AddonsShowNotFound) GetPayload ¶
func (o *AddonsShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsShowNotFound) IsClientError ¶ added in v0.1.0
func (o *AddonsShowNotFound) IsClientError() bool
IsClientError returns true when this addons show not found response has a 4xx status code
func (*AddonsShowNotFound) IsCode ¶ added in v0.1.0
func (o *AddonsShowNotFound) IsCode(code int) bool
IsCode returns true when this addons show not found response a status code equal to that given
func (*AddonsShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *AddonsShowNotFound) IsRedirect() bool
IsRedirect returns true when this addons show not found response has a 3xx status code
func (*AddonsShowNotFound) IsServerError ¶ added in v0.1.0
func (o *AddonsShowNotFound) IsServerError() bool
IsServerError returns true when this addons show not found response has a 5xx status code
func (*AddonsShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *AddonsShowNotFound) IsSuccess() bool
IsSuccess returns true when this addons show not found response has a 2xx status code
func (*AddonsShowNotFound) String ¶ added in v0.1.0
func (o *AddonsShowNotFound) String() string
type AddonsShowOK ¶
type AddonsShowOK struct {
Payload *models.V0AddonsShowResponseModel
}
AddonsShowOK describes a response with status code 200, with default header values.
OK
func NewAddonsShowOK ¶
func NewAddonsShowOK() *AddonsShowOK
NewAddonsShowOK creates a AddonsShowOK with default headers values
func (*AddonsShowOK) Code ¶ added in v1.0.3
func (o *AddonsShowOK) Code() int
Code gets the status code for the addons show o k response
func (*AddonsShowOK) Error ¶
func (o *AddonsShowOK) Error() string
func (*AddonsShowOK) GetPayload ¶
func (o *AddonsShowOK) GetPayload() *models.V0AddonsShowResponseModel
func (*AddonsShowOK) IsClientError ¶ added in v0.1.0
func (o *AddonsShowOK) IsClientError() bool
IsClientError returns true when this addons show o k response has a 4xx status code
func (*AddonsShowOK) IsCode ¶ added in v0.1.0
func (o *AddonsShowOK) IsCode(code int) bool
IsCode returns true when this addons show o k response a status code equal to that given
func (*AddonsShowOK) IsRedirect ¶ added in v0.1.0
func (o *AddonsShowOK) IsRedirect() bool
IsRedirect returns true when this addons show o k response has a 3xx status code
func (*AddonsShowOK) IsServerError ¶ added in v0.1.0
func (o *AddonsShowOK) IsServerError() bool
IsServerError returns true when this addons show o k response has a 5xx status code
func (*AddonsShowOK) IsSuccess ¶ added in v0.1.0
func (o *AddonsShowOK) IsSuccess() bool
IsSuccess returns true when this addons show o k response has a 2xx status code
func (*AddonsShowOK) String ¶ added in v0.1.0
func (o *AddonsShowOK) String() string
type AddonsShowParams ¶
type AddonsShowParams struct {
/* AddonID.
Addon ID
*/
AddonID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AddonsShowParams contains all the parameters to send to the API endpoint
for the addons show operation. Typically these are written to a http.Request.
func NewAddonsShowParams ¶
func NewAddonsShowParams() *AddonsShowParams
NewAddonsShowParams creates a new AddonsShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddonsShowParamsWithContext ¶
func NewAddonsShowParamsWithContext(ctx context.Context) *AddonsShowParams
NewAddonsShowParamsWithContext creates a new AddonsShowParams object with the ability to set a context for a request.
func NewAddonsShowParamsWithHTTPClient ¶
func NewAddonsShowParamsWithHTTPClient(client *http.Client) *AddonsShowParams
NewAddonsShowParamsWithHTTPClient creates a new AddonsShowParams object with the ability to set a custom HTTPClient for a request.
func NewAddonsShowParamsWithTimeout ¶
func NewAddonsShowParamsWithTimeout(timeout time.Duration) *AddonsShowParams
NewAddonsShowParamsWithTimeout creates a new AddonsShowParams object with the ability to set a timeout on a request.
func (*AddonsShowParams) SetAddonID ¶
func (o *AddonsShowParams) SetAddonID(addonID string)
SetAddonID adds the addonId to the addons show params
func (*AddonsShowParams) SetContext ¶
func (o *AddonsShowParams) SetContext(ctx context.Context)
SetContext adds the context to the addons show params
func (*AddonsShowParams) SetDefaults ¶
func (o *AddonsShowParams) SetDefaults()
SetDefaults hydrates default values in the addons show params (not the query body).
All values with no default are reset to their zero value.
func (*AddonsShowParams) SetHTTPClient ¶
func (o *AddonsShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the addons show params
func (*AddonsShowParams) SetTimeout ¶
func (o *AddonsShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the addons show params
func (*AddonsShowParams) WithAddonID ¶
func (o *AddonsShowParams) WithAddonID(addonID string) *AddonsShowParams
WithAddonID adds the addonID to the addons show params
func (*AddonsShowParams) WithContext ¶
func (o *AddonsShowParams) WithContext(ctx context.Context) *AddonsShowParams
WithContext adds the context to the addons show params
func (*AddonsShowParams) WithDefaults ¶
func (o *AddonsShowParams) WithDefaults() *AddonsShowParams
WithDefaults hydrates default values in the addons show params (not the query body).
All values with no default are reset to their zero value.
func (*AddonsShowParams) WithHTTPClient ¶
func (o *AddonsShowParams) WithHTTPClient(client *http.Client) *AddonsShowParams
WithHTTPClient adds the HTTPClient to the addons show params
func (*AddonsShowParams) WithTimeout ¶
func (o *AddonsShowParams) WithTimeout(timeout time.Duration) *AddonsShowParams
WithTimeout adds the timeout to the addons show params
func (*AddonsShowParams) WriteToRequest ¶
func (o *AddonsShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddonsShowReader ¶
type AddonsShowReader struct {
// contains filtered or unexported fields
}
AddonsShowReader is a Reader for the AddonsShow structure.
func (*AddonsShowReader) ReadResponse ¶
func (o *AddonsShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddonsShowUnauthorized ¶
type AddonsShowUnauthorized struct {
}
AddonsShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAddonsShowUnauthorized ¶
func NewAddonsShowUnauthorized() *AddonsShowUnauthorized
NewAddonsShowUnauthorized creates a AddonsShowUnauthorized with default headers values
func (*AddonsShowUnauthorized) Code ¶ added in v1.0.3
func (o *AddonsShowUnauthorized) Code() int
Code gets the status code for the addons show unauthorized response
func (*AddonsShowUnauthorized) Error ¶
func (o *AddonsShowUnauthorized) Error() string
func (*AddonsShowUnauthorized) GetPayload ¶
func (o *AddonsShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AddonsShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) IsClientError() bool
IsClientError returns true when this addons show unauthorized response has a 4xx status code
func (*AddonsShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) IsCode(code int) bool
IsCode returns true when this addons show unauthorized response a status code equal to that given
func (*AddonsShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this addons show unauthorized response has a 3xx status code
func (*AddonsShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) IsServerError() bool
IsServerError returns true when this addons show unauthorized response has a 5xx status code
func (*AddonsShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this addons show unauthorized response has a 2xx status code
func (*AddonsShowUnauthorized) String ¶ added in v0.1.0
func (o *AddonsShowUnauthorized) String() string
type AndroidKeystoreFileConfirmBadRequest ¶ added in v0.1.0
type AndroidKeystoreFileConfirmBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileConfirmBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAndroidKeystoreFileConfirmBadRequest ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmBadRequest() *AndroidKeystoreFileConfirmBadRequest
NewAndroidKeystoreFileConfirmBadRequest creates a AndroidKeystoreFileConfirmBadRequest with default headers values
func (*AndroidKeystoreFileConfirmBadRequest) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileConfirmBadRequest) Code() int
Code gets the status code for the android keystore file confirm bad request response
func (*AndroidKeystoreFileConfirmBadRequest) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) Error() string
func (*AndroidKeystoreFileConfirmBadRequest) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileConfirmBadRequest) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) IsClientError() bool
IsClientError returns true when this android keystore file confirm bad request response has a 4xx status code
func (*AndroidKeystoreFileConfirmBadRequest) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) IsCode(code int) bool
IsCode returns true when this android keystore file confirm bad request response a status code equal to that given
func (*AndroidKeystoreFileConfirmBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) IsRedirect() bool
IsRedirect returns true when this android keystore file confirm bad request response has a 3xx status code
func (*AndroidKeystoreFileConfirmBadRequest) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) IsServerError() bool
IsServerError returns true when this android keystore file confirm bad request response has a 5xx status code
func (*AndroidKeystoreFileConfirmBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) IsSuccess() bool
IsSuccess returns true when this android keystore file confirm bad request response has a 2xx status code
func (*AndroidKeystoreFileConfirmBadRequest) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmBadRequest) String() string
type AndroidKeystoreFileConfirmInternalServerError ¶ added in v0.1.0
type AndroidKeystoreFileConfirmInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileConfirmInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAndroidKeystoreFileConfirmInternalServerError ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmInternalServerError() *AndroidKeystoreFileConfirmInternalServerError
NewAndroidKeystoreFileConfirmInternalServerError creates a AndroidKeystoreFileConfirmInternalServerError with default headers values
func (*AndroidKeystoreFileConfirmInternalServerError) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileConfirmInternalServerError) Code() int
Code gets the status code for the android keystore file confirm internal server error response
func (*AndroidKeystoreFileConfirmInternalServerError) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) Error() string
func (*AndroidKeystoreFileConfirmInternalServerError) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileConfirmInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) IsClientError() bool
IsClientError returns true when this android keystore file confirm internal server error response has a 4xx status code
func (*AndroidKeystoreFileConfirmInternalServerError) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) IsCode(code int) bool
IsCode returns true when this android keystore file confirm internal server error response a status code equal to that given
func (*AndroidKeystoreFileConfirmInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) IsRedirect() bool
IsRedirect returns true when this android keystore file confirm internal server error response has a 3xx status code
func (*AndroidKeystoreFileConfirmInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) IsServerError() bool
IsServerError returns true when this android keystore file confirm internal server error response has a 5xx status code
func (*AndroidKeystoreFileConfirmInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) IsSuccess() bool
IsSuccess returns true when this android keystore file confirm internal server error response has a 2xx status code
func (*AndroidKeystoreFileConfirmInternalServerError) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmInternalServerError) String() string
type AndroidKeystoreFileConfirmNotFound ¶ added in v0.1.0
type AndroidKeystoreFileConfirmNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileConfirmNotFound describes a response with status code 404, with default header values.
Not Found
func NewAndroidKeystoreFileConfirmNotFound ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmNotFound() *AndroidKeystoreFileConfirmNotFound
NewAndroidKeystoreFileConfirmNotFound creates a AndroidKeystoreFileConfirmNotFound with default headers values
func (*AndroidKeystoreFileConfirmNotFound) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileConfirmNotFound) Code() int
Code gets the status code for the android keystore file confirm not found response
func (*AndroidKeystoreFileConfirmNotFound) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) Error() string
func (*AndroidKeystoreFileConfirmNotFound) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileConfirmNotFound) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) IsClientError() bool
IsClientError returns true when this android keystore file confirm not found response has a 4xx status code
func (*AndroidKeystoreFileConfirmNotFound) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) IsCode(code int) bool
IsCode returns true when this android keystore file confirm not found response a status code equal to that given
func (*AndroidKeystoreFileConfirmNotFound) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) IsRedirect() bool
IsRedirect returns true when this android keystore file confirm not found response has a 3xx status code
func (*AndroidKeystoreFileConfirmNotFound) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) IsServerError() bool
IsServerError returns true when this android keystore file confirm not found response has a 5xx status code
func (*AndroidKeystoreFileConfirmNotFound) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) IsSuccess() bool
IsSuccess returns true when this android keystore file confirm not found response has a 2xx status code
func (*AndroidKeystoreFileConfirmNotFound) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmNotFound) String() string
type AndroidKeystoreFileConfirmOK ¶ added in v0.1.0
type AndroidKeystoreFileConfirmOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
AndroidKeystoreFileConfirmOK describes a response with status code 200, with default header values.
OK
func NewAndroidKeystoreFileConfirmOK ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmOK() *AndroidKeystoreFileConfirmOK
NewAndroidKeystoreFileConfirmOK creates a AndroidKeystoreFileConfirmOK with default headers values
func (*AndroidKeystoreFileConfirmOK) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileConfirmOK) Code() int
Code gets the status code for the android keystore file confirm o k response
func (*AndroidKeystoreFileConfirmOK) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) Error() string
func (*AndroidKeystoreFileConfirmOK) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*AndroidKeystoreFileConfirmOK) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) IsClientError() bool
IsClientError returns true when this android keystore file confirm o k response has a 4xx status code
func (*AndroidKeystoreFileConfirmOK) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) IsCode(code int) bool
IsCode returns true when this android keystore file confirm o k response a status code equal to that given
func (*AndroidKeystoreFileConfirmOK) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) IsRedirect() bool
IsRedirect returns true when this android keystore file confirm o k response has a 3xx status code
func (*AndroidKeystoreFileConfirmOK) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) IsServerError() bool
IsServerError returns true when this android keystore file confirm o k response has a 5xx status code
func (*AndroidKeystoreFileConfirmOK) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) IsSuccess() bool
IsSuccess returns true when this android keystore file confirm o k response has a 2xx status code
func (*AndroidKeystoreFileConfirmOK) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmOK) String() string
type AndroidKeystoreFileConfirmParams ¶ added in v0.1.0
type AndroidKeystoreFileConfirmParams struct {
/* AndroidKeystoreFileSlug.
Android keystore file slug
*/
AndroidKeystoreFileSlug string
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AndroidKeystoreFileConfirmParams contains all the parameters to send to the API endpoint
for the android keystore file confirm operation. Typically these are written to a http.Request.
func NewAndroidKeystoreFileConfirmParams ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmParams() *AndroidKeystoreFileConfirmParams
NewAndroidKeystoreFileConfirmParams creates a new AndroidKeystoreFileConfirmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAndroidKeystoreFileConfirmParamsWithContext ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmParamsWithContext(ctx context.Context) *AndroidKeystoreFileConfirmParams
NewAndroidKeystoreFileConfirmParamsWithContext creates a new AndroidKeystoreFileConfirmParams object with the ability to set a context for a request.
func NewAndroidKeystoreFileConfirmParamsWithHTTPClient ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileConfirmParams
NewAndroidKeystoreFileConfirmParamsWithHTTPClient creates a new AndroidKeystoreFileConfirmParams object with the ability to set a custom HTTPClient for a request.
func NewAndroidKeystoreFileConfirmParamsWithTimeout ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileConfirmParams
NewAndroidKeystoreFileConfirmParamsWithTimeout creates a new AndroidKeystoreFileConfirmParams object with the ability to set a timeout on a request.
func (*AndroidKeystoreFileConfirmParams) SetAndroidKeystoreFileSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetAndroidKeystoreFileSlug(androidKeystoreFileSlug string)
SetAndroidKeystoreFileSlug adds the androidKeystoreFileSlug to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) SetAppSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) SetContext ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetContext(ctx context.Context)
SetContext adds the context to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) SetDefaults ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetDefaults()
SetDefaults hydrates default values in the android keystore file confirm params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileConfirmParams) SetHTTPClient ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) SetTimeout ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WithAndroidKeystoreFileSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithAndroidKeystoreFileSlug(androidKeystoreFileSlug string) *AndroidKeystoreFileConfirmParams
WithAndroidKeystoreFileSlug adds the androidKeystoreFileSlug to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WithAppSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithAppSlug(appSlug string) *AndroidKeystoreFileConfirmParams
WithAppSlug adds the appSlug to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WithContext ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithContext(ctx context.Context) *AndroidKeystoreFileConfirmParams
WithContext adds the context to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WithDefaults ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithDefaults() *AndroidKeystoreFileConfirmParams
WithDefaults hydrates default values in the android keystore file confirm params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileConfirmParams) WithHTTPClient ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileConfirmParams
WithHTTPClient adds the HTTPClient to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WithTimeout ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileConfirmParams
WithTimeout adds the timeout to the android keystore file confirm params
func (*AndroidKeystoreFileConfirmParams) WriteToRequest ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AndroidKeystoreFileConfirmReader ¶ added in v0.1.0
type AndroidKeystoreFileConfirmReader struct {
// contains filtered or unexported fields
}
AndroidKeystoreFileConfirmReader is a Reader for the AndroidKeystoreFileConfirm structure.
func (*AndroidKeystoreFileConfirmReader) ReadResponse ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AndroidKeystoreFileConfirmUnauthorized ¶ added in v0.1.0
type AndroidKeystoreFileConfirmUnauthorized struct {
}
AndroidKeystoreFileConfirmUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAndroidKeystoreFileConfirmUnauthorized ¶ added in v0.1.0
func NewAndroidKeystoreFileConfirmUnauthorized() *AndroidKeystoreFileConfirmUnauthorized
NewAndroidKeystoreFileConfirmUnauthorized creates a AndroidKeystoreFileConfirmUnauthorized with default headers values
func (*AndroidKeystoreFileConfirmUnauthorized) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileConfirmUnauthorized) Code() int
Code gets the status code for the android keystore file confirm unauthorized response
func (*AndroidKeystoreFileConfirmUnauthorized) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) Error() string
func (*AndroidKeystoreFileConfirmUnauthorized) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileConfirmUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) IsClientError() bool
IsClientError returns true when this android keystore file confirm unauthorized response has a 4xx status code
func (*AndroidKeystoreFileConfirmUnauthorized) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) IsCode(code int) bool
IsCode returns true when this android keystore file confirm unauthorized response a status code equal to that given
func (*AndroidKeystoreFileConfirmUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) IsRedirect() bool
IsRedirect returns true when this android keystore file confirm unauthorized response has a 3xx status code
func (*AndroidKeystoreFileConfirmUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) IsServerError() bool
IsServerError returns true when this android keystore file confirm unauthorized response has a 5xx status code
func (*AndroidKeystoreFileConfirmUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) IsSuccess() bool
IsSuccess returns true when this android keystore file confirm unauthorized response has a 2xx status code
func (*AndroidKeystoreFileConfirmUnauthorized) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileConfirmUnauthorized) String() string
type AndroidKeystoreFileCreateBadRequest ¶
type AndroidKeystoreFileCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAndroidKeystoreFileCreateBadRequest ¶
func NewAndroidKeystoreFileCreateBadRequest() *AndroidKeystoreFileCreateBadRequest
NewAndroidKeystoreFileCreateBadRequest creates a AndroidKeystoreFileCreateBadRequest with default headers values
func (*AndroidKeystoreFileCreateBadRequest) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileCreateBadRequest) Code() int
Code gets the status code for the android keystore file create bad request response
func (*AndroidKeystoreFileCreateBadRequest) Error ¶
func (o *AndroidKeystoreFileCreateBadRequest) Error() string
func (*AndroidKeystoreFileCreateBadRequest) GetPayload ¶
func (o *AndroidKeystoreFileCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) IsClientError() bool
IsClientError returns true when this android keystore file create bad request response has a 4xx status code
func (*AndroidKeystoreFileCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) IsCode(code int) bool
IsCode returns true when this android keystore file create bad request response a status code equal to that given
func (*AndroidKeystoreFileCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this android keystore file create bad request response has a 3xx status code
func (*AndroidKeystoreFileCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) IsServerError() bool
IsServerError returns true when this android keystore file create bad request response has a 5xx status code
func (*AndroidKeystoreFileCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this android keystore file create bad request response has a 2xx status code
func (*AndroidKeystoreFileCreateBadRequest) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateBadRequest) String() string
type AndroidKeystoreFileCreateCreated ¶
type AndroidKeystoreFileCreateCreated struct {
Payload *models.V0ProjectFileStorageResponseModel
}
AndroidKeystoreFileCreateCreated describes a response with status code 201, with default header values.
Created
func NewAndroidKeystoreFileCreateCreated ¶
func NewAndroidKeystoreFileCreateCreated() *AndroidKeystoreFileCreateCreated
NewAndroidKeystoreFileCreateCreated creates a AndroidKeystoreFileCreateCreated with default headers values
func (*AndroidKeystoreFileCreateCreated) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileCreateCreated) Code() int
Code gets the status code for the android keystore file create created response
func (*AndroidKeystoreFileCreateCreated) Error ¶
func (o *AndroidKeystoreFileCreateCreated) Error() string
func (*AndroidKeystoreFileCreateCreated) GetPayload ¶
func (o *AndroidKeystoreFileCreateCreated) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*AndroidKeystoreFileCreateCreated) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) IsClientError() bool
IsClientError returns true when this android keystore file create created response has a 4xx status code
func (*AndroidKeystoreFileCreateCreated) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) IsCode(code int) bool
IsCode returns true when this android keystore file create created response a status code equal to that given
func (*AndroidKeystoreFileCreateCreated) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) IsRedirect() bool
IsRedirect returns true when this android keystore file create created response has a 3xx status code
func (*AndroidKeystoreFileCreateCreated) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) IsServerError() bool
IsServerError returns true when this android keystore file create created response has a 5xx status code
func (*AndroidKeystoreFileCreateCreated) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) IsSuccess() bool
IsSuccess returns true when this android keystore file create created response has a 2xx status code
func (*AndroidKeystoreFileCreateCreated) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateCreated) String() string
type AndroidKeystoreFileCreateInternalServerError ¶
type AndroidKeystoreFileCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAndroidKeystoreFileCreateInternalServerError ¶
func NewAndroidKeystoreFileCreateInternalServerError() *AndroidKeystoreFileCreateInternalServerError
NewAndroidKeystoreFileCreateInternalServerError creates a AndroidKeystoreFileCreateInternalServerError with default headers values
func (*AndroidKeystoreFileCreateInternalServerError) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileCreateInternalServerError) Code() int
Code gets the status code for the android keystore file create internal server error response
func (*AndroidKeystoreFileCreateInternalServerError) Error ¶
func (o *AndroidKeystoreFileCreateInternalServerError) Error() string
func (*AndroidKeystoreFileCreateInternalServerError) GetPayload ¶
func (o *AndroidKeystoreFileCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) IsClientError() bool
IsClientError returns true when this android keystore file create internal server error response has a 4xx status code
func (*AndroidKeystoreFileCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this android keystore file create internal server error response a status code equal to that given
func (*AndroidKeystoreFileCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this android keystore file create internal server error response has a 3xx status code
func (*AndroidKeystoreFileCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) IsServerError() bool
IsServerError returns true when this android keystore file create internal server error response has a 5xx status code
func (*AndroidKeystoreFileCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this android keystore file create internal server error response has a 2xx status code
func (*AndroidKeystoreFileCreateInternalServerError) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateInternalServerError) String() string
type AndroidKeystoreFileCreateNotFound ¶
type AndroidKeystoreFileCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAndroidKeystoreFileCreateNotFound ¶
func NewAndroidKeystoreFileCreateNotFound() *AndroidKeystoreFileCreateNotFound
NewAndroidKeystoreFileCreateNotFound creates a AndroidKeystoreFileCreateNotFound with default headers values
func (*AndroidKeystoreFileCreateNotFound) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileCreateNotFound) Code() int
Code gets the status code for the android keystore file create not found response
func (*AndroidKeystoreFileCreateNotFound) Error ¶
func (o *AndroidKeystoreFileCreateNotFound) Error() string
func (*AndroidKeystoreFileCreateNotFound) GetPayload ¶
func (o *AndroidKeystoreFileCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) IsClientError() bool
IsClientError returns true when this android keystore file create not found response has a 4xx status code
func (*AndroidKeystoreFileCreateNotFound) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) IsCode(code int) bool
IsCode returns true when this android keystore file create not found response a status code equal to that given
func (*AndroidKeystoreFileCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) IsRedirect() bool
IsRedirect returns true when this android keystore file create not found response has a 3xx status code
func (*AndroidKeystoreFileCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) IsServerError() bool
IsServerError returns true when this android keystore file create not found response has a 5xx status code
func (*AndroidKeystoreFileCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) IsSuccess() bool
IsSuccess returns true when this android keystore file create not found response has a 2xx status code
func (*AndroidKeystoreFileCreateNotFound) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateNotFound) String() string
type AndroidKeystoreFileCreateParams ¶
type AndroidKeystoreFileCreateParams struct {
/* AndroidKeystoreFile.
Android keystore file parameters
*/
AndroidKeystoreFile *models.V0AndroidKeystoreFileUploadParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AndroidKeystoreFileCreateParams contains all the parameters to send to the API endpoint
for the android keystore file create operation. Typically these are written to a http.Request.
func NewAndroidKeystoreFileCreateParams ¶
func NewAndroidKeystoreFileCreateParams() *AndroidKeystoreFileCreateParams
NewAndroidKeystoreFileCreateParams creates a new AndroidKeystoreFileCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAndroidKeystoreFileCreateParamsWithContext ¶
func NewAndroidKeystoreFileCreateParamsWithContext(ctx context.Context) *AndroidKeystoreFileCreateParams
NewAndroidKeystoreFileCreateParamsWithContext creates a new AndroidKeystoreFileCreateParams object with the ability to set a context for a request.
func NewAndroidKeystoreFileCreateParamsWithHTTPClient ¶
func NewAndroidKeystoreFileCreateParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileCreateParams
NewAndroidKeystoreFileCreateParamsWithHTTPClient creates a new AndroidKeystoreFileCreateParams object with the ability to set a custom HTTPClient for a request.
func NewAndroidKeystoreFileCreateParamsWithTimeout ¶
func NewAndroidKeystoreFileCreateParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileCreateParams
NewAndroidKeystoreFileCreateParamsWithTimeout creates a new AndroidKeystoreFileCreateParams object with the ability to set a timeout on a request.
func (*AndroidKeystoreFileCreateParams) SetAndroidKeystoreFile ¶
func (o *AndroidKeystoreFileCreateParams) SetAndroidKeystoreFile(androidKeystoreFile *models.V0AndroidKeystoreFileUploadParams)
SetAndroidKeystoreFile adds the androidKeystoreFile to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) SetAppSlug ¶
func (o *AndroidKeystoreFileCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) SetContext ¶
func (o *AndroidKeystoreFileCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) SetDefaults ¶
func (o *AndroidKeystoreFileCreateParams) SetDefaults()
SetDefaults hydrates default values in the android keystore file create params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileCreateParams) SetHTTPClient ¶
func (o *AndroidKeystoreFileCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) SetTimeout ¶
func (o *AndroidKeystoreFileCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WithAndroidKeystoreFile ¶
func (o *AndroidKeystoreFileCreateParams) WithAndroidKeystoreFile(androidKeystoreFile *models.V0AndroidKeystoreFileUploadParams) *AndroidKeystoreFileCreateParams
WithAndroidKeystoreFile adds the androidKeystoreFile to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WithAppSlug ¶
func (o *AndroidKeystoreFileCreateParams) WithAppSlug(appSlug string) *AndroidKeystoreFileCreateParams
WithAppSlug adds the appSlug to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WithContext ¶
func (o *AndroidKeystoreFileCreateParams) WithContext(ctx context.Context) *AndroidKeystoreFileCreateParams
WithContext adds the context to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WithDefaults ¶
func (o *AndroidKeystoreFileCreateParams) WithDefaults() *AndroidKeystoreFileCreateParams
WithDefaults hydrates default values in the android keystore file create params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileCreateParams) WithHTTPClient ¶
func (o *AndroidKeystoreFileCreateParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileCreateParams
WithHTTPClient adds the HTTPClient to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WithTimeout ¶
func (o *AndroidKeystoreFileCreateParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileCreateParams
WithTimeout adds the timeout to the android keystore file create params
func (*AndroidKeystoreFileCreateParams) WriteToRequest ¶
func (o *AndroidKeystoreFileCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AndroidKeystoreFileCreateReader ¶
type AndroidKeystoreFileCreateReader struct {
// contains filtered or unexported fields
}
AndroidKeystoreFileCreateReader is a Reader for the AndroidKeystoreFileCreate structure.
func (*AndroidKeystoreFileCreateReader) ReadResponse ¶
func (o *AndroidKeystoreFileCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AndroidKeystoreFileCreateUnauthorized ¶
type AndroidKeystoreFileCreateUnauthorized struct {
}
AndroidKeystoreFileCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAndroidKeystoreFileCreateUnauthorized ¶
func NewAndroidKeystoreFileCreateUnauthorized() *AndroidKeystoreFileCreateUnauthorized
NewAndroidKeystoreFileCreateUnauthorized creates a AndroidKeystoreFileCreateUnauthorized with default headers values
func (*AndroidKeystoreFileCreateUnauthorized) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileCreateUnauthorized) Code() int
Code gets the status code for the android keystore file create unauthorized response
func (*AndroidKeystoreFileCreateUnauthorized) Error ¶
func (o *AndroidKeystoreFileCreateUnauthorized) Error() string
func (*AndroidKeystoreFileCreateUnauthorized) GetPayload ¶
func (o *AndroidKeystoreFileCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) IsClientError() bool
IsClientError returns true when this android keystore file create unauthorized response has a 4xx status code
func (*AndroidKeystoreFileCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this android keystore file create unauthorized response a status code equal to that given
func (*AndroidKeystoreFileCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this android keystore file create unauthorized response has a 3xx status code
func (*AndroidKeystoreFileCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) IsServerError() bool
IsServerError returns true when this android keystore file create unauthorized response has a 5xx status code
func (*AndroidKeystoreFileCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this android keystore file create unauthorized response has a 2xx status code
func (*AndroidKeystoreFileCreateUnauthorized) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileCreateUnauthorized) String() string
type AndroidKeystoreFileDeleteBadRequest ¶ added in v0.1.0
type AndroidKeystoreFileDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAndroidKeystoreFileDeleteBadRequest ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteBadRequest() *AndroidKeystoreFileDeleteBadRequest
NewAndroidKeystoreFileDeleteBadRequest creates a AndroidKeystoreFileDeleteBadRequest with default headers values
func (*AndroidKeystoreFileDeleteBadRequest) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileDeleteBadRequest) Code() int
Code gets the status code for the android keystore file delete bad request response
func (*AndroidKeystoreFileDeleteBadRequest) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) Error() string
func (*AndroidKeystoreFileDeleteBadRequest) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) IsClientError() bool
IsClientError returns true when this android keystore file delete bad request response has a 4xx status code
func (*AndroidKeystoreFileDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this android keystore file delete bad request response a status code equal to that given
func (*AndroidKeystoreFileDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this android keystore file delete bad request response has a 3xx status code
func (*AndroidKeystoreFileDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) IsServerError() bool
IsServerError returns true when this android keystore file delete bad request response has a 5xx status code
func (*AndroidKeystoreFileDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this android keystore file delete bad request response has a 2xx status code
func (*AndroidKeystoreFileDeleteBadRequest) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteBadRequest) String() string
type AndroidKeystoreFileDeleteInternalServerError ¶ added in v0.1.0
type AndroidKeystoreFileDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAndroidKeystoreFileDeleteInternalServerError ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteInternalServerError() *AndroidKeystoreFileDeleteInternalServerError
NewAndroidKeystoreFileDeleteInternalServerError creates a AndroidKeystoreFileDeleteInternalServerError with default headers values
func (*AndroidKeystoreFileDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileDeleteInternalServerError) Code() int
Code gets the status code for the android keystore file delete internal server error response
func (*AndroidKeystoreFileDeleteInternalServerError) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) Error() string
func (*AndroidKeystoreFileDeleteInternalServerError) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this android keystore file delete internal server error response has a 4xx status code
func (*AndroidKeystoreFileDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this android keystore file delete internal server error response a status code equal to that given
func (*AndroidKeystoreFileDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this android keystore file delete internal server error response has a 3xx status code
func (*AndroidKeystoreFileDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this android keystore file delete internal server error response has a 5xx status code
func (*AndroidKeystoreFileDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this android keystore file delete internal server error response has a 2xx status code
func (*AndroidKeystoreFileDeleteInternalServerError) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteInternalServerError) String() string
type AndroidKeystoreFileDeleteNotFound ¶ added in v0.1.0
type AndroidKeystoreFileDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewAndroidKeystoreFileDeleteNotFound ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteNotFound() *AndroidKeystoreFileDeleteNotFound
NewAndroidKeystoreFileDeleteNotFound creates a AndroidKeystoreFileDeleteNotFound with default headers values
func (*AndroidKeystoreFileDeleteNotFound) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileDeleteNotFound) Code() int
Code gets the status code for the android keystore file delete not found response
func (*AndroidKeystoreFileDeleteNotFound) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) Error() string
func (*AndroidKeystoreFileDeleteNotFound) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) IsClientError() bool
IsClientError returns true when this android keystore file delete not found response has a 4xx status code
func (*AndroidKeystoreFileDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) IsCode(code int) bool
IsCode returns true when this android keystore file delete not found response a status code equal to that given
func (*AndroidKeystoreFileDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this android keystore file delete not found response has a 3xx status code
func (*AndroidKeystoreFileDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) IsServerError() bool
IsServerError returns true when this android keystore file delete not found response has a 5xx status code
func (*AndroidKeystoreFileDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this android keystore file delete not found response has a 2xx status code
func (*AndroidKeystoreFileDeleteNotFound) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteNotFound) String() string
type AndroidKeystoreFileDeleteOK ¶ added in v0.1.0
type AndroidKeystoreFileDeleteOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
AndroidKeystoreFileDeleteOK describes a response with status code 200, with default header values.
OK
func NewAndroidKeystoreFileDeleteOK ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteOK() *AndroidKeystoreFileDeleteOK
NewAndroidKeystoreFileDeleteOK creates a AndroidKeystoreFileDeleteOK with default headers values
func (*AndroidKeystoreFileDeleteOK) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileDeleteOK) Code() int
Code gets the status code for the android keystore file delete o k response
func (*AndroidKeystoreFileDeleteOK) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) Error() string
func (*AndroidKeystoreFileDeleteOK) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*AndroidKeystoreFileDeleteOK) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) IsClientError() bool
IsClientError returns true when this android keystore file delete o k response has a 4xx status code
func (*AndroidKeystoreFileDeleteOK) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) IsCode(code int) bool
IsCode returns true when this android keystore file delete o k response a status code equal to that given
func (*AndroidKeystoreFileDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) IsRedirect() bool
IsRedirect returns true when this android keystore file delete o k response has a 3xx status code
func (*AndroidKeystoreFileDeleteOK) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) IsServerError() bool
IsServerError returns true when this android keystore file delete o k response has a 5xx status code
func (*AndroidKeystoreFileDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) IsSuccess() bool
IsSuccess returns true when this android keystore file delete o k response has a 2xx status code
func (*AndroidKeystoreFileDeleteOK) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteOK) String() string
type AndroidKeystoreFileDeleteParams ¶ added in v0.1.0
type AndroidKeystoreFileDeleteParams struct {
/* AndroidKeystoreFileSlug.
Android keystore file slug
*/
AndroidKeystoreFileSlug string
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AndroidKeystoreFileDeleteParams contains all the parameters to send to the API endpoint
for the android keystore file delete operation. Typically these are written to a http.Request.
func NewAndroidKeystoreFileDeleteParams ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteParams() *AndroidKeystoreFileDeleteParams
NewAndroidKeystoreFileDeleteParams creates a new AndroidKeystoreFileDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAndroidKeystoreFileDeleteParamsWithContext ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteParamsWithContext(ctx context.Context) *AndroidKeystoreFileDeleteParams
NewAndroidKeystoreFileDeleteParamsWithContext creates a new AndroidKeystoreFileDeleteParams object with the ability to set a context for a request.
func NewAndroidKeystoreFileDeleteParamsWithHTTPClient ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileDeleteParams
NewAndroidKeystoreFileDeleteParamsWithHTTPClient creates a new AndroidKeystoreFileDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewAndroidKeystoreFileDeleteParamsWithTimeout ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileDeleteParams
NewAndroidKeystoreFileDeleteParamsWithTimeout creates a new AndroidKeystoreFileDeleteParams object with the ability to set a timeout on a request.
func (*AndroidKeystoreFileDeleteParams) SetAndroidKeystoreFileSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetAndroidKeystoreFileSlug(androidKeystoreFileSlug string)
SetAndroidKeystoreFileSlug adds the androidKeystoreFileSlug to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) SetAppSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) SetContext ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) SetDefaults ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetDefaults()
SetDefaults hydrates default values in the android keystore file delete params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileDeleteParams) SetHTTPClient ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) SetTimeout ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WithAndroidKeystoreFileSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithAndroidKeystoreFileSlug(androidKeystoreFileSlug string) *AndroidKeystoreFileDeleteParams
WithAndroidKeystoreFileSlug adds the androidKeystoreFileSlug to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WithAppSlug ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithAppSlug(appSlug string) *AndroidKeystoreFileDeleteParams
WithAppSlug adds the appSlug to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WithContext ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithContext(ctx context.Context) *AndroidKeystoreFileDeleteParams
WithContext adds the context to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WithDefaults ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithDefaults() *AndroidKeystoreFileDeleteParams
WithDefaults hydrates default values in the android keystore file delete params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileDeleteParams) WithHTTPClient ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileDeleteParams
WithHTTPClient adds the HTTPClient to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WithTimeout ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileDeleteParams
WithTimeout adds the timeout to the android keystore file delete params
func (*AndroidKeystoreFileDeleteParams) WriteToRequest ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AndroidKeystoreFileDeleteReader ¶ added in v0.1.0
type AndroidKeystoreFileDeleteReader struct {
// contains filtered or unexported fields
}
AndroidKeystoreFileDeleteReader is a Reader for the AndroidKeystoreFileDelete structure.
func (*AndroidKeystoreFileDeleteReader) ReadResponse ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AndroidKeystoreFileDeleteUnauthorized ¶ added in v0.1.0
type AndroidKeystoreFileDeleteUnauthorized struct {
}
AndroidKeystoreFileDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAndroidKeystoreFileDeleteUnauthorized ¶ added in v0.1.0
func NewAndroidKeystoreFileDeleteUnauthorized() *AndroidKeystoreFileDeleteUnauthorized
NewAndroidKeystoreFileDeleteUnauthorized creates a AndroidKeystoreFileDeleteUnauthorized with default headers values
func (*AndroidKeystoreFileDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileDeleteUnauthorized) Code() int
Code gets the status code for the android keystore file delete unauthorized response
func (*AndroidKeystoreFileDeleteUnauthorized) Error ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) Error() string
func (*AndroidKeystoreFileDeleteUnauthorized) GetPayload ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this android keystore file delete unauthorized response has a 4xx status code
func (*AndroidKeystoreFileDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this android keystore file delete unauthorized response a status code equal to that given
func (*AndroidKeystoreFileDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this android keystore file delete unauthorized response has a 3xx status code
func (*AndroidKeystoreFileDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this android keystore file delete unauthorized response has a 5xx status code
func (*AndroidKeystoreFileDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this android keystore file delete unauthorized response has a 2xx status code
func (*AndroidKeystoreFileDeleteUnauthorized) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileDeleteUnauthorized) String() string
type AndroidKeystoreFileListBadRequest ¶
type AndroidKeystoreFileListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAndroidKeystoreFileListBadRequest ¶
func NewAndroidKeystoreFileListBadRequest() *AndroidKeystoreFileListBadRequest
NewAndroidKeystoreFileListBadRequest creates a AndroidKeystoreFileListBadRequest with default headers values
func (*AndroidKeystoreFileListBadRequest) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileListBadRequest) Code() int
Code gets the status code for the android keystore file list bad request response
func (*AndroidKeystoreFileListBadRequest) Error ¶
func (o *AndroidKeystoreFileListBadRequest) Error() string
func (*AndroidKeystoreFileListBadRequest) GetPayload ¶
func (o *AndroidKeystoreFileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileListBadRequest) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) IsClientError() bool
IsClientError returns true when this android keystore file list bad request response has a 4xx status code
func (*AndroidKeystoreFileListBadRequest) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) IsCode(code int) bool
IsCode returns true when this android keystore file list bad request response a status code equal to that given
func (*AndroidKeystoreFileListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) IsRedirect() bool
IsRedirect returns true when this android keystore file list bad request response has a 3xx status code
func (*AndroidKeystoreFileListBadRequest) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) IsServerError() bool
IsServerError returns true when this android keystore file list bad request response has a 5xx status code
func (*AndroidKeystoreFileListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) IsSuccess() bool
IsSuccess returns true when this android keystore file list bad request response has a 2xx status code
func (*AndroidKeystoreFileListBadRequest) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileListBadRequest) String() string
type AndroidKeystoreFileListInternalServerError ¶
type AndroidKeystoreFileListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAndroidKeystoreFileListInternalServerError ¶
func NewAndroidKeystoreFileListInternalServerError() *AndroidKeystoreFileListInternalServerError
NewAndroidKeystoreFileListInternalServerError creates a AndroidKeystoreFileListInternalServerError with default headers values
func (*AndroidKeystoreFileListInternalServerError) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileListInternalServerError) Code() int
Code gets the status code for the android keystore file list internal server error response
func (*AndroidKeystoreFileListInternalServerError) Error ¶
func (o *AndroidKeystoreFileListInternalServerError) Error() string
func (*AndroidKeystoreFileListInternalServerError) GetPayload ¶
func (o *AndroidKeystoreFileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) IsClientError() bool
IsClientError returns true when this android keystore file list internal server error response has a 4xx status code
func (*AndroidKeystoreFileListInternalServerError) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) IsCode(code int) bool
IsCode returns true when this android keystore file list internal server error response a status code equal to that given
func (*AndroidKeystoreFileListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) IsRedirect() bool
IsRedirect returns true when this android keystore file list internal server error response has a 3xx status code
func (*AndroidKeystoreFileListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) IsServerError() bool
IsServerError returns true when this android keystore file list internal server error response has a 5xx status code
func (*AndroidKeystoreFileListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) IsSuccess() bool
IsSuccess returns true when this android keystore file list internal server error response has a 2xx status code
func (*AndroidKeystoreFileListInternalServerError) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileListInternalServerError) String() string
type AndroidKeystoreFileListNotFound ¶
type AndroidKeystoreFileListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AndroidKeystoreFileListNotFound describes a response with status code 404, with default header values.
Not Found
func NewAndroidKeystoreFileListNotFound ¶
func NewAndroidKeystoreFileListNotFound() *AndroidKeystoreFileListNotFound
NewAndroidKeystoreFileListNotFound creates a AndroidKeystoreFileListNotFound with default headers values
func (*AndroidKeystoreFileListNotFound) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileListNotFound) Code() int
Code gets the status code for the android keystore file list not found response
func (*AndroidKeystoreFileListNotFound) Error ¶
func (o *AndroidKeystoreFileListNotFound) Error() string
func (*AndroidKeystoreFileListNotFound) GetPayload ¶
func (o *AndroidKeystoreFileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileListNotFound) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) IsClientError() bool
IsClientError returns true when this android keystore file list not found response has a 4xx status code
func (*AndroidKeystoreFileListNotFound) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) IsCode(code int) bool
IsCode returns true when this android keystore file list not found response a status code equal to that given
func (*AndroidKeystoreFileListNotFound) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) IsRedirect() bool
IsRedirect returns true when this android keystore file list not found response has a 3xx status code
func (*AndroidKeystoreFileListNotFound) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) IsServerError() bool
IsServerError returns true when this android keystore file list not found response has a 5xx status code
func (*AndroidKeystoreFileListNotFound) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) IsSuccess() bool
IsSuccess returns true when this android keystore file list not found response has a 2xx status code
func (*AndroidKeystoreFileListNotFound) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileListNotFound) String() string
type AndroidKeystoreFileListOK ¶
type AndroidKeystoreFileListOK struct {
Payload *models.V0ProjectFileStorageListResponseModel
}
AndroidKeystoreFileListOK describes a response with status code 200, with default header values.
OK
func NewAndroidKeystoreFileListOK ¶
func NewAndroidKeystoreFileListOK() *AndroidKeystoreFileListOK
NewAndroidKeystoreFileListOK creates a AndroidKeystoreFileListOK with default headers values
func (*AndroidKeystoreFileListOK) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileListOK) Code() int
Code gets the status code for the android keystore file list o k response
func (*AndroidKeystoreFileListOK) Error ¶
func (o *AndroidKeystoreFileListOK) Error() string
func (*AndroidKeystoreFileListOK) GetPayload ¶
func (o *AndroidKeystoreFileListOK) GetPayload() *models.V0ProjectFileStorageListResponseModel
func (*AndroidKeystoreFileListOK) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) IsClientError() bool
IsClientError returns true when this android keystore file list o k response has a 4xx status code
func (*AndroidKeystoreFileListOK) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) IsCode(code int) bool
IsCode returns true when this android keystore file list o k response a status code equal to that given
func (*AndroidKeystoreFileListOK) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) IsRedirect() bool
IsRedirect returns true when this android keystore file list o k response has a 3xx status code
func (*AndroidKeystoreFileListOK) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) IsServerError() bool
IsServerError returns true when this android keystore file list o k response has a 5xx status code
func (*AndroidKeystoreFileListOK) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) IsSuccess() bool
IsSuccess returns true when this android keystore file list o k response has a 2xx status code
func (*AndroidKeystoreFileListOK) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileListOK) String() string
type AndroidKeystoreFileListParams ¶
type AndroidKeystoreFileListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of build certificates per page is 50.
*/
Limit *int64
/* Next.
Slug of the first android keystore file in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AndroidKeystoreFileListParams contains all the parameters to send to the API endpoint
for the android keystore file list operation. Typically these are written to a http.Request.
func NewAndroidKeystoreFileListParams ¶
func NewAndroidKeystoreFileListParams() *AndroidKeystoreFileListParams
NewAndroidKeystoreFileListParams creates a new AndroidKeystoreFileListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAndroidKeystoreFileListParamsWithContext ¶
func NewAndroidKeystoreFileListParamsWithContext(ctx context.Context) *AndroidKeystoreFileListParams
NewAndroidKeystoreFileListParamsWithContext creates a new AndroidKeystoreFileListParams object with the ability to set a context for a request.
func NewAndroidKeystoreFileListParamsWithHTTPClient ¶
func NewAndroidKeystoreFileListParamsWithHTTPClient(client *http.Client) *AndroidKeystoreFileListParams
NewAndroidKeystoreFileListParamsWithHTTPClient creates a new AndroidKeystoreFileListParams object with the ability to set a custom HTTPClient for a request.
func NewAndroidKeystoreFileListParamsWithTimeout ¶
func NewAndroidKeystoreFileListParamsWithTimeout(timeout time.Duration) *AndroidKeystoreFileListParams
NewAndroidKeystoreFileListParamsWithTimeout creates a new AndroidKeystoreFileListParams object with the ability to set a timeout on a request.
func (*AndroidKeystoreFileListParams) SetAppSlug ¶
func (o *AndroidKeystoreFileListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the android keystore file list params
func (*AndroidKeystoreFileListParams) SetContext ¶
func (o *AndroidKeystoreFileListParams) SetContext(ctx context.Context)
SetContext adds the context to the android keystore file list params
func (*AndroidKeystoreFileListParams) SetDefaults ¶
func (o *AndroidKeystoreFileListParams) SetDefaults()
SetDefaults hydrates default values in the android keystore file list params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileListParams) SetHTTPClient ¶
func (o *AndroidKeystoreFileListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the android keystore file list params
func (*AndroidKeystoreFileListParams) SetLimit ¶
func (o *AndroidKeystoreFileListParams) SetLimit(limit *int64)
SetLimit adds the limit to the android keystore file list params
func (*AndroidKeystoreFileListParams) SetNext ¶
func (o *AndroidKeystoreFileListParams) SetNext(next *string)
SetNext adds the next to the android keystore file list params
func (*AndroidKeystoreFileListParams) SetTimeout ¶
func (o *AndroidKeystoreFileListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithAppSlug ¶
func (o *AndroidKeystoreFileListParams) WithAppSlug(appSlug string) *AndroidKeystoreFileListParams
WithAppSlug adds the appSlug to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithContext ¶
func (o *AndroidKeystoreFileListParams) WithContext(ctx context.Context) *AndroidKeystoreFileListParams
WithContext adds the context to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithDefaults ¶
func (o *AndroidKeystoreFileListParams) WithDefaults() *AndroidKeystoreFileListParams
WithDefaults hydrates default values in the android keystore file list params (not the query body).
All values with no default are reset to their zero value.
func (*AndroidKeystoreFileListParams) WithHTTPClient ¶
func (o *AndroidKeystoreFileListParams) WithHTTPClient(client *http.Client) *AndroidKeystoreFileListParams
WithHTTPClient adds the HTTPClient to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithLimit ¶
func (o *AndroidKeystoreFileListParams) WithLimit(limit *int64) *AndroidKeystoreFileListParams
WithLimit adds the limit to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithNext ¶
func (o *AndroidKeystoreFileListParams) WithNext(next *string) *AndroidKeystoreFileListParams
WithNext adds the next to the android keystore file list params
func (*AndroidKeystoreFileListParams) WithTimeout ¶
func (o *AndroidKeystoreFileListParams) WithTimeout(timeout time.Duration) *AndroidKeystoreFileListParams
WithTimeout adds the timeout to the android keystore file list params
func (*AndroidKeystoreFileListParams) WriteToRequest ¶
func (o *AndroidKeystoreFileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AndroidKeystoreFileListReader ¶
type AndroidKeystoreFileListReader struct {
// contains filtered or unexported fields
}
AndroidKeystoreFileListReader is a Reader for the AndroidKeystoreFileList structure.
func (*AndroidKeystoreFileListReader) ReadResponse ¶
func (o *AndroidKeystoreFileListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AndroidKeystoreFileListUnauthorized ¶
type AndroidKeystoreFileListUnauthorized struct {
}
AndroidKeystoreFileListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAndroidKeystoreFileListUnauthorized ¶
func NewAndroidKeystoreFileListUnauthorized() *AndroidKeystoreFileListUnauthorized
NewAndroidKeystoreFileListUnauthorized creates a AndroidKeystoreFileListUnauthorized with default headers values
func (*AndroidKeystoreFileListUnauthorized) Code ¶ added in v1.0.3
func (o *AndroidKeystoreFileListUnauthorized) Code() int
Code gets the status code for the android keystore file list unauthorized response
func (*AndroidKeystoreFileListUnauthorized) Error ¶
func (o *AndroidKeystoreFileListUnauthorized) Error() string
func (*AndroidKeystoreFileListUnauthorized) GetPayload ¶
func (o *AndroidKeystoreFileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AndroidKeystoreFileListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) IsClientError() bool
IsClientError returns true when this android keystore file list unauthorized response has a 4xx status code
func (*AndroidKeystoreFileListUnauthorized) IsCode ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) IsCode(code int) bool
IsCode returns true when this android keystore file list unauthorized response a status code equal to that given
func (*AndroidKeystoreFileListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) IsRedirect() bool
IsRedirect returns true when this android keystore file list unauthorized response has a 3xx status code
func (*AndroidKeystoreFileListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) IsServerError() bool
IsServerError returns true when this android keystore file list unauthorized response has a 5xx status code
func (*AndroidKeystoreFileListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) IsSuccess() bool
IsSuccess returns true when this android keystore file list unauthorized response has a 2xx status code
func (*AndroidKeystoreFileListUnauthorized) String ¶ added in v0.1.0
func (o *AndroidKeystoreFileListUnauthorized) String() string
type AppConfigCreateBadRequest ¶
type AppConfigCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppConfigCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppConfigCreateBadRequest ¶
func NewAppConfigCreateBadRequest() *AppConfigCreateBadRequest
NewAppConfigCreateBadRequest creates a AppConfigCreateBadRequest with default headers values
func (*AppConfigCreateBadRequest) Code ¶ added in v1.0.3
func (o *AppConfigCreateBadRequest) Code() int
Code gets the status code for the app config create bad request response
func (*AppConfigCreateBadRequest) Error ¶
func (o *AppConfigCreateBadRequest) Error() string
func (*AppConfigCreateBadRequest) GetPayload ¶
func (o *AppConfigCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) IsClientError() bool
IsClientError returns true when this app config create bad request response has a 4xx status code
func (*AppConfigCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) IsCode(code int) bool
IsCode returns true when this app config create bad request response a status code equal to that given
func (*AppConfigCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this app config create bad request response has a 3xx status code
func (*AppConfigCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) IsServerError() bool
IsServerError returns true when this app config create bad request response has a 5xx status code
func (*AppConfigCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this app config create bad request response has a 2xx status code
func (*AppConfigCreateBadRequest) String ¶ added in v0.1.0
func (o *AppConfigCreateBadRequest) String() string
type AppConfigCreateInternalServerError ¶
type AppConfigCreateInternalServerError struct {
Payload *models.ServiceProxyErrorRespModel
}
AppConfigCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppConfigCreateInternalServerError ¶
func NewAppConfigCreateInternalServerError() *AppConfigCreateInternalServerError
NewAppConfigCreateInternalServerError creates a AppConfigCreateInternalServerError with default headers values
func (*AppConfigCreateInternalServerError) Code ¶ added in v1.0.3
func (o *AppConfigCreateInternalServerError) Code() int
Code gets the status code for the app config create internal server error response
func (*AppConfigCreateInternalServerError) Error ¶
func (o *AppConfigCreateInternalServerError) Error() string
func (*AppConfigCreateInternalServerError) GetPayload ¶
func (o *AppConfigCreateInternalServerError) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppConfigCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) IsClientError() bool
IsClientError returns true when this app config create internal server error response has a 4xx status code
func (*AppConfigCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this app config create internal server error response a status code equal to that given
func (*AppConfigCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this app config create internal server error response has a 3xx status code
func (*AppConfigCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) IsServerError() bool
IsServerError returns true when this app config create internal server error response has a 5xx status code
func (*AppConfigCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this app config create internal server error response has a 2xx status code
func (*AppConfigCreateInternalServerError) String ¶ added in v0.1.0
func (o *AppConfigCreateInternalServerError) String() string
type AppConfigCreateNotFound ¶
type AppConfigCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppConfigCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppConfigCreateNotFound ¶
func NewAppConfigCreateNotFound() *AppConfigCreateNotFound
NewAppConfigCreateNotFound creates a AppConfigCreateNotFound with default headers values
func (*AppConfigCreateNotFound) Code ¶ added in v1.0.3
func (o *AppConfigCreateNotFound) Code() int
Code gets the status code for the app config create not found response
func (*AppConfigCreateNotFound) Error ¶
func (o *AppConfigCreateNotFound) Error() string
func (*AppConfigCreateNotFound) GetPayload ¶
func (o *AppConfigCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) IsClientError() bool
IsClientError returns true when this app config create not found response has a 4xx status code
func (*AppConfigCreateNotFound) IsCode ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) IsCode(code int) bool
IsCode returns true when this app config create not found response a status code equal to that given
func (*AppConfigCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) IsRedirect() bool
IsRedirect returns true when this app config create not found response has a 3xx status code
func (*AppConfigCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) IsServerError() bool
IsServerError returns true when this app config create not found response has a 5xx status code
func (*AppConfigCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) IsSuccess() bool
IsSuccess returns true when this app config create not found response has a 2xx status code
func (*AppConfigCreateNotFound) String ¶ added in v0.1.0
func (o *AppConfigCreateNotFound) String() string
type AppConfigCreateOK ¶
type AppConfigCreateOK struct {
Payload models.V0AppConfigRespModel
}
AppConfigCreateOK describes a response with status code 200, with default header values.
OK
func NewAppConfigCreateOK ¶
func NewAppConfigCreateOK() *AppConfigCreateOK
NewAppConfigCreateOK creates a AppConfigCreateOK with default headers values
func (*AppConfigCreateOK) Code ¶ added in v1.0.3
func (o *AppConfigCreateOK) Code() int
Code gets the status code for the app config create o k response
func (*AppConfigCreateOK) Error ¶
func (o *AppConfigCreateOK) Error() string
func (*AppConfigCreateOK) GetPayload ¶
func (o *AppConfigCreateOK) GetPayload() models.V0AppConfigRespModel
func (*AppConfigCreateOK) IsClientError ¶ added in v0.1.0
func (o *AppConfigCreateOK) IsClientError() bool
IsClientError returns true when this app config create o k response has a 4xx status code
func (*AppConfigCreateOK) IsCode ¶ added in v0.1.0
func (o *AppConfigCreateOK) IsCode(code int) bool
IsCode returns true when this app config create o k response a status code equal to that given
func (*AppConfigCreateOK) IsRedirect ¶ added in v0.1.0
func (o *AppConfigCreateOK) IsRedirect() bool
IsRedirect returns true when this app config create o k response has a 3xx status code
func (*AppConfigCreateOK) IsServerError ¶ added in v0.1.0
func (o *AppConfigCreateOK) IsServerError() bool
IsServerError returns true when this app config create o k response has a 5xx status code
func (*AppConfigCreateOK) IsSuccess ¶ added in v0.1.0
func (o *AppConfigCreateOK) IsSuccess() bool
IsSuccess returns true when this app config create o k response has a 2xx status code
func (*AppConfigCreateOK) String ¶ added in v0.1.0
func (o *AppConfigCreateOK) String() string
type AppConfigCreateParams ¶
type AppConfigCreateParams struct {
/* AppConfig.
App config parameters
*/
AppConfig *models.V0AppConfigRequestParam
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppConfigCreateParams contains all the parameters to send to the API endpoint
for the app config create operation. Typically these are written to a http.Request.
func NewAppConfigCreateParams ¶
func NewAppConfigCreateParams() *AppConfigCreateParams
NewAppConfigCreateParams creates a new AppConfigCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppConfigCreateParamsWithContext ¶
func NewAppConfigCreateParamsWithContext(ctx context.Context) *AppConfigCreateParams
NewAppConfigCreateParamsWithContext creates a new AppConfigCreateParams object with the ability to set a context for a request.
func NewAppConfigCreateParamsWithHTTPClient ¶
func NewAppConfigCreateParamsWithHTTPClient(client *http.Client) *AppConfigCreateParams
NewAppConfigCreateParamsWithHTTPClient creates a new AppConfigCreateParams object with the ability to set a custom HTTPClient for a request.
func NewAppConfigCreateParamsWithTimeout ¶
func NewAppConfigCreateParamsWithTimeout(timeout time.Duration) *AppConfigCreateParams
NewAppConfigCreateParamsWithTimeout creates a new AppConfigCreateParams object with the ability to set a timeout on a request.
func (*AppConfigCreateParams) SetAppConfig ¶
func (o *AppConfigCreateParams) SetAppConfig(appConfig *models.V0AppConfigRequestParam)
SetAppConfig adds the appConfig to the app config create params
func (*AppConfigCreateParams) SetAppSlug ¶
func (o *AppConfigCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app config create params
func (*AppConfigCreateParams) SetContext ¶
func (o *AppConfigCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the app config create params
func (*AppConfigCreateParams) SetDefaults ¶
func (o *AppConfigCreateParams) SetDefaults()
SetDefaults hydrates default values in the app config create params (not the query body).
All values with no default are reset to their zero value.
func (*AppConfigCreateParams) SetHTTPClient ¶
func (o *AppConfigCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app config create params
func (*AppConfigCreateParams) SetTimeout ¶
func (o *AppConfigCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app config create params
func (*AppConfigCreateParams) WithAppConfig ¶
func (o *AppConfigCreateParams) WithAppConfig(appConfig *models.V0AppConfigRequestParam) *AppConfigCreateParams
WithAppConfig adds the appConfig to the app config create params
func (*AppConfigCreateParams) WithAppSlug ¶
func (o *AppConfigCreateParams) WithAppSlug(appSlug string) *AppConfigCreateParams
WithAppSlug adds the appSlug to the app config create params
func (*AppConfigCreateParams) WithContext ¶
func (o *AppConfigCreateParams) WithContext(ctx context.Context) *AppConfigCreateParams
WithContext adds the context to the app config create params
func (*AppConfigCreateParams) WithDefaults ¶
func (o *AppConfigCreateParams) WithDefaults() *AppConfigCreateParams
WithDefaults hydrates default values in the app config create params (not the query body).
All values with no default are reset to their zero value.
func (*AppConfigCreateParams) WithHTTPClient ¶
func (o *AppConfigCreateParams) WithHTTPClient(client *http.Client) *AppConfigCreateParams
WithHTTPClient adds the HTTPClient to the app config create params
func (*AppConfigCreateParams) WithTimeout ¶
func (o *AppConfigCreateParams) WithTimeout(timeout time.Duration) *AppConfigCreateParams
WithTimeout adds the timeout to the app config create params
func (*AppConfigCreateParams) WriteToRequest ¶
func (o *AppConfigCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppConfigCreateReader ¶
type AppConfigCreateReader struct {
// contains filtered or unexported fields
}
AppConfigCreateReader is a Reader for the AppConfigCreate structure.
func (*AppConfigCreateReader) ReadResponse ¶
func (o *AppConfigCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppConfigCreateUnauthorized ¶
type AppConfigCreateUnauthorized struct {
}
AppConfigCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppConfigCreateUnauthorized ¶
func NewAppConfigCreateUnauthorized() *AppConfigCreateUnauthorized
NewAppConfigCreateUnauthorized creates a AppConfigCreateUnauthorized with default headers values
func (*AppConfigCreateUnauthorized) Code ¶ added in v1.0.3
func (o *AppConfigCreateUnauthorized) Code() int
Code gets the status code for the app config create unauthorized response
func (*AppConfigCreateUnauthorized) Error ¶
func (o *AppConfigCreateUnauthorized) Error() string
func (*AppConfigCreateUnauthorized) GetPayload ¶
func (o *AppConfigCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) IsClientError() bool
IsClientError returns true when this app config create unauthorized response has a 4xx status code
func (*AppConfigCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this app config create unauthorized response a status code equal to that given
func (*AppConfigCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this app config create unauthorized response has a 3xx status code
func (*AppConfigCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) IsServerError() bool
IsServerError returns true when this app config create unauthorized response has a 5xx status code
func (*AppConfigCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this app config create unauthorized response has a 2xx status code
func (*AppConfigCreateUnauthorized) String ¶ added in v0.1.0
func (o *AppConfigCreateUnauthorized) String() string
type AppConfigDatastoreShowBadRequest ¶
type AppConfigDatastoreShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppConfigDatastoreShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppConfigDatastoreShowBadRequest ¶
func NewAppConfigDatastoreShowBadRequest() *AppConfigDatastoreShowBadRequest
NewAppConfigDatastoreShowBadRequest creates a AppConfigDatastoreShowBadRequest with default headers values
func (*AppConfigDatastoreShowBadRequest) Code ¶ added in v1.0.3
func (o *AppConfigDatastoreShowBadRequest) Code() int
Code gets the status code for the app config datastore show bad request response
func (*AppConfigDatastoreShowBadRequest) Error ¶
func (o *AppConfigDatastoreShowBadRequest) Error() string
func (*AppConfigDatastoreShowBadRequest) GetPayload ¶
func (o *AppConfigDatastoreShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigDatastoreShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) IsClientError() bool
IsClientError returns true when this app config datastore show bad request response has a 4xx status code
func (*AppConfigDatastoreShowBadRequest) IsCode ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) IsCode(code int) bool
IsCode returns true when this app config datastore show bad request response a status code equal to that given
func (*AppConfigDatastoreShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) IsRedirect() bool
IsRedirect returns true when this app config datastore show bad request response has a 3xx status code
func (*AppConfigDatastoreShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) IsServerError() bool
IsServerError returns true when this app config datastore show bad request response has a 5xx status code
func (*AppConfigDatastoreShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) IsSuccess() bool
IsSuccess returns true when this app config datastore show bad request response has a 2xx status code
func (*AppConfigDatastoreShowBadRequest) String ¶ added in v0.1.0
func (o *AppConfigDatastoreShowBadRequest) String() string
type AppConfigDatastoreShowInternalServerError ¶
type AppConfigDatastoreShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppConfigDatastoreShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppConfigDatastoreShowInternalServerError ¶
func NewAppConfigDatastoreShowInternalServerError() *AppConfigDatastoreShowInternalServerError
NewAppConfigDatastoreShowInternalServerError creates a AppConfigDatastoreShowInternalServerError with default headers values
func (*AppConfigDatastoreShowInternalServerError) Code ¶ added in v1.0.3
func (o *AppConfigDatastoreShowInternalServerError) Code() int
Code gets the status code for the app config datastore show internal server error response
func (*AppConfigDatastoreShowInternalServerError) Error ¶
func (o *AppConfigDatastoreShowInternalServerError) Error() string
func (*AppConfigDatastoreShowInternalServerError) GetPayload ¶
func (o *AppConfigDatastoreShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigDatastoreShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) IsClientError() bool
IsClientError returns true when this app config datastore show internal server error response has a 4xx status code
func (*AppConfigDatastoreShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) IsCode(code int) bool
IsCode returns true when this app config datastore show internal server error response a status code equal to that given
func (*AppConfigDatastoreShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this app config datastore show internal server error response has a 3xx status code
func (*AppConfigDatastoreShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) IsServerError() bool
IsServerError returns true when this app config datastore show internal server error response has a 5xx status code
func (*AppConfigDatastoreShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this app config datastore show internal server error response has a 2xx status code
func (*AppConfigDatastoreShowInternalServerError) String ¶ added in v0.1.0
func (o *AppConfigDatastoreShowInternalServerError) String() string
type AppConfigDatastoreShowNotFound ¶
type AppConfigDatastoreShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppConfigDatastoreShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppConfigDatastoreShowNotFound ¶
func NewAppConfigDatastoreShowNotFound() *AppConfigDatastoreShowNotFound
NewAppConfigDatastoreShowNotFound creates a AppConfigDatastoreShowNotFound with default headers values
func (*AppConfigDatastoreShowNotFound) Code ¶ added in v1.0.3
func (o *AppConfigDatastoreShowNotFound) Code() int
Code gets the status code for the app config datastore show not found response
func (*AppConfigDatastoreShowNotFound) Error ¶
func (o *AppConfigDatastoreShowNotFound) Error() string
func (*AppConfigDatastoreShowNotFound) GetPayload ¶
func (o *AppConfigDatastoreShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigDatastoreShowNotFound) IsClientError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) IsClientError() bool
IsClientError returns true when this app config datastore show not found response has a 4xx status code
func (*AppConfigDatastoreShowNotFound) IsCode ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) IsCode(code int) bool
IsCode returns true when this app config datastore show not found response a status code equal to that given
func (*AppConfigDatastoreShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) IsRedirect() bool
IsRedirect returns true when this app config datastore show not found response has a 3xx status code
func (*AppConfigDatastoreShowNotFound) IsServerError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) IsServerError() bool
IsServerError returns true when this app config datastore show not found response has a 5xx status code
func (*AppConfigDatastoreShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) IsSuccess() bool
IsSuccess returns true when this app config datastore show not found response has a 2xx status code
func (*AppConfigDatastoreShowNotFound) String ¶ added in v0.1.0
func (o *AppConfigDatastoreShowNotFound) String() string
type AppConfigDatastoreShowOK ¶
type AppConfigDatastoreShowOK struct {
Payload string
}
AppConfigDatastoreShowOK describes a response with status code 200, with default header values.
{the bitrise.yml in yml format}
func NewAppConfigDatastoreShowOK ¶
func NewAppConfigDatastoreShowOK() *AppConfigDatastoreShowOK
NewAppConfigDatastoreShowOK creates a AppConfigDatastoreShowOK with default headers values
func (*AppConfigDatastoreShowOK) Code ¶ added in v1.0.3
func (o *AppConfigDatastoreShowOK) Code() int
Code gets the status code for the app config datastore show o k response
func (*AppConfigDatastoreShowOK) Error ¶
func (o *AppConfigDatastoreShowOK) Error() string
func (*AppConfigDatastoreShowOK) GetPayload ¶
func (o *AppConfigDatastoreShowOK) GetPayload() string
func (*AppConfigDatastoreShowOK) IsClientError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) IsClientError() bool
IsClientError returns true when this app config datastore show o k response has a 4xx status code
func (*AppConfigDatastoreShowOK) IsCode ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) IsCode(code int) bool
IsCode returns true when this app config datastore show o k response a status code equal to that given
func (*AppConfigDatastoreShowOK) IsRedirect ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) IsRedirect() bool
IsRedirect returns true when this app config datastore show o k response has a 3xx status code
func (*AppConfigDatastoreShowOK) IsServerError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) IsServerError() bool
IsServerError returns true when this app config datastore show o k response has a 5xx status code
func (*AppConfigDatastoreShowOK) IsSuccess ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) IsSuccess() bool
IsSuccess returns true when this app config datastore show o k response has a 2xx status code
func (*AppConfigDatastoreShowOK) String ¶ added in v0.1.0
func (o *AppConfigDatastoreShowOK) String() string
type AppConfigDatastoreShowParams ¶
type AppConfigDatastoreShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppConfigDatastoreShowParams contains all the parameters to send to the API endpoint
for the app config datastore show operation. Typically these are written to a http.Request.
func NewAppConfigDatastoreShowParams ¶
func NewAppConfigDatastoreShowParams() *AppConfigDatastoreShowParams
NewAppConfigDatastoreShowParams creates a new AppConfigDatastoreShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppConfigDatastoreShowParamsWithContext ¶
func NewAppConfigDatastoreShowParamsWithContext(ctx context.Context) *AppConfigDatastoreShowParams
NewAppConfigDatastoreShowParamsWithContext creates a new AppConfigDatastoreShowParams object with the ability to set a context for a request.
func NewAppConfigDatastoreShowParamsWithHTTPClient ¶
func NewAppConfigDatastoreShowParamsWithHTTPClient(client *http.Client) *AppConfigDatastoreShowParams
NewAppConfigDatastoreShowParamsWithHTTPClient creates a new AppConfigDatastoreShowParams object with the ability to set a custom HTTPClient for a request.
func NewAppConfigDatastoreShowParamsWithTimeout ¶
func NewAppConfigDatastoreShowParamsWithTimeout(timeout time.Duration) *AppConfigDatastoreShowParams
NewAppConfigDatastoreShowParamsWithTimeout creates a new AppConfigDatastoreShowParams object with the ability to set a timeout on a request.
func (*AppConfigDatastoreShowParams) SetAppSlug ¶
func (o *AppConfigDatastoreShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app config datastore show params
func (*AppConfigDatastoreShowParams) SetContext ¶
func (o *AppConfigDatastoreShowParams) SetContext(ctx context.Context)
SetContext adds the context to the app config datastore show params
func (*AppConfigDatastoreShowParams) SetDefaults ¶
func (o *AppConfigDatastoreShowParams) SetDefaults()
SetDefaults hydrates default values in the app config datastore show params (not the query body).
All values with no default are reset to their zero value.
func (*AppConfigDatastoreShowParams) SetHTTPClient ¶
func (o *AppConfigDatastoreShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app config datastore show params
func (*AppConfigDatastoreShowParams) SetTimeout ¶
func (o *AppConfigDatastoreShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app config datastore show params
func (*AppConfigDatastoreShowParams) WithAppSlug ¶
func (o *AppConfigDatastoreShowParams) WithAppSlug(appSlug string) *AppConfigDatastoreShowParams
WithAppSlug adds the appSlug to the app config datastore show params
func (*AppConfigDatastoreShowParams) WithContext ¶
func (o *AppConfigDatastoreShowParams) WithContext(ctx context.Context) *AppConfigDatastoreShowParams
WithContext adds the context to the app config datastore show params
func (*AppConfigDatastoreShowParams) WithDefaults ¶
func (o *AppConfigDatastoreShowParams) WithDefaults() *AppConfigDatastoreShowParams
WithDefaults hydrates default values in the app config datastore show params (not the query body).
All values with no default are reset to their zero value.
func (*AppConfigDatastoreShowParams) WithHTTPClient ¶
func (o *AppConfigDatastoreShowParams) WithHTTPClient(client *http.Client) *AppConfigDatastoreShowParams
WithHTTPClient adds the HTTPClient to the app config datastore show params
func (*AppConfigDatastoreShowParams) WithTimeout ¶
func (o *AppConfigDatastoreShowParams) WithTimeout(timeout time.Duration) *AppConfigDatastoreShowParams
WithTimeout adds the timeout to the app config datastore show params
func (*AppConfigDatastoreShowParams) WriteToRequest ¶
func (o *AppConfigDatastoreShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppConfigDatastoreShowReader ¶
type AppConfigDatastoreShowReader struct {
// contains filtered or unexported fields
}
AppConfigDatastoreShowReader is a Reader for the AppConfigDatastoreShow structure.
func (*AppConfigDatastoreShowReader) ReadResponse ¶
func (o *AppConfigDatastoreShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppConfigDatastoreShowUnauthorized ¶
type AppConfigDatastoreShowUnauthorized struct {
}
AppConfigDatastoreShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppConfigDatastoreShowUnauthorized ¶
func NewAppConfigDatastoreShowUnauthorized() *AppConfigDatastoreShowUnauthorized
NewAppConfigDatastoreShowUnauthorized creates a AppConfigDatastoreShowUnauthorized with default headers values
func (*AppConfigDatastoreShowUnauthorized) Code ¶ added in v1.0.3
func (o *AppConfigDatastoreShowUnauthorized) Code() int
Code gets the status code for the app config datastore show unauthorized response
func (*AppConfigDatastoreShowUnauthorized) Error ¶
func (o *AppConfigDatastoreShowUnauthorized) Error() string
func (*AppConfigDatastoreShowUnauthorized) GetPayload ¶
func (o *AppConfigDatastoreShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppConfigDatastoreShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) IsClientError() bool
IsClientError returns true when this app config datastore show unauthorized response has a 4xx status code
func (*AppConfigDatastoreShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) IsCode(code int) bool
IsCode returns true when this app config datastore show unauthorized response a status code equal to that given
func (*AppConfigDatastoreShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this app config datastore show unauthorized response has a 3xx status code
func (*AppConfigDatastoreShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) IsServerError() bool
IsServerError returns true when this app config datastore show unauthorized response has a 5xx status code
func (*AppConfigDatastoreShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this app config datastore show unauthorized response has a 2xx status code
func (*AppConfigDatastoreShowUnauthorized) String ¶ added in v0.1.0
func (o *AppConfigDatastoreShowUnauthorized) String() string
type AppCreateBadRequest ¶
type AppCreateBadRequest struct {
Payload *models.ServiceProxyErrorRespModel
}
AppCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppCreateBadRequest ¶
func NewAppCreateBadRequest() *AppCreateBadRequest
NewAppCreateBadRequest creates a AppCreateBadRequest with default headers values
func (*AppCreateBadRequest) Code ¶ added in v1.0.3
func (o *AppCreateBadRequest) Code() int
Code gets the status code for the app create bad request response
func (*AppCreateBadRequest) Error ¶
func (o *AppCreateBadRequest) Error() string
func (*AppCreateBadRequest) GetPayload ¶
func (o *AppCreateBadRequest) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppCreateBadRequest) IsClientError() bool
IsClientError returns true when this app create bad request response has a 4xx status code
func (*AppCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *AppCreateBadRequest) IsCode(code int) bool
IsCode returns true when this app create bad request response a status code equal to that given
func (*AppCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this app create bad request response has a 3xx status code
func (*AppCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppCreateBadRequest) IsServerError() bool
IsServerError returns true when this app create bad request response has a 5xx status code
func (*AppCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this app create bad request response has a 2xx status code
func (*AppCreateBadRequest) String ¶ added in v0.1.0
func (o *AppCreateBadRequest) String() string
type AppCreateInternalServerError ¶
type AppCreateInternalServerError struct {
Payload *models.ServiceProxyErrorRespModel
}
AppCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppCreateInternalServerError ¶
func NewAppCreateInternalServerError() *AppCreateInternalServerError
NewAppCreateInternalServerError creates a AppCreateInternalServerError with default headers values
func (*AppCreateInternalServerError) Code ¶ added in v1.0.3
func (o *AppCreateInternalServerError) Code() int
Code gets the status code for the app create internal server error response
func (*AppCreateInternalServerError) Error ¶
func (o *AppCreateInternalServerError) Error() string
func (*AppCreateInternalServerError) GetPayload ¶
func (o *AppCreateInternalServerError) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppCreateInternalServerError) IsClientError() bool
IsClientError returns true when this app create internal server error response has a 4xx status code
func (*AppCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this app create internal server error response a status code equal to that given
func (*AppCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this app create internal server error response has a 3xx status code
func (*AppCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppCreateInternalServerError) IsServerError() bool
IsServerError returns true when this app create internal server error response has a 5xx status code
func (*AppCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this app create internal server error response has a 2xx status code
func (*AppCreateInternalServerError) String ¶ added in v0.1.0
func (o *AppCreateInternalServerError) String() string
type AppCreateNotFound ¶
type AppCreateNotFound struct {
Payload *models.ServiceProxyErrorRespModel
}
AppCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppCreateNotFound ¶
func NewAppCreateNotFound() *AppCreateNotFound
NewAppCreateNotFound creates a AppCreateNotFound with default headers values
func (*AppCreateNotFound) Code ¶ added in v1.0.3
func (o *AppCreateNotFound) Code() int
Code gets the status code for the app create not found response
func (*AppCreateNotFound) Error ¶
func (o *AppCreateNotFound) Error() string
func (*AppCreateNotFound) GetPayload ¶
func (o *AppCreateNotFound) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *AppCreateNotFound) IsClientError() bool
IsClientError returns true when this app create not found response has a 4xx status code
func (*AppCreateNotFound) IsCode ¶ added in v0.1.0
func (o *AppCreateNotFound) IsCode(code int) bool
IsCode returns true when this app create not found response a status code equal to that given
func (*AppCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppCreateNotFound) IsRedirect() bool
IsRedirect returns true when this app create not found response has a 3xx status code
func (*AppCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *AppCreateNotFound) IsServerError() bool
IsServerError returns true when this app create not found response has a 5xx status code
func (*AppCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppCreateNotFound) IsSuccess() bool
IsSuccess returns true when this app create not found response has a 2xx status code
func (*AppCreateNotFound) String ¶ added in v0.1.0
func (o *AppCreateNotFound) String() string
type AppCreateOK ¶
type AppCreateOK struct {
Payload *models.V0AppRespModel
}
AppCreateOK describes a response with status code 200, with default header values.
OK
func NewAppCreateOK ¶
func NewAppCreateOK() *AppCreateOK
NewAppCreateOK creates a AppCreateOK with default headers values
func (*AppCreateOK) Code ¶ added in v1.0.3
func (o *AppCreateOK) Code() int
Code gets the status code for the app create o k response
func (*AppCreateOK) Error ¶
func (o *AppCreateOK) Error() string
func (*AppCreateOK) GetPayload ¶
func (o *AppCreateOK) GetPayload() *models.V0AppRespModel
func (*AppCreateOK) IsClientError ¶ added in v0.1.0
func (o *AppCreateOK) IsClientError() bool
IsClientError returns true when this app create o k response has a 4xx status code
func (*AppCreateOK) IsCode ¶ added in v0.1.0
func (o *AppCreateOK) IsCode(code int) bool
IsCode returns true when this app create o k response a status code equal to that given
func (*AppCreateOK) IsRedirect ¶ added in v0.1.0
func (o *AppCreateOK) IsRedirect() bool
IsRedirect returns true when this app create o k response has a 3xx status code
func (*AppCreateOK) IsServerError ¶ added in v0.1.0
func (o *AppCreateOK) IsServerError() bool
IsServerError returns true when this app create o k response has a 5xx status code
func (*AppCreateOK) IsSuccess ¶ added in v0.1.0
func (o *AppCreateOK) IsSuccess() bool
IsSuccess returns true when this app create o k response has a 2xx status code
func (*AppCreateOK) String ¶ added in v0.1.0
func (o *AppCreateOK) String() string
type AppCreateParams ¶
type AppCreateParams struct {
/* App.
App parameters
*/
App *models.V0AppUploadParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppCreateParams contains all the parameters to send to the API endpoint
for the app create operation. Typically these are written to a http.Request.
func NewAppCreateParams ¶
func NewAppCreateParams() *AppCreateParams
NewAppCreateParams creates a new AppCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppCreateParamsWithContext ¶
func NewAppCreateParamsWithContext(ctx context.Context) *AppCreateParams
NewAppCreateParamsWithContext creates a new AppCreateParams object with the ability to set a context for a request.
func NewAppCreateParamsWithHTTPClient ¶
func NewAppCreateParamsWithHTTPClient(client *http.Client) *AppCreateParams
NewAppCreateParamsWithHTTPClient creates a new AppCreateParams object with the ability to set a custom HTTPClient for a request.
func NewAppCreateParamsWithTimeout ¶
func NewAppCreateParamsWithTimeout(timeout time.Duration) *AppCreateParams
NewAppCreateParamsWithTimeout creates a new AppCreateParams object with the ability to set a timeout on a request.
func (*AppCreateParams) SetApp ¶
func (o *AppCreateParams) SetApp(app *models.V0AppUploadParams)
SetApp adds the app to the app create params
func (*AppCreateParams) SetContext ¶
func (o *AppCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the app create params
func (*AppCreateParams) SetDefaults ¶
func (o *AppCreateParams) SetDefaults()
SetDefaults hydrates default values in the app create params (not the query body).
All values with no default are reset to their zero value.
func (*AppCreateParams) SetHTTPClient ¶
func (o *AppCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app create params
func (*AppCreateParams) SetTimeout ¶
func (o *AppCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app create params
func (*AppCreateParams) WithApp ¶
func (o *AppCreateParams) WithApp(app *models.V0AppUploadParams) *AppCreateParams
WithApp adds the app to the app create params
func (*AppCreateParams) WithContext ¶
func (o *AppCreateParams) WithContext(ctx context.Context) *AppCreateParams
WithContext adds the context to the app create params
func (*AppCreateParams) WithDefaults ¶
func (o *AppCreateParams) WithDefaults() *AppCreateParams
WithDefaults hydrates default values in the app create params (not the query body).
All values with no default are reset to their zero value.
func (*AppCreateParams) WithHTTPClient ¶
func (o *AppCreateParams) WithHTTPClient(client *http.Client) *AppCreateParams
WithHTTPClient adds the HTTPClient to the app create params
func (*AppCreateParams) WithTimeout ¶
func (o *AppCreateParams) WithTimeout(timeout time.Duration) *AppCreateParams
WithTimeout adds the timeout to the app create params
func (*AppCreateParams) WriteToRequest ¶
func (o *AppCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppCreateReader ¶
type AppCreateReader struct {
// contains filtered or unexported fields
}
AppCreateReader is a Reader for the AppCreate structure.
func (*AppCreateReader) ReadResponse ¶
func (o *AppCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppCreateUnauthorized ¶
type AppCreateUnauthorized struct {
}
AppCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppCreateUnauthorized ¶
func NewAppCreateUnauthorized() *AppCreateUnauthorized
NewAppCreateUnauthorized creates a AppCreateUnauthorized with default headers values
func (*AppCreateUnauthorized) Code ¶ added in v1.0.3
func (o *AppCreateUnauthorized) Code() int
Code gets the status code for the app create unauthorized response
func (*AppCreateUnauthorized) Error ¶
func (o *AppCreateUnauthorized) Error() string
func (*AppCreateUnauthorized) GetPayload ¶
func (o *AppCreateUnauthorized) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppCreateUnauthorized) IsClientError() bool
IsClientError returns true when this app create unauthorized response has a 4xx status code
func (*AppCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this app create unauthorized response a status code equal to that given
func (*AppCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this app create unauthorized response has a 3xx status code
func (*AppCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppCreateUnauthorized) IsServerError() bool
IsServerError returns true when this app create unauthorized response has a 5xx status code
func (*AppCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this app create unauthorized response has a 2xx status code
func (*AppCreateUnauthorized) String ¶ added in v0.1.0
func (o *AppCreateUnauthorized) String() string
type AppDeleteBadRequest ¶ added in v0.1.1
type AppDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppDeleteBadRequest ¶ added in v0.1.1
func NewAppDeleteBadRequest() *AppDeleteBadRequest
NewAppDeleteBadRequest creates a AppDeleteBadRequest with default headers values
func (*AppDeleteBadRequest) Code ¶ added in v1.0.3
func (o *AppDeleteBadRequest) Code() int
Code gets the status code for the app delete bad request response
func (*AppDeleteBadRequest) Error ¶ added in v0.1.1
func (o *AppDeleteBadRequest) Error() string
func (*AppDeleteBadRequest) GetPayload ¶ added in v0.1.1
func (o *AppDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppDeleteBadRequest) IsClientError ¶ added in v0.1.1
func (o *AppDeleteBadRequest) IsClientError() bool
IsClientError returns true when this app delete bad request response has a 4xx status code
func (*AppDeleteBadRequest) IsCode ¶ added in v0.1.1
func (o *AppDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this app delete bad request response a status code equal to that given
func (*AppDeleteBadRequest) IsRedirect ¶ added in v0.1.1
func (o *AppDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this app delete bad request response has a 3xx status code
func (*AppDeleteBadRequest) IsServerError ¶ added in v0.1.1
func (o *AppDeleteBadRequest) IsServerError() bool
IsServerError returns true when this app delete bad request response has a 5xx status code
func (*AppDeleteBadRequest) IsSuccess ¶ added in v0.1.1
func (o *AppDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this app delete bad request response has a 2xx status code
func (*AppDeleteBadRequest) String ¶ added in v0.1.1
func (o *AppDeleteBadRequest) String() string
type AppDeleteInternalServerError ¶ added in v0.1.1
type AppDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppDeleteInternalServerError ¶ added in v0.1.1
func NewAppDeleteInternalServerError() *AppDeleteInternalServerError
NewAppDeleteInternalServerError creates a AppDeleteInternalServerError with default headers values
func (*AppDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *AppDeleteInternalServerError) Code() int
Code gets the status code for the app delete internal server error response
func (*AppDeleteInternalServerError) Error ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) Error() string
func (*AppDeleteInternalServerError) GetPayload ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppDeleteInternalServerError) IsClientError ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this app delete internal server error response has a 4xx status code
func (*AppDeleteInternalServerError) IsCode ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this app delete internal server error response a status code equal to that given
func (*AppDeleteInternalServerError) IsRedirect ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this app delete internal server error response has a 3xx status code
func (*AppDeleteInternalServerError) IsServerError ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this app delete internal server error response has a 5xx status code
func (*AppDeleteInternalServerError) IsSuccess ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this app delete internal server error response has a 2xx status code
func (*AppDeleteInternalServerError) String ¶ added in v0.1.1
func (o *AppDeleteInternalServerError) String() string
type AppDeleteNotFound ¶ added in v0.1.1
type AppDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppDeleteNotFound ¶ added in v0.1.1
func NewAppDeleteNotFound() *AppDeleteNotFound
NewAppDeleteNotFound creates a AppDeleteNotFound with default headers values
func (*AppDeleteNotFound) Code ¶ added in v1.0.3
func (o *AppDeleteNotFound) Code() int
Code gets the status code for the app delete not found response
func (*AppDeleteNotFound) Error ¶ added in v0.1.1
func (o *AppDeleteNotFound) Error() string
func (*AppDeleteNotFound) GetPayload ¶ added in v0.1.1
func (o *AppDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppDeleteNotFound) IsClientError ¶ added in v0.1.1
func (o *AppDeleteNotFound) IsClientError() bool
IsClientError returns true when this app delete not found response has a 4xx status code
func (*AppDeleteNotFound) IsCode ¶ added in v0.1.1
func (o *AppDeleteNotFound) IsCode(code int) bool
IsCode returns true when this app delete not found response a status code equal to that given
func (*AppDeleteNotFound) IsRedirect ¶ added in v0.1.1
func (o *AppDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this app delete not found response has a 3xx status code
func (*AppDeleteNotFound) IsServerError ¶ added in v0.1.1
func (o *AppDeleteNotFound) IsServerError() bool
IsServerError returns true when this app delete not found response has a 5xx status code
func (*AppDeleteNotFound) IsSuccess ¶ added in v0.1.1
func (o *AppDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this app delete not found response has a 2xx status code
func (*AppDeleteNotFound) String ¶ added in v0.1.1
func (o *AppDeleteNotFound) String() string
type AppDeleteOK ¶ added in v0.1.1
type AppDeleteOK struct {
Payload *models.V0AppDeleteRespModel
}
AppDeleteOK describes a response with status code 200, with default header values.
OK
func NewAppDeleteOK ¶ added in v0.1.1
func NewAppDeleteOK() *AppDeleteOK
NewAppDeleteOK creates a AppDeleteOK with default headers values
func (*AppDeleteOK) Code ¶ added in v1.0.3
func (o *AppDeleteOK) Code() int
Code gets the status code for the app delete o k response
func (*AppDeleteOK) Error ¶ added in v0.1.1
func (o *AppDeleteOK) Error() string
func (*AppDeleteOK) GetPayload ¶ added in v0.1.1
func (o *AppDeleteOK) GetPayload() *models.V0AppDeleteRespModel
func (*AppDeleteOK) IsClientError ¶ added in v0.1.1
func (o *AppDeleteOK) IsClientError() bool
IsClientError returns true when this app delete o k response has a 4xx status code
func (*AppDeleteOK) IsCode ¶ added in v0.1.1
func (o *AppDeleteOK) IsCode(code int) bool
IsCode returns true when this app delete o k response a status code equal to that given
func (*AppDeleteOK) IsRedirect ¶ added in v0.1.1
func (o *AppDeleteOK) IsRedirect() bool
IsRedirect returns true when this app delete o k response has a 3xx status code
func (*AppDeleteOK) IsServerError ¶ added in v0.1.1
func (o *AppDeleteOK) IsServerError() bool
IsServerError returns true when this app delete o k response has a 5xx status code
func (*AppDeleteOK) IsSuccess ¶ added in v0.1.1
func (o *AppDeleteOK) IsSuccess() bool
IsSuccess returns true when this app delete o k response has a 2xx status code
func (*AppDeleteOK) String ¶ added in v0.1.1
func (o *AppDeleteOK) String() string
type AppDeleteParams ¶ added in v0.1.1
type AppDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppDeleteParams contains all the parameters to send to the API endpoint
for the app delete operation. Typically these are written to a http.Request.
func NewAppDeleteParams ¶ added in v0.1.1
func NewAppDeleteParams() *AppDeleteParams
NewAppDeleteParams creates a new AppDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppDeleteParamsWithContext ¶ added in v0.1.1
func NewAppDeleteParamsWithContext(ctx context.Context) *AppDeleteParams
NewAppDeleteParamsWithContext creates a new AppDeleteParams object with the ability to set a context for a request.
func NewAppDeleteParamsWithHTTPClient ¶ added in v0.1.1
func NewAppDeleteParamsWithHTTPClient(client *http.Client) *AppDeleteParams
NewAppDeleteParamsWithHTTPClient creates a new AppDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewAppDeleteParamsWithTimeout ¶ added in v0.1.1
func NewAppDeleteParamsWithTimeout(timeout time.Duration) *AppDeleteParams
NewAppDeleteParamsWithTimeout creates a new AppDeleteParams object with the ability to set a timeout on a request.
func (*AppDeleteParams) SetAppSlug ¶ added in v0.1.1
func (o *AppDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app delete params
func (*AppDeleteParams) SetContext ¶ added in v0.1.1
func (o *AppDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the app delete params
func (*AppDeleteParams) SetDefaults ¶ added in v0.1.1
func (o *AppDeleteParams) SetDefaults()
SetDefaults hydrates default values in the app delete params (not the query body).
All values with no default are reset to their zero value.
func (*AppDeleteParams) SetHTTPClient ¶ added in v0.1.1
func (o *AppDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app delete params
func (*AppDeleteParams) SetTimeout ¶ added in v0.1.1
func (o *AppDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app delete params
func (*AppDeleteParams) WithAppSlug ¶ added in v0.1.1
func (o *AppDeleteParams) WithAppSlug(appSlug string) *AppDeleteParams
WithAppSlug adds the appSlug to the app delete params
func (*AppDeleteParams) WithContext ¶ added in v0.1.1
func (o *AppDeleteParams) WithContext(ctx context.Context) *AppDeleteParams
WithContext adds the context to the app delete params
func (*AppDeleteParams) WithDefaults ¶ added in v0.1.1
func (o *AppDeleteParams) WithDefaults() *AppDeleteParams
WithDefaults hydrates default values in the app delete params (not the query body).
All values with no default are reset to their zero value.
func (*AppDeleteParams) WithHTTPClient ¶ added in v0.1.1
func (o *AppDeleteParams) WithHTTPClient(client *http.Client) *AppDeleteParams
WithHTTPClient adds the HTTPClient to the app delete params
func (*AppDeleteParams) WithTimeout ¶ added in v0.1.1
func (o *AppDeleteParams) WithTimeout(timeout time.Duration) *AppDeleteParams
WithTimeout adds the timeout to the app delete params
func (*AppDeleteParams) WriteToRequest ¶ added in v0.1.1
func (o *AppDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppDeleteReader ¶ added in v0.1.1
type AppDeleteReader struct {
// contains filtered or unexported fields
}
AppDeleteReader is a Reader for the AppDelete structure.
func (*AppDeleteReader) ReadResponse ¶ added in v0.1.1
func (o *AppDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppDeleteUnauthorized ¶ added in v0.1.1
type AppDeleteUnauthorized struct {
}
AppDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppDeleteUnauthorized ¶ added in v0.1.1
func NewAppDeleteUnauthorized() *AppDeleteUnauthorized
NewAppDeleteUnauthorized creates a AppDeleteUnauthorized with default headers values
func (*AppDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *AppDeleteUnauthorized) Code() int
Code gets the status code for the app delete unauthorized response
func (*AppDeleteUnauthorized) Error ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) Error() string
func (*AppDeleteUnauthorized) GetPayload ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppDeleteUnauthorized) IsClientError ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this app delete unauthorized response has a 4xx status code
func (*AppDeleteUnauthorized) IsCode ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this app delete unauthorized response a status code equal to that given
func (*AppDeleteUnauthorized) IsRedirect ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this app delete unauthorized response has a 3xx status code
func (*AppDeleteUnauthorized) IsServerError ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this app delete unauthorized response has a 5xx status code
func (*AppDeleteUnauthorized) IsSuccess ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this app delete unauthorized response has a 2xx status code
func (*AppDeleteUnauthorized) String ¶ added in v0.1.1
func (o *AppDeleteUnauthorized) String() string
type AppFinishBadRequest ¶
type AppFinishBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppFinishBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppFinishBadRequest ¶
func NewAppFinishBadRequest() *AppFinishBadRequest
NewAppFinishBadRequest creates a AppFinishBadRequest with default headers values
func (*AppFinishBadRequest) Code ¶ added in v1.0.3
func (o *AppFinishBadRequest) Code() int
Code gets the status code for the app finish bad request response
func (*AppFinishBadRequest) Error ¶
func (o *AppFinishBadRequest) Error() string
func (*AppFinishBadRequest) GetPayload ¶
func (o *AppFinishBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppFinishBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppFinishBadRequest) IsClientError() bool
IsClientError returns true when this app finish bad request response has a 4xx status code
func (*AppFinishBadRequest) IsCode ¶ added in v0.1.0
func (o *AppFinishBadRequest) IsCode(code int) bool
IsCode returns true when this app finish bad request response a status code equal to that given
func (*AppFinishBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppFinishBadRequest) IsRedirect() bool
IsRedirect returns true when this app finish bad request response has a 3xx status code
func (*AppFinishBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppFinishBadRequest) IsServerError() bool
IsServerError returns true when this app finish bad request response has a 5xx status code
func (*AppFinishBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppFinishBadRequest) IsSuccess() bool
IsSuccess returns true when this app finish bad request response has a 2xx status code
func (*AppFinishBadRequest) String ¶ added in v0.1.0
func (o *AppFinishBadRequest) String() string
type AppFinishInternalServerError ¶
type AppFinishInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppFinishInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppFinishInternalServerError ¶
func NewAppFinishInternalServerError() *AppFinishInternalServerError
NewAppFinishInternalServerError creates a AppFinishInternalServerError with default headers values
func (*AppFinishInternalServerError) Code ¶ added in v1.0.3
func (o *AppFinishInternalServerError) Code() int
Code gets the status code for the app finish internal server error response
func (*AppFinishInternalServerError) Error ¶
func (o *AppFinishInternalServerError) Error() string
func (*AppFinishInternalServerError) GetPayload ¶
func (o *AppFinishInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppFinishInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppFinishInternalServerError) IsClientError() bool
IsClientError returns true when this app finish internal server error response has a 4xx status code
func (*AppFinishInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppFinishInternalServerError) IsCode(code int) bool
IsCode returns true when this app finish internal server error response a status code equal to that given
func (*AppFinishInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppFinishInternalServerError) IsRedirect() bool
IsRedirect returns true when this app finish internal server error response has a 3xx status code
func (*AppFinishInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppFinishInternalServerError) IsServerError() bool
IsServerError returns true when this app finish internal server error response has a 5xx status code
func (*AppFinishInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppFinishInternalServerError) IsSuccess() bool
IsSuccess returns true when this app finish internal server error response has a 2xx status code
func (*AppFinishInternalServerError) String ¶ added in v0.1.0
func (o *AppFinishInternalServerError) String() string
type AppFinishNotFound ¶
type AppFinishNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppFinishNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppFinishNotFound ¶
func NewAppFinishNotFound() *AppFinishNotFound
NewAppFinishNotFound creates a AppFinishNotFound with default headers values
func (*AppFinishNotFound) Code ¶ added in v1.0.3
func (o *AppFinishNotFound) Code() int
Code gets the status code for the app finish not found response
func (*AppFinishNotFound) Error ¶
func (o *AppFinishNotFound) Error() string
func (*AppFinishNotFound) GetPayload ¶
func (o *AppFinishNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppFinishNotFound) IsClientError ¶ added in v0.1.0
func (o *AppFinishNotFound) IsClientError() bool
IsClientError returns true when this app finish not found response has a 4xx status code
func (*AppFinishNotFound) IsCode ¶ added in v0.1.0
func (o *AppFinishNotFound) IsCode(code int) bool
IsCode returns true when this app finish not found response a status code equal to that given
func (*AppFinishNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppFinishNotFound) IsRedirect() bool
IsRedirect returns true when this app finish not found response has a 3xx status code
func (*AppFinishNotFound) IsServerError ¶ added in v0.1.0
func (o *AppFinishNotFound) IsServerError() bool
IsServerError returns true when this app finish not found response has a 5xx status code
func (*AppFinishNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppFinishNotFound) IsSuccess() bool
IsSuccess returns true when this app finish not found response has a 2xx status code
func (*AppFinishNotFound) String ¶ added in v0.1.0
func (o *AppFinishNotFound) String() string
type AppFinishOK ¶
type AppFinishOK struct {
Payload *models.V0AppFinishRespModel
}
AppFinishOK describes a response with status code 200, with default header values.
OK
func NewAppFinishOK ¶
func NewAppFinishOK() *AppFinishOK
NewAppFinishOK creates a AppFinishOK with default headers values
func (*AppFinishOK) Code ¶ added in v1.0.3
func (o *AppFinishOK) Code() int
Code gets the status code for the app finish o k response
func (*AppFinishOK) Error ¶
func (o *AppFinishOK) Error() string
func (*AppFinishOK) GetPayload ¶
func (o *AppFinishOK) GetPayload() *models.V0AppFinishRespModel
func (*AppFinishOK) IsClientError ¶ added in v0.1.0
func (o *AppFinishOK) IsClientError() bool
IsClientError returns true when this app finish o k response has a 4xx status code
func (*AppFinishOK) IsCode ¶ added in v0.1.0
func (o *AppFinishOK) IsCode(code int) bool
IsCode returns true when this app finish o k response a status code equal to that given
func (*AppFinishOK) IsRedirect ¶ added in v0.1.0
func (o *AppFinishOK) IsRedirect() bool
IsRedirect returns true when this app finish o k response has a 3xx status code
func (*AppFinishOK) IsServerError ¶ added in v0.1.0
func (o *AppFinishOK) IsServerError() bool
IsServerError returns true when this app finish o k response has a 5xx status code
func (*AppFinishOK) IsSuccess ¶ added in v0.1.0
func (o *AppFinishOK) IsSuccess() bool
IsSuccess returns true when this app finish o k response has a 2xx status code
func (*AppFinishOK) String ¶ added in v0.1.0
func (o *AppFinishOK) String() string
type AppFinishParams ¶
type AppFinishParams struct {
/* App.
App finish parameters
*/
App *models.V0AppFinishParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppFinishParams contains all the parameters to send to the API endpoint
for the app finish operation. Typically these are written to a http.Request.
func NewAppFinishParams ¶
func NewAppFinishParams() *AppFinishParams
NewAppFinishParams creates a new AppFinishParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppFinishParamsWithContext ¶
func NewAppFinishParamsWithContext(ctx context.Context) *AppFinishParams
NewAppFinishParamsWithContext creates a new AppFinishParams object with the ability to set a context for a request.
func NewAppFinishParamsWithHTTPClient ¶
func NewAppFinishParamsWithHTTPClient(client *http.Client) *AppFinishParams
NewAppFinishParamsWithHTTPClient creates a new AppFinishParams object with the ability to set a custom HTTPClient for a request.
func NewAppFinishParamsWithTimeout ¶
func NewAppFinishParamsWithTimeout(timeout time.Duration) *AppFinishParams
NewAppFinishParamsWithTimeout creates a new AppFinishParams object with the ability to set a timeout on a request.
func (*AppFinishParams) SetApp ¶
func (o *AppFinishParams) SetApp(app *models.V0AppFinishParams)
SetApp adds the app to the app finish params
func (*AppFinishParams) SetAppSlug ¶
func (o *AppFinishParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app finish params
func (*AppFinishParams) SetContext ¶
func (o *AppFinishParams) SetContext(ctx context.Context)
SetContext adds the context to the app finish params
func (*AppFinishParams) SetDefaults ¶
func (o *AppFinishParams) SetDefaults()
SetDefaults hydrates default values in the app finish params (not the query body).
All values with no default are reset to their zero value.
func (*AppFinishParams) SetHTTPClient ¶
func (o *AppFinishParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app finish params
func (*AppFinishParams) SetTimeout ¶
func (o *AppFinishParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app finish params
func (*AppFinishParams) WithApp ¶
func (o *AppFinishParams) WithApp(app *models.V0AppFinishParams) *AppFinishParams
WithApp adds the app to the app finish params
func (*AppFinishParams) WithAppSlug ¶
func (o *AppFinishParams) WithAppSlug(appSlug string) *AppFinishParams
WithAppSlug adds the appSlug to the app finish params
func (*AppFinishParams) WithContext ¶
func (o *AppFinishParams) WithContext(ctx context.Context) *AppFinishParams
WithContext adds the context to the app finish params
func (*AppFinishParams) WithDefaults ¶
func (o *AppFinishParams) WithDefaults() *AppFinishParams
WithDefaults hydrates default values in the app finish params (not the query body).
All values with no default are reset to their zero value.
func (*AppFinishParams) WithHTTPClient ¶
func (o *AppFinishParams) WithHTTPClient(client *http.Client) *AppFinishParams
WithHTTPClient adds the HTTPClient to the app finish params
func (*AppFinishParams) WithTimeout ¶
func (o *AppFinishParams) WithTimeout(timeout time.Duration) *AppFinishParams
WithTimeout adds the timeout to the app finish params
func (*AppFinishParams) WriteToRequest ¶
func (o *AppFinishParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppFinishReader ¶
type AppFinishReader struct {
// contains filtered or unexported fields
}
AppFinishReader is a Reader for the AppFinish structure.
func (*AppFinishReader) ReadResponse ¶
func (o *AppFinishReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppFinishUnauthorized ¶
type AppFinishUnauthorized struct {
}
AppFinishUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppFinishUnauthorized ¶
func NewAppFinishUnauthorized() *AppFinishUnauthorized
NewAppFinishUnauthorized creates a AppFinishUnauthorized with default headers values
func (*AppFinishUnauthorized) Code ¶ added in v1.0.3
func (o *AppFinishUnauthorized) Code() int
Code gets the status code for the app finish unauthorized response
func (*AppFinishUnauthorized) Error ¶
func (o *AppFinishUnauthorized) Error() string
func (*AppFinishUnauthorized) GetPayload ¶
func (o *AppFinishUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppFinishUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppFinishUnauthorized) IsClientError() bool
IsClientError returns true when this app finish unauthorized response has a 4xx status code
func (*AppFinishUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppFinishUnauthorized) IsCode(code int) bool
IsCode returns true when this app finish unauthorized response a status code equal to that given
func (*AppFinishUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppFinishUnauthorized) IsRedirect() bool
IsRedirect returns true when this app finish unauthorized response has a 3xx status code
func (*AppFinishUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppFinishUnauthorized) IsServerError() bool
IsServerError returns true when this app finish unauthorized response has a 5xx status code
func (*AppFinishUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppFinishUnauthorized) IsSuccess() bool
IsSuccess returns true when this app finish unauthorized response has a 2xx status code
func (*AppFinishUnauthorized) String ¶ added in v0.1.0
func (o *AppFinishUnauthorized) String() string
type AppListBadRequest ¶
type AppListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppListBadRequest ¶
func NewAppListBadRequest() *AppListBadRequest
NewAppListBadRequest creates a AppListBadRequest with default headers values
func (*AppListBadRequest) Code ¶ added in v1.0.3
func (o *AppListBadRequest) Code() int
Code gets the status code for the app list bad request response
func (*AppListBadRequest) Error ¶
func (o *AppListBadRequest) Error() string
func (*AppListBadRequest) GetPayload ¶
func (o *AppListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppListBadRequest) IsClientError() bool
IsClientError returns true when this app list bad request response has a 4xx status code
func (*AppListBadRequest) IsCode ¶ added in v0.1.0
func (o *AppListBadRequest) IsCode(code int) bool
IsCode returns true when this app list bad request response a status code equal to that given
func (*AppListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppListBadRequest) IsRedirect() bool
IsRedirect returns true when this app list bad request response has a 3xx status code
func (*AppListBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppListBadRequest) IsServerError() bool
IsServerError returns true when this app list bad request response has a 5xx status code
func (*AppListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppListBadRequest) IsSuccess() bool
IsSuccess returns true when this app list bad request response has a 2xx status code
func (*AppListBadRequest) String ¶ added in v0.1.0
func (o *AppListBadRequest) String() string
type AppListByOrganizationBadRequest ¶
type AppListByOrganizationBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByOrganizationBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppListByOrganizationBadRequest ¶
func NewAppListByOrganizationBadRequest() *AppListByOrganizationBadRequest
NewAppListByOrganizationBadRequest creates a AppListByOrganizationBadRequest with default headers values
func (*AppListByOrganizationBadRequest) Code ¶ added in v1.0.3
func (o *AppListByOrganizationBadRequest) Code() int
Code gets the status code for the app list by organization bad request response
func (*AppListByOrganizationBadRequest) Error ¶
func (o *AppListByOrganizationBadRequest) Error() string
func (*AppListByOrganizationBadRequest) GetPayload ¶
func (o *AppListByOrganizationBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByOrganizationBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) IsClientError() bool
IsClientError returns true when this app list by organization bad request response has a 4xx status code
func (*AppListByOrganizationBadRequest) IsCode ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) IsCode(code int) bool
IsCode returns true when this app list by organization bad request response a status code equal to that given
func (*AppListByOrganizationBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) IsRedirect() bool
IsRedirect returns true when this app list by organization bad request response has a 3xx status code
func (*AppListByOrganizationBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) IsServerError() bool
IsServerError returns true when this app list by organization bad request response has a 5xx status code
func (*AppListByOrganizationBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) IsSuccess() bool
IsSuccess returns true when this app list by organization bad request response has a 2xx status code
func (*AppListByOrganizationBadRequest) String ¶ added in v0.1.0
func (o *AppListByOrganizationBadRequest) String() string
type AppListByOrganizationInternalServerError ¶
type AppListByOrganizationInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByOrganizationInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppListByOrganizationInternalServerError ¶
func NewAppListByOrganizationInternalServerError() *AppListByOrganizationInternalServerError
NewAppListByOrganizationInternalServerError creates a AppListByOrganizationInternalServerError with default headers values
func (*AppListByOrganizationInternalServerError) Code ¶ added in v1.0.3
func (o *AppListByOrganizationInternalServerError) Code() int
Code gets the status code for the app list by organization internal server error response
func (*AppListByOrganizationInternalServerError) Error ¶
func (o *AppListByOrganizationInternalServerError) Error() string
func (*AppListByOrganizationInternalServerError) GetPayload ¶
func (o *AppListByOrganizationInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByOrganizationInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) IsClientError() bool
IsClientError returns true when this app list by organization internal server error response has a 4xx status code
func (*AppListByOrganizationInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) IsCode(code int) bool
IsCode returns true when this app list by organization internal server error response a status code equal to that given
func (*AppListByOrganizationInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) IsRedirect() bool
IsRedirect returns true when this app list by organization internal server error response has a 3xx status code
func (*AppListByOrganizationInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) IsServerError() bool
IsServerError returns true when this app list by organization internal server error response has a 5xx status code
func (*AppListByOrganizationInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this app list by organization internal server error response has a 2xx status code
func (*AppListByOrganizationInternalServerError) String ¶ added in v0.1.0
func (o *AppListByOrganizationInternalServerError) String() string
type AppListByOrganizationNotFound ¶
type AppListByOrganizationNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByOrganizationNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppListByOrganizationNotFound ¶
func NewAppListByOrganizationNotFound() *AppListByOrganizationNotFound
NewAppListByOrganizationNotFound creates a AppListByOrganizationNotFound with default headers values
func (*AppListByOrganizationNotFound) Code ¶ added in v1.0.3
func (o *AppListByOrganizationNotFound) Code() int
Code gets the status code for the app list by organization not found response
func (*AppListByOrganizationNotFound) Error ¶
func (o *AppListByOrganizationNotFound) Error() string
func (*AppListByOrganizationNotFound) GetPayload ¶
func (o *AppListByOrganizationNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByOrganizationNotFound) IsClientError ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) IsClientError() bool
IsClientError returns true when this app list by organization not found response has a 4xx status code
func (*AppListByOrganizationNotFound) IsCode ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) IsCode(code int) bool
IsCode returns true when this app list by organization not found response a status code equal to that given
func (*AppListByOrganizationNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) IsRedirect() bool
IsRedirect returns true when this app list by organization not found response has a 3xx status code
func (*AppListByOrganizationNotFound) IsServerError ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) IsServerError() bool
IsServerError returns true when this app list by organization not found response has a 5xx status code
func (*AppListByOrganizationNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) IsSuccess() bool
IsSuccess returns true when this app list by organization not found response has a 2xx status code
func (*AppListByOrganizationNotFound) String ¶ added in v0.1.0
func (o *AppListByOrganizationNotFound) String() string
type AppListByOrganizationOK ¶
type AppListByOrganizationOK struct {
Payload *models.V0AppListResponseModel
}
AppListByOrganizationOK describes a response with status code 200, with default header values.
OK
func NewAppListByOrganizationOK ¶
func NewAppListByOrganizationOK() *AppListByOrganizationOK
NewAppListByOrganizationOK creates a AppListByOrganizationOK with default headers values
func (*AppListByOrganizationOK) Code ¶ added in v1.0.3
func (o *AppListByOrganizationOK) Code() int
Code gets the status code for the app list by organization o k response
func (*AppListByOrganizationOK) Error ¶
func (o *AppListByOrganizationOK) Error() string
func (*AppListByOrganizationOK) GetPayload ¶
func (o *AppListByOrganizationOK) GetPayload() *models.V0AppListResponseModel
func (*AppListByOrganizationOK) IsClientError ¶ added in v0.1.0
func (o *AppListByOrganizationOK) IsClientError() bool
IsClientError returns true when this app list by organization o k response has a 4xx status code
func (*AppListByOrganizationOK) IsCode ¶ added in v0.1.0
func (o *AppListByOrganizationOK) IsCode(code int) bool
IsCode returns true when this app list by organization o k response a status code equal to that given
func (*AppListByOrganizationOK) IsRedirect ¶ added in v0.1.0
func (o *AppListByOrganizationOK) IsRedirect() bool
IsRedirect returns true when this app list by organization o k response has a 3xx status code
func (*AppListByOrganizationOK) IsServerError ¶ added in v0.1.0
func (o *AppListByOrganizationOK) IsServerError() bool
IsServerError returns true when this app list by organization o k response has a 5xx status code
func (*AppListByOrganizationOK) IsSuccess ¶ added in v0.1.0
func (o *AppListByOrganizationOK) IsSuccess() bool
IsSuccess returns true when this app list by organization o k response has a 2xx status code
func (*AppListByOrganizationOK) String ¶ added in v0.1.0
func (o *AppListByOrganizationOK) String() string
type AppListByOrganizationParams ¶
type AppListByOrganizationParams struct {
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first app in the response
*/
Next *string
/* OrgSlug.
Organization slug
*/
OrgSlug string
/* ProjectType.
The project type of the app (eg. 'ios', 'android')
*/
ProjectType *string
/* SortBy.
Order of applications: sort them based on when they were created or the time of their last build
*/
SortBy *string
/* Title.
The title of the app
*/
Title *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppListByOrganizationParams contains all the parameters to send to the API endpoint
for the app list by organization operation. Typically these are written to a http.Request.
func NewAppListByOrganizationParams ¶
func NewAppListByOrganizationParams() *AppListByOrganizationParams
NewAppListByOrganizationParams creates a new AppListByOrganizationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppListByOrganizationParamsWithContext ¶
func NewAppListByOrganizationParamsWithContext(ctx context.Context) *AppListByOrganizationParams
NewAppListByOrganizationParamsWithContext creates a new AppListByOrganizationParams object with the ability to set a context for a request.
func NewAppListByOrganizationParamsWithHTTPClient ¶
func NewAppListByOrganizationParamsWithHTTPClient(client *http.Client) *AppListByOrganizationParams
NewAppListByOrganizationParamsWithHTTPClient creates a new AppListByOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewAppListByOrganizationParamsWithTimeout ¶
func NewAppListByOrganizationParamsWithTimeout(timeout time.Duration) *AppListByOrganizationParams
NewAppListByOrganizationParamsWithTimeout creates a new AppListByOrganizationParams object with the ability to set a timeout on a request.
func (*AppListByOrganizationParams) SetContext ¶
func (o *AppListByOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the app list by organization params
func (*AppListByOrganizationParams) SetDefaults ¶
func (o *AppListByOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the app list by organization params (not the query body).
All values with no default are reset to their zero value.
func (*AppListByOrganizationParams) SetHTTPClient ¶
func (o *AppListByOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app list by organization params
func (*AppListByOrganizationParams) SetLimit ¶
func (o *AppListByOrganizationParams) SetLimit(limit *int64)
SetLimit adds the limit to the app list by organization params
func (*AppListByOrganizationParams) SetNext ¶
func (o *AppListByOrganizationParams) SetNext(next *string)
SetNext adds the next to the app list by organization params
func (*AppListByOrganizationParams) SetOrgSlug ¶
func (o *AppListByOrganizationParams) SetOrgSlug(orgSlug string)
SetOrgSlug adds the orgSlug to the app list by organization params
func (*AppListByOrganizationParams) SetProjectType ¶ added in v0.1.0
func (o *AppListByOrganizationParams) SetProjectType(projectType *string)
SetProjectType adds the projectType to the app list by organization params
func (*AppListByOrganizationParams) SetSortBy ¶
func (o *AppListByOrganizationParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the app list by organization params
func (*AppListByOrganizationParams) SetTimeout ¶
func (o *AppListByOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app list by organization params
func (*AppListByOrganizationParams) SetTitle ¶ added in v0.1.0
func (o *AppListByOrganizationParams) SetTitle(title *string)
SetTitle adds the title to the app list by organization params
func (*AppListByOrganizationParams) WithContext ¶
func (o *AppListByOrganizationParams) WithContext(ctx context.Context) *AppListByOrganizationParams
WithContext adds the context to the app list by organization params
func (*AppListByOrganizationParams) WithDefaults ¶
func (o *AppListByOrganizationParams) WithDefaults() *AppListByOrganizationParams
WithDefaults hydrates default values in the app list by organization params (not the query body).
All values with no default are reset to their zero value.
func (*AppListByOrganizationParams) WithHTTPClient ¶
func (o *AppListByOrganizationParams) WithHTTPClient(client *http.Client) *AppListByOrganizationParams
WithHTTPClient adds the HTTPClient to the app list by organization params
func (*AppListByOrganizationParams) WithLimit ¶
func (o *AppListByOrganizationParams) WithLimit(limit *int64) *AppListByOrganizationParams
WithLimit adds the limit to the app list by organization params
func (*AppListByOrganizationParams) WithNext ¶
func (o *AppListByOrganizationParams) WithNext(next *string) *AppListByOrganizationParams
WithNext adds the next to the app list by organization params
func (*AppListByOrganizationParams) WithOrgSlug ¶
func (o *AppListByOrganizationParams) WithOrgSlug(orgSlug string) *AppListByOrganizationParams
WithOrgSlug adds the orgSlug to the app list by organization params
func (*AppListByOrganizationParams) WithProjectType ¶ added in v0.1.0
func (o *AppListByOrganizationParams) WithProjectType(projectType *string) *AppListByOrganizationParams
WithProjectType adds the projectType to the app list by organization params
func (*AppListByOrganizationParams) WithSortBy ¶
func (o *AppListByOrganizationParams) WithSortBy(sortBy *string) *AppListByOrganizationParams
WithSortBy adds the sortBy to the app list by organization params
func (*AppListByOrganizationParams) WithTimeout ¶
func (o *AppListByOrganizationParams) WithTimeout(timeout time.Duration) *AppListByOrganizationParams
WithTimeout adds the timeout to the app list by organization params
func (*AppListByOrganizationParams) WithTitle ¶ added in v0.1.0
func (o *AppListByOrganizationParams) WithTitle(title *string) *AppListByOrganizationParams
WithTitle adds the title to the app list by organization params
func (*AppListByOrganizationParams) WriteToRequest ¶
func (o *AppListByOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppListByOrganizationReader ¶
type AppListByOrganizationReader struct {
// contains filtered or unexported fields
}
AppListByOrganizationReader is a Reader for the AppListByOrganization structure.
func (*AppListByOrganizationReader) ReadResponse ¶
func (o *AppListByOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppListByOrganizationUnauthorized ¶
type AppListByOrganizationUnauthorized struct {
}
AppListByOrganizationUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppListByOrganizationUnauthorized ¶
func NewAppListByOrganizationUnauthorized() *AppListByOrganizationUnauthorized
NewAppListByOrganizationUnauthorized creates a AppListByOrganizationUnauthorized with default headers values
func (*AppListByOrganizationUnauthorized) Code ¶ added in v1.0.3
func (o *AppListByOrganizationUnauthorized) Code() int
Code gets the status code for the app list by organization unauthorized response
func (*AppListByOrganizationUnauthorized) Error ¶
func (o *AppListByOrganizationUnauthorized) Error() string
func (*AppListByOrganizationUnauthorized) GetPayload ¶
func (o *AppListByOrganizationUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByOrganizationUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) IsClientError() bool
IsClientError returns true when this app list by organization unauthorized response has a 4xx status code
func (*AppListByOrganizationUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) IsCode(code int) bool
IsCode returns true when this app list by organization unauthorized response a status code equal to that given
func (*AppListByOrganizationUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) IsRedirect() bool
IsRedirect returns true when this app list by organization unauthorized response has a 3xx status code
func (*AppListByOrganizationUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) IsServerError() bool
IsServerError returns true when this app list by organization unauthorized response has a 5xx status code
func (*AppListByOrganizationUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) IsSuccess() bool
IsSuccess returns true when this app list by organization unauthorized response has a 2xx status code
func (*AppListByOrganizationUnauthorized) String ¶ added in v0.1.0
func (o *AppListByOrganizationUnauthorized) String() string
type AppListByUserBadRequest ¶
type AppListByUserBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByUserBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppListByUserBadRequest ¶
func NewAppListByUserBadRequest() *AppListByUserBadRequest
NewAppListByUserBadRequest creates a AppListByUserBadRequest with default headers values
func (*AppListByUserBadRequest) Code ¶ added in v1.0.3
func (o *AppListByUserBadRequest) Code() int
Code gets the status code for the app list by user bad request response
func (*AppListByUserBadRequest) Error ¶
func (o *AppListByUserBadRequest) Error() string
func (*AppListByUserBadRequest) GetPayload ¶
func (o *AppListByUserBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByUserBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppListByUserBadRequest) IsClientError() bool
IsClientError returns true when this app list by user bad request response has a 4xx status code
func (*AppListByUserBadRequest) IsCode ¶ added in v0.1.0
func (o *AppListByUserBadRequest) IsCode(code int) bool
IsCode returns true when this app list by user bad request response a status code equal to that given
func (*AppListByUserBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppListByUserBadRequest) IsRedirect() bool
IsRedirect returns true when this app list by user bad request response has a 3xx status code
func (*AppListByUserBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppListByUserBadRequest) IsServerError() bool
IsServerError returns true when this app list by user bad request response has a 5xx status code
func (*AppListByUserBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppListByUserBadRequest) IsSuccess() bool
IsSuccess returns true when this app list by user bad request response has a 2xx status code
func (*AppListByUserBadRequest) String ¶ added in v0.1.0
func (o *AppListByUserBadRequest) String() string
type AppListByUserInternalServerError ¶
type AppListByUserInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByUserInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppListByUserInternalServerError ¶
func NewAppListByUserInternalServerError() *AppListByUserInternalServerError
NewAppListByUserInternalServerError creates a AppListByUserInternalServerError with default headers values
func (*AppListByUserInternalServerError) Code ¶ added in v1.0.3
func (o *AppListByUserInternalServerError) Code() int
Code gets the status code for the app list by user internal server error response
func (*AppListByUserInternalServerError) Error ¶
func (o *AppListByUserInternalServerError) Error() string
func (*AppListByUserInternalServerError) GetPayload ¶
func (o *AppListByUserInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByUserInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) IsClientError() bool
IsClientError returns true when this app list by user internal server error response has a 4xx status code
func (*AppListByUserInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) IsCode(code int) bool
IsCode returns true when this app list by user internal server error response a status code equal to that given
func (*AppListByUserInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this app list by user internal server error response has a 3xx status code
func (*AppListByUserInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) IsServerError() bool
IsServerError returns true when this app list by user internal server error response has a 5xx status code
func (*AppListByUserInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this app list by user internal server error response has a 2xx status code
func (*AppListByUserInternalServerError) String ¶ added in v0.1.0
func (o *AppListByUserInternalServerError) String() string
type AppListByUserNotFound ¶
type AppListByUserNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListByUserNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppListByUserNotFound ¶
func NewAppListByUserNotFound() *AppListByUserNotFound
NewAppListByUserNotFound creates a AppListByUserNotFound with default headers values
func (*AppListByUserNotFound) Code ¶ added in v1.0.3
func (o *AppListByUserNotFound) Code() int
Code gets the status code for the app list by user not found response
func (*AppListByUserNotFound) Error ¶
func (o *AppListByUserNotFound) Error() string
func (*AppListByUserNotFound) GetPayload ¶
func (o *AppListByUserNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByUserNotFound) IsClientError ¶ added in v0.1.0
func (o *AppListByUserNotFound) IsClientError() bool
IsClientError returns true when this app list by user not found response has a 4xx status code
func (*AppListByUserNotFound) IsCode ¶ added in v0.1.0
func (o *AppListByUserNotFound) IsCode(code int) bool
IsCode returns true when this app list by user not found response a status code equal to that given
func (*AppListByUserNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppListByUserNotFound) IsRedirect() bool
IsRedirect returns true when this app list by user not found response has a 3xx status code
func (*AppListByUserNotFound) IsServerError ¶ added in v0.1.0
func (o *AppListByUserNotFound) IsServerError() bool
IsServerError returns true when this app list by user not found response has a 5xx status code
func (*AppListByUserNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppListByUserNotFound) IsSuccess() bool
IsSuccess returns true when this app list by user not found response has a 2xx status code
func (*AppListByUserNotFound) String ¶ added in v0.1.0
func (o *AppListByUserNotFound) String() string
type AppListByUserOK ¶
type AppListByUserOK struct {
Payload *models.V0AppListResponseModel
}
AppListByUserOK describes a response with status code 200, with default header values.
OK
func NewAppListByUserOK ¶
func NewAppListByUserOK() *AppListByUserOK
NewAppListByUserOK creates a AppListByUserOK with default headers values
func (*AppListByUserOK) Code ¶ added in v1.0.3
func (o *AppListByUserOK) Code() int
Code gets the status code for the app list by user o k response
func (*AppListByUserOK) Error ¶
func (o *AppListByUserOK) Error() string
func (*AppListByUserOK) GetPayload ¶
func (o *AppListByUserOK) GetPayload() *models.V0AppListResponseModel
func (*AppListByUserOK) IsClientError ¶ added in v0.1.0
func (o *AppListByUserOK) IsClientError() bool
IsClientError returns true when this app list by user o k response has a 4xx status code
func (*AppListByUserOK) IsCode ¶ added in v0.1.0
func (o *AppListByUserOK) IsCode(code int) bool
IsCode returns true when this app list by user o k response a status code equal to that given
func (*AppListByUserOK) IsRedirect ¶ added in v0.1.0
func (o *AppListByUserOK) IsRedirect() bool
IsRedirect returns true when this app list by user o k response has a 3xx status code
func (*AppListByUserOK) IsServerError ¶ added in v0.1.0
func (o *AppListByUserOK) IsServerError() bool
IsServerError returns true when this app list by user o k response has a 5xx status code
func (*AppListByUserOK) IsSuccess ¶ added in v0.1.0
func (o *AppListByUserOK) IsSuccess() bool
IsSuccess returns true when this app list by user o k response has a 2xx status code
func (*AppListByUserOK) String ¶ added in v0.1.0
func (o *AppListByUserOK) String() string
type AppListByUserParams ¶
type AppListByUserParams struct {
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first app in the response
*/
Next *string
/* ProjectType.
The project type of the app (eg. 'ios', 'android')
*/
ProjectType *string
/* SortBy.
Order of applications
*/
SortBy *string
/* Title.
The title of the app
*/
Title *string
/* UserSlug.
User slug
*/
UserSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppListByUserParams contains all the parameters to send to the API endpoint
for the app list by user operation. Typically these are written to a http.Request.
func NewAppListByUserParams ¶
func NewAppListByUserParams() *AppListByUserParams
NewAppListByUserParams creates a new AppListByUserParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppListByUserParamsWithContext ¶
func NewAppListByUserParamsWithContext(ctx context.Context) *AppListByUserParams
NewAppListByUserParamsWithContext creates a new AppListByUserParams object with the ability to set a context for a request.
func NewAppListByUserParamsWithHTTPClient ¶
func NewAppListByUserParamsWithHTTPClient(client *http.Client) *AppListByUserParams
NewAppListByUserParamsWithHTTPClient creates a new AppListByUserParams object with the ability to set a custom HTTPClient for a request.
func NewAppListByUserParamsWithTimeout ¶
func NewAppListByUserParamsWithTimeout(timeout time.Duration) *AppListByUserParams
NewAppListByUserParamsWithTimeout creates a new AppListByUserParams object with the ability to set a timeout on a request.
func (*AppListByUserParams) SetContext ¶
func (o *AppListByUserParams) SetContext(ctx context.Context)
SetContext adds the context to the app list by user params
func (*AppListByUserParams) SetDefaults ¶
func (o *AppListByUserParams) SetDefaults()
SetDefaults hydrates default values in the app list by user params (not the query body).
All values with no default are reset to their zero value.
func (*AppListByUserParams) SetHTTPClient ¶
func (o *AppListByUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app list by user params
func (*AppListByUserParams) SetLimit ¶
func (o *AppListByUserParams) SetLimit(limit *int64)
SetLimit adds the limit to the app list by user params
func (*AppListByUserParams) SetNext ¶
func (o *AppListByUserParams) SetNext(next *string)
SetNext adds the next to the app list by user params
func (*AppListByUserParams) SetProjectType ¶ added in v0.1.0
func (o *AppListByUserParams) SetProjectType(projectType *string)
SetProjectType adds the projectType to the app list by user params
func (*AppListByUserParams) SetSortBy ¶
func (o *AppListByUserParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the app list by user params
func (*AppListByUserParams) SetTimeout ¶
func (o *AppListByUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app list by user params
func (*AppListByUserParams) SetTitle ¶ added in v0.1.0
func (o *AppListByUserParams) SetTitle(title *string)
SetTitle adds the title to the app list by user params
func (*AppListByUserParams) SetUserSlug ¶
func (o *AppListByUserParams) SetUserSlug(userSlug string)
SetUserSlug adds the userSlug to the app list by user params
func (*AppListByUserParams) WithContext ¶
func (o *AppListByUserParams) WithContext(ctx context.Context) *AppListByUserParams
WithContext adds the context to the app list by user params
func (*AppListByUserParams) WithDefaults ¶
func (o *AppListByUserParams) WithDefaults() *AppListByUserParams
WithDefaults hydrates default values in the app list by user params (not the query body).
All values with no default are reset to their zero value.
func (*AppListByUserParams) WithHTTPClient ¶
func (o *AppListByUserParams) WithHTTPClient(client *http.Client) *AppListByUserParams
WithHTTPClient adds the HTTPClient to the app list by user params
func (*AppListByUserParams) WithLimit ¶
func (o *AppListByUserParams) WithLimit(limit *int64) *AppListByUserParams
WithLimit adds the limit to the app list by user params
func (*AppListByUserParams) WithNext ¶
func (o *AppListByUserParams) WithNext(next *string) *AppListByUserParams
WithNext adds the next to the app list by user params
func (*AppListByUserParams) WithProjectType ¶ added in v0.1.0
func (o *AppListByUserParams) WithProjectType(projectType *string) *AppListByUserParams
WithProjectType adds the projectType to the app list by user params
func (*AppListByUserParams) WithSortBy ¶
func (o *AppListByUserParams) WithSortBy(sortBy *string) *AppListByUserParams
WithSortBy adds the sortBy to the app list by user params
func (*AppListByUserParams) WithTimeout ¶
func (o *AppListByUserParams) WithTimeout(timeout time.Duration) *AppListByUserParams
WithTimeout adds the timeout to the app list by user params
func (*AppListByUserParams) WithTitle ¶ added in v0.1.0
func (o *AppListByUserParams) WithTitle(title *string) *AppListByUserParams
WithTitle adds the title to the app list by user params
func (*AppListByUserParams) WithUserSlug ¶
func (o *AppListByUserParams) WithUserSlug(userSlug string) *AppListByUserParams
WithUserSlug adds the userSlug to the app list by user params
func (*AppListByUserParams) WriteToRequest ¶
func (o *AppListByUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppListByUserReader ¶
type AppListByUserReader struct {
// contains filtered or unexported fields
}
AppListByUserReader is a Reader for the AppListByUser structure.
func (*AppListByUserReader) ReadResponse ¶
func (o *AppListByUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppListByUserUnauthorized ¶
type AppListByUserUnauthorized struct {
}
AppListByUserUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppListByUserUnauthorized ¶
func NewAppListByUserUnauthorized() *AppListByUserUnauthorized
NewAppListByUserUnauthorized creates a AppListByUserUnauthorized with default headers values
func (*AppListByUserUnauthorized) Code ¶ added in v1.0.3
func (o *AppListByUserUnauthorized) Code() int
Code gets the status code for the app list by user unauthorized response
func (*AppListByUserUnauthorized) Error ¶
func (o *AppListByUserUnauthorized) Error() string
func (*AppListByUserUnauthorized) GetPayload ¶
func (o *AppListByUserUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListByUserUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) IsClientError() bool
IsClientError returns true when this app list by user unauthorized response has a 4xx status code
func (*AppListByUserUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) IsCode(code int) bool
IsCode returns true when this app list by user unauthorized response a status code equal to that given
func (*AppListByUserUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this app list by user unauthorized response has a 3xx status code
func (*AppListByUserUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) IsServerError() bool
IsServerError returns true when this app list by user unauthorized response has a 5xx status code
func (*AppListByUserUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this app list by user unauthorized response has a 2xx status code
func (*AppListByUserUnauthorized) String ¶ added in v0.1.0
func (o *AppListByUserUnauthorized) String() string
type AppListInternalServerError ¶
type AppListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppListInternalServerError ¶
func NewAppListInternalServerError() *AppListInternalServerError
NewAppListInternalServerError creates a AppListInternalServerError with default headers values
func (*AppListInternalServerError) Code ¶ added in v1.0.3
func (o *AppListInternalServerError) Code() int
Code gets the status code for the app list internal server error response
func (*AppListInternalServerError) Error ¶
func (o *AppListInternalServerError) Error() string
func (*AppListInternalServerError) GetPayload ¶
func (o *AppListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppListInternalServerError) IsClientError() bool
IsClientError returns true when this app list internal server error response has a 4xx status code
func (*AppListInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppListInternalServerError) IsCode(code int) bool
IsCode returns true when this app list internal server error response a status code equal to that given
func (*AppListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppListInternalServerError) IsRedirect() bool
IsRedirect returns true when this app list internal server error response has a 3xx status code
func (*AppListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppListInternalServerError) IsServerError() bool
IsServerError returns true when this app list internal server error response has a 5xx status code
func (*AppListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppListInternalServerError) IsSuccess() bool
IsSuccess returns true when this app list internal server error response has a 2xx status code
func (*AppListInternalServerError) String ¶ added in v0.1.0
func (o *AppListInternalServerError) String() string
type AppListNotFound ¶
type AppListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppListNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppListNotFound ¶
func NewAppListNotFound() *AppListNotFound
NewAppListNotFound creates a AppListNotFound with default headers values
func (*AppListNotFound) Code ¶ added in v1.0.3
func (o *AppListNotFound) Code() int
Code gets the status code for the app list not found response
func (*AppListNotFound) Error ¶
func (o *AppListNotFound) Error() string
func (*AppListNotFound) GetPayload ¶
func (o *AppListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListNotFound) IsClientError ¶ added in v0.1.0
func (o *AppListNotFound) IsClientError() bool
IsClientError returns true when this app list not found response has a 4xx status code
func (*AppListNotFound) IsCode ¶ added in v0.1.0
func (o *AppListNotFound) IsCode(code int) bool
IsCode returns true when this app list not found response a status code equal to that given
func (*AppListNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppListNotFound) IsRedirect() bool
IsRedirect returns true when this app list not found response has a 3xx status code
func (*AppListNotFound) IsServerError ¶ added in v0.1.0
func (o *AppListNotFound) IsServerError() bool
IsServerError returns true when this app list not found response has a 5xx status code
func (*AppListNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppListNotFound) IsSuccess() bool
IsSuccess returns true when this app list not found response has a 2xx status code
func (*AppListNotFound) String ¶ added in v0.1.0
func (o *AppListNotFound) String() string
type AppListOK ¶
type AppListOK struct {
Payload *models.V0AppListResponseModel
}
AppListOK describes a response with status code 200, with default header values.
OK
func NewAppListOK ¶
func NewAppListOK() *AppListOK
NewAppListOK creates a AppListOK with default headers values
func (*AppListOK) GetPayload ¶
func (o *AppListOK) GetPayload() *models.V0AppListResponseModel
func (*AppListOK) IsClientError ¶ added in v0.1.0
IsClientError returns true when this app list o k response has a 4xx status code
func (*AppListOK) IsCode ¶ added in v0.1.0
IsCode returns true when this app list o k response a status code equal to that given
func (*AppListOK) IsRedirect ¶ added in v0.1.0
IsRedirect returns true when this app list o k response has a 3xx status code
func (*AppListOK) IsServerError ¶ added in v0.1.0
IsServerError returns true when this app list o k response has a 5xx status code
type AppListParams ¶
type AppListParams struct {
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first app in the response
*/
Next *string
/* ProjectType.
The project type of the app (eg. 'ios', 'android')
*/
ProjectType *string
/* SortBy.
Order of the applications: sort them based on when they were created or the time of their last build
*/
SortBy *string
/* Title.
The title of the app
*/
Title *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppListParams contains all the parameters to send to the API endpoint
for the app list operation. Typically these are written to a http.Request.
func NewAppListParams ¶
func NewAppListParams() *AppListParams
NewAppListParams creates a new AppListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppListParamsWithContext ¶
func NewAppListParamsWithContext(ctx context.Context) *AppListParams
NewAppListParamsWithContext creates a new AppListParams object with the ability to set a context for a request.
func NewAppListParamsWithHTTPClient ¶
func NewAppListParamsWithHTTPClient(client *http.Client) *AppListParams
NewAppListParamsWithHTTPClient creates a new AppListParams object with the ability to set a custom HTTPClient for a request.
func NewAppListParamsWithTimeout ¶
func NewAppListParamsWithTimeout(timeout time.Duration) *AppListParams
NewAppListParamsWithTimeout creates a new AppListParams object with the ability to set a timeout on a request.
func (*AppListParams) SetContext ¶
func (o *AppListParams) SetContext(ctx context.Context)
SetContext adds the context to the app list params
func (*AppListParams) SetDefaults ¶
func (o *AppListParams) SetDefaults()
SetDefaults hydrates default values in the app list params (not the query body).
All values with no default are reset to their zero value.
func (*AppListParams) SetHTTPClient ¶
func (o *AppListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app list params
func (*AppListParams) SetLimit ¶
func (o *AppListParams) SetLimit(limit *int64)
SetLimit adds the limit to the app list params
func (*AppListParams) SetNext ¶
func (o *AppListParams) SetNext(next *string)
SetNext adds the next to the app list params
func (*AppListParams) SetProjectType ¶ added in v0.1.0
func (o *AppListParams) SetProjectType(projectType *string)
SetProjectType adds the projectType to the app list params
func (*AppListParams) SetSortBy ¶
func (o *AppListParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the app list params
func (*AppListParams) SetTimeout ¶
func (o *AppListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app list params
func (*AppListParams) SetTitle ¶ added in v0.1.0
func (o *AppListParams) SetTitle(title *string)
SetTitle adds the title to the app list params
func (*AppListParams) WithContext ¶
func (o *AppListParams) WithContext(ctx context.Context) *AppListParams
WithContext adds the context to the app list params
func (*AppListParams) WithDefaults ¶
func (o *AppListParams) WithDefaults() *AppListParams
WithDefaults hydrates default values in the app list params (not the query body).
All values with no default are reset to their zero value.
func (*AppListParams) WithHTTPClient ¶
func (o *AppListParams) WithHTTPClient(client *http.Client) *AppListParams
WithHTTPClient adds the HTTPClient to the app list params
func (*AppListParams) WithLimit ¶
func (o *AppListParams) WithLimit(limit *int64) *AppListParams
WithLimit adds the limit to the app list params
func (*AppListParams) WithNext ¶
func (o *AppListParams) WithNext(next *string) *AppListParams
WithNext adds the next to the app list params
func (*AppListParams) WithProjectType ¶ added in v0.1.0
func (o *AppListParams) WithProjectType(projectType *string) *AppListParams
WithProjectType adds the projectType to the app list params
func (*AppListParams) WithSortBy ¶
func (o *AppListParams) WithSortBy(sortBy *string) *AppListParams
WithSortBy adds the sortBy to the app list params
func (*AppListParams) WithTimeout ¶
func (o *AppListParams) WithTimeout(timeout time.Duration) *AppListParams
WithTimeout adds the timeout to the app list params
func (*AppListParams) WithTitle ¶ added in v0.1.0
func (o *AppListParams) WithTitle(title *string) *AppListParams
WithTitle adds the title to the app list params
func (*AppListParams) WriteToRequest ¶
func (o *AppListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppListReader ¶
type AppListReader struct {
// contains filtered or unexported fields
}
AppListReader is a Reader for the AppList structure.
func (*AppListReader) ReadResponse ¶
func (o *AppListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppListUnauthorized ¶
type AppListUnauthorized struct {
}
AppListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppListUnauthorized ¶
func NewAppListUnauthorized() *AppListUnauthorized
NewAppListUnauthorized creates a AppListUnauthorized with default headers values
func (*AppListUnauthorized) Code ¶ added in v1.0.3
func (o *AppListUnauthorized) Code() int
Code gets the status code for the app list unauthorized response
func (*AppListUnauthorized) Error ¶
func (o *AppListUnauthorized) Error() string
func (*AppListUnauthorized) GetPayload ¶
func (o *AppListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppListUnauthorized) IsClientError() bool
IsClientError returns true when this app list unauthorized response has a 4xx status code
func (*AppListUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppListUnauthorized) IsCode(code int) bool
IsCode returns true when this app list unauthorized response a status code equal to that given
func (*AppListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppListUnauthorized) IsRedirect() bool
IsRedirect returns true when this app list unauthorized response has a 3xx status code
func (*AppListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppListUnauthorized) IsServerError() bool
IsServerError returns true when this app list unauthorized response has a 5xx status code
func (*AppListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppListUnauthorized) IsSuccess() bool
IsSuccess returns true when this app list unauthorized response has a 2xx status code
func (*AppListUnauthorized) String ¶ added in v0.1.0
func (o *AppListUnauthorized) String() string
type AppNotificationsBadRequest ¶ added in v0.1.1
type AppNotificationsBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppNotificationsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppNotificationsBadRequest ¶ added in v0.1.1
func NewAppNotificationsBadRequest() *AppNotificationsBadRequest
NewAppNotificationsBadRequest creates a AppNotificationsBadRequest with default headers values
func (*AppNotificationsBadRequest) Code ¶ added in v1.0.3
func (o *AppNotificationsBadRequest) Code() int
Code gets the status code for the app notifications bad request response
func (*AppNotificationsBadRequest) Error ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) Error() string
func (*AppNotificationsBadRequest) GetPayload ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppNotificationsBadRequest) IsClientError ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) IsClientError() bool
IsClientError returns true when this app notifications bad request response has a 4xx status code
func (*AppNotificationsBadRequest) IsCode ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) IsCode(code int) bool
IsCode returns true when this app notifications bad request response a status code equal to that given
func (*AppNotificationsBadRequest) IsRedirect ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) IsRedirect() bool
IsRedirect returns true when this app notifications bad request response has a 3xx status code
func (*AppNotificationsBadRequest) IsServerError ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) IsServerError() bool
IsServerError returns true when this app notifications bad request response has a 5xx status code
func (*AppNotificationsBadRequest) IsSuccess ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) IsSuccess() bool
IsSuccess returns true when this app notifications bad request response has a 2xx status code
func (*AppNotificationsBadRequest) String ¶ added in v0.1.1
func (o *AppNotificationsBadRequest) String() string
type AppNotificationsInternalServerError ¶ added in v0.1.1
type AppNotificationsInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppNotificationsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppNotificationsInternalServerError ¶ added in v0.1.1
func NewAppNotificationsInternalServerError() *AppNotificationsInternalServerError
NewAppNotificationsInternalServerError creates a AppNotificationsInternalServerError with default headers values
func (*AppNotificationsInternalServerError) Code ¶ added in v1.0.3
func (o *AppNotificationsInternalServerError) Code() int
Code gets the status code for the app notifications internal server error response
func (*AppNotificationsInternalServerError) Error ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) Error() string
func (*AppNotificationsInternalServerError) GetPayload ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppNotificationsInternalServerError) IsClientError ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) IsClientError() bool
IsClientError returns true when this app notifications internal server error response has a 4xx status code
func (*AppNotificationsInternalServerError) IsCode ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) IsCode(code int) bool
IsCode returns true when this app notifications internal server error response a status code equal to that given
func (*AppNotificationsInternalServerError) IsRedirect ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this app notifications internal server error response has a 3xx status code
func (*AppNotificationsInternalServerError) IsServerError ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) IsServerError() bool
IsServerError returns true when this app notifications internal server error response has a 5xx status code
func (*AppNotificationsInternalServerError) IsSuccess ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this app notifications internal server error response has a 2xx status code
func (*AppNotificationsInternalServerError) String ¶ added in v0.1.1
func (o *AppNotificationsInternalServerError) String() string
type AppNotificationsNotFound ¶ added in v0.1.1
type AppNotificationsNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppNotificationsNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppNotificationsNotFound ¶ added in v0.1.1
func NewAppNotificationsNotFound() *AppNotificationsNotFound
NewAppNotificationsNotFound creates a AppNotificationsNotFound with default headers values
func (*AppNotificationsNotFound) Code ¶ added in v1.0.3
func (o *AppNotificationsNotFound) Code() int
Code gets the status code for the app notifications not found response
func (*AppNotificationsNotFound) Error ¶ added in v0.1.1
func (o *AppNotificationsNotFound) Error() string
func (*AppNotificationsNotFound) GetPayload ¶ added in v0.1.1
func (o *AppNotificationsNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppNotificationsNotFound) IsClientError ¶ added in v0.1.1
func (o *AppNotificationsNotFound) IsClientError() bool
IsClientError returns true when this app notifications not found response has a 4xx status code
func (*AppNotificationsNotFound) IsCode ¶ added in v0.1.1
func (o *AppNotificationsNotFound) IsCode(code int) bool
IsCode returns true when this app notifications not found response a status code equal to that given
func (*AppNotificationsNotFound) IsRedirect ¶ added in v0.1.1
func (o *AppNotificationsNotFound) IsRedirect() bool
IsRedirect returns true when this app notifications not found response has a 3xx status code
func (*AppNotificationsNotFound) IsServerError ¶ added in v0.1.1
func (o *AppNotificationsNotFound) IsServerError() bool
IsServerError returns true when this app notifications not found response has a 5xx status code
func (*AppNotificationsNotFound) IsSuccess ¶ added in v0.1.1
func (o *AppNotificationsNotFound) IsSuccess() bool
IsSuccess returns true when this app notifications not found response has a 2xx status code
func (*AppNotificationsNotFound) String ¶ added in v0.1.1
func (o *AppNotificationsNotFound) String() string
type AppNotificationsOK ¶ added in v0.1.1
type AppNotificationsOK struct {
Payload *models.V0AppNotificationSettingsUpdateResponse
}
AppNotificationsOK describes a response with status code 200, with default header values.
OK
func NewAppNotificationsOK ¶ added in v0.1.1
func NewAppNotificationsOK() *AppNotificationsOK
NewAppNotificationsOK creates a AppNotificationsOK with default headers values
func (*AppNotificationsOK) Code ¶ added in v1.0.3
func (o *AppNotificationsOK) Code() int
Code gets the status code for the app notifications o k response
func (*AppNotificationsOK) Error ¶ added in v0.1.1
func (o *AppNotificationsOK) Error() string
func (*AppNotificationsOK) GetPayload ¶ added in v0.1.1
func (o *AppNotificationsOK) GetPayload() *models.V0AppNotificationSettingsUpdateResponse
func (*AppNotificationsOK) IsClientError ¶ added in v0.1.1
func (o *AppNotificationsOK) IsClientError() bool
IsClientError returns true when this app notifications o k response has a 4xx status code
func (*AppNotificationsOK) IsCode ¶ added in v0.1.1
func (o *AppNotificationsOK) IsCode(code int) bool
IsCode returns true when this app notifications o k response a status code equal to that given
func (*AppNotificationsOK) IsRedirect ¶ added in v0.1.1
func (o *AppNotificationsOK) IsRedirect() bool
IsRedirect returns true when this app notifications o k response has a 3xx status code
func (*AppNotificationsOK) IsServerError ¶ added in v0.1.1
func (o *AppNotificationsOK) IsServerError() bool
IsServerError returns true when this app notifications o k response has a 5xx status code
func (*AppNotificationsOK) IsSuccess ¶ added in v0.1.1
func (o *AppNotificationsOK) IsSuccess() bool
IsSuccess returns true when this app notifications o k response has a 2xx status code
func (*AppNotificationsOK) String ¶ added in v0.1.1
func (o *AppNotificationsOK) String() string
type AppNotificationsParams ¶ added in v0.1.1
type AppNotificationsParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* NotificationSettingsParams.
App notification settings parameters
*/
NotificationSettingsParams *models.V0AppNotificationSettingsParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppNotificationsParams contains all the parameters to send to the API endpoint
for the app notifications operation. Typically these are written to a http.Request.
func NewAppNotificationsParams ¶ added in v0.1.1
func NewAppNotificationsParams() *AppNotificationsParams
NewAppNotificationsParams creates a new AppNotificationsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppNotificationsParamsWithContext ¶ added in v0.1.1
func NewAppNotificationsParamsWithContext(ctx context.Context) *AppNotificationsParams
NewAppNotificationsParamsWithContext creates a new AppNotificationsParams object with the ability to set a context for a request.
func NewAppNotificationsParamsWithHTTPClient ¶ added in v0.1.1
func NewAppNotificationsParamsWithHTTPClient(client *http.Client) *AppNotificationsParams
NewAppNotificationsParamsWithHTTPClient creates a new AppNotificationsParams object with the ability to set a custom HTTPClient for a request.
func NewAppNotificationsParamsWithTimeout ¶ added in v0.1.1
func NewAppNotificationsParamsWithTimeout(timeout time.Duration) *AppNotificationsParams
NewAppNotificationsParamsWithTimeout creates a new AppNotificationsParams object with the ability to set a timeout on a request.
func (*AppNotificationsParams) SetAppSlug ¶ added in v0.1.1
func (o *AppNotificationsParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app notifications params
func (*AppNotificationsParams) SetContext ¶ added in v0.1.1
func (o *AppNotificationsParams) SetContext(ctx context.Context)
SetContext adds the context to the app notifications params
func (*AppNotificationsParams) SetDefaults ¶ added in v0.1.1
func (o *AppNotificationsParams) SetDefaults()
SetDefaults hydrates default values in the app notifications params (not the query body).
All values with no default are reset to their zero value.
func (*AppNotificationsParams) SetHTTPClient ¶ added in v0.1.1
func (o *AppNotificationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app notifications params
func (*AppNotificationsParams) SetNotificationSettingsParams ¶ added in v0.1.1
func (o *AppNotificationsParams) SetNotificationSettingsParams(notificationSettingsParams *models.V0AppNotificationSettingsParams)
SetNotificationSettingsParams adds the notificationSettingsParams to the app notifications params
func (*AppNotificationsParams) SetTimeout ¶ added in v0.1.1
func (o *AppNotificationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app notifications params
func (*AppNotificationsParams) WithAppSlug ¶ added in v0.1.1
func (o *AppNotificationsParams) WithAppSlug(appSlug string) *AppNotificationsParams
WithAppSlug adds the appSlug to the app notifications params
func (*AppNotificationsParams) WithContext ¶ added in v0.1.1
func (o *AppNotificationsParams) WithContext(ctx context.Context) *AppNotificationsParams
WithContext adds the context to the app notifications params
func (*AppNotificationsParams) WithDefaults ¶ added in v0.1.1
func (o *AppNotificationsParams) WithDefaults() *AppNotificationsParams
WithDefaults hydrates default values in the app notifications params (not the query body).
All values with no default are reset to their zero value.
func (*AppNotificationsParams) WithHTTPClient ¶ added in v0.1.1
func (o *AppNotificationsParams) WithHTTPClient(client *http.Client) *AppNotificationsParams
WithHTTPClient adds the HTTPClient to the app notifications params
func (*AppNotificationsParams) WithNotificationSettingsParams ¶ added in v0.1.1
func (o *AppNotificationsParams) WithNotificationSettingsParams(notificationSettingsParams *models.V0AppNotificationSettingsParams) *AppNotificationsParams
WithNotificationSettingsParams adds the notificationSettingsParams to the app notifications params
func (*AppNotificationsParams) WithTimeout ¶ added in v0.1.1
func (o *AppNotificationsParams) WithTimeout(timeout time.Duration) *AppNotificationsParams
WithTimeout adds the timeout to the app notifications params
func (*AppNotificationsParams) WriteToRequest ¶ added in v0.1.1
func (o *AppNotificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppNotificationsReader ¶ added in v0.1.1
type AppNotificationsReader struct {
// contains filtered or unexported fields
}
AppNotificationsReader is a Reader for the AppNotifications structure.
func (*AppNotificationsReader) ReadResponse ¶ added in v0.1.1
func (o *AppNotificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppNotificationsUnauthorized ¶ added in v0.1.1
type AppNotificationsUnauthorized struct {
}
AppNotificationsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppNotificationsUnauthorized ¶ added in v0.1.1
func NewAppNotificationsUnauthorized() *AppNotificationsUnauthorized
NewAppNotificationsUnauthorized creates a AppNotificationsUnauthorized with default headers values
func (*AppNotificationsUnauthorized) Code ¶ added in v1.0.3
func (o *AppNotificationsUnauthorized) Code() int
Code gets the status code for the app notifications unauthorized response
func (*AppNotificationsUnauthorized) Error ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) Error() string
func (*AppNotificationsUnauthorized) GetPayload ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppNotificationsUnauthorized) IsClientError ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) IsClientError() bool
IsClientError returns true when this app notifications unauthorized response has a 4xx status code
func (*AppNotificationsUnauthorized) IsCode ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) IsCode(code int) bool
IsCode returns true when this app notifications unauthorized response a status code equal to that given
func (*AppNotificationsUnauthorized) IsRedirect ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this app notifications unauthorized response has a 3xx status code
func (*AppNotificationsUnauthorized) IsServerError ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) IsServerError() bool
IsServerError returns true when this app notifications unauthorized response has a 5xx status code
func (*AppNotificationsUnauthorized) IsSuccess ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this app notifications unauthorized response has a 2xx status code
func (*AppNotificationsUnauthorized) String ¶ added in v0.1.1
func (o *AppNotificationsUnauthorized) String() string
type AppRolesQueryNotFound ¶ added in v1.0.3
type AppRolesQueryNotFound struct {
Payload *models.ServiceProxyErrorRespModel
}
AppRolesQueryNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppRolesQueryNotFound ¶ added in v1.0.3
func NewAppRolesQueryNotFound() *AppRolesQueryNotFound
NewAppRolesQueryNotFound creates a AppRolesQueryNotFound with default headers values
func (*AppRolesQueryNotFound) Code ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) Code() int
Code gets the status code for the app roles query not found response
func (*AppRolesQueryNotFound) Error ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) Error() string
func (*AppRolesQueryNotFound) GetPayload ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppRolesQueryNotFound) IsClientError ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) IsClientError() bool
IsClientError returns true when this app roles query not found response has a 4xx status code
func (*AppRolesQueryNotFound) IsCode ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) IsCode(code int) bool
IsCode returns true when this app roles query not found response a status code equal to that given
func (*AppRolesQueryNotFound) IsRedirect ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) IsRedirect() bool
IsRedirect returns true when this app roles query not found response has a 3xx status code
func (*AppRolesQueryNotFound) IsServerError ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) IsServerError() bool
IsServerError returns true when this app roles query not found response has a 5xx status code
func (*AppRolesQueryNotFound) IsSuccess ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) IsSuccess() bool
IsSuccess returns true when this app roles query not found response has a 2xx status code
func (*AppRolesQueryNotFound) String ¶ added in v1.0.3
func (o *AppRolesQueryNotFound) String() string
type AppRolesQueryOK ¶ added in v1.0.3
type AppRolesQueryOK struct {
Payload *AppRolesQueryOKBody
}
AppRolesQueryOK describes a response with status code 200, with default header values.
List of group slugs
func NewAppRolesQueryOK ¶ added in v1.0.3
func NewAppRolesQueryOK() *AppRolesQueryOK
NewAppRolesQueryOK creates a AppRolesQueryOK with default headers values
func (*AppRolesQueryOK) Code ¶ added in v1.0.3
func (o *AppRolesQueryOK) Code() int
Code gets the status code for the app roles query o k response
func (*AppRolesQueryOK) Error ¶ added in v1.0.3
func (o *AppRolesQueryOK) Error() string
func (*AppRolesQueryOK) GetPayload ¶ added in v1.0.3
func (o *AppRolesQueryOK) GetPayload() *AppRolesQueryOKBody
func (*AppRolesQueryOK) IsClientError ¶ added in v1.0.3
func (o *AppRolesQueryOK) IsClientError() bool
IsClientError returns true when this app roles query o k response has a 4xx status code
func (*AppRolesQueryOK) IsCode ¶ added in v1.0.3
func (o *AppRolesQueryOK) IsCode(code int) bool
IsCode returns true when this app roles query o k response a status code equal to that given
func (*AppRolesQueryOK) IsRedirect ¶ added in v1.0.3
func (o *AppRolesQueryOK) IsRedirect() bool
IsRedirect returns true when this app roles query o k response has a 3xx status code
func (*AppRolesQueryOK) IsServerError ¶ added in v1.0.3
func (o *AppRolesQueryOK) IsServerError() bool
IsServerError returns true when this app roles query o k response has a 5xx status code
func (*AppRolesQueryOK) IsSuccess ¶ added in v1.0.3
func (o *AppRolesQueryOK) IsSuccess() bool
IsSuccess returns true when this app roles query o k response has a 2xx status code
func (*AppRolesQueryOK) String ¶ added in v1.0.3
func (o *AppRolesQueryOK) String() string
type AppRolesQueryOKBody ¶ added in v1.0.3
type AppRolesQueryOKBody struct {
AppRolesQueryOKBodyAllOf0
// groups
Groups []string `json:"groups"`
}
AppRolesQueryOKBody app roles query o k body swagger:model AppRolesQueryOKBody
func (*AppRolesQueryOKBody) ContextValidate ¶ added in v1.0.3
ContextValidate validates this app roles query o k body based on context it is used
func (*AppRolesQueryOKBody) MarshalBinary ¶ added in v1.0.3
func (o *AppRolesQueryOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (AppRolesQueryOKBody) MarshalJSON ¶ added in v1.0.3
func (o AppRolesQueryOKBody) MarshalJSON() ([]byte, error)
MarshalJSON marshals this object to a JSON structure
func (*AppRolesQueryOKBody) UnmarshalBinary ¶ added in v1.0.3
func (o *AppRolesQueryOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
func (*AppRolesQueryOKBody) UnmarshalJSON ¶ added in v1.0.3
func (o *AppRolesQueryOKBody) UnmarshalJSON(raw []byte) error
UnmarshalJSON unmarshals this object from a JSON structure
type AppRolesQueryOKBodyAllOf0 ¶ added in v1.0.3
type AppRolesQueryOKBodyAllOf0 interface{}
AppRolesQueryOKBodyAllOf0 app roles query o k body all of0 swagger:model AppRolesQueryOKBodyAllOf0
type AppRolesQueryParams ¶ added in v1.0.3
type AppRolesQueryParams struct {
/* AppSlug.
Slug of the app
*/
AppSlug string
/* RoleName.
Name of the role being queried, supported values are: admin, manager (equals developer), and member (equals tester/qa)
*/
RoleName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppRolesQueryParams contains all the parameters to send to the API endpoint
for the app roles query operation. Typically these are written to a http.Request.
func NewAppRolesQueryParams ¶ added in v1.0.3
func NewAppRolesQueryParams() *AppRolesQueryParams
NewAppRolesQueryParams creates a new AppRolesQueryParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppRolesQueryParamsWithContext ¶ added in v1.0.3
func NewAppRolesQueryParamsWithContext(ctx context.Context) *AppRolesQueryParams
NewAppRolesQueryParamsWithContext creates a new AppRolesQueryParams object with the ability to set a context for a request.
func NewAppRolesQueryParamsWithHTTPClient ¶ added in v1.0.3
func NewAppRolesQueryParamsWithHTTPClient(client *http.Client) *AppRolesQueryParams
NewAppRolesQueryParamsWithHTTPClient creates a new AppRolesQueryParams object with the ability to set a custom HTTPClient for a request.
func NewAppRolesQueryParamsWithTimeout ¶ added in v1.0.3
func NewAppRolesQueryParamsWithTimeout(timeout time.Duration) *AppRolesQueryParams
NewAppRolesQueryParamsWithTimeout creates a new AppRolesQueryParams object with the ability to set a timeout on a request.
func (*AppRolesQueryParams) SetAppSlug ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app roles query params
func (*AppRolesQueryParams) SetContext ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the app roles query params
func (*AppRolesQueryParams) SetDefaults ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetDefaults()
SetDefaults hydrates default values in the app roles query params (not the query body).
All values with no default are reset to their zero value.
func (*AppRolesQueryParams) SetHTTPClient ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app roles query params
func (*AppRolesQueryParams) SetRoleName ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetRoleName(roleName string)
SetRoleName adds the roleName to the app roles query params
func (*AppRolesQueryParams) SetTimeout ¶ added in v1.0.3
func (o *AppRolesQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app roles query params
func (*AppRolesQueryParams) WithAppSlug ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithAppSlug(appSlug string) *AppRolesQueryParams
WithAppSlug adds the appSlug to the app roles query params
func (*AppRolesQueryParams) WithContext ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithContext(ctx context.Context) *AppRolesQueryParams
WithContext adds the context to the app roles query params
func (*AppRolesQueryParams) WithDefaults ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithDefaults() *AppRolesQueryParams
WithDefaults hydrates default values in the app roles query params (not the query body).
All values with no default are reset to their zero value.
func (*AppRolesQueryParams) WithHTTPClient ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithHTTPClient(client *http.Client) *AppRolesQueryParams
WithHTTPClient adds the HTTPClient to the app roles query params
func (*AppRolesQueryParams) WithRoleName ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithRoleName(roleName string) *AppRolesQueryParams
WithRoleName adds the roleName to the app roles query params
func (*AppRolesQueryParams) WithTimeout ¶ added in v1.0.3
func (o *AppRolesQueryParams) WithTimeout(timeout time.Duration) *AppRolesQueryParams
WithTimeout adds the timeout to the app roles query params
func (*AppRolesQueryParams) WriteToRequest ¶ added in v1.0.3
func (o *AppRolesQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppRolesQueryReader ¶ added in v1.0.3
type AppRolesQueryReader struct {
// contains filtered or unexported fields
}
AppRolesQueryReader is a Reader for the AppRolesQuery structure.
func (*AppRolesQueryReader) ReadResponse ¶ added in v1.0.3
func (o *AppRolesQueryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppRolesUpdateBody ¶ added in v1.0.3
type AppRolesUpdateBody struct {
AppRolesUpdateParamsBodyAllOf0
// groups
Groups []string `json:"groups"`
}
AppRolesUpdateBody app roles update body swagger:model AppRolesUpdateBody
func (*AppRolesUpdateBody) ContextValidate ¶ added in v1.0.3
ContextValidate validates this app roles update body based on context it is used
func (*AppRolesUpdateBody) MarshalBinary ¶ added in v1.0.3
func (o *AppRolesUpdateBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (AppRolesUpdateBody) MarshalJSON ¶ added in v1.0.3
func (o AppRolesUpdateBody) MarshalJSON() ([]byte, error)
MarshalJSON marshals this object to a JSON structure
func (*AppRolesUpdateBody) UnmarshalBinary ¶ added in v1.0.3
func (o *AppRolesUpdateBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
func (*AppRolesUpdateBody) UnmarshalJSON ¶ added in v1.0.3
func (o *AppRolesUpdateBody) UnmarshalJSON(raw []byte) error
UnmarshalJSON unmarshals this object from a JSON structure
type AppRolesUpdateOK ¶ added in v1.0.3
type AppRolesUpdateOK struct {
Payload *AppRolesUpdateOKBody
}
AppRolesUpdateOK describes a response with status code 200, with default header values.
List of group slugs
func NewAppRolesUpdateOK ¶ added in v1.0.3
func NewAppRolesUpdateOK() *AppRolesUpdateOK
NewAppRolesUpdateOK creates a AppRolesUpdateOK with default headers values
func (*AppRolesUpdateOK) Code ¶ added in v1.0.3
func (o *AppRolesUpdateOK) Code() int
Code gets the status code for the app roles update o k response
func (*AppRolesUpdateOK) Error ¶ added in v1.0.3
func (o *AppRolesUpdateOK) Error() string
func (*AppRolesUpdateOK) GetPayload ¶ added in v1.0.3
func (o *AppRolesUpdateOK) GetPayload() *AppRolesUpdateOKBody
func (*AppRolesUpdateOK) IsClientError ¶ added in v1.0.3
func (o *AppRolesUpdateOK) IsClientError() bool
IsClientError returns true when this app roles update o k response has a 4xx status code
func (*AppRolesUpdateOK) IsCode ¶ added in v1.0.3
func (o *AppRolesUpdateOK) IsCode(code int) bool
IsCode returns true when this app roles update o k response a status code equal to that given
func (*AppRolesUpdateOK) IsRedirect ¶ added in v1.0.3
func (o *AppRolesUpdateOK) IsRedirect() bool
IsRedirect returns true when this app roles update o k response has a 3xx status code
func (*AppRolesUpdateOK) IsServerError ¶ added in v1.0.3
func (o *AppRolesUpdateOK) IsServerError() bool
IsServerError returns true when this app roles update o k response has a 5xx status code
func (*AppRolesUpdateOK) IsSuccess ¶ added in v1.0.3
func (o *AppRolesUpdateOK) IsSuccess() bool
IsSuccess returns true when this app roles update o k response has a 2xx status code
func (*AppRolesUpdateOK) String ¶ added in v1.0.3
func (o *AppRolesUpdateOK) String() string
type AppRolesUpdateOKBody ¶ added in v1.0.3
type AppRolesUpdateOKBody struct {
AppRolesUpdateOKBodyAllOf0
// groups
Groups []string `json:"groups"`
}
AppRolesUpdateOKBody app roles update o k body swagger:model AppRolesUpdateOKBody
func (*AppRolesUpdateOKBody) ContextValidate ¶ added in v1.0.3
ContextValidate validates this app roles update o k body based on context it is used
func (*AppRolesUpdateOKBody) MarshalBinary ¶ added in v1.0.3
func (o *AppRolesUpdateOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (AppRolesUpdateOKBody) MarshalJSON ¶ added in v1.0.3
func (o AppRolesUpdateOKBody) MarshalJSON() ([]byte, error)
MarshalJSON marshals this object to a JSON structure
func (*AppRolesUpdateOKBody) UnmarshalBinary ¶ added in v1.0.3
func (o *AppRolesUpdateOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
func (*AppRolesUpdateOKBody) UnmarshalJSON ¶ added in v1.0.3
func (o *AppRolesUpdateOKBody) UnmarshalJSON(raw []byte) error
UnmarshalJSON unmarshals this object from a JSON structure
type AppRolesUpdateOKBodyAllOf0 ¶ added in v1.0.3
type AppRolesUpdateOKBodyAllOf0 interface{}
AppRolesUpdateOKBodyAllOf0 app roles update o k body all of0 swagger:model AppRolesUpdateOKBodyAllOf0
type AppRolesUpdateParams ¶ added in v1.0.3
type AppRolesUpdateParams struct {
/* AppSlug.
Slug of the app
*/
AppSlug string
/* Groups.
List of group slugs
*/
Groups AppRolesUpdateBody
/* RoleName.
Name of the role being modified, supported values are: admin, manager (equals developer), and member (equals tester/qa)
*/
RoleName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppRolesUpdateParams contains all the parameters to send to the API endpoint
for the app roles update operation. Typically these are written to a http.Request.
func NewAppRolesUpdateParams ¶ added in v1.0.3
func NewAppRolesUpdateParams() *AppRolesUpdateParams
NewAppRolesUpdateParams creates a new AppRolesUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppRolesUpdateParamsWithContext ¶ added in v1.0.3
func NewAppRolesUpdateParamsWithContext(ctx context.Context) *AppRolesUpdateParams
NewAppRolesUpdateParamsWithContext creates a new AppRolesUpdateParams object with the ability to set a context for a request.
func NewAppRolesUpdateParamsWithHTTPClient ¶ added in v1.0.3
func NewAppRolesUpdateParamsWithHTTPClient(client *http.Client) *AppRolesUpdateParams
NewAppRolesUpdateParamsWithHTTPClient creates a new AppRolesUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewAppRolesUpdateParamsWithTimeout ¶ added in v1.0.3
func NewAppRolesUpdateParamsWithTimeout(timeout time.Duration) *AppRolesUpdateParams
NewAppRolesUpdateParamsWithTimeout creates a new AppRolesUpdateParams object with the ability to set a timeout on a request.
func (*AppRolesUpdateParams) SetAppSlug ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app roles update params
func (*AppRolesUpdateParams) SetContext ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the app roles update params
func (*AppRolesUpdateParams) SetDefaults ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetDefaults()
SetDefaults hydrates default values in the app roles update params (not the query body).
All values with no default are reset to their zero value.
func (*AppRolesUpdateParams) SetGroups ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetGroups(groups AppRolesUpdateBody)
SetGroups adds the groups to the app roles update params
func (*AppRolesUpdateParams) SetHTTPClient ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app roles update params
func (*AppRolesUpdateParams) SetRoleName ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetRoleName(roleName string)
SetRoleName adds the roleName to the app roles update params
func (*AppRolesUpdateParams) SetTimeout ¶ added in v1.0.3
func (o *AppRolesUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app roles update params
func (*AppRolesUpdateParams) WithAppSlug ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithAppSlug(appSlug string) *AppRolesUpdateParams
WithAppSlug adds the appSlug to the app roles update params
func (*AppRolesUpdateParams) WithContext ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithContext(ctx context.Context) *AppRolesUpdateParams
WithContext adds the context to the app roles update params
func (*AppRolesUpdateParams) WithDefaults ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithDefaults() *AppRolesUpdateParams
WithDefaults hydrates default values in the app roles update params (not the query body).
All values with no default are reset to their zero value.
func (*AppRolesUpdateParams) WithGroups ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithGroups(groups AppRolesUpdateBody) *AppRolesUpdateParams
WithGroups adds the groups to the app roles update params
func (*AppRolesUpdateParams) WithHTTPClient ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithHTTPClient(client *http.Client) *AppRolesUpdateParams
WithHTTPClient adds the HTTPClient to the app roles update params
func (*AppRolesUpdateParams) WithRoleName ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithRoleName(roleName string) *AppRolesUpdateParams
WithRoleName adds the roleName to the app roles update params
func (*AppRolesUpdateParams) WithTimeout ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WithTimeout(timeout time.Duration) *AppRolesUpdateParams
WithTimeout adds the timeout to the app roles update params
func (*AppRolesUpdateParams) WriteToRequest ¶ added in v1.0.3
func (o *AppRolesUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppRolesUpdateParamsBodyAllOf0 ¶ added in v1.0.3
type AppRolesUpdateParamsBodyAllOf0 interface{}
AppRolesUpdateParamsBodyAllOf0 app roles update params body all of0 swagger:model AppRolesUpdateParamsBodyAllOf0
type AppRolesUpdateReader ¶ added in v1.0.3
type AppRolesUpdateReader struct {
// contains filtered or unexported fields
}
AppRolesUpdateReader is a Reader for the AppRolesUpdate structure.
func (*AppRolesUpdateReader) ReadResponse ¶ added in v1.0.3
func (o *AppRolesUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppRolesUpdateUnprocessableEntity ¶ added in v1.0.3
type AppRolesUpdateUnprocessableEntity struct {
Payload *models.ServiceProxyErrorRespModel
}
AppRolesUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewAppRolesUpdateUnprocessableEntity ¶ added in v1.0.3
func NewAppRolesUpdateUnprocessableEntity() *AppRolesUpdateUnprocessableEntity
NewAppRolesUpdateUnprocessableEntity creates a AppRolesUpdateUnprocessableEntity with default headers values
func (*AppRolesUpdateUnprocessableEntity) Code ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) Code() int
Code gets the status code for the app roles update unprocessable entity response
func (*AppRolesUpdateUnprocessableEntity) Error ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) Error() string
func (*AppRolesUpdateUnprocessableEntity) GetPayload ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) GetPayload() *models.ServiceProxyErrorRespModel
func (*AppRolesUpdateUnprocessableEntity) IsClientError ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this app roles update unprocessable entity response has a 4xx status code
func (*AppRolesUpdateUnprocessableEntity) IsCode ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this app roles update unprocessable entity response a status code equal to that given
func (*AppRolesUpdateUnprocessableEntity) IsRedirect ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this app roles update unprocessable entity response has a 3xx status code
func (*AppRolesUpdateUnprocessableEntity) IsServerError ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this app roles update unprocessable entity response has a 5xx status code
func (*AppRolesUpdateUnprocessableEntity) IsSuccess ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this app roles update unprocessable entity response has a 2xx status code
func (*AppRolesUpdateUnprocessableEntity) String ¶ added in v1.0.3
func (o *AppRolesUpdateUnprocessableEntity) String() string
type AppSetupBitriseYmlConfigGetBadRequest ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppSetupBitriseYmlConfigGetBadRequest ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetBadRequest() *AppSetupBitriseYmlConfigGetBadRequest
NewAppSetupBitriseYmlConfigGetBadRequest creates a AppSetupBitriseYmlConfigGetBadRequest with default headers values
func (*AppSetupBitriseYmlConfigGetBadRequest) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigGetBadRequest) Code() int
Code gets the status code for the app setup bitrise yml config get bad request response
func (*AppSetupBitriseYmlConfigGetBadRequest) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) Error() string
func (*AppSetupBitriseYmlConfigGetBadRequest) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigGetBadRequest) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config get bad request response has a 4xx status code
func (*AppSetupBitriseYmlConfigGetBadRequest) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config get bad request response a status code equal to that given
func (*AppSetupBitriseYmlConfigGetBadRequest) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config get bad request response has a 3xx status code
func (*AppSetupBitriseYmlConfigGetBadRequest) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config get bad request response has a 5xx status code
func (*AppSetupBitriseYmlConfigGetBadRequest) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config get bad request response has a 2xx status code
func (*AppSetupBitriseYmlConfigGetBadRequest) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetBadRequest) String() string
type AppSetupBitriseYmlConfigGetInternalServerError ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigGetInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppSetupBitriseYmlConfigGetInternalServerError ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetInternalServerError() *AppSetupBitriseYmlConfigGetInternalServerError
NewAppSetupBitriseYmlConfigGetInternalServerError creates a AppSetupBitriseYmlConfigGetInternalServerError with default headers values
func (*AppSetupBitriseYmlConfigGetInternalServerError) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigGetInternalServerError) Code() int
Code gets the status code for the app setup bitrise yml config get internal server error response
func (*AppSetupBitriseYmlConfigGetInternalServerError) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) Error() string
func (*AppSetupBitriseYmlConfigGetInternalServerError) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigGetInternalServerError) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config get internal server error response has a 4xx status code
func (*AppSetupBitriseYmlConfigGetInternalServerError) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config get internal server error response a status code equal to that given
func (*AppSetupBitriseYmlConfigGetInternalServerError) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config get internal server error response has a 3xx status code
func (*AppSetupBitriseYmlConfigGetInternalServerError) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config get internal server error response has a 5xx status code
func (*AppSetupBitriseYmlConfigGetInternalServerError) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config get internal server error response has a 2xx status code
func (*AppSetupBitriseYmlConfigGetInternalServerError) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetInternalServerError) String() string
type AppSetupBitriseYmlConfigGetNotFound ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppSetupBitriseYmlConfigGetNotFound ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetNotFound() *AppSetupBitriseYmlConfigGetNotFound
NewAppSetupBitriseYmlConfigGetNotFound creates a AppSetupBitriseYmlConfigGetNotFound with default headers values
func (*AppSetupBitriseYmlConfigGetNotFound) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigGetNotFound) Code() int
Code gets the status code for the app setup bitrise yml config get not found response
func (*AppSetupBitriseYmlConfigGetNotFound) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) Error() string
func (*AppSetupBitriseYmlConfigGetNotFound) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigGetNotFound) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config get not found response has a 4xx status code
func (*AppSetupBitriseYmlConfigGetNotFound) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config get not found response a status code equal to that given
func (*AppSetupBitriseYmlConfigGetNotFound) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config get not found response has a 3xx status code
func (*AppSetupBitriseYmlConfigGetNotFound) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config get not found response has a 5xx status code
func (*AppSetupBitriseYmlConfigGetNotFound) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config get not found response has a 2xx status code
func (*AppSetupBitriseYmlConfigGetNotFound) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetNotFound) String() string
type AppSetupBitriseYmlConfigGetOK ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetOK struct {
Payload *models.V0BitriseYMLConfigGetResponse
}
AppSetupBitriseYmlConfigGetOK describes a response with status code 200, with default header values.
OK
func NewAppSetupBitriseYmlConfigGetOK ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetOK() *AppSetupBitriseYmlConfigGetOK
NewAppSetupBitriseYmlConfigGetOK creates a AppSetupBitriseYmlConfigGetOK with default headers values
func (*AppSetupBitriseYmlConfigGetOK) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigGetOK) Code() int
Code gets the status code for the app setup bitrise yml config get o k response
func (*AppSetupBitriseYmlConfigGetOK) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) Error() string
func (*AppSetupBitriseYmlConfigGetOK) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) GetPayload() *models.V0BitriseYMLConfigGetResponse
func (*AppSetupBitriseYmlConfigGetOK) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config get o k response has a 4xx status code
func (*AppSetupBitriseYmlConfigGetOK) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config get o k response a status code equal to that given
func (*AppSetupBitriseYmlConfigGetOK) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config get o k response has a 3xx status code
func (*AppSetupBitriseYmlConfigGetOK) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config get o k response has a 5xx status code
func (*AppSetupBitriseYmlConfigGetOK) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config get o k response has a 2xx status code
func (*AppSetupBitriseYmlConfigGetOK) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetOK) String() string
type AppSetupBitriseYmlConfigGetParams ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppSetupBitriseYmlConfigGetParams contains all the parameters to send to the API endpoint
for the app setup bitrise yml config get operation. Typically these are written to a http.Request.
func NewAppSetupBitriseYmlConfigGetParams ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetParams() *AppSetupBitriseYmlConfigGetParams
NewAppSetupBitriseYmlConfigGetParams creates a new AppSetupBitriseYmlConfigGetParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppSetupBitriseYmlConfigGetParamsWithContext ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetParamsWithContext(ctx context.Context) *AppSetupBitriseYmlConfigGetParams
NewAppSetupBitriseYmlConfigGetParamsWithContext creates a new AppSetupBitriseYmlConfigGetParams object with the ability to set a context for a request.
func NewAppSetupBitriseYmlConfigGetParamsWithHTTPClient ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetParamsWithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigGetParams
NewAppSetupBitriseYmlConfigGetParamsWithHTTPClient creates a new AppSetupBitriseYmlConfigGetParams object with the ability to set a custom HTTPClient for a request.
func NewAppSetupBitriseYmlConfigGetParamsWithTimeout ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetParamsWithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigGetParams
NewAppSetupBitriseYmlConfigGetParamsWithTimeout creates a new AppSetupBitriseYmlConfigGetParams object with the ability to set a timeout on a request.
func (*AppSetupBitriseYmlConfigGetParams) SetAppSlug ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) SetContext ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) SetContext(ctx context.Context)
SetContext adds the context to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) SetDefaults ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) SetDefaults()
SetDefaults hydrates default values in the app setup bitrise yml config get params (not the query body).
All values with no default are reset to their zero value.
func (*AppSetupBitriseYmlConfigGetParams) SetHTTPClient ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) SetTimeout ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) WithAppSlug ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WithAppSlug(appSlug string) *AppSetupBitriseYmlConfigGetParams
WithAppSlug adds the appSlug to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) WithContext ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WithContext(ctx context.Context) *AppSetupBitriseYmlConfigGetParams
WithContext adds the context to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) WithDefaults ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WithDefaults() *AppSetupBitriseYmlConfigGetParams
WithDefaults hydrates default values in the app setup bitrise yml config get params (not the query body).
All values with no default are reset to their zero value.
func (*AppSetupBitriseYmlConfigGetParams) WithHTTPClient ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigGetParams
WithHTTPClient adds the HTTPClient to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) WithTimeout ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigGetParams
WithTimeout adds the timeout to the app setup bitrise yml config get params
func (*AppSetupBitriseYmlConfigGetParams) WriteToRequest ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppSetupBitriseYmlConfigGetReader ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetReader struct {
// contains filtered or unexported fields
}
AppSetupBitriseYmlConfigGetReader is a Reader for the AppSetupBitriseYmlConfigGet structure.
func (*AppSetupBitriseYmlConfigGetReader) ReadResponse ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppSetupBitriseYmlConfigGetUnauthorized ¶ added in v0.1.1
type AppSetupBitriseYmlConfigGetUnauthorized struct {
}
AppSetupBitriseYmlConfigGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppSetupBitriseYmlConfigGetUnauthorized ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigGetUnauthorized() *AppSetupBitriseYmlConfigGetUnauthorized
NewAppSetupBitriseYmlConfigGetUnauthorized creates a AppSetupBitriseYmlConfigGetUnauthorized with default headers values
func (*AppSetupBitriseYmlConfigGetUnauthorized) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigGetUnauthorized) Code() int
Code gets the status code for the app setup bitrise yml config get unauthorized response
func (*AppSetupBitriseYmlConfigGetUnauthorized) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) Error() string
func (*AppSetupBitriseYmlConfigGetUnauthorized) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigGetUnauthorized) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config get unauthorized response has a 4xx status code
func (*AppSetupBitriseYmlConfigGetUnauthorized) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config get unauthorized response a status code equal to that given
func (*AppSetupBitriseYmlConfigGetUnauthorized) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config get unauthorized response has a 3xx status code
func (*AppSetupBitriseYmlConfigGetUnauthorized) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config get unauthorized response has a 5xx status code
func (*AppSetupBitriseYmlConfigGetUnauthorized) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config get unauthorized response has a 2xx status code
func (*AppSetupBitriseYmlConfigGetUnauthorized) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigGetUnauthorized) String() string
type AppSetupBitriseYmlConfigUpdateBadRequest ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppSetupBitriseYmlConfigUpdateBadRequest ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateBadRequest() *AppSetupBitriseYmlConfigUpdateBadRequest
NewAppSetupBitriseYmlConfigUpdateBadRequest creates a AppSetupBitriseYmlConfigUpdateBadRequest with default headers values
func (*AppSetupBitriseYmlConfigUpdateBadRequest) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) Code() int
Code gets the status code for the app setup bitrise yml config update bad request response
func (*AppSetupBitriseYmlConfigUpdateBadRequest) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) Error() string
func (*AppSetupBitriseYmlConfigUpdateBadRequest) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigUpdateBadRequest) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config update bad request response has a 4xx status code
func (*AppSetupBitriseYmlConfigUpdateBadRequest) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config update bad request response a status code equal to that given
func (*AppSetupBitriseYmlConfigUpdateBadRequest) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config update bad request response has a 3xx status code
func (*AppSetupBitriseYmlConfigUpdateBadRequest) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config update bad request response has a 5xx status code
func (*AppSetupBitriseYmlConfigUpdateBadRequest) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config update bad request response has a 2xx status code
func (*AppSetupBitriseYmlConfigUpdateBadRequest) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateBadRequest) String() string
type AppSetupBitriseYmlConfigUpdateInternalServerError ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppSetupBitriseYmlConfigUpdateInternalServerError ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateInternalServerError() *AppSetupBitriseYmlConfigUpdateInternalServerError
NewAppSetupBitriseYmlConfigUpdateInternalServerError creates a AppSetupBitriseYmlConfigUpdateInternalServerError with default headers values
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) Code() int
Code gets the status code for the app setup bitrise yml config update internal server error response
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) Error() string
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config update internal server error response has a 4xx status code
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config update internal server error response a status code equal to that given
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config update internal server error response has a 3xx status code
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config update internal server error response has a 5xx status code
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config update internal server error response has a 2xx status code
func (*AppSetupBitriseYmlConfigUpdateInternalServerError) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateInternalServerError) String() string
type AppSetupBitriseYmlConfigUpdateNoContent ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateNoContent struct {
}
AppSetupBitriseYmlConfigUpdateNoContent describes a response with status code 204, with default header values.
No Content
func NewAppSetupBitriseYmlConfigUpdateNoContent ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateNoContent() *AppSetupBitriseYmlConfigUpdateNoContent
NewAppSetupBitriseYmlConfigUpdateNoContent creates a AppSetupBitriseYmlConfigUpdateNoContent with default headers values
func (*AppSetupBitriseYmlConfigUpdateNoContent) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigUpdateNoContent) Code() int
Code gets the status code for the app setup bitrise yml config update no content response
func (*AppSetupBitriseYmlConfigUpdateNoContent) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) Error() string
func (*AppSetupBitriseYmlConfigUpdateNoContent) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config update no content response has a 4xx status code
func (*AppSetupBitriseYmlConfigUpdateNoContent) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config update no content response a status code equal to that given
func (*AppSetupBitriseYmlConfigUpdateNoContent) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config update no content response has a 3xx status code
func (*AppSetupBitriseYmlConfigUpdateNoContent) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config update no content response has a 5xx status code
func (*AppSetupBitriseYmlConfigUpdateNoContent) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config update no content response has a 2xx status code
func (*AppSetupBitriseYmlConfigUpdateNoContent) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNoContent) String() string
type AppSetupBitriseYmlConfigUpdateNotFound ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppSetupBitriseYmlConfigUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppSetupBitriseYmlConfigUpdateNotFound ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateNotFound() *AppSetupBitriseYmlConfigUpdateNotFound
NewAppSetupBitriseYmlConfigUpdateNotFound creates a AppSetupBitriseYmlConfigUpdateNotFound with default headers values
func (*AppSetupBitriseYmlConfigUpdateNotFound) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigUpdateNotFound) Code() int
Code gets the status code for the app setup bitrise yml config update not found response
func (*AppSetupBitriseYmlConfigUpdateNotFound) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) Error() string
func (*AppSetupBitriseYmlConfigUpdateNotFound) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigUpdateNotFound) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config update not found response has a 4xx status code
func (*AppSetupBitriseYmlConfigUpdateNotFound) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config update not found response a status code equal to that given
func (*AppSetupBitriseYmlConfigUpdateNotFound) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config update not found response has a 3xx status code
func (*AppSetupBitriseYmlConfigUpdateNotFound) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config update not found response has a 5xx status code
func (*AppSetupBitriseYmlConfigUpdateNotFound) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config update not found response has a 2xx status code
func (*AppSetupBitriseYmlConfigUpdateNotFound) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateNotFound) String() string
type AppSetupBitriseYmlConfigUpdateParams ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateParams struct {
/* App.
Bitrise YML Config Update Params
*/
App *models.V0BitriseYMLConfigUpdateParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppSetupBitriseYmlConfigUpdateParams contains all the parameters to send to the API endpoint
for the app setup bitrise yml config update operation. Typically these are written to a http.Request.
func NewAppSetupBitriseYmlConfigUpdateParams ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateParams() *AppSetupBitriseYmlConfigUpdateParams
NewAppSetupBitriseYmlConfigUpdateParams creates a new AppSetupBitriseYmlConfigUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppSetupBitriseYmlConfigUpdateParamsWithContext ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateParamsWithContext(ctx context.Context) *AppSetupBitriseYmlConfigUpdateParams
NewAppSetupBitriseYmlConfigUpdateParamsWithContext creates a new AppSetupBitriseYmlConfigUpdateParams object with the ability to set a context for a request.
func NewAppSetupBitriseYmlConfigUpdateParamsWithHTTPClient ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateParamsWithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigUpdateParams
NewAppSetupBitriseYmlConfigUpdateParamsWithHTTPClient creates a new AppSetupBitriseYmlConfigUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewAppSetupBitriseYmlConfigUpdateParamsWithTimeout ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateParamsWithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigUpdateParams
NewAppSetupBitriseYmlConfigUpdateParamsWithTimeout creates a new AppSetupBitriseYmlConfigUpdateParams object with the ability to set a timeout on a request.
func (*AppSetupBitriseYmlConfigUpdateParams) SetApp ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetApp(app *models.V0BitriseYMLConfigUpdateParams)
SetApp adds the app to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) SetAppSlug ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) SetContext ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) SetDefaults ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetDefaults()
SetDefaults hydrates default values in the app setup bitrise yml config update params (not the query body).
All values with no default are reset to their zero value.
func (*AppSetupBitriseYmlConfigUpdateParams) SetHTTPClient ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) SetTimeout ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WithApp ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithApp(app *models.V0BitriseYMLConfigUpdateParams) *AppSetupBitriseYmlConfigUpdateParams
WithApp adds the app to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WithAppSlug ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithAppSlug(appSlug string) *AppSetupBitriseYmlConfigUpdateParams
WithAppSlug adds the appSlug to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WithContext ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithContext(ctx context.Context) *AppSetupBitriseYmlConfigUpdateParams
WithContext adds the context to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WithDefaults ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithDefaults() *AppSetupBitriseYmlConfigUpdateParams
WithDefaults hydrates default values in the app setup bitrise yml config update params (not the query body).
All values with no default are reset to their zero value.
func (*AppSetupBitriseYmlConfigUpdateParams) WithHTTPClient ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithHTTPClient(client *http.Client) *AppSetupBitriseYmlConfigUpdateParams
WithHTTPClient adds the HTTPClient to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WithTimeout ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WithTimeout(timeout time.Duration) *AppSetupBitriseYmlConfigUpdateParams
WithTimeout adds the timeout to the app setup bitrise yml config update params
func (*AppSetupBitriseYmlConfigUpdateParams) WriteToRequest ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppSetupBitriseYmlConfigUpdateReader ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateReader struct {
// contains filtered or unexported fields
}
AppSetupBitriseYmlConfigUpdateReader is a Reader for the AppSetupBitriseYmlConfigUpdate structure.
func (*AppSetupBitriseYmlConfigUpdateReader) ReadResponse ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppSetupBitriseYmlConfigUpdateUnauthorized ¶ added in v0.1.1
type AppSetupBitriseYmlConfigUpdateUnauthorized struct {
}
AppSetupBitriseYmlConfigUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppSetupBitriseYmlConfigUpdateUnauthorized ¶ added in v0.1.1
func NewAppSetupBitriseYmlConfigUpdateUnauthorized() *AppSetupBitriseYmlConfigUpdateUnauthorized
NewAppSetupBitriseYmlConfigUpdateUnauthorized creates a AppSetupBitriseYmlConfigUpdateUnauthorized with default headers values
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) Code() int
Code gets the status code for the app setup bitrise yml config update unauthorized response
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) Error ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) Error() string
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) GetPayload ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) IsClientError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this app setup bitrise yml config update unauthorized response has a 4xx status code
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) IsCode ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this app setup bitrise yml config update unauthorized response a status code equal to that given
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) IsRedirect ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this app setup bitrise yml config update unauthorized response has a 3xx status code
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) IsServerError ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this app setup bitrise yml config update unauthorized response has a 5xx status code
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) IsSuccess ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this app setup bitrise yml config update unauthorized response has a 2xx status code
func (*AppSetupBitriseYmlConfigUpdateUnauthorized) String ¶ added in v0.1.1
func (o *AppSetupBitriseYmlConfigUpdateUnauthorized) String() string
type AppShowBadRequest ¶
type AppShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppShowBadRequest ¶
func NewAppShowBadRequest() *AppShowBadRequest
NewAppShowBadRequest creates a AppShowBadRequest with default headers values
func (*AppShowBadRequest) Code ¶ added in v1.0.3
func (o *AppShowBadRequest) Code() int
Code gets the status code for the app show bad request response
func (*AppShowBadRequest) Error ¶
func (o *AppShowBadRequest) Error() string
func (*AppShowBadRequest) GetPayload ¶
func (o *AppShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppShowBadRequest) IsClientError() bool
IsClientError returns true when this app show bad request response has a 4xx status code
func (*AppShowBadRequest) IsCode ¶ added in v0.1.0
func (o *AppShowBadRequest) IsCode(code int) bool
IsCode returns true when this app show bad request response a status code equal to that given
func (*AppShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppShowBadRequest) IsRedirect() bool
IsRedirect returns true when this app show bad request response has a 3xx status code
func (*AppShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppShowBadRequest) IsServerError() bool
IsServerError returns true when this app show bad request response has a 5xx status code
func (*AppShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppShowBadRequest) IsSuccess() bool
IsSuccess returns true when this app show bad request response has a 2xx status code
func (*AppShowBadRequest) String ¶ added in v0.1.0
func (o *AppShowBadRequest) String() string
type AppShowInternalServerError ¶
type AppShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppShowInternalServerError ¶
func NewAppShowInternalServerError() *AppShowInternalServerError
NewAppShowInternalServerError creates a AppShowInternalServerError with default headers values
func (*AppShowInternalServerError) Code ¶ added in v1.0.3
func (o *AppShowInternalServerError) Code() int
Code gets the status code for the app show internal server error response
func (*AppShowInternalServerError) Error ¶
func (o *AppShowInternalServerError) Error() string
func (*AppShowInternalServerError) GetPayload ¶
func (o *AppShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppShowInternalServerError) IsClientError() bool
IsClientError returns true when this app show internal server error response has a 4xx status code
func (*AppShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppShowInternalServerError) IsCode(code int) bool
IsCode returns true when this app show internal server error response a status code equal to that given
func (*AppShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this app show internal server error response has a 3xx status code
func (*AppShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppShowInternalServerError) IsServerError() bool
IsServerError returns true when this app show internal server error response has a 5xx status code
func (*AppShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this app show internal server error response has a 2xx status code
func (*AppShowInternalServerError) String ¶ added in v0.1.0
func (o *AppShowInternalServerError) String() string
type AppShowNotFound ¶
type AppShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppShowNotFound ¶
func NewAppShowNotFound() *AppShowNotFound
NewAppShowNotFound creates a AppShowNotFound with default headers values
func (*AppShowNotFound) Code ¶ added in v1.0.3
func (o *AppShowNotFound) Code() int
Code gets the status code for the app show not found response
func (*AppShowNotFound) Error ¶
func (o *AppShowNotFound) Error() string
func (*AppShowNotFound) GetPayload ¶
func (o *AppShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppShowNotFound) IsClientError ¶ added in v0.1.0
func (o *AppShowNotFound) IsClientError() bool
IsClientError returns true when this app show not found response has a 4xx status code
func (*AppShowNotFound) IsCode ¶ added in v0.1.0
func (o *AppShowNotFound) IsCode(code int) bool
IsCode returns true when this app show not found response a status code equal to that given
func (*AppShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppShowNotFound) IsRedirect() bool
IsRedirect returns true when this app show not found response has a 3xx status code
func (*AppShowNotFound) IsServerError ¶ added in v0.1.0
func (o *AppShowNotFound) IsServerError() bool
IsServerError returns true when this app show not found response has a 5xx status code
func (*AppShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppShowNotFound) IsSuccess() bool
IsSuccess returns true when this app show not found response has a 2xx status code
func (*AppShowNotFound) String ¶ added in v0.1.0
func (o *AppShowNotFound) String() string
type AppShowOK ¶
type AppShowOK struct {
Payload *models.V0AppShowResponseModel
}
AppShowOK describes a response with status code 200, with default header values.
OK
func NewAppShowOK ¶
func NewAppShowOK() *AppShowOK
NewAppShowOK creates a AppShowOK with default headers values
func (*AppShowOK) GetPayload ¶
func (o *AppShowOK) GetPayload() *models.V0AppShowResponseModel
func (*AppShowOK) IsClientError ¶ added in v0.1.0
IsClientError returns true when this app show o k response has a 4xx status code
func (*AppShowOK) IsCode ¶ added in v0.1.0
IsCode returns true when this app show o k response a status code equal to that given
func (*AppShowOK) IsRedirect ¶ added in v0.1.0
IsRedirect returns true when this app show o k response has a 3xx status code
func (*AppShowOK) IsServerError ¶ added in v0.1.0
IsServerError returns true when this app show o k response has a 5xx status code
type AppShowParams ¶
type AppShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppShowParams contains all the parameters to send to the API endpoint
for the app show operation. Typically these are written to a http.Request.
func NewAppShowParams ¶
func NewAppShowParams() *AppShowParams
NewAppShowParams creates a new AppShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppShowParamsWithContext ¶
func NewAppShowParamsWithContext(ctx context.Context) *AppShowParams
NewAppShowParamsWithContext creates a new AppShowParams object with the ability to set a context for a request.
func NewAppShowParamsWithHTTPClient ¶
func NewAppShowParamsWithHTTPClient(client *http.Client) *AppShowParams
NewAppShowParamsWithHTTPClient creates a new AppShowParams object with the ability to set a custom HTTPClient for a request.
func NewAppShowParamsWithTimeout ¶
func NewAppShowParamsWithTimeout(timeout time.Duration) *AppShowParams
NewAppShowParamsWithTimeout creates a new AppShowParams object with the ability to set a timeout on a request.
func (*AppShowParams) SetAppSlug ¶
func (o *AppShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app show params
func (*AppShowParams) SetContext ¶
func (o *AppShowParams) SetContext(ctx context.Context)
SetContext adds the context to the app show params
func (*AppShowParams) SetDefaults ¶
func (o *AppShowParams) SetDefaults()
SetDefaults hydrates default values in the app show params (not the query body).
All values with no default are reset to their zero value.
func (*AppShowParams) SetHTTPClient ¶
func (o *AppShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app show params
func (*AppShowParams) SetTimeout ¶
func (o *AppShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app show params
func (*AppShowParams) WithAppSlug ¶
func (o *AppShowParams) WithAppSlug(appSlug string) *AppShowParams
WithAppSlug adds the appSlug to the app show params
func (*AppShowParams) WithContext ¶
func (o *AppShowParams) WithContext(ctx context.Context) *AppShowParams
WithContext adds the context to the app show params
func (*AppShowParams) WithDefaults ¶
func (o *AppShowParams) WithDefaults() *AppShowParams
WithDefaults hydrates default values in the app show params (not the query body).
All values with no default are reset to their zero value.
func (*AppShowParams) WithHTTPClient ¶
func (o *AppShowParams) WithHTTPClient(client *http.Client) *AppShowParams
WithHTTPClient adds the HTTPClient to the app show params
func (*AppShowParams) WithTimeout ¶
func (o *AppShowParams) WithTimeout(timeout time.Duration) *AppShowParams
WithTimeout adds the timeout to the app show params
func (*AppShowParams) WriteToRequest ¶
func (o *AppShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppShowReader ¶
type AppShowReader struct {
// contains filtered or unexported fields
}
AppShowReader is a Reader for the AppShow structure.
func (*AppShowReader) ReadResponse ¶
func (o *AppShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppShowUnauthorized ¶
type AppShowUnauthorized struct {
}
AppShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppShowUnauthorized ¶
func NewAppShowUnauthorized() *AppShowUnauthorized
NewAppShowUnauthorized creates a AppShowUnauthorized with default headers values
func (*AppShowUnauthorized) Code ¶ added in v1.0.3
func (o *AppShowUnauthorized) Code() int
Code gets the status code for the app show unauthorized response
func (*AppShowUnauthorized) Error ¶
func (o *AppShowUnauthorized) Error() string
func (*AppShowUnauthorized) GetPayload ¶
func (o *AppShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppShowUnauthorized) IsClientError() bool
IsClientError returns true when this app show unauthorized response has a 4xx status code
func (*AppShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppShowUnauthorized) IsCode(code int) bool
IsCode returns true when this app show unauthorized response a status code equal to that given
func (*AppShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this app show unauthorized response has a 3xx status code
func (*AppShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppShowUnauthorized) IsServerError() bool
IsServerError returns true when this app show unauthorized response has a 5xx status code
func (*AppShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this app show unauthorized response has a 2xx status code
func (*AppShowUnauthorized) String ¶ added in v0.1.0
func (o *AppShowUnauthorized) String() string
type AppUpdateBadRequest ¶ added in v0.1.0
type AppUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppUpdateBadRequest ¶ added in v0.1.0
func NewAppUpdateBadRequest() *AppUpdateBadRequest
NewAppUpdateBadRequest creates a AppUpdateBadRequest with default headers values
func (*AppUpdateBadRequest) Code ¶ added in v1.0.3
func (o *AppUpdateBadRequest) Code() int
Code gets the status code for the app update bad request response
func (*AppUpdateBadRequest) Error ¶ added in v0.1.0
func (o *AppUpdateBadRequest) Error() string
func (*AppUpdateBadRequest) GetPayload ¶ added in v0.1.0
func (o *AppUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppUpdateBadRequest) IsClientError() bool
IsClientError returns true when this app update bad request response has a 4xx status code
func (*AppUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *AppUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this app update bad request response a status code equal to that given
func (*AppUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this app update bad request response has a 3xx status code
func (*AppUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppUpdateBadRequest) IsServerError() bool
IsServerError returns true when this app update bad request response has a 5xx status code
func (*AppUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this app update bad request response has a 2xx status code
func (*AppUpdateBadRequest) String ¶ added in v0.1.0
func (o *AppUpdateBadRequest) String() string
type AppUpdateInternalServerError ¶ added in v0.1.0
type AppUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppUpdateInternalServerError ¶ added in v0.1.0
func NewAppUpdateInternalServerError() *AppUpdateInternalServerError
NewAppUpdateInternalServerError creates a AppUpdateInternalServerError with default headers values
func (*AppUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *AppUpdateInternalServerError) Code() int
Code gets the status code for the app update internal server error response
func (*AppUpdateInternalServerError) Error ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) Error() string
func (*AppUpdateInternalServerError) GetPayload ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this app update internal server error response has a 4xx status code
func (*AppUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this app update internal server error response a status code equal to that given
func (*AppUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this app update internal server error response has a 3xx status code
func (*AppUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this app update internal server error response has a 5xx status code
func (*AppUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this app update internal server error response has a 2xx status code
func (*AppUpdateInternalServerError) String ¶ added in v0.1.0
func (o *AppUpdateInternalServerError) String() string
type AppUpdateNotFound ¶ added in v0.1.0
type AppUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppUpdateNotFound ¶ added in v0.1.0
func NewAppUpdateNotFound() *AppUpdateNotFound
NewAppUpdateNotFound creates a AppUpdateNotFound with default headers values
func (*AppUpdateNotFound) Code ¶ added in v1.0.3
func (o *AppUpdateNotFound) Code() int
Code gets the status code for the app update not found response
func (*AppUpdateNotFound) Error ¶ added in v0.1.0
func (o *AppUpdateNotFound) Error() string
func (*AppUpdateNotFound) GetPayload ¶ added in v0.1.0
func (o *AppUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *AppUpdateNotFound) IsClientError() bool
IsClientError returns true when this app update not found response has a 4xx status code
func (*AppUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *AppUpdateNotFound) IsCode(code int) bool
IsCode returns true when this app update not found response a status code equal to that given
func (*AppUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this app update not found response has a 3xx status code
func (*AppUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *AppUpdateNotFound) IsServerError() bool
IsServerError returns true when this app update not found response has a 5xx status code
func (*AppUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this app update not found response has a 2xx status code
func (*AppUpdateNotFound) String ¶ added in v0.1.0
func (o *AppUpdateNotFound) String() string
type AppUpdateOK ¶ added in v0.1.0
type AppUpdateOK struct {
Payload *models.V0AppUpdateRespModel
}
AppUpdateOK describes a response with status code 200, with default header values.
OK
func NewAppUpdateOK ¶ added in v0.1.0
func NewAppUpdateOK() *AppUpdateOK
NewAppUpdateOK creates a AppUpdateOK with default headers values
func (*AppUpdateOK) Code ¶ added in v1.0.3
func (o *AppUpdateOK) Code() int
Code gets the status code for the app update o k response
func (*AppUpdateOK) Error ¶ added in v0.1.0
func (o *AppUpdateOK) Error() string
func (*AppUpdateOK) GetPayload ¶ added in v0.1.0
func (o *AppUpdateOK) GetPayload() *models.V0AppUpdateRespModel
func (*AppUpdateOK) IsClientError ¶ added in v0.1.0
func (o *AppUpdateOK) IsClientError() bool
IsClientError returns true when this app update o k response has a 4xx status code
func (*AppUpdateOK) IsCode ¶ added in v0.1.0
func (o *AppUpdateOK) IsCode(code int) bool
IsCode returns true when this app update o k response a status code equal to that given
func (*AppUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *AppUpdateOK) IsRedirect() bool
IsRedirect returns true when this app update o k response has a 3xx status code
func (*AppUpdateOK) IsServerError ¶ added in v0.1.0
func (o *AppUpdateOK) IsServerError() bool
IsServerError returns true when this app update o k response has a 5xx status code
func (*AppUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *AppUpdateOK) IsSuccess() bool
IsSuccess returns true when this app update o k response has a 2xx status code
func (*AppUpdateOK) String ¶ added in v0.1.0
func (o *AppUpdateOK) String() string
type AppUpdateParams ¶ added in v0.1.0
type AppUpdateParams struct {
/* App.
App update params. All fields are optional, omit the fields you don't wish to update.
*/
App *models.V0AppUpdateParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppUpdateParams contains all the parameters to send to the API endpoint
for the app update operation. Typically these are written to a http.Request.
func NewAppUpdateParams ¶ added in v0.1.0
func NewAppUpdateParams() *AppUpdateParams
NewAppUpdateParams creates a new AppUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppUpdateParamsWithContext ¶ added in v0.1.0
func NewAppUpdateParamsWithContext(ctx context.Context) *AppUpdateParams
NewAppUpdateParamsWithContext creates a new AppUpdateParams object with the ability to set a context for a request.
func NewAppUpdateParamsWithHTTPClient ¶ added in v0.1.0
func NewAppUpdateParamsWithHTTPClient(client *http.Client) *AppUpdateParams
NewAppUpdateParamsWithHTTPClient creates a new AppUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewAppUpdateParamsWithTimeout ¶ added in v0.1.0
func NewAppUpdateParamsWithTimeout(timeout time.Duration) *AppUpdateParams
NewAppUpdateParamsWithTimeout creates a new AppUpdateParams object with the ability to set a timeout on a request.
func (*AppUpdateParams) SetApp ¶ added in v0.1.0
func (o *AppUpdateParams) SetApp(app *models.V0AppUpdateParams)
SetApp adds the app to the app update params
func (*AppUpdateParams) SetAppSlug ¶ added in v0.1.0
func (o *AppUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app update params
func (*AppUpdateParams) SetContext ¶ added in v0.1.0
func (o *AppUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the app update params
func (*AppUpdateParams) SetDefaults ¶ added in v0.1.0
func (o *AppUpdateParams) SetDefaults()
SetDefaults hydrates default values in the app update params (not the query body).
All values with no default are reset to their zero value.
func (*AppUpdateParams) SetHTTPClient ¶ added in v0.1.0
func (o *AppUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app update params
func (*AppUpdateParams) SetTimeout ¶ added in v0.1.0
func (o *AppUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app update params
func (*AppUpdateParams) WithApp ¶ added in v0.1.0
func (o *AppUpdateParams) WithApp(app *models.V0AppUpdateParams) *AppUpdateParams
WithApp adds the app to the app update params
func (*AppUpdateParams) WithAppSlug ¶ added in v0.1.0
func (o *AppUpdateParams) WithAppSlug(appSlug string) *AppUpdateParams
WithAppSlug adds the appSlug to the app update params
func (*AppUpdateParams) WithContext ¶ added in v0.1.0
func (o *AppUpdateParams) WithContext(ctx context.Context) *AppUpdateParams
WithContext adds the context to the app update params
func (*AppUpdateParams) WithDefaults ¶ added in v0.1.0
func (o *AppUpdateParams) WithDefaults() *AppUpdateParams
WithDefaults hydrates default values in the app update params (not the query body).
All values with no default are reset to their zero value.
func (*AppUpdateParams) WithHTTPClient ¶ added in v0.1.0
func (o *AppUpdateParams) WithHTTPClient(client *http.Client) *AppUpdateParams
WithHTTPClient adds the HTTPClient to the app update params
func (*AppUpdateParams) WithTimeout ¶ added in v0.1.0
func (o *AppUpdateParams) WithTimeout(timeout time.Duration) *AppUpdateParams
WithTimeout adds the timeout to the app update params
func (*AppUpdateParams) WriteToRequest ¶ added in v0.1.0
func (o *AppUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppUpdateReader ¶ added in v0.1.0
type AppUpdateReader struct {
// contains filtered or unexported fields
}
AppUpdateReader is a Reader for the AppUpdate structure.
func (*AppUpdateReader) ReadResponse ¶ added in v0.1.0
func (o *AppUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppUpdateUnauthorized ¶ added in v0.1.0
type AppUpdateUnauthorized struct {
}
AppUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppUpdateUnauthorized ¶ added in v0.1.0
func NewAppUpdateUnauthorized() *AppUpdateUnauthorized
NewAppUpdateUnauthorized creates a AppUpdateUnauthorized with default headers values
func (*AppUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *AppUpdateUnauthorized) Code() int
Code gets the status code for the app update unauthorized response
func (*AppUpdateUnauthorized) Error ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) Error() string
func (*AppUpdateUnauthorized) GetPayload ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this app update unauthorized response has a 4xx status code
func (*AppUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this app update unauthorized response a status code equal to that given
func (*AppUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this app update unauthorized response has a 3xx status code
func (*AppUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this app update unauthorized response has a 5xx status code
func (*AppUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this app update unauthorized response has a 2xx status code
func (*AppUpdateUnauthorized) String ¶ added in v0.1.0
func (o *AppUpdateUnauthorized) String() string
type AppWebhookCreateBadRequest ¶
type AppWebhookCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppWebhookCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppWebhookCreateBadRequest ¶
func NewAppWebhookCreateBadRequest() *AppWebhookCreateBadRequest
NewAppWebhookCreateBadRequest creates a AppWebhookCreateBadRequest with default headers values
func (*AppWebhookCreateBadRequest) Code ¶ added in v1.0.3
func (o *AppWebhookCreateBadRequest) Code() int
Code gets the status code for the app webhook create bad request response
func (*AppWebhookCreateBadRequest) Error ¶
func (o *AppWebhookCreateBadRequest) Error() string
func (*AppWebhookCreateBadRequest) GetPayload ¶
func (o *AppWebhookCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppWebhookCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) IsClientError() bool
IsClientError returns true when this app webhook create bad request response has a 4xx status code
func (*AppWebhookCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) IsCode(code int) bool
IsCode returns true when this app webhook create bad request response a status code equal to that given
func (*AppWebhookCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this app webhook create bad request response has a 3xx status code
func (*AppWebhookCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) IsServerError() bool
IsServerError returns true when this app webhook create bad request response has a 5xx status code
func (*AppWebhookCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this app webhook create bad request response has a 2xx status code
func (*AppWebhookCreateBadRequest) String ¶ added in v0.1.0
func (o *AppWebhookCreateBadRequest) String() string
type AppWebhookCreateInternalServerError ¶
type AppWebhookCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppWebhookCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppWebhookCreateInternalServerError ¶
func NewAppWebhookCreateInternalServerError() *AppWebhookCreateInternalServerError
NewAppWebhookCreateInternalServerError creates a AppWebhookCreateInternalServerError with default headers values
func (*AppWebhookCreateInternalServerError) Code ¶ added in v1.0.3
func (o *AppWebhookCreateInternalServerError) Code() int
Code gets the status code for the app webhook create internal server error response
func (*AppWebhookCreateInternalServerError) Error ¶
func (o *AppWebhookCreateInternalServerError) Error() string
func (*AppWebhookCreateInternalServerError) GetPayload ¶
func (o *AppWebhookCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppWebhookCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) IsClientError() bool
IsClientError returns true when this app webhook create internal server error response has a 4xx status code
func (*AppWebhookCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this app webhook create internal server error response a status code equal to that given
func (*AppWebhookCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this app webhook create internal server error response has a 3xx status code
func (*AppWebhookCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) IsServerError() bool
IsServerError returns true when this app webhook create internal server error response has a 5xx status code
func (*AppWebhookCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this app webhook create internal server error response has a 2xx status code
func (*AppWebhookCreateInternalServerError) String ¶ added in v0.1.0
func (o *AppWebhookCreateInternalServerError) String() string
type AppWebhookCreateNotFound ¶
type AppWebhookCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppWebhookCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppWebhookCreateNotFound ¶
func NewAppWebhookCreateNotFound() *AppWebhookCreateNotFound
NewAppWebhookCreateNotFound creates a AppWebhookCreateNotFound with default headers values
func (*AppWebhookCreateNotFound) Code ¶ added in v1.0.3
func (o *AppWebhookCreateNotFound) Code() int
Code gets the status code for the app webhook create not found response
func (*AppWebhookCreateNotFound) Error ¶
func (o *AppWebhookCreateNotFound) Error() string
func (*AppWebhookCreateNotFound) GetPayload ¶
func (o *AppWebhookCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppWebhookCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) IsClientError() bool
IsClientError returns true when this app webhook create not found response has a 4xx status code
func (*AppWebhookCreateNotFound) IsCode ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) IsCode(code int) bool
IsCode returns true when this app webhook create not found response a status code equal to that given
func (*AppWebhookCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) IsRedirect() bool
IsRedirect returns true when this app webhook create not found response has a 3xx status code
func (*AppWebhookCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) IsServerError() bool
IsServerError returns true when this app webhook create not found response has a 5xx status code
func (*AppWebhookCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) IsSuccess() bool
IsSuccess returns true when this app webhook create not found response has a 2xx status code
func (*AppWebhookCreateNotFound) String ¶ added in v0.1.0
func (o *AppWebhookCreateNotFound) String() string
type AppWebhookCreateOK ¶
type AppWebhookCreateOK struct {
Payload *models.V0WebhookRespModel
}
AppWebhookCreateOK describes a response with status code 200, with default header values.
OK
func NewAppWebhookCreateOK ¶
func NewAppWebhookCreateOK() *AppWebhookCreateOK
NewAppWebhookCreateOK creates a AppWebhookCreateOK with default headers values
func (*AppWebhookCreateOK) Code ¶ added in v1.0.3
func (o *AppWebhookCreateOK) Code() int
Code gets the status code for the app webhook create o k response
func (*AppWebhookCreateOK) Error ¶
func (o *AppWebhookCreateOK) Error() string
func (*AppWebhookCreateOK) GetPayload ¶
func (o *AppWebhookCreateOK) GetPayload() *models.V0WebhookRespModel
func (*AppWebhookCreateOK) IsClientError ¶ added in v0.1.0
func (o *AppWebhookCreateOK) IsClientError() bool
IsClientError returns true when this app webhook create o k response has a 4xx status code
func (*AppWebhookCreateOK) IsCode ¶ added in v0.1.0
func (o *AppWebhookCreateOK) IsCode(code int) bool
IsCode returns true when this app webhook create o k response a status code equal to that given
func (*AppWebhookCreateOK) IsRedirect ¶ added in v0.1.0
func (o *AppWebhookCreateOK) IsRedirect() bool
IsRedirect returns true when this app webhook create o k response has a 3xx status code
func (*AppWebhookCreateOK) IsServerError ¶ added in v0.1.0
func (o *AppWebhookCreateOK) IsServerError() bool
IsServerError returns true when this app webhook create o k response has a 5xx status code
func (*AppWebhookCreateOK) IsSuccess ¶ added in v0.1.0
func (o *AppWebhookCreateOK) IsSuccess() bool
IsSuccess returns true when this app webhook create o k response has a 2xx status code
func (*AppWebhookCreateOK) String ¶ added in v0.1.0
func (o *AppWebhookCreateOK) String() string
type AppWebhookCreateParams ¶
type AppWebhookCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppWebhookCreateParams contains all the parameters to send to the API endpoint
for the app webhook create operation. Typically these are written to a http.Request.
func NewAppWebhookCreateParams ¶
func NewAppWebhookCreateParams() *AppWebhookCreateParams
NewAppWebhookCreateParams creates a new AppWebhookCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppWebhookCreateParamsWithContext ¶
func NewAppWebhookCreateParamsWithContext(ctx context.Context) *AppWebhookCreateParams
NewAppWebhookCreateParamsWithContext creates a new AppWebhookCreateParams object with the ability to set a context for a request.
func NewAppWebhookCreateParamsWithHTTPClient ¶
func NewAppWebhookCreateParamsWithHTTPClient(client *http.Client) *AppWebhookCreateParams
NewAppWebhookCreateParamsWithHTTPClient creates a new AppWebhookCreateParams object with the ability to set a custom HTTPClient for a request.
func NewAppWebhookCreateParamsWithTimeout ¶
func NewAppWebhookCreateParamsWithTimeout(timeout time.Duration) *AppWebhookCreateParams
NewAppWebhookCreateParamsWithTimeout creates a new AppWebhookCreateParams object with the ability to set a timeout on a request.
func (*AppWebhookCreateParams) SetAppSlug ¶
func (o *AppWebhookCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the app webhook create params
func (*AppWebhookCreateParams) SetContext ¶
func (o *AppWebhookCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the app webhook create params
func (*AppWebhookCreateParams) SetDefaults ¶
func (o *AppWebhookCreateParams) SetDefaults()
SetDefaults hydrates default values in the app webhook create params (not the query body).
All values with no default are reset to their zero value.
func (*AppWebhookCreateParams) SetHTTPClient ¶
func (o *AppWebhookCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the app webhook create params
func (*AppWebhookCreateParams) SetTimeout ¶
func (o *AppWebhookCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the app webhook create params
func (*AppWebhookCreateParams) WithAppSlug ¶
func (o *AppWebhookCreateParams) WithAppSlug(appSlug string) *AppWebhookCreateParams
WithAppSlug adds the appSlug to the app webhook create params
func (*AppWebhookCreateParams) WithContext ¶
func (o *AppWebhookCreateParams) WithContext(ctx context.Context) *AppWebhookCreateParams
WithContext adds the context to the app webhook create params
func (*AppWebhookCreateParams) WithDefaults ¶
func (o *AppWebhookCreateParams) WithDefaults() *AppWebhookCreateParams
WithDefaults hydrates default values in the app webhook create params (not the query body).
All values with no default are reset to their zero value.
func (*AppWebhookCreateParams) WithHTTPClient ¶
func (o *AppWebhookCreateParams) WithHTTPClient(client *http.Client) *AppWebhookCreateParams
WithHTTPClient adds the HTTPClient to the app webhook create params
func (*AppWebhookCreateParams) WithTimeout ¶
func (o *AppWebhookCreateParams) WithTimeout(timeout time.Duration) *AppWebhookCreateParams
WithTimeout adds the timeout to the app webhook create params
func (*AppWebhookCreateParams) WriteToRequest ¶
func (o *AppWebhookCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppWebhookCreateReader ¶
type AppWebhookCreateReader struct {
// contains filtered or unexported fields
}
AppWebhookCreateReader is a Reader for the AppWebhookCreate structure.
func (*AppWebhookCreateReader) ReadResponse ¶
func (o *AppWebhookCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppWebhookCreateUnauthorized ¶
type AppWebhookCreateUnauthorized struct {
}
AppWebhookCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppWebhookCreateUnauthorized ¶
func NewAppWebhookCreateUnauthorized() *AppWebhookCreateUnauthorized
NewAppWebhookCreateUnauthorized creates a AppWebhookCreateUnauthorized with default headers values
func (*AppWebhookCreateUnauthorized) Code ¶ added in v1.0.3
func (o *AppWebhookCreateUnauthorized) Code() int
Code gets the status code for the app webhook create unauthorized response
func (*AppWebhookCreateUnauthorized) Error ¶
func (o *AppWebhookCreateUnauthorized) Error() string
func (*AppWebhookCreateUnauthorized) GetPayload ¶
func (o *AppWebhookCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppWebhookCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) IsClientError() bool
IsClientError returns true when this app webhook create unauthorized response has a 4xx status code
func (*AppWebhookCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this app webhook create unauthorized response a status code equal to that given
func (*AppWebhookCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this app webhook create unauthorized response has a 3xx status code
func (*AppWebhookCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) IsServerError() bool
IsServerError returns true when this app webhook create unauthorized response has a 5xx status code
func (*AppWebhookCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this app webhook create unauthorized response has a 2xx status code
func (*AppWebhookCreateUnauthorized) String ¶ added in v0.1.0
func (o *AppWebhookCreateUnauthorized) String() string
type AppleAPICredentialListBadRequest ¶
type AppleAPICredentialListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
AppleAPICredentialListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAppleAPICredentialListBadRequest ¶
func NewAppleAPICredentialListBadRequest() *AppleAPICredentialListBadRequest
NewAppleAPICredentialListBadRequest creates a AppleAPICredentialListBadRequest with default headers values
func (*AppleAPICredentialListBadRequest) Code ¶ added in v1.0.3
func (o *AppleAPICredentialListBadRequest) Code() int
Code gets the status code for the apple Api credential list bad request response
func (*AppleAPICredentialListBadRequest) Error ¶
func (o *AppleAPICredentialListBadRequest) Error() string
func (*AppleAPICredentialListBadRequest) GetPayload ¶
func (o *AppleAPICredentialListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppleAPICredentialListBadRequest) IsClientError ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) IsClientError() bool
IsClientError returns true when this apple Api credential list bad request response has a 4xx status code
func (*AppleAPICredentialListBadRequest) IsCode ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) IsCode(code int) bool
IsCode returns true when this apple Api credential list bad request response a status code equal to that given
func (*AppleAPICredentialListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) IsRedirect() bool
IsRedirect returns true when this apple Api credential list bad request response has a 3xx status code
func (*AppleAPICredentialListBadRequest) IsServerError ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) IsServerError() bool
IsServerError returns true when this apple Api credential list bad request response has a 5xx status code
func (*AppleAPICredentialListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) IsSuccess() bool
IsSuccess returns true when this apple Api credential list bad request response has a 2xx status code
func (*AppleAPICredentialListBadRequest) String ¶ added in v0.1.0
func (o *AppleAPICredentialListBadRequest) String() string
type AppleAPICredentialListInternalServerError ¶
type AppleAPICredentialListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
AppleAPICredentialListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewAppleAPICredentialListInternalServerError ¶
func NewAppleAPICredentialListInternalServerError() *AppleAPICredentialListInternalServerError
NewAppleAPICredentialListInternalServerError creates a AppleAPICredentialListInternalServerError with default headers values
func (*AppleAPICredentialListInternalServerError) Code ¶ added in v1.0.3
func (o *AppleAPICredentialListInternalServerError) Code() int
Code gets the status code for the apple Api credential list internal server error response
func (*AppleAPICredentialListInternalServerError) Error ¶
func (o *AppleAPICredentialListInternalServerError) Error() string
func (*AppleAPICredentialListInternalServerError) GetPayload ¶
func (o *AppleAPICredentialListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppleAPICredentialListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) IsClientError() bool
IsClientError returns true when this apple Api credential list internal server error response has a 4xx status code
func (*AppleAPICredentialListInternalServerError) IsCode ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) IsCode(code int) bool
IsCode returns true when this apple Api credential list internal server error response a status code equal to that given
func (*AppleAPICredentialListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) IsRedirect() bool
IsRedirect returns true when this apple Api credential list internal server error response has a 3xx status code
func (*AppleAPICredentialListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) IsServerError() bool
IsServerError returns true when this apple Api credential list internal server error response has a 5xx status code
func (*AppleAPICredentialListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) IsSuccess() bool
IsSuccess returns true when this apple Api credential list internal server error response has a 2xx status code
func (*AppleAPICredentialListInternalServerError) String ¶ added in v0.1.0
func (o *AppleAPICredentialListInternalServerError) String() string
type AppleAPICredentialListNotFound ¶
type AppleAPICredentialListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
AppleAPICredentialListNotFound describes a response with status code 404, with default header values.
Not Found
func NewAppleAPICredentialListNotFound ¶
func NewAppleAPICredentialListNotFound() *AppleAPICredentialListNotFound
NewAppleAPICredentialListNotFound creates a AppleAPICredentialListNotFound with default headers values
func (*AppleAPICredentialListNotFound) Code ¶ added in v1.0.3
func (o *AppleAPICredentialListNotFound) Code() int
Code gets the status code for the apple Api credential list not found response
func (*AppleAPICredentialListNotFound) Error ¶
func (o *AppleAPICredentialListNotFound) Error() string
func (*AppleAPICredentialListNotFound) GetPayload ¶
func (o *AppleAPICredentialListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppleAPICredentialListNotFound) IsClientError ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) IsClientError() bool
IsClientError returns true when this apple Api credential list not found response has a 4xx status code
func (*AppleAPICredentialListNotFound) IsCode ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) IsCode(code int) bool
IsCode returns true when this apple Api credential list not found response a status code equal to that given
func (*AppleAPICredentialListNotFound) IsRedirect ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) IsRedirect() bool
IsRedirect returns true when this apple Api credential list not found response has a 3xx status code
func (*AppleAPICredentialListNotFound) IsServerError ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) IsServerError() bool
IsServerError returns true when this apple Api credential list not found response has a 5xx status code
func (*AppleAPICredentialListNotFound) IsSuccess ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) IsSuccess() bool
IsSuccess returns true when this apple Api credential list not found response has a 2xx status code
func (*AppleAPICredentialListNotFound) String ¶ added in v0.1.0
func (o *AppleAPICredentialListNotFound) String() string
type AppleAPICredentialListOK ¶
type AppleAPICredentialListOK struct {
Payload *models.V0AppleAPICredentialsListResponse
}
AppleAPICredentialListOK describes a response with status code 200, with default header values.
OK
func NewAppleAPICredentialListOK ¶
func NewAppleAPICredentialListOK() *AppleAPICredentialListOK
NewAppleAPICredentialListOK creates a AppleAPICredentialListOK with default headers values
func (*AppleAPICredentialListOK) Code ¶ added in v1.0.3
func (o *AppleAPICredentialListOK) Code() int
Code gets the status code for the apple Api credential list o k response
func (*AppleAPICredentialListOK) Error ¶
func (o *AppleAPICredentialListOK) Error() string
func (*AppleAPICredentialListOK) GetPayload ¶
func (o *AppleAPICredentialListOK) GetPayload() *models.V0AppleAPICredentialsListResponse
func (*AppleAPICredentialListOK) IsClientError ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) IsClientError() bool
IsClientError returns true when this apple Api credential list o k response has a 4xx status code
func (*AppleAPICredentialListOK) IsCode ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) IsCode(code int) bool
IsCode returns true when this apple Api credential list o k response a status code equal to that given
func (*AppleAPICredentialListOK) IsRedirect ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) IsRedirect() bool
IsRedirect returns true when this apple Api credential list o k response has a 3xx status code
func (*AppleAPICredentialListOK) IsServerError ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) IsServerError() bool
IsServerError returns true when this apple Api credential list o k response has a 5xx status code
func (*AppleAPICredentialListOK) IsSuccess ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) IsSuccess() bool
IsSuccess returns true when this apple Api credential list o k response has a 2xx status code
func (*AppleAPICredentialListOK) String ¶ added in v0.1.0
func (o *AppleAPICredentialListOK) String() string
type AppleAPICredentialListParams ¶
type AppleAPICredentialListParams struct {
/* UserSlug.
User slug
*/
UserSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AppleAPICredentialListParams contains all the parameters to send to the API endpoint
for the apple api credential list operation. Typically these are written to a http.Request.
func NewAppleAPICredentialListParams ¶
func NewAppleAPICredentialListParams() *AppleAPICredentialListParams
NewAppleAPICredentialListParams creates a new AppleAPICredentialListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAppleAPICredentialListParamsWithContext ¶
func NewAppleAPICredentialListParamsWithContext(ctx context.Context) *AppleAPICredentialListParams
NewAppleAPICredentialListParamsWithContext creates a new AppleAPICredentialListParams object with the ability to set a context for a request.
func NewAppleAPICredentialListParamsWithHTTPClient ¶
func NewAppleAPICredentialListParamsWithHTTPClient(client *http.Client) *AppleAPICredentialListParams
NewAppleAPICredentialListParamsWithHTTPClient creates a new AppleAPICredentialListParams object with the ability to set a custom HTTPClient for a request.
func NewAppleAPICredentialListParamsWithTimeout ¶
func NewAppleAPICredentialListParamsWithTimeout(timeout time.Duration) *AppleAPICredentialListParams
NewAppleAPICredentialListParamsWithTimeout creates a new AppleAPICredentialListParams object with the ability to set a timeout on a request.
func (*AppleAPICredentialListParams) SetContext ¶
func (o *AppleAPICredentialListParams) SetContext(ctx context.Context)
SetContext adds the context to the apple api credential list params
func (*AppleAPICredentialListParams) SetDefaults ¶
func (o *AppleAPICredentialListParams) SetDefaults()
SetDefaults hydrates default values in the apple api credential list params (not the query body).
All values with no default are reset to their zero value.
func (*AppleAPICredentialListParams) SetHTTPClient ¶
func (o *AppleAPICredentialListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the apple api credential list params
func (*AppleAPICredentialListParams) SetTimeout ¶
func (o *AppleAPICredentialListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the apple api credential list params
func (*AppleAPICredentialListParams) SetUserSlug ¶
func (o *AppleAPICredentialListParams) SetUserSlug(userSlug string)
SetUserSlug adds the userSlug to the apple api credential list params
func (*AppleAPICredentialListParams) WithContext ¶
func (o *AppleAPICredentialListParams) WithContext(ctx context.Context) *AppleAPICredentialListParams
WithContext adds the context to the apple api credential list params
func (*AppleAPICredentialListParams) WithDefaults ¶
func (o *AppleAPICredentialListParams) WithDefaults() *AppleAPICredentialListParams
WithDefaults hydrates default values in the apple api credential list params (not the query body).
All values with no default are reset to their zero value.
func (*AppleAPICredentialListParams) WithHTTPClient ¶
func (o *AppleAPICredentialListParams) WithHTTPClient(client *http.Client) *AppleAPICredentialListParams
WithHTTPClient adds the HTTPClient to the apple api credential list params
func (*AppleAPICredentialListParams) WithTimeout ¶
func (o *AppleAPICredentialListParams) WithTimeout(timeout time.Duration) *AppleAPICredentialListParams
WithTimeout adds the timeout to the apple api credential list params
func (*AppleAPICredentialListParams) WithUserSlug ¶
func (o *AppleAPICredentialListParams) WithUserSlug(userSlug string) *AppleAPICredentialListParams
WithUserSlug adds the userSlug to the apple api credential list params
func (*AppleAPICredentialListParams) WriteToRequest ¶
func (o *AppleAPICredentialListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AppleAPICredentialListReader ¶
type AppleAPICredentialListReader struct {
// contains filtered or unexported fields
}
AppleAPICredentialListReader is a Reader for the AppleAPICredentialList structure.
func (*AppleAPICredentialListReader) ReadResponse ¶
func (o *AppleAPICredentialListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AppleAPICredentialListUnauthorized ¶
type AppleAPICredentialListUnauthorized struct {
}
AppleAPICredentialListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewAppleAPICredentialListUnauthorized ¶
func NewAppleAPICredentialListUnauthorized() *AppleAPICredentialListUnauthorized
NewAppleAPICredentialListUnauthorized creates a AppleAPICredentialListUnauthorized with default headers values
func (*AppleAPICredentialListUnauthorized) Code ¶ added in v1.0.3
func (o *AppleAPICredentialListUnauthorized) Code() int
Code gets the status code for the apple Api credential list unauthorized response
func (*AppleAPICredentialListUnauthorized) Error ¶
func (o *AppleAPICredentialListUnauthorized) Error() string
func (*AppleAPICredentialListUnauthorized) GetPayload ¶
func (o *AppleAPICredentialListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*AppleAPICredentialListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) IsClientError() bool
IsClientError returns true when this apple Api credential list unauthorized response has a 4xx status code
func (*AppleAPICredentialListUnauthorized) IsCode ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) IsCode(code int) bool
IsCode returns true when this apple Api credential list unauthorized response a status code equal to that given
func (*AppleAPICredentialListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) IsRedirect() bool
IsRedirect returns true when this apple Api credential list unauthorized response has a 3xx status code
func (*AppleAPICredentialListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) IsServerError() bool
IsServerError returns true when this apple Api credential list unauthorized response has a 5xx status code
func (*AppleAPICredentialListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) IsSuccess() bool
IsSuccess returns true when this apple Api credential list unauthorized response has a 2xx status code
func (*AppleAPICredentialListUnauthorized) String ¶ added in v0.1.0
func (o *AppleAPICredentialListUnauthorized) String() string
type ArchivedBuildsListBadRequest ¶ added in v0.1.0
type ArchivedBuildsListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ArchivedBuildsListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewArchivedBuildsListBadRequest ¶ added in v0.1.0
func NewArchivedBuildsListBadRequest() *ArchivedBuildsListBadRequest
NewArchivedBuildsListBadRequest creates a ArchivedBuildsListBadRequest with default headers values
func (*ArchivedBuildsListBadRequest) Code ¶ added in v1.0.3
func (o *ArchivedBuildsListBadRequest) Code() int
Code gets the status code for the archived builds list bad request response
func (*ArchivedBuildsListBadRequest) Error ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) Error() string
func (*ArchivedBuildsListBadRequest) GetPayload ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArchivedBuildsListBadRequest) IsClientError ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) IsClientError() bool
IsClientError returns true when this archived builds list bad request response has a 4xx status code
func (*ArchivedBuildsListBadRequest) IsCode ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) IsCode(code int) bool
IsCode returns true when this archived builds list bad request response a status code equal to that given
func (*ArchivedBuildsListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) IsRedirect() bool
IsRedirect returns true when this archived builds list bad request response has a 3xx status code
func (*ArchivedBuildsListBadRequest) IsServerError ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) IsServerError() bool
IsServerError returns true when this archived builds list bad request response has a 5xx status code
func (*ArchivedBuildsListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) IsSuccess() bool
IsSuccess returns true when this archived builds list bad request response has a 2xx status code
func (*ArchivedBuildsListBadRequest) String ¶ added in v0.1.0
func (o *ArchivedBuildsListBadRequest) String() string
type ArchivedBuildsListInternalServerError ¶ added in v0.1.0
type ArchivedBuildsListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ArchivedBuildsListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewArchivedBuildsListInternalServerError ¶ added in v0.1.0
func NewArchivedBuildsListInternalServerError() *ArchivedBuildsListInternalServerError
NewArchivedBuildsListInternalServerError creates a ArchivedBuildsListInternalServerError with default headers values
func (*ArchivedBuildsListInternalServerError) Code ¶ added in v1.0.3
func (o *ArchivedBuildsListInternalServerError) Code() int
Code gets the status code for the archived builds list internal server error response
func (*ArchivedBuildsListInternalServerError) Error ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) Error() string
func (*ArchivedBuildsListInternalServerError) GetPayload ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArchivedBuildsListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) IsClientError() bool
IsClientError returns true when this archived builds list internal server error response has a 4xx status code
func (*ArchivedBuildsListInternalServerError) IsCode ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) IsCode(code int) bool
IsCode returns true when this archived builds list internal server error response a status code equal to that given
func (*ArchivedBuildsListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) IsRedirect() bool
IsRedirect returns true when this archived builds list internal server error response has a 3xx status code
func (*ArchivedBuildsListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) IsServerError() bool
IsServerError returns true when this archived builds list internal server error response has a 5xx status code
func (*ArchivedBuildsListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) IsSuccess() bool
IsSuccess returns true when this archived builds list internal server error response has a 2xx status code
func (*ArchivedBuildsListInternalServerError) String ¶ added in v0.1.0
func (o *ArchivedBuildsListInternalServerError) String() string
type ArchivedBuildsListNotFound ¶ added in v0.1.0
type ArchivedBuildsListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ArchivedBuildsListNotFound describes a response with status code 404, with default header values.
Not Found
func NewArchivedBuildsListNotFound ¶ added in v0.1.0
func NewArchivedBuildsListNotFound() *ArchivedBuildsListNotFound
NewArchivedBuildsListNotFound creates a ArchivedBuildsListNotFound with default headers values
func (*ArchivedBuildsListNotFound) Code ¶ added in v1.0.3
func (o *ArchivedBuildsListNotFound) Code() int
Code gets the status code for the archived builds list not found response
func (*ArchivedBuildsListNotFound) Error ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) Error() string
func (*ArchivedBuildsListNotFound) GetPayload ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArchivedBuildsListNotFound) IsClientError ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) IsClientError() bool
IsClientError returns true when this archived builds list not found response has a 4xx status code
func (*ArchivedBuildsListNotFound) IsCode ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) IsCode(code int) bool
IsCode returns true when this archived builds list not found response a status code equal to that given
func (*ArchivedBuildsListNotFound) IsRedirect ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) IsRedirect() bool
IsRedirect returns true when this archived builds list not found response has a 3xx status code
func (*ArchivedBuildsListNotFound) IsServerError ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) IsServerError() bool
IsServerError returns true when this archived builds list not found response has a 5xx status code
func (*ArchivedBuildsListNotFound) IsSuccess ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) IsSuccess() bool
IsSuccess returns true when this archived builds list not found response has a 2xx status code
func (*ArchivedBuildsListNotFound) String ¶ added in v0.1.0
func (o *ArchivedBuildsListNotFound) String() string
type ArchivedBuildsListOK ¶ added in v0.1.0
type ArchivedBuildsListOK struct {
Payload *models.V0ArchivedBuildListResponseModel
}
ArchivedBuildsListOK describes a response with status code 200, with default header values.
OK
func NewArchivedBuildsListOK ¶ added in v0.1.0
func NewArchivedBuildsListOK() *ArchivedBuildsListOK
NewArchivedBuildsListOK creates a ArchivedBuildsListOK with default headers values
func (*ArchivedBuildsListOK) Code ¶ added in v1.0.3
func (o *ArchivedBuildsListOK) Code() int
Code gets the status code for the archived builds list o k response
func (*ArchivedBuildsListOK) Error ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) Error() string
func (*ArchivedBuildsListOK) GetPayload ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) GetPayload() *models.V0ArchivedBuildListResponseModel
func (*ArchivedBuildsListOK) IsClientError ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) IsClientError() bool
IsClientError returns true when this archived builds list o k response has a 4xx status code
func (*ArchivedBuildsListOK) IsCode ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) IsCode(code int) bool
IsCode returns true when this archived builds list o k response a status code equal to that given
func (*ArchivedBuildsListOK) IsRedirect ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) IsRedirect() bool
IsRedirect returns true when this archived builds list o k response has a 3xx status code
func (*ArchivedBuildsListOK) IsServerError ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) IsServerError() bool
IsServerError returns true when this archived builds list o k response has a 5xx status code
func (*ArchivedBuildsListOK) IsSuccess ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) IsSuccess() bool
IsSuccess returns true when this archived builds list o k response has a 2xx status code
func (*ArchivedBuildsListOK) String ¶ added in v0.1.0
func (o *ArchivedBuildsListOK) String() string
type ArchivedBuildsListParams ¶ added in v0.1.0
type ArchivedBuildsListParams struct {
/* After.
Listed builds should only be the ones which ran after the given date (Unix Timestamp)
*/
After int64
/* AppSlug.
App slug
*/
AppSlug string
/* Before.
Listed builds should only be the ones which ran before the given date (Unix Timestamp)
*/
Before int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ArchivedBuildsListParams contains all the parameters to send to the API endpoint
for the archived builds list operation. Typically these are written to a http.Request.
func NewArchivedBuildsListParams ¶ added in v0.1.0
func NewArchivedBuildsListParams() *ArchivedBuildsListParams
NewArchivedBuildsListParams creates a new ArchivedBuildsListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewArchivedBuildsListParamsWithContext ¶ added in v0.1.0
func NewArchivedBuildsListParamsWithContext(ctx context.Context) *ArchivedBuildsListParams
NewArchivedBuildsListParamsWithContext creates a new ArchivedBuildsListParams object with the ability to set a context for a request.
func NewArchivedBuildsListParamsWithHTTPClient ¶ added in v0.1.0
func NewArchivedBuildsListParamsWithHTTPClient(client *http.Client) *ArchivedBuildsListParams
NewArchivedBuildsListParamsWithHTTPClient creates a new ArchivedBuildsListParams object with the ability to set a custom HTTPClient for a request.
func NewArchivedBuildsListParamsWithTimeout ¶ added in v0.1.0
func NewArchivedBuildsListParamsWithTimeout(timeout time.Duration) *ArchivedBuildsListParams
NewArchivedBuildsListParamsWithTimeout creates a new ArchivedBuildsListParams object with the ability to set a timeout on a request.
func (*ArchivedBuildsListParams) SetAfter ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetAfter(after int64)
SetAfter adds the after to the archived builds list params
func (*ArchivedBuildsListParams) SetAppSlug ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the archived builds list params
func (*ArchivedBuildsListParams) SetBefore ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetBefore(before int64)
SetBefore adds the before to the archived builds list params
func (*ArchivedBuildsListParams) SetContext ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetContext(ctx context.Context)
SetContext adds the context to the archived builds list params
func (*ArchivedBuildsListParams) SetDefaults ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetDefaults()
SetDefaults hydrates default values in the archived builds list params (not the query body).
All values with no default are reset to their zero value.
func (*ArchivedBuildsListParams) SetHTTPClient ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the archived builds list params
func (*ArchivedBuildsListParams) SetTimeout ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the archived builds list params
func (*ArchivedBuildsListParams) WithAfter ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithAfter(after int64) *ArchivedBuildsListParams
WithAfter adds the after to the archived builds list params
func (*ArchivedBuildsListParams) WithAppSlug ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithAppSlug(appSlug string) *ArchivedBuildsListParams
WithAppSlug adds the appSlug to the archived builds list params
func (*ArchivedBuildsListParams) WithBefore ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithBefore(before int64) *ArchivedBuildsListParams
WithBefore adds the before to the archived builds list params
func (*ArchivedBuildsListParams) WithContext ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithContext(ctx context.Context) *ArchivedBuildsListParams
WithContext adds the context to the archived builds list params
func (*ArchivedBuildsListParams) WithDefaults ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithDefaults() *ArchivedBuildsListParams
WithDefaults hydrates default values in the archived builds list params (not the query body).
All values with no default are reset to their zero value.
func (*ArchivedBuildsListParams) WithHTTPClient ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithHTTPClient(client *http.Client) *ArchivedBuildsListParams
WithHTTPClient adds the HTTPClient to the archived builds list params
func (*ArchivedBuildsListParams) WithTimeout ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WithTimeout(timeout time.Duration) *ArchivedBuildsListParams
WithTimeout adds the timeout to the archived builds list params
func (*ArchivedBuildsListParams) WriteToRequest ¶ added in v0.1.0
func (o *ArchivedBuildsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArchivedBuildsListReader ¶ added in v0.1.0
type ArchivedBuildsListReader struct {
// contains filtered or unexported fields
}
ArchivedBuildsListReader is a Reader for the ArchivedBuildsList structure.
func (*ArchivedBuildsListReader) ReadResponse ¶ added in v0.1.0
func (o *ArchivedBuildsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ArchivedBuildsListUnauthorized ¶ added in v0.1.0
type ArchivedBuildsListUnauthorized struct {
}
ArchivedBuildsListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewArchivedBuildsListUnauthorized ¶ added in v0.1.0
func NewArchivedBuildsListUnauthorized() *ArchivedBuildsListUnauthorized
NewArchivedBuildsListUnauthorized creates a ArchivedBuildsListUnauthorized with default headers values
func (*ArchivedBuildsListUnauthorized) Code ¶ added in v1.0.3
func (o *ArchivedBuildsListUnauthorized) Code() int
Code gets the status code for the archived builds list unauthorized response
func (*ArchivedBuildsListUnauthorized) Error ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) Error() string
func (*ArchivedBuildsListUnauthorized) GetPayload ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArchivedBuildsListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) IsClientError() bool
IsClientError returns true when this archived builds list unauthorized response has a 4xx status code
func (*ArchivedBuildsListUnauthorized) IsCode ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) IsCode(code int) bool
IsCode returns true when this archived builds list unauthorized response a status code equal to that given
func (*ArchivedBuildsListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) IsRedirect() bool
IsRedirect returns true when this archived builds list unauthorized response has a 3xx status code
func (*ArchivedBuildsListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) IsServerError() bool
IsServerError returns true when this archived builds list unauthorized response has a 5xx status code
func (*ArchivedBuildsListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) IsSuccess() bool
IsSuccess returns true when this archived builds list unauthorized response has a 2xx status code
func (*ArchivedBuildsListUnauthorized) String ¶ added in v0.1.0
func (o *ArchivedBuildsListUnauthorized) String() string
type ArtifactDeleteBadRequest ¶
type ArtifactDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewArtifactDeleteBadRequest ¶
func NewArtifactDeleteBadRequest() *ArtifactDeleteBadRequest
NewArtifactDeleteBadRequest creates a ArtifactDeleteBadRequest with default headers values
func (*ArtifactDeleteBadRequest) Code ¶ added in v1.0.3
func (o *ArtifactDeleteBadRequest) Code() int
Code gets the status code for the artifact delete bad request response
func (*ArtifactDeleteBadRequest) Error ¶
func (o *ArtifactDeleteBadRequest) Error() string
func (*ArtifactDeleteBadRequest) GetPayload ¶
func (o *ArtifactDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) IsClientError() bool
IsClientError returns true when this artifact delete bad request response has a 4xx status code
func (*ArtifactDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this artifact delete bad request response a status code equal to that given
func (*ArtifactDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this artifact delete bad request response has a 3xx status code
func (*ArtifactDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) IsServerError() bool
IsServerError returns true when this artifact delete bad request response has a 5xx status code
func (*ArtifactDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this artifact delete bad request response has a 2xx status code
func (*ArtifactDeleteBadRequest) String ¶ added in v0.1.0
func (o *ArtifactDeleteBadRequest) String() string
type ArtifactDeleteInternalServerError ¶
type ArtifactDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewArtifactDeleteInternalServerError ¶
func NewArtifactDeleteInternalServerError() *ArtifactDeleteInternalServerError
NewArtifactDeleteInternalServerError creates a ArtifactDeleteInternalServerError with default headers values
func (*ArtifactDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *ArtifactDeleteInternalServerError) Code() int
Code gets the status code for the artifact delete internal server error response
func (*ArtifactDeleteInternalServerError) Error ¶
func (o *ArtifactDeleteInternalServerError) Error() string
func (*ArtifactDeleteInternalServerError) GetPayload ¶
func (o *ArtifactDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this artifact delete internal server error response has a 4xx status code
func (*ArtifactDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this artifact delete internal server error response a status code equal to that given
func (*ArtifactDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this artifact delete internal server error response has a 3xx status code
func (*ArtifactDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this artifact delete internal server error response has a 5xx status code
func (*ArtifactDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this artifact delete internal server error response has a 2xx status code
func (*ArtifactDeleteInternalServerError) String ¶ added in v0.1.0
func (o *ArtifactDeleteInternalServerError) String() string
type ArtifactDeleteNotFound ¶
type ArtifactDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewArtifactDeleteNotFound ¶
func NewArtifactDeleteNotFound() *ArtifactDeleteNotFound
NewArtifactDeleteNotFound creates a ArtifactDeleteNotFound with default headers values
func (*ArtifactDeleteNotFound) Code ¶ added in v1.0.3
func (o *ArtifactDeleteNotFound) Code() int
Code gets the status code for the artifact delete not found response
func (*ArtifactDeleteNotFound) Error ¶
func (o *ArtifactDeleteNotFound) Error() string
func (*ArtifactDeleteNotFound) GetPayload ¶
func (o *ArtifactDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) IsClientError() bool
IsClientError returns true when this artifact delete not found response has a 4xx status code
func (*ArtifactDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) IsCode(code int) bool
IsCode returns true when this artifact delete not found response a status code equal to that given
func (*ArtifactDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this artifact delete not found response has a 3xx status code
func (*ArtifactDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) IsServerError() bool
IsServerError returns true when this artifact delete not found response has a 5xx status code
func (*ArtifactDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this artifact delete not found response has a 2xx status code
func (*ArtifactDeleteNotFound) String ¶ added in v0.1.0
func (o *ArtifactDeleteNotFound) String() string
type ArtifactDeleteOK ¶
type ArtifactDeleteOK struct {
Payload *models.V0ArtifactDeleteResponseModel
}
ArtifactDeleteOK describes a response with status code 200, with default header values.
OK
func NewArtifactDeleteOK ¶
func NewArtifactDeleteOK() *ArtifactDeleteOK
NewArtifactDeleteOK creates a ArtifactDeleteOK with default headers values
func (*ArtifactDeleteOK) Code ¶ added in v1.0.3
func (o *ArtifactDeleteOK) Code() int
Code gets the status code for the artifact delete o k response
func (*ArtifactDeleteOK) Error ¶
func (o *ArtifactDeleteOK) Error() string
func (*ArtifactDeleteOK) GetPayload ¶
func (o *ArtifactDeleteOK) GetPayload() *models.V0ArtifactDeleteResponseModel
func (*ArtifactDeleteOK) IsClientError ¶ added in v0.1.0
func (o *ArtifactDeleteOK) IsClientError() bool
IsClientError returns true when this artifact delete o k response has a 4xx status code
func (*ArtifactDeleteOK) IsCode ¶ added in v0.1.0
func (o *ArtifactDeleteOK) IsCode(code int) bool
IsCode returns true when this artifact delete o k response a status code equal to that given
func (*ArtifactDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *ArtifactDeleteOK) IsRedirect() bool
IsRedirect returns true when this artifact delete o k response has a 3xx status code
func (*ArtifactDeleteOK) IsServerError ¶ added in v0.1.0
func (o *ArtifactDeleteOK) IsServerError() bool
IsServerError returns true when this artifact delete o k response has a 5xx status code
func (*ArtifactDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *ArtifactDeleteOK) IsSuccess() bool
IsSuccess returns true when this artifact delete o k response has a 2xx status code
func (*ArtifactDeleteOK) String ¶ added in v0.1.0
func (o *ArtifactDeleteOK) String() string
type ArtifactDeleteParams ¶
type ArtifactDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ArtifactSlug.
Artifact slug
*/
ArtifactSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ArtifactDeleteParams contains all the parameters to send to the API endpoint
for the artifact delete operation. Typically these are written to a http.Request.
func NewArtifactDeleteParams ¶
func NewArtifactDeleteParams() *ArtifactDeleteParams
NewArtifactDeleteParams creates a new ArtifactDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewArtifactDeleteParamsWithContext ¶
func NewArtifactDeleteParamsWithContext(ctx context.Context) *ArtifactDeleteParams
NewArtifactDeleteParamsWithContext creates a new ArtifactDeleteParams object with the ability to set a context for a request.
func NewArtifactDeleteParamsWithHTTPClient ¶
func NewArtifactDeleteParamsWithHTTPClient(client *http.Client) *ArtifactDeleteParams
NewArtifactDeleteParamsWithHTTPClient creates a new ArtifactDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewArtifactDeleteParamsWithTimeout ¶
func NewArtifactDeleteParamsWithTimeout(timeout time.Duration) *ArtifactDeleteParams
NewArtifactDeleteParamsWithTimeout creates a new ArtifactDeleteParams object with the ability to set a timeout on a request.
func (*ArtifactDeleteParams) SetAppSlug ¶
func (o *ArtifactDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the artifact delete params
func (*ArtifactDeleteParams) SetArtifactSlug ¶
func (o *ArtifactDeleteParams) SetArtifactSlug(artifactSlug string)
SetArtifactSlug adds the artifactSlug to the artifact delete params
func (*ArtifactDeleteParams) SetBuildSlug ¶
func (o *ArtifactDeleteParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the artifact delete params
func (*ArtifactDeleteParams) SetContext ¶
func (o *ArtifactDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the artifact delete params
func (*ArtifactDeleteParams) SetDefaults ¶
func (o *ArtifactDeleteParams) SetDefaults()
SetDefaults hydrates default values in the artifact delete params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactDeleteParams) SetHTTPClient ¶
func (o *ArtifactDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the artifact delete params
func (*ArtifactDeleteParams) SetTimeout ¶
func (o *ArtifactDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the artifact delete params
func (*ArtifactDeleteParams) WithAppSlug ¶
func (o *ArtifactDeleteParams) WithAppSlug(appSlug string) *ArtifactDeleteParams
WithAppSlug adds the appSlug to the artifact delete params
func (*ArtifactDeleteParams) WithArtifactSlug ¶
func (o *ArtifactDeleteParams) WithArtifactSlug(artifactSlug string) *ArtifactDeleteParams
WithArtifactSlug adds the artifactSlug to the artifact delete params
func (*ArtifactDeleteParams) WithBuildSlug ¶
func (o *ArtifactDeleteParams) WithBuildSlug(buildSlug string) *ArtifactDeleteParams
WithBuildSlug adds the buildSlug to the artifact delete params
func (*ArtifactDeleteParams) WithContext ¶
func (o *ArtifactDeleteParams) WithContext(ctx context.Context) *ArtifactDeleteParams
WithContext adds the context to the artifact delete params
func (*ArtifactDeleteParams) WithDefaults ¶
func (o *ArtifactDeleteParams) WithDefaults() *ArtifactDeleteParams
WithDefaults hydrates default values in the artifact delete params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactDeleteParams) WithHTTPClient ¶
func (o *ArtifactDeleteParams) WithHTTPClient(client *http.Client) *ArtifactDeleteParams
WithHTTPClient adds the HTTPClient to the artifact delete params
func (*ArtifactDeleteParams) WithTimeout ¶
func (o *ArtifactDeleteParams) WithTimeout(timeout time.Duration) *ArtifactDeleteParams
WithTimeout adds the timeout to the artifact delete params
func (*ArtifactDeleteParams) WriteToRequest ¶
func (o *ArtifactDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArtifactDeleteReader ¶
type ArtifactDeleteReader struct {
// contains filtered or unexported fields
}
ArtifactDeleteReader is a Reader for the ArtifactDelete structure.
func (*ArtifactDeleteReader) ReadResponse ¶
func (o *ArtifactDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ArtifactDeleteUnauthorized ¶
type ArtifactDeleteUnauthorized struct {
}
ArtifactDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewArtifactDeleteUnauthorized ¶
func NewArtifactDeleteUnauthorized() *ArtifactDeleteUnauthorized
NewArtifactDeleteUnauthorized creates a ArtifactDeleteUnauthorized with default headers values
func (*ArtifactDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *ArtifactDeleteUnauthorized) Code() int
Code gets the status code for the artifact delete unauthorized response
func (*ArtifactDeleteUnauthorized) Error ¶
func (o *ArtifactDeleteUnauthorized) Error() string
func (*ArtifactDeleteUnauthorized) GetPayload ¶
func (o *ArtifactDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this artifact delete unauthorized response has a 4xx status code
func (*ArtifactDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this artifact delete unauthorized response a status code equal to that given
func (*ArtifactDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this artifact delete unauthorized response has a 3xx status code
func (*ArtifactDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this artifact delete unauthorized response has a 5xx status code
func (*ArtifactDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this artifact delete unauthorized response has a 2xx status code
func (*ArtifactDeleteUnauthorized) String ¶ added in v0.1.0
func (o *ArtifactDeleteUnauthorized) String() string
type ArtifactListBadRequest ¶
type ArtifactListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewArtifactListBadRequest ¶
func NewArtifactListBadRequest() *ArtifactListBadRequest
NewArtifactListBadRequest creates a ArtifactListBadRequest with default headers values
func (*ArtifactListBadRequest) Code ¶ added in v1.0.3
func (o *ArtifactListBadRequest) Code() int
Code gets the status code for the artifact list bad request response
func (*ArtifactListBadRequest) Error ¶
func (o *ArtifactListBadRequest) Error() string
func (*ArtifactListBadRequest) GetPayload ¶
func (o *ArtifactListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactListBadRequest) IsClientError ¶ added in v0.1.0
func (o *ArtifactListBadRequest) IsClientError() bool
IsClientError returns true when this artifact list bad request response has a 4xx status code
func (*ArtifactListBadRequest) IsCode ¶ added in v0.1.0
func (o *ArtifactListBadRequest) IsCode(code int) bool
IsCode returns true when this artifact list bad request response a status code equal to that given
func (*ArtifactListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ArtifactListBadRequest) IsRedirect() bool
IsRedirect returns true when this artifact list bad request response has a 3xx status code
func (*ArtifactListBadRequest) IsServerError ¶ added in v0.1.0
func (o *ArtifactListBadRequest) IsServerError() bool
IsServerError returns true when this artifact list bad request response has a 5xx status code
func (*ArtifactListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ArtifactListBadRequest) IsSuccess() bool
IsSuccess returns true when this artifact list bad request response has a 2xx status code
func (*ArtifactListBadRequest) String ¶ added in v0.1.0
func (o *ArtifactListBadRequest) String() string
type ArtifactListInternalServerError ¶
type ArtifactListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewArtifactListInternalServerError ¶
func NewArtifactListInternalServerError() *ArtifactListInternalServerError
NewArtifactListInternalServerError creates a ArtifactListInternalServerError with default headers values
func (*ArtifactListInternalServerError) Code ¶ added in v1.0.3
func (o *ArtifactListInternalServerError) Code() int
Code gets the status code for the artifact list internal server error response
func (*ArtifactListInternalServerError) Error ¶
func (o *ArtifactListInternalServerError) Error() string
func (*ArtifactListInternalServerError) GetPayload ¶
func (o *ArtifactListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) IsClientError() bool
IsClientError returns true when this artifact list internal server error response has a 4xx status code
func (*ArtifactListInternalServerError) IsCode ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) IsCode(code int) bool
IsCode returns true when this artifact list internal server error response a status code equal to that given
func (*ArtifactListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) IsRedirect() bool
IsRedirect returns true when this artifact list internal server error response has a 3xx status code
func (*ArtifactListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) IsServerError() bool
IsServerError returns true when this artifact list internal server error response has a 5xx status code
func (*ArtifactListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) IsSuccess() bool
IsSuccess returns true when this artifact list internal server error response has a 2xx status code
func (*ArtifactListInternalServerError) String ¶ added in v0.1.0
func (o *ArtifactListInternalServerError) String() string
type ArtifactListNotFound ¶
type ArtifactListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactListNotFound describes a response with status code 404, with default header values.
Not Found
func NewArtifactListNotFound ¶
func NewArtifactListNotFound() *ArtifactListNotFound
NewArtifactListNotFound creates a ArtifactListNotFound with default headers values
func (*ArtifactListNotFound) Code ¶ added in v1.0.3
func (o *ArtifactListNotFound) Code() int
Code gets the status code for the artifact list not found response
func (*ArtifactListNotFound) Error ¶
func (o *ArtifactListNotFound) Error() string
func (*ArtifactListNotFound) GetPayload ¶
func (o *ArtifactListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactListNotFound) IsClientError ¶ added in v0.1.0
func (o *ArtifactListNotFound) IsClientError() bool
IsClientError returns true when this artifact list not found response has a 4xx status code
func (*ArtifactListNotFound) IsCode ¶ added in v0.1.0
func (o *ArtifactListNotFound) IsCode(code int) bool
IsCode returns true when this artifact list not found response a status code equal to that given
func (*ArtifactListNotFound) IsRedirect ¶ added in v0.1.0
func (o *ArtifactListNotFound) IsRedirect() bool
IsRedirect returns true when this artifact list not found response has a 3xx status code
func (*ArtifactListNotFound) IsServerError ¶ added in v0.1.0
func (o *ArtifactListNotFound) IsServerError() bool
IsServerError returns true when this artifact list not found response has a 5xx status code
func (*ArtifactListNotFound) IsSuccess ¶ added in v0.1.0
func (o *ArtifactListNotFound) IsSuccess() bool
IsSuccess returns true when this artifact list not found response has a 2xx status code
func (*ArtifactListNotFound) String ¶ added in v0.1.0
func (o *ArtifactListNotFound) String() string
type ArtifactListOK ¶
type ArtifactListOK struct {
Payload *models.V0ArtifactListResponseModel
}
ArtifactListOK describes a response with status code 200, with default header values.
OK
func NewArtifactListOK ¶
func NewArtifactListOK() *ArtifactListOK
NewArtifactListOK creates a ArtifactListOK with default headers values
func (*ArtifactListOK) Code ¶ added in v1.0.3
func (o *ArtifactListOK) Code() int
Code gets the status code for the artifact list o k response
func (*ArtifactListOK) Error ¶
func (o *ArtifactListOK) Error() string
func (*ArtifactListOK) GetPayload ¶
func (o *ArtifactListOK) GetPayload() *models.V0ArtifactListResponseModel
func (*ArtifactListOK) IsClientError ¶ added in v0.1.0
func (o *ArtifactListOK) IsClientError() bool
IsClientError returns true when this artifact list o k response has a 4xx status code
func (*ArtifactListOK) IsCode ¶ added in v0.1.0
func (o *ArtifactListOK) IsCode(code int) bool
IsCode returns true when this artifact list o k response a status code equal to that given
func (*ArtifactListOK) IsRedirect ¶ added in v0.1.0
func (o *ArtifactListOK) IsRedirect() bool
IsRedirect returns true when this artifact list o k response has a 3xx status code
func (*ArtifactListOK) IsServerError ¶ added in v0.1.0
func (o *ArtifactListOK) IsServerError() bool
IsServerError returns true when this artifact list o k response has a 5xx status code
func (*ArtifactListOK) IsSuccess ¶ added in v0.1.0
func (o *ArtifactListOK) IsSuccess() bool
IsSuccess returns true when this artifact list o k response has a 2xx status code
func (*ArtifactListOK) String ¶ added in v0.1.0
func (o *ArtifactListOK) String() string
type ArtifactListParams ¶
type ArtifactListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
/* Limit.
Max number of build artifacts per page is 50.
*/
Limit *int64
/* Next.
Slug of the first build artifact in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ArtifactListParams contains all the parameters to send to the API endpoint
for the artifact list operation. Typically these are written to a http.Request.
func NewArtifactListParams ¶
func NewArtifactListParams() *ArtifactListParams
NewArtifactListParams creates a new ArtifactListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewArtifactListParamsWithContext ¶
func NewArtifactListParamsWithContext(ctx context.Context) *ArtifactListParams
NewArtifactListParamsWithContext creates a new ArtifactListParams object with the ability to set a context for a request.
func NewArtifactListParamsWithHTTPClient ¶
func NewArtifactListParamsWithHTTPClient(client *http.Client) *ArtifactListParams
NewArtifactListParamsWithHTTPClient creates a new ArtifactListParams object with the ability to set a custom HTTPClient for a request.
func NewArtifactListParamsWithTimeout ¶
func NewArtifactListParamsWithTimeout(timeout time.Duration) *ArtifactListParams
NewArtifactListParamsWithTimeout creates a new ArtifactListParams object with the ability to set a timeout on a request.
func (*ArtifactListParams) SetAppSlug ¶
func (o *ArtifactListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the artifact list params
func (*ArtifactListParams) SetBuildSlug ¶
func (o *ArtifactListParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the artifact list params
func (*ArtifactListParams) SetContext ¶
func (o *ArtifactListParams) SetContext(ctx context.Context)
SetContext adds the context to the artifact list params
func (*ArtifactListParams) SetDefaults ¶
func (o *ArtifactListParams) SetDefaults()
SetDefaults hydrates default values in the artifact list params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactListParams) SetHTTPClient ¶
func (o *ArtifactListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the artifact list params
func (*ArtifactListParams) SetLimit ¶
func (o *ArtifactListParams) SetLimit(limit *int64)
SetLimit adds the limit to the artifact list params
func (*ArtifactListParams) SetNext ¶
func (o *ArtifactListParams) SetNext(next *string)
SetNext adds the next to the artifact list params
func (*ArtifactListParams) SetTimeout ¶
func (o *ArtifactListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the artifact list params
func (*ArtifactListParams) WithAppSlug ¶
func (o *ArtifactListParams) WithAppSlug(appSlug string) *ArtifactListParams
WithAppSlug adds the appSlug to the artifact list params
func (*ArtifactListParams) WithBuildSlug ¶
func (o *ArtifactListParams) WithBuildSlug(buildSlug string) *ArtifactListParams
WithBuildSlug adds the buildSlug to the artifact list params
func (*ArtifactListParams) WithContext ¶
func (o *ArtifactListParams) WithContext(ctx context.Context) *ArtifactListParams
WithContext adds the context to the artifact list params
func (*ArtifactListParams) WithDefaults ¶
func (o *ArtifactListParams) WithDefaults() *ArtifactListParams
WithDefaults hydrates default values in the artifact list params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactListParams) WithHTTPClient ¶
func (o *ArtifactListParams) WithHTTPClient(client *http.Client) *ArtifactListParams
WithHTTPClient adds the HTTPClient to the artifact list params
func (*ArtifactListParams) WithLimit ¶
func (o *ArtifactListParams) WithLimit(limit *int64) *ArtifactListParams
WithLimit adds the limit to the artifact list params
func (*ArtifactListParams) WithNext ¶
func (o *ArtifactListParams) WithNext(next *string) *ArtifactListParams
WithNext adds the next to the artifact list params
func (*ArtifactListParams) WithTimeout ¶
func (o *ArtifactListParams) WithTimeout(timeout time.Duration) *ArtifactListParams
WithTimeout adds the timeout to the artifact list params
func (*ArtifactListParams) WriteToRequest ¶
func (o *ArtifactListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArtifactListReader ¶
type ArtifactListReader struct {
// contains filtered or unexported fields
}
ArtifactListReader is a Reader for the ArtifactList structure.
func (*ArtifactListReader) ReadResponse ¶
func (o *ArtifactListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ArtifactListUnauthorized ¶
type ArtifactListUnauthorized struct {
}
ArtifactListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewArtifactListUnauthorized ¶
func NewArtifactListUnauthorized() *ArtifactListUnauthorized
NewArtifactListUnauthorized creates a ArtifactListUnauthorized with default headers values
func (*ArtifactListUnauthorized) Code ¶ added in v1.0.3
func (o *ArtifactListUnauthorized) Code() int
Code gets the status code for the artifact list unauthorized response
func (*ArtifactListUnauthorized) Error ¶
func (o *ArtifactListUnauthorized) Error() string
func (*ArtifactListUnauthorized) GetPayload ¶
func (o *ArtifactListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) IsClientError() bool
IsClientError returns true when this artifact list unauthorized response has a 4xx status code
func (*ArtifactListUnauthorized) IsCode ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) IsCode(code int) bool
IsCode returns true when this artifact list unauthorized response a status code equal to that given
func (*ArtifactListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) IsRedirect() bool
IsRedirect returns true when this artifact list unauthorized response has a 3xx status code
func (*ArtifactListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) IsServerError() bool
IsServerError returns true when this artifact list unauthorized response has a 5xx status code
func (*ArtifactListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) IsSuccess() bool
IsSuccess returns true when this artifact list unauthorized response has a 2xx status code
func (*ArtifactListUnauthorized) String ¶ added in v0.1.0
func (o *ArtifactListUnauthorized) String() string
type ArtifactShowBadRequest ¶
type ArtifactShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewArtifactShowBadRequest ¶
func NewArtifactShowBadRequest() *ArtifactShowBadRequest
NewArtifactShowBadRequest creates a ArtifactShowBadRequest with default headers values
func (*ArtifactShowBadRequest) Code ¶ added in v1.0.3
func (o *ArtifactShowBadRequest) Code() int
Code gets the status code for the artifact show bad request response
func (*ArtifactShowBadRequest) Error ¶
func (o *ArtifactShowBadRequest) Error() string
func (*ArtifactShowBadRequest) GetPayload ¶
func (o *ArtifactShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) IsClientError() bool
IsClientError returns true when this artifact show bad request response has a 4xx status code
func (*ArtifactShowBadRequest) IsCode ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) IsCode(code int) bool
IsCode returns true when this artifact show bad request response a status code equal to that given
func (*ArtifactShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) IsRedirect() bool
IsRedirect returns true when this artifact show bad request response has a 3xx status code
func (*ArtifactShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) IsServerError() bool
IsServerError returns true when this artifact show bad request response has a 5xx status code
func (*ArtifactShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) IsSuccess() bool
IsSuccess returns true when this artifact show bad request response has a 2xx status code
func (*ArtifactShowBadRequest) String ¶ added in v0.1.0
func (o *ArtifactShowBadRequest) String() string
type ArtifactShowInternalServerError ¶
type ArtifactShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewArtifactShowInternalServerError ¶
func NewArtifactShowInternalServerError() *ArtifactShowInternalServerError
NewArtifactShowInternalServerError creates a ArtifactShowInternalServerError with default headers values
func (*ArtifactShowInternalServerError) Code ¶ added in v1.0.3
func (o *ArtifactShowInternalServerError) Code() int
Code gets the status code for the artifact show internal server error response
func (*ArtifactShowInternalServerError) Error ¶
func (o *ArtifactShowInternalServerError) Error() string
func (*ArtifactShowInternalServerError) GetPayload ¶
func (o *ArtifactShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) IsClientError() bool
IsClientError returns true when this artifact show internal server error response has a 4xx status code
func (*ArtifactShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) IsCode(code int) bool
IsCode returns true when this artifact show internal server error response a status code equal to that given
func (*ArtifactShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this artifact show internal server error response has a 3xx status code
func (*ArtifactShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) IsServerError() bool
IsServerError returns true when this artifact show internal server error response has a 5xx status code
func (*ArtifactShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this artifact show internal server error response has a 2xx status code
func (*ArtifactShowInternalServerError) String ¶ added in v0.1.0
func (o *ArtifactShowInternalServerError) String() string
type ArtifactShowNotFound ¶
type ArtifactShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewArtifactShowNotFound ¶
func NewArtifactShowNotFound() *ArtifactShowNotFound
NewArtifactShowNotFound creates a ArtifactShowNotFound with default headers values
func (*ArtifactShowNotFound) Code ¶ added in v1.0.3
func (o *ArtifactShowNotFound) Code() int
Code gets the status code for the artifact show not found response
func (*ArtifactShowNotFound) Error ¶
func (o *ArtifactShowNotFound) Error() string
func (*ArtifactShowNotFound) GetPayload ¶
func (o *ArtifactShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactShowNotFound) IsClientError ¶ added in v0.1.0
func (o *ArtifactShowNotFound) IsClientError() bool
IsClientError returns true when this artifact show not found response has a 4xx status code
func (*ArtifactShowNotFound) IsCode ¶ added in v0.1.0
func (o *ArtifactShowNotFound) IsCode(code int) bool
IsCode returns true when this artifact show not found response a status code equal to that given
func (*ArtifactShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *ArtifactShowNotFound) IsRedirect() bool
IsRedirect returns true when this artifact show not found response has a 3xx status code
func (*ArtifactShowNotFound) IsServerError ¶ added in v0.1.0
func (o *ArtifactShowNotFound) IsServerError() bool
IsServerError returns true when this artifact show not found response has a 5xx status code
func (*ArtifactShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *ArtifactShowNotFound) IsSuccess() bool
IsSuccess returns true when this artifact show not found response has a 2xx status code
func (*ArtifactShowNotFound) String ¶ added in v0.1.0
func (o *ArtifactShowNotFound) String() string
type ArtifactShowOK ¶
type ArtifactShowOK struct {
Payload *models.V0ArtifactShowResponseModel
}
ArtifactShowOK describes a response with status code 200, with default header values.
OK
func NewArtifactShowOK ¶
func NewArtifactShowOK() *ArtifactShowOK
NewArtifactShowOK creates a ArtifactShowOK with default headers values
func (*ArtifactShowOK) Code ¶ added in v1.0.3
func (o *ArtifactShowOK) Code() int
Code gets the status code for the artifact show o k response
func (*ArtifactShowOK) Error ¶
func (o *ArtifactShowOK) Error() string
func (*ArtifactShowOK) GetPayload ¶
func (o *ArtifactShowOK) GetPayload() *models.V0ArtifactShowResponseModel
func (*ArtifactShowOK) IsClientError ¶ added in v0.1.0
func (o *ArtifactShowOK) IsClientError() bool
IsClientError returns true when this artifact show o k response has a 4xx status code
func (*ArtifactShowOK) IsCode ¶ added in v0.1.0
func (o *ArtifactShowOK) IsCode(code int) bool
IsCode returns true when this artifact show o k response a status code equal to that given
func (*ArtifactShowOK) IsRedirect ¶ added in v0.1.0
func (o *ArtifactShowOK) IsRedirect() bool
IsRedirect returns true when this artifact show o k response has a 3xx status code
func (*ArtifactShowOK) IsServerError ¶ added in v0.1.0
func (o *ArtifactShowOK) IsServerError() bool
IsServerError returns true when this artifact show o k response has a 5xx status code
func (*ArtifactShowOK) IsSuccess ¶ added in v0.1.0
func (o *ArtifactShowOK) IsSuccess() bool
IsSuccess returns true when this artifact show o k response has a 2xx status code
func (*ArtifactShowOK) String ¶ added in v0.1.0
func (o *ArtifactShowOK) String() string
type ArtifactShowParams ¶
type ArtifactShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ArtifactSlug.
Artifact slug
*/
ArtifactSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
/* Download.
Setting this will result in a redirect to the artifact download location
*/
Download *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ArtifactShowParams contains all the parameters to send to the API endpoint
for the artifact show operation. Typically these are written to a http.Request.
func NewArtifactShowParams ¶
func NewArtifactShowParams() *ArtifactShowParams
NewArtifactShowParams creates a new ArtifactShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewArtifactShowParamsWithContext ¶
func NewArtifactShowParamsWithContext(ctx context.Context) *ArtifactShowParams
NewArtifactShowParamsWithContext creates a new ArtifactShowParams object with the ability to set a context for a request.
func NewArtifactShowParamsWithHTTPClient ¶
func NewArtifactShowParamsWithHTTPClient(client *http.Client) *ArtifactShowParams
NewArtifactShowParamsWithHTTPClient creates a new ArtifactShowParams object with the ability to set a custom HTTPClient for a request.
func NewArtifactShowParamsWithTimeout ¶
func NewArtifactShowParamsWithTimeout(timeout time.Duration) *ArtifactShowParams
NewArtifactShowParamsWithTimeout creates a new ArtifactShowParams object with the ability to set a timeout on a request.
func (*ArtifactShowParams) SetAppSlug ¶
func (o *ArtifactShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the artifact show params
func (*ArtifactShowParams) SetArtifactSlug ¶
func (o *ArtifactShowParams) SetArtifactSlug(artifactSlug string)
SetArtifactSlug adds the artifactSlug to the artifact show params
func (*ArtifactShowParams) SetBuildSlug ¶
func (o *ArtifactShowParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the artifact show params
func (*ArtifactShowParams) SetContext ¶
func (o *ArtifactShowParams) SetContext(ctx context.Context)
SetContext adds the context to the artifact show params
func (*ArtifactShowParams) SetDefaults ¶
func (o *ArtifactShowParams) SetDefaults()
SetDefaults hydrates default values in the artifact show params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactShowParams) SetDownload ¶
func (o *ArtifactShowParams) SetDownload(download *int64)
SetDownload adds the download to the artifact show params
func (*ArtifactShowParams) SetHTTPClient ¶
func (o *ArtifactShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the artifact show params
func (*ArtifactShowParams) SetTimeout ¶
func (o *ArtifactShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the artifact show params
func (*ArtifactShowParams) WithAppSlug ¶
func (o *ArtifactShowParams) WithAppSlug(appSlug string) *ArtifactShowParams
WithAppSlug adds the appSlug to the artifact show params
func (*ArtifactShowParams) WithArtifactSlug ¶
func (o *ArtifactShowParams) WithArtifactSlug(artifactSlug string) *ArtifactShowParams
WithArtifactSlug adds the artifactSlug to the artifact show params
func (*ArtifactShowParams) WithBuildSlug ¶
func (o *ArtifactShowParams) WithBuildSlug(buildSlug string) *ArtifactShowParams
WithBuildSlug adds the buildSlug to the artifact show params
func (*ArtifactShowParams) WithContext ¶
func (o *ArtifactShowParams) WithContext(ctx context.Context) *ArtifactShowParams
WithContext adds the context to the artifact show params
func (*ArtifactShowParams) WithDefaults ¶
func (o *ArtifactShowParams) WithDefaults() *ArtifactShowParams
WithDefaults hydrates default values in the artifact show params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactShowParams) WithDownload ¶
func (o *ArtifactShowParams) WithDownload(download *int64) *ArtifactShowParams
WithDownload adds the download to the artifact show params
func (*ArtifactShowParams) WithHTTPClient ¶
func (o *ArtifactShowParams) WithHTTPClient(client *http.Client) *ArtifactShowParams
WithHTTPClient adds the HTTPClient to the artifact show params
func (*ArtifactShowParams) WithTimeout ¶
func (o *ArtifactShowParams) WithTimeout(timeout time.Duration) *ArtifactShowParams
WithTimeout adds the timeout to the artifact show params
func (*ArtifactShowParams) WriteToRequest ¶
func (o *ArtifactShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArtifactShowReader ¶
type ArtifactShowReader struct {
// contains filtered or unexported fields
}
ArtifactShowReader is a Reader for the ArtifactShow structure.
func (*ArtifactShowReader) ReadResponse ¶
func (o *ArtifactShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ArtifactShowUnauthorized ¶
type ArtifactShowUnauthorized struct {
}
ArtifactShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewArtifactShowUnauthorized ¶
func NewArtifactShowUnauthorized() *ArtifactShowUnauthorized
NewArtifactShowUnauthorized creates a ArtifactShowUnauthorized with default headers values
func (*ArtifactShowUnauthorized) Code ¶ added in v1.0.3
func (o *ArtifactShowUnauthorized) Code() int
Code gets the status code for the artifact show unauthorized response
func (*ArtifactShowUnauthorized) Error ¶
func (o *ArtifactShowUnauthorized) Error() string
func (*ArtifactShowUnauthorized) GetPayload ¶
func (o *ArtifactShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) IsClientError() bool
IsClientError returns true when this artifact show unauthorized response has a 4xx status code
func (*ArtifactShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) IsCode(code int) bool
IsCode returns true when this artifact show unauthorized response a status code equal to that given
func (*ArtifactShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this artifact show unauthorized response has a 3xx status code
func (*ArtifactShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) IsServerError() bool
IsServerError returns true when this artifact show unauthorized response has a 5xx status code
func (*ArtifactShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this artifact show unauthorized response has a 2xx status code
func (*ArtifactShowUnauthorized) String ¶ added in v0.1.0
func (o *ArtifactShowUnauthorized) String() string
type ArtifactUpdateBadRequest ¶
type ArtifactUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewArtifactUpdateBadRequest ¶
func NewArtifactUpdateBadRequest() *ArtifactUpdateBadRequest
NewArtifactUpdateBadRequest creates a ArtifactUpdateBadRequest with default headers values
func (*ArtifactUpdateBadRequest) Code ¶ added in v1.0.3
func (o *ArtifactUpdateBadRequest) Code() int
Code gets the status code for the artifact update bad request response
func (*ArtifactUpdateBadRequest) Error ¶
func (o *ArtifactUpdateBadRequest) Error() string
func (*ArtifactUpdateBadRequest) GetPayload ¶
func (o *ArtifactUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) IsClientError() bool
IsClientError returns true when this artifact update bad request response has a 4xx status code
func (*ArtifactUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this artifact update bad request response a status code equal to that given
func (*ArtifactUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this artifact update bad request response has a 3xx status code
func (*ArtifactUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) IsServerError() bool
IsServerError returns true when this artifact update bad request response has a 5xx status code
func (*ArtifactUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this artifact update bad request response has a 2xx status code
func (*ArtifactUpdateBadRequest) String ¶ added in v0.1.0
func (o *ArtifactUpdateBadRequest) String() string
type ArtifactUpdateInternalServerError ¶
type ArtifactUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewArtifactUpdateInternalServerError ¶
func NewArtifactUpdateInternalServerError() *ArtifactUpdateInternalServerError
NewArtifactUpdateInternalServerError creates a ArtifactUpdateInternalServerError with default headers values
func (*ArtifactUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *ArtifactUpdateInternalServerError) Code() int
Code gets the status code for the artifact update internal server error response
func (*ArtifactUpdateInternalServerError) Error ¶
func (o *ArtifactUpdateInternalServerError) Error() string
func (*ArtifactUpdateInternalServerError) GetPayload ¶
func (o *ArtifactUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this artifact update internal server error response has a 4xx status code
func (*ArtifactUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this artifact update internal server error response a status code equal to that given
func (*ArtifactUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this artifact update internal server error response has a 3xx status code
func (*ArtifactUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this artifact update internal server error response has a 5xx status code
func (*ArtifactUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this artifact update internal server error response has a 2xx status code
func (*ArtifactUpdateInternalServerError) String ¶ added in v0.1.0
func (o *ArtifactUpdateInternalServerError) String() string
type ArtifactUpdateNotFound ¶
type ArtifactUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ArtifactUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewArtifactUpdateNotFound ¶
func NewArtifactUpdateNotFound() *ArtifactUpdateNotFound
NewArtifactUpdateNotFound creates a ArtifactUpdateNotFound with default headers values
func (*ArtifactUpdateNotFound) Code ¶ added in v1.0.3
func (o *ArtifactUpdateNotFound) Code() int
Code gets the status code for the artifact update not found response
func (*ArtifactUpdateNotFound) Error ¶
func (o *ArtifactUpdateNotFound) Error() string
func (*ArtifactUpdateNotFound) GetPayload ¶
func (o *ArtifactUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) IsClientError() bool
IsClientError returns true when this artifact update not found response has a 4xx status code
func (*ArtifactUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) IsCode(code int) bool
IsCode returns true when this artifact update not found response a status code equal to that given
func (*ArtifactUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this artifact update not found response has a 3xx status code
func (*ArtifactUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) IsServerError() bool
IsServerError returns true when this artifact update not found response has a 5xx status code
func (*ArtifactUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this artifact update not found response has a 2xx status code
func (*ArtifactUpdateNotFound) String ¶ added in v0.1.0
func (o *ArtifactUpdateNotFound) String() string
type ArtifactUpdateOK ¶
type ArtifactUpdateOK struct {
Payload *models.V0ArtifactShowResponseModel
}
ArtifactUpdateOK describes a response with status code 200, with default header values.
OK
func NewArtifactUpdateOK ¶
func NewArtifactUpdateOK() *ArtifactUpdateOK
NewArtifactUpdateOK creates a ArtifactUpdateOK with default headers values
func (*ArtifactUpdateOK) Code ¶ added in v1.0.3
func (o *ArtifactUpdateOK) Code() int
Code gets the status code for the artifact update o k response
func (*ArtifactUpdateOK) Error ¶
func (o *ArtifactUpdateOK) Error() string
func (*ArtifactUpdateOK) GetPayload ¶
func (o *ArtifactUpdateOK) GetPayload() *models.V0ArtifactShowResponseModel
func (*ArtifactUpdateOK) IsClientError ¶ added in v0.1.0
func (o *ArtifactUpdateOK) IsClientError() bool
IsClientError returns true when this artifact update o k response has a 4xx status code
func (*ArtifactUpdateOK) IsCode ¶ added in v0.1.0
func (o *ArtifactUpdateOK) IsCode(code int) bool
IsCode returns true when this artifact update o k response a status code equal to that given
func (*ArtifactUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *ArtifactUpdateOK) IsRedirect() bool
IsRedirect returns true when this artifact update o k response has a 3xx status code
func (*ArtifactUpdateOK) IsServerError ¶ added in v0.1.0
func (o *ArtifactUpdateOK) IsServerError() bool
IsServerError returns true when this artifact update o k response has a 5xx status code
func (*ArtifactUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *ArtifactUpdateOK) IsSuccess() bool
IsSuccess returns true when this artifact update o k response has a 2xx status code
func (*ArtifactUpdateOK) String ¶ added in v0.1.0
func (o *ArtifactUpdateOK) String() string
type ArtifactUpdateParams ¶
type ArtifactUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ArtifactParams.
Artifact parameters
*/
ArtifactParams *models.V0ArtifactUpdateParams
/* ArtifactSlug.
Artifact slug
*/
ArtifactSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ArtifactUpdateParams contains all the parameters to send to the API endpoint
for the artifact update operation. Typically these are written to a http.Request.
func NewArtifactUpdateParams ¶
func NewArtifactUpdateParams() *ArtifactUpdateParams
NewArtifactUpdateParams creates a new ArtifactUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewArtifactUpdateParamsWithContext ¶
func NewArtifactUpdateParamsWithContext(ctx context.Context) *ArtifactUpdateParams
NewArtifactUpdateParamsWithContext creates a new ArtifactUpdateParams object with the ability to set a context for a request.
func NewArtifactUpdateParamsWithHTTPClient ¶
func NewArtifactUpdateParamsWithHTTPClient(client *http.Client) *ArtifactUpdateParams
NewArtifactUpdateParamsWithHTTPClient creates a new ArtifactUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewArtifactUpdateParamsWithTimeout ¶
func NewArtifactUpdateParamsWithTimeout(timeout time.Duration) *ArtifactUpdateParams
NewArtifactUpdateParamsWithTimeout creates a new ArtifactUpdateParams object with the ability to set a timeout on a request.
func (*ArtifactUpdateParams) SetAppSlug ¶
func (o *ArtifactUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the artifact update params
func (*ArtifactUpdateParams) SetArtifactParams ¶
func (o *ArtifactUpdateParams) SetArtifactParams(artifactParams *models.V0ArtifactUpdateParams)
SetArtifactParams adds the artifactParams to the artifact update params
func (*ArtifactUpdateParams) SetArtifactSlug ¶
func (o *ArtifactUpdateParams) SetArtifactSlug(artifactSlug string)
SetArtifactSlug adds the artifactSlug to the artifact update params
func (*ArtifactUpdateParams) SetBuildSlug ¶
func (o *ArtifactUpdateParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the artifact update params
func (*ArtifactUpdateParams) SetContext ¶
func (o *ArtifactUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the artifact update params
func (*ArtifactUpdateParams) SetDefaults ¶
func (o *ArtifactUpdateParams) SetDefaults()
SetDefaults hydrates default values in the artifact update params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactUpdateParams) SetHTTPClient ¶
func (o *ArtifactUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the artifact update params
func (*ArtifactUpdateParams) SetTimeout ¶
func (o *ArtifactUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the artifact update params
func (*ArtifactUpdateParams) WithAppSlug ¶
func (o *ArtifactUpdateParams) WithAppSlug(appSlug string) *ArtifactUpdateParams
WithAppSlug adds the appSlug to the artifact update params
func (*ArtifactUpdateParams) WithArtifactParams ¶
func (o *ArtifactUpdateParams) WithArtifactParams(artifactParams *models.V0ArtifactUpdateParams) *ArtifactUpdateParams
WithArtifactParams adds the artifactParams to the artifact update params
func (*ArtifactUpdateParams) WithArtifactSlug ¶
func (o *ArtifactUpdateParams) WithArtifactSlug(artifactSlug string) *ArtifactUpdateParams
WithArtifactSlug adds the artifactSlug to the artifact update params
func (*ArtifactUpdateParams) WithBuildSlug ¶
func (o *ArtifactUpdateParams) WithBuildSlug(buildSlug string) *ArtifactUpdateParams
WithBuildSlug adds the buildSlug to the artifact update params
func (*ArtifactUpdateParams) WithContext ¶
func (o *ArtifactUpdateParams) WithContext(ctx context.Context) *ArtifactUpdateParams
WithContext adds the context to the artifact update params
func (*ArtifactUpdateParams) WithDefaults ¶
func (o *ArtifactUpdateParams) WithDefaults() *ArtifactUpdateParams
WithDefaults hydrates default values in the artifact update params (not the query body).
All values with no default are reset to their zero value.
func (*ArtifactUpdateParams) WithHTTPClient ¶
func (o *ArtifactUpdateParams) WithHTTPClient(client *http.Client) *ArtifactUpdateParams
WithHTTPClient adds the HTTPClient to the artifact update params
func (*ArtifactUpdateParams) WithTimeout ¶
func (o *ArtifactUpdateParams) WithTimeout(timeout time.Duration) *ArtifactUpdateParams
WithTimeout adds the timeout to the artifact update params
func (*ArtifactUpdateParams) WriteToRequest ¶
func (o *ArtifactUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArtifactUpdateReader ¶
type ArtifactUpdateReader struct {
// contains filtered or unexported fields
}
ArtifactUpdateReader is a Reader for the ArtifactUpdate structure.
func (*ArtifactUpdateReader) ReadResponse ¶
func (o *ArtifactUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ArtifactUpdateUnauthorized ¶
type ArtifactUpdateUnauthorized struct {
}
ArtifactUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewArtifactUpdateUnauthorized ¶
func NewArtifactUpdateUnauthorized() *ArtifactUpdateUnauthorized
NewArtifactUpdateUnauthorized creates a ArtifactUpdateUnauthorized with default headers values
func (*ArtifactUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *ArtifactUpdateUnauthorized) Code() int
Code gets the status code for the artifact update unauthorized response
func (*ArtifactUpdateUnauthorized) Error ¶
func (o *ArtifactUpdateUnauthorized) Error() string
func (*ArtifactUpdateUnauthorized) GetPayload ¶
func (o *ArtifactUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ArtifactUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this artifact update unauthorized response has a 4xx status code
func (*ArtifactUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this artifact update unauthorized response a status code equal to that given
func (*ArtifactUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this artifact update unauthorized response has a 3xx status code
func (*ArtifactUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this artifact update unauthorized response has a 5xx status code
func (*ArtifactUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this artifact update unauthorized response has a 2xx status code
func (*ArtifactUpdateUnauthorized) String ¶ added in v0.1.0
func (o *ArtifactUpdateUnauthorized) String() string
type BranchListBadRequest ¶
type BranchListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BranchListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBranchListBadRequest ¶
func NewBranchListBadRequest() *BranchListBadRequest
NewBranchListBadRequest creates a BranchListBadRequest with default headers values
func (*BranchListBadRequest) Code ¶ added in v1.0.3
func (o *BranchListBadRequest) Code() int
Code gets the status code for the branch list bad request response
func (*BranchListBadRequest) Error ¶
func (o *BranchListBadRequest) Error() string
func (*BranchListBadRequest) GetPayload ¶
func (o *BranchListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BranchListBadRequest) IsClientError ¶ added in v0.1.0
func (o *BranchListBadRequest) IsClientError() bool
IsClientError returns true when this branch list bad request response has a 4xx status code
func (*BranchListBadRequest) IsCode ¶ added in v0.1.0
func (o *BranchListBadRequest) IsCode(code int) bool
IsCode returns true when this branch list bad request response a status code equal to that given
func (*BranchListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BranchListBadRequest) IsRedirect() bool
IsRedirect returns true when this branch list bad request response has a 3xx status code
func (*BranchListBadRequest) IsServerError ¶ added in v0.1.0
func (o *BranchListBadRequest) IsServerError() bool
IsServerError returns true when this branch list bad request response has a 5xx status code
func (*BranchListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BranchListBadRequest) IsSuccess() bool
IsSuccess returns true when this branch list bad request response has a 2xx status code
func (*BranchListBadRequest) String ¶ added in v0.1.0
func (o *BranchListBadRequest) String() string
type BranchListInternalServerError ¶
type BranchListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BranchListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBranchListInternalServerError ¶
func NewBranchListInternalServerError() *BranchListInternalServerError
NewBranchListInternalServerError creates a BranchListInternalServerError with default headers values
func (*BranchListInternalServerError) Code ¶ added in v1.0.3
func (o *BranchListInternalServerError) Code() int
Code gets the status code for the branch list internal server error response
func (*BranchListInternalServerError) Error ¶
func (o *BranchListInternalServerError) Error() string
func (*BranchListInternalServerError) GetPayload ¶
func (o *BranchListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BranchListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BranchListInternalServerError) IsClientError() bool
IsClientError returns true when this branch list internal server error response has a 4xx status code
func (*BranchListInternalServerError) IsCode ¶ added in v0.1.0
func (o *BranchListInternalServerError) IsCode(code int) bool
IsCode returns true when this branch list internal server error response a status code equal to that given
func (*BranchListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BranchListInternalServerError) IsRedirect() bool
IsRedirect returns true when this branch list internal server error response has a 3xx status code
func (*BranchListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BranchListInternalServerError) IsServerError() bool
IsServerError returns true when this branch list internal server error response has a 5xx status code
func (*BranchListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BranchListInternalServerError) IsSuccess() bool
IsSuccess returns true when this branch list internal server error response has a 2xx status code
func (*BranchListInternalServerError) String ¶ added in v0.1.0
func (o *BranchListInternalServerError) String() string
type BranchListNotFound ¶
type BranchListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BranchListNotFound describes a response with status code 404, with default header values.
Not Found
func NewBranchListNotFound ¶
func NewBranchListNotFound() *BranchListNotFound
NewBranchListNotFound creates a BranchListNotFound with default headers values
func (*BranchListNotFound) Code ¶ added in v1.0.3
func (o *BranchListNotFound) Code() int
Code gets the status code for the branch list not found response
func (*BranchListNotFound) Error ¶
func (o *BranchListNotFound) Error() string
func (*BranchListNotFound) GetPayload ¶
func (o *BranchListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BranchListNotFound) IsClientError ¶ added in v0.1.0
func (o *BranchListNotFound) IsClientError() bool
IsClientError returns true when this branch list not found response has a 4xx status code
func (*BranchListNotFound) IsCode ¶ added in v0.1.0
func (o *BranchListNotFound) IsCode(code int) bool
IsCode returns true when this branch list not found response a status code equal to that given
func (*BranchListNotFound) IsRedirect ¶ added in v0.1.0
func (o *BranchListNotFound) IsRedirect() bool
IsRedirect returns true when this branch list not found response has a 3xx status code
func (*BranchListNotFound) IsServerError ¶ added in v0.1.0
func (o *BranchListNotFound) IsServerError() bool
IsServerError returns true when this branch list not found response has a 5xx status code
func (*BranchListNotFound) IsSuccess ¶ added in v0.1.0
func (o *BranchListNotFound) IsSuccess() bool
IsSuccess returns true when this branch list not found response has a 2xx status code
func (*BranchListNotFound) String ¶ added in v0.1.0
func (o *BranchListNotFound) String() string
type BranchListOK ¶
type BranchListOK struct {
Payload *models.V0BranchListResponseModel
}
BranchListOK describes a response with status code 200, with default header values.
OK
func NewBranchListOK ¶
func NewBranchListOK() *BranchListOK
NewBranchListOK creates a BranchListOK with default headers values
func (*BranchListOK) Code ¶ added in v1.0.3
func (o *BranchListOK) Code() int
Code gets the status code for the branch list o k response
func (*BranchListOK) Error ¶
func (o *BranchListOK) Error() string
func (*BranchListOK) GetPayload ¶
func (o *BranchListOK) GetPayload() *models.V0BranchListResponseModel
func (*BranchListOK) IsClientError ¶ added in v0.1.0
func (o *BranchListOK) IsClientError() bool
IsClientError returns true when this branch list o k response has a 4xx status code
func (*BranchListOK) IsCode ¶ added in v0.1.0
func (o *BranchListOK) IsCode(code int) bool
IsCode returns true when this branch list o k response a status code equal to that given
func (*BranchListOK) IsRedirect ¶ added in v0.1.0
func (o *BranchListOK) IsRedirect() bool
IsRedirect returns true when this branch list o k response has a 3xx status code
func (*BranchListOK) IsServerError ¶ added in v0.1.0
func (o *BranchListOK) IsServerError() bool
IsServerError returns true when this branch list o k response has a 5xx status code
func (*BranchListOK) IsSuccess ¶ added in v0.1.0
func (o *BranchListOK) IsSuccess() bool
IsSuccess returns true when this branch list o k response has a 2xx status code
func (*BranchListOK) String ¶ added in v0.1.0
func (o *BranchListOK) String() string
type BranchListParams ¶
type BranchListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BranchListParams contains all the parameters to send to the API endpoint
for the branch list operation. Typically these are written to a http.Request.
func NewBranchListParams ¶
func NewBranchListParams() *BranchListParams
NewBranchListParams creates a new BranchListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBranchListParamsWithContext ¶
func NewBranchListParamsWithContext(ctx context.Context) *BranchListParams
NewBranchListParamsWithContext creates a new BranchListParams object with the ability to set a context for a request.
func NewBranchListParamsWithHTTPClient ¶
func NewBranchListParamsWithHTTPClient(client *http.Client) *BranchListParams
NewBranchListParamsWithHTTPClient creates a new BranchListParams object with the ability to set a custom HTTPClient for a request.
func NewBranchListParamsWithTimeout ¶
func NewBranchListParamsWithTimeout(timeout time.Duration) *BranchListParams
NewBranchListParamsWithTimeout creates a new BranchListParams object with the ability to set a timeout on a request.
func (*BranchListParams) SetAppSlug ¶
func (o *BranchListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the branch list params
func (*BranchListParams) SetContext ¶
func (o *BranchListParams) SetContext(ctx context.Context)
SetContext adds the context to the branch list params
func (*BranchListParams) SetDefaults ¶
func (o *BranchListParams) SetDefaults()
SetDefaults hydrates default values in the branch list params (not the query body).
All values with no default are reset to their zero value.
func (*BranchListParams) SetHTTPClient ¶
func (o *BranchListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the branch list params
func (*BranchListParams) SetTimeout ¶
func (o *BranchListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the branch list params
func (*BranchListParams) WithAppSlug ¶
func (o *BranchListParams) WithAppSlug(appSlug string) *BranchListParams
WithAppSlug adds the appSlug to the branch list params
func (*BranchListParams) WithContext ¶
func (o *BranchListParams) WithContext(ctx context.Context) *BranchListParams
WithContext adds the context to the branch list params
func (*BranchListParams) WithDefaults ¶
func (o *BranchListParams) WithDefaults() *BranchListParams
WithDefaults hydrates default values in the branch list params (not the query body).
All values with no default are reset to their zero value.
func (*BranchListParams) WithHTTPClient ¶
func (o *BranchListParams) WithHTTPClient(client *http.Client) *BranchListParams
WithHTTPClient adds the HTTPClient to the branch list params
func (*BranchListParams) WithTimeout ¶
func (o *BranchListParams) WithTimeout(timeout time.Duration) *BranchListParams
WithTimeout adds the timeout to the branch list params
func (*BranchListParams) WriteToRequest ¶
func (o *BranchListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BranchListReader ¶
type BranchListReader struct {
// contains filtered or unexported fields
}
BranchListReader is a Reader for the BranchList structure.
func (*BranchListReader) ReadResponse ¶
func (o *BranchListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BranchListUnauthorized ¶
type BranchListUnauthorized struct {
}
BranchListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBranchListUnauthorized ¶
func NewBranchListUnauthorized() *BranchListUnauthorized
NewBranchListUnauthorized creates a BranchListUnauthorized with default headers values
func (*BranchListUnauthorized) Code ¶ added in v1.0.3
func (o *BranchListUnauthorized) Code() int
Code gets the status code for the branch list unauthorized response
func (*BranchListUnauthorized) Error ¶
func (o *BranchListUnauthorized) Error() string
func (*BranchListUnauthorized) GetPayload ¶
func (o *BranchListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BranchListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BranchListUnauthorized) IsClientError() bool
IsClientError returns true when this branch list unauthorized response has a 4xx status code
func (*BranchListUnauthorized) IsCode ¶ added in v0.1.0
func (o *BranchListUnauthorized) IsCode(code int) bool
IsCode returns true when this branch list unauthorized response a status code equal to that given
func (*BranchListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BranchListUnauthorized) IsRedirect() bool
IsRedirect returns true when this branch list unauthorized response has a 3xx status code
func (*BranchListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BranchListUnauthorized) IsServerError() bool
IsServerError returns true when this branch list unauthorized response has a 5xx status code
func (*BranchListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BranchListUnauthorized) IsSuccess() bool
IsSuccess returns true when this branch list unauthorized response has a 2xx status code
func (*BranchListUnauthorized) String ¶ added in v0.1.0
func (o *BranchListUnauthorized) String() string
type BuildAbortBadRequest ¶
type BuildAbortBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildAbortBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildAbortBadRequest ¶
func NewBuildAbortBadRequest() *BuildAbortBadRequest
NewBuildAbortBadRequest creates a BuildAbortBadRequest with default headers values
func (*BuildAbortBadRequest) Code ¶ added in v1.0.3
func (o *BuildAbortBadRequest) Code() int
Code gets the status code for the build abort bad request response
func (*BuildAbortBadRequest) Error ¶
func (o *BuildAbortBadRequest) Error() string
func (*BuildAbortBadRequest) GetPayload ¶
func (o *BuildAbortBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildAbortBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildAbortBadRequest) IsClientError() bool
IsClientError returns true when this build abort bad request response has a 4xx status code
func (*BuildAbortBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildAbortBadRequest) IsCode(code int) bool
IsCode returns true when this build abort bad request response a status code equal to that given
func (*BuildAbortBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortBadRequest) IsRedirect() bool
IsRedirect returns true when this build abort bad request response has a 3xx status code
func (*BuildAbortBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildAbortBadRequest) IsServerError() bool
IsServerError returns true when this build abort bad request response has a 5xx status code
func (*BuildAbortBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortBadRequest) IsSuccess() bool
IsSuccess returns true when this build abort bad request response has a 2xx status code
func (*BuildAbortBadRequest) String ¶ added in v0.1.0
func (o *BuildAbortBadRequest) String() string
type BuildAbortInternalServerError ¶
type BuildAbortInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildAbortInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildAbortInternalServerError ¶
func NewBuildAbortInternalServerError() *BuildAbortInternalServerError
NewBuildAbortInternalServerError creates a BuildAbortInternalServerError with default headers values
func (*BuildAbortInternalServerError) Code ¶ added in v1.0.3
func (o *BuildAbortInternalServerError) Code() int
Code gets the status code for the build abort internal server error response
func (*BuildAbortInternalServerError) Error ¶
func (o *BuildAbortInternalServerError) Error() string
func (*BuildAbortInternalServerError) GetPayload ¶
func (o *BuildAbortInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildAbortInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) IsClientError() bool
IsClientError returns true when this build abort internal server error response has a 4xx status code
func (*BuildAbortInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) IsCode(code int) bool
IsCode returns true when this build abort internal server error response a status code equal to that given
func (*BuildAbortInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) IsRedirect() bool
IsRedirect returns true when this build abort internal server error response has a 3xx status code
func (*BuildAbortInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) IsServerError() bool
IsServerError returns true when this build abort internal server error response has a 5xx status code
func (*BuildAbortInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) IsSuccess() bool
IsSuccess returns true when this build abort internal server error response has a 2xx status code
func (*BuildAbortInternalServerError) String ¶ added in v0.1.0
func (o *BuildAbortInternalServerError) String() string
type BuildAbortNotFound ¶
type BuildAbortNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildAbortNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildAbortNotFound ¶
func NewBuildAbortNotFound() *BuildAbortNotFound
NewBuildAbortNotFound creates a BuildAbortNotFound with default headers values
func (*BuildAbortNotFound) Code ¶ added in v1.0.3
func (o *BuildAbortNotFound) Code() int
Code gets the status code for the build abort not found response
func (*BuildAbortNotFound) Error ¶
func (o *BuildAbortNotFound) Error() string
func (*BuildAbortNotFound) GetPayload ¶
func (o *BuildAbortNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildAbortNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildAbortNotFound) IsClientError() bool
IsClientError returns true when this build abort not found response has a 4xx status code
func (*BuildAbortNotFound) IsCode ¶ added in v0.1.0
func (o *BuildAbortNotFound) IsCode(code int) bool
IsCode returns true when this build abort not found response a status code equal to that given
func (*BuildAbortNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortNotFound) IsRedirect() bool
IsRedirect returns true when this build abort not found response has a 3xx status code
func (*BuildAbortNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildAbortNotFound) IsServerError() bool
IsServerError returns true when this build abort not found response has a 5xx status code
func (*BuildAbortNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortNotFound) IsSuccess() bool
IsSuccess returns true when this build abort not found response has a 2xx status code
func (*BuildAbortNotFound) String ¶ added in v0.1.0
func (o *BuildAbortNotFound) String() string
type BuildAbortOK ¶
type BuildAbortOK struct {
Payload *models.V0BuildAbortResponseModel
}
BuildAbortOK describes a response with status code 200, with default header values.
OK
func NewBuildAbortOK ¶
func NewBuildAbortOK() *BuildAbortOK
NewBuildAbortOK creates a BuildAbortOK with default headers values
func (*BuildAbortOK) Code ¶ added in v1.0.3
func (o *BuildAbortOK) Code() int
Code gets the status code for the build abort o k response
func (*BuildAbortOK) Error ¶
func (o *BuildAbortOK) Error() string
func (*BuildAbortOK) GetPayload ¶
func (o *BuildAbortOK) GetPayload() *models.V0BuildAbortResponseModel
func (*BuildAbortOK) IsClientError ¶ added in v0.1.0
func (o *BuildAbortOK) IsClientError() bool
IsClientError returns true when this build abort o k response has a 4xx status code
func (*BuildAbortOK) IsCode ¶ added in v0.1.0
func (o *BuildAbortOK) IsCode(code int) bool
IsCode returns true when this build abort o k response a status code equal to that given
func (*BuildAbortOK) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortOK) IsRedirect() bool
IsRedirect returns true when this build abort o k response has a 3xx status code
func (*BuildAbortOK) IsServerError ¶ added in v0.1.0
func (o *BuildAbortOK) IsServerError() bool
IsServerError returns true when this build abort o k response has a 5xx status code
func (*BuildAbortOK) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortOK) IsSuccess() bool
IsSuccess returns true when this build abort o k response has a 2xx status code
func (*BuildAbortOK) String ¶ added in v0.1.0
func (o *BuildAbortOK) String() string
type BuildAbortParams ¶
type BuildAbortParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildAbortParams.
Build abort parameters
*/
BuildAbortParams *models.V0BuildAbortParams
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildAbortParams contains all the parameters to send to the API endpoint
for the build abort operation. Typically these are written to a http.Request.
func NewBuildAbortParams ¶
func NewBuildAbortParams() *BuildAbortParams
NewBuildAbortParams creates a new BuildAbortParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildAbortParamsWithContext ¶
func NewBuildAbortParamsWithContext(ctx context.Context) *BuildAbortParams
NewBuildAbortParamsWithContext creates a new BuildAbortParams object with the ability to set a context for a request.
func NewBuildAbortParamsWithHTTPClient ¶
func NewBuildAbortParamsWithHTTPClient(client *http.Client) *BuildAbortParams
NewBuildAbortParamsWithHTTPClient creates a new BuildAbortParams object with the ability to set a custom HTTPClient for a request.
func NewBuildAbortParamsWithTimeout ¶
func NewBuildAbortParamsWithTimeout(timeout time.Duration) *BuildAbortParams
NewBuildAbortParamsWithTimeout creates a new BuildAbortParams object with the ability to set a timeout on a request.
func (*BuildAbortParams) SetAppSlug ¶
func (o *BuildAbortParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build abort params
func (*BuildAbortParams) SetBuildAbortParams ¶
func (o *BuildAbortParams) SetBuildAbortParams(buildAbortParams *models.V0BuildAbortParams)
SetBuildAbortParams adds the buildAbortParams to the build abort params
func (*BuildAbortParams) SetBuildSlug ¶
func (o *BuildAbortParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the build abort params
func (*BuildAbortParams) SetContext ¶
func (o *BuildAbortParams) SetContext(ctx context.Context)
SetContext adds the context to the build abort params
func (*BuildAbortParams) SetDefaults ¶
func (o *BuildAbortParams) SetDefaults()
SetDefaults hydrates default values in the build abort params (not the query body).
All values with no default are reset to their zero value.
func (*BuildAbortParams) SetHTTPClient ¶
func (o *BuildAbortParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build abort params
func (*BuildAbortParams) SetTimeout ¶
func (o *BuildAbortParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build abort params
func (*BuildAbortParams) WithAppSlug ¶
func (o *BuildAbortParams) WithAppSlug(appSlug string) *BuildAbortParams
WithAppSlug adds the appSlug to the build abort params
func (*BuildAbortParams) WithBuildAbortParams ¶
func (o *BuildAbortParams) WithBuildAbortParams(buildAbortParams *models.V0BuildAbortParams) *BuildAbortParams
WithBuildAbortParams adds the buildAbortParams to the build abort params
func (*BuildAbortParams) WithBuildSlug ¶
func (o *BuildAbortParams) WithBuildSlug(buildSlug string) *BuildAbortParams
WithBuildSlug adds the buildSlug to the build abort params
func (*BuildAbortParams) WithContext ¶
func (o *BuildAbortParams) WithContext(ctx context.Context) *BuildAbortParams
WithContext adds the context to the build abort params
func (*BuildAbortParams) WithDefaults ¶
func (o *BuildAbortParams) WithDefaults() *BuildAbortParams
WithDefaults hydrates default values in the build abort params (not the query body).
All values with no default are reset to their zero value.
func (*BuildAbortParams) WithHTTPClient ¶
func (o *BuildAbortParams) WithHTTPClient(client *http.Client) *BuildAbortParams
WithHTTPClient adds the HTTPClient to the build abort params
func (*BuildAbortParams) WithTimeout ¶
func (o *BuildAbortParams) WithTimeout(timeout time.Duration) *BuildAbortParams
WithTimeout adds the timeout to the build abort params
func (*BuildAbortParams) WriteToRequest ¶
func (o *BuildAbortParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildAbortReader ¶
type BuildAbortReader struct {
// contains filtered or unexported fields
}
BuildAbortReader is a Reader for the BuildAbort structure.
func (*BuildAbortReader) ReadResponse ¶
func (o *BuildAbortReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildAbortTooManyRequests ¶
type BuildAbortTooManyRequests struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildAbortTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewBuildAbortTooManyRequests ¶
func NewBuildAbortTooManyRequests() *BuildAbortTooManyRequests
NewBuildAbortTooManyRequests creates a BuildAbortTooManyRequests with default headers values
func (*BuildAbortTooManyRequests) Code ¶ added in v1.0.3
func (o *BuildAbortTooManyRequests) Code() int
Code gets the status code for the build abort too many requests response
func (*BuildAbortTooManyRequests) Error ¶
func (o *BuildAbortTooManyRequests) Error() string
func (*BuildAbortTooManyRequests) GetPayload ¶
func (o *BuildAbortTooManyRequests) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildAbortTooManyRequests) IsClientError ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) IsClientError() bool
IsClientError returns true when this build abort too many requests response has a 4xx status code
func (*BuildAbortTooManyRequests) IsCode ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) IsCode(code int) bool
IsCode returns true when this build abort too many requests response a status code equal to that given
func (*BuildAbortTooManyRequests) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) IsRedirect() bool
IsRedirect returns true when this build abort too many requests response has a 3xx status code
func (*BuildAbortTooManyRequests) IsServerError ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) IsServerError() bool
IsServerError returns true when this build abort too many requests response has a 5xx status code
func (*BuildAbortTooManyRequests) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) IsSuccess() bool
IsSuccess returns true when this build abort too many requests response has a 2xx status code
func (*BuildAbortTooManyRequests) String ¶ added in v0.1.0
func (o *BuildAbortTooManyRequests) String() string
type BuildAbortUnauthorized ¶
type BuildAbortUnauthorized struct {
}
BuildAbortUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildAbortUnauthorized ¶
func NewBuildAbortUnauthorized() *BuildAbortUnauthorized
NewBuildAbortUnauthorized creates a BuildAbortUnauthorized with default headers values
func (*BuildAbortUnauthorized) Code ¶ added in v1.0.3
func (o *BuildAbortUnauthorized) Code() int
Code gets the status code for the build abort unauthorized response
func (*BuildAbortUnauthorized) Error ¶
func (o *BuildAbortUnauthorized) Error() string
func (*BuildAbortUnauthorized) GetPayload ¶
func (o *BuildAbortUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildAbortUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) IsClientError() bool
IsClientError returns true when this build abort unauthorized response has a 4xx status code
func (*BuildAbortUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) IsCode(code int) bool
IsCode returns true when this build abort unauthorized response a status code equal to that given
func (*BuildAbortUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) IsRedirect() bool
IsRedirect returns true when this build abort unauthorized response has a 3xx status code
func (*BuildAbortUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) IsServerError() bool
IsServerError returns true when this build abort unauthorized response has a 5xx status code
func (*BuildAbortUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) IsSuccess() bool
IsSuccess returns true when this build abort unauthorized response has a 2xx status code
func (*BuildAbortUnauthorized) String ¶ added in v0.1.0
func (o *BuildAbortUnauthorized) String() string
type BuildBitriseYmlShowBadRequest ¶
type BuildBitriseYmlShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildBitriseYmlShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildBitriseYmlShowBadRequest ¶
func NewBuildBitriseYmlShowBadRequest() *BuildBitriseYmlShowBadRequest
NewBuildBitriseYmlShowBadRequest creates a BuildBitriseYmlShowBadRequest with default headers values
func (*BuildBitriseYmlShowBadRequest) Code ¶ added in v1.0.3
func (o *BuildBitriseYmlShowBadRequest) Code() int
Code gets the status code for the build bitrise yml show bad request response
func (*BuildBitriseYmlShowBadRequest) Error ¶
func (o *BuildBitriseYmlShowBadRequest) Error() string
func (*BuildBitriseYmlShowBadRequest) GetPayload ¶
func (o *BuildBitriseYmlShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildBitriseYmlShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) IsClientError() bool
IsClientError returns true when this build bitrise yml show bad request response has a 4xx status code
func (*BuildBitriseYmlShowBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) IsCode(code int) bool
IsCode returns true when this build bitrise yml show bad request response a status code equal to that given
func (*BuildBitriseYmlShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) IsRedirect() bool
IsRedirect returns true when this build bitrise yml show bad request response has a 3xx status code
func (*BuildBitriseYmlShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) IsServerError() bool
IsServerError returns true when this build bitrise yml show bad request response has a 5xx status code
func (*BuildBitriseYmlShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) IsSuccess() bool
IsSuccess returns true when this build bitrise yml show bad request response has a 2xx status code
func (*BuildBitriseYmlShowBadRequest) String ¶ added in v0.1.0
func (o *BuildBitriseYmlShowBadRequest) String() string
type BuildBitriseYmlShowInternalServerError ¶
type BuildBitriseYmlShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildBitriseYmlShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildBitriseYmlShowInternalServerError ¶
func NewBuildBitriseYmlShowInternalServerError() *BuildBitriseYmlShowInternalServerError
NewBuildBitriseYmlShowInternalServerError creates a BuildBitriseYmlShowInternalServerError with default headers values
func (*BuildBitriseYmlShowInternalServerError) Code ¶ added in v1.0.3
func (o *BuildBitriseYmlShowInternalServerError) Code() int
Code gets the status code for the build bitrise yml show internal server error response
func (*BuildBitriseYmlShowInternalServerError) Error ¶
func (o *BuildBitriseYmlShowInternalServerError) Error() string
func (*BuildBitriseYmlShowInternalServerError) GetPayload ¶
func (o *BuildBitriseYmlShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildBitriseYmlShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) IsClientError() bool
IsClientError returns true when this build bitrise yml show internal server error response has a 4xx status code
func (*BuildBitriseYmlShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) IsCode(code int) bool
IsCode returns true when this build bitrise yml show internal server error response a status code equal to that given
func (*BuildBitriseYmlShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this build bitrise yml show internal server error response has a 3xx status code
func (*BuildBitriseYmlShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) IsServerError() bool
IsServerError returns true when this build bitrise yml show internal server error response has a 5xx status code
func (*BuildBitriseYmlShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this build bitrise yml show internal server error response has a 2xx status code
func (*BuildBitriseYmlShowInternalServerError) String ¶ added in v0.1.0
func (o *BuildBitriseYmlShowInternalServerError) String() string
type BuildBitriseYmlShowNotFound ¶
type BuildBitriseYmlShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildBitriseYmlShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildBitriseYmlShowNotFound ¶
func NewBuildBitriseYmlShowNotFound() *BuildBitriseYmlShowNotFound
NewBuildBitriseYmlShowNotFound creates a BuildBitriseYmlShowNotFound with default headers values
func (*BuildBitriseYmlShowNotFound) Code ¶ added in v1.0.3
func (o *BuildBitriseYmlShowNotFound) Code() int
Code gets the status code for the build bitrise yml show not found response
func (*BuildBitriseYmlShowNotFound) Error ¶
func (o *BuildBitriseYmlShowNotFound) Error() string
func (*BuildBitriseYmlShowNotFound) GetPayload ¶
func (o *BuildBitriseYmlShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildBitriseYmlShowNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) IsClientError() bool
IsClientError returns true when this build bitrise yml show not found response has a 4xx status code
func (*BuildBitriseYmlShowNotFound) IsCode ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) IsCode(code int) bool
IsCode returns true when this build bitrise yml show not found response a status code equal to that given
func (*BuildBitriseYmlShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) IsRedirect() bool
IsRedirect returns true when this build bitrise yml show not found response has a 3xx status code
func (*BuildBitriseYmlShowNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) IsServerError() bool
IsServerError returns true when this build bitrise yml show not found response has a 5xx status code
func (*BuildBitriseYmlShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) IsSuccess() bool
IsSuccess returns true when this build bitrise yml show not found response has a 2xx status code
func (*BuildBitriseYmlShowNotFound) String ¶ added in v0.1.0
func (o *BuildBitriseYmlShowNotFound) String() string
type BuildBitriseYmlShowOK ¶
type BuildBitriseYmlShowOK struct {
Payload string
}
BuildBitriseYmlShowOK describes a response with status code 200, with default header values.
{the bitrise.yml in yml format}
func NewBuildBitriseYmlShowOK ¶
func NewBuildBitriseYmlShowOK() *BuildBitriseYmlShowOK
NewBuildBitriseYmlShowOK creates a BuildBitriseYmlShowOK with default headers values
func (*BuildBitriseYmlShowOK) Code ¶ added in v1.0.3
func (o *BuildBitriseYmlShowOK) Code() int
Code gets the status code for the build bitrise yml show o k response
func (*BuildBitriseYmlShowOK) Error ¶
func (o *BuildBitriseYmlShowOK) Error() string
func (*BuildBitriseYmlShowOK) GetPayload ¶
func (o *BuildBitriseYmlShowOK) GetPayload() string
func (*BuildBitriseYmlShowOK) IsClientError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) IsClientError() bool
IsClientError returns true when this build bitrise yml show o k response has a 4xx status code
func (*BuildBitriseYmlShowOK) IsCode ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) IsCode(code int) bool
IsCode returns true when this build bitrise yml show o k response a status code equal to that given
func (*BuildBitriseYmlShowOK) IsRedirect ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) IsRedirect() bool
IsRedirect returns true when this build bitrise yml show o k response has a 3xx status code
func (*BuildBitriseYmlShowOK) IsServerError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) IsServerError() bool
IsServerError returns true when this build bitrise yml show o k response has a 5xx status code
func (*BuildBitriseYmlShowOK) IsSuccess ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) IsSuccess() bool
IsSuccess returns true when this build bitrise yml show o k response has a 2xx status code
func (*BuildBitriseYmlShowOK) String ¶ added in v0.1.0
func (o *BuildBitriseYmlShowOK) String() string
type BuildBitriseYmlShowParams ¶
type BuildBitriseYmlShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildBitriseYmlShowParams contains all the parameters to send to the API endpoint
for the build bitrise yml show operation. Typically these are written to a http.Request.
func NewBuildBitriseYmlShowParams ¶
func NewBuildBitriseYmlShowParams() *BuildBitriseYmlShowParams
NewBuildBitriseYmlShowParams creates a new BuildBitriseYmlShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildBitriseYmlShowParamsWithContext ¶
func NewBuildBitriseYmlShowParamsWithContext(ctx context.Context) *BuildBitriseYmlShowParams
NewBuildBitriseYmlShowParamsWithContext creates a new BuildBitriseYmlShowParams object with the ability to set a context for a request.
func NewBuildBitriseYmlShowParamsWithHTTPClient ¶
func NewBuildBitriseYmlShowParamsWithHTTPClient(client *http.Client) *BuildBitriseYmlShowParams
NewBuildBitriseYmlShowParamsWithHTTPClient creates a new BuildBitriseYmlShowParams object with the ability to set a custom HTTPClient for a request.
func NewBuildBitriseYmlShowParamsWithTimeout ¶
func NewBuildBitriseYmlShowParamsWithTimeout(timeout time.Duration) *BuildBitriseYmlShowParams
NewBuildBitriseYmlShowParamsWithTimeout creates a new BuildBitriseYmlShowParams object with the ability to set a timeout on a request.
func (*BuildBitriseYmlShowParams) SetAppSlug ¶
func (o *BuildBitriseYmlShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) SetBuildSlug ¶
func (o *BuildBitriseYmlShowParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) SetContext ¶
func (o *BuildBitriseYmlShowParams) SetContext(ctx context.Context)
SetContext adds the context to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) SetDefaults ¶
func (o *BuildBitriseYmlShowParams) SetDefaults()
SetDefaults hydrates default values in the build bitrise yml show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildBitriseYmlShowParams) SetHTTPClient ¶
func (o *BuildBitriseYmlShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) SetTimeout ¶
func (o *BuildBitriseYmlShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WithAppSlug ¶
func (o *BuildBitriseYmlShowParams) WithAppSlug(appSlug string) *BuildBitriseYmlShowParams
WithAppSlug adds the appSlug to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WithBuildSlug ¶
func (o *BuildBitriseYmlShowParams) WithBuildSlug(buildSlug string) *BuildBitriseYmlShowParams
WithBuildSlug adds the buildSlug to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WithContext ¶
func (o *BuildBitriseYmlShowParams) WithContext(ctx context.Context) *BuildBitriseYmlShowParams
WithContext adds the context to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WithDefaults ¶
func (o *BuildBitriseYmlShowParams) WithDefaults() *BuildBitriseYmlShowParams
WithDefaults hydrates default values in the build bitrise yml show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildBitriseYmlShowParams) WithHTTPClient ¶
func (o *BuildBitriseYmlShowParams) WithHTTPClient(client *http.Client) *BuildBitriseYmlShowParams
WithHTTPClient adds the HTTPClient to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WithTimeout ¶
func (o *BuildBitriseYmlShowParams) WithTimeout(timeout time.Duration) *BuildBitriseYmlShowParams
WithTimeout adds the timeout to the build bitrise yml show params
func (*BuildBitriseYmlShowParams) WriteToRequest ¶
func (o *BuildBitriseYmlShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildBitriseYmlShowReader ¶
type BuildBitriseYmlShowReader struct {
// contains filtered or unexported fields
}
BuildBitriseYmlShowReader is a Reader for the BuildBitriseYmlShow structure.
func (*BuildBitriseYmlShowReader) ReadResponse ¶
func (o *BuildBitriseYmlShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildBitriseYmlShowUnauthorized ¶
type BuildBitriseYmlShowUnauthorized struct {
}
BuildBitriseYmlShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildBitriseYmlShowUnauthorized ¶
func NewBuildBitriseYmlShowUnauthorized() *BuildBitriseYmlShowUnauthorized
NewBuildBitriseYmlShowUnauthorized creates a BuildBitriseYmlShowUnauthorized with default headers values
func (*BuildBitriseYmlShowUnauthorized) Code ¶ added in v1.0.3
func (o *BuildBitriseYmlShowUnauthorized) Code() int
Code gets the status code for the build bitrise yml show unauthorized response
func (*BuildBitriseYmlShowUnauthorized) Error ¶
func (o *BuildBitriseYmlShowUnauthorized) Error() string
func (*BuildBitriseYmlShowUnauthorized) GetPayload ¶
func (o *BuildBitriseYmlShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildBitriseYmlShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) IsClientError() bool
IsClientError returns true when this build bitrise yml show unauthorized response has a 4xx status code
func (*BuildBitriseYmlShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) IsCode(code int) bool
IsCode returns true when this build bitrise yml show unauthorized response a status code equal to that given
func (*BuildBitriseYmlShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this build bitrise yml show unauthorized response has a 3xx status code
func (*BuildBitriseYmlShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) IsServerError() bool
IsServerError returns true when this build bitrise yml show unauthorized response has a 5xx status code
func (*BuildBitriseYmlShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this build bitrise yml show unauthorized response has a 2xx status code
func (*BuildBitriseYmlShowUnauthorized) String ¶ added in v0.1.0
func (o *BuildBitriseYmlShowUnauthorized) String() string
type BuildCertificateConfirmBadRequest ¶
type BuildCertificateConfirmBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateConfirmBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateConfirmBadRequest ¶
func NewBuildCertificateConfirmBadRequest() *BuildCertificateConfirmBadRequest
NewBuildCertificateConfirmBadRequest creates a BuildCertificateConfirmBadRequest with default headers values
func (*BuildCertificateConfirmBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateConfirmBadRequest) Code() int
Code gets the status code for the build certificate confirm bad request response
func (*BuildCertificateConfirmBadRequest) Error ¶
func (o *BuildCertificateConfirmBadRequest) Error() string
func (*BuildCertificateConfirmBadRequest) GetPayload ¶
func (o *BuildCertificateConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateConfirmBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) IsClientError() bool
IsClientError returns true when this build certificate confirm bad request response has a 4xx status code
func (*BuildCertificateConfirmBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate confirm bad request response a status code equal to that given
func (*BuildCertificateConfirmBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate confirm bad request response has a 3xx status code
func (*BuildCertificateConfirmBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) IsServerError() bool
IsServerError returns true when this build certificate confirm bad request response has a 5xx status code
func (*BuildCertificateConfirmBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate confirm bad request response has a 2xx status code
func (*BuildCertificateConfirmBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateConfirmBadRequest) String() string
type BuildCertificateConfirmInternalServerError ¶
type BuildCertificateConfirmInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateConfirmInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateConfirmInternalServerError ¶
func NewBuildCertificateConfirmInternalServerError() *BuildCertificateConfirmInternalServerError
NewBuildCertificateConfirmInternalServerError creates a BuildCertificateConfirmInternalServerError with default headers values
func (*BuildCertificateConfirmInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateConfirmInternalServerError) Code() int
Code gets the status code for the build certificate confirm internal server error response
func (*BuildCertificateConfirmInternalServerError) Error ¶
func (o *BuildCertificateConfirmInternalServerError) Error() string
func (*BuildCertificateConfirmInternalServerError) GetPayload ¶
func (o *BuildCertificateConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateConfirmInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate confirm internal server error response has a 4xx status code
func (*BuildCertificateConfirmInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate confirm internal server error response a status code equal to that given
func (*BuildCertificateConfirmInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate confirm internal server error response has a 3xx status code
func (*BuildCertificateConfirmInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate confirm internal server error response has a 5xx status code
func (*BuildCertificateConfirmInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate confirm internal server error response has a 2xx status code
func (*BuildCertificateConfirmInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateConfirmInternalServerError) String() string
type BuildCertificateConfirmNotFound ¶
type BuildCertificateConfirmNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateConfirmNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateConfirmNotFound ¶
func NewBuildCertificateConfirmNotFound() *BuildCertificateConfirmNotFound
NewBuildCertificateConfirmNotFound creates a BuildCertificateConfirmNotFound with default headers values
func (*BuildCertificateConfirmNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateConfirmNotFound) Code() int
Code gets the status code for the build certificate confirm not found response
func (*BuildCertificateConfirmNotFound) Error ¶
func (o *BuildCertificateConfirmNotFound) Error() string
func (*BuildCertificateConfirmNotFound) GetPayload ¶
func (o *BuildCertificateConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateConfirmNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) IsClientError() bool
IsClientError returns true when this build certificate confirm not found response has a 4xx status code
func (*BuildCertificateConfirmNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) IsCode(code int) bool
IsCode returns true when this build certificate confirm not found response a status code equal to that given
func (*BuildCertificateConfirmNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate confirm not found response has a 3xx status code
func (*BuildCertificateConfirmNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) IsServerError() bool
IsServerError returns true when this build certificate confirm not found response has a 5xx status code
func (*BuildCertificateConfirmNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate confirm not found response has a 2xx status code
func (*BuildCertificateConfirmNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateConfirmNotFound) String() string
type BuildCertificateConfirmOK ¶
type BuildCertificateConfirmOK struct {
Payload *models.V0BuildCertificateResponseModel
}
BuildCertificateConfirmOK describes a response with status code 200, with default header values.
OK
func NewBuildCertificateConfirmOK ¶
func NewBuildCertificateConfirmOK() *BuildCertificateConfirmOK
NewBuildCertificateConfirmOK creates a BuildCertificateConfirmOK with default headers values
func (*BuildCertificateConfirmOK) Code ¶ added in v1.0.3
func (o *BuildCertificateConfirmOK) Code() int
Code gets the status code for the build certificate confirm o k response
func (*BuildCertificateConfirmOK) Error ¶
func (o *BuildCertificateConfirmOK) Error() string
func (*BuildCertificateConfirmOK) GetPayload ¶
func (o *BuildCertificateConfirmOK) GetPayload() *models.V0BuildCertificateResponseModel
func (*BuildCertificateConfirmOK) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) IsClientError() bool
IsClientError returns true when this build certificate confirm o k response has a 4xx status code
func (*BuildCertificateConfirmOK) IsCode ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) IsCode(code int) bool
IsCode returns true when this build certificate confirm o k response a status code equal to that given
func (*BuildCertificateConfirmOK) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) IsRedirect() bool
IsRedirect returns true when this build certificate confirm o k response has a 3xx status code
func (*BuildCertificateConfirmOK) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) IsServerError() bool
IsServerError returns true when this build certificate confirm o k response has a 5xx status code
func (*BuildCertificateConfirmOK) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) IsSuccess() bool
IsSuccess returns true when this build certificate confirm o k response has a 2xx status code
func (*BuildCertificateConfirmOK) String ¶ added in v0.1.0
func (o *BuildCertificateConfirmOK) String() string
type BuildCertificateConfirmParams ¶
type BuildCertificateConfirmParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildCertificateSlug.
Build certificate slug
*/
BuildCertificateSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateConfirmParams contains all the parameters to send to the API endpoint
for the build certificate confirm operation. Typically these are written to a http.Request.
func NewBuildCertificateConfirmParams ¶
func NewBuildCertificateConfirmParams() *BuildCertificateConfirmParams
NewBuildCertificateConfirmParams creates a new BuildCertificateConfirmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateConfirmParamsWithContext ¶
func NewBuildCertificateConfirmParamsWithContext(ctx context.Context) *BuildCertificateConfirmParams
NewBuildCertificateConfirmParamsWithContext creates a new BuildCertificateConfirmParams object with the ability to set a context for a request.
func NewBuildCertificateConfirmParamsWithHTTPClient ¶
func NewBuildCertificateConfirmParamsWithHTTPClient(client *http.Client) *BuildCertificateConfirmParams
NewBuildCertificateConfirmParamsWithHTTPClient creates a new BuildCertificateConfirmParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateConfirmParamsWithTimeout ¶
func NewBuildCertificateConfirmParamsWithTimeout(timeout time.Duration) *BuildCertificateConfirmParams
NewBuildCertificateConfirmParamsWithTimeout creates a new BuildCertificateConfirmParams object with the ability to set a timeout on a request.
func (*BuildCertificateConfirmParams) SetAppSlug ¶
func (o *BuildCertificateConfirmParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate confirm params
func (*BuildCertificateConfirmParams) SetBuildCertificateSlug ¶
func (o *BuildCertificateConfirmParams) SetBuildCertificateSlug(buildCertificateSlug string)
SetBuildCertificateSlug adds the buildCertificateSlug to the build certificate confirm params
func (*BuildCertificateConfirmParams) SetContext ¶
func (o *BuildCertificateConfirmParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate confirm params
func (*BuildCertificateConfirmParams) SetDefaults ¶
func (o *BuildCertificateConfirmParams) SetDefaults()
SetDefaults hydrates default values in the build certificate confirm params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateConfirmParams) SetHTTPClient ¶
func (o *BuildCertificateConfirmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate confirm params
func (*BuildCertificateConfirmParams) SetTimeout ¶
func (o *BuildCertificateConfirmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate confirm params
func (*BuildCertificateConfirmParams) WithAppSlug ¶
func (o *BuildCertificateConfirmParams) WithAppSlug(appSlug string) *BuildCertificateConfirmParams
WithAppSlug adds the appSlug to the build certificate confirm params
func (*BuildCertificateConfirmParams) WithBuildCertificateSlug ¶
func (o *BuildCertificateConfirmParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateConfirmParams
WithBuildCertificateSlug adds the buildCertificateSlug to the build certificate confirm params
func (*BuildCertificateConfirmParams) WithContext ¶
func (o *BuildCertificateConfirmParams) WithContext(ctx context.Context) *BuildCertificateConfirmParams
WithContext adds the context to the build certificate confirm params
func (*BuildCertificateConfirmParams) WithDefaults ¶
func (o *BuildCertificateConfirmParams) WithDefaults() *BuildCertificateConfirmParams
WithDefaults hydrates default values in the build certificate confirm params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateConfirmParams) WithHTTPClient ¶
func (o *BuildCertificateConfirmParams) WithHTTPClient(client *http.Client) *BuildCertificateConfirmParams
WithHTTPClient adds the HTTPClient to the build certificate confirm params
func (*BuildCertificateConfirmParams) WithTimeout ¶
func (o *BuildCertificateConfirmParams) WithTimeout(timeout time.Duration) *BuildCertificateConfirmParams
WithTimeout adds the timeout to the build certificate confirm params
func (*BuildCertificateConfirmParams) WriteToRequest ¶
func (o *BuildCertificateConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateConfirmReader ¶
type BuildCertificateConfirmReader struct {
// contains filtered or unexported fields
}
BuildCertificateConfirmReader is a Reader for the BuildCertificateConfirm structure.
func (*BuildCertificateConfirmReader) ReadResponse ¶
func (o *BuildCertificateConfirmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateConfirmUnauthorized ¶
type BuildCertificateConfirmUnauthorized struct {
}
BuildCertificateConfirmUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateConfirmUnauthorized ¶
func NewBuildCertificateConfirmUnauthorized() *BuildCertificateConfirmUnauthorized
NewBuildCertificateConfirmUnauthorized creates a BuildCertificateConfirmUnauthorized with default headers values
func (*BuildCertificateConfirmUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateConfirmUnauthorized) Code() int
Code gets the status code for the build certificate confirm unauthorized response
func (*BuildCertificateConfirmUnauthorized) Error ¶
func (o *BuildCertificateConfirmUnauthorized) Error() string
func (*BuildCertificateConfirmUnauthorized) GetPayload ¶
func (o *BuildCertificateConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateConfirmUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate confirm unauthorized response has a 4xx status code
func (*BuildCertificateConfirmUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate confirm unauthorized response a status code equal to that given
func (*BuildCertificateConfirmUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate confirm unauthorized response has a 3xx status code
func (*BuildCertificateConfirmUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate confirm unauthorized response has a 5xx status code
func (*BuildCertificateConfirmUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate confirm unauthorized response has a 2xx status code
func (*BuildCertificateConfirmUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateConfirmUnauthorized) String() string
type BuildCertificateCreateBadRequest ¶
type BuildCertificateCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateCreateBadRequest ¶
func NewBuildCertificateCreateBadRequest() *BuildCertificateCreateBadRequest
NewBuildCertificateCreateBadRequest creates a BuildCertificateCreateBadRequest with default headers values
func (*BuildCertificateCreateBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateCreateBadRequest) Code() int
Code gets the status code for the build certificate create bad request response
func (*BuildCertificateCreateBadRequest) Error ¶
func (o *BuildCertificateCreateBadRequest) Error() string
func (*BuildCertificateCreateBadRequest) GetPayload ¶
func (o *BuildCertificateCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) IsClientError() bool
IsClientError returns true when this build certificate create bad request response has a 4xx status code
func (*BuildCertificateCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate create bad request response a status code equal to that given
func (*BuildCertificateCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate create bad request response has a 3xx status code
func (*BuildCertificateCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) IsServerError() bool
IsServerError returns true when this build certificate create bad request response has a 5xx status code
func (*BuildCertificateCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate create bad request response has a 2xx status code
func (*BuildCertificateCreateBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateCreateBadRequest) String() string
type BuildCertificateCreateCreated ¶
type BuildCertificateCreateCreated struct {
Payload *models.V0BuildCertificateResponseModel
}
BuildCertificateCreateCreated describes a response with status code 201, with default header values.
Created
func NewBuildCertificateCreateCreated ¶
func NewBuildCertificateCreateCreated() *BuildCertificateCreateCreated
NewBuildCertificateCreateCreated creates a BuildCertificateCreateCreated with default headers values
func (*BuildCertificateCreateCreated) Code ¶ added in v1.0.3
func (o *BuildCertificateCreateCreated) Code() int
Code gets the status code for the build certificate create created response
func (*BuildCertificateCreateCreated) Error ¶
func (o *BuildCertificateCreateCreated) Error() string
func (*BuildCertificateCreateCreated) GetPayload ¶
func (o *BuildCertificateCreateCreated) GetPayload() *models.V0BuildCertificateResponseModel
func (*BuildCertificateCreateCreated) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) IsClientError() bool
IsClientError returns true when this build certificate create created response has a 4xx status code
func (*BuildCertificateCreateCreated) IsCode ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) IsCode(code int) bool
IsCode returns true when this build certificate create created response a status code equal to that given
func (*BuildCertificateCreateCreated) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) IsRedirect() bool
IsRedirect returns true when this build certificate create created response has a 3xx status code
func (*BuildCertificateCreateCreated) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) IsServerError() bool
IsServerError returns true when this build certificate create created response has a 5xx status code
func (*BuildCertificateCreateCreated) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) IsSuccess() bool
IsSuccess returns true when this build certificate create created response has a 2xx status code
func (*BuildCertificateCreateCreated) String ¶ added in v0.1.0
func (o *BuildCertificateCreateCreated) String() string
type BuildCertificateCreateInternalServerError ¶
type BuildCertificateCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateCreateInternalServerError ¶
func NewBuildCertificateCreateInternalServerError() *BuildCertificateCreateInternalServerError
NewBuildCertificateCreateInternalServerError creates a BuildCertificateCreateInternalServerError with default headers values
func (*BuildCertificateCreateInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateCreateInternalServerError) Code() int
Code gets the status code for the build certificate create internal server error response
func (*BuildCertificateCreateInternalServerError) Error ¶
func (o *BuildCertificateCreateInternalServerError) Error() string
func (*BuildCertificateCreateInternalServerError) GetPayload ¶
func (o *BuildCertificateCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate create internal server error response has a 4xx status code
func (*BuildCertificateCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate create internal server error response a status code equal to that given
func (*BuildCertificateCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate create internal server error response has a 3xx status code
func (*BuildCertificateCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate create internal server error response has a 5xx status code
func (*BuildCertificateCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate create internal server error response has a 2xx status code
func (*BuildCertificateCreateInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateCreateInternalServerError) String() string
type BuildCertificateCreateNotFound ¶
type BuildCertificateCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateCreateNotFound ¶
func NewBuildCertificateCreateNotFound() *BuildCertificateCreateNotFound
NewBuildCertificateCreateNotFound creates a BuildCertificateCreateNotFound with default headers values
func (*BuildCertificateCreateNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateCreateNotFound) Code() int
Code gets the status code for the build certificate create not found response
func (*BuildCertificateCreateNotFound) Error ¶
func (o *BuildCertificateCreateNotFound) Error() string
func (*BuildCertificateCreateNotFound) GetPayload ¶
func (o *BuildCertificateCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) IsClientError() bool
IsClientError returns true when this build certificate create not found response has a 4xx status code
func (*BuildCertificateCreateNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) IsCode(code int) bool
IsCode returns true when this build certificate create not found response a status code equal to that given
func (*BuildCertificateCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate create not found response has a 3xx status code
func (*BuildCertificateCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) IsServerError() bool
IsServerError returns true when this build certificate create not found response has a 5xx status code
func (*BuildCertificateCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate create not found response has a 2xx status code
func (*BuildCertificateCreateNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateCreateNotFound) String() string
type BuildCertificateCreateParams ¶
type BuildCertificateCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildCertificate.
Build certificate parameters such as file name and its file size
*/
BuildCertificate *models.V0BuildCertificateUploadParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateCreateParams contains all the parameters to send to the API endpoint
for the build certificate create operation. Typically these are written to a http.Request.
func NewBuildCertificateCreateParams ¶
func NewBuildCertificateCreateParams() *BuildCertificateCreateParams
NewBuildCertificateCreateParams creates a new BuildCertificateCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateCreateParamsWithContext ¶
func NewBuildCertificateCreateParamsWithContext(ctx context.Context) *BuildCertificateCreateParams
NewBuildCertificateCreateParamsWithContext creates a new BuildCertificateCreateParams object with the ability to set a context for a request.
func NewBuildCertificateCreateParamsWithHTTPClient ¶
func NewBuildCertificateCreateParamsWithHTTPClient(client *http.Client) *BuildCertificateCreateParams
NewBuildCertificateCreateParamsWithHTTPClient creates a new BuildCertificateCreateParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateCreateParamsWithTimeout ¶
func NewBuildCertificateCreateParamsWithTimeout(timeout time.Duration) *BuildCertificateCreateParams
NewBuildCertificateCreateParamsWithTimeout creates a new BuildCertificateCreateParams object with the ability to set a timeout on a request.
func (*BuildCertificateCreateParams) SetAppSlug ¶
func (o *BuildCertificateCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate create params
func (*BuildCertificateCreateParams) SetBuildCertificate ¶
func (o *BuildCertificateCreateParams) SetBuildCertificate(buildCertificate *models.V0BuildCertificateUploadParams)
SetBuildCertificate adds the buildCertificate to the build certificate create params
func (*BuildCertificateCreateParams) SetContext ¶
func (o *BuildCertificateCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate create params
func (*BuildCertificateCreateParams) SetDefaults ¶
func (o *BuildCertificateCreateParams) SetDefaults()
SetDefaults hydrates default values in the build certificate create params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateCreateParams) SetHTTPClient ¶
func (o *BuildCertificateCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate create params
func (*BuildCertificateCreateParams) SetTimeout ¶
func (o *BuildCertificateCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate create params
func (*BuildCertificateCreateParams) WithAppSlug ¶
func (o *BuildCertificateCreateParams) WithAppSlug(appSlug string) *BuildCertificateCreateParams
WithAppSlug adds the appSlug to the build certificate create params
func (*BuildCertificateCreateParams) WithBuildCertificate ¶
func (o *BuildCertificateCreateParams) WithBuildCertificate(buildCertificate *models.V0BuildCertificateUploadParams) *BuildCertificateCreateParams
WithBuildCertificate adds the buildCertificate to the build certificate create params
func (*BuildCertificateCreateParams) WithContext ¶
func (o *BuildCertificateCreateParams) WithContext(ctx context.Context) *BuildCertificateCreateParams
WithContext adds the context to the build certificate create params
func (*BuildCertificateCreateParams) WithDefaults ¶
func (o *BuildCertificateCreateParams) WithDefaults() *BuildCertificateCreateParams
WithDefaults hydrates default values in the build certificate create params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateCreateParams) WithHTTPClient ¶
func (o *BuildCertificateCreateParams) WithHTTPClient(client *http.Client) *BuildCertificateCreateParams
WithHTTPClient adds the HTTPClient to the build certificate create params
func (*BuildCertificateCreateParams) WithTimeout ¶
func (o *BuildCertificateCreateParams) WithTimeout(timeout time.Duration) *BuildCertificateCreateParams
WithTimeout adds the timeout to the build certificate create params
func (*BuildCertificateCreateParams) WriteToRequest ¶
func (o *BuildCertificateCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateCreateReader ¶
type BuildCertificateCreateReader struct {
// contains filtered or unexported fields
}
BuildCertificateCreateReader is a Reader for the BuildCertificateCreate structure.
func (*BuildCertificateCreateReader) ReadResponse ¶
func (o *BuildCertificateCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateCreateUnauthorized ¶
type BuildCertificateCreateUnauthorized struct {
}
BuildCertificateCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateCreateUnauthorized ¶
func NewBuildCertificateCreateUnauthorized() *BuildCertificateCreateUnauthorized
NewBuildCertificateCreateUnauthorized creates a BuildCertificateCreateUnauthorized with default headers values
func (*BuildCertificateCreateUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateCreateUnauthorized) Code() int
Code gets the status code for the build certificate create unauthorized response
func (*BuildCertificateCreateUnauthorized) Error ¶
func (o *BuildCertificateCreateUnauthorized) Error() string
func (*BuildCertificateCreateUnauthorized) GetPayload ¶
func (o *BuildCertificateCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate create unauthorized response has a 4xx status code
func (*BuildCertificateCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate create unauthorized response a status code equal to that given
func (*BuildCertificateCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate create unauthorized response has a 3xx status code
func (*BuildCertificateCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate create unauthorized response has a 5xx status code
func (*BuildCertificateCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate create unauthorized response has a 2xx status code
func (*BuildCertificateCreateUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateCreateUnauthorized) String() string
type BuildCertificateDeleteBadRequest ¶
type BuildCertificateDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateDeleteBadRequest ¶
func NewBuildCertificateDeleteBadRequest() *BuildCertificateDeleteBadRequest
NewBuildCertificateDeleteBadRequest creates a BuildCertificateDeleteBadRequest with default headers values
func (*BuildCertificateDeleteBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateDeleteBadRequest) Code() int
Code gets the status code for the build certificate delete bad request response
func (*BuildCertificateDeleteBadRequest) Error ¶
func (o *BuildCertificateDeleteBadRequest) Error() string
func (*BuildCertificateDeleteBadRequest) GetPayload ¶
func (o *BuildCertificateDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) IsClientError() bool
IsClientError returns true when this build certificate delete bad request response has a 4xx status code
func (*BuildCertificateDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate delete bad request response a status code equal to that given
func (*BuildCertificateDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate delete bad request response has a 3xx status code
func (*BuildCertificateDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) IsServerError() bool
IsServerError returns true when this build certificate delete bad request response has a 5xx status code
func (*BuildCertificateDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate delete bad request response has a 2xx status code
func (*BuildCertificateDeleteBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateDeleteBadRequest) String() string
type BuildCertificateDeleteInternalServerError ¶
type BuildCertificateDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateDeleteInternalServerError ¶
func NewBuildCertificateDeleteInternalServerError() *BuildCertificateDeleteInternalServerError
NewBuildCertificateDeleteInternalServerError creates a BuildCertificateDeleteInternalServerError with default headers values
func (*BuildCertificateDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateDeleteInternalServerError) Code() int
Code gets the status code for the build certificate delete internal server error response
func (*BuildCertificateDeleteInternalServerError) Error ¶
func (o *BuildCertificateDeleteInternalServerError) Error() string
func (*BuildCertificateDeleteInternalServerError) GetPayload ¶
func (o *BuildCertificateDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate delete internal server error response has a 4xx status code
func (*BuildCertificateDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate delete internal server error response a status code equal to that given
func (*BuildCertificateDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate delete internal server error response has a 3xx status code
func (*BuildCertificateDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate delete internal server error response has a 5xx status code
func (*BuildCertificateDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate delete internal server error response has a 2xx status code
func (*BuildCertificateDeleteInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateDeleteInternalServerError) String() string
type BuildCertificateDeleteNotFound ¶
type BuildCertificateDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateDeleteNotFound ¶
func NewBuildCertificateDeleteNotFound() *BuildCertificateDeleteNotFound
NewBuildCertificateDeleteNotFound creates a BuildCertificateDeleteNotFound with default headers values
func (*BuildCertificateDeleteNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateDeleteNotFound) Code() int
Code gets the status code for the build certificate delete not found response
func (*BuildCertificateDeleteNotFound) Error ¶
func (o *BuildCertificateDeleteNotFound) Error() string
func (*BuildCertificateDeleteNotFound) GetPayload ¶
func (o *BuildCertificateDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) IsClientError() bool
IsClientError returns true when this build certificate delete not found response has a 4xx status code
func (*BuildCertificateDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) IsCode(code int) bool
IsCode returns true when this build certificate delete not found response a status code equal to that given
func (*BuildCertificateDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate delete not found response has a 3xx status code
func (*BuildCertificateDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) IsServerError() bool
IsServerError returns true when this build certificate delete not found response has a 5xx status code
func (*BuildCertificateDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate delete not found response has a 2xx status code
func (*BuildCertificateDeleteNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateDeleteNotFound) String() string
type BuildCertificateDeleteOK ¶
type BuildCertificateDeleteOK struct {
Payload *models.V0BuildCertificateResponseModel
}
BuildCertificateDeleteOK describes a response with status code 200, with default header values.
OK
func NewBuildCertificateDeleteOK ¶
func NewBuildCertificateDeleteOK() *BuildCertificateDeleteOK
NewBuildCertificateDeleteOK creates a BuildCertificateDeleteOK with default headers values
func (*BuildCertificateDeleteOK) Code ¶ added in v1.0.3
func (o *BuildCertificateDeleteOK) Code() int
Code gets the status code for the build certificate delete o k response
func (*BuildCertificateDeleteOK) Error ¶
func (o *BuildCertificateDeleteOK) Error() string
func (*BuildCertificateDeleteOK) GetPayload ¶
func (o *BuildCertificateDeleteOK) GetPayload() *models.V0BuildCertificateResponseModel
func (*BuildCertificateDeleteOK) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) IsClientError() bool
IsClientError returns true when this build certificate delete o k response has a 4xx status code
func (*BuildCertificateDeleteOK) IsCode ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) IsCode(code int) bool
IsCode returns true when this build certificate delete o k response a status code equal to that given
func (*BuildCertificateDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) IsRedirect() bool
IsRedirect returns true when this build certificate delete o k response has a 3xx status code
func (*BuildCertificateDeleteOK) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) IsServerError() bool
IsServerError returns true when this build certificate delete o k response has a 5xx status code
func (*BuildCertificateDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) IsSuccess() bool
IsSuccess returns true when this build certificate delete o k response has a 2xx status code
func (*BuildCertificateDeleteOK) String ¶ added in v0.1.0
func (o *BuildCertificateDeleteOK) String() string
type BuildCertificateDeleteParams ¶
type BuildCertificateDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildCertificateSlug.
Build certificate slug
*/
BuildCertificateSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateDeleteParams contains all the parameters to send to the API endpoint
for the build certificate delete operation. Typically these are written to a http.Request.
func NewBuildCertificateDeleteParams ¶
func NewBuildCertificateDeleteParams() *BuildCertificateDeleteParams
NewBuildCertificateDeleteParams creates a new BuildCertificateDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateDeleteParamsWithContext ¶
func NewBuildCertificateDeleteParamsWithContext(ctx context.Context) *BuildCertificateDeleteParams
NewBuildCertificateDeleteParamsWithContext creates a new BuildCertificateDeleteParams object with the ability to set a context for a request.
func NewBuildCertificateDeleteParamsWithHTTPClient ¶
func NewBuildCertificateDeleteParamsWithHTTPClient(client *http.Client) *BuildCertificateDeleteParams
NewBuildCertificateDeleteParamsWithHTTPClient creates a new BuildCertificateDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateDeleteParamsWithTimeout ¶
func NewBuildCertificateDeleteParamsWithTimeout(timeout time.Duration) *BuildCertificateDeleteParams
NewBuildCertificateDeleteParamsWithTimeout creates a new BuildCertificateDeleteParams object with the ability to set a timeout on a request.
func (*BuildCertificateDeleteParams) SetAppSlug ¶
func (o *BuildCertificateDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate delete params
func (*BuildCertificateDeleteParams) SetBuildCertificateSlug ¶
func (o *BuildCertificateDeleteParams) SetBuildCertificateSlug(buildCertificateSlug string)
SetBuildCertificateSlug adds the buildCertificateSlug to the build certificate delete params
func (*BuildCertificateDeleteParams) SetContext ¶
func (o *BuildCertificateDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate delete params
func (*BuildCertificateDeleteParams) SetDefaults ¶
func (o *BuildCertificateDeleteParams) SetDefaults()
SetDefaults hydrates default values in the build certificate delete params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateDeleteParams) SetHTTPClient ¶
func (o *BuildCertificateDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate delete params
func (*BuildCertificateDeleteParams) SetTimeout ¶
func (o *BuildCertificateDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate delete params
func (*BuildCertificateDeleteParams) WithAppSlug ¶
func (o *BuildCertificateDeleteParams) WithAppSlug(appSlug string) *BuildCertificateDeleteParams
WithAppSlug adds the appSlug to the build certificate delete params
func (*BuildCertificateDeleteParams) WithBuildCertificateSlug ¶
func (o *BuildCertificateDeleteParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateDeleteParams
WithBuildCertificateSlug adds the buildCertificateSlug to the build certificate delete params
func (*BuildCertificateDeleteParams) WithContext ¶
func (o *BuildCertificateDeleteParams) WithContext(ctx context.Context) *BuildCertificateDeleteParams
WithContext adds the context to the build certificate delete params
func (*BuildCertificateDeleteParams) WithDefaults ¶
func (o *BuildCertificateDeleteParams) WithDefaults() *BuildCertificateDeleteParams
WithDefaults hydrates default values in the build certificate delete params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateDeleteParams) WithHTTPClient ¶
func (o *BuildCertificateDeleteParams) WithHTTPClient(client *http.Client) *BuildCertificateDeleteParams
WithHTTPClient adds the HTTPClient to the build certificate delete params
func (*BuildCertificateDeleteParams) WithTimeout ¶
func (o *BuildCertificateDeleteParams) WithTimeout(timeout time.Duration) *BuildCertificateDeleteParams
WithTimeout adds the timeout to the build certificate delete params
func (*BuildCertificateDeleteParams) WriteToRequest ¶
func (o *BuildCertificateDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateDeleteReader ¶
type BuildCertificateDeleteReader struct {
// contains filtered or unexported fields
}
BuildCertificateDeleteReader is a Reader for the BuildCertificateDelete structure.
func (*BuildCertificateDeleteReader) ReadResponse ¶
func (o *BuildCertificateDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateDeleteUnauthorized ¶
type BuildCertificateDeleteUnauthorized struct {
}
BuildCertificateDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateDeleteUnauthorized ¶
func NewBuildCertificateDeleteUnauthorized() *BuildCertificateDeleteUnauthorized
NewBuildCertificateDeleteUnauthorized creates a BuildCertificateDeleteUnauthorized with default headers values
func (*BuildCertificateDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateDeleteUnauthorized) Code() int
Code gets the status code for the build certificate delete unauthorized response
func (*BuildCertificateDeleteUnauthorized) Error ¶
func (o *BuildCertificateDeleteUnauthorized) Error() string
func (*BuildCertificateDeleteUnauthorized) GetPayload ¶
func (o *BuildCertificateDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate delete unauthorized response has a 4xx status code
func (*BuildCertificateDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate delete unauthorized response a status code equal to that given
func (*BuildCertificateDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate delete unauthorized response has a 3xx status code
func (*BuildCertificateDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate delete unauthorized response has a 5xx status code
func (*BuildCertificateDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate delete unauthorized response has a 2xx status code
func (*BuildCertificateDeleteUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateDeleteUnauthorized) String() string
type BuildCertificateListBadRequest ¶
type BuildCertificateListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateListBadRequest ¶
func NewBuildCertificateListBadRequest() *BuildCertificateListBadRequest
NewBuildCertificateListBadRequest creates a BuildCertificateListBadRequest with default headers values
func (*BuildCertificateListBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateListBadRequest) Code() int
Code gets the status code for the build certificate list bad request response
func (*BuildCertificateListBadRequest) Error ¶
func (o *BuildCertificateListBadRequest) Error() string
func (*BuildCertificateListBadRequest) GetPayload ¶
func (o *BuildCertificateListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateListBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) IsClientError() bool
IsClientError returns true when this build certificate list bad request response has a 4xx status code
func (*BuildCertificateListBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate list bad request response a status code equal to that given
func (*BuildCertificateListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate list bad request response has a 3xx status code
func (*BuildCertificateListBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) IsServerError() bool
IsServerError returns true when this build certificate list bad request response has a 5xx status code
func (*BuildCertificateListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate list bad request response has a 2xx status code
func (*BuildCertificateListBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateListBadRequest) String() string
type BuildCertificateListInternalServerError ¶
type BuildCertificateListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateListInternalServerError ¶
func NewBuildCertificateListInternalServerError() *BuildCertificateListInternalServerError
NewBuildCertificateListInternalServerError creates a BuildCertificateListInternalServerError with default headers values
func (*BuildCertificateListInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateListInternalServerError) Code() int
Code gets the status code for the build certificate list internal server error response
func (*BuildCertificateListInternalServerError) Error ¶
func (o *BuildCertificateListInternalServerError) Error() string
func (*BuildCertificateListInternalServerError) GetPayload ¶
func (o *BuildCertificateListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate list internal server error response has a 4xx status code
func (*BuildCertificateListInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate list internal server error response a status code equal to that given
func (*BuildCertificateListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate list internal server error response has a 3xx status code
func (*BuildCertificateListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate list internal server error response has a 5xx status code
func (*BuildCertificateListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate list internal server error response has a 2xx status code
func (*BuildCertificateListInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateListInternalServerError) String() string
type BuildCertificateListNotFound ¶
type BuildCertificateListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateListNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateListNotFound ¶
func NewBuildCertificateListNotFound() *BuildCertificateListNotFound
NewBuildCertificateListNotFound creates a BuildCertificateListNotFound with default headers values
func (*BuildCertificateListNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateListNotFound) Code() int
Code gets the status code for the build certificate list not found response
func (*BuildCertificateListNotFound) Error ¶
func (o *BuildCertificateListNotFound) Error() string
func (*BuildCertificateListNotFound) GetPayload ¶
func (o *BuildCertificateListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateListNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) IsClientError() bool
IsClientError returns true when this build certificate list not found response has a 4xx status code
func (*BuildCertificateListNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) IsCode(code int) bool
IsCode returns true when this build certificate list not found response a status code equal to that given
func (*BuildCertificateListNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate list not found response has a 3xx status code
func (*BuildCertificateListNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) IsServerError() bool
IsServerError returns true when this build certificate list not found response has a 5xx status code
func (*BuildCertificateListNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate list not found response has a 2xx status code
func (*BuildCertificateListNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateListNotFound) String() string
type BuildCertificateListOK ¶
type BuildCertificateListOK struct {
Payload *models.V0BuildCertificateListResponseModel
}
BuildCertificateListOK describes a response with status code 200, with default header values.
OK
func NewBuildCertificateListOK ¶
func NewBuildCertificateListOK() *BuildCertificateListOK
NewBuildCertificateListOK creates a BuildCertificateListOK with default headers values
func (*BuildCertificateListOK) Code ¶ added in v1.0.3
func (o *BuildCertificateListOK) Code() int
Code gets the status code for the build certificate list o k response
func (*BuildCertificateListOK) Error ¶
func (o *BuildCertificateListOK) Error() string
func (*BuildCertificateListOK) GetPayload ¶
func (o *BuildCertificateListOK) GetPayload() *models.V0BuildCertificateListResponseModel
func (*BuildCertificateListOK) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateListOK) IsClientError() bool
IsClientError returns true when this build certificate list o k response has a 4xx status code
func (*BuildCertificateListOK) IsCode ¶ added in v0.1.0
func (o *BuildCertificateListOK) IsCode(code int) bool
IsCode returns true when this build certificate list o k response a status code equal to that given
func (*BuildCertificateListOK) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateListOK) IsRedirect() bool
IsRedirect returns true when this build certificate list o k response has a 3xx status code
func (*BuildCertificateListOK) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateListOK) IsServerError() bool
IsServerError returns true when this build certificate list o k response has a 5xx status code
func (*BuildCertificateListOK) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateListOK) IsSuccess() bool
IsSuccess returns true when this build certificate list o k response has a 2xx status code
func (*BuildCertificateListOK) String ¶ added in v0.1.0
func (o *BuildCertificateListOK) String() string
type BuildCertificateListParams ¶
type BuildCertificateListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of build certificates per page is 50.
*/
Limit *int64
/* Next.
Slug of the first build certificate in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateListParams contains all the parameters to send to the API endpoint
for the build certificate list operation. Typically these are written to a http.Request.
func NewBuildCertificateListParams ¶
func NewBuildCertificateListParams() *BuildCertificateListParams
NewBuildCertificateListParams creates a new BuildCertificateListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateListParamsWithContext ¶
func NewBuildCertificateListParamsWithContext(ctx context.Context) *BuildCertificateListParams
NewBuildCertificateListParamsWithContext creates a new BuildCertificateListParams object with the ability to set a context for a request.
func NewBuildCertificateListParamsWithHTTPClient ¶
func NewBuildCertificateListParamsWithHTTPClient(client *http.Client) *BuildCertificateListParams
NewBuildCertificateListParamsWithHTTPClient creates a new BuildCertificateListParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateListParamsWithTimeout ¶
func NewBuildCertificateListParamsWithTimeout(timeout time.Duration) *BuildCertificateListParams
NewBuildCertificateListParamsWithTimeout creates a new BuildCertificateListParams object with the ability to set a timeout on a request.
func (*BuildCertificateListParams) SetAppSlug ¶
func (o *BuildCertificateListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate list params
func (*BuildCertificateListParams) SetContext ¶
func (o *BuildCertificateListParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate list params
func (*BuildCertificateListParams) SetDefaults ¶
func (o *BuildCertificateListParams) SetDefaults()
SetDefaults hydrates default values in the build certificate list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateListParams) SetHTTPClient ¶
func (o *BuildCertificateListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate list params
func (*BuildCertificateListParams) SetLimit ¶
func (o *BuildCertificateListParams) SetLimit(limit *int64)
SetLimit adds the limit to the build certificate list params
func (*BuildCertificateListParams) SetNext ¶
func (o *BuildCertificateListParams) SetNext(next *string)
SetNext adds the next to the build certificate list params
func (*BuildCertificateListParams) SetTimeout ¶
func (o *BuildCertificateListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate list params
func (*BuildCertificateListParams) WithAppSlug ¶
func (o *BuildCertificateListParams) WithAppSlug(appSlug string) *BuildCertificateListParams
WithAppSlug adds the appSlug to the build certificate list params
func (*BuildCertificateListParams) WithContext ¶
func (o *BuildCertificateListParams) WithContext(ctx context.Context) *BuildCertificateListParams
WithContext adds the context to the build certificate list params
func (*BuildCertificateListParams) WithDefaults ¶
func (o *BuildCertificateListParams) WithDefaults() *BuildCertificateListParams
WithDefaults hydrates default values in the build certificate list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateListParams) WithHTTPClient ¶
func (o *BuildCertificateListParams) WithHTTPClient(client *http.Client) *BuildCertificateListParams
WithHTTPClient adds the HTTPClient to the build certificate list params
func (*BuildCertificateListParams) WithLimit ¶
func (o *BuildCertificateListParams) WithLimit(limit *int64) *BuildCertificateListParams
WithLimit adds the limit to the build certificate list params
func (*BuildCertificateListParams) WithNext ¶
func (o *BuildCertificateListParams) WithNext(next *string) *BuildCertificateListParams
WithNext adds the next to the build certificate list params
func (*BuildCertificateListParams) WithTimeout ¶
func (o *BuildCertificateListParams) WithTimeout(timeout time.Duration) *BuildCertificateListParams
WithTimeout adds the timeout to the build certificate list params
func (*BuildCertificateListParams) WriteToRequest ¶
func (o *BuildCertificateListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateListReader ¶
type BuildCertificateListReader struct {
// contains filtered or unexported fields
}
BuildCertificateListReader is a Reader for the BuildCertificateList structure.
func (*BuildCertificateListReader) ReadResponse ¶
func (o *BuildCertificateListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateListUnauthorized ¶
type BuildCertificateListUnauthorized struct {
}
BuildCertificateListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateListUnauthorized ¶
func NewBuildCertificateListUnauthorized() *BuildCertificateListUnauthorized
NewBuildCertificateListUnauthorized creates a BuildCertificateListUnauthorized with default headers values
func (*BuildCertificateListUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateListUnauthorized) Code() int
Code gets the status code for the build certificate list unauthorized response
func (*BuildCertificateListUnauthorized) Error ¶
func (o *BuildCertificateListUnauthorized) Error() string
func (*BuildCertificateListUnauthorized) GetPayload ¶
func (o *BuildCertificateListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate list unauthorized response has a 4xx status code
func (*BuildCertificateListUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate list unauthorized response a status code equal to that given
func (*BuildCertificateListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate list unauthorized response has a 3xx status code
func (*BuildCertificateListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate list unauthorized response has a 5xx status code
func (*BuildCertificateListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate list unauthorized response has a 2xx status code
func (*BuildCertificateListUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateListUnauthorized) String() string
type BuildCertificateShowBadRequest ¶
type BuildCertificateShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateShowBadRequest ¶
func NewBuildCertificateShowBadRequest() *BuildCertificateShowBadRequest
NewBuildCertificateShowBadRequest creates a BuildCertificateShowBadRequest with default headers values
func (*BuildCertificateShowBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateShowBadRequest) Code() int
Code gets the status code for the build certificate show bad request response
func (*BuildCertificateShowBadRequest) Error ¶
func (o *BuildCertificateShowBadRequest) Error() string
func (*BuildCertificateShowBadRequest) GetPayload ¶
func (o *BuildCertificateShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) IsClientError() bool
IsClientError returns true when this build certificate show bad request response has a 4xx status code
func (*BuildCertificateShowBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate show bad request response a status code equal to that given
func (*BuildCertificateShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate show bad request response has a 3xx status code
func (*BuildCertificateShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) IsServerError() bool
IsServerError returns true when this build certificate show bad request response has a 5xx status code
func (*BuildCertificateShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate show bad request response has a 2xx status code
func (*BuildCertificateShowBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateShowBadRequest) String() string
type BuildCertificateShowInternalServerError ¶
type BuildCertificateShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateShowInternalServerError ¶
func NewBuildCertificateShowInternalServerError() *BuildCertificateShowInternalServerError
NewBuildCertificateShowInternalServerError creates a BuildCertificateShowInternalServerError with default headers values
func (*BuildCertificateShowInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateShowInternalServerError) Code() int
Code gets the status code for the build certificate show internal server error response
func (*BuildCertificateShowInternalServerError) Error ¶
func (o *BuildCertificateShowInternalServerError) Error() string
func (*BuildCertificateShowInternalServerError) GetPayload ¶
func (o *BuildCertificateShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate show internal server error response has a 4xx status code
func (*BuildCertificateShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate show internal server error response a status code equal to that given
func (*BuildCertificateShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate show internal server error response has a 3xx status code
func (*BuildCertificateShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate show internal server error response has a 5xx status code
func (*BuildCertificateShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate show internal server error response has a 2xx status code
func (*BuildCertificateShowInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateShowInternalServerError) String() string
type BuildCertificateShowNotFound ¶
type BuildCertificateShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateShowNotFound ¶
func NewBuildCertificateShowNotFound() *BuildCertificateShowNotFound
NewBuildCertificateShowNotFound creates a BuildCertificateShowNotFound with default headers values
func (*BuildCertificateShowNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateShowNotFound) Code() int
Code gets the status code for the build certificate show not found response
func (*BuildCertificateShowNotFound) Error ¶
func (o *BuildCertificateShowNotFound) Error() string
func (*BuildCertificateShowNotFound) GetPayload ¶
func (o *BuildCertificateShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateShowNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) IsClientError() bool
IsClientError returns true when this build certificate show not found response has a 4xx status code
func (*BuildCertificateShowNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) IsCode(code int) bool
IsCode returns true when this build certificate show not found response a status code equal to that given
func (*BuildCertificateShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate show not found response has a 3xx status code
func (*BuildCertificateShowNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) IsServerError() bool
IsServerError returns true when this build certificate show not found response has a 5xx status code
func (*BuildCertificateShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate show not found response has a 2xx status code
func (*BuildCertificateShowNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateShowNotFound) String() string
type BuildCertificateShowOK ¶
type BuildCertificateShowOK struct {
Payload *models.V0BuildCertificateResponseModel
}
BuildCertificateShowOK describes a response with status code 200, with default header values.
OK
func NewBuildCertificateShowOK ¶
func NewBuildCertificateShowOK() *BuildCertificateShowOK
NewBuildCertificateShowOK creates a BuildCertificateShowOK with default headers values
func (*BuildCertificateShowOK) Code ¶ added in v1.0.3
func (o *BuildCertificateShowOK) Code() int
Code gets the status code for the build certificate show o k response
func (*BuildCertificateShowOK) Error ¶
func (o *BuildCertificateShowOK) Error() string
func (*BuildCertificateShowOK) GetPayload ¶
func (o *BuildCertificateShowOK) GetPayload() *models.V0BuildCertificateResponseModel
func (*BuildCertificateShowOK) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateShowOK) IsClientError() bool
IsClientError returns true when this build certificate show o k response has a 4xx status code
func (*BuildCertificateShowOK) IsCode ¶ added in v0.1.0
func (o *BuildCertificateShowOK) IsCode(code int) bool
IsCode returns true when this build certificate show o k response a status code equal to that given
func (*BuildCertificateShowOK) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateShowOK) IsRedirect() bool
IsRedirect returns true when this build certificate show o k response has a 3xx status code
func (*BuildCertificateShowOK) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateShowOK) IsServerError() bool
IsServerError returns true when this build certificate show o k response has a 5xx status code
func (*BuildCertificateShowOK) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateShowOK) IsSuccess() bool
IsSuccess returns true when this build certificate show o k response has a 2xx status code
func (*BuildCertificateShowOK) String ¶ added in v0.1.0
func (o *BuildCertificateShowOK) String() string
type BuildCertificateShowParams ¶
type BuildCertificateShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildCertificateSlug.
Build certificate slug
*/
BuildCertificateSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateShowParams contains all the parameters to send to the API endpoint
for the build certificate show operation. Typically these are written to a http.Request.
func NewBuildCertificateShowParams ¶
func NewBuildCertificateShowParams() *BuildCertificateShowParams
NewBuildCertificateShowParams creates a new BuildCertificateShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateShowParamsWithContext ¶
func NewBuildCertificateShowParamsWithContext(ctx context.Context) *BuildCertificateShowParams
NewBuildCertificateShowParamsWithContext creates a new BuildCertificateShowParams object with the ability to set a context for a request.
func NewBuildCertificateShowParamsWithHTTPClient ¶
func NewBuildCertificateShowParamsWithHTTPClient(client *http.Client) *BuildCertificateShowParams
NewBuildCertificateShowParamsWithHTTPClient creates a new BuildCertificateShowParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateShowParamsWithTimeout ¶
func NewBuildCertificateShowParamsWithTimeout(timeout time.Duration) *BuildCertificateShowParams
NewBuildCertificateShowParamsWithTimeout creates a new BuildCertificateShowParams object with the ability to set a timeout on a request.
func (*BuildCertificateShowParams) SetAppSlug ¶
func (o *BuildCertificateShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate show params
func (*BuildCertificateShowParams) SetBuildCertificateSlug ¶
func (o *BuildCertificateShowParams) SetBuildCertificateSlug(buildCertificateSlug string)
SetBuildCertificateSlug adds the buildCertificateSlug to the build certificate show params
func (*BuildCertificateShowParams) SetContext ¶
func (o *BuildCertificateShowParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate show params
func (*BuildCertificateShowParams) SetDefaults ¶
func (o *BuildCertificateShowParams) SetDefaults()
SetDefaults hydrates default values in the build certificate show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateShowParams) SetHTTPClient ¶
func (o *BuildCertificateShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate show params
func (*BuildCertificateShowParams) SetTimeout ¶
func (o *BuildCertificateShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate show params
func (*BuildCertificateShowParams) WithAppSlug ¶
func (o *BuildCertificateShowParams) WithAppSlug(appSlug string) *BuildCertificateShowParams
WithAppSlug adds the appSlug to the build certificate show params
func (*BuildCertificateShowParams) WithBuildCertificateSlug ¶
func (o *BuildCertificateShowParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateShowParams
WithBuildCertificateSlug adds the buildCertificateSlug to the build certificate show params
func (*BuildCertificateShowParams) WithContext ¶
func (o *BuildCertificateShowParams) WithContext(ctx context.Context) *BuildCertificateShowParams
WithContext adds the context to the build certificate show params
func (*BuildCertificateShowParams) WithDefaults ¶
func (o *BuildCertificateShowParams) WithDefaults() *BuildCertificateShowParams
WithDefaults hydrates default values in the build certificate show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateShowParams) WithHTTPClient ¶
func (o *BuildCertificateShowParams) WithHTTPClient(client *http.Client) *BuildCertificateShowParams
WithHTTPClient adds the HTTPClient to the build certificate show params
func (*BuildCertificateShowParams) WithTimeout ¶
func (o *BuildCertificateShowParams) WithTimeout(timeout time.Duration) *BuildCertificateShowParams
WithTimeout adds the timeout to the build certificate show params
func (*BuildCertificateShowParams) WriteToRequest ¶
func (o *BuildCertificateShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateShowReader ¶
type BuildCertificateShowReader struct {
// contains filtered or unexported fields
}
BuildCertificateShowReader is a Reader for the BuildCertificateShow structure.
func (*BuildCertificateShowReader) ReadResponse ¶
func (o *BuildCertificateShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateShowUnauthorized ¶
type BuildCertificateShowUnauthorized struct {
}
BuildCertificateShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateShowUnauthorized ¶
func NewBuildCertificateShowUnauthorized() *BuildCertificateShowUnauthorized
NewBuildCertificateShowUnauthorized creates a BuildCertificateShowUnauthorized with default headers values
func (*BuildCertificateShowUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateShowUnauthorized) Code() int
Code gets the status code for the build certificate show unauthorized response
func (*BuildCertificateShowUnauthorized) Error ¶
func (o *BuildCertificateShowUnauthorized) Error() string
func (*BuildCertificateShowUnauthorized) GetPayload ¶
func (o *BuildCertificateShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate show unauthorized response has a 4xx status code
func (*BuildCertificateShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate show unauthorized response a status code equal to that given
func (*BuildCertificateShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate show unauthorized response has a 3xx status code
func (*BuildCertificateShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate show unauthorized response has a 5xx status code
func (*BuildCertificateShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate show unauthorized response has a 2xx status code
func (*BuildCertificateShowUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateShowUnauthorized) String() string
type BuildCertificateUpdateBadRequest ¶
type BuildCertificateUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildCertificateUpdateBadRequest ¶
func NewBuildCertificateUpdateBadRequest() *BuildCertificateUpdateBadRequest
NewBuildCertificateUpdateBadRequest creates a BuildCertificateUpdateBadRequest with default headers values
func (*BuildCertificateUpdateBadRequest) Code ¶ added in v1.0.3
func (o *BuildCertificateUpdateBadRequest) Code() int
Code gets the status code for the build certificate update bad request response
func (*BuildCertificateUpdateBadRequest) Error ¶
func (o *BuildCertificateUpdateBadRequest) Error() string
func (*BuildCertificateUpdateBadRequest) GetPayload ¶
func (o *BuildCertificateUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) IsClientError() bool
IsClientError returns true when this build certificate update bad request response has a 4xx status code
func (*BuildCertificateUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this build certificate update bad request response a status code equal to that given
func (*BuildCertificateUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this build certificate update bad request response has a 3xx status code
func (*BuildCertificateUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) IsServerError() bool
IsServerError returns true when this build certificate update bad request response has a 5xx status code
func (*BuildCertificateUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this build certificate update bad request response has a 2xx status code
func (*BuildCertificateUpdateBadRequest) String ¶ added in v0.1.0
func (o *BuildCertificateUpdateBadRequest) String() string
type BuildCertificateUpdateInternalServerError ¶
type BuildCertificateUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildCertificateUpdateInternalServerError ¶
func NewBuildCertificateUpdateInternalServerError() *BuildCertificateUpdateInternalServerError
NewBuildCertificateUpdateInternalServerError creates a BuildCertificateUpdateInternalServerError with default headers values
func (*BuildCertificateUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *BuildCertificateUpdateInternalServerError) Code() int
Code gets the status code for the build certificate update internal server error response
func (*BuildCertificateUpdateInternalServerError) Error ¶
func (o *BuildCertificateUpdateInternalServerError) Error() string
func (*BuildCertificateUpdateInternalServerError) GetPayload ¶
func (o *BuildCertificateUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this build certificate update internal server error response has a 4xx status code
func (*BuildCertificateUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this build certificate update internal server error response a status code equal to that given
func (*BuildCertificateUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this build certificate update internal server error response has a 3xx status code
func (*BuildCertificateUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this build certificate update internal server error response has a 5xx status code
func (*BuildCertificateUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this build certificate update internal server error response has a 2xx status code
func (*BuildCertificateUpdateInternalServerError) String ¶ added in v0.1.0
func (o *BuildCertificateUpdateInternalServerError) String() string
type BuildCertificateUpdateNotFound ¶
type BuildCertificateUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildCertificateUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildCertificateUpdateNotFound ¶
func NewBuildCertificateUpdateNotFound() *BuildCertificateUpdateNotFound
NewBuildCertificateUpdateNotFound creates a BuildCertificateUpdateNotFound with default headers values
func (*BuildCertificateUpdateNotFound) Code ¶ added in v1.0.3
func (o *BuildCertificateUpdateNotFound) Code() int
Code gets the status code for the build certificate update not found response
func (*BuildCertificateUpdateNotFound) Error ¶
func (o *BuildCertificateUpdateNotFound) Error() string
func (*BuildCertificateUpdateNotFound) GetPayload ¶
func (o *BuildCertificateUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) IsClientError() bool
IsClientError returns true when this build certificate update not found response has a 4xx status code
func (*BuildCertificateUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) IsCode(code int) bool
IsCode returns true when this build certificate update not found response a status code equal to that given
func (*BuildCertificateUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this build certificate update not found response has a 3xx status code
func (*BuildCertificateUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) IsServerError() bool
IsServerError returns true when this build certificate update not found response has a 5xx status code
func (*BuildCertificateUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this build certificate update not found response has a 2xx status code
func (*BuildCertificateUpdateNotFound) String ¶ added in v0.1.0
func (o *BuildCertificateUpdateNotFound) String() string
type BuildCertificateUpdateOK ¶
type BuildCertificateUpdateOK struct {
Payload *models.V0BuildCertificateResponseModel
}
BuildCertificateUpdateOK describes a response with status code 200, with default header values.
OK
func NewBuildCertificateUpdateOK ¶
func NewBuildCertificateUpdateOK() *BuildCertificateUpdateOK
NewBuildCertificateUpdateOK creates a BuildCertificateUpdateOK with default headers values
func (*BuildCertificateUpdateOK) Code ¶ added in v1.0.3
func (o *BuildCertificateUpdateOK) Code() int
Code gets the status code for the build certificate update o k response
func (*BuildCertificateUpdateOK) Error ¶
func (o *BuildCertificateUpdateOK) Error() string
func (*BuildCertificateUpdateOK) GetPayload ¶
func (o *BuildCertificateUpdateOK) GetPayload() *models.V0BuildCertificateResponseModel
func (*BuildCertificateUpdateOK) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) IsClientError() bool
IsClientError returns true when this build certificate update o k response has a 4xx status code
func (*BuildCertificateUpdateOK) IsCode ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) IsCode(code int) bool
IsCode returns true when this build certificate update o k response a status code equal to that given
func (*BuildCertificateUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) IsRedirect() bool
IsRedirect returns true when this build certificate update o k response has a 3xx status code
func (*BuildCertificateUpdateOK) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) IsServerError() bool
IsServerError returns true when this build certificate update o k response has a 5xx status code
func (*BuildCertificateUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) IsSuccess() bool
IsSuccess returns true when this build certificate update o k response has a 2xx status code
func (*BuildCertificateUpdateOK) String ¶ added in v0.1.0
func (o *BuildCertificateUpdateOK) String() string
type BuildCertificateUpdateParams ¶
type BuildCertificateUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildCertificate.
Build certificate parameters
*/
BuildCertificate *models.V0BuildCertificateUpdateParams
/* BuildCertificateSlug.
Build certificate slug
*/
BuildCertificateSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildCertificateUpdateParams contains all the parameters to send to the API endpoint
for the build certificate update operation. Typically these are written to a http.Request.
func NewBuildCertificateUpdateParams ¶
func NewBuildCertificateUpdateParams() *BuildCertificateUpdateParams
NewBuildCertificateUpdateParams creates a new BuildCertificateUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildCertificateUpdateParamsWithContext ¶
func NewBuildCertificateUpdateParamsWithContext(ctx context.Context) *BuildCertificateUpdateParams
NewBuildCertificateUpdateParamsWithContext creates a new BuildCertificateUpdateParams object with the ability to set a context for a request.
func NewBuildCertificateUpdateParamsWithHTTPClient ¶
func NewBuildCertificateUpdateParamsWithHTTPClient(client *http.Client) *BuildCertificateUpdateParams
NewBuildCertificateUpdateParamsWithHTTPClient creates a new BuildCertificateUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewBuildCertificateUpdateParamsWithTimeout ¶
func NewBuildCertificateUpdateParamsWithTimeout(timeout time.Duration) *BuildCertificateUpdateParams
NewBuildCertificateUpdateParamsWithTimeout creates a new BuildCertificateUpdateParams object with the ability to set a timeout on a request.
func (*BuildCertificateUpdateParams) SetAppSlug ¶
func (o *BuildCertificateUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build certificate update params
func (*BuildCertificateUpdateParams) SetBuildCertificate ¶
func (o *BuildCertificateUpdateParams) SetBuildCertificate(buildCertificate *models.V0BuildCertificateUpdateParams)
SetBuildCertificate adds the buildCertificate to the build certificate update params
func (*BuildCertificateUpdateParams) SetBuildCertificateSlug ¶
func (o *BuildCertificateUpdateParams) SetBuildCertificateSlug(buildCertificateSlug string)
SetBuildCertificateSlug adds the buildCertificateSlug to the build certificate update params
func (*BuildCertificateUpdateParams) SetContext ¶
func (o *BuildCertificateUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the build certificate update params
func (*BuildCertificateUpdateParams) SetDefaults ¶
func (o *BuildCertificateUpdateParams) SetDefaults()
SetDefaults hydrates default values in the build certificate update params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateUpdateParams) SetHTTPClient ¶
func (o *BuildCertificateUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build certificate update params
func (*BuildCertificateUpdateParams) SetTimeout ¶
func (o *BuildCertificateUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build certificate update params
func (*BuildCertificateUpdateParams) WithAppSlug ¶
func (o *BuildCertificateUpdateParams) WithAppSlug(appSlug string) *BuildCertificateUpdateParams
WithAppSlug adds the appSlug to the build certificate update params
func (*BuildCertificateUpdateParams) WithBuildCertificate ¶
func (o *BuildCertificateUpdateParams) WithBuildCertificate(buildCertificate *models.V0BuildCertificateUpdateParams) *BuildCertificateUpdateParams
WithBuildCertificate adds the buildCertificate to the build certificate update params
func (*BuildCertificateUpdateParams) WithBuildCertificateSlug ¶
func (o *BuildCertificateUpdateParams) WithBuildCertificateSlug(buildCertificateSlug string) *BuildCertificateUpdateParams
WithBuildCertificateSlug adds the buildCertificateSlug to the build certificate update params
func (*BuildCertificateUpdateParams) WithContext ¶
func (o *BuildCertificateUpdateParams) WithContext(ctx context.Context) *BuildCertificateUpdateParams
WithContext adds the context to the build certificate update params
func (*BuildCertificateUpdateParams) WithDefaults ¶
func (o *BuildCertificateUpdateParams) WithDefaults() *BuildCertificateUpdateParams
WithDefaults hydrates default values in the build certificate update params (not the query body).
All values with no default are reset to their zero value.
func (*BuildCertificateUpdateParams) WithHTTPClient ¶
func (o *BuildCertificateUpdateParams) WithHTTPClient(client *http.Client) *BuildCertificateUpdateParams
WithHTTPClient adds the HTTPClient to the build certificate update params
func (*BuildCertificateUpdateParams) WithTimeout ¶
func (o *BuildCertificateUpdateParams) WithTimeout(timeout time.Duration) *BuildCertificateUpdateParams
WithTimeout adds the timeout to the build certificate update params
func (*BuildCertificateUpdateParams) WriteToRequest ¶
func (o *BuildCertificateUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildCertificateUpdateReader ¶
type BuildCertificateUpdateReader struct {
// contains filtered or unexported fields
}
BuildCertificateUpdateReader is a Reader for the BuildCertificateUpdate structure.
func (*BuildCertificateUpdateReader) ReadResponse ¶
func (o *BuildCertificateUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildCertificateUpdateUnauthorized ¶
type BuildCertificateUpdateUnauthorized struct {
}
BuildCertificateUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildCertificateUpdateUnauthorized ¶
func NewBuildCertificateUpdateUnauthorized() *BuildCertificateUpdateUnauthorized
NewBuildCertificateUpdateUnauthorized creates a BuildCertificateUpdateUnauthorized with default headers values
func (*BuildCertificateUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *BuildCertificateUpdateUnauthorized) Code() int
Code gets the status code for the build certificate update unauthorized response
func (*BuildCertificateUpdateUnauthorized) Error ¶
func (o *BuildCertificateUpdateUnauthorized) Error() string
func (*BuildCertificateUpdateUnauthorized) GetPayload ¶
func (o *BuildCertificateUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildCertificateUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this build certificate update unauthorized response has a 4xx status code
func (*BuildCertificateUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this build certificate update unauthorized response a status code equal to that given
func (*BuildCertificateUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this build certificate update unauthorized response has a 3xx status code
func (*BuildCertificateUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this build certificate update unauthorized response has a 5xx status code
func (*BuildCertificateUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this build certificate update unauthorized response has a 2xx status code
func (*BuildCertificateUpdateUnauthorized) String ¶ added in v0.1.0
func (o *BuildCertificateUpdateUnauthorized) String() string
type BuildListAllBadRequest ¶
type BuildListAllBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListAllBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildListAllBadRequest ¶
func NewBuildListAllBadRequest() *BuildListAllBadRequest
NewBuildListAllBadRequest creates a BuildListAllBadRequest with default headers values
func (*BuildListAllBadRequest) Code ¶ added in v1.0.3
func (o *BuildListAllBadRequest) Code() int
Code gets the status code for the build list all bad request response
func (*BuildListAllBadRequest) Error ¶
func (o *BuildListAllBadRequest) Error() string
func (*BuildListAllBadRequest) GetPayload ¶
func (o *BuildListAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListAllBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildListAllBadRequest) IsClientError() bool
IsClientError returns true when this build list all bad request response has a 4xx status code
func (*BuildListAllBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildListAllBadRequest) IsCode(code int) bool
IsCode returns true when this build list all bad request response a status code equal to that given
func (*BuildListAllBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildListAllBadRequest) IsRedirect() bool
IsRedirect returns true when this build list all bad request response has a 3xx status code
func (*BuildListAllBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildListAllBadRequest) IsServerError() bool
IsServerError returns true when this build list all bad request response has a 5xx status code
func (*BuildListAllBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildListAllBadRequest) IsSuccess() bool
IsSuccess returns true when this build list all bad request response has a 2xx status code
func (*BuildListAllBadRequest) String ¶ added in v0.1.0
func (o *BuildListAllBadRequest) String() string
type BuildListAllInternalServerError ¶
type BuildListAllInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListAllInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildListAllInternalServerError ¶
func NewBuildListAllInternalServerError() *BuildListAllInternalServerError
NewBuildListAllInternalServerError creates a BuildListAllInternalServerError with default headers values
func (*BuildListAllInternalServerError) Code ¶ added in v1.0.3
func (o *BuildListAllInternalServerError) Code() int
Code gets the status code for the build list all internal server error response
func (*BuildListAllInternalServerError) Error ¶
func (o *BuildListAllInternalServerError) Error() string
func (*BuildListAllInternalServerError) GetPayload ¶
func (o *BuildListAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListAllInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) IsClientError() bool
IsClientError returns true when this build list all internal server error response has a 4xx status code
func (*BuildListAllInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) IsCode(code int) bool
IsCode returns true when this build list all internal server error response a status code equal to that given
func (*BuildListAllInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) IsRedirect() bool
IsRedirect returns true when this build list all internal server error response has a 3xx status code
func (*BuildListAllInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) IsServerError() bool
IsServerError returns true when this build list all internal server error response has a 5xx status code
func (*BuildListAllInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) IsSuccess() bool
IsSuccess returns true when this build list all internal server error response has a 2xx status code
func (*BuildListAllInternalServerError) String ¶ added in v0.1.0
func (o *BuildListAllInternalServerError) String() string
type BuildListAllNotFound ¶
type BuildListAllNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListAllNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildListAllNotFound ¶
func NewBuildListAllNotFound() *BuildListAllNotFound
NewBuildListAllNotFound creates a BuildListAllNotFound with default headers values
func (*BuildListAllNotFound) Code ¶ added in v1.0.3
func (o *BuildListAllNotFound) Code() int
Code gets the status code for the build list all not found response
func (*BuildListAllNotFound) Error ¶
func (o *BuildListAllNotFound) Error() string
func (*BuildListAllNotFound) GetPayload ¶
func (o *BuildListAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListAllNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildListAllNotFound) IsClientError() bool
IsClientError returns true when this build list all not found response has a 4xx status code
func (*BuildListAllNotFound) IsCode ¶ added in v0.1.0
func (o *BuildListAllNotFound) IsCode(code int) bool
IsCode returns true when this build list all not found response a status code equal to that given
func (*BuildListAllNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildListAllNotFound) IsRedirect() bool
IsRedirect returns true when this build list all not found response has a 3xx status code
func (*BuildListAllNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildListAllNotFound) IsServerError() bool
IsServerError returns true when this build list all not found response has a 5xx status code
func (*BuildListAllNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildListAllNotFound) IsSuccess() bool
IsSuccess returns true when this build list all not found response has a 2xx status code
func (*BuildListAllNotFound) String ¶ added in v0.1.0
func (o *BuildListAllNotFound) String() string
type BuildListAllOK ¶
type BuildListAllOK struct {
Payload *models.V0BuildListAllResponseModel
}
BuildListAllOK describes a response with status code 200, with default header values.
OK
func NewBuildListAllOK ¶
func NewBuildListAllOK() *BuildListAllOK
NewBuildListAllOK creates a BuildListAllOK with default headers values
func (*BuildListAllOK) Code ¶ added in v1.0.3
func (o *BuildListAllOK) Code() int
Code gets the status code for the build list all o k response
func (*BuildListAllOK) Error ¶
func (o *BuildListAllOK) Error() string
func (*BuildListAllOK) GetPayload ¶
func (o *BuildListAllOK) GetPayload() *models.V0BuildListAllResponseModel
func (*BuildListAllOK) IsClientError ¶ added in v0.1.0
func (o *BuildListAllOK) IsClientError() bool
IsClientError returns true when this build list all o k response has a 4xx status code
func (*BuildListAllOK) IsCode ¶ added in v0.1.0
func (o *BuildListAllOK) IsCode(code int) bool
IsCode returns true when this build list all o k response a status code equal to that given
func (*BuildListAllOK) IsRedirect ¶ added in v0.1.0
func (o *BuildListAllOK) IsRedirect() bool
IsRedirect returns true when this build list all o k response has a 3xx status code
func (*BuildListAllOK) IsServerError ¶ added in v0.1.0
func (o *BuildListAllOK) IsServerError() bool
IsServerError returns true when this build list all o k response has a 5xx status code
func (*BuildListAllOK) IsSuccess ¶ added in v0.1.0
func (o *BuildListAllOK) IsSuccess() bool
IsSuccess returns true when this build list all o k response has a 2xx status code
func (*BuildListAllOK) String ¶ added in v0.1.0
func (o *BuildListAllOK) String() string
type BuildListAllParams ¶
type BuildListAllParams struct {
/* IsOnHold.
Indicates whether the build has started yet (true: the build hasn't started)
*/
IsOnHold *bool
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first build in the response
*/
Next *string
/* OwnerSlug.
The slug of the owner of the app or apps
*/
OwnerSlug *string
/* Status.
The status of the build: not finished (0), successful (1), failed (2), aborted with failure (3), aborted with success (4)
*/
Status *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildListAllParams contains all the parameters to send to the API endpoint
for the build list all operation. Typically these are written to a http.Request.
func NewBuildListAllParams ¶
func NewBuildListAllParams() *BuildListAllParams
NewBuildListAllParams creates a new BuildListAllParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildListAllParamsWithContext ¶
func NewBuildListAllParamsWithContext(ctx context.Context) *BuildListAllParams
NewBuildListAllParamsWithContext creates a new BuildListAllParams object with the ability to set a context for a request.
func NewBuildListAllParamsWithHTTPClient ¶
func NewBuildListAllParamsWithHTTPClient(client *http.Client) *BuildListAllParams
NewBuildListAllParamsWithHTTPClient creates a new BuildListAllParams object with the ability to set a custom HTTPClient for a request.
func NewBuildListAllParamsWithTimeout ¶
func NewBuildListAllParamsWithTimeout(timeout time.Duration) *BuildListAllParams
NewBuildListAllParamsWithTimeout creates a new BuildListAllParams object with the ability to set a timeout on a request.
func (*BuildListAllParams) SetContext ¶
func (o *BuildListAllParams) SetContext(ctx context.Context)
SetContext adds the context to the build list all params
func (*BuildListAllParams) SetDefaults ¶
func (o *BuildListAllParams) SetDefaults()
SetDefaults hydrates default values in the build list all params (not the query body).
All values with no default are reset to their zero value.
func (*BuildListAllParams) SetHTTPClient ¶
func (o *BuildListAllParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build list all params
func (*BuildListAllParams) SetIsOnHold ¶
func (o *BuildListAllParams) SetIsOnHold(isOnHold *bool)
SetIsOnHold adds the isOnHold to the build list all params
func (*BuildListAllParams) SetLimit ¶
func (o *BuildListAllParams) SetLimit(limit *int64)
SetLimit adds the limit to the build list all params
func (*BuildListAllParams) SetNext ¶
func (o *BuildListAllParams) SetNext(next *string)
SetNext adds the next to the build list all params
func (*BuildListAllParams) SetOwnerSlug ¶
func (o *BuildListAllParams) SetOwnerSlug(ownerSlug *string)
SetOwnerSlug adds the ownerSlug to the build list all params
func (*BuildListAllParams) SetStatus ¶
func (o *BuildListAllParams) SetStatus(status *int64)
SetStatus adds the status to the build list all params
func (*BuildListAllParams) SetTimeout ¶
func (o *BuildListAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build list all params
func (*BuildListAllParams) WithContext ¶
func (o *BuildListAllParams) WithContext(ctx context.Context) *BuildListAllParams
WithContext adds the context to the build list all params
func (*BuildListAllParams) WithDefaults ¶
func (o *BuildListAllParams) WithDefaults() *BuildListAllParams
WithDefaults hydrates default values in the build list all params (not the query body).
All values with no default are reset to their zero value.
func (*BuildListAllParams) WithHTTPClient ¶
func (o *BuildListAllParams) WithHTTPClient(client *http.Client) *BuildListAllParams
WithHTTPClient adds the HTTPClient to the build list all params
func (*BuildListAllParams) WithIsOnHold ¶
func (o *BuildListAllParams) WithIsOnHold(isOnHold *bool) *BuildListAllParams
WithIsOnHold adds the isOnHold to the build list all params
func (*BuildListAllParams) WithLimit ¶
func (o *BuildListAllParams) WithLimit(limit *int64) *BuildListAllParams
WithLimit adds the limit to the build list all params
func (*BuildListAllParams) WithNext ¶
func (o *BuildListAllParams) WithNext(next *string) *BuildListAllParams
WithNext adds the next to the build list all params
func (*BuildListAllParams) WithOwnerSlug ¶
func (o *BuildListAllParams) WithOwnerSlug(ownerSlug *string) *BuildListAllParams
WithOwnerSlug adds the ownerSlug to the build list all params
func (*BuildListAllParams) WithStatus ¶
func (o *BuildListAllParams) WithStatus(status *int64) *BuildListAllParams
WithStatus adds the status to the build list all params
func (*BuildListAllParams) WithTimeout ¶
func (o *BuildListAllParams) WithTimeout(timeout time.Duration) *BuildListAllParams
WithTimeout adds the timeout to the build list all params
func (*BuildListAllParams) WriteToRequest ¶
func (o *BuildListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildListAllReader ¶
type BuildListAllReader struct {
// contains filtered or unexported fields
}
BuildListAllReader is a Reader for the BuildListAll structure.
func (*BuildListAllReader) ReadResponse ¶
func (o *BuildListAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildListAllUnauthorized ¶
type BuildListAllUnauthorized struct {
}
BuildListAllUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildListAllUnauthorized ¶
func NewBuildListAllUnauthorized() *BuildListAllUnauthorized
NewBuildListAllUnauthorized creates a BuildListAllUnauthorized with default headers values
func (*BuildListAllUnauthorized) Code ¶ added in v1.0.3
func (o *BuildListAllUnauthorized) Code() int
Code gets the status code for the build list all unauthorized response
func (*BuildListAllUnauthorized) Error ¶
func (o *BuildListAllUnauthorized) Error() string
func (*BuildListAllUnauthorized) GetPayload ¶
func (o *BuildListAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListAllUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) IsClientError() bool
IsClientError returns true when this build list all unauthorized response has a 4xx status code
func (*BuildListAllUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) IsCode(code int) bool
IsCode returns true when this build list all unauthorized response a status code equal to that given
func (*BuildListAllUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) IsRedirect() bool
IsRedirect returns true when this build list all unauthorized response has a 3xx status code
func (*BuildListAllUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) IsServerError() bool
IsServerError returns true when this build list all unauthorized response has a 5xx status code
func (*BuildListAllUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) IsSuccess() bool
IsSuccess returns true when this build list all unauthorized response has a 2xx status code
func (*BuildListAllUnauthorized) String ¶ added in v0.1.0
func (o *BuildListAllUnauthorized) String() string
type BuildListBadRequest ¶
type BuildListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildListBadRequest ¶
func NewBuildListBadRequest() *BuildListBadRequest
NewBuildListBadRequest creates a BuildListBadRequest with default headers values
func (*BuildListBadRequest) Code ¶ added in v1.0.3
func (o *BuildListBadRequest) Code() int
Code gets the status code for the build list bad request response
func (*BuildListBadRequest) Error ¶
func (o *BuildListBadRequest) Error() string
func (*BuildListBadRequest) GetPayload ¶
func (o *BuildListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildListBadRequest) IsClientError() bool
IsClientError returns true when this build list bad request response has a 4xx status code
func (*BuildListBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildListBadRequest) IsCode(code int) bool
IsCode returns true when this build list bad request response a status code equal to that given
func (*BuildListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildListBadRequest) IsRedirect() bool
IsRedirect returns true when this build list bad request response has a 3xx status code
func (*BuildListBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildListBadRequest) IsServerError() bool
IsServerError returns true when this build list bad request response has a 5xx status code
func (*BuildListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildListBadRequest) IsSuccess() bool
IsSuccess returns true when this build list bad request response has a 2xx status code
func (*BuildListBadRequest) String ¶ added in v0.1.0
func (o *BuildListBadRequest) String() string
type BuildListInternalServerError ¶
type BuildListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildListInternalServerError ¶
func NewBuildListInternalServerError() *BuildListInternalServerError
NewBuildListInternalServerError creates a BuildListInternalServerError with default headers values
func (*BuildListInternalServerError) Code ¶ added in v1.0.3
func (o *BuildListInternalServerError) Code() int
Code gets the status code for the build list internal server error response
func (*BuildListInternalServerError) Error ¶
func (o *BuildListInternalServerError) Error() string
func (*BuildListInternalServerError) GetPayload ¶
func (o *BuildListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildListInternalServerError) IsClientError() bool
IsClientError returns true when this build list internal server error response has a 4xx status code
func (*BuildListInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildListInternalServerError) IsCode(code int) bool
IsCode returns true when this build list internal server error response a status code equal to that given
func (*BuildListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildListInternalServerError) IsRedirect() bool
IsRedirect returns true when this build list internal server error response has a 3xx status code
func (*BuildListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildListInternalServerError) IsServerError() bool
IsServerError returns true when this build list internal server error response has a 5xx status code
func (*BuildListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildListInternalServerError) IsSuccess() bool
IsSuccess returns true when this build list internal server error response has a 2xx status code
func (*BuildListInternalServerError) String ¶ added in v0.1.0
func (o *BuildListInternalServerError) String() string
type BuildListNotFound ¶
type BuildListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildListNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildListNotFound ¶
func NewBuildListNotFound() *BuildListNotFound
NewBuildListNotFound creates a BuildListNotFound with default headers values
func (*BuildListNotFound) Code ¶ added in v1.0.3
func (o *BuildListNotFound) Code() int
Code gets the status code for the build list not found response
func (*BuildListNotFound) Error ¶
func (o *BuildListNotFound) Error() string
func (*BuildListNotFound) GetPayload ¶
func (o *BuildListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildListNotFound) IsClientError() bool
IsClientError returns true when this build list not found response has a 4xx status code
func (*BuildListNotFound) IsCode ¶ added in v0.1.0
func (o *BuildListNotFound) IsCode(code int) bool
IsCode returns true when this build list not found response a status code equal to that given
func (*BuildListNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildListNotFound) IsRedirect() bool
IsRedirect returns true when this build list not found response has a 3xx status code
func (*BuildListNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildListNotFound) IsServerError() bool
IsServerError returns true when this build list not found response has a 5xx status code
func (*BuildListNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildListNotFound) IsSuccess() bool
IsSuccess returns true when this build list not found response has a 2xx status code
func (*BuildListNotFound) String ¶ added in v0.1.0
func (o *BuildListNotFound) String() string
type BuildListOK ¶
type BuildListOK struct {
Payload *models.V0BuildListResponseModel
}
BuildListOK describes a response with status code 200, with default header values.
OK
func NewBuildListOK ¶
func NewBuildListOK() *BuildListOK
NewBuildListOK creates a BuildListOK with default headers values
func (*BuildListOK) Code ¶ added in v1.0.3
func (o *BuildListOK) Code() int
Code gets the status code for the build list o k response
func (*BuildListOK) Error ¶
func (o *BuildListOK) Error() string
func (*BuildListOK) GetPayload ¶
func (o *BuildListOK) GetPayload() *models.V0BuildListResponseModel
func (*BuildListOK) IsClientError ¶ added in v0.1.0
func (o *BuildListOK) IsClientError() bool
IsClientError returns true when this build list o k response has a 4xx status code
func (*BuildListOK) IsCode ¶ added in v0.1.0
func (o *BuildListOK) IsCode(code int) bool
IsCode returns true when this build list o k response a status code equal to that given
func (*BuildListOK) IsRedirect ¶ added in v0.1.0
func (o *BuildListOK) IsRedirect() bool
IsRedirect returns true when this build list o k response has a 3xx status code
func (*BuildListOK) IsServerError ¶ added in v0.1.0
func (o *BuildListOK) IsServerError() bool
IsServerError returns true when this build list o k response has a 5xx status code
func (*BuildListOK) IsSuccess ¶ added in v0.1.0
func (o *BuildListOK) IsSuccess() bool
IsSuccess returns true when this build list o k response has a 2xx status code
func (*BuildListOK) String ¶ added in v0.1.0
func (o *BuildListOK) String() string
type BuildListParams ¶
type BuildListParams struct {
/* After.
List builds run after a given date (Unix Timestamp)
*/
After *int64
/* AppSlug.
App slug
*/
AppSlug string
/* Before.
List builds run before a given date (Unix Timestamp)
*/
Before *int64
/* Branch.
The branch which was built
*/
Branch *string
/* BuildNumber.
The build number
*/
BuildNumber *int64
/* CommitMessage.
The commit message of the build
*/
CommitMessage *string
/* IsPipelineBuild.
Whether the builds are part of a pipeline or not
*/
IsPipelineBuild *bool
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first build in the response
*/
Next *string
/* PullRequestID.
The id of the pull request that triggered the build
*/
PullRequestID *int64
/* SortBy.
Order of builds: sort them based on when they were created or the time when they were triggered
*/
SortBy *string
/* Status.
The status of the build: not finished (0), successful (1), failed (2), aborted with failure (3), aborted with success (4)
*/
Status *int64
/* TriggerEventType.
The event that triggered the build (push, pull-request, tag)
*/
TriggerEventType *string
/* Workflow.
The name of the workflow used for the build
*/
Workflow *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildListParams contains all the parameters to send to the API endpoint
for the build list operation. Typically these are written to a http.Request.
func NewBuildListParams ¶
func NewBuildListParams() *BuildListParams
NewBuildListParams creates a new BuildListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildListParamsWithContext ¶
func NewBuildListParamsWithContext(ctx context.Context) *BuildListParams
NewBuildListParamsWithContext creates a new BuildListParams object with the ability to set a context for a request.
func NewBuildListParamsWithHTTPClient ¶
func NewBuildListParamsWithHTTPClient(client *http.Client) *BuildListParams
NewBuildListParamsWithHTTPClient creates a new BuildListParams object with the ability to set a custom HTTPClient for a request.
func NewBuildListParamsWithTimeout ¶
func NewBuildListParamsWithTimeout(timeout time.Duration) *BuildListParams
NewBuildListParamsWithTimeout creates a new BuildListParams object with the ability to set a timeout on a request.
func (*BuildListParams) SetAfter ¶
func (o *BuildListParams) SetAfter(after *int64)
SetAfter adds the after to the build list params
func (*BuildListParams) SetAppSlug ¶
func (o *BuildListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build list params
func (*BuildListParams) SetBefore ¶
func (o *BuildListParams) SetBefore(before *int64)
SetBefore adds the before to the build list params
func (*BuildListParams) SetBranch ¶
func (o *BuildListParams) SetBranch(branch *string)
SetBranch adds the branch to the build list params
func (*BuildListParams) SetBuildNumber ¶
func (o *BuildListParams) SetBuildNumber(buildNumber *int64)
SetBuildNumber adds the buildNumber to the build list params
func (*BuildListParams) SetCommitMessage ¶
func (o *BuildListParams) SetCommitMessage(commitMessage *string)
SetCommitMessage adds the commitMessage to the build list params
func (*BuildListParams) SetContext ¶
func (o *BuildListParams) SetContext(ctx context.Context)
SetContext adds the context to the build list params
func (*BuildListParams) SetDefaults ¶
func (o *BuildListParams) SetDefaults()
SetDefaults hydrates default values in the build list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildListParams) SetHTTPClient ¶
func (o *BuildListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build list params
func (*BuildListParams) SetIsPipelineBuild ¶ added in v0.1.0
func (o *BuildListParams) SetIsPipelineBuild(isPipelineBuild *bool)
SetIsPipelineBuild adds the isPipelineBuild to the build list params
func (*BuildListParams) SetLimit ¶
func (o *BuildListParams) SetLimit(limit *int64)
SetLimit adds the limit to the build list params
func (*BuildListParams) SetNext ¶
func (o *BuildListParams) SetNext(next *string)
SetNext adds the next to the build list params
func (*BuildListParams) SetPullRequestID ¶
func (o *BuildListParams) SetPullRequestID(pullRequestID *int64)
SetPullRequestID adds the pullRequestId to the build list params
func (*BuildListParams) SetSortBy ¶
func (o *BuildListParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the build list params
func (*BuildListParams) SetStatus ¶
func (o *BuildListParams) SetStatus(status *int64)
SetStatus adds the status to the build list params
func (*BuildListParams) SetTimeout ¶
func (o *BuildListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build list params
func (*BuildListParams) SetTriggerEventType ¶
func (o *BuildListParams) SetTriggerEventType(triggerEventType *string)
SetTriggerEventType adds the triggerEventType to the build list params
func (*BuildListParams) SetWorkflow ¶
func (o *BuildListParams) SetWorkflow(workflow *string)
SetWorkflow adds the workflow to the build list params
func (*BuildListParams) WithAfter ¶
func (o *BuildListParams) WithAfter(after *int64) *BuildListParams
WithAfter adds the after to the build list params
func (*BuildListParams) WithAppSlug ¶
func (o *BuildListParams) WithAppSlug(appSlug string) *BuildListParams
WithAppSlug adds the appSlug to the build list params
func (*BuildListParams) WithBefore ¶
func (o *BuildListParams) WithBefore(before *int64) *BuildListParams
WithBefore adds the before to the build list params
func (*BuildListParams) WithBranch ¶
func (o *BuildListParams) WithBranch(branch *string) *BuildListParams
WithBranch adds the branch to the build list params
func (*BuildListParams) WithBuildNumber ¶
func (o *BuildListParams) WithBuildNumber(buildNumber *int64) *BuildListParams
WithBuildNumber adds the buildNumber to the build list params
func (*BuildListParams) WithCommitMessage ¶
func (o *BuildListParams) WithCommitMessage(commitMessage *string) *BuildListParams
WithCommitMessage adds the commitMessage to the build list params
func (*BuildListParams) WithContext ¶
func (o *BuildListParams) WithContext(ctx context.Context) *BuildListParams
WithContext adds the context to the build list params
func (*BuildListParams) WithDefaults ¶
func (o *BuildListParams) WithDefaults() *BuildListParams
WithDefaults hydrates default values in the build list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildListParams) WithHTTPClient ¶
func (o *BuildListParams) WithHTTPClient(client *http.Client) *BuildListParams
WithHTTPClient adds the HTTPClient to the build list params
func (*BuildListParams) WithIsPipelineBuild ¶ added in v0.1.0
func (o *BuildListParams) WithIsPipelineBuild(isPipelineBuild *bool) *BuildListParams
WithIsPipelineBuild adds the isPipelineBuild to the build list params
func (*BuildListParams) WithLimit ¶
func (o *BuildListParams) WithLimit(limit *int64) *BuildListParams
WithLimit adds the limit to the build list params
func (*BuildListParams) WithNext ¶
func (o *BuildListParams) WithNext(next *string) *BuildListParams
WithNext adds the next to the build list params
func (*BuildListParams) WithPullRequestID ¶
func (o *BuildListParams) WithPullRequestID(pullRequestID *int64) *BuildListParams
WithPullRequestID adds the pullRequestID to the build list params
func (*BuildListParams) WithSortBy ¶
func (o *BuildListParams) WithSortBy(sortBy *string) *BuildListParams
WithSortBy adds the sortBy to the build list params
func (*BuildListParams) WithStatus ¶
func (o *BuildListParams) WithStatus(status *int64) *BuildListParams
WithStatus adds the status to the build list params
func (*BuildListParams) WithTimeout ¶
func (o *BuildListParams) WithTimeout(timeout time.Duration) *BuildListParams
WithTimeout adds the timeout to the build list params
func (*BuildListParams) WithTriggerEventType ¶
func (o *BuildListParams) WithTriggerEventType(triggerEventType *string) *BuildListParams
WithTriggerEventType adds the triggerEventType to the build list params
func (*BuildListParams) WithWorkflow ¶
func (o *BuildListParams) WithWorkflow(workflow *string) *BuildListParams
WithWorkflow adds the workflow to the build list params
func (*BuildListParams) WriteToRequest ¶
func (o *BuildListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildListReader ¶
type BuildListReader struct {
// contains filtered or unexported fields
}
BuildListReader is a Reader for the BuildList structure.
func (*BuildListReader) ReadResponse ¶
func (o *BuildListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildListUnauthorized ¶
type BuildListUnauthorized struct {
}
BuildListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildListUnauthorized ¶
func NewBuildListUnauthorized() *BuildListUnauthorized
NewBuildListUnauthorized creates a BuildListUnauthorized with default headers values
func (*BuildListUnauthorized) Code ¶ added in v1.0.3
func (o *BuildListUnauthorized) Code() int
Code gets the status code for the build list unauthorized response
func (*BuildListUnauthorized) Error ¶
func (o *BuildListUnauthorized) Error() string
func (*BuildListUnauthorized) GetPayload ¶
func (o *BuildListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildListUnauthorized) IsClientError() bool
IsClientError returns true when this build list unauthorized response has a 4xx status code
func (*BuildListUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildListUnauthorized) IsCode(code int) bool
IsCode returns true when this build list unauthorized response a status code equal to that given
func (*BuildListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildListUnauthorized) IsRedirect() bool
IsRedirect returns true when this build list unauthorized response has a 3xx status code
func (*BuildListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildListUnauthorized) IsServerError() bool
IsServerError returns true when this build list unauthorized response has a 5xx status code
func (*BuildListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildListUnauthorized) IsSuccess() bool
IsSuccess returns true when this build list unauthorized response has a 2xx status code
func (*BuildListUnauthorized) String ¶ added in v0.1.0
func (o *BuildListUnauthorized) String() string
type BuildLogBadRequest ¶
type BuildLogBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildLogBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildLogBadRequest ¶
func NewBuildLogBadRequest() *BuildLogBadRequest
NewBuildLogBadRequest creates a BuildLogBadRequest with default headers values
func (*BuildLogBadRequest) Code ¶ added in v1.0.3
func (o *BuildLogBadRequest) Code() int
Code gets the status code for the build log bad request response
func (*BuildLogBadRequest) Error ¶
func (o *BuildLogBadRequest) Error() string
func (*BuildLogBadRequest) GetPayload ¶
func (o *BuildLogBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildLogBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildLogBadRequest) IsClientError() bool
IsClientError returns true when this build log bad request response has a 4xx status code
func (*BuildLogBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildLogBadRequest) IsCode(code int) bool
IsCode returns true when this build log bad request response a status code equal to that given
func (*BuildLogBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildLogBadRequest) IsRedirect() bool
IsRedirect returns true when this build log bad request response has a 3xx status code
func (*BuildLogBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildLogBadRequest) IsServerError() bool
IsServerError returns true when this build log bad request response has a 5xx status code
func (*BuildLogBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildLogBadRequest) IsSuccess() bool
IsSuccess returns true when this build log bad request response has a 2xx status code
func (*BuildLogBadRequest) String ¶ added in v0.1.0
func (o *BuildLogBadRequest) String() string
type BuildLogInternalServerError ¶
type BuildLogInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildLogInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildLogInternalServerError ¶
func NewBuildLogInternalServerError() *BuildLogInternalServerError
NewBuildLogInternalServerError creates a BuildLogInternalServerError with default headers values
func (*BuildLogInternalServerError) Code ¶ added in v1.0.3
func (o *BuildLogInternalServerError) Code() int
Code gets the status code for the build log internal server error response
func (*BuildLogInternalServerError) Error ¶
func (o *BuildLogInternalServerError) Error() string
func (*BuildLogInternalServerError) GetPayload ¶
func (o *BuildLogInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildLogInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildLogInternalServerError) IsClientError() bool
IsClientError returns true when this build log internal server error response has a 4xx status code
func (*BuildLogInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildLogInternalServerError) IsCode(code int) bool
IsCode returns true when this build log internal server error response a status code equal to that given
func (*BuildLogInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildLogInternalServerError) IsRedirect() bool
IsRedirect returns true when this build log internal server error response has a 3xx status code
func (*BuildLogInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildLogInternalServerError) IsServerError() bool
IsServerError returns true when this build log internal server error response has a 5xx status code
func (*BuildLogInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildLogInternalServerError) IsSuccess() bool
IsSuccess returns true when this build log internal server error response has a 2xx status code
func (*BuildLogInternalServerError) String ¶ added in v0.1.0
func (o *BuildLogInternalServerError) String() string
type BuildLogNotFound ¶
type BuildLogNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildLogNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildLogNotFound ¶
func NewBuildLogNotFound() *BuildLogNotFound
NewBuildLogNotFound creates a BuildLogNotFound with default headers values
func (*BuildLogNotFound) Code ¶ added in v1.0.3
func (o *BuildLogNotFound) Code() int
Code gets the status code for the build log not found response
func (*BuildLogNotFound) Error ¶
func (o *BuildLogNotFound) Error() string
func (*BuildLogNotFound) GetPayload ¶
func (o *BuildLogNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildLogNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildLogNotFound) IsClientError() bool
IsClientError returns true when this build log not found response has a 4xx status code
func (*BuildLogNotFound) IsCode ¶ added in v0.1.0
func (o *BuildLogNotFound) IsCode(code int) bool
IsCode returns true when this build log not found response a status code equal to that given
func (*BuildLogNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildLogNotFound) IsRedirect() bool
IsRedirect returns true when this build log not found response has a 3xx status code
func (*BuildLogNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildLogNotFound) IsServerError() bool
IsServerError returns true when this build log not found response has a 5xx status code
func (*BuildLogNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildLogNotFound) IsSuccess() bool
IsSuccess returns true when this build log not found response has a 2xx status code
func (*BuildLogNotFound) String ¶ added in v0.1.0
func (o *BuildLogNotFound) String() string
type BuildLogParams ¶
type BuildLogParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildLogParams contains all the parameters to send to the API endpoint
for the build log operation. Typically these are written to a http.Request.
func NewBuildLogParams ¶
func NewBuildLogParams() *BuildLogParams
NewBuildLogParams creates a new BuildLogParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildLogParamsWithContext ¶
func NewBuildLogParamsWithContext(ctx context.Context) *BuildLogParams
NewBuildLogParamsWithContext creates a new BuildLogParams object with the ability to set a context for a request.
func NewBuildLogParamsWithHTTPClient ¶
func NewBuildLogParamsWithHTTPClient(client *http.Client) *BuildLogParams
NewBuildLogParamsWithHTTPClient creates a new BuildLogParams object with the ability to set a custom HTTPClient for a request.
func NewBuildLogParamsWithTimeout ¶
func NewBuildLogParamsWithTimeout(timeout time.Duration) *BuildLogParams
NewBuildLogParamsWithTimeout creates a new BuildLogParams object with the ability to set a timeout on a request.
func (*BuildLogParams) SetAppSlug ¶
func (o *BuildLogParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build log params
func (*BuildLogParams) SetBuildSlug ¶
func (o *BuildLogParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the build log params
func (*BuildLogParams) SetContext ¶
func (o *BuildLogParams) SetContext(ctx context.Context)
SetContext adds the context to the build log params
func (*BuildLogParams) SetDefaults ¶
func (o *BuildLogParams) SetDefaults()
SetDefaults hydrates default values in the build log params (not the query body).
All values with no default are reset to their zero value.
func (*BuildLogParams) SetHTTPClient ¶
func (o *BuildLogParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build log params
func (*BuildLogParams) SetTimeout ¶
func (o *BuildLogParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build log params
func (*BuildLogParams) WithAppSlug ¶
func (o *BuildLogParams) WithAppSlug(appSlug string) *BuildLogParams
WithAppSlug adds the appSlug to the build log params
func (*BuildLogParams) WithBuildSlug ¶
func (o *BuildLogParams) WithBuildSlug(buildSlug string) *BuildLogParams
WithBuildSlug adds the buildSlug to the build log params
func (*BuildLogParams) WithContext ¶
func (o *BuildLogParams) WithContext(ctx context.Context) *BuildLogParams
WithContext adds the context to the build log params
func (*BuildLogParams) WithDefaults ¶
func (o *BuildLogParams) WithDefaults() *BuildLogParams
WithDefaults hydrates default values in the build log params (not the query body).
All values with no default are reset to their zero value.
func (*BuildLogParams) WithHTTPClient ¶
func (o *BuildLogParams) WithHTTPClient(client *http.Client) *BuildLogParams
WithHTTPClient adds the HTTPClient to the build log params
func (*BuildLogParams) WithTimeout ¶
func (o *BuildLogParams) WithTimeout(timeout time.Duration) *BuildLogParams
WithTimeout adds the timeout to the build log params
func (*BuildLogParams) WriteToRequest ¶
func (o *BuildLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildLogReader ¶
type BuildLogReader struct {
// contains filtered or unexported fields
}
BuildLogReader is a Reader for the BuildLog structure.
func (*BuildLogReader) ReadResponse ¶
func (o *BuildLogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildLogUnauthorized ¶
type BuildLogUnauthorized struct {
}
BuildLogUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildLogUnauthorized ¶
func NewBuildLogUnauthorized() *BuildLogUnauthorized
NewBuildLogUnauthorized creates a BuildLogUnauthorized with default headers values
func (*BuildLogUnauthorized) Code ¶ added in v1.0.3
func (o *BuildLogUnauthorized) Code() int
Code gets the status code for the build log unauthorized response
func (*BuildLogUnauthorized) Error ¶
func (o *BuildLogUnauthorized) Error() string
func (*BuildLogUnauthorized) GetPayload ¶
func (o *BuildLogUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildLogUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildLogUnauthorized) IsClientError() bool
IsClientError returns true when this build log unauthorized response has a 4xx status code
func (*BuildLogUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildLogUnauthorized) IsCode(code int) bool
IsCode returns true when this build log unauthorized response a status code equal to that given
func (*BuildLogUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildLogUnauthorized) IsRedirect() bool
IsRedirect returns true when this build log unauthorized response has a 3xx status code
func (*BuildLogUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildLogUnauthorized) IsServerError() bool
IsServerError returns true when this build log unauthorized response has a 5xx status code
func (*BuildLogUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildLogUnauthorized) IsSuccess() bool
IsSuccess returns true when this build log unauthorized response has a 2xx status code
func (*BuildLogUnauthorized) String ¶ added in v0.1.0
func (o *BuildLogUnauthorized) String() string
type BuildRequestListBadRequest ¶
type BuildRequestListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildRequestListBadRequest ¶
func NewBuildRequestListBadRequest() *BuildRequestListBadRequest
NewBuildRequestListBadRequest creates a BuildRequestListBadRequest with default headers values
func (*BuildRequestListBadRequest) Code ¶ added in v1.0.3
func (o *BuildRequestListBadRequest) Code() int
Code gets the status code for the build request list bad request response
func (*BuildRequestListBadRequest) Error ¶
func (o *BuildRequestListBadRequest) Error() string
func (*BuildRequestListBadRequest) GetPayload ¶
func (o *BuildRequestListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestListBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) IsClientError() bool
IsClientError returns true when this build request list bad request response has a 4xx status code
func (*BuildRequestListBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) IsCode(code int) bool
IsCode returns true when this build request list bad request response a status code equal to that given
func (*BuildRequestListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) IsRedirect() bool
IsRedirect returns true when this build request list bad request response has a 3xx status code
func (*BuildRequestListBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) IsServerError() bool
IsServerError returns true when this build request list bad request response has a 5xx status code
func (*BuildRequestListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) IsSuccess() bool
IsSuccess returns true when this build request list bad request response has a 2xx status code
func (*BuildRequestListBadRequest) String ¶ added in v0.1.0
func (o *BuildRequestListBadRequest) String() string
type BuildRequestListInternalServerError ¶
type BuildRequestListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildRequestListInternalServerError ¶
func NewBuildRequestListInternalServerError() *BuildRequestListInternalServerError
NewBuildRequestListInternalServerError creates a BuildRequestListInternalServerError with default headers values
func (*BuildRequestListInternalServerError) Code ¶ added in v1.0.3
func (o *BuildRequestListInternalServerError) Code() int
Code gets the status code for the build request list internal server error response
func (*BuildRequestListInternalServerError) Error ¶
func (o *BuildRequestListInternalServerError) Error() string
func (*BuildRequestListInternalServerError) GetPayload ¶
func (o *BuildRequestListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) IsClientError() bool
IsClientError returns true when this build request list internal server error response has a 4xx status code
func (*BuildRequestListInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) IsCode(code int) bool
IsCode returns true when this build request list internal server error response a status code equal to that given
func (*BuildRequestListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) IsRedirect() bool
IsRedirect returns true when this build request list internal server error response has a 3xx status code
func (*BuildRequestListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) IsServerError() bool
IsServerError returns true when this build request list internal server error response has a 5xx status code
func (*BuildRequestListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) IsSuccess() bool
IsSuccess returns true when this build request list internal server error response has a 2xx status code
func (*BuildRequestListInternalServerError) String ¶ added in v0.1.0
func (o *BuildRequestListInternalServerError) String() string
type BuildRequestListNotFound ¶
type BuildRequestListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestListNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildRequestListNotFound ¶
func NewBuildRequestListNotFound() *BuildRequestListNotFound
NewBuildRequestListNotFound creates a BuildRequestListNotFound with default headers values
func (*BuildRequestListNotFound) Code ¶ added in v1.0.3
func (o *BuildRequestListNotFound) Code() int
Code gets the status code for the build request list not found response
func (*BuildRequestListNotFound) Error ¶
func (o *BuildRequestListNotFound) Error() string
func (*BuildRequestListNotFound) GetPayload ¶
func (o *BuildRequestListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestListNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildRequestListNotFound) IsClientError() bool
IsClientError returns true when this build request list not found response has a 4xx status code
func (*BuildRequestListNotFound) IsCode ¶ added in v0.1.0
func (o *BuildRequestListNotFound) IsCode(code int) bool
IsCode returns true when this build request list not found response a status code equal to that given
func (*BuildRequestListNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestListNotFound) IsRedirect() bool
IsRedirect returns true when this build request list not found response has a 3xx status code
func (*BuildRequestListNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildRequestListNotFound) IsServerError() bool
IsServerError returns true when this build request list not found response has a 5xx status code
func (*BuildRequestListNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestListNotFound) IsSuccess() bool
IsSuccess returns true when this build request list not found response has a 2xx status code
func (*BuildRequestListNotFound) String ¶ added in v0.1.0
func (o *BuildRequestListNotFound) String() string
type BuildRequestListOK ¶
type BuildRequestListOK struct {
Payload *models.V0BuildRequestListResponseModel
}
BuildRequestListOK describes a response with status code 200, with default header values.
OK
func NewBuildRequestListOK ¶
func NewBuildRequestListOK() *BuildRequestListOK
NewBuildRequestListOK creates a BuildRequestListOK with default headers values
func (*BuildRequestListOK) Code ¶ added in v1.0.3
func (o *BuildRequestListOK) Code() int
Code gets the status code for the build request list o k response
func (*BuildRequestListOK) Error ¶
func (o *BuildRequestListOK) Error() string
func (*BuildRequestListOK) GetPayload ¶
func (o *BuildRequestListOK) GetPayload() *models.V0BuildRequestListResponseModel
func (*BuildRequestListOK) IsClientError ¶ added in v0.1.0
func (o *BuildRequestListOK) IsClientError() bool
IsClientError returns true when this build request list o k response has a 4xx status code
func (*BuildRequestListOK) IsCode ¶ added in v0.1.0
func (o *BuildRequestListOK) IsCode(code int) bool
IsCode returns true when this build request list o k response a status code equal to that given
func (*BuildRequestListOK) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestListOK) IsRedirect() bool
IsRedirect returns true when this build request list o k response has a 3xx status code
func (*BuildRequestListOK) IsServerError ¶ added in v0.1.0
func (o *BuildRequestListOK) IsServerError() bool
IsServerError returns true when this build request list o k response has a 5xx status code
func (*BuildRequestListOK) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestListOK) IsSuccess() bool
IsSuccess returns true when this build request list o k response has a 2xx status code
func (*BuildRequestListOK) String ¶ added in v0.1.0
func (o *BuildRequestListOK) String() string
type BuildRequestListParams ¶
type BuildRequestListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildRequestListParams contains all the parameters to send to the API endpoint
for the build request list operation. Typically these are written to a http.Request.
func NewBuildRequestListParams ¶
func NewBuildRequestListParams() *BuildRequestListParams
NewBuildRequestListParams creates a new BuildRequestListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildRequestListParamsWithContext ¶
func NewBuildRequestListParamsWithContext(ctx context.Context) *BuildRequestListParams
NewBuildRequestListParamsWithContext creates a new BuildRequestListParams object with the ability to set a context for a request.
func NewBuildRequestListParamsWithHTTPClient ¶
func NewBuildRequestListParamsWithHTTPClient(client *http.Client) *BuildRequestListParams
NewBuildRequestListParamsWithHTTPClient creates a new BuildRequestListParams object with the ability to set a custom HTTPClient for a request.
func NewBuildRequestListParamsWithTimeout ¶
func NewBuildRequestListParamsWithTimeout(timeout time.Duration) *BuildRequestListParams
NewBuildRequestListParamsWithTimeout creates a new BuildRequestListParams object with the ability to set a timeout on a request.
func (*BuildRequestListParams) SetAppSlug ¶
func (o *BuildRequestListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build request list params
func (*BuildRequestListParams) SetContext ¶
func (o *BuildRequestListParams) SetContext(ctx context.Context)
SetContext adds the context to the build request list params
func (*BuildRequestListParams) SetDefaults ¶
func (o *BuildRequestListParams) SetDefaults()
SetDefaults hydrates default values in the build request list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildRequestListParams) SetHTTPClient ¶
func (o *BuildRequestListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build request list params
func (*BuildRequestListParams) SetTimeout ¶
func (o *BuildRequestListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build request list params
func (*BuildRequestListParams) WithAppSlug ¶
func (o *BuildRequestListParams) WithAppSlug(appSlug string) *BuildRequestListParams
WithAppSlug adds the appSlug to the build request list params
func (*BuildRequestListParams) WithContext ¶
func (o *BuildRequestListParams) WithContext(ctx context.Context) *BuildRequestListParams
WithContext adds the context to the build request list params
func (*BuildRequestListParams) WithDefaults ¶
func (o *BuildRequestListParams) WithDefaults() *BuildRequestListParams
WithDefaults hydrates default values in the build request list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildRequestListParams) WithHTTPClient ¶
func (o *BuildRequestListParams) WithHTTPClient(client *http.Client) *BuildRequestListParams
WithHTTPClient adds the HTTPClient to the build request list params
func (*BuildRequestListParams) WithTimeout ¶
func (o *BuildRequestListParams) WithTimeout(timeout time.Duration) *BuildRequestListParams
WithTimeout adds the timeout to the build request list params
func (*BuildRequestListParams) WriteToRequest ¶
func (o *BuildRequestListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildRequestListReader ¶
type BuildRequestListReader struct {
// contains filtered or unexported fields
}
BuildRequestListReader is a Reader for the BuildRequestList structure.
func (*BuildRequestListReader) ReadResponse ¶
func (o *BuildRequestListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildRequestListUnauthorized ¶
type BuildRequestListUnauthorized struct {
}
BuildRequestListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildRequestListUnauthorized ¶
func NewBuildRequestListUnauthorized() *BuildRequestListUnauthorized
NewBuildRequestListUnauthorized creates a BuildRequestListUnauthorized with default headers values
func (*BuildRequestListUnauthorized) Code ¶ added in v1.0.3
func (o *BuildRequestListUnauthorized) Code() int
Code gets the status code for the build request list unauthorized response
func (*BuildRequestListUnauthorized) Error ¶
func (o *BuildRequestListUnauthorized) Error() string
func (*BuildRequestListUnauthorized) GetPayload ¶
func (o *BuildRequestListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) IsClientError() bool
IsClientError returns true when this build request list unauthorized response has a 4xx status code
func (*BuildRequestListUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) IsCode(code int) bool
IsCode returns true when this build request list unauthorized response a status code equal to that given
func (*BuildRequestListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) IsRedirect() bool
IsRedirect returns true when this build request list unauthorized response has a 3xx status code
func (*BuildRequestListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) IsServerError() bool
IsServerError returns true when this build request list unauthorized response has a 5xx status code
func (*BuildRequestListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) IsSuccess() bool
IsSuccess returns true when this build request list unauthorized response has a 2xx status code
func (*BuildRequestListUnauthorized) String ¶ added in v0.1.0
func (o *BuildRequestListUnauthorized) String() string
type BuildRequestUpdateBadRequest ¶
type BuildRequestUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildRequestUpdateBadRequest ¶
func NewBuildRequestUpdateBadRequest() *BuildRequestUpdateBadRequest
NewBuildRequestUpdateBadRequest creates a BuildRequestUpdateBadRequest with default headers values
func (*BuildRequestUpdateBadRequest) Code ¶ added in v1.0.3
func (o *BuildRequestUpdateBadRequest) Code() int
Code gets the status code for the build request update bad request response
func (*BuildRequestUpdateBadRequest) Error ¶
func (o *BuildRequestUpdateBadRequest) Error() string
func (*BuildRequestUpdateBadRequest) GetPayload ¶
func (o *BuildRequestUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) IsClientError() bool
IsClientError returns true when this build request update bad request response has a 4xx status code
func (*BuildRequestUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this build request update bad request response a status code equal to that given
func (*BuildRequestUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this build request update bad request response has a 3xx status code
func (*BuildRequestUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) IsServerError() bool
IsServerError returns true when this build request update bad request response has a 5xx status code
func (*BuildRequestUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this build request update bad request response has a 2xx status code
func (*BuildRequestUpdateBadRequest) String ¶ added in v0.1.0
func (o *BuildRequestUpdateBadRequest) String() string
type BuildRequestUpdateInternalServerError ¶
type BuildRequestUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildRequestUpdateInternalServerError ¶
func NewBuildRequestUpdateInternalServerError() *BuildRequestUpdateInternalServerError
NewBuildRequestUpdateInternalServerError creates a BuildRequestUpdateInternalServerError with default headers values
func (*BuildRequestUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *BuildRequestUpdateInternalServerError) Code() int
Code gets the status code for the build request update internal server error response
func (*BuildRequestUpdateInternalServerError) Error ¶
func (o *BuildRequestUpdateInternalServerError) Error() string
func (*BuildRequestUpdateInternalServerError) GetPayload ¶
func (o *BuildRequestUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this build request update internal server error response has a 4xx status code
func (*BuildRequestUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this build request update internal server error response a status code equal to that given
func (*BuildRequestUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this build request update internal server error response has a 3xx status code
func (*BuildRequestUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this build request update internal server error response has a 5xx status code
func (*BuildRequestUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this build request update internal server error response has a 2xx status code
func (*BuildRequestUpdateInternalServerError) String ¶ added in v0.1.0
func (o *BuildRequestUpdateInternalServerError) String() string
type BuildRequestUpdateNotFound ¶
type BuildRequestUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildRequestUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildRequestUpdateNotFound ¶
func NewBuildRequestUpdateNotFound() *BuildRequestUpdateNotFound
NewBuildRequestUpdateNotFound creates a BuildRequestUpdateNotFound with default headers values
func (*BuildRequestUpdateNotFound) Code ¶ added in v1.0.3
func (o *BuildRequestUpdateNotFound) Code() int
Code gets the status code for the build request update not found response
func (*BuildRequestUpdateNotFound) Error ¶
func (o *BuildRequestUpdateNotFound) Error() string
func (*BuildRequestUpdateNotFound) GetPayload ¶
func (o *BuildRequestUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) IsClientError() bool
IsClientError returns true when this build request update not found response has a 4xx status code
func (*BuildRequestUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) IsCode(code int) bool
IsCode returns true when this build request update not found response a status code equal to that given
func (*BuildRequestUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this build request update not found response has a 3xx status code
func (*BuildRequestUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) IsServerError() bool
IsServerError returns true when this build request update not found response has a 5xx status code
func (*BuildRequestUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this build request update not found response has a 2xx status code
func (*BuildRequestUpdateNotFound) String ¶ added in v0.1.0
func (o *BuildRequestUpdateNotFound) String() string
type BuildRequestUpdateOK ¶
type BuildRequestUpdateOK struct {
Payload *models.V0BuildRequestUpdateResponseModel
}
BuildRequestUpdateOK describes a response with status code 200, with default header values.
OK
func NewBuildRequestUpdateOK ¶
func NewBuildRequestUpdateOK() *BuildRequestUpdateOK
NewBuildRequestUpdateOK creates a BuildRequestUpdateOK with default headers values
func (*BuildRequestUpdateOK) Code ¶ added in v1.0.3
func (o *BuildRequestUpdateOK) Code() int
Code gets the status code for the build request update o k response
func (*BuildRequestUpdateOK) Error ¶
func (o *BuildRequestUpdateOK) Error() string
func (*BuildRequestUpdateOK) GetPayload ¶
func (o *BuildRequestUpdateOK) GetPayload() *models.V0BuildRequestUpdateResponseModel
func (*BuildRequestUpdateOK) IsClientError ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) IsClientError() bool
IsClientError returns true when this build request update o k response has a 4xx status code
func (*BuildRequestUpdateOK) IsCode ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) IsCode(code int) bool
IsCode returns true when this build request update o k response a status code equal to that given
func (*BuildRequestUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) IsRedirect() bool
IsRedirect returns true when this build request update o k response has a 3xx status code
func (*BuildRequestUpdateOK) IsServerError ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) IsServerError() bool
IsServerError returns true when this build request update o k response has a 5xx status code
func (*BuildRequestUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) IsSuccess() bool
IsSuccess returns true when this build request update o k response has a 2xx status code
func (*BuildRequestUpdateOK) String ¶ added in v0.1.0
func (o *BuildRequestUpdateOK) String() string
type BuildRequestUpdateParams ¶
type BuildRequestUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildRequest.
Build request parameters
*/
BuildRequest *models.V0BuildRequestUpdateParams
/* BuildRequestSlug.
Build request slug
*/
BuildRequestSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildRequestUpdateParams contains all the parameters to send to the API endpoint
for the build request update operation. Typically these are written to a http.Request.
func NewBuildRequestUpdateParams ¶
func NewBuildRequestUpdateParams() *BuildRequestUpdateParams
NewBuildRequestUpdateParams creates a new BuildRequestUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildRequestUpdateParamsWithContext ¶
func NewBuildRequestUpdateParamsWithContext(ctx context.Context) *BuildRequestUpdateParams
NewBuildRequestUpdateParamsWithContext creates a new BuildRequestUpdateParams object with the ability to set a context for a request.
func NewBuildRequestUpdateParamsWithHTTPClient ¶
func NewBuildRequestUpdateParamsWithHTTPClient(client *http.Client) *BuildRequestUpdateParams
NewBuildRequestUpdateParamsWithHTTPClient creates a new BuildRequestUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewBuildRequestUpdateParamsWithTimeout ¶
func NewBuildRequestUpdateParamsWithTimeout(timeout time.Duration) *BuildRequestUpdateParams
NewBuildRequestUpdateParamsWithTimeout creates a new BuildRequestUpdateParams object with the ability to set a timeout on a request.
func (*BuildRequestUpdateParams) SetAppSlug ¶
func (o *BuildRequestUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build request update params
func (*BuildRequestUpdateParams) SetBuildRequest ¶
func (o *BuildRequestUpdateParams) SetBuildRequest(buildRequest *models.V0BuildRequestUpdateParams)
SetBuildRequest adds the buildRequest to the build request update params
func (*BuildRequestUpdateParams) SetBuildRequestSlug ¶
func (o *BuildRequestUpdateParams) SetBuildRequestSlug(buildRequestSlug string)
SetBuildRequestSlug adds the buildRequestSlug to the build request update params
func (*BuildRequestUpdateParams) SetContext ¶
func (o *BuildRequestUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the build request update params
func (*BuildRequestUpdateParams) SetDefaults ¶
func (o *BuildRequestUpdateParams) SetDefaults()
SetDefaults hydrates default values in the build request update params (not the query body).
All values with no default are reset to their zero value.
func (*BuildRequestUpdateParams) SetHTTPClient ¶
func (o *BuildRequestUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build request update params
func (*BuildRequestUpdateParams) SetTimeout ¶
func (o *BuildRequestUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build request update params
func (*BuildRequestUpdateParams) WithAppSlug ¶
func (o *BuildRequestUpdateParams) WithAppSlug(appSlug string) *BuildRequestUpdateParams
WithAppSlug adds the appSlug to the build request update params
func (*BuildRequestUpdateParams) WithBuildRequest ¶
func (o *BuildRequestUpdateParams) WithBuildRequest(buildRequest *models.V0BuildRequestUpdateParams) *BuildRequestUpdateParams
WithBuildRequest adds the buildRequest to the build request update params
func (*BuildRequestUpdateParams) WithBuildRequestSlug ¶
func (o *BuildRequestUpdateParams) WithBuildRequestSlug(buildRequestSlug string) *BuildRequestUpdateParams
WithBuildRequestSlug adds the buildRequestSlug to the build request update params
func (*BuildRequestUpdateParams) WithContext ¶
func (o *BuildRequestUpdateParams) WithContext(ctx context.Context) *BuildRequestUpdateParams
WithContext adds the context to the build request update params
func (*BuildRequestUpdateParams) WithDefaults ¶
func (o *BuildRequestUpdateParams) WithDefaults() *BuildRequestUpdateParams
WithDefaults hydrates default values in the build request update params (not the query body).
All values with no default are reset to their zero value.
func (*BuildRequestUpdateParams) WithHTTPClient ¶
func (o *BuildRequestUpdateParams) WithHTTPClient(client *http.Client) *BuildRequestUpdateParams
WithHTTPClient adds the HTTPClient to the build request update params
func (*BuildRequestUpdateParams) WithTimeout ¶
func (o *BuildRequestUpdateParams) WithTimeout(timeout time.Duration) *BuildRequestUpdateParams
WithTimeout adds the timeout to the build request update params
func (*BuildRequestUpdateParams) WriteToRequest ¶
func (o *BuildRequestUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildRequestUpdateReader ¶
type BuildRequestUpdateReader struct {
// contains filtered or unexported fields
}
BuildRequestUpdateReader is a Reader for the BuildRequestUpdate structure.
func (*BuildRequestUpdateReader) ReadResponse ¶
func (o *BuildRequestUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildRequestUpdateUnauthorized ¶
type BuildRequestUpdateUnauthorized struct {
}
BuildRequestUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildRequestUpdateUnauthorized ¶
func NewBuildRequestUpdateUnauthorized() *BuildRequestUpdateUnauthorized
NewBuildRequestUpdateUnauthorized creates a BuildRequestUpdateUnauthorized with default headers values
func (*BuildRequestUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *BuildRequestUpdateUnauthorized) Code() int
Code gets the status code for the build request update unauthorized response
func (*BuildRequestUpdateUnauthorized) Error ¶
func (o *BuildRequestUpdateUnauthorized) Error() string
func (*BuildRequestUpdateUnauthorized) GetPayload ¶
func (o *BuildRequestUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildRequestUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this build request update unauthorized response has a 4xx status code
func (*BuildRequestUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this build request update unauthorized response a status code equal to that given
func (*BuildRequestUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this build request update unauthorized response has a 3xx status code
func (*BuildRequestUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this build request update unauthorized response has a 5xx status code
func (*BuildRequestUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this build request update unauthorized response has a 2xx status code
func (*BuildRequestUpdateUnauthorized) String ¶ added in v0.1.0
func (o *BuildRequestUpdateUnauthorized) String() string
type BuildShowBadRequest ¶
type BuildShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildShowBadRequest ¶
func NewBuildShowBadRequest() *BuildShowBadRequest
NewBuildShowBadRequest creates a BuildShowBadRequest with default headers values
func (*BuildShowBadRequest) Code ¶ added in v1.0.3
func (o *BuildShowBadRequest) Code() int
Code gets the status code for the build show bad request response
func (*BuildShowBadRequest) Error ¶
func (o *BuildShowBadRequest) Error() string
func (*BuildShowBadRequest) GetPayload ¶
func (o *BuildShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildShowBadRequest) IsClientError() bool
IsClientError returns true when this build show bad request response has a 4xx status code
func (*BuildShowBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildShowBadRequest) IsCode(code int) bool
IsCode returns true when this build show bad request response a status code equal to that given
func (*BuildShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildShowBadRequest) IsRedirect() bool
IsRedirect returns true when this build show bad request response has a 3xx status code
func (*BuildShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildShowBadRequest) IsServerError() bool
IsServerError returns true when this build show bad request response has a 5xx status code
func (*BuildShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildShowBadRequest) IsSuccess() bool
IsSuccess returns true when this build show bad request response has a 2xx status code
func (*BuildShowBadRequest) String ¶ added in v0.1.0
func (o *BuildShowBadRequest) String() string
type BuildShowInternalServerError ¶
type BuildShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildShowInternalServerError ¶
func NewBuildShowInternalServerError() *BuildShowInternalServerError
NewBuildShowInternalServerError creates a BuildShowInternalServerError with default headers values
func (*BuildShowInternalServerError) Code ¶ added in v1.0.3
func (o *BuildShowInternalServerError) Code() int
Code gets the status code for the build show internal server error response
func (*BuildShowInternalServerError) Error ¶
func (o *BuildShowInternalServerError) Error() string
func (*BuildShowInternalServerError) GetPayload ¶
func (o *BuildShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildShowInternalServerError) IsClientError() bool
IsClientError returns true when this build show internal server error response has a 4xx status code
func (*BuildShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildShowInternalServerError) IsCode(code int) bool
IsCode returns true when this build show internal server error response a status code equal to that given
func (*BuildShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this build show internal server error response has a 3xx status code
func (*BuildShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildShowInternalServerError) IsServerError() bool
IsServerError returns true when this build show internal server error response has a 5xx status code
func (*BuildShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this build show internal server error response has a 2xx status code
func (*BuildShowInternalServerError) String ¶ added in v0.1.0
func (o *BuildShowInternalServerError) String() string
type BuildShowNotFound ¶
type BuildShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildShowNotFound ¶
func NewBuildShowNotFound() *BuildShowNotFound
NewBuildShowNotFound creates a BuildShowNotFound with default headers values
func (*BuildShowNotFound) Code ¶ added in v1.0.3
func (o *BuildShowNotFound) Code() int
Code gets the status code for the build show not found response
func (*BuildShowNotFound) Error ¶
func (o *BuildShowNotFound) Error() string
func (*BuildShowNotFound) GetPayload ¶
func (o *BuildShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildShowNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildShowNotFound) IsClientError() bool
IsClientError returns true when this build show not found response has a 4xx status code
func (*BuildShowNotFound) IsCode ¶ added in v0.1.0
func (o *BuildShowNotFound) IsCode(code int) bool
IsCode returns true when this build show not found response a status code equal to that given
func (*BuildShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildShowNotFound) IsRedirect() bool
IsRedirect returns true when this build show not found response has a 3xx status code
func (*BuildShowNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildShowNotFound) IsServerError() bool
IsServerError returns true when this build show not found response has a 5xx status code
func (*BuildShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildShowNotFound) IsSuccess() bool
IsSuccess returns true when this build show not found response has a 2xx status code
func (*BuildShowNotFound) String ¶ added in v0.1.0
func (o *BuildShowNotFound) String() string
type BuildShowOK ¶
type BuildShowOK struct {
Payload *models.V0BuildShowResponseModel
}
BuildShowOK describes a response with status code 200, with default header values.
OK
func NewBuildShowOK ¶
func NewBuildShowOK() *BuildShowOK
NewBuildShowOK creates a BuildShowOK with default headers values
func (*BuildShowOK) Code ¶ added in v1.0.3
func (o *BuildShowOK) Code() int
Code gets the status code for the build show o k response
func (*BuildShowOK) Error ¶
func (o *BuildShowOK) Error() string
func (*BuildShowOK) GetPayload ¶
func (o *BuildShowOK) GetPayload() *models.V0BuildShowResponseModel
func (*BuildShowOK) IsClientError ¶ added in v0.1.0
func (o *BuildShowOK) IsClientError() bool
IsClientError returns true when this build show o k response has a 4xx status code
func (*BuildShowOK) IsCode ¶ added in v0.1.0
func (o *BuildShowOK) IsCode(code int) bool
IsCode returns true when this build show o k response a status code equal to that given
func (*BuildShowOK) IsRedirect ¶ added in v0.1.0
func (o *BuildShowOK) IsRedirect() bool
IsRedirect returns true when this build show o k response has a 3xx status code
func (*BuildShowOK) IsServerError ¶ added in v0.1.0
func (o *BuildShowOK) IsServerError() bool
IsServerError returns true when this build show o k response has a 5xx status code
func (*BuildShowOK) IsSuccess ¶ added in v0.1.0
func (o *BuildShowOK) IsSuccess() bool
IsSuccess returns true when this build show o k response has a 2xx status code
func (*BuildShowOK) String ¶ added in v0.1.0
func (o *BuildShowOK) String() string
type BuildShowParams ¶
type BuildShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildSlug.
Build slug
*/
BuildSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildShowParams contains all the parameters to send to the API endpoint
for the build show operation. Typically these are written to a http.Request.
func NewBuildShowParams ¶
func NewBuildShowParams() *BuildShowParams
NewBuildShowParams creates a new BuildShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildShowParamsWithContext ¶
func NewBuildShowParamsWithContext(ctx context.Context) *BuildShowParams
NewBuildShowParamsWithContext creates a new BuildShowParams object with the ability to set a context for a request.
func NewBuildShowParamsWithHTTPClient ¶
func NewBuildShowParamsWithHTTPClient(client *http.Client) *BuildShowParams
NewBuildShowParamsWithHTTPClient creates a new BuildShowParams object with the ability to set a custom HTTPClient for a request.
func NewBuildShowParamsWithTimeout ¶
func NewBuildShowParamsWithTimeout(timeout time.Duration) *BuildShowParams
NewBuildShowParamsWithTimeout creates a new BuildShowParams object with the ability to set a timeout on a request.
func (*BuildShowParams) SetAppSlug ¶
func (o *BuildShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build show params
func (*BuildShowParams) SetBuildSlug ¶
func (o *BuildShowParams) SetBuildSlug(buildSlug string)
SetBuildSlug adds the buildSlug to the build show params
func (*BuildShowParams) SetContext ¶
func (o *BuildShowParams) SetContext(ctx context.Context)
SetContext adds the context to the build show params
func (*BuildShowParams) SetDefaults ¶
func (o *BuildShowParams) SetDefaults()
SetDefaults hydrates default values in the build show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildShowParams) SetHTTPClient ¶
func (o *BuildShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build show params
func (*BuildShowParams) SetTimeout ¶
func (o *BuildShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build show params
func (*BuildShowParams) WithAppSlug ¶
func (o *BuildShowParams) WithAppSlug(appSlug string) *BuildShowParams
WithAppSlug adds the appSlug to the build show params
func (*BuildShowParams) WithBuildSlug ¶
func (o *BuildShowParams) WithBuildSlug(buildSlug string) *BuildShowParams
WithBuildSlug adds the buildSlug to the build show params
func (*BuildShowParams) WithContext ¶
func (o *BuildShowParams) WithContext(ctx context.Context) *BuildShowParams
WithContext adds the context to the build show params
func (*BuildShowParams) WithDefaults ¶
func (o *BuildShowParams) WithDefaults() *BuildShowParams
WithDefaults hydrates default values in the build show params (not the query body).
All values with no default are reset to their zero value.
func (*BuildShowParams) WithHTTPClient ¶
func (o *BuildShowParams) WithHTTPClient(client *http.Client) *BuildShowParams
WithHTTPClient adds the HTTPClient to the build show params
func (*BuildShowParams) WithTimeout ¶
func (o *BuildShowParams) WithTimeout(timeout time.Duration) *BuildShowParams
WithTimeout adds the timeout to the build show params
func (*BuildShowParams) WriteToRequest ¶
func (o *BuildShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildShowReader ¶
type BuildShowReader struct {
// contains filtered or unexported fields
}
BuildShowReader is a Reader for the BuildShow structure.
func (*BuildShowReader) ReadResponse ¶
func (o *BuildShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildShowUnauthorized ¶
type BuildShowUnauthorized struct {
}
BuildShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildShowUnauthorized ¶
func NewBuildShowUnauthorized() *BuildShowUnauthorized
NewBuildShowUnauthorized creates a BuildShowUnauthorized with default headers values
func (*BuildShowUnauthorized) Code ¶ added in v1.0.3
func (o *BuildShowUnauthorized) Code() int
Code gets the status code for the build show unauthorized response
func (*BuildShowUnauthorized) Error ¶
func (o *BuildShowUnauthorized) Error() string
func (*BuildShowUnauthorized) GetPayload ¶
func (o *BuildShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildShowUnauthorized) IsClientError() bool
IsClientError returns true when this build show unauthorized response has a 4xx status code
func (*BuildShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildShowUnauthorized) IsCode(code int) bool
IsCode returns true when this build show unauthorized response a status code equal to that given
func (*BuildShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this build show unauthorized response has a 3xx status code
func (*BuildShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildShowUnauthorized) IsServerError() bool
IsServerError returns true when this build show unauthorized response has a 5xx status code
func (*BuildShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this build show unauthorized response has a 2xx status code
func (*BuildShowUnauthorized) String ¶ added in v0.1.0
func (o *BuildShowUnauthorized) String() string
type BuildTriggerBadRequest ¶
type BuildTriggerBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildTriggerBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildTriggerBadRequest ¶
func NewBuildTriggerBadRequest() *BuildTriggerBadRequest
NewBuildTriggerBadRequest creates a BuildTriggerBadRequest with default headers values
func (*BuildTriggerBadRequest) Code ¶ added in v1.0.3
func (o *BuildTriggerBadRequest) Code() int
Code gets the status code for the build trigger bad request response
func (*BuildTriggerBadRequest) Error ¶
func (o *BuildTriggerBadRequest) Error() string
func (*BuildTriggerBadRequest) GetPayload ¶
func (o *BuildTriggerBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildTriggerBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) IsClientError() bool
IsClientError returns true when this build trigger bad request response has a 4xx status code
func (*BuildTriggerBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) IsCode(code int) bool
IsCode returns true when this build trigger bad request response a status code equal to that given
func (*BuildTriggerBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) IsRedirect() bool
IsRedirect returns true when this build trigger bad request response has a 3xx status code
func (*BuildTriggerBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) IsServerError() bool
IsServerError returns true when this build trigger bad request response has a 5xx status code
func (*BuildTriggerBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) IsSuccess() bool
IsSuccess returns true when this build trigger bad request response has a 2xx status code
func (*BuildTriggerBadRequest) String ¶ added in v0.1.0
func (o *BuildTriggerBadRequest) String() string
type BuildTriggerCreated ¶
type BuildTriggerCreated struct {
Payload *models.V0BuildTriggerRespModel
}
BuildTriggerCreated describes a response with status code 201, with default header values.
Created
func NewBuildTriggerCreated ¶
func NewBuildTriggerCreated() *BuildTriggerCreated
NewBuildTriggerCreated creates a BuildTriggerCreated with default headers values
func (*BuildTriggerCreated) Code ¶ added in v1.0.3
func (o *BuildTriggerCreated) Code() int
Code gets the status code for the build trigger created response
func (*BuildTriggerCreated) Error ¶
func (o *BuildTriggerCreated) Error() string
func (*BuildTriggerCreated) GetPayload ¶
func (o *BuildTriggerCreated) GetPayload() *models.V0BuildTriggerRespModel
func (*BuildTriggerCreated) IsClientError ¶ added in v0.1.0
func (o *BuildTriggerCreated) IsClientError() bool
IsClientError returns true when this build trigger created response has a 4xx status code
func (*BuildTriggerCreated) IsCode ¶ added in v0.1.0
func (o *BuildTriggerCreated) IsCode(code int) bool
IsCode returns true when this build trigger created response a status code equal to that given
func (*BuildTriggerCreated) IsRedirect ¶ added in v0.1.0
func (o *BuildTriggerCreated) IsRedirect() bool
IsRedirect returns true when this build trigger created response has a 3xx status code
func (*BuildTriggerCreated) IsServerError ¶ added in v0.1.0
func (o *BuildTriggerCreated) IsServerError() bool
IsServerError returns true when this build trigger created response has a 5xx status code
func (*BuildTriggerCreated) IsSuccess ¶ added in v0.1.0
func (o *BuildTriggerCreated) IsSuccess() bool
IsSuccess returns true when this build trigger created response has a 2xx status code
func (*BuildTriggerCreated) String ¶ added in v0.1.0
func (o *BuildTriggerCreated) String() string
type BuildTriggerInternalServerError ¶
type BuildTriggerInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildTriggerInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildTriggerInternalServerError ¶
func NewBuildTriggerInternalServerError() *BuildTriggerInternalServerError
NewBuildTriggerInternalServerError creates a BuildTriggerInternalServerError with default headers values
func (*BuildTriggerInternalServerError) Code ¶ added in v1.0.3
func (o *BuildTriggerInternalServerError) Code() int
Code gets the status code for the build trigger internal server error response
func (*BuildTriggerInternalServerError) Error ¶
func (o *BuildTriggerInternalServerError) Error() string
func (*BuildTriggerInternalServerError) GetPayload ¶
func (o *BuildTriggerInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildTriggerInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) IsClientError() bool
IsClientError returns true when this build trigger internal server error response has a 4xx status code
func (*BuildTriggerInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) IsCode(code int) bool
IsCode returns true when this build trigger internal server error response a status code equal to that given
func (*BuildTriggerInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) IsRedirect() bool
IsRedirect returns true when this build trigger internal server error response has a 3xx status code
func (*BuildTriggerInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) IsServerError() bool
IsServerError returns true when this build trigger internal server error response has a 5xx status code
func (*BuildTriggerInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) IsSuccess() bool
IsSuccess returns true when this build trigger internal server error response has a 2xx status code
func (*BuildTriggerInternalServerError) String ¶ added in v0.1.0
func (o *BuildTriggerInternalServerError) String() string
type BuildTriggerNotFound ¶
type BuildTriggerNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildTriggerNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildTriggerNotFound ¶
func NewBuildTriggerNotFound() *BuildTriggerNotFound
NewBuildTriggerNotFound creates a BuildTriggerNotFound with default headers values
func (*BuildTriggerNotFound) Code ¶ added in v1.0.3
func (o *BuildTriggerNotFound) Code() int
Code gets the status code for the build trigger not found response
func (*BuildTriggerNotFound) Error ¶
func (o *BuildTriggerNotFound) Error() string
func (*BuildTriggerNotFound) GetPayload ¶
func (o *BuildTriggerNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildTriggerNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildTriggerNotFound) IsClientError() bool
IsClientError returns true when this build trigger not found response has a 4xx status code
func (*BuildTriggerNotFound) IsCode ¶ added in v0.1.0
func (o *BuildTriggerNotFound) IsCode(code int) bool
IsCode returns true when this build trigger not found response a status code equal to that given
func (*BuildTriggerNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildTriggerNotFound) IsRedirect() bool
IsRedirect returns true when this build trigger not found response has a 3xx status code
func (*BuildTriggerNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildTriggerNotFound) IsServerError() bool
IsServerError returns true when this build trigger not found response has a 5xx status code
func (*BuildTriggerNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildTriggerNotFound) IsSuccess() bool
IsSuccess returns true when this build trigger not found response has a 2xx status code
func (*BuildTriggerNotFound) String ¶ added in v0.1.0
func (o *BuildTriggerNotFound) String() string
type BuildTriggerParams ¶
type BuildTriggerParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* BuildParams.
Build trigger parameters
*/
BuildParams *models.V0BuildTriggerParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildTriggerParams contains all the parameters to send to the API endpoint
for the build trigger operation. Typically these are written to a http.Request.
func NewBuildTriggerParams ¶
func NewBuildTriggerParams() *BuildTriggerParams
NewBuildTriggerParams creates a new BuildTriggerParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildTriggerParamsWithContext ¶
func NewBuildTriggerParamsWithContext(ctx context.Context) *BuildTriggerParams
NewBuildTriggerParamsWithContext creates a new BuildTriggerParams object with the ability to set a context for a request.
func NewBuildTriggerParamsWithHTTPClient ¶
func NewBuildTriggerParamsWithHTTPClient(client *http.Client) *BuildTriggerParams
NewBuildTriggerParamsWithHTTPClient creates a new BuildTriggerParams object with the ability to set a custom HTTPClient for a request.
func NewBuildTriggerParamsWithTimeout ¶
func NewBuildTriggerParamsWithTimeout(timeout time.Duration) *BuildTriggerParams
NewBuildTriggerParamsWithTimeout creates a new BuildTriggerParams object with the ability to set a timeout on a request.
func (*BuildTriggerParams) SetAppSlug ¶
func (o *BuildTriggerParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build trigger params
func (*BuildTriggerParams) SetBuildParams ¶
func (o *BuildTriggerParams) SetBuildParams(buildParams *models.V0BuildTriggerParams)
SetBuildParams adds the buildParams to the build trigger params
func (*BuildTriggerParams) SetContext ¶
func (o *BuildTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the build trigger params
func (*BuildTriggerParams) SetDefaults ¶
func (o *BuildTriggerParams) SetDefaults()
SetDefaults hydrates default values in the build trigger params (not the query body).
All values with no default are reset to their zero value.
func (*BuildTriggerParams) SetHTTPClient ¶
func (o *BuildTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build trigger params
func (*BuildTriggerParams) SetTimeout ¶
func (o *BuildTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build trigger params
func (*BuildTriggerParams) WithAppSlug ¶
func (o *BuildTriggerParams) WithAppSlug(appSlug string) *BuildTriggerParams
WithAppSlug adds the appSlug to the build trigger params
func (*BuildTriggerParams) WithBuildParams ¶
func (o *BuildTriggerParams) WithBuildParams(buildParams *models.V0BuildTriggerParams) *BuildTriggerParams
WithBuildParams adds the buildParams to the build trigger params
func (*BuildTriggerParams) WithContext ¶
func (o *BuildTriggerParams) WithContext(ctx context.Context) *BuildTriggerParams
WithContext adds the context to the build trigger params
func (*BuildTriggerParams) WithDefaults ¶
func (o *BuildTriggerParams) WithDefaults() *BuildTriggerParams
WithDefaults hydrates default values in the build trigger params (not the query body).
All values with no default are reset to their zero value.
func (*BuildTriggerParams) WithHTTPClient ¶
func (o *BuildTriggerParams) WithHTTPClient(client *http.Client) *BuildTriggerParams
WithHTTPClient adds the HTTPClient to the build trigger params
func (*BuildTriggerParams) WithTimeout ¶
func (o *BuildTriggerParams) WithTimeout(timeout time.Duration) *BuildTriggerParams
WithTimeout adds the timeout to the build trigger params
func (*BuildTriggerParams) WriteToRequest ¶
func (o *BuildTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildTriggerReader ¶
type BuildTriggerReader struct {
// contains filtered or unexported fields
}
BuildTriggerReader is a Reader for the BuildTrigger structure.
func (*BuildTriggerReader) ReadResponse ¶
func (o *BuildTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildTriggerUnauthorized ¶
type BuildTriggerUnauthorized struct {
}
BuildTriggerUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildTriggerUnauthorized ¶
func NewBuildTriggerUnauthorized() *BuildTriggerUnauthorized
NewBuildTriggerUnauthorized creates a BuildTriggerUnauthorized with default headers values
func (*BuildTriggerUnauthorized) Code ¶ added in v1.0.3
func (o *BuildTriggerUnauthorized) Code() int
Code gets the status code for the build trigger unauthorized response
func (*BuildTriggerUnauthorized) Error ¶
func (o *BuildTriggerUnauthorized) Error() string
func (*BuildTriggerUnauthorized) GetPayload ¶
func (o *BuildTriggerUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildTriggerUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) IsClientError() bool
IsClientError returns true when this build trigger unauthorized response has a 4xx status code
func (*BuildTriggerUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) IsCode(code int) bool
IsCode returns true when this build trigger unauthorized response a status code equal to that given
func (*BuildTriggerUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) IsRedirect() bool
IsRedirect returns true when this build trigger unauthorized response has a 3xx status code
func (*BuildTriggerUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) IsServerError() bool
IsServerError returns true when this build trigger unauthorized response has a 5xx status code
func (*BuildTriggerUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) IsSuccess() bool
IsSuccess returns true when this build trigger unauthorized response has a 2xx status code
func (*BuildTriggerUnauthorized) String ¶ added in v0.1.0
func (o *BuildTriggerUnauthorized) String() string
type BuildWorkflowListBadRequest ¶
type BuildWorkflowListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildWorkflowListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBuildWorkflowListBadRequest ¶
func NewBuildWorkflowListBadRequest() *BuildWorkflowListBadRequest
NewBuildWorkflowListBadRequest creates a BuildWorkflowListBadRequest with default headers values
func (*BuildWorkflowListBadRequest) Code ¶ added in v1.0.3
func (o *BuildWorkflowListBadRequest) Code() int
Code gets the status code for the build workflow list bad request response
func (*BuildWorkflowListBadRequest) Error ¶
func (o *BuildWorkflowListBadRequest) Error() string
func (*BuildWorkflowListBadRequest) GetPayload ¶
func (o *BuildWorkflowListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildWorkflowListBadRequest) IsClientError ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) IsClientError() bool
IsClientError returns true when this build workflow list bad request response has a 4xx status code
func (*BuildWorkflowListBadRequest) IsCode ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) IsCode(code int) bool
IsCode returns true when this build workflow list bad request response a status code equal to that given
func (*BuildWorkflowListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) IsRedirect() bool
IsRedirect returns true when this build workflow list bad request response has a 3xx status code
func (*BuildWorkflowListBadRequest) IsServerError ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) IsServerError() bool
IsServerError returns true when this build workflow list bad request response has a 5xx status code
func (*BuildWorkflowListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) IsSuccess() bool
IsSuccess returns true when this build workflow list bad request response has a 2xx status code
func (*BuildWorkflowListBadRequest) String ¶ added in v0.1.0
func (o *BuildWorkflowListBadRequest) String() string
type BuildWorkflowListInternalServerError ¶
type BuildWorkflowListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildWorkflowListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBuildWorkflowListInternalServerError ¶
func NewBuildWorkflowListInternalServerError() *BuildWorkflowListInternalServerError
NewBuildWorkflowListInternalServerError creates a BuildWorkflowListInternalServerError with default headers values
func (*BuildWorkflowListInternalServerError) Code ¶ added in v1.0.3
func (o *BuildWorkflowListInternalServerError) Code() int
Code gets the status code for the build workflow list internal server error response
func (*BuildWorkflowListInternalServerError) Error ¶
func (o *BuildWorkflowListInternalServerError) Error() string
func (*BuildWorkflowListInternalServerError) GetPayload ¶
func (o *BuildWorkflowListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildWorkflowListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) IsClientError() bool
IsClientError returns true when this build workflow list internal server error response has a 4xx status code
func (*BuildWorkflowListInternalServerError) IsCode ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) IsCode(code int) bool
IsCode returns true when this build workflow list internal server error response a status code equal to that given
func (*BuildWorkflowListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) IsRedirect() bool
IsRedirect returns true when this build workflow list internal server error response has a 3xx status code
func (*BuildWorkflowListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) IsServerError() bool
IsServerError returns true when this build workflow list internal server error response has a 5xx status code
func (*BuildWorkflowListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) IsSuccess() bool
IsSuccess returns true when this build workflow list internal server error response has a 2xx status code
func (*BuildWorkflowListInternalServerError) String ¶ added in v0.1.0
func (o *BuildWorkflowListInternalServerError) String() string
type BuildWorkflowListNotFound ¶
type BuildWorkflowListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
BuildWorkflowListNotFound describes a response with status code 404, with default header values.
Not Found
func NewBuildWorkflowListNotFound ¶
func NewBuildWorkflowListNotFound() *BuildWorkflowListNotFound
NewBuildWorkflowListNotFound creates a BuildWorkflowListNotFound with default headers values
func (*BuildWorkflowListNotFound) Code ¶ added in v1.0.3
func (o *BuildWorkflowListNotFound) Code() int
Code gets the status code for the build workflow list not found response
func (*BuildWorkflowListNotFound) Error ¶
func (o *BuildWorkflowListNotFound) Error() string
func (*BuildWorkflowListNotFound) GetPayload ¶
func (o *BuildWorkflowListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildWorkflowListNotFound) IsClientError ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) IsClientError() bool
IsClientError returns true when this build workflow list not found response has a 4xx status code
func (*BuildWorkflowListNotFound) IsCode ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) IsCode(code int) bool
IsCode returns true when this build workflow list not found response a status code equal to that given
func (*BuildWorkflowListNotFound) IsRedirect ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) IsRedirect() bool
IsRedirect returns true when this build workflow list not found response has a 3xx status code
func (*BuildWorkflowListNotFound) IsServerError ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) IsServerError() bool
IsServerError returns true when this build workflow list not found response has a 5xx status code
func (*BuildWorkflowListNotFound) IsSuccess ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) IsSuccess() bool
IsSuccess returns true when this build workflow list not found response has a 2xx status code
func (*BuildWorkflowListNotFound) String ¶ added in v0.1.0
func (o *BuildWorkflowListNotFound) String() string
type BuildWorkflowListOK ¶
type BuildWorkflowListOK struct {
Payload *models.V0BuildWorkflowListResponseModel
}
BuildWorkflowListOK describes a response with status code 200, with default header values.
OK
func NewBuildWorkflowListOK ¶
func NewBuildWorkflowListOK() *BuildWorkflowListOK
NewBuildWorkflowListOK creates a BuildWorkflowListOK with default headers values
func (*BuildWorkflowListOK) Code ¶ added in v1.0.3
func (o *BuildWorkflowListOK) Code() int
Code gets the status code for the build workflow list o k response
func (*BuildWorkflowListOK) Error ¶
func (o *BuildWorkflowListOK) Error() string
func (*BuildWorkflowListOK) GetPayload ¶
func (o *BuildWorkflowListOK) GetPayload() *models.V0BuildWorkflowListResponseModel
func (*BuildWorkflowListOK) IsClientError ¶ added in v0.1.0
func (o *BuildWorkflowListOK) IsClientError() bool
IsClientError returns true when this build workflow list o k response has a 4xx status code
func (*BuildWorkflowListOK) IsCode ¶ added in v0.1.0
func (o *BuildWorkflowListOK) IsCode(code int) bool
IsCode returns true when this build workflow list o k response a status code equal to that given
func (*BuildWorkflowListOK) IsRedirect ¶ added in v0.1.0
func (o *BuildWorkflowListOK) IsRedirect() bool
IsRedirect returns true when this build workflow list o k response has a 3xx status code
func (*BuildWorkflowListOK) IsServerError ¶ added in v0.1.0
func (o *BuildWorkflowListOK) IsServerError() bool
IsServerError returns true when this build workflow list o k response has a 5xx status code
func (*BuildWorkflowListOK) IsSuccess ¶ added in v0.1.0
func (o *BuildWorkflowListOK) IsSuccess() bool
IsSuccess returns true when this build workflow list o k response has a 2xx status code
func (*BuildWorkflowListOK) String ¶ added in v0.1.0
func (o *BuildWorkflowListOK) String() string
type BuildWorkflowListParams ¶
type BuildWorkflowListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
BuildWorkflowListParams contains all the parameters to send to the API endpoint
for the build workflow list operation. Typically these are written to a http.Request.
func NewBuildWorkflowListParams ¶
func NewBuildWorkflowListParams() *BuildWorkflowListParams
NewBuildWorkflowListParams creates a new BuildWorkflowListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewBuildWorkflowListParamsWithContext ¶
func NewBuildWorkflowListParamsWithContext(ctx context.Context) *BuildWorkflowListParams
NewBuildWorkflowListParamsWithContext creates a new BuildWorkflowListParams object with the ability to set a context for a request.
func NewBuildWorkflowListParamsWithHTTPClient ¶
func NewBuildWorkflowListParamsWithHTTPClient(client *http.Client) *BuildWorkflowListParams
NewBuildWorkflowListParamsWithHTTPClient creates a new BuildWorkflowListParams object with the ability to set a custom HTTPClient for a request.
func NewBuildWorkflowListParamsWithTimeout ¶
func NewBuildWorkflowListParamsWithTimeout(timeout time.Duration) *BuildWorkflowListParams
NewBuildWorkflowListParamsWithTimeout creates a new BuildWorkflowListParams object with the ability to set a timeout on a request.
func (*BuildWorkflowListParams) SetAppSlug ¶
func (o *BuildWorkflowListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the build workflow list params
func (*BuildWorkflowListParams) SetContext ¶
func (o *BuildWorkflowListParams) SetContext(ctx context.Context)
SetContext adds the context to the build workflow list params
func (*BuildWorkflowListParams) SetDefaults ¶
func (o *BuildWorkflowListParams) SetDefaults()
SetDefaults hydrates default values in the build workflow list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildWorkflowListParams) SetHTTPClient ¶
func (o *BuildWorkflowListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the build workflow list params
func (*BuildWorkflowListParams) SetTimeout ¶
func (o *BuildWorkflowListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the build workflow list params
func (*BuildWorkflowListParams) WithAppSlug ¶
func (o *BuildWorkflowListParams) WithAppSlug(appSlug string) *BuildWorkflowListParams
WithAppSlug adds the appSlug to the build workflow list params
func (*BuildWorkflowListParams) WithContext ¶
func (o *BuildWorkflowListParams) WithContext(ctx context.Context) *BuildWorkflowListParams
WithContext adds the context to the build workflow list params
func (*BuildWorkflowListParams) WithDefaults ¶
func (o *BuildWorkflowListParams) WithDefaults() *BuildWorkflowListParams
WithDefaults hydrates default values in the build workflow list params (not the query body).
All values with no default are reset to their zero value.
func (*BuildWorkflowListParams) WithHTTPClient ¶
func (o *BuildWorkflowListParams) WithHTTPClient(client *http.Client) *BuildWorkflowListParams
WithHTTPClient adds the HTTPClient to the build workflow list params
func (*BuildWorkflowListParams) WithTimeout ¶
func (o *BuildWorkflowListParams) WithTimeout(timeout time.Duration) *BuildWorkflowListParams
WithTimeout adds the timeout to the build workflow list params
func (*BuildWorkflowListParams) WriteToRequest ¶
func (o *BuildWorkflowListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BuildWorkflowListReader ¶
type BuildWorkflowListReader struct {
// contains filtered or unexported fields
}
BuildWorkflowListReader is a Reader for the BuildWorkflowList structure.
func (*BuildWorkflowListReader) ReadResponse ¶
func (o *BuildWorkflowListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BuildWorkflowListUnauthorized ¶
type BuildWorkflowListUnauthorized struct {
}
BuildWorkflowListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBuildWorkflowListUnauthorized ¶
func NewBuildWorkflowListUnauthorized() *BuildWorkflowListUnauthorized
NewBuildWorkflowListUnauthorized creates a BuildWorkflowListUnauthorized with default headers values
func (*BuildWorkflowListUnauthorized) Code ¶ added in v1.0.3
func (o *BuildWorkflowListUnauthorized) Code() int
Code gets the status code for the build workflow list unauthorized response
func (*BuildWorkflowListUnauthorized) Error ¶
func (o *BuildWorkflowListUnauthorized) Error() string
func (*BuildWorkflowListUnauthorized) GetPayload ¶
func (o *BuildWorkflowListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*BuildWorkflowListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) IsClientError() bool
IsClientError returns true when this build workflow list unauthorized response has a 4xx status code
func (*BuildWorkflowListUnauthorized) IsCode ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) IsCode(code int) bool
IsCode returns true when this build workflow list unauthorized response a status code equal to that given
func (*BuildWorkflowListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) IsRedirect() bool
IsRedirect returns true when this build workflow list unauthorized response has a 3xx status code
func (*BuildWorkflowListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) IsServerError() bool
IsServerError returns true when this build workflow list unauthorized response has a 5xx status code
func (*BuildWorkflowListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) IsSuccess() bool
IsSuccess returns true when this build workflow list unauthorized response has a 2xx status code
func (*BuildWorkflowListUnauthorized) String ¶ added in v0.1.0
func (o *BuildWorkflowListUnauthorized) String() string
type CacheItemDeleteAllBadRequest ¶ added in v0.1.0
type CacheItemDeleteAllBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteAllBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCacheItemDeleteAllBadRequest ¶ added in v0.1.0
func NewCacheItemDeleteAllBadRequest() *CacheItemDeleteAllBadRequest
NewCacheItemDeleteAllBadRequest creates a CacheItemDeleteAllBadRequest with default headers values
func (*CacheItemDeleteAllBadRequest) Code ¶ added in v1.0.3
func (o *CacheItemDeleteAllBadRequest) Code() int
Code gets the status code for the cache item delete all bad request response
func (*CacheItemDeleteAllBadRequest) Error ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) Error() string
func (*CacheItemDeleteAllBadRequest) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteAllBadRequest) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) IsClientError() bool
IsClientError returns true when this cache item delete all bad request response has a 4xx status code
func (*CacheItemDeleteAllBadRequest) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) IsCode(code int) bool
IsCode returns true when this cache item delete all bad request response a status code equal to that given
func (*CacheItemDeleteAllBadRequest) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) IsRedirect() bool
IsRedirect returns true when this cache item delete all bad request response has a 3xx status code
func (*CacheItemDeleteAllBadRequest) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) IsServerError() bool
IsServerError returns true when this cache item delete all bad request response has a 5xx status code
func (*CacheItemDeleteAllBadRequest) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) IsSuccess() bool
IsSuccess returns true when this cache item delete all bad request response has a 2xx status code
func (*CacheItemDeleteAllBadRequest) String ¶ added in v0.1.0
func (o *CacheItemDeleteAllBadRequest) String() string
type CacheItemDeleteAllInternalServerError ¶ added in v0.1.0
type CacheItemDeleteAllInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteAllInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCacheItemDeleteAllInternalServerError ¶ added in v0.1.0
func NewCacheItemDeleteAllInternalServerError() *CacheItemDeleteAllInternalServerError
NewCacheItemDeleteAllInternalServerError creates a CacheItemDeleteAllInternalServerError with default headers values
func (*CacheItemDeleteAllInternalServerError) Code ¶ added in v1.0.3
func (o *CacheItemDeleteAllInternalServerError) Code() int
Code gets the status code for the cache item delete all internal server error response
func (*CacheItemDeleteAllInternalServerError) Error ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) Error() string
func (*CacheItemDeleteAllInternalServerError) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteAllInternalServerError) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) IsClientError() bool
IsClientError returns true when this cache item delete all internal server error response has a 4xx status code
func (*CacheItemDeleteAllInternalServerError) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) IsCode(code int) bool
IsCode returns true when this cache item delete all internal server error response a status code equal to that given
func (*CacheItemDeleteAllInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) IsRedirect() bool
IsRedirect returns true when this cache item delete all internal server error response has a 3xx status code
func (*CacheItemDeleteAllInternalServerError) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) IsServerError() bool
IsServerError returns true when this cache item delete all internal server error response has a 5xx status code
func (*CacheItemDeleteAllInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) IsSuccess() bool
IsSuccess returns true when this cache item delete all internal server error response has a 2xx status code
func (*CacheItemDeleteAllInternalServerError) String ¶ added in v0.1.0
func (o *CacheItemDeleteAllInternalServerError) String() string
type CacheItemDeleteAllNotFound ¶ added in v0.1.0
type CacheItemDeleteAllNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteAllNotFound describes a response with status code 404, with default header values.
Not Found
func NewCacheItemDeleteAllNotFound ¶ added in v0.1.0
func NewCacheItemDeleteAllNotFound() *CacheItemDeleteAllNotFound
NewCacheItemDeleteAllNotFound creates a CacheItemDeleteAllNotFound with default headers values
func (*CacheItemDeleteAllNotFound) Code ¶ added in v1.0.3
func (o *CacheItemDeleteAllNotFound) Code() int
Code gets the status code for the cache item delete all not found response
func (*CacheItemDeleteAllNotFound) Error ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) Error() string
func (*CacheItemDeleteAllNotFound) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteAllNotFound) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) IsClientError() bool
IsClientError returns true when this cache item delete all not found response has a 4xx status code
func (*CacheItemDeleteAllNotFound) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) IsCode(code int) bool
IsCode returns true when this cache item delete all not found response a status code equal to that given
func (*CacheItemDeleteAllNotFound) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) IsRedirect() bool
IsRedirect returns true when this cache item delete all not found response has a 3xx status code
func (*CacheItemDeleteAllNotFound) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) IsServerError() bool
IsServerError returns true when this cache item delete all not found response has a 5xx status code
func (*CacheItemDeleteAllNotFound) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) IsSuccess() bool
IsSuccess returns true when this cache item delete all not found response has a 2xx status code
func (*CacheItemDeleteAllNotFound) String ¶ added in v0.1.0
func (o *CacheItemDeleteAllNotFound) String() string
type CacheItemDeleteAllOK ¶ added in v0.1.0
type CacheItemDeleteAllOK struct {
}
CacheItemDeleteAllOK describes a response with status code 200, with default header values.
OK
func NewCacheItemDeleteAllOK ¶ added in v0.1.0
func NewCacheItemDeleteAllOK() *CacheItemDeleteAllOK
NewCacheItemDeleteAllOK creates a CacheItemDeleteAllOK with default headers values
func (*CacheItemDeleteAllOK) Code ¶ added in v1.0.3
func (o *CacheItemDeleteAllOK) Code() int
Code gets the status code for the cache item delete all o k response
func (*CacheItemDeleteAllOK) Error ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) Error() string
func (*CacheItemDeleteAllOK) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) IsClientError() bool
IsClientError returns true when this cache item delete all o k response has a 4xx status code
func (*CacheItemDeleteAllOK) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) IsCode(code int) bool
IsCode returns true when this cache item delete all o k response a status code equal to that given
func (*CacheItemDeleteAllOK) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) IsRedirect() bool
IsRedirect returns true when this cache item delete all o k response has a 3xx status code
func (*CacheItemDeleteAllOK) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) IsServerError() bool
IsServerError returns true when this cache item delete all o k response has a 5xx status code
func (*CacheItemDeleteAllOK) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) IsSuccess() bool
IsSuccess returns true when this cache item delete all o k response has a 2xx status code
func (*CacheItemDeleteAllOK) String ¶ added in v0.1.0
func (o *CacheItemDeleteAllOK) String() string
type CacheItemDeleteAllParams ¶ added in v0.1.0
type CacheItemDeleteAllParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CacheItemDeleteAllParams contains all the parameters to send to the API endpoint
for the cache item delete all operation. Typically these are written to a http.Request.
func NewCacheItemDeleteAllParams ¶ added in v0.1.0
func NewCacheItemDeleteAllParams() *CacheItemDeleteAllParams
NewCacheItemDeleteAllParams creates a new CacheItemDeleteAllParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCacheItemDeleteAllParamsWithContext ¶ added in v0.1.0
func NewCacheItemDeleteAllParamsWithContext(ctx context.Context) *CacheItemDeleteAllParams
NewCacheItemDeleteAllParamsWithContext creates a new CacheItemDeleteAllParams object with the ability to set a context for a request.
func NewCacheItemDeleteAllParamsWithHTTPClient ¶ added in v0.1.0
func NewCacheItemDeleteAllParamsWithHTTPClient(client *http.Client) *CacheItemDeleteAllParams
NewCacheItemDeleteAllParamsWithHTTPClient creates a new CacheItemDeleteAllParams object with the ability to set a custom HTTPClient for a request.
func NewCacheItemDeleteAllParamsWithTimeout ¶ added in v0.1.0
func NewCacheItemDeleteAllParamsWithTimeout(timeout time.Duration) *CacheItemDeleteAllParams
NewCacheItemDeleteAllParamsWithTimeout creates a new CacheItemDeleteAllParams object with the ability to set a timeout on a request.
func (*CacheItemDeleteAllParams) SetAppSlug ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the cache item delete all params
func (*CacheItemDeleteAllParams) SetContext ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) SetContext(ctx context.Context)
SetContext adds the context to the cache item delete all params
func (*CacheItemDeleteAllParams) SetDefaults ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) SetDefaults()
SetDefaults hydrates default values in the cache item delete all params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDeleteAllParams) SetHTTPClient ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cache item delete all params
func (*CacheItemDeleteAllParams) SetTimeout ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cache item delete all params
func (*CacheItemDeleteAllParams) WithAppSlug ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WithAppSlug(appSlug string) *CacheItemDeleteAllParams
WithAppSlug adds the appSlug to the cache item delete all params
func (*CacheItemDeleteAllParams) WithContext ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WithContext(ctx context.Context) *CacheItemDeleteAllParams
WithContext adds the context to the cache item delete all params
func (*CacheItemDeleteAllParams) WithDefaults ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WithDefaults() *CacheItemDeleteAllParams
WithDefaults hydrates default values in the cache item delete all params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDeleteAllParams) WithHTTPClient ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WithHTTPClient(client *http.Client) *CacheItemDeleteAllParams
WithHTTPClient adds the HTTPClient to the cache item delete all params
func (*CacheItemDeleteAllParams) WithTimeout ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WithTimeout(timeout time.Duration) *CacheItemDeleteAllParams
WithTimeout adds the timeout to the cache item delete all params
func (*CacheItemDeleteAllParams) WriteToRequest ¶ added in v0.1.0
func (o *CacheItemDeleteAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CacheItemDeleteAllReader ¶ added in v0.1.0
type CacheItemDeleteAllReader struct {
// contains filtered or unexported fields
}
CacheItemDeleteAllReader is a Reader for the CacheItemDeleteAll structure.
func (*CacheItemDeleteAllReader) ReadResponse ¶ added in v0.1.0
func (o *CacheItemDeleteAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CacheItemDeleteAllUnauthorized ¶ added in v0.1.0
type CacheItemDeleteAllUnauthorized struct {
}
CacheItemDeleteAllUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCacheItemDeleteAllUnauthorized ¶ added in v0.1.0
func NewCacheItemDeleteAllUnauthorized() *CacheItemDeleteAllUnauthorized
NewCacheItemDeleteAllUnauthorized creates a CacheItemDeleteAllUnauthorized with default headers values
func (*CacheItemDeleteAllUnauthorized) Code ¶ added in v1.0.3
func (o *CacheItemDeleteAllUnauthorized) Code() int
Code gets the status code for the cache item delete all unauthorized response
func (*CacheItemDeleteAllUnauthorized) Error ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) Error() string
func (*CacheItemDeleteAllUnauthorized) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteAllUnauthorized) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) IsClientError() bool
IsClientError returns true when this cache item delete all unauthorized response has a 4xx status code
func (*CacheItemDeleteAllUnauthorized) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) IsCode(code int) bool
IsCode returns true when this cache item delete all unauthorized response a status code equal to that given
func (*CacheItemDeleteAllUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) IsRedirect() bool
IsRedirect returns true when this cache item delete all unauthorized response has a 3xx status code
func (*CacheItemDeleteAllUnauthorized) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) IsServerError() bool
IsServerError returns true when this cache item delete all unauthorized response has a 5xx status code
func (*CacheItemDeleteAllUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) IsSuccess() bool
IsSuccess returns true when this cache item delete all unauthorized response has a 2xx status code
func (*CacheItemDeleteAllUnauthorized) String ¶ added in v0.1.0
func (o *CacheItemDeleteAllUnauthorized) String() string
type CacheItemDeleteBadRequest ¶ added in v0.1.0
type CacheItemDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCacheItemDeleteBadRequest ¶ added in v0.1.0
func NewCacheItemDeleteBadRequest() *CacheItemDeleteBadRequest
NewCacheItemDeleteBadRequest creates a CacheItemDeleteBadRequest with default headers values
func (*CacheItemDeleteBadRequest) Code ¶ added in v1.0.3
func (o *CacheItemDeleteBadRequest) Code() int
Code gets the status code for the cache item delete bad request response
func (*CacheItemDeleteBadRequest) Error ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) Error() string
func (*CacheItemDeleteBadRequest) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) IsClientError() bool
IsClientError returns true when this cache item delete bad request response has a 4xx status code
func (*CacheItemDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this cache item delete bad request response a status code equal to that given
func (*CacheItemDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this cache item delete bad request response has a 3xx status code
func (*CacheItemDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) IsServerError() bool
IsServerError returns true when this cache item delete bad request response has a 5xx status code
func (*CacheItemDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this cache item delete bad request response has a 2xx status code
func (*CacheItemDeleteBadRequest) String ¶ added in v0.1.0
func (o *CacheItemDeleteBadRequest) String() string
type CacheItemDeleteInternalServerError ¶ added in v0.1.0
type CacheItemDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCacheItemDeleteInternalServerError ¶ added in v0.1.0
func NewCacheItemDeleteInternalServerError() *CacheItemDeleteInternalServerError
NewCacheItemDeleteInternalServerError creates a CacheItemDeleteInternalServerError with default headers values
func (*CacheItemDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *CacheItemDeleteInternalServerError) Code() int
Code gets the status code for the cache item delete internal server error response
func (*CacheItemDeleteInternalServerError) Error ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) Error() string
func (*CacheItemDeleteInternalServerError) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this cache item delete internal server error response has a 4xx status code
func (*CacheItemDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this cache item delete internal server error response a status code equal to that given
func (*CacheItemDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this cache item delete internal server error response has a 3xx status code
func (*CacheItemDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this cache item delete internal server error response has a 5xx status code
func (*CacheItemDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this cache item delete internal server error response has a 2xx status code
func (*CacheItemDeleteInternalServerError) String ¶ added in v0.1.0
func (o *CacheItemDeleteInternalServerError) String() string
type CacheItemDeleteNotFound ¶ added in v0.1.0
type CacheItemDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewCacheItemDeleteNotFound ¶ added in v0.1.0
func NewCacheItemDeleteNotFound() *CacheItemDeleteNotFound
NewCacheItemDeleteNotFound creates a CacheItemDeleteNotFound with default headers values
func (*CacheItemDeleteNotFound) Code ¶ added in v1.0.3
func (o *CacheItemDeleteNotFound) Code() int
Code gets the status code for the cache item delete not found response
func (*CacheItemDeleteNotFound) Error ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) Error() string
func (*CacheItemDeleteNotFound) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) IsClientError() bool
IsClientError returns true when this cache item delete not found response has a 4xx status code
func (*CacheItemDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) IsCode(code int) bool
IsCode returns true when this cache item delete not found response a status code equal to that given
func (*CacheItemDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this cache item delete not found response has a 3xx status code
func (*CacheItemDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) IsServerError() bool
IsServerError returns true when this cache item delete not found response has a 5xx status code
func (*CacheItemDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this cache item delete not found response has a 2xx status code
func (*CacheItemDeleteNotFound) String ¶ added in v0.1.0
func (o *CacheItemDeleteNotFound) String() string
type CacheItemDeleteOK ¶ added in v0.1.0
type CacheItemDeleteOK struct {
}
CacheItemDeleteOK describes a response with status code 200, with default header values.
OK
func NewCacheItemDeleteOK ¶ added in v0.1.0
func NewCacheItemDeleteOK() *CacheItemDeleteOK
NewCacheItemDeleteOK creates a CacheItemDeleteOK with default headers values
func (*CacheItemDeleteOK) Code ¶ added in v1.0.3
func (o *CacheItemDeleteOK) Code() int
Code gets the status code for the cache item delete o k response
func (*CacheItemDeleteOK) Error ¶ added in v0.1.0
func (o *CacheItemDeleteOK) Error() string
func (*CacheItemDeleteOK) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteOK) IsClientError() bool
IsClientError returns true when this cache item delete o k response has a 4xx status code
func (*CacheItemDeleteOK) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteOK) IsCode(code int) bool
IsCode returns true when this cache item delete o k response a status code equal to that given
func (*CacheItemDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteOK) IsRedirect() bool
IsRedirect returns true when this cache item delete o k response has a 3xx status code
func (*CacheItemDeleteOK) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteOK) IsServerError() bool
IsServerError returns true when this cache item delete o k response has a 5xx status code
func (*CacheItemDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteOK) IsSuccess() bool
IsSuccess returns true when this cache item delete o k response has a 2xx status code
func (*CacheItemDeleteOK) String ¶ added in v0.1.0
func (o *CacheItemDeleteOK) String() string
type CacheItemDeleteParams ¶ added in v0.1.0
type CacheItemDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* CacheItemID.
The ID of the cache item to be deleted
*/
CacheItemID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CacheItemDeleteParams contains all the parameters to send to the API endpoint
for the cache item delete operation. Typically these are written to a http.Request.
func NewCacheItemDeleteParams ¶ added in v0.1.0
func NewCacheItemDeleteParams() *CacheItemDeleteParams
NewCacheItemDeleteParams creates a new CacheItemDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCacheItemDeleteParamsWithContext ¶ added in v0.1.0
func NewCacheItemDeleteParamsWithContext(ctx context.Context) *CacheItemDeleteParams
NewCacheItemDeleteParamsWithContext creates a new CacheItemDeleteParams object with the ability to set a context for a request.
func NewCacheItemDeleteParamsWithHTTPClient ¶ added in v0.1.0
func NewCacheItemDeleteParamsWithHTTPClient(client *http.Client) *CacheItemDeleteParams
NewCacheItemDeleteParamsWithHTTPClient creates a new CacheItemDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewCacheItemDeleteParamsWithTimeout ¶ added in v0.1.0
func NewCacheItemDeleteParamsWithTimeout(timeout time.Duration) *CacheItemDeleteParams
NewCacheItemDeleteParamsWithTimeout creates a new CacheItemDeleteParams object with the ability to set a timeout on a request.
func (*CacheItemDeleteParams) SetAppSlug ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the cache item delete params
func (*CacheItemDeleteParams) SetCacheItemID ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetCacheItemID(cacheItemID string)
SetCacheItemID adds the cacheItemId to the cache item delete params
func (*CacheItemDeleteParams) SetContext ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the cache item delete params
func (*CacheItemDeleteParams) SetDefaults ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetDefaults()
SetDefaults hydrates default values in the cache item delete params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDeleteParams) SetHTTPClient ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cache item delete params
func (*CacheItemDeleteParams) SetTimeout ¶ added in v0.1.0
func (o *CacheItemDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cache item delete params
func (*CacheItemDeleteParams) WithAppSlug ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithAppSlug(appSlug string) *CacheItemDeleteParams
WithAppSlug adds the appSlug to the cache item delete params
func (*CacheItemDeleteParams) WithCacheItemID ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithCacheItemID(cacheItemID string) *CacheItemDeleteParams
WithCacheItemID adds the cacheItemID to the cache item delete params
func (*CacheItemDeleteParams) WithContext ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithContext(ctx context.Context) *CacheItemDeleteParams
WithContext adds the context to the cache item delete params
func (*CacheItemDeleteParams) WithDefaults ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithDefaults() *CacheItemDeleteParams
WithDefaults hydrates default values in the cache item delete params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDeleteParams) WithHTTPClient ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithHTTPClient(client *http.Client) *CacheItemDeleteParams
WithHTTPClient adds the HTTPClient to the cache item delete params
func (*CacheItemDeleteParams) WithTimeout ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WithTimeout(timeout time.Duration) *CacheItemDeleteParams
WithTimeout adds the timeout to the cache item delete params
func (*CacheItemDeleteParams) WriteToRequest ¶ added in v0.1.0
func (o *CacheItemDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CacheItemDeleteReader ¶ added in v0.1.0
type CacheItemDeleteReader struct {
// contains filtered or unexported fields
}
CacheItemDeleteReader is a Reader for the CacheItemDelete structure.
func (*CacheItemDeleteReader) ReadResponse ¶ added in v0.1.0
func (o *CacheItemDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CacheItemDeleteUnauthorized ¶ added in v0.1.0
type CacheItemDeleteUnauthorized struct {
}
CacheItemDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCacheItemDeleteUnauthorized ¶ added in v0.1.0
func NewCacheItemDeleteUnauthorized() *CacheItemDeleteUnauthorized
NewCacheItemDeleteUnauthorized creates a CacheItemDeleteUnauthorized with default headers values
func (*CacheItemDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *CacheItemDeleteUnauthorized) Code() int
Code gets the status code for the cache item delete unauthorized response
func (*CacheItemDeleteUnauthorized) Error ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) Error() string
func (*CacheItemDeleteUnauthorized) GetPayload ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this cache item delete unauthorized response has a 4xx status code
func (*CacheItemDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this cache item delete unauthorized response a status code equal to that given
func (*CacheItemDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this cache item delete unauthorized response has a 3xx status code
func (*CacheItemDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this cache item delete unauthorized response has a 5xx status code
func (*CacheItemDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this cache item delete unauthorized response has a 2xx status code
func (*CacheItemDeleteUnauthorized) String ¶ added in v0.1.0
func (o *CacheItemDeleteUnauthorized) String() string
type CacheItemDownloadBadRequest ¶ added in v0.1.0
type CacheItemDownloadBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDownloadBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCacheItemDownloadBadRequest ¶ added in v0.1.0
func NewCacheItemDownloadBadRequest() *CacheItemDownloadBadRequest
NewCacheItemDownloadBadRequest creates a CacheItemDownloadBadRequest with default headers values
func (*CacheItemDownloadBadRequest) Code ¶ added in v1.0.3
func (o *CacheItemDownloadBadRequest) Code() int
Code gets the status code for the cache item download bad request response
func (*CacheItemDownloadBadRequest) Error ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) Error() string
func (*CacheItemDownloadBadRequest) GetPayload ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDownloadBadRequest) IsClientError ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) IsClientError() bool
IsClientError returns true when this cache item download bad request response has a 4xx status code
func (*CacheItemDownloadBadRequest) IsCode ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) IsCode(code int) bool
IsCode returns true when this cache item download bad request response a status code equal to that given
func (*CacheItemDownloadBadRequest) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) IsRedirect() bool
IsRedirect returns true when this cache item download bad request response has a 3xx status code
func (*CacheItemDownloadBadRequest) IsServerError ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) IsServerError() bool
IsServerError returns true when this cache item download bad request response has a 5xx status code
func (*CacheItemDownloadBadRequest) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) IsSuccess() bool
IsSuccess returns true when this cache item download bad request response has a 2xx status code
func (*CacheItemDownloadBadRequest) String ¶ added in v0.1.0
func (o *CacheItemDownloadBadRequest) String() string
type CacheItemDownloadInternalServerError ¶ added in v0.1.0
type CacheItemDownloadInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDownloadInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCacheItemDownloadInternalServerError ¶ added in v0.1.0
func NewCacheItemDownloadInternalServerError() *CacheItemDownloadInternalServerError
NewCacheItemDownloadInternalServerError creates a CacheItemDownloadInternalServerError with default headers values
func (*CacheItemDownloadInternalServerError) Code ¶ added in v1.0.3
func (o *CacheItemDownloadInternalServerError) Code() int
Code gets the status code for the cache item download internal server error response
func (*CacheItemDownloadInternalServerError) Error ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) Error() string
func (*CacheItemDownloadInternalServerError) GetPayload ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDownloadInternalServerError) IsClientError ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) IsClientError() bool
IsClientError returns true when this cache item download internal server error response has a 4xx status code
func (*CacheItemDownloadInternalServerError) IsCode ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) IsCode(code int) bool
IsCode returns true when this cache item download internal server error response a status code equal to that given
func (*CacheItemDownloadInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) IsRedirect() bool
IsRedirect returns true when this cache item download internal server error response has a 3xx status code
func (*CacheItemDownloadInternalServerError) IsServerError ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) IsServerError() bool
IsServerError returns true when this cache item download internal server error response has a 5xx status code
func (*CacheItemDownloadInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) IsSuccess() bool
IsSuccess returns true when this cache item download internal server error response has a 2xx status code
func (*CacheItemDownloadInternalServerError) String ¶ added in v0.1.0
func (o *CacheItemDownloadInternalServerError) String() string
type CacheItemDownloadNotFound ¶ added in v0.1.0
type CacheItemDownloadNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheItemDownloadNotFound describes a response with status code 404, with default header values.
Not Found
func NewCacheItemDownloadNotFound ¶ added in v0.1.0
func NewCacheItemDownloadNotFound() *CacheItemDownloadNotFound
NewCacheItemDownloadNotFound creates a CacheItemDownloadNotFound with default headers values
func (*CacheItemDownloadNotFound) Code ¶ added in v1.0.3
func (o *CacheItemDownloadNotFound) Code() int
Code gets the status code for the cache item download not found response
func (*CacheItemDownloadNotFound) Error ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) Error() string
func (*CacheItemDownloadNotFound) GetPayload ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDownloadNotFound) IsClientError ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) IsClientError() bool
IsClientError returns true when this cache item download not found response has a 4xx status code
func (*CacheItemDownloadNotFound) IsCode ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) IsCode(code int) bool
IsCode returns true when this cache item download not found response a status code equal to that given
func (*CacheItemDownloadNotFound) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) IsRedirect() bool
IsRedirect returns true when this cache item download not found response has a 3xx status code
func (*CacheItemDownloadNotFound) IsServerError ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) IsServerError() bool
IsServerError returns true when this cache item download not found response has a 5xx status code
func (*CacheItemDownloadNotFound) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) IsSuccess() bool
IsSuccess returns true when this cache item download not found response has a 2xx status code
func (*CacheItemDownloadNotFound) String ¶ added in v0.1.0
func (o *CacheItemDownloadNotFound) String() string
type CacheItemDownloadOK ¶ added in v0.1.0
type CacheItemDownloadOK struct {
Payload *models.V0CacheItemDownloadResponseModel
}
CacheItemDownloadOK describes a response with status code 200, with default header values.
OK
func NewCacheItemDownloadOK ¶ added in v0.1.0
func NewCacheItemDownloadOK() *CacheItemDownloadOK
NewCacheItemDownloadOK creates a CacheItemDownloadOK with default headers values
func (*CacheItemDownloadOK) Code ¶ added in v1.0.3
func (o *CacheItemDownloadOK) Code() int
Code gets the status code for the cache item download o k response
func (*CacheItemDownloadOK) Error ¶ added in v0.1.0
func (o *CacheItemDownloadOK) Error() string
func (*CacheItemDownloadOK) GetPayload ¶ added in v0.1.0
func (o *CacheItemDownloadOK) GetPayload() *models.V0CacheItemDownloadResponseModel
func (*CacheItemDownloadOK) IsClientError ¶ added in v0.1.0
func (o *CacheItemDownloadOK) IsClientError() bool
IsClientError returns true when this cache item download o k response has a 4xx status code
func (*CacheItemDownloadOK) IsCode ¶ added in v0.1.0
func (o *CacheItemDownloadOK) IsCode(code int) bool
IsCode returns true when this cache item download o k response a status code equal to that given
func (*CacheItemDownloadOK) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDownloadOK) IsRedirect() bool
IsRedirect returns true when this cache item download o k response has a 3xx status code
func (*CacheItemDownloadOK) IsServerError ¶ added in v0.1.0
func (o *CacheItemDownloadOK) IsServerError() bool
IsServerError returns true when this cache item download o k response has a 5xx status code
func (*CacheItemDownloadOK) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDownloadOK) IsSuccess() bool
IsSuccess returns true when this cache item download o k response has a 2xx status code
func (*CacheItemDownloadOK) String ¶ added in v0.1.0
func (o *CacheItemDownloadOK) String() string
type CacheItemDownloadParams ¶ added in v0.1.0
type CacheItemDownloadParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* CacheItemID.
The ID of the cache item to be downloaded
*/
CacheItemID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CacheItemDownloadParams contains all the parameters to send to the API endpoint
for the cache item download operation. Typically these are written to a http.Request.
func NewCacheItemDownloadParams ¶ added in v0.1.0
func NewCacheItemDownloadParams() *CacheItemDownloadParams
NewCacheItemDownloadParams creates a new CacheItemDownloadParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCacheItemDownloadParamsWithContext ¶ added in v0.1.0
func NewCacheItemDownloadParamsWithContext(ctx context.Context) *CacheItemDownloadParams
NewCacheItemDownloadParamsWithContext creates a new CacheItemDownloadParams object with the ability to set a context for a request.
func NewCacheItemDownloadParamsWithHTTPClient ¶ added in v0.1.0
func NewCacheItemDownloadParamsWithHTTPClient(client *http.Client) *CacheItemDownloadParams
NewCacheItemDownloadParamsWithHTTPClient creates a new CacheItemDownloadParams object with the ability to set a custom HTTPClient for a request.
func NewCacheItemDownloadParamsWithTimeout ¶ added in v0.1.0
func NewCacheItemDownloadParamsWithTimeout(timeout time.Duration) *CacheItemDownloadParams
NewCacheItemDownloadParamsWithTimeout creates a new CacheItemDownloadParams object with the ability to set a timeout on a request.
func (*CacheItemDownloadParams) SetAppSlug ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the cache item download params
func (*CacheItemDownloadParams) SetCacheItemID ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetCacheItemID(cacheItemID string)
SetCacheItemID adds the cacheItemId to the cache item download params
func (*CacheItemDownloadParams) SetContext ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetContext(ctx context.Context)
SetContext adds the context to the cache item download params
func (*CacheItemDownloadParams) SetDefaults ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetDefaults()
SetDefaults hydrates default values in the cache item download params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDownloadParams) SetHTTPClient ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cache item download params
func (*CacheItemDownloadParams) SetTimeout ¶ added in v0.1.0
func (o *CacheItemDownloadParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cache item download params
func (*CacheItemDownloadParams) WithAppSlug ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithAppSlug(appSlug string) *CacheItemDownloadParams
WithAppSlug adds the appSlug to the cache item download params
func (*CacheItemDownloadParams) WithCacheItemID ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithCacheItemID(cacheItemID string) *CacheItemDownloadParams
WithCacheItemID adds the cacheItemID to the cache item download params
func (*CacheItemDownloadParams) WithContext ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithContext(ctx context.Context) *CacheItemDownloadParams
WithContext adds the context to the cache item download params
func (*CacheItemDownloadParams) WithDefaults ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithDefaults() *CacheItemDownloadParams
WithDefaults hydrates default values in the cache item download params (not the query body).
All values with no default are reset to their zero value.
func (*CacheItemDownloadParams) WithHTTPClient ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithHTTPClient(client *http.Client) *CacheItemDownloadParams
WithHTTPClient adds the HTTPClient to the cache item download params
func (*CacheItemDownloadParams) WithTimeout ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WithTimeout(timeout time.Duration) *CacheItemDownloadParams
WithTimeout adds the timeout to the cache item download params
func (*CacheItemDownloadParams) WriteToRequest ¶ added in v0.1.0
func (o *CacheItemDownloadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CacheItemDownloadReader ¶ added in v0.1.0
type CacheItemDownloadReader struct {
// contains filtered or unexported fields
}
CacheItemDownloadReader is a Reader for the CacheItemDownload structure.
func (*CacheItemDownloadReader) ReadResponse ¶ added in v0.1.0
func (o *CacheItemDownloadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CacheItemDownloadUnauthorized ¶ added in v0.1.0
type CacheItemDownloadUnauthorized struct {
}
CacheItemDownloadUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCacheItemDownloadUnauthorized ¶ added in v0.1.0
func NewCacheItemDownloadUnauthorized() *CacheItemDownloadUnauthorized
NewCacheItemDownloadUnauthorized creates a CacheItemDownloadUnauthorized with default headers values
func (*CacheItemDownloadUnauthorized) Code ¶ added in v1.0.3
func (o *CacheItemDownloadUnauthorized) Code() int
Code gets the status code for the cache item download unauthorized response
func (*CacheItemDownloadUnauthorized) Error ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) Error() string
func (*CacheItemDownloadUnauthorized) GetPayload ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheItemDownloadUnauthorized) IsClientError ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) IsClientError() bool
IsClientError returns true when this cache item download unauthorized response has a 4xx status code
func (*CacheItemDownloadUnauthorized) IsCode ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) IsCode(code int) bool
IsCode returns true when this cache item download unauthorized response a status code equal to that given
func (*CacheItemDownloadUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) IsRedirect() bool
IsRedirect returns true when this cache item download unauthorized response has a 3xx status code
func (*CacheItemDownloadUnauthorized) IsServerError ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) IsServerError() bool
IsServerError returns true when this cache item download unauthorized response has a 5xx status code
func (*CacheItemDownloadUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) IsSuccess() bool
IsSuccess returns true when this cache item download unauthorized response has a 2xx status code
func (*CacheItemDownloadUnauthorized) String ¶ added in v0.1.0
func (o *CacheItemDownloadUnauthorized) String() string
type CacheListBadRequest ¶ added in v0.1.0
type CacheListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCacheListBadRequest ¶ added in v0.1.0
func NewCacheListBadRequest() *CacheListBadRequest
NewCacheListBadRequest creates a CacheListBadRequest with default headers values
func (*CacheListBadRequest) Code ¶ added in v1.0.3
func (o *CacheListBadRequest) Code() int
Code gets the status code for the cache list bad request response
func (*CacheListBadRequest) Error ¶ added in v0.1.0
func (o *CacheListBadRequest) Error() string
func (*CacheListBadRequest) GetPayload ¶ added in v0.1.0
func (o *CacheListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheListBadRequest) IsClientError ¶ added in v0.1.0
func (o *CacheListBadRequest) IsClientError() bool
IsClientError returns true when this cache list bad request response has a 4xx status code
func (*CacheListBadRequest) IsCode ¶ added in v0.1.0
func (o *CacheListBadRequest) IsCode(code int) bool
IsCode returns true when this cache list bad request response a status code equal to that given
func (*CacheListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *CacheListBadRequest) IsRedirect() bool
IsRedirect returns true when this cache list bad request response has a 3xx status code
func (*CacheListBadRequest) IsServerError ¶ added in v0.1.0
func (o *CacheListBadRequest) IsServerError() bool
IsServerError returns true when this cache list bad request response has a 5xx status code
func (*CacheListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *CacheListBadRequest) IsSuccess() bool
IsSuccess returns true when this cache list bad request response has a 2xx status code
func (*CacheListBadRequest) String ¶ added in v0.1.0
func (o *CacheListBadRequest) String() string
type CacheListInternalServerError ¶ added in v0.1.0
type CacheListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCacheListInternalServerError ¶ added in v0.1.0
func NewCacheListInternalServerError() *CacheListInternalServerError
NewCacheListInternalServerError creates a CacheListInternalServerError with default headers values
func (*CacheListInternalServerError) Code ¶ added in v1.0.3
func (o *CacheListInternalServerError) Code() int
Code gets the status code for the cache list internal server error response
func (*CacheListInternalServerError) Error ¶ added in v0.1.0
func (o *CacheListInternalServerError) Error() string
func (*CacheListInternalServerError) GetPayload ¶ added in v0.1.0
func (o *CacheListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *CacheListInternalServerError) IsClientError() bool
IsClientError returns true when this cache list internal server error response has a 4xx status code
func (*CacheListInternalServerError) IsCode ¶ added in v0.1.0
func (o *CacheListInternalServerError) IsCode(code int) bool
IsCode returns true when this cache list internal server error response a status code equal to that given
func (*CacheListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *CacheListInternalServerError) IsRedirect() bool
IsRedirect returns true when this cache list internal server error response has a 3xx status code
func (*CacheListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *CacheListInternalServerError) IsServerError() bool
IsServerError returns true when this cache list internal server error response has a 5xx status code
func (*CacheListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *CacheListInternalServerError) IsSuccess() bool
IsSuccess returns true when this cache list internal server error response has a 2xx status code
func (*CacheListInternalServerError) String ¶ added in v0.1.0
func (o *CacheListInternalServerError) String() string
type CacheListNotFound ¶ added in v0.1.0
type CacheListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
CacheListNotFound describes a response with status code 404, with default header values.
Not Found
func NewCacheListNotFound ¶ added in v0.1.0
func NewCacheListNotFound() *CacheListNotFound
NewCacheListNotFound creates a CacheListNotFound with default headers values
func (*CacheListNotFound) Code ¶ added in v1.0.3
func (o *CacheListNotFound) Code() int
Code gets the status code for the cache list not found response
func (*CacheListNotFound) Error ¶ added in v0.1.0
func (o *CacheListNotFound) Error() string
func (*CacheListNotFound) GetPayload ¶ added in v0.1.0
func (o *CacheListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheListNotFound) IsClientError ¶ added in v0.1.0
func (o *CacheListNotFound) IsClientError() bool
IsClientError returns true when this cache list not found response has a 4xx status code
func (*CacheListNotFound) IsCode ¶ added in v0.1.0
func (o *CacheListNotFound) IsCode(code int) bool
IsCode returns true when this cache list not found response a status code equal to that given
func (*CacheListNotFound) IsRedirect ¶ added in v0.1.0
func (o *CacheListNotFound) IsRedirect() bool
IsRedirect returns true when this cache list not found response has a 3xx status code
func (*CacheListNotFound) IsServerError ¶ added in v0.1.0
func (o *CacheListNotFound) IsServerError() bool
IsServerError returns true when this cache list not found response has a 5xx status code
func (*CacheListNotFound) IsSuccess ¶ added in v0.1.0
func (o *CacheListNotFound) IsSuccess() bool
IsSuccess returns true when this cache list not found response has a 2xx status code
func (*CacheListNotFound) String ¶ added in v0.1.0
func (o *CacheListNotFound) String() string
type CacheListOK ¶ added in v0.1.0
type CacheListOK struct {
Payload *models.V0CacheItemListResponseModel
}
CacheListOK describes a response with status code 200, with default header values.
OK
func NewCacheListOK ¶ added in v0.1.0
func NewCacheListOK() *CacheListOK
NewCacheListOK creates a CacheListOK with default headers values
func (*CacheListOK) Code ¶ added in v1.0.3
func (o *CacheListOK) Code() int
Code gets the status code for the cache list o k response
func (*CacheListOK) Error ¶ added in v0.1.0
func (o *CacheListOK) Error() string
func (*CacheListOK) GetPayload ¶ added in v0.1.0
func (o *CacheListOK) GetPayload() *models.V0CacheItemListResponseModel
func (*CacheListOK) IsClientError ¶ added in v0.1.0
func (o *CacheListOK) IsClientError() bool
IsClientError returns true when this cache list o k response has a 4xx status code
func (*CacheListOK) IsCode ¶ added in v0.1.0
func (o *CacheListOK) IsCode(code int) bool
IsCode returns true when this cache list o k response a status code equal to that given
func (*CacheListOK) IsRedirect ¶ added in v0.1.0
func (o *CacheListOK) IsRedirect() bool
IsRedirect returns true when this cache list o k response has a 3xx status code
func (*CacheListOK) IsServerError ¶ added in v0.1.0
func (o *CacheListOK) IsServerError() bool
IsServerError returns true when this cache list o k response has a 5xx status code
func (*CacheListOK) IsSuccess ¶ added in v0.1.0
func (o *CacheListOK) IsSuccess() bool
IsSuccess returns true when this cache list o k response has a 2xx status code
func (*CacheListOK) String ¶ added in v0.1.0
func (o *CacheListOK) String() string
type CacheListParams ¶ added in v0.1.0
type CacheListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of elements per page (default: 100)
*/
Limit *int64
/* Next.
Getting cache items created before the given parameter (RFC3339 time format, default: now)
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CacheListParams contains all the parameters to send to the API endpoint
for the cache list operation. Typically these are written to a http.Request.
func NewCacheListParams ¶ added in v0.1.0
func NewCacheListParams() *CacheListParams
NewCacheListParams creates a new CacheListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCacheListParamsWithContext ¶ added in v0.1.0
func NewCacheListParamsWithContext(ctx context.Context) *CacheListParams
NewCacheListParamsWithContext creates a new CacheListParams object with the ability to set a context for a request.
func NewCacheListParamsWithHTTPClient ¶ added in v0.1.0
func NewCacheListParamsWithHTTPClient(client *http.Client) *CacheListParams
NewCacheListParamsWithHTTPClient creates a new CacheListParams object with the ability to set a custom HTTPClient for a request.
func NewCacheListParamsWithTimeout ¶ added in v0.1.0
func NewCacheListParamsWithTimeout(timeout time.Duration) *CacheListParams
NewCacheListParamsWithTimeout creates a new CacheListParams object with the ability to set a timeout on a request.
func (*CacheListParams) SetAppSlug ¶ added in v0.1.0
func (o *CacheListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the cache list params
func (*CacheListParams) SetContext ¶ added in v0.1.0
func (o *CacheListParams) SetContext(ctx context.Context)
SetContext adds the context to the cache list params
func (*CacheListParams) SetDefaults ¶ added in v0.1.0
func (o *CacheListParams) SetDefaults()
SetDefaults hydrates default values in the cache list params (not the query body).
All values with no default are reset to their zero value.
func (*CacheListParams) SetHTTPClient ¶ added in v0.1.0
func (o *CacheListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cache list params
func (*CacheListParams) SetLimit ¶ added in v0.1.0
func (o *CacheListParams) SetLimit(limit *int64)
SetLimit adds the limit to the cache list params
func (*CacheListParams) SetNext ¶ added in v1.0.3
func (o *CacheListParams) SetNext(next *string)
SetNext adds the next to the cache list params
func (*CacheListParams) SetTimeout ¶ added in v0.1.0
func (o *CacheListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cache list params
func (*CacheListParams) WithAppSlug ¶ added in v0.1.0
func (o *CacheListParams) WithAppSlug(appSlug string) *CacheListParams
WithAppSlug adds the appSlug to the cache list params
func (*CacheListParams) WithContext ¶ added in v0.1.0
func (o *CacheListParams) WithContext(ctx context.Context) *CacheListParams
WithContext adds the context to the cache list params
func (*CacheListParams) WithDefaults ¶ added in v0.1.0
func (o *CacheListParams) WithDefaults() *CacheListParams
WithDefaults hydrates default values in the cache list params (not the query body).
All values with no default are reset to their zero value.
func (*CacheListParams) WithHTTPClient ¶ added in v0.1.0
func (o *CacheListParams) WithHTTPClient(client *http.Client) *CacheListParams
WithHTTPClient adds the HTTPClient to the cache list params
func (*CacheListParams) WithLimit ¶ added in v0.1.0
func (o *CacheListParams) WithLimit(limit *int64) *CacheListParams
WithLimit adds the limit to the cache list params
func (*CacheListParams) WithNext ¶ added in v1.0.3
func (o *CacheListParams) WithNext(next *string) *CacheListParams
WithNext adds the next to the cache list params
func (*CacheListParams) WithTimeout ¶ added in v0.1.0
func (o *CacheListParams) WithTimeout(timeout time.Duration) *CacheListParams
WithTimeout adds the timeout to the cache list params
func (*CacheListParams) WriteToRequest ¶ added in v0.1.0
func (o *CacheListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CacheListReader ¶ added in v0.1.0
type CacheListReader struct {
// contains filtered or unexported fields
}
CacheListReader is a Reader for the CacheList structure.
func (*CacheListReader) ReadResponse ¶ added in v0.1.0
func (o *CacheListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CacheListUnauthorized ¶ added in v0.1.0
type CacheListUnauthorized struct {
}
CacheListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCacheListUnauthorized ¶ added in v0.1.0
func NewCacheListUnauthorized() *CacheListUnauthorized
NewCacheListUnauthorized creates a CacheListUnauthorized with default headers values
func (*CacheListUnauthorized) Code ¶ added in v1.0.3
func (o *CacheListUnauthorized) Code() int
Code gets the status code for the cache list unauthorized response
func (*CacheListUnauthorized) Error ¶ added in v0.1.0
func (o *CacheListUnauthorized) Error() string
func (*CacheListUnauthorized) GetPayload ¶ added in v0.1.0
func (o *CacheListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*CacheListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *CacheListUnauthorized) IsClientError() bool
IsClientError returns true when this cache list unauthorized response has a 4xx status code
func (*CacheListUnauthorized) IsCode ¶ added in v0.1.0
func (o *CacheListUnauthorized) IsCode(code int) bool
IsCode returns true when this cache list unauthorized response a status code equal to that given
func (*CacheListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *CacheListUnauthorized) IsRedirect() bool
IsRedirect returns true when this cache list unauthorized response has a 3xx status code
func (*CacheListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *CacheListUnauthorized) IsServerError() bool
IsServerError returns true when this cache list unauthorized response has a 5xx status code
func (*CacheListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *CacheListUnauthorized) IsSuccess() bool
IsSuccess returns true when this cache list unauthorized response has a 2xx status code
func (*CacheListUnauthorized) String ¶ added in v0.1.0
func (o *CacheListUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for operations API
func (*Client) ActivityList ¶
func (a *Client) ActivityList(params *ActivityListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActivityListOK, error)
ActivityList gets list of bitrise activity events
List all the Bitrise activity events
func (*Client) AddonListByApp ¶
func (a *Client) AddonListByApp(params *AddonListByAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByAppOK, error)
AddonListByApp gets list of the addons for apps
List all the provisioned addons for the authorized apps
func (*Client) AddonListByOrganization ¶
func (a *Client) AddonListByOrganization(params *AddonListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByOrganizationOK, error)
AddonListByOrganization gets list of the addons for organization
List all the provisioned addons for organization
func (*Client) AddonListByUser ¶
func (a *Client) AddonListByUser(params *AddonListByUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByUserOK, error)
AddonListByUser gets list of the addons for user
List all the provisioned addons for the authenticated user
func (*Client) AddonsList ¶
func (a *Client) AddonsList(params *AddonsListParams, opts ...ClientOption) (*AddonsListOK, error)
AddonsList gets list of available bitrise addons
List all the available Bitrise addons
func (*Client) AddonsShow ¶
func (a *Client) AddonsShow(params *AddonsShowParams, opts ...ClientOption) (*AddonsShowOK, error)
AddonsShow gets a specific bitrise addon
Show details of a specific Bitrise addon
func (*Client) AndroidKeystoreFileConfirm ¶ added in v0.1.0
func (a *Client) AndroidKeystoreFileConfirm(params *AndroidKeystoreFileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileConfirmOK, error)
AndroidKeystoreFileConfirm confirms an android keystore file upload
This is the last step of uploading an android keystore file to Bitrise. Confirm the android keystore file upload and view the file on the Code Signing tab of a specific app. Read more in our [Confirming the upload](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#confirming-the-file-upload) guide.
func (*Client) AndroidKeystoreFileCreate ¶
func (a *Client) AndroidKeystoreFileCreate(params *AndroidKeystoreFileCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileCreateCreated, error)
AndroidKeystoreFileCreate creates an android keystore file
Add a new Android keystore file to an app
func (*Client) AndroidKeystoreFileDelete ¶ added in v0.1.0
func (a *Client) AndroidKeystoreFileDelete(params *AndroidKeystoreFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileDeleteOK, error)
AndroidKeystoreFileDelete deletes an android keystore file
Delete an app's android keystore file. You can fetch an app's android keystore file slug if you first list all the uploaded files with the [GET /apps/{app-slug}/android-keystore-files](https://api-docs.bitrise.io/#/android-keystore-file/android-keystore-file-list) endpoint. Read more in our [Deleting a file](https://devcenter.bitrise.io/api/managing-android-keystore-files.html) guide.
func (*Client) AndroidKeystoreFileList ¶
func (a *Client) AndroidKeystoreFileList(params *AndroidKeystoreFileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileListOK, error)
AndroidKeystoreFileList gets a list of the android keystore files
List all the android keystore files that have been uploaded to a specific app.
func (*Client) AppConfigCreate ¶
func (a *Client) AppConfigCreate(params *AppConfigCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppConfigCreateOK, error)
AppConfigCreate uploads a new bitrise yml for your application
Upload a new bitrise.yml for your application.
func (*Client) AppConfigDatastoreShow ¶
func (a *Client) AppConfigDatastoreShow(params *AppConfigDatastoreShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppConfigDatastoreShowOK, error)
AppConfigDatastoreShow gets bitrise yml of a specific app
Get the full `bitrise.yml` configuration of an application, by providing the app slug. It returns the current `bitrise.yml` that is stored on bitrise.io in full, including the trigger map, the different workflows and the Steps.
func (*Client) AppCreate ¶
func (a *Client) AppCreate(params *AppCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppCreateOK, error)
AppCreate adds a new app
Add a new app to Bitrise. This is the first step of the app registration process. To successfully set it up, you need to provide the required app parameters: the repository URL and the isPublic field. Read more about the app creation process in our [detailed guide](https://devcenter.bitrise.io/api/adding-and-managing-apps/#adding-a-new-app).
func (*Client) AppDelete ¶ added in v0.1.1
func (a *Client) AppDelete(params *AppDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppDeleteOK, error)
AppDelete deletes an app
Deletes an app by slug. Use with care, make sure you really want to delete the app. This action cannot be undone.
func (*Client) AppFinish ¶
func (a *Client) AppFinish(params *AppFinishParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppFinishOK, error)
AppFinish saves the application at the end of the app registration process
Save the application after registering it on Bitrise and registering an SSH key (and, optionally, adding a webhook). With this endpoint you can define the initial configuration, define application-level environment variables, determine the project type, and set an Organization to be the owner of the app. Read more about the app registration process in our [detailed guide](https://devcenter.bitrise.io/api/adding-and-managing-apps/#adding-a-new-app).
func (*Client) AppList ¶
func (a *Client) AppList(params *AppListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListOK, error)
AppList gets list of the apps
List all the apps available for the authenticated account, including those that are owned by other users or Organizations.
func (*Client) AppListByOrganization ¶
func (a *Client) AppListByOrganization(params *AppListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListByOrganizationOK, error)
AppListByOrganization gets list of the apps for an organization
List all the available apps owned by a given organization. [Find the organization URL](https://devcenter.bitrise.io/team-management/organizations/org-url/) of the organisations you are part of; be aware that the endpoint will not return any apps if the authenticated account is not a member of the given organisation.
func (*Client) AppListByUser ¶
func (a *Client) AppListByUser(params *AppListByUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListByUserOK, error)
AppListByUser gets list of the apps for a user
List all the available apps for the given user. It needs the user slug that you can get from the [GET /me](https://api-docs.bitrise.io/#/user/user-profile) endpoint.
func (*Client) AppNotifications ¶ added in v0.1.1
func (a *Client) AppNotifications(params *AppNotificationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppNotificationsOK, error)
AppNotifications updates the app s notification settings
Updates the app's email notification settings with parameters
func (*Client) AppRolesQuery ¶ added in v1.0.3
func (a *Client) AppRolesQuery(params *AppRolesQueryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppRolesQueryOK, error)
AppRolesQuery lists group roles for an app
func (*Client) AppRolesUpdate ¶ added in v1.0.3
func (a *Client) AppRolesUpdate(params *AppRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppRolesUpdateOK, error)
AppRolesUpdate replaces group roles for an app
Replaces the groups for a given role on an app. Only the given groups will be present for a role on the app after this call.
func (*Client) AppSetupBitriseYmlConfigGet ¶ added in v0.1.1
func (a *Client) AppSetupBitriseYmlConfigGet(params *AppSetupBitriseYmlConfigGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppSetupBitriseYmlConfigGetOK, error)
AppSetupBitriseYmlConfigGet gettings the location of the application s bitrise yaml
Getting the location of the application's bitrise.yaml. Requires administrator level privileges to the app.
func (*Client) AppSetupBitriseYmlConfigUpdate ¶ added in v0.1.1
func (a *Client) AppSetupBitriseYmlConfigUpdate(params *AppSetupBitriseYmlConfigUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppSetupBitriseYmlConfigUpdateNoContent, error)
AppSetupBitriseYmlConfigUpdate changings the location of the application s bitrise yaml
Changing the location of the application's bitrise.yaml. Requires administrator level privileges to the app.
func (*Client) AppShow ¶
func (a *Client) AppShow(params *AppShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppShowOK, error)
AppShow gets a specific app
Get the details of a specific app by providing the app slug. You can get the app slug by calling the [/apps](https://api-docs.bitrise.io/#/application/app-list) endpoint or by opening the app on bitrise.io and copying the slug from the URL.
func (*Client) AppUpdate ¶ added in v0.1.0
func (a *Client) AppUpdate(params *AppUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppUpdateOK, error)
AppUpdate updates an app
Updates an app by slug. Only updates the fields specified in the body.
func (*Client) AppWebhookCreate ¶
func (a *Client) AppWebhookCreate(params *AppWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppWebhookCreateOK, error)
AppWebhookCreate registers an incoming webhook for a specific application
[Register an incoming webhook](https://devcenter.bitrise.io/api/incoming-and-outgoing-webhooks/#incoming-webhooks) for a specific application. You can do this during the app registration process or at any other time in an app's life. When calling this endpoint, a webhook is registered at your git provider: this is necessary to automatically trigger builds on Bitrise.
func (*Client) AppleAPICredentialList ¶
func (a *Client) AppleAPICredentialList(params *AppleAPICredentialListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppleAPICredentialListOK, error)
AppleAPICredentialList lists apple API credentials for a specific user
List Apple API credentials for a specific Bitrise user
func (*Client) ArchivedBuildsList ¶ added in v0.1.0
func (a *Client) ArchivedBuildsList(params *ArchivedBuildsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchivedBuildsListOK, error)
ArchivedBuildsList lists 1000 archived builds of an app
List the first 1000 archived builds of a specified Bitrise app. Set parameters to filter builds:
func (*Client) ArtifactDelete ¶
func (a *Client) ArtifactDelete(params *ArtifactDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactDeleteOK, error)
ArtifactDelete deletes a build artifact
Delete a build artifact of an app's build. The required parameters are app slug, build slug and artifact slug. You can fetch the build artifact slug if you first list all build artifacts of an app with the [/apps/](https://api-docs.bitrise.io/#/build-artifact/artifact-list) endpoint.
func (*Client) ArtifactList ¶
func (a *Client) ArtifactList(params *ArtifactListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactListOK, error)
ArtifactList gets a list of all build artifacts
List all build artifacts that have been generated for an app's build. This endpoint can retrieve artifacts from the archive as well. You can use the created build artifact slugs from the response output to retrieve data of a specific build artifact with the [GET/apps/](https://api-docs.bitrise.io/#/build-artifact/artifact-show) endpoint or update a build artifact with the PATCH/apps(https://api-docs.bitrise.io/#/build-artifact/artifact-update) endpoint.
func (*Client) ArtifactShow ¶
func (a *Client) ArtifactShow(params *ArtifactShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactShowOK, error)
ArtifactShow gets a specific build artifact
Retrieve data of a specific build artifact. The endpoint can retrieve archived artifacts as well. The response output contains a time-limited download url (expires in 10 minutes) and a public install-page URL. You can view the build artifact with both URLs, but the public install-page url will not work unless you [enable it](https://devcenter.bitrise.io/tutorials/deploy/bitrise-app-deployment/#enabling-public-page-for-the-app).
func (*Client) ArtifactUpdate ¶
func (a *Client) ArtifactUpdate(params *ArtifactUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactUpdateOK, error)
ArtifactUpdate updates a build artifact
Update the `is_public_page_enabled` attribute of your app's build. The required parameters are app slug, build slug and artifact slug. You can fetch the build artifact slug if you first list all build artifacts of an app with the [GET /apps/](https://api-docs.bitrise.io/#/build-artifact/artifact-list) endpoint.
func (*Client) BranchList ¶
func (a *Client) BranchList(params *BranchListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BranchListOK, error)
BranchList lists the branches with existing builds of an app s repository
Lists only those branches of a specified Bitrise app that have existing builds.
func (*Client) BuildAbort ¶
func (a *Client) BuildAbort(params *BuildAbortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildAbortOK, error)
BuildAbort aborts a specific build
Abort a specific build. Set an abort reason with the `abort_reason` parameter. Use the `abort_with_success` parameter to abort a build but still count it as a successful one.
func (*Client) BuildBitriseYmlShow ¶
func (a *Client) BuildBitriseYmlShow(params *BuildBitriseYmlShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildBitriseYmlShowOK, error)
BuildBitriseYmlShow gets the bitrise yml of a build
Get the bitrise.yml file of one of the builds of a given app. This will return the `bitrise.yml` configuration with which the build ran. You can compare it to [the current bitrise.yml configuration](https://api-docs.bitrise.io/#/application/app-config-datastore-show) of the app.
func (*Client) BuildCertificateConfirm ¶
func (a *Client) BuildCertificateConfirm(params *BuildCertificateConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateConfirmOK, error)
BuildCertificateConfirm confirms a build certificate upload
This is the last step of uploading a build certificate to Bitrise. Confirm the build certificate upload and view the file on the Code Signing tab of a specific app. Read more in our [Confirming the iOS code signing file upload](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#confirming-the-ios-code-signing-file-upload) guide.
func (*Client) BuildCertificateCreate ¶
func (a *Client) BuildCertificateCreate(params *BuildCertificateCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateCreateCreated, error)
BuildCertificateCreate creates a build certificate
Create a temporary pre-signed upload URL for the build certificate and upload the file to AWS with a simple `curl` request. To complete the uploading process and view your files on the Code Signing tab of your app, continue with the [POST /apps/{app-slug}/build-certificates/{build-certificate-slug}/uploaded](https://api-docs.bitrise.io/#/build-certificate/build-certificate-confirm) endpoint. Read more in our [Creating and uploading an iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#creating--uploading-an-ios-code-signing-file) guide.
func (*Client) BuildCertificateDelete ¶
func (a *Client) BuildCertificateDelete(params *BuildCertificateDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateDeleteOK, error)
BuildCertificateDelete deletes a build certificate
Delete an app's build certificate. You can fetch the build certificate slug for this endpoint if you first call the [GET /apps/{app-slug}/build-certificates](https://api-docs.bitrise.io/#/build-certificate/build-certificate-list) endpoint to list all available build certificates of an app. Read more in our [Deleting an iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#deleting-an-ios-code-signing-file) guide.
func (*Client) BuildCertificateList ¶
func (a *Client) BuildCertificateList(params *BuildCertificateListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateListOK, error)
BuildCertificateList gets a list of the build certificates
List all the build certificates that have been uploaded to a specific app. Read more in our [Listing the uploaded iOS code signing files of an app](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#listing-the-uploaded-ios-code-signing-files-of-an-app) guide.
func (*Client) BuildCertificateShow ¶
func (a *Client) BuildCertificateShow(params *BuildCertificateShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateShowOK, error)
BuildCertificateShow gets a specific build certificate
Retrieve data of a specific build certificate. You can fetch the build certificate slug for this endpoint if you first call the [GET /apps/{app-slug}/build-certificates](https://api-docs.bitrise.io/#/build-certificate/build-certificate-list) endpoint to list all available build certificates of an app. Read more in our [Getting a specific iOS code signing file's data](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#getting-a-specific-ios-code-signing-files-data) guide.
func (*Client) BuildCertificateUpdate ¶
func (a *Client) BuildCertificateUpdate(params *BuildCertificateUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateUpdateOK, error)
BuildCertificateUpdate updates a build certificate
Update an uploaded build certificate's attributes. You can fetch the build certificate slug for this endpoint if you first call the [GET /apps/{app-slug}/build-certificates](https://api-docs.bitrise.io/#/build-certificate/build-certificate-list) endpoint. Read more in our [Updating an uploaded iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#confirming-the-ios-code-signing-file-upload) guide.
func (*Client) BuildList ¶
func (a *Client) BuildList(params *BuildListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildListOK, error)
BuildList lists all builds of an app
List all the builds of a specified Bitrise app. Set parameters to filter builds: for example, you can search for builds run with a given workflow or all builds that were triggered by Pull Requests. It returns all the relevant data of the build.
func (*Client) BuildListAll ¶
func (a *Client) BuildListAll(params *BuildListAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildListAllOK, error)
BuildListAll lists all builds
List all the Bitrise builds that can be accessed with the authenticated account. Filter builds based on their owner, using the owner slug, or the status of the build.
func (*Client) BuildLog ¶
func (a *Client) BuildLog(params *BuildLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error
BuildLog gets the build log of a build
Get the build log of a specified build of a Bitrise app. You can get the build slug either by calling the [/builds](https://api-docs.bitrise.io/#/builds/build-list) endpoint or by clicking on the build on bitrise.io and copying the slug from the URL. Preview of the log is returned in `log_chunks` field in JSON format. You can download the full raw log in txt by using the signed url returned in `expiring_raw_log_url`. Be aware that this url is expiring in 10 minutes!
func (*Client) BuildRequestList ¶
func (a *Client) BuildRequestList(params *BuildRequestListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildRequestListOK, error)
BuildRequestList lists the open build requests for an app
List the existing open build requests of a specified Bitrise app
func (*Client) BuildRequestUpdate ¶
func (a *Client) BuildRequestUpdate(params *BuildRequestUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildRequestUpdateOK, error)
BuildRequestUpdate updates a build request
Update a specific build request of a specific app
func (*Client) BuildShow ¶
func (a *Client) BuildShow(params *BuildShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildShowOK, error)
BuildShow gets a build of a given app
Get the specified build of a given Bitrise app. You need to provide both an app slug and a build slug. You can get the build slug either by calling the [/builds](https://api-docs.bitrise.io/#/builds/build-list) endpoint or by clicking on the build on bitrise.io and copying the slug from the URL. The endpoint returns all the relevant data of the build.
func (*Client) BuildTrigger ¶
func (a *Client) BuildTrigger(params *BuildTriggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildTriggerCreated, error)
BuildTrigger triggers a new build pipeline
Trigger a new build/pipeline. Specify an app slug and at least one parameter out of three: a git tag or git commit hash, a branch, or a workflow/pipeline ID. You can also set specific parameters for Pull Request builds/pipelines and define additional environment variables for your build/pipeline. [Check out our detailed guide](https://devcenter.bitrise.io/api/build-trigger/).
func (*Client) BuildWorkflowList ¶
func (a *Client) BuildWorkflowList(params *BuildWorkflowListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildWorkflowListOK, error)
BuildWorkflowList lists the workflows of an app
List the workflows that were triggered at any time for a given Bitrise app. Note that it might list workflows that are currently not defined in the app's `bitrise.yml` configuration - and conversely, workflows that were never triggered will not be listed even if they are defined in the `bitrise.yml` file.
func (*Client) CacheItemDelete ¶ added in v0.1.0
func (a *Client) CacheItemDelete(params *CacheItemDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDeleteOK, error)
CacheItemDelete deletes a key value cache item
Deletes a key-value cache item. Deleted cache items are no longer accessible and cannot be restored.
func (*Client) CacheItemDeleteAll ¶ added in v0.1.0
func (a *Client) CacheItemDeleteAll(params *CacheItemDeleteAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDeleteAllOK, error)
CacheItemDeleteAll deletes all key value cache items belonging to an app
Deletes all key-value cache items created by the builds of an app. Deleted cache items are no longer accessible and cannot be restored.
func (*Client) CacheItemDownload ¶ added in v0.1.0
func (a *Client) CacheItemDownload(params *CacheItemDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDownloadOK, error)
CacheItemDownload gets the download URL of a key value cache item
Gets a download URL of a cache item.
func (*Client) CacheList ¶ added in v0.1.0
func (a *Client) CacheList(params *CacheListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheListOK, error)
CacheList lists the key value cache items belonging to an app
List all the available cache items that the builds of the app created via the save-cache step.
func (*Client) GenericProjectFileConfirm ¶
func (a *Client) GenericProjectFileConfirm(params *GenericProjectFileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileConfirmOK, error)
GenericProjectFileConfirm confirms a generic project file upload
This is the last step of uploading a generic project file to Bitrise. Confirm the generic project file upload and view the file on the Code Signing tab of a specific app. Read more in our [Confirming the upload](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#confirming-the-file-upload) guide.
func (*Client) GenericProjectFileDelete ¶
func (a *Client) GenericProjectFileDelete(params *GenericProjectFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileDeleteOK, error)
GenericProjectFileDelete deletes a generic project file
Delete an app's generic project file. You can fetch an app's generic project file slug if you first list all the uploaded files with the [GET /apps/{app-slug}/generic-project-files](https://api-docs.bitrise.io/#/generic-project-file/generic-project-file-list) endpoint. Read more in our [Deleting a file](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#deleting-a-file) guide.
func (*Client) GenericProjectFileList ¶
func (a *Client) GenericProjectFileList(params *GenericProjectFileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileListOK, error)
GenericProjectFileList gets a list of the generic project files
List all the generic project files that have been uploaded to a specific app. Read more in our [Listing the uploaded files of an app](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#listing-the-uploaded-files-of-an-app) guide.
func (*Client) GenericProjectFileShow ¶
func (a *Client) GenericProjectFileShow(params *GenericProjectFileShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileShowOK, error)
GenericProjectFileShow gets a specific generic project file
Retrieve data of a specific generic project file to check its attributes and optionally modify them with the [PATCH /apps/](https://api-docs.bitrise.io/#/generic-project-file/generic-project-file-update) endpoint. Read more in our [Retrieving a specific file's data](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#retrieving-a-specific-files-data) guide.
func (*Client) GenericProjectFileUpdate ¶
func (a *Client) GenericProjectFileUpdate(params *GenericProjectFileUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileUpdateOK, error)
GenericProjectFileUpdate updates a generic project file
Update a generic project file's attributes. You can fetch an app's generic project file slug if you first list all the uploaded files with the [GET /apps/{app-slug}/generic-project-files](https://api-docs.bitrise.io/#/generic-project-file/generic-project-file-list) endpoint. Read more in our [Updating an uploaded file](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#updating-an-uploaded-file) guide.
func (*Client) GenericProjectFilesCreate ¶
func (a *Client) GenericProjectFilesCreate(params *GenericProjectFilesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFilesCreateCreated, error)
GenericProjectFilesCreate creates a generic project file
Create a temporary pre-signed upload URL (expires in 10 minutes) for the generic project file and upload it to AWS with a simple `curl` request. To complete the uploading process and view your files on the Code Signing tab of your app, continue with the [POST /apps/{app-slug}/generic-project-files/{generic-project-file-slug}/uploaded](https://api-docs.bitrise.io/#/generic-project-file/generic-project-file-confirm) endpoint. Read more in our [Creating and uploading files to Generic File Storage](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#creating-and-uploading-files-to-generic-file-storage) guide.
func (*Client) LocalBuildList ¶ added in v1.0.3
func (a *Client) LocalBuildList(params *LocalBuildListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LocalBuildListOK, error)
LocalBuildList lists local builds of an app
List all the local builds belonging to the specified Bitrise app. Set parameters to filter builds
func (*Client) OrgList ¶
func (a *Client) OrgList(params *OrgListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListOK, error)
OrgList lists the organizations that the user is part of
List all Bitrise organizations that the user is part of
func (*Client) OrgShow ¶
func (a *Client) OrgShow(params *OrgShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgShowOK, error)
OrgShow gets a specified organization
Get a specified Bitrise organization that the user is part of.
func (*Client) OrganizationMachineTypeUpdate ¶ added in v1.0.3
func (a *Client) OrganizationMachineTypeUpdate(params *OrganizationMachineTypeUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationMachineTypeUpdateOK, error)
OrganizationMachineTypeUpdate migrates machine types
Migrates all apps' machine types of an organization from one machine type to another
func (*Client) OrganzationGroupsList ¶ added in v1.0.3
func (a *Client) OrganzationGroupsList(params *OrganzationGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganzationGroupsListOK, error)
OrganzationGroupsList lists organizations groups
Lists the groups of an organization
func (*Client) OutgoingWebhookCreate ¶
func (a *Client) OutgoingWebhookCreate(params *OutgoingWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookCreateOK, error)
OutgoingWebhookCreate creates an outgoing webhook for an app
Create an outgoing webhook for a specified Bitrise app: this can be used to send build events to a specified URL with custom headers. Currently, only build events can trigger outgoing webhooks.
func (*Client) OutgoingWebhookDelete ¶
func (a *Client) OutgoingWebhookDelete(params *OutgoingWebhookDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookDeleteOK, error)
OutgoingWebhookDelete deletes an outgoing webhook of an app
Delete an existing outgoing webhook for a specified Bitrise app.
func (*Client) OutgoingWebhookList ¶
func (a *Client) OutgoingWebhookList(params *OutgoingWebhookListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookListOK, error)
OutgoingWebhookList lists the outgoing webhooks of an app
List all the outgoing webhooks registered for a specified Bitrise app. This returns all the relevant data of the webhook, including the slug of the webhook and its URL.
func (*Client) OutgoingWebhookUpdate ¶
func (a *Client) OutgoingWebhookUpdate(params *OutgoingWebhookUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookUpdateOK, error)
OutgoingWebhookUpdate updates an outgoing webhook of an app
Update an existing outgoing webhook (URL, events, secrets and headers) for a specified Bitrise app. Even if you do not want to change one of the parameters, you still have to provide that parameter as well: simply use its existing value.
func (*Client) PipelineAbort ¶ added in v0.1.0
func (a *Client) PipelineAbort(params *PipelineAbortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineAbortOK, error)
PipelineAbort aborts a pipeline
Aborts a pipeline. You need to provide the app slug and the id of the pipeline. You can add an abort reason, choose to skip notifications and make the abort with success state.
func (*Client) PipelineList ¶ added in v0.1.0
func (a *Client) PipelineList(params *PipelineListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineListOK, error)
PipelineList lists all pipelines and standalone builds of an app
List all the pipelines and standalone builds of a specified Bitrise app. Set parameters to filter pipelines: for example, you can search for pipelines/standalone builds run with a given workflow name or all pipelines/standalone builds that were triggered by Pull Requests. It returns all the relevant data of the pipelines/standalone builds.
func (*Client) PipelineListAll ¶ added in v0.1.0
func (a *Client) PipelineListAll(params *PipelineListAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineListAllOK, error)
PipelineListAll lists all pipelines standalone builds
List all the Bitrise pipelines/standalone builds that can be accessed with the authenticated account. Filter pipelines/standalone builds based on their owner, using the owner slug, or the status of the pipeline/standalone build.
func (*Client) PipelineRebuild ¶ added in v0.1.0
func (a *Client) PipelineRebuild(params *PipelineRebuildParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineRebuildCreated, error)
PipelineRebuild rebuilds a pipeline
Rebuilds a pipeline. You can rebuild the whole pipeline or only the unsuccessful and subsequent workflows by setting the partial flag to true.
func (*Client) PipelineShow ¶ added in v0.1.0
func (a *Client) PipelineShow(params *PipelineShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineShowOK, error)
PipelineShow gets a pipeline of a given app
Get the specified pipeline of a given Bitrise app. You need to provide both an app slug and a pipeline id. You can get the pipeline id either by calling the [/pipelines](https://api-docs.bitrise.io/#/pipelines/pipeline-list) endpoint or by clicking on the pipeline on bitrise.io and copying the id from the URL. The endpoint returns all the relevant data of the pipeline.
func (*Client) ProvisioningProfileConfirm ¶
func (a *Client) ProvisioningProfileConfirm(params *ProvisioningProfileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileConfirmOK, error)
ProvisioningProfileConfirm confirms a provisioning profile upload
This is the last step of the upload process. Confirm the provisioning profile upload and view the file on the Code Signing tab of a specific app. Read more in our [Confirming the iOS code signing file upload](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#confirming-the-ios-code-signing-file-upload) guide.
func (*Client) ProvisioningProfileCreate ¶
func (a *Client) ProvisioningProfileCreate(params *ProvisioningProfileCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileCreateCreated, error)
ProvisioningProfileCreate creates a provisioning profile
Create a temporary pre-signed upload URL (expires in 10 minutes) for the provisioning profile and upload it to AWS with a simple `curl` request. To complete the upload process, continue with the [POST /apps/{app-slug}/provisioning-profiles/{provisioning-profile-slug}/uploaded](https://api-docs.bitrise.io/#/provisioning-profile/provisioning-profile-confirm) endpoint. Read more in our [Creating and uploading an iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#creating--uploading-an-ios-code-signing-file) guide.
func (*Client) ProvisioningProfileDelete ¶
func (a *Client) ProvisioningProfileDelete(params *ProvisioningProfileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileDeleteOK, error)
ProvisioningProfileDelete deletes a provisioning profile
Delete an app's provisioning profile. You can fetch the provisioning profile's slug if you call the [GET /apps/{app-slug}/provisioning-profiles](https://api-docs.bitrise.io/#/provisioning-profile/provisioning-profile-list) endpoint. Read more in our [Deleting an iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#deleting-an-ios-code-signing-file) guide.
func (*Client) ProvisioningProfileList ¶
func (a *Client) ProvisioningProfileList(params *ProvisioningProfileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileListOK, error)
ProvisioningProfileList gets a list of the provisioning profiles
List all the provisioning profiles that have been uploaded to a specific app. Read more in our [Listing the uploaded iOS code signing files of an app](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#listing-the-uploaded-ios-code-signing-files-of-an-app) guide.
func (*Client) ProvisioningProfileShow ¶
func (a *Client) ProvisioningProfileShow(params *ProvisioningProfileShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileShowOK, error)
ProvisioningProfileShow gets a specific provisioning profile
Retrieve data of a specific provisioning profile. You can fetch the provisioning profile's slug if you call the [GET /apps/{app-slug}/provisioning-profiles](https://api-docs.bitrise.io/#/provisioning-profile/provisioning-profile-list) endpoint. Read more in our [Getting a specific iOS code signing file's data](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#getting-a-specific-ios-code-signing-files-data) guide.
func (*Client) ProvisioningProfileUpdate ¶
func (a *Client) ProvisioningProfileUpdate(params *ProvisioningProfileUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileUpdateOK, error)
ProvisioningProfileUpdate updates a provisioning profile
Update an uploaded provisioning profile's attributes. You can fetch the provisioning profile's slug if you call the [GET /apps/{app-slug}/provisioning-profiles](https://api-docs.bitrise.io/#/provisioning-profile/provisioning-profile-list) endpoint. Read more in our [Updating an uploaded iOS code signing file](https://devcenter.bitrise.io/api/managing-ios-code-signing-files/#confirming-the-ios-code-signing-file-upload) guide.
func (*Client) ReleaseCreateAppStore ¶ added in v1.0.3
func (a *Client) ReleaseCreateAppStore(params *ReleaseCreateAppStoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReleaseCreateAppStoreCreated, error)
ReleaseCreateAppStore creates a new apple app store release for the app
Create a new iOS release for the specified app. If the release candidate parameters (`release_branch` and `workflow`) are specified then the latest successful build is automatically picked up as release candidate and if `automatic_testflight_upload` is also turned on, then an upload to TestFlight is started immediately. You can use this endpoint to set up a fully automated release flow.
func (*Client) ReleaseCreateGooglePlay ¶ added in v1.0.3
func (a *Client) ReleaseCreateGooglePlay(params *ReleaseCreateGooglePlayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReleaseCreateGooglePlayCreated, error)
ReleaseCreateGooglePlay creates a new google play store release for the app
Create a new android release for the specified app. If the release candidate parameters (`release_branch` and `workflow`) are specified then the latest successful build is automatically picked up as release candidate and if `automatic_play_console_upload` is also turned on, then an upload to Google Play Console is started immediately. You can use this endpoint to set up a fully automated release flow.
func (*Client) SSHKeyCreate ¶
func (a *Client) SSHKeyCreate(params *SSHKeyCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SSHKeyCreateOK, error)
SSHKeyCreate adds an SSH key to a specific app
Add an SSH-key to a specific app. After creating an app, you need to register the SSH key so that Bitrise will be able to access and clone your repository during the build process. This requires the app slug of your newly created app.
func (*Client) SecretDelete ¶ added in v0.1.0
func (a *Client) SecretDelete(params *SecretDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretDeleteNoContent, error)
SecretDelete deletes an application secret
Delete an application secret. Requires administrator level privileges to the app.
func (*Client) SecretList ¶ added in v0.1.0
func (a *Client) SecretList(params *SecretListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretListOK, error)
SecretList lists the application secrets with no values
List the application secrets (with no values). Requires administrator level privileges to the app.
func (*Client) SecretUpsert ¶ added in v0.1.0
func (a *Client) SecretUpsert(params *SecretUpsertParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretUpsertCreated, *SecretUpsertNoContent, error)
SecretUpsert upserts an application secret
Upsert an application secret. Requires administrator level privileges to the app.
func (*Client) SecretValueGet ¶ added in v0.1.0
func (a *Client) SecretValueGet(params *SecretValueGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretValueGetOK, error)
SecretValueGet gets the value of an unprotected application secrets
Get the value of an (unprotected) application secrets. Requires administrator level privileges to the app.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) TestDeviceList ¶
func (a *Client) TestDeviceList(params *TestDeviceListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestDeviceListOK, error)
TestDeviceList lists the test devices for an app
List registered test devices of all members of a specified Bitrise app
func (*Client) UserMachineTypeUpdate ¶ added in v1.0.3
func (a *Client) UserMachineTypeUpdate(params *UserMachineTypeUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserMachineTypeUpdateOK, error)
UserMachineTypeUpdate migrates machine types
Migrates all apps' machine types of a user from one machine type to another
func (*Client) UserPlan ¶
func (a *Client) UserPlan(params *UserPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserPlanOK, error)
UserPlan thes subscription plan of the user
Get the subscription of the user: the current plan, any pending plans, and the duration of a trial period if applicable
func (*Client) UserProfile ¶
func (a *Client) UserProfile(params *UserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserProfileOK, error)
UserProfile gets your profile info
Shows the authenticated users profile info
func (*Client) UserShow ¶
func (a *Client) UserShow(params *UserShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserShowOK, error)
UserShow gets a specific user
Show information about a specific user
func (*Client) WebhookDeliveryItemList ¶
func (a *Client) WebhookDeliveryItemList(params *WebhookDeliveryItemListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemListOK, error)
WebhookDeliveryItemList lists the webhook delivery items of an app
List all the delivery items of an outgoing webhook of a Bitrise application
func (*Client) WebhookDeliveryItemRedeliver ¶
func (a *Client) WebhookDeliveryItemRedeliver(params *WebhookDeliveryItemRedeliverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemRedeliverOK, error)
WebhookDeliveryItemRedeliver res deliver the webhook delivery items of an app
Re-deliver the delivery item of a specified webhook of a Bitrise application
func (*Client) WebhookDeliveryItemShow ¶
func (a *Client) WebhookDeliveryItemShow(params *WebhookDeliveryItemShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemShowOK, error)
WebhookDeliveryItemShow gets a specific delivery item of a webhook
Get the specified delivery item of an outgoing webhook of a Bitrise application
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface {
ActivityList(params *ActivityListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActivityListOK, error)
AddonListByApp(params *AddonListByAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByAppOK, error)
AddonListByOrganization(params *AddonListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByOrganizationOK, error)
AddonListByUser(params *AddonListByUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonListByUserOK, error)
AddonsList(params *AddonsListParams, opts ...ClientOption) (*AddonsListOK, error)
AddonsShow(params *AddonsShowParams, opts ...ClientOption) (*AddonsShowOK, error)
AndroidKeystoreFileConfirm(params *AndroidKeystoreFileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileConfirmOK, error)
AndroidKeystoreFileCreate(params *AndroidKeystoreFileCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileCreateCreated, error)
AndroidKeystoreFileDelete(params *AndroidKeystoreFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileDeleteOK, error)
AndroidKeystoreFileList(params *AndroidKeystoreFileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileListOK, error)
AppConfigCreate(params *AppConfigCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppConfigCreateOK, error)
AppConfigDatastoreShow(params *AppConfigDatastoreShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppConfigDatastoreShowOK, error)
AppCreate(params *AppCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppCreateOK, error)
AppDelete(params *AppDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppDeleteOK, error)
AppFinish(params *AppFinishParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppFinishOK, error)
AppList(params *AppListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListOK, error)
AppListByOrganization(params *AppListByOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListByOrganizationOK, error)
AppListByUser(params *AppListByUserParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppListByUserOK, error)
AppNotifications(params *AppNotificationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppNotificationsOK, error)
AppRolesQuery(params *AppRolesQueryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppRolesQueryOK, error)
AppRolesUpdate(params *AppRolesUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppRolesUpdateOK, error)
AppSetupBitriseYmlConfigGet(params *AppSetupBitriseYmlConfigGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppSetupBitriseYmlConfigGetOK, error)
AppSetupBitriseYmlConfigUpdate(params *AppSetupBitriseYmlConfigUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppSetupBitriseYmlConfigUpdateNoContent, error)
AppShow(params *AppShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppShowOK, error)
AppUpdate(params *AppUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppUpdateOK, error)
AppWebhookCreate(params *AppWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppWebhookCreateOK, error)
AppleAPICredentialList(params *AppleAPICredentialListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppleAPICredentialListOK, error)
ArchivedBuildsList(params *ArchivedBuildsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchivedBuildsListOK, error)
ArtifactDelete(params *ArtifactDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactDeleteOK, error)
ArtifactList(params *ArtifactListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactListOK, error)
ArtifactShow(params *ArtifactShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactShowOK, error)
ArtifactUpdate(params *ArtifactUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArtifactUpdateOK, error)
BranchList(params *BranchListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BranchListOK, error)
BuildAbort(params *BuildAbortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildAbortOK, error)
BuildBitriseYmlShow(params *BuildBitriseYmlShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildBitriseYmlShowOK, error)
BuildCertificateConfirm(params *BuildCertificateConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateConfirmOK, error)
BuildCertificateCreate(params *BuildCertificateCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateCreateCreated, error)
BuildCertificateDelete(params *BuildCertificateDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateDeleteOK, error)
BuildCertificateList(params *BuildCertificateListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateListOK, error)
BuildCertificateShow(params *BuildCertificateShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateShowOK, error)
BuildCertificateUpdate(params *BuildCertificateUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildCertificateUpdateOK, error)
BuildList(params *BuildListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildListOK, error)
BuildListAll(params *BuildListAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildListAllOK, error)
BuildLog(params *BuildLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error
BuildRequestList(params *BuildRequestListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildRequestListOK, error)
BuildRequestUpdate(params *BuildRequestUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildRequestUpdateOK, error)
BuildShow(params *BuildShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildShowOK, error)
BuildTrigger(params *BuildTriggerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildTriggerCreated, error)
BuildWorkflowList(params *BuildWorkflowListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildWorkflowListOK, error)
CacheItemDelete(params *CacheItemDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDeleteOK, error)
CacheItemDeleteAll(params *CacheItemDeleteAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDeleteAllOK, error)
CacheItemDownload(params *CacheItemDownloadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheItemDownloadOK, error)
CacheList(params *CacheListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CacheListOK, error)
GenericProjectFileConfirm(params *GenericProjectFileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileConfirmOK, error)
GenericProjectFileDelete(params *GenericProjectFileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileDeleteOK, error)
GenericProjectFileList(params *GenericProjectFileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileListOK, error)
GenericProjectFileShow(params *GenericProjectFileShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileShowOK, error)
GenericProjectFileUpdate(params *GenericProjectFileUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFileUpdateOK, error)
GenericProjectFilesCreate(params *GenericProjectFilesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GenericProjectFilesCreateCreated, error)
LocalBuildList(params *LocalBuildListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LocalBuildListOK, error)
OrgList(params *OrgListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListOK, error)
OrgShow(params *OrgShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgShowOK, error)
OrganizationMachineTypeUpdate(params *OrganizationMachineTypeUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganizationMachineTypeUpdateOK, error)
OrganzationGroupsList(params *OrganzationGroupsListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrganzationGroupsListOK, error)
OutgoingWebhookCreate(params *OutgoingWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookCreateOK, error)
OutgoingWebhookDelete(params *OutgoingWebhookDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookDeleteOK, error)
OutgoingWebhookList(params *OutgoingWebhookListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookListOK, error)
OutgoingWebhookUpdate(params *OutgoingWebhookUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OutgoingWebhookUpdateOK, error)
PipelineAbort(params *PipelineAbortParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineAbortOK, error)
PipelineList(params *PipelineListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineListOK, error)
PipelineListAll(params *PipelineListAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineListAllOK, error)
PipelineRebuild(params *PipelineRebuildParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineRebuildCreated, error)
PipelineShow(params *PipelineShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PipelineShowOK, error)
ProvisioningProfileConfirm(params *ProvisioningProfileConfirmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileConfirmOK, error)
ProvisioningProfileCreate(params *ProvisioningProfileCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileCreateCreated, error)
ProvisioningProfileDelete(params *ProvisioningProfileDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileDeleteOK, error)
ProvisioningProfileList(params *ProvisioningProfileListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileListOK, error)
ProvisioningProfileShow(params *ProvisioningProfileShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileShowOK, error)
ProvisioningProfileUpdate(params *ProvisioningProfileUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProvisioningProfileUpdateOK, error)
ReleaseCreateAppStore(params *ReleaseCreateAppStoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReleaseCreateAppStoreCreated, error)
ReleaseCreateGooglePlay(params *ReleaseCreateGooglePlayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReleaseCreateGooglePlayCreated, error)
SecretDelete(params *SecretDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretDeleteNoContent, error)
SecretList(params *SecretListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretListOK, error)
SecretUpsert(params *SecretUpsertParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretUpsertCreated, *SecretUpsertNoContent, error)
SecretValueGet(params *SecretValueGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SecretValueGetOK, error)
SSHKeyCreate(params *SSHKeyCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SSHKeyCreateOK, error)
TestDeviceList(params *TestDeviceListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestDeviceListOK, error)
UserMachineTypeUpdate(params *UserMachineTypeUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserMachineTypeUpdateOK, error)
UserPlan(params *UserPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserPlanOK, error)
UserProfile(params *UserProfileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserProfileOK, error)
UserShow(params *UserShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UserShowOK, error)
WebhookDeliveryItemList(params *WebhookDeliveryItemListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemListOK, error)
WebhookDeliveryItemRedeliver(params *WebhookDeliveryItemRedeliverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemRedeliverOK, error)
WebhookDeliveryItemShow(params *WebhookDeliveryItemShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebhookDeliveryItemShowOK, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new operations API client.
type GenericProjectFileConfirmBadRequest ¶
type GenericProjectFileConfirmBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileConfirmBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFileConfirmBadRequest ¶
func NewGenericProjectFileConfirmBadRequest() *GenericProjectFileConfirmBadRequest
NewGenericProjectFileConfirmBadRequest creates a GenericProjectFileConfirmBadRequest with default headers values
func (*GenericProjectFileConfirmBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFileConfirmBadRequest) Code() int
Code gets the status code for the generic project file confirm bad request response
func (*GenericProjectFileConfirmBadRequest) Error ¶
func (o *GenericProjectFileConfirmBadRequest) Error() string
func (*GenericProjectFileConfirmBadRequest) GetPayload ¶
func (o *GenericProjectFileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileConfirmBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) IsClientError() bool
IsClientError returns true when this generic project file confirm bad request response has a 4xx status code
func (*GenericProjectFileConfirmBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) IsCode(code int) bool
IsCode returns true when this generic project file confirm bad request response a status code equal to that given
func (*GenericProjectFileConfirmBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project file confirm bad request response has a 3xx status code
func (*GenericProjectFileConfirmBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) IsServerError() bool
IsServerError returns true when this generic project file confirm bad request response has a 5xx status code
func (*GenericProjectFileConfirmBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project file confirm bad request response has a 2xx status code
func (*GenericProjectFileConfirmBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFileConfirmBadRequest) String() string
type GenericProjectFileConfirmInternalServerError ¶
type GenericProjectFileConfirmInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileConfirmInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFileConfirmInternalServerError ¶
func NewGenericProjectFileConfirmInternalServerError() *GenericProjectFileConfirmInternalServerError
NewGenericProjectFileConfirmInternalServerError creates a GenericProjectFileConfirmInternalServerError with default headers values
func (*GenericProjectFileConfirmInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFileConfirmInternalServerError) Code() int
Code gets the status code for the generic project file confirm internal server error response
func (*GenericProjectFileConfirmInternalServerError) Error ¶
func (o *GenericProjectFileConfirmInternalServerError) Error() string
func (*GenericProjectFileConfirmInternalServerError) GetPayload ¶
func (o *GenericProjectFileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileConfirmInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) IsClientError() bool
IsClientError returns true when this generic project file confirm internal server error response has a 4xx status code
func (*GenericProjectFileConfirmInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project file confirm internal server error response a status code equal to that given
func (*GenericProjectFileConfirmInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project file confirm internal server error response has a 3xx status code
func (*GenericProjectFileConfirmInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) IsServerError() bool
IsServerError returns true when this generic project file confirm internal server error response has a 5xx status code
func (*GenericProjectFileConfirmInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project file confirm internal server error response has a 2xx status code
func (*GenericProjectFileConfirmInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFileConfirmInternalServerError) String() string
type GenericProjectFileConfirmNotFound ¶
type GenericProjectFileConfirmNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileConfirmNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFileConfirmNotFound ¶
func NewGenericProjectFileConfirmNotFound() *GenericProjectFileConfirmNotFound
NewGenericProjectFileConfirmNotFound creates a GenericProjectFileConfirmNotFound with default headers values
func (*GenericProjectFileConfirmNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFileConfirmNotFound) Code() int
Code gets the status code for the generic project file confirm not found response
func (*GenericProjectFileConfirmNotFound) Error ¶
func (o *GenericProjectFileConfirmNotFound) Error() string
func (*GenericProjectFileConfirmNotFound) GetPayload ¶
func (o *GenericProjectFileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileConfirmNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) IsClientError() bool
IsClientError returns true when this generic project file confirm not found response has a 4xx status code
func (*GenericProjectFileConfirmNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) IsCode(code int) bool
IsCode returns true when this generic project file confirm not found response a status code equal to that given
func (*GenericProjectFileConfirmNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) IsRedirect() bool
IsRedirect returns true when this generic project file confirm not found response has a 3xx status code
func (*GenericProjectFileConfirmNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) IsServerError() bool
IsServerError returns true when this generic project file confirm not found response has a 5xx status code
func (*GenericProjectFileConfirmNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) IsSuccess() bool
IsSuccess returns true when this generic project file confirm not found response has a 2xx status code
func (*GenericProjectFileConfirmNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFileConfirmNotFound) String() string
type GenericProjectFileConfirmOK ¶
type GenericProjectFileConfirmOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
GenericProjectFileConfirmOK describes a response with status code 200, with default header values.
OK
func NewGenericProjectFileConfirmOK ¶
func NewGenericProjectFileConfirmOK() *GenericProjectFileConfirmOK
NewGenericProjectFileConfirmOK creates a GenericProjectFileConfirmOK with default headers values
func (*GenericProjectFileConfirmOK) Code ¶ added in v1.0.3
func (o *GenericProjectFileConfirmOK) Code() int
Code gets the status code for the generic project file confirm o k response
func (*GenericProjectFileConfirmOK) Error ¶
func (o *GenericProjectFileConfirmOK) Error() string
func (*GenericProjectFileConfirmOK) GetPayload ¶
func (o *GenericProjectFileConfirmOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*GenericProjectFileConfirmOK) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) IsClientError() bool
IsClientError returns true when this generic project file confirm o k response has a 4xx status code
func (*GenericProjectFileConfirmOK) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) IsCode(code int) bool
IsCode returns true when this generic project file confirm o k response a status code equal to that given
func (*GenericProjectFileConfirmOK) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) IsRedirect() bool
IsRedirect returns true when this generic project file confirm o k response has a 3xx status code
func (*GenericProjectFileConfirmOK) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) IsServerError() bool
IsServerError returns true when this generic project file confirm o k response has a 5xx status code
func (*GenericProjectFileConfirmOK) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) IsSuccess() bool
IsSuccess returns true when this generic project file confirm o k response has a 2xx status code
func (*GenericProjectFileConfirmOK) String ¶ added in v0.1.0
func (o *GenericProjectFileConfirmOK) String() string
type GenericProjectFileConfirmParams ¶
type GenericProjectFileConfirmParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* GenericProjectFileSlug.
Generic project file slug
*/
GenericProjectFileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFileConfirmParams contains all the parameters to send to the API endpoint
for the generic project file confirm operation. Typically these are written to a http.Request.
func NewGenericProjectFileConfirmParams ¶
func NewGenericProjectFileConfirmParams() *GenericProjectFileConfirmParams
NewGenericProjectFileConfirmParams creates a new GenericProjectFileConfirmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFileConfirmParamsWithContext ¶
func NewGenericProjectFileConfirmParamsWithContext(ctx context.Context) *GenericProjectFileConfirmParams
NewGenericProjectFileConfirmParamsWithContext creates a new GenericProjectFileConfirmParams object with the ability to set a context for a request.
func NewGenericProjectFileConfirmParamsWithHTTPClient ¶
func NewGenericProjectFileConfirmParamsWithHTTPClient(client *http.Client) *GenericProjectFileConfirmParams
NewGenericProjectFileConfirmParamsWithHTTPClient creates a new GenericProjectFileConfirmParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFileConfirmParamsWithTimeout ¶
func NewGenericProjectFileConfirmParamsWithTimeout(timeout time.Duration) *GenericProjectFileConfirmParams
NewGenericProjectFileConfirmParamsWithTimeout creates a new GenericProjectFileConfirmParams object with the ability to set a timeout on a request.
func (*GenericProjectFileConfirmParams) SetAppSlug ¶
func (o *GenericProjectFileConfirmParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project file confirm params
func (*GenericProjectFileConfirmParams) SetContext ¶
func (o *GenericProjectFileConfirmParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project file confirm params
func (*GenericProjectFileConfirmParams) SetDefaults ¶
func (o *GenericProjectFileConfirmParams) SetDefaults()
SetDefaults hydrates default values in the generic project file confirm params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileConfirmParams) SetGenericProjectFileSlug ¶
func (o *GenericProjectFileConfirmParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
SetGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file confirm params
func (*GenericProjectFileConfirmParams) SetHTTPClient ¶
func (o *GenericProjectFileConfirmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project file confirm params
func (*GenericProjectFileConfirmParams) SetTimeout ¶
func (o *GenericProjectFileConfirmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WithAppSlug ¶
func (o *GenericProjectFileConfirmParams) WithAppSlug(appSlug string) *GenericProjectFileConfirmParams
WithAppSlug adds the appSlug to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WithContext ¶
func (o *GenericProjectFileConfirmParams) WithContext(ctx context.Context) *GenericProjectFileConfirmParams
WithContext adds the context to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WithDefaults ¶
func (o *GenericProjectFileConfirmParams) WithDefaults() *GenericProjectFileConfirmParams
WithDefaults hydrates default values in the generic project file confirm params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileConfirmParams) WithGenericProjectFileSlug ¶
func (o *GenericProjectFileConfirmParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileConfirmParams
WithGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WithHTTPClient ¶
func (o *GenericProjectFileConfirmParams) WithHTTPClient(client *http.Client) *GenericProjectFileConfirmParams
WithHTTPClient adds the HTTPClient to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WithTimeout ¶
func (o *GenericProjectFileConfirmParams) WithTimeout(timeout time.Duration) *GenericProjectFileConfirmParams
WithTimeout adds the timeout to the generic project file confirm params
func (*GenericProjectFileConfirmParams) WriteToRequest ¶
func (o *GenericProjectFileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFileConfirmReader ¶
type GenericProjectFileConfirmReader struct {
// contains filtered or unexported fields
}
GenericProjectFileConfirmReader is a Reader for the GenericProjectFileConfirm structure.
func (*GenericProjectFileConfirmReader) ReadResponse ¶
func (o *GenericProjectFileConfirmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFileConfirmUnauthorized ¶
type GenericProjectFileConfirmUnauthorized struct {
}
GenericProjectFileConfirmUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFileConfirmUnauthorized ¶
func NewGenericProjectFileConfirmUnauthorized() *GenericProjectFileConfirmUnauthorized
NewGenericProjectFileConfirmUnauthorized creates a GenericProjectFileConfirmUnauthorized with default headers values
func (*GenericProjectFileConfirmUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFileConfirmUnauthorized) Code() int
Code gets the status code for the generic project file confirm unauthorized response
func (*GenericProjectFileConfirmUnauthorized) Error ¶
func (o *GenericProjectFileConfirmUnauthorized) Error() string
func (*GenericProjectFileConfirmUnauthorized) GetPayload ¶
func (o *GenericProjectFileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileConfirmUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) IsClientError() bool
IsClientError returns true when this generic project file confirm unauthorized response has a 4xx status code
func (*GenericProjectFileConfirmUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project file confirm unauthorized response a status code equal to that given
func (*GenericProjectFileConfirmUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project file confirm unauthorized response has a 3xx status code
func (*GenericProjectFileConfirmUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) IsServerError() bool
IsServerError returns true when this generic project file confirm unauthorized response has a 5xx status code
func (*GenericProjectFileConfirmUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project file confirm unauthorized response has a 2xx status code
func (*GenericProjectFileConfirmUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFileConfirmUnauthorized) String() string
type GenericProjectFileDeleteBadRequest ¶
type GenericProjectFileDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFileDeleteBadRequest ¶
func NewGenericProjectFileDeleteBadRequest() *GenericProjectFileDeleteBadRequest
NewGenericProjectFileDeleteBadRequest creates a GenericProjectFileDeleteBadRequest with default headers values
func (*GenericProjectFileDeleteBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFileDeleteBadRequest) Code() int
Code gets the status code for the generic project file delete bad request response
func (*GenericProjectFileDeleteBadRequest) Error ¶
func (o *GenericProjectFileDeleteBadRequest) Error() string
func (*GenericProjectFileDeleteBadRequest) GetPayload ¶
func (o *GenericProjectFileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) IsClientError() bool
IsClientError returns true when this generic project file delete bad request response has a 4xx status code
func (*GenericProjectFileDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this generic project file delete bad request response a status code equal to that given
func (*GenericProjectFileDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project file delete bad request response has a 3xx status code
func (*GenericProjectFileDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) IsServerError() bool
IsServerError returns true when this generic project file delete bad request response has a 5xx status code
func (*GenericProjectFileDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project file delete bad request response has a 2xx status code
func (*GenericProjectFileDeleteBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFileDeleteBadRequest) String() string
type GenericProjectFileDeleteInternalServerError ¶
type GenericProjectFileDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFileDeleteInternalServerError ¶
func NewGenericProjectFileDeleteInternalServerError() *GenericProjectFileDeleteInternalServerError
NewGenericProjectFileDeleteInternalServerError creates a GenericProjectFileDeleteInternalServerError with default headers values
func (*GenericProjectFileDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFileDeleteInternalServerError) Code() int
Code gets the status code for the generic project file delete internal server error response
func (*GenericProjectFileDeleteInternalServerError) Error ¶
func (o *GenericProjectFileDeleteInternalServerError) Error() string
func (*GenericProjectFileDeleteInternalServerError) GetPayload ¶
func (o *GenericProjectFileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this generic project file delete internal server error response has a 4xx status code
func (*GenericProjectFileDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project file delete internal server error response a status code equal to that given
func (*GenericProjectFileDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project file delete internal server error response has a 3xx status code
func (*GenericProjectFileDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this generic project file delete internal server error response has a 5xx status code
func (*GenericProjectFileDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project file delete internal server error response has a 2xx status code
func (*GenericProjectFileDeleteInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFileDeleteInternalServerError) String() string
type GenericProjectFileDeleteNotFound ¶
type GenericProjectFileDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFileDeleteNotFound ¶
func NewGenericProjectFileDeleteNotFound() *GenericProjectFileDeleteNotFound
NewGenericProjectFileDeleteNotFound creates a GenericProjectFileDeleteNotFound with default headers values
func (*GenericProjectFileDeleteNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFileDeleteNotFound) Code() int
Code gets the status code for the generic project file delete not found response
func (*GenericProjectFileDeleteNotFound) Error ¶
func (o *GenericProjectFileDeleteNotFound) Error() string
func (*GenericProjectFileDeleteNotFound) GetPayload ¶
func (o *GenericProjectFileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) IsClientError() bool
IsClientError returns true when this generic project file delete not found response has a 4xx status code
func (*GenericProjectFileDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) IsCode(code int) bool
IsCode returns true when this generic project file delete not found response a status code equal to that given
func (*GenericProjectFileDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this generic project file delete not found response has a 3xx status code
func (*GenericProjectFileDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) IsServerError() bool
IsServerError returns true when this generic project file delete not found response has a 5xx status code
func (*GenericProjectFileDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this generic project file delete not found response has a 2xx status code
func (*GenericProjectFileDeleteNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFileDeleteNotFound) String() string
type GenericProjectFileDeleteOK ¶
type GenericProjectFileDeleteOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
GenericProjectFileDeleteOK describes a response with status code 200, with default header values.
OK
func NewGenericProjectFileDeleteOK ¶
func NewGenericProjectFileDeleteOK() *GenericProjectFileDeleteOK
NewGenericProjectFileDeleteOK creates a GenericProjectFileDeleteOK with default headers values
func (*GenericProjectFileDeleteOK) Code ¶ added in v1.0.3
func (o *GenericProjectFileDeleteOK) Code() int
Code gets the status code for the generic project file delete o k response
func (*GenericProjectFileDeleteOK) Error ¶
func (o *GenericProjectFileDeleteOK) Error() string
func (*GenericProjectFileDeleteOK) GetPayload ¶
func (o *GenericProjectFileDeleteOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*GenericProjectFileDeleteOK) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) IsClientError() bool
IsClientError returns true when this generic project file delete o k response has a 4xx status code
func (*GenericProjectFileDeleteOK) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) IsCode(code int) bool
IsCode returns true when this generic project file delete o k response a status code equal to that given
func (*GenericProjectFileDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) IsRedirect() bool
IsRedirect returns true when this generic project file delete o k response has a 3xx status code
func (*GenericProjectFileDeleteOK) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) IsServerError() bool
IsServerError returns true when this generic project file delete o k response has a 5xx status code
func (*GenericProjectFileDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) IsSuccess() bool
IsSuccess returns true when this generic project file delete o k response has a 2xx status code
func (*GenericProjectFileDeleteOK) String ¶ added in v0.1.0
func (o *GenericProjectFileDeleteOK) String() string
type GenericProjectFileDeleteParams ¶
type GenericProjectFileDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* GenericProjectFileSlug.
Generic project file slug
*/
GenericProjectFileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFileDeleteParams contains all the parameters to send to the API endpoint
for the generic project file delete operation. Typically these are written to a http.Request.
func NewGenericProjectFileDeleteParams ¶
func NewGenericProjectFileDeleteParams() *GenericProjectFileDeleteParams
NewGenericProjectFileDeleteParams creates a new GenericProjectFileDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFileDeleteParamsWithContext ¶
func NewGenericProjectFileDeleteParamsWithContext(ctx context.Context) *GenericProjectFileDeleteParams
NewGenericProjectFileDeleteParamsWithContext creates a new GenericProjectFileDeleteParams object with the ability to set a context for a request.
func NewGenericProjectFileDeleteParamsWithHTTPClient ¶
func NewGenericProjectFileDeleteParamsWithHTTPClient(client *http.Client) *GenericProjectFileDeleteParams
NewGenericProjectFileDeleteParamsWithHTTPClient creates a new GenericProjectFileDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFileDeleteParamsWithTimeout ¶
func NewGenericProjectFileDeleteParamsWithTimeout(timeout time.Duration) *GenericProjectFileDeleteParams
NewGenericProjectFileDeleteParamsWithTimeout creates a new GenericProjectFileDeleteParams object with the ability to set a timeout on a request.
func (*GenericProjectFileDeleteParams) SetAppSlug ¶
func (o *GenericProjectFileDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project file delete params
func (*GenericProjectFileDeleteParams) SetContext ¶
func (o *GenericProjectFileDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project file delete params
func (*GenericProjectFileDeleteParams) SetDefaults ¶
func (o *GenericProjectFileDeleteParams) SetDefaults()
SetDefaults hydrates default values in the generic project file delete params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileDeleteParams) SetGenericProjectFileSlug ¶
func (o *GenericProjectFileDeleteParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
SetGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file delete params
func (*GenericProjectFileDeleteParams) SetHTTPClient ¶
func (o *GenericProjectFileDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project file delete params
func (*GenericProjectFileDeleteParams) SetTimeout ¶
func (o *GenericProjectFileDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project file delete params
func (*GenericProjectFileDeleteParams) WithAppSlug ¶
func (o *GenericProjectFileDeleteParams) WithAppSlug(appSlug string) *GenericProjectFileDeleteParams
WithAppSlug adds the appSlug to the generic project file delete params
func (*GenericProjectFileDeleteParams) WithContext ¶
func (o *GenericProjectFileDeleteParams) WithContext(ctx context.Context) *GenericProjectFileDeleteParams
WithContext adds the context to the generic project file delete params
func (*GenericProjectFileDeleteParams) WithDefaults ¶
func (o *GenericProjectFileDeleteParams) WithDefaults() *GenericProjectFileDeleteParams
WithDefaults hydrates default values in the generic project file delete params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileDeleteParams) WithGenericProjectFileSlug ¶
func (o *GenericProjectFileDeleteParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileDeleteParams
WithGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file delete params
func (*GenericProjectFileDeleteParams) WithHTTPClient ¶
func (o *GenericProjectFileDeleteParams) WithHTTPClient(client *http.Client) *GenericProjectFileDeleteParams
WithHTTPClient adds the HTTPClient to the generic project file delete params
func (*GenericProjectFileDeleteParams) WithTimeout ¶
func (o *GenericProjectFileDeleteParams) WithTimeout(timeout time.Duration) *GenericProjectFileDeleteParams
WithTimeout adds the timeout to the generic project file delete params
func (*GenericProjectFileDeleteParams) WriteToRequest ¶
func (o *GenericProjectFileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFileDeleteReader ¶
type GenericProjectFileDeleteReader struct {
// contains filtered or unexported fields
}
GenericProjectFileDeleteReader is a Reader for the GenericProjectFileDelete structure.
func (*GenericProjectFileDeleteReader) ReadResponse ¶
func (o *GenericProjectFileDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFileDeleteUnauthorized ¶
type GenericProjectFileDeleteUnauthorized struct {
}
GenericProjectFileDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFileDeleteUnauthorized ¶
func NewGenericProjectFileDeleteUnauthorized() *GenericProjectFileDeleteUnauthorized
NewGenericProjectFileDeleteUnauthorized creates a GenericProjectFileDeleteUnauthorized with default headers values
func (*GenericProjectFileDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFileDeleteUnauthorized) Code() int
Code gets the status code for the generic project file delete unauthorized response
func (*GenericProjectFileDeleteUnauthorized) Error ¶
func (o *GenericProjectFileDeleteUnauthorized) Error() string
func (*GenericProjectFileDeleteUnauthorized) GetPayload ¶
func (o *GenericProjectFileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this generic project file delete unauthorized response has a 4xx status code
func (*GenericProjectFileDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project file delete unauthorized response a status code equal to that given
func (*GenericProjectFileDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project file delete unauthorized response has a 3xx status code
func (*GenericProjectFileDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this generic project file delete unauthorized response has a 5xx status code
func (*GenericProjectFileDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project file delete unauthorized response has a 2xx status code
func (*GenericProjectFileDeleteUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFileDeleteUnauthorized) String() string
type GenericProjectFileListBadRequest ¶
type GenericProjectFileListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFileListBadRequest ¶
func NewGenericProjectFileListBadRequest() *GenericProjectFileListBadRequest
NewGenericProjectFileListBadRequest creates a GenericProjectFileListBadRequest with default headers values
func (*GenericProjectFileListBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFileListBadRequest) Code() int
Code gets the status code for the generic project file list bad request response
func (*GenericProjectFileListBadRequest) Error ¶
func (o *GenericProjectFileListBadRequest) Error() string
func (*GenericProjectFileListBadRequest) GetPayload ¶
func (o *GenericProjectFileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileListBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) IsClientError() bool
IsClientError returns true when this generic project file list bad request response has a 4xx status code
func (*GenericProjectFileListBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) IsCode(code int) bool
IsCode returns true when this generic project file list bad request response a status code equal to that given
func (*GenericProjectFileListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project file list bad request response has a 3xx status code
func (*GenericProjectFileListBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) IsServerError() bool
IsServerError returns true when this generic project file list bad request response has a 5xx status code
func (*GenericProjectFileListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project file list bad request response has a 2xx status code
func (*GenericProjectFileListBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFileListBadRequest) String() string
type GenericProjectFileListInternalServerError ¶
type GenericProjectFileListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFileListInternalServerError ¶
func NewGenericProjectFileListInternalServerError() *GenericProjectFileListInternalServerError
NewGenericProjectFileListInternalServerError creates a GenericProjectFileListInternalServerError with default headers values
func (*GenericProjectFileListInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFileListInternalServerError) Code() int
Code gets the status code for the generic project file list internal server error response
func (*GenericProjectFileListInternalServerError) Error ¶
func (o *GenericProjectFileListInternalServerError) Error() string
func (*GenericProjectFileListInternalServerError) GetPayload ¶
func (o *GenericProjectFileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) IsClientError() bool
IsClientError returns true when this generic project file list internal server error response has a 4xx status code
func (*GenericProjectFileListInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project file list internal server error response a status code equal to that given
func (*GenericProjectFileListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project file list internal server error response has a 3xx status code
func (*GenericProjectFileListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) IsServerError() bool
IsServerError returns true when this generic project file list internal server error response has a 5xx status code
func (*GenericProjectFileListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project file list internal server error response has a 2xx status code
func (*GenericProjectFileListInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFileListInternalServerError) String() string
type GenericProjectFileListNotFound ¶
type GenericProjectFileListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileListNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFileListNotFound ¶
func NewGenericProjectFileListNotFound() *GenericProjectFileListNotFound
NewGenericProjectFileListNotFound creates a GenericProjectFileListNotFound with default headers values
func (*GenericProjectFileListNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFileListNotFound) Code() int
Code gets the status code for the generic project file list not found response
func (*GenericProjectFileListNotFound) Error ¶
func (o *GenericProjectFileListNotFound) Error() string
func (*GenericProjectFileListNotFound) GetPayload ¶
func (o *GenericProjectFileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileListNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) IsClientError() bool
IsClientError returns true when this generic project file list not found response has a 4xx status code
func (*GenericProjectFileListNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) IsCode(code int) bool
IsCode returns true when this generic project file list not found response a status code equal to that given
func (*GenericProjectFileListNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) IsRedirect() bool
IsRedirect returns true when this generic project file list not found response has a 3xx status code
func (*GenericProjectFileListNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) IsServerError() bool
IsServerError returns true when this generic project file list not found response has a 5xx status code
func (*GenericProjectFileListNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) IsSuccess() bool
IsSuccess returns true when this generic project file list not found response has a 2xx status code
func (*GenericProjectFileListNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFileListNotFound) String() string
type GenericProjectFileListOK ¶
type GenericProjectFileListOK struct {
Payload *models.V0ProjectFileStorageListResponseModel
}
GenericProjectFileListOK describes a response with status code 200, with default header values.
OK
func NewGenericProjectFileListOK ¶
func NewGenericProjectFileListOK() *GenericProjectFileListOK
NewGenericProjectFileListOK creates a GenericProjectFileListOK with default headers values
func (*GenericProjectFileListOK) Code ¶ added in v1.0.3
func (o *GenericProjectFileListOK) Code() int
Code gets the status code for the generic project file list o k response
func (*GenericProjectFileListOK) Error ¶
func (o *GenericProjectFileListOK) Error() string
func (*GenericProjectFileListOK) GetPayload ¶
func (o *GenericProjectFileListOK) GetPayload() *models.V0ProjectFileStorageListResponseModel
func (*GenericProjectFileListOK) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileListOK) IsClientError() bool
IsClientError returns true when this generic project file list o k response has a 4xx status code
func (*GenericProjectFileListOK) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileListOK) IsCode(code int) bool
IsCode returns true when this generic project file list o k response a status code equal to that given
func (*GenericProjectFileListOK) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileListOK) IsRedirect() bool
IsRedirect returns true when this generic project file list o k response has a 3xx status code
func (*GenericProjectFileListOK) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileListOK) IsServerError() bool
IsServerError returns true when this generic project file list o k response has a 5xx status code
func (*GenericProjectFileListOK) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileListOK) IsSuccess() bool
IsSuccess returns true when this generic project file list o k response has a 2xx status code
func (*GenericProjectFileListOK) String ¶ added in v0.1.0
func (o *GenericProjectFileListOK) String() string
type GenericProjectFileListParams ¶
type GenericProjectFileListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of build certificates per page is 50.
*/
Limit *int64
/* Next.
Slug of the first generic project file in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFileListParams contains all the parameters to send to the API endpoint
for the generic project file list operation. Typically these are written to a http.Request.
func NewGenericProjectFileListParams ¶
func NewGenericProjectFileListParams() *GenericProjectFileListParams
NewGenericProjectFileListParams creates a new GenericProjectFileListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFileListParamsWithContext ¶
func NewGenericProjectFileListParamsWithContext(ctx context.Context) *GenericProjectFileListParams
NewGenericProjectFileListParamsWithContext creates a new GenericProjectFileListParams object with the ability to set a context for a request.
func NewGenericProjectFileListParamsWithHTTPClient ¶
func NewGenericProjectFileListParamsWithHTTPClient(client *http.Client) *GenericProjectFileListParams
NewGenericProjectFileListParamsWithHTTPClient creates a new GenericProjectFileListParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFileListParamsWithTimeout ¶
func NewGenericProjectFileListParamsWithTimeout(timeout time.Duration) *GenericProjectFileListParams
NewGenericProjectFileListParamsWithTimeout creates a new GenericProjectFileListParams object with the ability to set a timeout on a request.
func (*GenericProjectFileListParams) SetAppSlug ¶
func (o *GenericProjectFileListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project file list params
func (*GenericProjectFileListParams) SetContext ¶
func (o *GenericProjectFileListParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project file list params
func (*GenericProjectFileListParams) SetDefaults ¶
func (o *GenericProjectFileListParams) SetDefaults()
SetDefaults hydrates default values in the generic project file list params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileListParams) SetHTTPClient ¶
func (o *GenericProjectFileListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project file list params
func (*GenericProjectFileListParams) SetLimit ¶
func (o *GenericProjectFileListParams) SetLimit(limit *int64)
SetLimit adds the limit to the generic project file list params
func (*GenericProjectFileListParams) SetNext ¶
func (o *GenericProjectFileListParams) SetNext(next *string)
SetNext adds the next to the generic project file list params
func (*GenericProjectFileListParams) SetTimeout ¶
func (o *GenericProjectFileListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project file list params
func (*GenericProjectFileListParams) WithAppSlug ¶
func (o *GenericProjectFileListParams) WithAppSlug(appSlug string) *GenericProjectFileListParams
WithAppSlug adds the appSlug to the generic project file list params
func (*GenericProjectFileListParams) WithContext ¶
func (o *GenericProjectFileListParams) WithContext(ctx context.Context) *GenericProjectFileListParams
WithContext adds the context to the generic project file list params
func (*GenericProjectFileListParams) WithDefaults ¶
func (o *GenericProjectFileListParams) WithDefaults() *GenericProjectFileListParams
WithDefaults hydrates default values in the generic project file list params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileListParams) WithHTTPClient ¶
func (o *GenericProjectFileListParams) WithHTTPClient(client *http.Client) *GenericProjectFileListParams
WithHTTPClient adds the HTTPClient to the generic project file list params
func (*GenericProjectFileListParams) WithLimit ¶
func (o *GenericProjectFileListParams) WithLimit(limit *int64) *GenericProjectFileListParams
WithLimit adds the limit to the generic project file list params
func (*GenericProjectFileListParams) WithNext ¶
func (o *GenericProjectFileListParams) WithNext(next *string) *GenericProjectFileListParams
WithNext adds the next to the generic project file list params
func (*GenericProjectFileListParams) WithTimeout ¶
func (o *GenericProjectFileListParams) WithTimeout(timeout time.Duration) *GenericProjectFileListParams
WithTimeout adds the timeout to the generic project file list params
func (*GenericProjectFileListParams) WriteToRequest ¶
func (o *GenericProjectFileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFileListReader ¶
type GenericProjectFileListReader struct {
// contains filtered or unexported fields
}
GenericProjectFileListReader is a Reader for the GenericProjectFileList structure.
func (*GenericProjectFileListReader) ReadResponse ¶
func (o *GenericProjectFileListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFileListUnauthorized ¶
type GenericProjectFileListUnauthorized struct {
}
GenericProjectFileListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFileListUnauthorized ¶
func NewGenericProjectFileListUnauthorized() *GenericProjectFileListUnauthorized
NewGenericProjectFileListUnauthorized creates a GenericProjectFileListUnauthorized with default headers values
func (*GenericProjectFileListUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFileListUnauthorized) Code() int
Code gets the status code for the generic project file list unauthorized response
func (*GenericProjectFileListUnauthorized) Error ¶
func (o *GenericProjectFileListUnauthorized) Error() string
func (*GenericProjectFileListUnauthorized) GetPayload ¶
func (o *GenericProjectFileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) IsClientError() bool
IsClientError returns true when this generic project file list unauthorized response has a 4xx status code
func (*GenericProjectFileListUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project file list unauthorized response a status code equal to that given
func (*GenericProjectFileListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project file list unauthorized response has a 3xx status code
func (*GenericProjectFileListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) IsServerError() bool
IsServerError returns true when this generic project file list unauthorized response has a 5xx status code
func (*GenericProjectFileListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project file list unauthorized response has a 2xx status code
func (*GenericProjectFileListUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFileListUnauthorized) String() string
type GenericProjectFileShowBadRequest ¶
type GenericProjectFileShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFileShowBadRequest ¶
func NewGenericProjectFileShowBadRequest() *GenericProjectFileShowBadRequest
NewGenericProjectFileShowBadRequest creates a GenericProjectFileShowBadRequest with default headers values
func (*GenericProjectFileShowBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFileShowBadRequest) Code() int
Code gets the status code for the generic project file show bad request response
func (*GenericProjectFileShowBadRequest) Error ¶
func (o *GenericProjectFileShowBadRequest) Error() string
func (*GenericProjectFileShowBadRequest) GetPayload ¶
func (o *GenericProjectFileShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) IsClientError() bool
IsClientError returns true when this generic project file show bad request response has a 4xx status code
func (*GenericProjectFileShowBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) IsCode(code int) bool
IsCode returns true when this generic project file show bad request response a status code equal to that given
func (*GenericProjectFileShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project file show bad request response has a 3xx status code
func (*GenericProjectFileShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) IsServerError() bool
IsServerError returns true when this generic project file show bad request response has a 5xx status code
func (*GenericProjectFileShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project file show bad request response has a 2xx status code
func (*GenericProjectFileShowBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFileShowBadRequest) String() string
type GenericProjectFileShowInternalServerError ¶
type GenericProjectFileShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFileShowInternalServerError ¶
func NewGenericProjectFileShowInternalServerError() *GenericProjectFileShowInternalServerError
NewGenericProjectFileShowInternalServerError creates a GenericProjectFileShowInternalServerError with default headers values
func (*GenericProjectFileShowInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFileShowInternalServerError) Code() int
Code gets the status code for the generic project file show internal server error response
func (*GenericProjectFileShowInternalServerError) Error ¶
func (o *GenericProjectFileShowInternalServerError) Error() string
func (*GenericProjectFileShowInternalServerError) GetPayload ¶
func (o *GenericProjectFileShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) IsClientError() bool
IsClientError returns true when this generic project file show internal server error response has a 4xx status code
func (*GenericProjectFileShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project file show internal server error response a status code equal to that given
func (*GenericProjectFileShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project file show internal server error response has a 3xx status code
func (*GenericProjectFileShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) IsServerError() bool
IsServerError returns true when this generic project file show internal server error response has a 5xx status code
func (*GenericProjectFileShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project file show internal server error response has a 2xx status code
func (*GenericProjectFileShowInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFileShowInternalServerError) String() string
type GenericProjectFileShowNotFound ¶
type GenericProjectFileShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFileShowNotFound ¶
func NewGenericProjectFileShowNotFound() *GenericProjectFileShowNotFound
NewGenericProjectFileShowNotFound creates a GenericProjectFileShowNotFound with default headers values
func (*GenericProjectFileShowNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFileShowNotFound) Code() int
Code gets the status code for the generic project file show not found response
func (*GenericProjectFileShowNotFound) Error ¶
func (o *GenericProjectFileShowNotFound) Error() string
func (*GenericProjectFileShowNotFound) GetPayload ¶
func (o *GenericProjectFileShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileShowNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) IsClientError() bool
IsClientError returns true when this generic project file show not found response has a 4xx status code
func (*GenericProjectFileShowNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) IsCode(code int) bool
IsCode returns true when this generic project file show not found response a status code equal to that given
func (*GenericProjectFileShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) IsRedirect() bool
IsRedirect returns true when this generic project file show not found response has a 3xx status code
func (*GenericProjectFileShowNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) IsServerError() bool
IsServerError returns true when this generic project file show not found response has a 5xx status code
func (*GenericProjectFileShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) IsSuccess() bool
IsSuccess returns true when this generic project file show not found response has a 2xx status code
func (*GenericProjectFileShowNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFileShowNotFound) String() string
type GenericProjectFileShowOK ¶
type GenericProjectFileShowOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
GenericProjectFileShowOK describes a response with status code 200, with default header values.
OK
func NewGenericProjectFileShowOK ¶
func NewGenericProjectFileShowOK() *GenericProjectFileShowOK
NewGenericProjectFileShowOK creates a GenericProjectFileShowOK with default headers values
func (*GenericProjectFileShowOK) Code ¶ added in v1.0.3
func (o *GenericProjectFileShowOK) Code() int
Code gets the status code for the generic project file show o k response
func (*GenericProjectFileShowOK) Error ¶
func (o *GenericProjectFileShowOK) Error() string
func (*GenericProjectFileShowOK) GetPayload ¶
func (o *GenericProjectFileShowOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*GenericProjectFileShowOK) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) IsClientError() bool
IsClientError returns true when this generic project file show o k response has a 4xx status code
func (*GenericProjectFileShowOK) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) IsCode(code int) bool
IsCode returns true when this generic project file show o k response a status code equal to that given
func (*GenericProjectFileShowOK) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) IsRedirect() bool
IsRedirect returns true when this generic project file show o k response has a 3xx status code
func (*GenericProjectFileShowOK) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) IsServerError() bool
IsServerError returns true when this generic project file show o k response has a 5xx status code
func (*GenericProjectFileShowOK) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) IsSuccess() bool
IsSuccess returns true when this generic project file show o k response has a 2xx status code
func (*GenericProjectFileShowOK) String ¶ added in v0.1.0
func (o *GenericProjectFileShowOK) String() string
type GenericProjectFileShowParams ¶
type GenericProjectFileShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* GenericProjectFileSlug.
Generic project file slug
*/
GenericProjectFileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFileShowParams contains all the parameters to send to the API endpoint
for the generic project file show operation. Typically these are written to a http.Request.
func NewGenericProjectFileShowParams ¶
func NewGenericProjectFileShowParams() *GenericProjectFileShowParams
NewGenericProjectFileShowParams creates a new GenericProjectFileShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFileShowParamsWithContext ¶
func NewGenericProjectFileShowParamsWithContext(ctx context.Context) *GenericProjectFileShowParams
NewGenericProjectFileShowParamsWithContext creates a new GenericProjectFileShowParams object with the ability to set a context for a request.
func NewGenericProjectFileShowParamsWithHTTPClient ¶
func NewGenericProjectFileShowParamsWithHTTPClient(client *http.Client) *GenericProjectFileShowParams
NewGenericProjectFileShowParamsWithHTTPClient creates a new GenericProjectFileShowParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFileShowParamsWithTimeout ¶
func NewGenericProjectFileShowParamsWithTimeout(timeout time.Duration) *GenericProjectFileShowParams
NewGenericProjectFileShowParamsWithTimeout creates a new GenericProjectFileShowParams object with the ability to set a timeout on a request.
func (*GenericProjectFileShowParams) SetAppSlug ¶
func (o *GenericProjectFileShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project file show params
func (*GenericProjectFileShowParams) SetContext ¶
func (o *GenericProjectFileShowParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project file show params
func (*GenericProjectFileShowParams) SetDefaults ¶
func (o *GenericProjectFileShowParams) SetDefaults()
SetDefaults hydrates default values in the generic project file show params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileShowParams) SetGenericProjectFileSlug ¶
func (o *GenericProjectFileShowParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
SetGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file show params
func (*GenericProjectFileShowParams) SetHTTPClient ¶
func (o *GenericProjectFileShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project file show params
func (*GenericProjectFileShowParams) SetTimeout ¶
func (o *GenericProjectFileShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project file show params
func (*GenericProjectFileShowParams) WithAppSlug ¶
func (o *GenericProjectFileShowParams) WithAppSlug(appSlug string) *GenericProjectFileShowParams
WithAppSlug adds the appSlug to the generic project file show params
func (*GenericProjectFileShowParams) WithContext ¶
func (o *GenericProjectFileShowParams) WithContext(ctx context.Context) *GenericProjectFileShowParams
WithContext adds the context to the generic project file show params
func (*GenericProjectFileShowParams) WithDefaults ¶
func (o *GenericProjectFileShowParams) WithDefaults() *GenericProjectFileShowParams
WithDefaults hydrates default values in the generic project file show params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileShowParams) WithGenericProjectFileSlug ¶
func (o *GenericProjectFileShowParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileShowParams
WithGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file show params
func (*GenericProjectFileShowParams) WithHTTPClient ¶
func (o *GenericProjectFileShowParams) WithHTTPClient(client *http.Client) *GenericProjectFileShowParams
WithHTTPClient adds the HTTPClient to the generic project file show params
func (*GenericProjectFileShowParams) WithTimeout ¶
func (o *GenericProjectFileShowParams) WithTimeout(timeout time.Duration) *GenericProjectFileShowParams
WithTimeout adds the timeout to the generic project file show params
func (*GenericProjectFileShowParams) WriteToRequest ¶
func (o *GenericProjectFileShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFileShowReader ¶
type GenericProjectFileShowReader struct {
// contains filtered or unexported fields
}
GenericProjectFileShowReader is a Reader for the GenericProjectFileShow structure.
func (*GenericProjectFileShowReader) ReadResponse ¶
func (o *GenericProjectFileShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFileShowUnauthorized ¶
type GenericProjectFileShowUnauthorized struct {
}
GenericProjectFileShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFileShowUnauthorized ¶
func NewGenericProjectFileShowUnauthorized() *GenericProjectFileShowUnauthorized
NewGenericProjectFileShowUnauthorized creates a GenericProjectFileShowUnauthorized with default headers values
func (*GenericProjectFileShowUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFileShowUnauthorized) Code() int
Code gets the status code for the generic project file show unauthorized response
func (*GenericProjectFileShowUnauthorized) Error ¶
func (o *GenericProjectFileShowUnauthorized) Error() string
func (*GenericProjectFileShowUnauthorized) GetPayload ¶
func (o *GenericProjectFileShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) IsClientError() bool
IsClientError returns true when this generic project file show unauthorized response has a 4xx status code
func (*GenericProjectFileShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project file show unauthorized response a status code equal to that given
func (*GenericProjectFileShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project file show unauthorized response has a 3xx status code
func (*GenericProjectFileShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) IsServerError() bool
IsServerError returns true when this generic project file show unauthorized response has a 5xx status code
func (*GenericProjectFileShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project file show unauthorized response has a 2xx status code
func (*GenericProjectFileShowUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFileShowUnauthorized) String() string
type GenericProjectFileUpdateBadRequest ¶
type GenericProjectFileUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFileUpdateBadRequest ¶
func NewGenericProjectFileUpdateBadRequest() *GenericProjectFileUpdateBadRequest
NewGenericProjectFileUpdateBadRequest creates a GenericProjectFileUpdateBadRequest with default headers values
func (*GenericProjectFileUpdateBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFileUpdateBadRequest) Code() int
Code gets the status code for the generic project file update bad request response
func (*GenericProjectFileUpdateBadRequest) Error ¶
func (o *GenericProjectFileUpdateBadRequest) Error() string
func (*GenericProjectFileUpdateBadRequest) GetPayload ¶
func (o *GenericProjectFileUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) IsClientError() bool
IsClientError returns true when this generic project file update bad request response has a 4xx status code
func (*GenericProjectFileUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this generic project file update bad request response a status code equal to that given
func (*GenericProjectFileUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project file update bad request response has a 3xx status code
func (*GenericProjectFileUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) IsServerError() bool
IsServerError returns true when this generic project file update bad request response has a 5xx status code
func (*GenericProjectFileUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project file update bad request response has a 2xx status code
func (*GenericProjectFileUpdateBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFileUpdateBadRequest) String() string
type GenericProjectFileUpdateInternalServerError ¶
type GenericProjectFileUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFileUpdateInternalServerError ¶
func NewGenericProjectFileUpdateInternalServerError() *GenericProjectFileUpdateInternalServerError
NewGenericProjectFileUpdateInternalServerError creates a GenericProjectFileUpdateInternalServerError with default headers values
func (*GenericProjectFileUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFileUpdateInternalServerError) Code() int
Code gets the status code for the generic project file update internal server error response
func (*GenericProjectFileUpdateInternalServerError) Error ¶
func (o *GenericProjectFileUpdateInternalServerError) Error() string
func (*GenericProjectFileUpdateInternalServerError) GetPayload ¶
func (o *GenericProjectFileUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this generic project file update internal server error response has a 4xx status code
func (*GenericProjectFileUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project file update internal server error response a status code equal to that given
func (*GenericProjectFileUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project file update internal server error response has a 3xx status code
func (*GenericProjectFileUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this generic project file update internal server error response has a 5xx status code
func (*GenericProjectFileUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project file update internal server error response has a 2xx status code
func (*GenericProjectFileUpdateInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFileUpdateInternalServerError) String() string
type GenericProjectFileUpdateNotFound ¶
type GenericProjectFileUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFileUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFileUpdateNotFound ¶
func NewGenericProjectFileUpdateNotFound() *GenericProjectFileUpdateNotFound
NewGenericProjectFileUpdateNotFound creates a GenericProjectFileUpdateNotFound with default headers values
func (*GenericProjectFileUpdateNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFileUpdateNotFound) Code() int
Code gets the status code for the generic project file update not found response
func (*GenericProjectFileUpdateNotFound) Error ¶
func (o *GenericProjectFileUpdateNotFound) Error() string
func (*GenericProjectFileUpdateNotFound) GetPayload ¶
func (o *GenericProjectFileUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) IsClientError() bool
IsClientError returns true when this generic project file update not found response has a 4xx status code
func (*GenericProjectFileUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) IsCode(code int) bool
IsCode returns true when this generic project file update not found response a status code equal to that given
func (*GenericProjectFileUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this generic project file update not found response has a 3xx status code
func (*GenericProjectFileUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) IsServerError() bool
IsServerError returns true when this generic project file update not found response has a 5xx status code
func (*GenericProjectFileUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this generic project file update not found response has a 2xx status code
func (*GenericProjectFileUpdateNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFileUpdateNotFound) String() string
type GenericProjectFileUpdateOK ¶
type GenericProjectFileUpdateOK struct {
Payload *models.V0ProjectFileStorageResponseModel
}
GenericProjectFileUpdateOK describes a response with status code 200, with default header values.
OK
func NewGenericProjectFileUpdateOK ¶
func NewGenericProjectFileUpdateOK() *GenericProjectFileUpdateOK
NewGenericProjectFileUpdateOK creates a GenericProjectFileUpdateOK with default headers values
func (*GenericProjectFileUpdateOK) Code ¶ added in v1.0.3
func (o *GenericProjectFileUpdateOK) Code() int
Code gets the status code for the generic project file update o k response
func (*GenericProjectFileUpdateOK) Error ¶
func (o *GenericProjectFileUpdateOK) Error() string
func (*GenericProjectFileUpdateOK) GetPayload ¶
func (o *GenericProjectFileUpdateOK) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*GenericProjectFileUpdateOK) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) IsClientError() bool
IsClientError returns true when this generic project file update o k response has a 4xx status code
func (*GenericProjectFileUpdateOK) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) IsCode(code int) bool
IsCode returns true when this generic project file update o k response a status code equal to that given
func (*GenericProjectFileUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) IsRedirect() bool
IsRedirect returns true when this generic project file update o k response has a 3xx status code
func (*GenericProjectFileUpdateOK) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) IsServerError() bool
IsServerError returns true when this generic project file update o k response has a 5xx status code
func (*GenericProjectFileUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) IsSuccess() bool
IsSuccess returns true when this generic project file update o k response has a 2xx status code
func (*GenericProjectFileUpdateOK) String ¶ added in v0.1.0
func (o *GenericProjectFileUpdateOK) String() string
type GenericProjectFileUpdateParams ¶
type GenericProjectFileUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* GenericProjectFile.
Generic project file parameters
*/
GenericProjectFile *models.V0ProjectFileStorageDocumentUpdateParams
/* GenericProjectFileSlug.
Generic project file slug
*/
GenericProjectFileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFileUpdateParams contains all the parameters to send to the API endpoint
for the generic project file update operation. Typically these are written to a http.Request.
func NewGenericProjectFileUpdateParams ¶
func NewGenericProjectFileUpdateParams() *GenericProjectFileUpdateParams
NewGenericProjectFileUpdateParams creates a new GenericProjectFileUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFileUpdateParamsWithContext ¶
func NewGenericProjectFileUpdateParamsWithContext(ctx context.Context) *GenericProjectFileUpdateParams
NewGenericProjectFileUpdateParamsWithContext creates a new GenericProjectFileUpdateParams object with the ability to set a context for a request.
func NewGenericProjectFileUpdateParamsWithHTTPClient ¶
func NewGenericProjectFileUpdateParamsWithHTTPClient(client *http.Client) *GenericProjectFileUpdateParams
NewGenericProjectFileUpdateParamsWithHTTPClient creates a new GenericProjectFileUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFileUpdateParamsWithTimeout ¶
func NewGenericProjectFileUpdateParamsWithTimeout(timeout time.Duration) *GenericProjectFileUpdateParams
NewGenericProjectFileUpdateParamsWithTimeout creates a new GenericProjectFileUpdateParams object with the ability to set a timeout on a request.
func (*GenericProjectFileUpdateParams) SetAppSlug ¶
func (o *GenericProjectFileUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project file update params
func (*GenericProjectFileUpdateParams) SetContext ¶
func (o *GenericProjectFileUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project file update params
func (*GenericProjectFileUpdateParams) SetDefaults ¶
func (o *GenericProjectFileUpdateParams) SetDefaults()
SetDefaults hydrates default values in the generic project file update params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileUpdateParams) SetGenericProjectFile ¶
func (o *GenericProjectFileUpdateParams) SetGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageDocumentUpdateParams)
SetGenericProjectFile adds the genericProjectFile to the generic project file update params
func (*GenericProjectFileUpdateParams) SetGenericProjectFileSlug ¶
func (o *GenericProjectFileUpdateParams) SetGenericProjectFileSlug(genericProjectFileSlug string)
SetGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file update params
func (*GenericProjectFileUpdateParams) SetHTTPClient ¶
func (o *GenericProjectFileUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project file update params
func (*GenericProjectFileUpdateParams) SetTimeout ¶
func (o *GenericProjectFileUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project file update params
func (*GenericProjectFileUpdateParams) WithAppSlug ¶
func (o *GenericProjectFileUpdateParams) WithAppSlug(appSlug string) *GenericProjectFileUpdateParams
WithAppSlug adds the appSlug to the generic project file update params
func (*GenericProjectFileUpdateParams) WithContext ¶
func (o *GenericProjectFileUpdateParams) WithContext(ctx context.Context) *GenericProjectFileUpdateParams
WithContext adds the context to the generic project file update params
func (*GenericProjectFileUpdateParams) WithDefaults ¶
func (o *GenericProjectFileUpdateParams) WithDefaults() *GenericProjectFileUpdateParams
WithDefaults hydrates default values in the generic project file update params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFileUpdateParams) WithGenericProjectFile ¶
func (o *GenericProjectFileUpdateParams) WithGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageDocumentUpdateParams) *GenericProjectFileUpdateParams
WithGenericProjectFile adds the genericProjectFile to the generic project file update params
func (*GenericProjectFileUpdateParams) WithGenericProjectFileSlug ¶
func (o *GenericProjectFileUpdateParams) WithGenericProjectFileSlug(genericProjectFileSlug string) *GenericProjectFileUpdateParams
WithGenericProjectFileSlug adds the genericProjectFileSlug to the generic project file update params
func (*GenericProjectFileUpdateParams) WithHTTPClient ¶
func (o *GenericProjectFileUpdateParams) WithHTTPClient(client *http.Client) *GenericProjectFileUpdateParams
WithHTTPClient adds the HTTPClient to the generic project file update params
func (*GenericProjectFileUpdateParams) WithTimeout ¶
func (o *GenericProjectFileUpdateParams) WithTimeout(timeout time.Duration) *GenericProjectFileUpdateParams
WithTimeout adds the timeout to the generic project file update params
func (*GenericProjectFileUpdateParams) WriteToRequest ¶
func (o *GenericProjectFileUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFileUpdateReader ¶
type GenericProjectFileUpdateReader struct {
// contains filtered or unexported fields
}
GenericProjectFileUpdateReader is a Reader for the GenericProjectFileUpdate structure.
func (*GenericProjectFileUpdateReader) ReadResponse ¶
func (o *GenericProjectFileUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFileUpdateUnauthorized ¶
type GenericProjectFileUpdateUnauthorized struct {
}
GenericProjectFileUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFileUpdateUnauthorized ¶
func NewGenericProjectFileUpdateUnauthorized() *GenericProjectFileUpdateUnauthorized
NewGenericProjectFileUpdateUnauthorized creates a GenericProjectFileUpdateUnauthorized with default headers values
func (*GenericProjectFileUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFileUpdateUnauthorized) Code() int
Code gets the status code for the generic project file update unauthorized response
func (*GenericProjectFileUpdateUnauthorized) Error ¶
func (o *GenericProjectFileUpdateUnauthorized) Error() string
func (*GenericProjectFileUpdateUnauthorized) GetPayload ¶
func (o *GenericProjectFileUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFileUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this generic project file update unauthorized response has a 4xx status code
func (*GenericProjectFileUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project file update unauthorized response a status code equal to that given
func (*GenericProjectFileUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project file update unauthorized response has a 3xx status code
func (*GenericProjectFileUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this generic project file update unauthorized response has a 5xx status code
func (*GenericProjectFileUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project file update unauthorized response has a 2xx status code
func (*GenericProjectFileUpdateUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFileUpdateUnauthorized) String() string
type GenericProjectFilesCreateBadRequest ¶
type GenericProjectFilesCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFilesCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGenericProjectFilesCreateBadRequest ¶
func NewGenericProjectFilesCreateBadRequest() *GenericProjectFilesCreateBadRequest
NewGenericProjectFilesCreateBadRequest creates a GenericProjectFilesCreateBadRequest with default headers values
func (*GenericProjectFilesCreateBadRequest) Code ¶ added in v1.0.3
func (o *GenericProjectFilesCreateBadRequest) Code() int
Code gets the status code for the generic project files create bad request response
func (*GenericProjectFilesCreateBadRequest) Error ¶
func (o *GenericProjectFilesCreateBadRequest) Error() string
func (*GenericProjectFilesCreateBadRequest) GetPayload ¶
func (o *GenericProjectFilesCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFilesCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) IsClientError() bool
IsClientError returns true when this generic project files create bad request response has a 4xx status code
func (*GenericProjectFilesCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) IsCode(code int) bool
IsCode returns true when this generic project files create bad request response a status code equal to that given
func (*GenericProjectFilesCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this generic project files create bad request response has a 3xx status code
func (*GenericProjectFilesCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) IsServerError() bool
IsServerError returns true when this generic project files create bad request response has a 5xx status code
func (*GenericProjectFilesCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this generic project files create bad request response has a 2xx status code
func (*GenericProjectFilesCreateBadRequest) String ¶ added in v0.1.0
func (o *GenericProjectFilesCreateBadRequest) String() string
type GenericProjectFilesCreateCreated ¶
type GenericProjectFilesCreateCreated struct {
Payload *models.V0ProjectFileStorageResponseModel
}
GenericProjectFilesCreateCreated describes a response with status code 201, with default header values.
Created
func NewGenericProjectFilesCreateCreated ¶
func NewGenericProjectFilesCreateCreated() *GenericProjectFilesCreateCreated
NewGenericProjectFilesCreateCreated creates a GenericProjectFilesCreateCreated with default headers values
func (*GenericProjectFilesCreateCreated) Code ¶ added in v1.0.3
func (o *GenericProjectFilesCreateCreated) Code() int
Code gets the status code for the generic project files create created response
func (*GenericProjectFilesCreateCreated) Error ¶
func (o *GenericProjectFilesCreateCreated) Error() string
func (*GenericProjectFilesCreateCreated) GetPayload ¶
func (o *GenericProjectFilesCreateCreated) GetPayload() *models.V0ProjectFileStorageResponseModel
func (*GenericProjectFilesCreateCreated) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) IsClientError() bool
IsClientError returns true when this generic project files create created response has a 4xx status code
func (*GenericProjectFilesCreateCreated) IsCode ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) IsCode(code int) bool
IsCode returns true when this generic project files create created response a status code equal to that given
func (*GenericProjectFilesCreateCreated) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) IsRedirect() bool
IsRedirect returns true when this generic project files create created response has a 3xx status code
func (*GenericProjectFilesCreateCreated) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) IsServerError() bool
IsServerError returns true when this generic project files create created response has a 5xx status code
func (*GenericProjectFilesCreateCreated) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) IsSuccess() bool
IsSuccess returns true when this generic project files create created response has a 2xx status code
func (*GenericProjectFilesCreateCreated) String ¶ added in v0.1.0
func (o *GenericProjectFilesCreateCreated) String() string
type GenericProjectFilesCreateInternalServerError ¶
type GenericProjectFilesCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFilesCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGenericProjectFilesCreateInternalServerError ¶
func NewGenericProjectFilesCreateInternalServerError() *GenericProjectFilesCreateInternalServerError
NewGenericProjectFilesCreateInternalServerError creates a GenericProjectFilesCreateInternalServerError with default headers values
func (*GenericProjectFilesCreateInternalServerError) Code ¶ added in v1.0.3
func (o *GenericProjectFilesCreateInternalServerError) Code() int
Code gets the status code for the generic project files create internal server error response
func (*GenericProjectFilesCreateInternalServerError) Error ¶
func (o *GenericProjectFilesCreateInternalServerError) Error() string
func (*GenericProjectFilesCreateInternalServerError) GetPayload ¶
func (o *GenericProjectFilesCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFilesCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) IsClientError() bool
IsClientError returns true when this generic project files create internal server error response has a 4xx status code
func (*GenericProjectFilesCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this generic project files create internal server error response a status code equal to that given
func (*GenericProjectFilesCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this generic project files create internal server error response has a 3xx status code
func (*GenericProjectFilesCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) IsServerError() bool
IsServerError returns true when this generic project files create internal server error response has a 5xx status code
func (*GenericProjectFilesCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this generic project files create internal server error response has a 2xx status code
func (*GenericProjectFilesCreateInternalServerError) String ¶ added in v0.1.0
func (o *GenericProjectFilesCreateInternalServerError) String() string
type GenericProjectFilesCreateNotFound ¶
type GenericProjectFilesCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
GenericProjectFilesCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewGenericProjectFilesCreateNotFound ¶
func NewGenericProjectFilesCreateNotFound() *GenericProjectFilesCreateNotFound
NewGenericProjectFilesCreateNotFound creates a GenericProjectFilesCreateNotFound with default headers values
func (*GenericProjectFilesCreateNotFound) Code ¶ added in v1.0.3
func (o *GenericProjectFilesCreateNotFound) Code() int
Code gets the status code for the generic project files create not found response
func (*GenericProjectFilesCreateNotFound) Error ¶
func (o *GenericProjectFilesCreateNotFound) Error() string
func (*GenericProjectFilesCreateNotFound) GetPayload ¶
func (o *GenericProjectFilesCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFilesCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) IsClientError() bool
IsClientError returns true when this generic project files create not found response has a 4xx status code
func (*GenericProjectFilesCreateNotFound) IsCode ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) IsCode(code int) bool
IsCode returns true when this generic project files create not found response a status code equal to that given
func (*GenericProjectFilesCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) IsRedirect() bool
IsRedirect returns true when this generic project files create not found response has a 3xx status code
func (*GenericProjectFilesCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) IsServerError() bool
IsServerError returns true when this generic project files create not found response has a 5xx status code
func (*GenericProjectFilesCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) IsSuccess() bool
IsSuccess returns true when this generic project files create not found response has a 2xx status code
func (*GenericProjectFilesCreateNotFound) String ¶ added in v0.1.0
func (o *GenericProjectFilesCreateNotFound) String() string
type GenericProjectFilesCreateParams ¶
type GenericProjectFilesCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* GenericProjectFile.
Generic project file parameters
*/
GenericProjectFile *models.V0ProjectFileStorageUploadParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GenericProjectFilesCreateParams contains all the parameters to send to the API endpoint
for the generic project files create operation. Typically these are written to a http.Request.
func NewGenericProjectFilesCreateParams ¶
func NewGenericProjectFilesCreateParams() *GenericProjectFilesCreateParams
NewGenericProjectFilesCreateParams creates a new GenericProjectFilesCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGenericProjectFilesCreateParamsWithContext ¶
func NewGenericProjectFilesCreateParamsWithContext(ctx context.Context) *GenericProjectFilesCreateParams
NewGenericProjectFilesCreateParamsWithContext creates a new GenericProjectFilesCreateParams object with the ability to set a context for a request.
func NewGenericProjectFilesCreateParamsWithHTTPClient ¶
func NewGenericProjectFilesCreateParamsWithHTTPClient(client *http.Client) *GenericProjectFilesCreateParams
NewGenericProjectFilesCreateParamsWithHTTPClient creates a new GenericProjectFilesCreateParams object with the ability to set a custom HTTPClient for a request.
func NewGenericProjectFilesCreateParamsWithTimeout ¶
func NewGenericProjectFilesCreateParamsWithTimeout(timeout time.Duration) *GenericProjectFilesCreateParams
NewGenericProjectFilesCreateParamsWithTimeout creates a new GenericProjectFilesCreateParams object with the ability to set a timeout on a request.
func (*GenericProjectFilesCreateParams) SetAppSlug ¶
func (o *GenericProjectFilesCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the generic project files create params
func (*GenericProjectFilesCreateParams) SetContext ¶
func (o *GenericProjectFilesCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the generic project files create params
func (*GenericProjectFilesCreateParams) SetDefaults ¶
func (o *GenericProjectFilesCreateParams) SetDefaults()
SetDefaults hydrates default values in the generic project files create params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFilesCreateParams) SetGenericProjectFile ¶
func (o *GenericProjectFilesCreateParams) SetGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageUploadParams)
SetGenericProjectFile adds the genericProjectFile to the generic project files create params
func (*GenericProjectFilesCreateParams) SetHTTPClient ¶
func (o *GenericProjectFilesCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the generic project files create params
func (*GenericProjectFilesCreateParams) SetTimeout ¶
func (o *GenericProjectFilesCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the generic project files create params
func (*GenericProjectFilesCreateParams) WithAppSlug ¶
func (o *GenericProjectFilesCreateParams) WithAppSlug(appSlug string) *GenericProjectFilesCreateParams
WithAppSlug adds the appSlug to the generic project files create params
func (*GenericProjectFilesCreateParams) WithContext ¶
func (o *GenericProjectFilesCreateParams) WithContext(ctx context.Context) *GenericProjectFilesCreateParams
WithContext adds the context to the generic project files create params
func (*GenericProjectFilesCreateParams) WithDefaults ¶
func (o *GenericProjectFilesCreateParams) WithDefaults() *GenericProjectFilesCreateParams
WithDefaults hydrates default values in the generic project files create params (not the query body).
All values with no default are reset to their zero value.
func (*GenericProjectFilesCreateParams) WithGenericProjectFile ¶
func (o *GenericProjectFilesCreateParams) WithGenericProjectFile(genericProjectFile *models.V0ProjectFileStorageUploadParams) *GenericProjectFilesCreateParams
WithGenericProjectFile adds the genericProjectFile to the generic project files create params
func (*GenericProjectFilesCreateParams) WithHTTPClient ¶
func (o *GenericProjectFilesCreateParams) WithHTTPClient(client *http.Client) *GenericProjectFilesCreateParams
WithHTTPClient adds the HTTPClient to the generic project files create params
func (*GenericProjectFilesCreateParams) WithTimeout ¶
func (o *GenericProjectFilesCreateParams) WithTimeout(timeout time.Duration) *GenericProjectFilesCreateParams
WithTimeout adds the timeout to the generic project files create params
func (*GenericProjectFilesCreateParams) WriteToRequest ¶
func (o *GenericProjectFilesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GenericProjectFilesCreateReader ¶
type GenericProjectFilesCreateReader struct {
// contains filtered or unexported fields
}
GenericProjectFilesCreateReader is a Reader for the GenericProjectFilesCreate structure.
func (*GenericProjectFilesCreateReader) ReadResponse ¶
func (o *GenericProjectFilesCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GenericProjectFilesCreateUnauthorized ¶
type GenericProjectFilesCreateUnauthorized struct {
}
GenericProjectFilesCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGenericProjectFilesCreateUnauthorized ¶
func NewGenericProjectFilesCreateUnauthorized() *GenericProjectFilesCreateUnauthorized
NewGenericProjectFilesCreateUnauthorized creates a GenericProjectFilesCreateUnauthorized with default headers values
func (*GenericProjectFilesCreateUnauthorized) Code ¶ added in v1.0.3
func (o *GenericProjectFilesCreateUnauthorized) Code() int
Code gets the status code for the generic project files create unauthorized response
func (*GenericProjectFilesCreateUnauthorized) Error ¶
func (o *GenericProjectFilesCreateUnauthorized) Error() string
func (*GenericProjectFilesCreateUnauthorized) GetPayload ¶
func (o *GenericProjectFilesCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*GenericProjectFilesCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) IsClientError() bool
IsClientError returns true when this generic project files create unauthorized response has a 4xx status code
func (*GenericProjectFilesCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this generic project files create unauthorized response a status code equal to that given
func (*GenericProjectFilesCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this generic project files create unauthorized response has a 3xx status code
func (*GenericProjectFilesCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) IsServerError() bool
IsServerError returns true when this generic project files create unauthorized response has a 5xx status code
func (*GenericProjectFilesCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this generic project files create unauthorized response has a 2xx status code
func (*GenericProjectFilesCreateUnauthorized) String ¶ added in v0.1.0
func (o *GenericProjectFilesCreateUnauthorized) String() string
type LocalBuildListBadRequest ¶ added in v1.0.3
type LocalBuildListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
LocalBuildListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewLocalBuildListBadRequest ¶ added in v1.0.3
func NewLocalBuildListBadRequest() *LocalBuildListBadRequest
NewLocalBuildListBadRequest creates a LocalBuildListBadRequest with default headers values
func (*LocalBuildListBadRequest) Code ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) Code() int
Code gets the status code for the local build list bad request response
func (*LocalBuildListBadRequest) Error ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) Error() string
func (*LocalBuildListBadRequest) GetPayload ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*LocalBuildListBadRequest) IsClientError ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) IsClientError() bool
IsClientError returns true when this local build list bad request response has a 4xx status code
func (*LocalBuildListBadRequest) IsCode ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) IsCode(code int) bool
IsCode returns true when this local build list bad request response a status code equal to that given
func (*LocalBuildListBadRequest) IsRedirect ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) IsRedirect() bool
IsRedirect returns true when this local build list bad request response has a 3xx status code
func (*LocalBuildListBadRequest) IsServerError ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) IsServerError() bool
IsServerError returns true when this local build list bad request response has a 5xx status code
func (*LocalBuildListBadRequest) IsSuccess ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) IsSuccess() bool
IsSuccess returns true when this local build list bad request response has a 2xx status code
func (*LocalBuildListBadRequest) String ¶ added in v1.0.3
func (o *LocalBuildListBadRequest) String() string
type LocalBuildListInternalServerError ¶ added in v1.0.3
type LocalBuildListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
LocalBuildListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewLocalBuildListInternalServerError ¶ added in v1.0.3
func NewLocalBuildListInternalServerError() *LocalBuildListInternalServerError
NewLocalBuildListInternalServerError creates a LocalBuildListInternalServerError with default headers values
func (*LocalBuildListInternalServerError) Code ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) Code() int
Code gets the status code for the local build list internal server error response
func (*LocalBuildListInternalServerError) Error ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) Error() string
func (*LocalBuildListInternalServerError) GetPayload ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*LocalBuildListInternalServerError) IsClientError ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) IsClientError() bool
IsClientError returns true when this local build list internal server error response has a 4xx status code
func (*LocalBuildListInternalServerError) IsCode ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) IsCode(code int) bool
IsCode returns true when this local build list internal server error response a status code equal to that given
func (*LocalBuildListInternalServerError) IsRedirect ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) IsRedirect() bool
IsRedirect returns true when this local build list internal server error response has a 3xx status code
func (*LocalBuildListInternalServerError) IsServerError ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) IsServerError() bool
IsServerError returns true when this local build list internal server error response has a 5xx status code
func (*LocalBuildListInternalServerError) IsSuccess ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) IsSuccess() bool
IsSuccess returns true when this local build list internal server error response has a 2xx status code
func (*LocalBuildListInternalServerError) String ¶ added in v1.0.3
func (o *LocalBuildListInternalServerError) String() string
type LocalBuildListNotFound ¶ added in v1.0.3
type LocalBuildListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
LocalBuildListNotFound describes a response with status code 404, with default header values.
Not Found
func NewLocalBuildListNotFound ¶ added in v1.0.3
func NewLocalBuildListNotFound() *LocalBuildListNotFound
NewLocalBuildListNotFound creates a LocalBuildListNotFound with default headers values
func (*LocalBuildListNotFound) Code ¶ added in v1.0.3
func (o *LocalBuildListNotFound) Code() int
Code gets the status code for the local build list not found response
func (*LocalBuildListNotFound) Error ¶ added in v1.0.3
func (o *LocalBuildListNotFound) Error() string
func (*LocalBuildListNotFound) GetPayload ¶ added in v1.0.3
func (o *LocalBuildListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*LocalBuildListNotFound) IsClientError ¶ added in v1.0.3
func (o *LocalBuildListNotFound) IsClientError() bool
IsClientError returns true when this local build list not found response has a 4xx status code
func (*LocalBuildListNotFound) IsCode ¶ added in v1.0.3
func (o *LocalBuildListNotFound) IsCode(code int) bool
IsCode returns true when this local build list not found response a status code equal to that given
func (*LocalBuildListNotFound) IsRedirect ¶ added in v1.0.3
func (o *LocalBuildListNotFound) IsRedirect() bool
IsRedirect returns true when this local build list not found response has a 3xx status code
func (*LocalBuildListNotFound) IsServerError ¶ added in v1.0.3
func (o *LocalBuildListNotFound) IsServerError() bool
IsServerError returns true when this local build list not found response has a 5xx status code
func (*LocalBuildListNotFound) IsSuccess ¶ added in v1.0.3
func (o *LocalBuildListNotFound) IsSuccess() bool
IsSuccess returns true when this local build list not found response has a 2xx status code
func (*LocalBuildListNotFound) String ¶ added in v1.0.3
func (o *LocalBuildListNotFound) String() string
type LocalBuildListOK ¶ added in v1.0.3
type LocalBuildListOK struct {
Payload *models.V0PipelineListResponseModel
}
LocalBuildListOK describes a response with status code 200, with default header values.
OK
func NewLocalBuildListOK ¶ added in v1.0.3
func NewLocalBuildListOK() *LocalBuildListOK
NewLocalBuildListOK creates a LocalBuildListOK with default headers values
func (*LocalBuildListOK) Code ¶ added in v1.0.3
func (o *LocalBuildListOK) Code() int
Code gets the status code for the local build list o k response
func (*LocalBuildListOK) Error ¶ added in v1.0.3
func (o *LocalBuildListOK) Error() string
func (*LocalBuildListOK) GetPayload ¶ added in v1.0.3
func (o *LocalBuildListOK) GetPayload() *models.V0PipelineListResponseModel
func (*LocalBuildListOK) IsClientError ¶ added in v1.0.3
func (o *LocalBuildListOK) IsClientError() bool
IsClientError returns true when this local build list o k response has a 4xx status code
func (*LocalBuildListOK) IsCode ¶ added in v1.0.3
func (o *LocalBuildListOK) IsCode(code int) bool
IsCode returns true when this local build list o k response a status code equal to that given
func (*LocalBuildListOK) IsRedirect ¶ added in v1.0.3
func (o *LocalBuildListOK) IsRedirect() bool
IsRedirect returns true when this local build list o k response has a 3xx status code
func (*LocalBuildListOK) IsServerError ¶ added in v1.0.3
func (o *LocalBuildListOK) IsServerError() bool
IsServerError returns true when this local build list o k response has a 5xx status code
func (*LocalBuildListOK) IsSuccess ¶ added in v1.0.3
func (o *LocalBuildListOK) IsSuccess() bool
IsSuccess returns true when this local build list o k response has a 2xx status code
func (*LocalBuildListOK) String ¶ added in v1.0.3
func (o *LocalBuildListOK) String() string
type LocalBuildListParams ¶ added in v1.0.3
type LocalBuildListParams struct {
/* After.
List local builds run after a given date (RFC3339 time format)
*/
After *string
/* AppSlug.
App slug
*/
AppSlug string
/* Before.
List local builds run before a given date (RFC3339 time format) - was called 'next' earlier
*/
Before *string
/* Limit.
Max number of elements per page (default: 10)
*/
Limit *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
LocalBuildListParams contains all the parameters to send to the API endpoint
for the local build list operation. Typically these are written to a http.Request.
func NewLocalBuildListParams ¶ added in v1.0.3
func NewLocalBuildListParams() *LocalBuildListParams
NewLocalBuildListParams creates a new LocalBuildListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewLocalBuildListParamsWithContext ¶ added in v1.0.3
func NewLocalBuildListParamsWithContext(ctx context.Context) *LocalBuildListParams
NewLocalBuildListParamsWithContext creates a new LocalBuildListParams object with the ability to set a context for a request.
func NewLocalBuildListParamsWithHTTPClient ¶ added in v1.0.3
func NewLocalBuildListParamsWithHTTPClient(client *http.Client) *LocalBuildListParams
NewLocalBuildListParamsWithHTTPClient creates a new LocalBuildListParams object with the ability to set a custom HTTPClient for a request.
func NewLocalBuildListParamsWithTimeout ¶ added in v1.0.3
func NewLocalBuildListParamsWithTimeout(timeout time.Duration) *LocalBuildListParams
NewLocalBuildListParamsWithTimeout creates a new LocalBuildListParams object with the ability to set a timeout on a request.
func (*LocalBuildListParams) SetAfter ¶ added in v1.0.3
func (o *LocalBuildListParams) SetAfter(after *string)
SetAfter adds the after to the local build list params
func (*LocalBuildListParams) SetAppSlug ¶ added in v1.0.3
func (o *LocalBuildListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the local build list params
func (*LocalBuildListParams) SetBefore ¶ added in v1.0.3
func (o *LocalBuildListParams) SetBefore(before *string)
SetBefore adds the before to the local build list params
func (*LocalBuildListParams) SetContext ¶ added in v1.0.3
func (o *LocalBuildListParams) SetContext(ctx context.Context)
SetContext adds the context to the local build list params
func (*LocalBuildListParams) SetDefaults ¶ added in v1.0.3
func (o *LocalBuildListParams) SetDefaults()
SetDefaults hydrates default values in the local build list params (not the query body).
All values with no default are reset to their zero value.
func (*LocalBuildListParams) SetHTTPClient ¶ added in v1.0.3
func (o *LocalBuildListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the local build list params
func (*LocalBuildListParams) SetLimit ¶ added in v1.0.3
func (o *LocalBuildListParams) SetLimit(limit *int64)
SetLimit adds the limit to the local build list params
func (*LocalBuildListParams) SetTimeout ¶ added in v1.0.3
func (o *LocalBuildListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the local build list params
func (*LocalBuildListParams) WithAfter ¶ added in v1.0.3
func (o *LocalBuildListParams) WithAfter(after *string) *LocalBuildListParams
WithAfter adds the after to the local build list params
func (*LocalBuildListParams) WithAppSlug ¶ added in v1.0.3
func (o *LocalBuildListParams) WithAppSlug(appSlug string) *LocalBuildListParams
WithAppSlug adds the appSlug to the local build list params
func (*LocalBuildListParams) WithBefore ¶ added in v1.0.3
func (o *LocalBuildListParams) WithBefore(before *string) *LocalBuildListParams
WithBefore adds the before to the local build list params
func (*LocalBuildListParams) WithContext ¶ added in v1.0.3
func (o *LocalBuildListParams) WithContext(ctx context.Context) *LocalBuildListParams
WithContext adds the context to the local build list params
func (*LocalBuildListParams) WithDefaults ¶ added in v1.0.3
func (o *LocalBuildListParams) WithDefaults() *LocalBuildListParams
WithDefaults hydrates default values in the local build list params (not the query body).
All values with no default are reset to their zero value.
func (*LocalBuildListParams) WithHTTPClient ¶ added in v1.0.3
func (o *LocalBuildListParams) WithHTTPClient(client *http.Client) *LocalBuildListParams
WithHTTPClient adds the HTTPClient to the local build list params
func (*LocalBuildListParams) WithLimit ¶ added in v1.0.3
func (o *LocalBuildListParams) WithLimit(limit *int64) *LocalBuildListParams
WithLimit adds the limit to the local build list params
func (*LocalBuildListParams) WithTimeout ¶ added in v1.0.3
func (o *LocalBuildListParams) WithTimeout(timeout time.Duration) *LocalBuildListParams
WithTimeout adds the timeout to the local build list params
func (*LocalBuildListParams) WriteToRequest ¶ added in v1.0.3
func (o *LocalBuildListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LocalBuildListReader ¶ added in v1.0.3
type LocalBuildListReader struct {
// contains filtered or unexported fields
}
LocalBuildListReader is a Reader for the LocalBuildList structure.
func (*LocalBuildListReader) ReadResponse ¶ added in v1.0.3
func (o *LocalBuildListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LocalBuildListUnauthorized ¶ added in v1.0.3
type LocalBuildListUnauthorized struct {
}
LocalBuildListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewLocalBuildListUnauthorized ¶ added in v1.0.3
func NewLocalBuildListUnauthorized() *LocalBuildListUnauthorized
NewLocalBuildListUnauthorized creates a LocalBuildListUnauthorized with default headers values
func (*LocalBuildListUnauthorized) Code ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) Code() int
Code gets the status code for the local build list unauthorized response
func (*LocalBuildListUnauthorized) Error ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) Error() string
func (*LocalBuildListUnauthorized) GetPayload ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*LocalBuildListUnauthorized) IsClientError ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) IsClientError() bool
IsClientError returns true when this local build list unauthorized response has a 4xx status code
func (*LocalBuildListUnauthorized) IsCode ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) IsCode(code int) bool
IsCode returns true when this local build list unauthorized response a status code equal to that given
func (*LocalBuildListUnauthorized) IsRedirect ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) IsRedirect() bool
IsRedirect returns true when this local build list unauthorized response has a 3xx status code
func (*LocalBuildListUnauthorized) IsServerError ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) IsServerError() bool
IsServerError returns true when this local build list unauthorized response has a 5xx status code
func (*LocalBuildListUnauthorized) IsSuccess ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) IsSuccess() bool
IsSuccess returns true when this local build list unauthorized response has a 2xx status code
func (*LocalBuildListUnauthorized) String ¶ added in v1.0.3
func (o *LocalBuildListUnauthorized) String() string
type OrgListBadRequest ¶
type OrgListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOrgListBadRequest ¶
func NewOrgListBadRequest() *OrgListBadRequest
NewOrgListBadRequest creates a OrgListBadRequest with default headers values
func (*OrgListBadRequest) Code ¶ added in v1.0.3
func (o *OrgListBadRequest) Code() int
Code gets the status code for the org list bad request response
func (*OrgListBadRequest) Error ¶
func (o *OrgListBadRequest) Error() string
func (*OrgListBadRequest) GetPayload ¶
func (o *OrgListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgListBadRequest) IsClientError ¶ added in v0.1.0
func (o *OrgListBadRequest) IsClientError() bool
IsClientError returns true when this org list bad request response has a 4xx status code
func (*OrgListBadRequest) IsCode ¶ added in v0.1.0
func (o *OrgListBadRequest) IsCode(code int) bool
IsCode returns true when this org list bad request response a status code equal to that given
func (*OrgListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OrgListBadRequest) IsRedirect() bool
IsRedirect returns true when this org list bad request response has a 3xx status code
func (*OrgListBadRequest) IsServerError ¶ added in v0.1.0
func (o *OrgListBadRequest) IsServerError() bool
IsServerError returns true when this org list bad request response has a 5xx status code
func (*OrgListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OrgListBadRequest) IsSuccess() bool
IsSuccess returns true when this org list bad request response has a 2xx status code
func (*OrgListBadRequest) String ¶ added in v0.1.0
func (o *OrgListBadRequest) String() string
type OrgListInternalServerError ¶
type OrgListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOrgListInternalServerError ¶
func NewOrgListInternalServerError() *OrgListInternalServerError
NewOrgListInternalServerError creates a OrgListInternalServerError with default headers values
func (*OrgListInternalServerError) Code ¶ added in v1.0.3
func (o *OrgListInternalServerError) Code() int
Code gets the status code for the org list internal server error response
func (*OrgListInternalServerError) Error ¶
func (o *OrgListInternalServerError) Error() string
func (*OrgListInternalServerError) GetPayload ¶
func (o *OrgListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OrgListInternalServerError) IsClientError() bool
IsClientError returns true when this org list internal server error response has a 4xx status code
func (*OrgListInternalServerError) IsCode ¶ added in v0.1.0
func (o *OrgListInternalServerError) IsCode(code int) bool
IsCode returns true when this org list internal server error response a status code equal to that given
func (*OrgListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OrgListInternalServerError) IsRedirect() bool
IsRedirect returns true when this org list internal server error response has a 3xx status code
func (*OrgListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OrgListInternalServerError) IsServerError() bool
IsServerError returns true when this org list internal server error response has a 5xx status code
func (*OrgListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OrgListInternalServerError) IsSuccess() bool
IsSuccess returns true when this org list internal server error response has a 2xx status code
func (*OrgListInternalServerError) String ¶ added in v0.1.0
func (o *OrgListInternalServerError) String() string
type OrgListNotFound ¶
type OrgListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgListNotFound describes a response with status code 404, with default header values.
Not Found
func NewOrgListNotFound ¶
func NewOrgListNotFound() *OrgListNotFound
NewOrgListNotFound creates a OrgListNotFound with default headers values
func (*OrgListNotFound) Code ¶ added in v1.0.3
func (o *OrgListNotFound) Code() int
Code gets the status code for the org list not found response
func (*OrgListNotFound) Error ¶
func (o *OrgListNotFound) Error() string
func (*OrgListNotFound) GetPayload ¶
func (o *OrgListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgListNotFound) IsClientError ¶ added in v0.1.0
func (o *OrgListNotFound) IsClientError() bool
IsClientError returns true when this org list not found response has a 4xx status code
func (*OrgListNotFound) IsCode ¶ added in v0.1.0
func (o *OrgListNotFound) IsCode(code int) bool
IsCode returns true when this org list not found response a status code equal to that given
func (*OrgListNotFound) IsRedirect ¶ added in v0.1.0
func (o *OrgListNotFound) IsRedirect() bool
IsRedirect returns true when this org list not found response has a 3xx status code
func (*OrgListNotFound) IsServerError ¶ added in v0.1.0
func (o *OrgListNotFound) IsServerError() bool
IsServerError returns true when this org list not found response has a 5xx status code
func (*OrgListNotFound) IsSuccess ¶ added in v0.1.0
func (o *OrgListNotFound) IsSuccess() bool
IsSuccess returns true when this org list not found response has a 2xx status code
func (*OrgListNotFound) String ¶ added in v0.1.0
func (o *OrgListNotFound) String() string
type OrgListOK ¶
type OrgListOK struct {
Payload *models.V0OrganizationListRespModel
}
OrgListOK describes a response with status code 200, with default header values.
OK
func NewOrgListOK ¶
func NewOrgListOK() *OrgListOK
NewOrgListOK creates a OrgListOK with default headers values
func (*OrgListOK) GetPayload ¶
func (o *OrgListOK) GetPayload() *models.V0OrganizationListRespModel
func (*OrgListOK) IsClientError ¶ added in v0.1.0
IsClientError returns true when this org list o k response has a 4xx status code
func (*OrgListOK) IsCode ¶ added in v0.1.0
IsCode returns true when this org list o k response a status code equal to that given
func (*OrgListOK) IsRedirect ¶ added in v0.1.0
IsRedirect returns true when this org list o k response has a 3xx status code
func (*OrgListOK) IsServerError ¶ added in v0.1.0
IsServerError returns true when this org list o k response has a 5xx status code
type OrgListParams ¶
type OrgListParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OrgListParams contains all the parameters to send to the API endpoint
for the org list operation. Typically these are written to a http.Request.
func NewOrgListParams ¶
func NewOrgListParams() *OrgListParams
NewOrgListParams creates a new OrgListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOrgListParamsWithContext ¶
func NewOrgListParamsWithContext(ctx context.Context) *OrgListParams
NewOrgListParamsWithContext creates a new OrgListParams object with the ability to set a context for a request.
func NewOrgListParamsWithHTTPClient ¶
func NewOrgListParamsWithHTTPClient(client *http.Client) *OrgListParams
NewOrgListParamsWithHTTPClient creates a new OrgListParams object with the ability to set a custom HTTPClient for a request.
func NewOrgListParamsWithTimeout ¶
func NewOrgListParamsWithTimeout(timeout time.Duration) *OrgListParams
NewOrgListParamsWithTimeout creates a new OrgListParams object with the ability to set a timeout on a request.
func (*OrgListParams) SetContext ¶
func (o *OrgListParams) SetContext(ctx context.Context)
SetContext adds the context to the org list params
func (*OrgListParams) SetDefaults ¶
func (o *OrgListParams) SetDefaults()
SetDefaults hydrates default values in the org list params (not the query body).
All values with no default are reset to their zero value.
func (*OrgListParams) SetHTTPClient ¶
func (o *OrgListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the org list params
func (*OrgListParams) SetTimeout ¶
func (o *OrgListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the org list params
func (*OrgListParams) WithContext ¶
func (o *OrgListParams) WithContext(ctx context.Context) *OrgListParams
WithContext adds the context to the org list params
func (*OrgListParams) WithDefaults ¶
func (o *OrgListParams) WithDefaults() *OrgListParams
WithDefaults hydrates default values in the org list params (not the query body).
All values with no default are reset to their zero value.
func (*OrgListParams) WithHTTPClient ¶
func (o *OrgListParams) WithHTTPClient(client *http.Client) *OrgListParams
WithHTTPClient adds the HTTPClient to the org list params
func (*OrgListParams) WithTimeout ¶
func (o *OrgListParams) WithTimeout(timeout time.Duration) *OrgListParams
WithTimeout adds the timeout to the org list params
func (*OrgListParams) WriteToRequest ¶
func (o *OrgListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OrgListReader ¶
type OrgListReader struct {
// contains filtered or unexported fields
}
OrgListReader is a Reader for the OrgList structure.
func (*OrgListReader) ReadResponse ¶
func (o *OrgListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OrgListUnauthorized ¶
type OrgListUnauthorized struct {
}
OrgListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOrgListUnauthorized ¶
func NewOrgListUnauthorized() *OrgListUnauthorized
NewOrgListUnauthorized creates a OrgListUnauthorized with default headers values
func (*OrgListUnauthorized) Code ¶ added in v1.0.3
func (o *OrgListUnauthorized) Code() int
Code gets the status code for the org list unauthorized response
func (*OrgListUnauthorized) Error ¶
func (o *OrgListUnauthorized) Error() string
func (*OrgListUnauthorized) GetPayload ¶
func (o *OrgListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OrgListUnauthorized) IsClientError() bool
IsClientError returns true when this org list unauthorized response has a 4xx status code
func (*OrgListUnauthorized) IsCode ¶ added in v0.1.0
func (o *OrgListUnauthorized) IsCode(code int) bool
IsCode returns true when this org list unauthorized response a status code equal to that given
func (*OrgListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OrgListUnauthorized) IsRedirect() bool
IsRedirect returns true when this org list unauthorized response has a 3xx status code
func (*OrgListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OrgListUnauthorized) IsServerError() bool
IsServerError returns true when this org list unauthorized response has a 5xx status code
func (*OrgListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OrgListUnauthorized) IsSuccess() bool
IsSuccess returns true when this org list unauthorized response has a 2xx status code
func (*OrgListUnauthorized) String ¶ added in v0.1.0
func (o *OrgListUnauthorized) String() string
type OrgShowBadRequest ¶
type OrgShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOrgShowBadRequest ¶
func NewOrgShowBadRequest() *OrgShowBadRequest
NewOrgShowBadRequest creates a OrgShowBadRequest with default headers values
func (*OrgShowBadRequest) Code ¶ added in v1.0.3
func (o *OrgShowBadRequest) Code() int
Code gets the status code for the org show bad request response
func (*OrgShowBadRequest) Error ¶
func (o *OrgShowBadRequest) Error() string
func (*OrgShowBadRequest) GetPayload ¶
func (o *OrgShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *OrgShowBadRequest) IsClientError() bool
IsClientError returns true when this org show bad request response has a 4xx status code
func (*OrgShowBadRequest) IsCode ¶ added in v0.1.0
func (o *OrgShowBadRequest) IsCode(code int) bool
IsCode returns true when this org show bad request response a status code equal to that given
func (*OrgShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OrgShowBadRequest) IsRedirect() bool
IsRedirect returns true when this org show bad request response has a 3xx status code
func (*OrgShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *OrgShowBadRequest) IsServerError() bool
IsServerError returns true when this org show bad request response has a 5xx status code
func (*OrgShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OrgShowBadRequest) IsSuccess() bool
IsSuccess returns true when this org show bad request response has a 2xx status code
func (*OrgShowBadRequest) String ¶ added in v0.1.0
func (o *OrgShowBadRequest) String() string
type OrgShowInternalServerError ¶
type OrgShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOrgShowInternalServerError ¶
func NewOrgShowInternalServerError() *OrgShowInternalServerError
NewOrgShowInternalServerError creates a OrgShowInternalServerError with default headers values
func (*OrgShowInternalServerError) Code ¶ added in v1.0.3
func (o *OrgShowInternalServerError) Code() int
Code gets the status code for the org show internal server error response
func (*OrgShowInternalServerError) Error ¶
func (o *OrgShowInternalServerError) Error() string
func (*OrgShowInternalServerError) GetPayload ¶
func (o *OrgShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OrgShowInternalServerError) IsClientError() bool
IsClientError returns true when this org show internal server error response has a 4xx status code
func (*OrgShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *OrgShowInternalServerError) IsCode(code int) bool
IsCode returns true when this org show internal server error response a status code equal to that given
func (*OrgShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OrgShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this org show internal server error response has a 3xx status code
func (*OrgShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OrgShowInternalServerError) IsServerError() bool
IsServerError returns true when this org show internal server error response has a 5xx status code
func (*OrgShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OrgShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this org show internal server error response has a 2xx status code
func (*OrgShowInternalServerError) String ¶ added in v0.1.0
func (o *OrgShowInternalServerError) String() string
type OrgShowNotFound ¶
type OrgShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OrgShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewOrgShowNotFound ¶
func NewOrgShowNotFound() *OrgShowNotFound
NewOrgShowNotFound creates a OrgShowNotFound with default headers values
func (*OrgShowNotFound) Code ¶ added in v1.0.3
func (o *OrgShowNotFound) Code() int
Code gets the status code for the org show not found response
func (*OrgShowNotFound) Error ¶
func (o *OrgShowNotFound) Error() string
func (*OrgShowNotFound) GetPayload ¶
func (o *OrgShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgShowNotFound) IsClientError ¶ added in v0.1.0
func (o *OrgShowNotFound) IsClientError() bool
IsClientError returns true when this org show not found response has a 4xx status code
func (*OrgShowNotFound) IsCode ¶ added in v0.1.0
func (o *OrgShowNotFound) IsCode(code int) bool
IsCode returns true when this org show not found response a status code equal to that given
func (*OrgShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *OrgShowNotFound) IsRedirect() bool
IsRedirect returns true when this org show not found response has a 3xx status code
func (*OrgShowNotFound) IsServerError ¶ added in v0.1.0
func (o *OrgShowNotFound) IsServerError() bool
IsServerError returns true when this org show not found response has a 5xx status code
func (*OrgShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *OrgShowNotFound) IsSuccess() bool
IsSuccess returns true when this org show not found response has a 2xx status code
func (*OrgShowNotFound) String ¶ added in v0.1.0
func (o *OrgShowNotFound) String() string
type OrgShowOK ¶
type OrgShowOK struct {
Payload *models.V0OrganizationRespModel
}
OrgShowOK describes a response with status code 200, with default header values.
OK
func NewOrgShowOK ¶
func NewOrgShowOK() *OrgShowOK
NewOrgShowOK creates a OrgShowOK with default headers values
func (*OrgShowOK) GetPayload ¶
func (o *OrgShowOK) GetPayload() *models.V0OrganizationRespModel
func (*OrgShowOK) IsClientError ¶ added in v0.1.0
IsClientError returns true when this org show o k response has a 4xx status code
func (*OrgShowOK) IsCode ¶ added in v0.1.0
IsCode returns true when this org show o k response a status code equal to that given
func (*OrgShowOK) IsRedirect ¶ added in v0.1.0
IsRedirect returns true when this org show o k response has a 3xx status code
func (*OrgShowOK) IsServerError ¶ added in v0.1.0
IsServerError returns true when this org show o k response has a 5xx status code
type OrgShowParams ¶
type OrgShowParams struct {
/* OrgSlug.
The organization slug
*/
OrgSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OrgShowParams contains all the parameters to send to the API endpoint
for the org show operation. Typically these are written to a http.Request.
func NewOrgShowParams ¶
func NewOrgShowParams() *OrgShowParams
NewOrgShowParams creates a new OrgShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOrgShowParamsWithContext ¶
func NewOrgShowParamsWithContext(ctx context.Context) *OrgShowParams
NewOrgShowParamsWithContext creates a new OrgShowParams object with the ability to set a context for a request.
func NewOrgShowParamsWithHTTPClient ¶
func NewOrgShowParamsWithHTTPClient(client *http.Client) *OrgShowParams
NewOrgShowParamsWithHTTPClient creates a new OrgShowParams object with the ability to set a custom HTTPClient for a request.
func NewOrgShowParamsWithTimeout ¶
func NewOrgShowParamsWithTimeout(timeout time.Duration) *OrgShowParams
NewOrgShowParamsWithTimeout creates a new OrgShowParams object with the ability to set a timeout on a request.
func (*OrgShowParams) SetContext ¶
func (o *OrgShowParams) SetContext(ctx context.Context)
SetContext adds the context to the org show params
func (*OrgShowParams) SetDefaults ¶
func (o *OrgShowParams) SetDefaults()
SetDefaults hydrates default values in the org show params (not the query body).
All values with no default are reset to their zero value.
func (*OrgShowParams) SetHTTPClient ¶
func (o *OrgShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the org show params
func (*OrgShowParams) SetOrgSlug ¶
func (o *OrgShowParams) SetOrgSlug(orgSlug string)
SetOrgSlug adds the orgSlug to the org show params
func (*OrgShowParams) SetTimeout ¶
func (o *OrgShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the org show params
func (*OrgShowParams) WithContext ¶
func (o *OrgShowParams) WithContext(ctx context.Context) *OrgShowParams
WithContext adds the context to the org show params
func (*OrgShowParams) WithDefaults ¶
func (o *OrgShowParams) WithDefaults() *OrgShowParams
WithDefaults hydrates default values in the org show params (not the query body).
All values with no default are reset to their zero value.
func (*OrgShowParams) WithHTTPClient ¶
func (o *OrgShowParams) WithHTTPClient(client *http.Client) *OrgShowParams
WithHTTPClient adds the HTTPClient to the org show params
func (*OrgShowParams) WithOrgSlug ¶
func (o *OrgShowParams) WithOrgSlug(orgSlug string) *OrgShowParams
WithOrgSlug adds the orgSlug to the org show params
func (*OrgShowParams) WithTimeout ¶
func (o *OrgShowParams) WithTimeout(timeout time.Duration) *OrgShowParams
WithTimeout adds the timeout to the org show params
func (*OrgShowParams) WriteToRequest ¶
func (o *OrgShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OrgShowReader ¶
type OrgShowReader struct {
// contains filtered or unexported fields
}
OrgShowReader is a Reader for the OrgShow structure.
func (*OrgShowReader) ReadResponse ¶
func (o *OrgShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OrgShowUnauthorized ¶
type OrgShowUnauthorized struct {
}
OrgShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOrgShowUnauthorized ¶
func NewOrgShowUnauthorized() *OrgShowUnauthorized
NewOrgShowUnauthorized creates a OrgShowUnauthorized with default headers values
func (*OrgShowUnauthorized) Code ¶ added in v1.0.3
func (o *OrgShowUnauthorized) Code() int
Code gets the status code for the org show unauthorized response
func (*OrgShowUnauthorized) Error ¶
func (o *OrgShowUnauthorized) Error() string
func (*OrgShowUnauthorized) GetPayload ¶
func (o *OrgShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrgShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OrgShowUnauthorized) IsClientError() bool
IsClientError returns true when this org show unauthorized response has a 4xx status code
func (*OrgShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *OrgShowUnauthorized) IsCode(code int) bool
IsCode returns true when this org show unauthorized response a status code equal to that given
func (*OrgShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OrgShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this org show unauthorized response has a 3xx status code
func (*OrgShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OrgShowUnauthorized) IsServerError() bool
IsServerError returns true when this org show unauthorized response has a 5xx status code
func (*OrgShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OrgShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this org show unauthorized response has a 2xx status code
func (*OrgShowUnauthorized) String ¶ added in v0.1.0
func (o *OrgShowUnauthorized) String() string
type OrganizationMachineTypeUpdateBadRequest ¶ added in v1.0.3
type OrganizationMachineTypeUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OrganizationMachineTypeUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOrganizationMachineTypeUpdateBadRequest ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateBadRequest() *OrganizationMachineTypeUpdateBadRequest
NewOrganizationMachineTypeUpdateBadRequest creates a OrganizationMachineTypeUpdateBadRequest with default headers values
func (*OrganizationMachineTypeUpdateBadRequest) Code ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) Code() int
Code gets the status code for the organization machine type update bad request response
func (*OrganizationMachineTypeUpdateBadRequest) Error ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) Error() string
func (*OrganizationMachineTypeUpdateBadRequest) GetPayload ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrganizationMachineTypeUpdateBadRequest) IsClientError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) IsClientError() bool
IsClientError returns true when this organization machine type update bad request response has a 4xx status code
func (*OrganizationMachineTypeUpdateBadRequest) IsCode ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this organization machine type update bad request response a status code equal to that given
func (*OrganizationMachineTypeUpdateBadRequest) IsRedirect ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this organization machine type update bad request response has a 3xx status code
func (*OrganizationMachineTypeUpdateBadRequest) IsServerError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) IsServerError() bool
IsServerError returns true when this organization machine type update bad request response has a 5xx status code
func (*OrganizationMachineTypeUpdateBadRequest) IsSuccess ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this organization machine type update bad request response has a 2xx status code
func (*OrganizationMachineTypeUpdateBadRequest) String ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateBadRequest) String() string
type OrganizationMachineTypeUpdateInternalServerError ¶ added in v1.0.3
type OrganizationMachineTypeUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OrganizationMachineTypeUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOrganizationMachineTypeUpdateInternalServerError ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateInternalServerError() *OrganizationMachineTypeUpdateInternalServerError
NewOrganizationMachineTypeUpdateInternalServerError creates a OrganizationMachineTypeUpdateInternalServerError with default headers values
func (*OrganizationMachineTypeUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) Code() int
Code gets the status code for the organization machine type update internal server error response
func (*OrganizationMachineTypeUpdateInternalServerError) Error ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) Error() string
func (*OrganizationMachineTypeUpdateInternalServerError) GetPayload ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrganizationMachineTypeUpdateInternalServerError) IsClientError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this organization machine type update internal server error response has a 4xx status code
func (*OrganizationMachineTypeUpdateInternalServerError) IsCode ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this organization machine type update internal server error response a status code equal to that given
func (*OrganizationMachineTypeUpdateInternalServerError) IsRedirect ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this organization machine type update internal server error response has a 3xx status code
func (*OrganizationMachineTypeUpdateInternalServerError) IsServerError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this organization machine type update internal server error response has a 5xx status code
func (*OrganizationMachineTypeUpdateInternalServerError) IsSuccess ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this organization machine type update internal server error response has a 2xx status code
func (*OrganizationMachineTypeUpdateInternalServerError) String ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateInternalServerError) String() string
type OrganizationMachineTypeUpdateNotFound ¶ added in v1.0.3
type OrganizationMachineTypeUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OrganizationMachineTypeUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewOrganizationMachineTypeUpdateNotFound ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateNotFound() *OrganizationMachineTypeUpdateNotFound
NewOrganizationMachineTypeUpdateNotFound creates a OrganizationMachineTypeUpdateNotFound with default headers values
func (*OrganizationMachineTypeUpdateNotFound) Code ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) Code() int
Code gets the status code for the organization machine type update not found response
func (*OrganizationMachineTypeUpdateNotFound) Error ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) Error() string
func (*OrganizationMachineTypeUpdateNotFound) GetPayload ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrganizationMachineTypeUpdateNotFound) IsClientError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) IsClientError() bool
IsClientError returns true when this organization machine type update not found response has a 4xx status code
func (*OrganizationMachineTypeUpdateNotFound) IsCode ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) IsCode(code int) bool
IsCode returns true when this organization machine type update not found response a status code equal to that given
func (*OrganizationMachineTypeUpdateNotFound) IsRedirect ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this organization machine type update not found response has a 3xx status code
func (*OrganizationMachineTypeUpdateNotFound) IsServerError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) IsServerError() bool
IsServerError returns true when this organization machine type update not found response has a 5xx status code
func (*OrganizationMachineTypeUpdateNotFound) IsSuccess ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this organization machine type update not found response has a 2xx status code
func (*OrganizationMachineTypeUpdateNotFound) String ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateNotFound) String() string
type OrganizationMachineTypeUpdateOK ¶ added in v1.0.3
type OrganizationMachineTypeUpdateOK struct {
Payload *models.V0OrganizationUpdateMachineTypeResponse
}
OrganizationMachineTypeUpdateOK describes a response with status code 200, with default header values.
OK
func NewOrganizationMachineTypeUpdateOK ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateOK() *OrganizationMachineTypeUpdateOK
NewOrganizationMachineTypeUpdateOK creates a OrganizationMachineTypeUpdateOK with default headers values
func (*OrganizationMachineTypeUpdateOK) Code ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) Code() int
Code gets the status code for the organization machine type update o k response
func (*OrganizationMachineTypeUpdateOK) Error ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) Error() string
func (*OrganizationMachineTypeUpdateOK) GetPayload ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) GetPayload() *models.V0OrganizationUpdateMachineTypeResponse
func (*OrganizationMachineTypeUpdateOK) IsClientError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) IsClientError() bool
IsClientError returns true when this organization machine type update o k response has a 4xx status code
func (*OrganizationMachineTypeUpdateOK) IsCode ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) IsCode(code int) bool
IsCode returns true when this organization machine type update o k response a status code equal to that given
func (*OrganizationMachineTypeUpdateOK) IsRedirect ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) IsRedirect() bool
IsRedirect returns true when this organization machine type update o k response has a 3xx status code
func (*OrganizationMachineTypeUpdateOK) IsServerError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) IsServerError() bool
IsServerError returns true when this organization machine type update o k response has a 5xx status code
func (*OrganizationMachineTypeUpdateOK) IsSuccess ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) IsSuccess() bool
IsSuccess returns true when this organization machine type update o k response has a 2xx status code
func (*OrganizationMachineTypeUpdateOK) String ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateOK) String() string
type OrganizationMachineTypeUpdateParams ¶ added in v1.0.3
type OrganizationMachineTypeUpdateParams struct {
/* OrgSlug.
Organization slug
*/
OrgSlug string
/* Types.
Machine type to migrate from and to
*/
Types *models.V0OrganizationUpdateMachineTypeParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OrganizationMachineTypeUpdateParams contains all the parameters to send to the API endpoint
for the organization machine type update operation. Typically these are written to a http.Request.
func NewOrganizationMachineTypeUpdateParams ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateParams() *OrganizationMachineTypeUpdateParams
NewOrganizationMachineTypeUpdateParams creates a new OrganizationMachineTypeUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOrganizationMachineTypeUpdateParamsWithContext ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateParamsWithContext(ctx context.Context) *OrganizationMachineTypeUpdateParams
NewOrganizationMachineTypeUpdateParamsWithContext creates a new OrganizationMachineTypeUpdateParams object with the ability to set a context for a request.
func NewOrganizationMachineTypeUpdateParamsWithHTTPClient ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateParamsWithHTTPClient(client *http.Client) *OrganizationMachineTypeUpdateParams
NewOrganizationMachineTypeUpdateParamsWithHTTPClient creates a new OrganizationMachineTypeUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewOrganizationMachineTypeUpdateParamsWithTimeout ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateParamsWithTimeout(timeout time.Duration) *OrganizationMachineTypeUpdateParams
NewOrganizationMachineTypeUpdateParamsWithTimeout creates a new OrganizationMachineTypeUpdateParams object with the ability to set a timeout on a request.
func (*OrganizationMachineTypeUpdateParams) SetContext ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) SetDefaults ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetDefaults()
SetDefaults hydrates default values in the organization machine type update params (not the query body).
All values with no default are reset to their zero value.
func (*OrganizationMachineTypeUpdateParams) SetHTTPClient ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) SetOrgSlug ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetOrgSlug(orgSlug string)
SetOrgSlug adds the orgSlug to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) SetTimeout ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) SetTypes ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) SetTypes(types *models.V0OrganizationUpdateMachineTypeParams)
SetTypes adds the types to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WithContext ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithContext(ctx context.Context) *OrganizationMachineTypeUpdateParams
WithContext adds the context to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WithDefaults ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithDefaults() *OrganizationMachineTypeUpdateParams
WithDefaults hydrates default values in the organization machine type update params (not the query body).
All values with no default are reset to their zero value.
func (*OrganizationMachineTypeUpdateParams) WithHTTPClient ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithHTTPClient(client *http.Client) *OrganizationMachineTypeUpdateParams
WithHTTPClient adds the HTTPClient to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WithOrgSlug ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithOrgSlug(orgSlug string) *OrganizationMachineTypeUpdateParams
WithOrgSlug adds the orgSlug to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WithTimeout ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithTimeout(timeout time.Duration) *OrganizationMachineTypeUpdateParams
WithTimeout adds the timeout to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WithTypes ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WithTypes(types *models.V0OrganizationUpdateMachineTypeParams) *OrganizationMachineTypeUpdateParams
WithTypes adds the types to the organization machine type update params
func (*OrganizationMachineTypeUpdateParams) WriteToRequest ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OrganizationMachineTypeUpdateReader ¶ added in v1.0.3
type OrganizationMachineTypeUpdateReader struct {
// contains filtered or unexported fields
}
OrganizationMachineTypeUpdateReader is a Reader for the OrganizationMachineTypeUpdate structure.
func (*OrganizationMachineTypeUpdateReader) ReadResponse ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OrganizationMachineTypeUpdateUnauthorized ¶ added in v1.0.3
type OrganizationMachineTypeUpdateUnauthorized struct {
}
OrganizationMachineTypeUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOrganizationMachineTypeUpdateUnauthorized ¶ added in v1.0.3
func NewOrganizationMachineTypeUpdateUnauthorized() *OrganizationMachineTypeUpdateUnauthorized
NewOrganizationMachineTypeUpdateUnauthorized creates a OrganizationMachineTypeUpdateUnauthorized with default headers values
func (*OrganizationMachineTypeUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) Code() int
Code gets the status code for the organization machine type update unauthorized response
func (*OrganizationMachineTypeUpdateUnauthorized) Error ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) Error() string
func (*OrganizationMachineTypeUpdateUnauthorized) GetPayload ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OrganizationMachineTypeUpdateUnauthorized) IsClientError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this organization machine type update unauthorized response has a 4xx status code
func (*OrganizationMachineTypeUpdateUnauthorized) IsCode ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this organization machine type update unauthorized response a status code equal to that given
func (*OrganizationMachineTypeUpdateUnauthorized) IsRedirect ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this organization machine type update unauthorized response has a 3xx status code
func (*OrganizationMachineTypeUpdateUnauthorized) IsServerError ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this organization machine type update unauthorized response has a 5xx status code
func (*OrganizationMachineTypeUpdateUnauthorized) IsSuccess ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this organization machine type update unauthorized response has a 2xx status code
func (*OrganizationMachineTypeUpdateUnauthorized) String ¶ added in v1.0.3
func (o *OrganizationMachineTypeUpdateUnauthorized) String() string
type OrganzationGroupsListNotFound ¶ added in v1.0.3
type OrganzationGroupsListNotFound struct {
Payload *models.ServiceProxyErrorRespModel
}
OrganzationGroupsListNotFound describes a response with status code 404, with default header values.
Not Found
func NewOrganzationGroupsListNotFound ¶ added in v1.0.3
func NewOrganzationGroupsListNotFound() *OrganzationGroupsListNotFound
NewOrganzationGroupsListNotFound creates a OrganzationGroupsListNotFound with default headers values
func (*OrganzationGroupsListNotFound) Code ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) Code() int
Code gets the status code for the organzation groups list not found response
func (*OrganzationGroupsListNotFound) Error ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) Error() string
func (*OrganzationGroupsListNotFound) GetPayload ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) GetPayload() *models.ServiceProxyErrorRespModel
func (*OrganzationGroupsListNotFound) IsClientError ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) IsClientError() bool
IsClientError returns true when this organzation groups list not found response has a 4xx status code
func (*OrganzationGroupsListNotFound) IsCode ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) IsCode(code int) bool
IsCode returns true when this organzation groups list not found response a status code equal to that given
func (*OrganzationGroupsListNotFound) IsRedirect ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) IsRedirect() bool
IsRedirect returns true when this organzation groups list not found response has a 3xx status code
func (*OrganzationGroupsListNotFound) IsServerError ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) IsServerError() bool
IsServerError returns true when this organzation groups list not found response has a 5xx status code
func (*OrganzationGroupsListNotFound) IsSuccess ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) IsSuccess() bool
IsSuccess returns true when this organzation groups list not found response has a 2xx status code
func (*OrganzationGroupsListNotFound) String ¶ added in v1.0.3
func (o *OrganzationGroupsListNotFound) String() string
type OrganzationGroupsListOK ¶ added in v1.0.3
type OrganzationGroupsListOK struct {
Payload []*OrganzationGroupsListOKBodyItems0
}
OrganzationGroupsListOK describes a response with status code 200, with default header values.
list of groups
func NewOrganzationGroupsListOK ¶ added in v1.0.3
func NewOrganzationGroupsListOK() *OrganzationGroupsListOK
NewOrganzationGroupsListOK creates a OrganzationGroupsListOK with default headers values
func (*OrganzationGroupsListOK) Code ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) Code() int
Code gets the status code for the organzation groups list o k response
func (*OrganzationGroupsListOK) Error ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) Error() string
func (*OrganzationGroupsListOK) GetPayload ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) GetPayload() []*OrganzationGroupsListOKBodyItems0
func (*OrganzationGroupsListOK) IsClientError ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) IsClientError() bool
IsClientError returns true when this organzation groups list o k response has a 4xx status code
func (*OrganzationGroupsListOK) IsCode ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) IsCode(code int) bool
IsCode returns true when this organzation groups list o k response a status code equal to that given
func (*OrganzationGroupsListOK) IsRedirect ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) IsRedirect() bool
IsRedirect returns true when this organzation groups list o k response has a 3xx status code
func (*OrganzationGroupsListOK) IsServerError ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) IsServerError() bool
IsServerError returns true when this organzation groups list o k response has a 5xx status code
func (*OrganzationGroupsListOK) IsSuccess ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) IsSuccess() bool
IsSuccess returns true when this organzation groups list o k response has a 2xx status code
func (*OrganzationGroupsListOK) String ¶ added in v1.0.3
func (o *OrganzationGroupsListOK) String() string
type OrganzationGroupsListOKBodyItems0 ¶ added in v1.0.3
type OrganzationGroupsListOKBodyItems0 struct {
OrganzationGroupsListOKBodyItems0AllOf0
// name
Name string `json:"name,omitempty"`
// slug
Slug string `json:"slug,omitempty"`
}
OrganzationGroupsListOKBodyItems0 organzation groups list o k body items0 swagger:model OrganzationGroupsListOKBodyItems0
func (*OrganzationGroupsListOKBodyItems0) ContextValidate ¶ added in v1.0.3
func (o *OrganzationGroupsListOKBodyItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this organzation groups list o k body items0 based on context it is used
func (*OrganzationGroupsListOKBodyItems0) MarshalBinary ¶ added in v1.0.3
func (o *OrganzationGroupsListOKBodyItems0) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (OrganzationGroupsListOKBodyItems0) MarshalJSON ¶ added in v1.0.3
func (o OrganzationGroupsListOKBodyItems0) MarshalJSON() ([]byte, error)
MarshalJSON marshals this object to a JSON structure
func (*OrganzationGroupsListOKBodyItems0) UnmarshalBinary ¶ added in v1.0.3
func (o *OrganzationGroupsListOKBodyItems0) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
func (*OrganzationGroupsListOKBodyItems0) UnmarshalJSON ¶ added in v1.0.3
func (o *OrganzationGroupsListOKBodyItems0) UnmarshalJSON(raw []byte) error
UnmarshalJSON unmarshals this object from a JSON structure
type OrganzationGroupsListOKBodyItems0AllOf0 ¶ added in v1.0.3
type OrganzationGroupsListOKBodyItems0AllOf0 interface{}
OrganzationGroupsListOKBodyItems0AllOf0 organzation groups list o k body items0 all of0 swagger:model OrganzationGroupsListOKBodyItems0AllOf0
type OrganzationGroupsListParams ¶ added in v1.0.3
type OrganzationGroupsListParams struct {
/* OrgSlug.
slug of the organization
*/
OrgSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OrganzationGroupsListParams contains all the parameters to send to the API endpoint
for the organzation groups list operation. Typically these are written to a http.Request.
func NewOrganzationGroupsListParams ¶ added in v1.0.3
func NewOrganzationGroupsListParams() *OrganzationGroupsListParams
NewOrganzationGroupsListParams creates a new OrganzationGroupsListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOrganzationGroupsListParamsWithContext ¶ added in v1.0.3
func NewOrganzationGroupsListParamsWithContext(ctx context.Context) *OrganzationGroupsListParams
NewOrganzationGroupsListParamsWithContext creates a new OrganzationGroupsListParams object with the ability to set a context for a request.
func NewOrganzationGroupsListParamsWithHTTPClient ¶ added in v1.0.3
func NewOrganzationGroupsListParamsWithHTTPClient(client *http.Client) *OrganzationGroupsListParams
NewOrganzationGroupsListParamsWithHTTPClient creates a new OrganzationGroupsListParams object with the ability to set a custom HTTPClient for a request.
func NewOrganzationGroupsListParamsWithTimeout ¶ added in v1.0.3
func NewOrganzationGroupsListParamsWithTimeout(timeout time.Duration) *OrganzationGroupsListParams
NewOrganzationGroupsListParamsWithTimeout creates a new OrganzationGroupsListParams object with the ability to set a timeout on a request.
func (*OrganzationGroupsListParams) SetContext ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) SetContext(ctx context.Context)
SetContext adds the context to the organzation groups list params
func (*OrganzationGroupsListParams) SetDefaults ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) SetDefaults()
SetDefaults hydrates default values in the organzation groups list params (not the query body).
All values with no default are reset to their zero value.
func (*OrganzationGroupsListParams) SetHTTPClient ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the organzation groups list params
func (*OrganzationGroupsListParams) SetOrgSlug ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) SetOrgSlug(orgSlug string)
SetOrgSlug adds the orgSlug to the organzation groups list params
func (*OrganzationGroupsListParams) SetTimeout ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the organzation groups list params
func (*OrganzationGroupsListParams) WithContext ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WithContext(ctx context.Context) *OrganzationGroupsListParams
WithContext adds the context to the organzation groups list params
func (*OrganzationGroupsListParams) WithDefaults ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WithDefaults() *OrganzationGroupsListParams
WithDefaults hydrates default values in the organzation groups list params (not the query body).
All values with no default are reset to their zero value.
func (*OrganzationGroupsListParams) WithHTTPClient ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WithHTTPClient(client *http.Client) *OrganzationGroupsListParams
WithHTTPClient adds the HTTPClient to the organzation groups list params
func (*OrganzationGroupsListParams) WithOrgSlug ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WithOrgSlug(orgSlug string) *OrganzationGroupsListParams
WithOrgSlug adds the orgSlug to the organzation groups list params
func (*OrganzationGroupsListParams) WithTimeout ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WithTimeout(timeout time.Duration) *OrganzationGroupsListParams
WithTimeout adds the timeout to the organzation groups list params
func (*OrganzationGroupsListParams) WriteToRequest ¶ added in v1.0.3
func (o *OrganzationGroupsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OrganzationGroupsListReader ¶ added in v1.0.3
type OrganzationGroupsListReader struct {
// contains filtered or unexported fields
}
OrganzationGroupsListReader is a Reader for the OrganzationGroupsList structure.
func (*OrganzationGroupsListReader) ReadResponse ¶ added in v1.0.3
func (o *OrganzationGroupsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OutgoingWebhookCreateBadRequest ¶
type OutgoingWebhookCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOutgoingWebhookCreateBadRequest ¶
func NewOutgoingWebhookCreateBadRequest() *OutgoingWebhookCreateBadRequest
NewOutgoingWebhookCreateBadRequest creates a OutgoingWebhookCreateBadRequest with default headers values
func (*OutgoingWebhookCreateBadRequest) Code ¶ added in v1.0.3
func (o *OutgoingWebhookCreateBadRequest) Code() int
Code gets the status code for the outgoing webhook create bad request response
func (*OutgoingWebhookCreateBadRequest) Error ¶
func (o *OutgoingWebhookCreateBadRequest) Error() string
func (*OutgoingWebhookCreateBadRequest) GetPayload ¶
func (o *OutgoingWebhookCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) IsClientError() bool
IsClientError returns true when this outgoing webhook create bad request response has a 4xx status code
func (*OutgoingWebhookCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) IsCode(code int) bool
IsCode returns true when this outgoing webhook create bad request response a status code equal to that given
func (*OutgoingWebhookCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this outgoing webhook create bad request response has a 3xx status code
func (*OutgoingWebhookCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) IsServerError() bool
IsServerError returns true when this outgoing webhook create bad request response has a 5xx status code
func (*OutgoingWebhookCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this outgoing webhook create bad request response has a 2xx status code
func (*OutgoingWebhookCreateBadRequest) String ¶ added in v0.1.0
func (o *OutgoingWebhookCreateBadRequest) String() string
type OutgoingWebhookCreateInternalServerError ¶
type OutgoingWebhookCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOutgoingWebhookCreateInternalServerError ¶
func NewOutgoingWebhookCreateInternalServerError() *OutgoingWebhookCreateInternalServerError
NewOutgoingWebhookCreateInternalServerError creates a OutgoingWebhookCreateInternalServerError with default headers values
func (*OutgoingWebhookCreateInternalServerError) Code ¶ added in v1.0.3
func (o *OutgoingWebhookCreateInternalServerError) Code() int
Code gets the status code for the outgoing webhook create internal server error response
func (*OutgoingWebhookCreateInternalServerError) Error ¶
func (o *OutgoingWebhookCreateInternalServerError) Error() string
func (*OutgoingWebhookCreateInternalServerError) GetPayload ¶
func (o *OutgoingWebhookCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) IsClientError() bool
IsClientError returns true when this outgoing webhook create internal server error response has a 4xx status code
func (*OutgoingWebhookCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this outgoing webhook create internal server error response a status code equal to that given
func (*OutgoingWebhookCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this outgoing webhook create internal server error response has a 3xx status code
func (*OutgoingWebhookCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) IsServerError() bool
IsServerError returns true when this outgoing webhook create internal server error response has a 5xx status code
func (*OutgoingWebhookCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this outgoing webhook create internal server error response has a 2xx status code
func (*OutgoingWebhookCreateInternalServerError) String ¶ added in v0.1.0
func (o *OutgoingWebhookCreateInternalServerError) String() string
type OutgoingWebhookCreateNotFound ¶
type OutgoingWebhookCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewOutgoingWebhookCreateNotFound ¶
func NewOutgoingWebhookCreateNotFound() *OutgoingWebhookCreateNotFound
NewOutgoingWebhookCreateNotFound creates a OutgoingWebhookCreateNotFound with default headers values
func (*OutgoingWebhookCreateNotFound) Code ¶ added in v1.0.3
func (o *OutgoingWebhookCreateNotFound) Code() int
Code gets the status code for the outgoing webhook create not found response
func (*OutgoingWebhookCreateNotFound) Error ¶
func (o *OutgoingWebhookCreateNotFound) Error() string
func (*OutgoingWebhookCreateNotFound) GetPayload ¶
func (o *OutgoingWebhookCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) IsClientError() bool
IsClientError returns true when this outgoing webhook create not found response has a 4xx status code
func (*OutgoingWebhookCreateNotFound) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) IsCode(code int) bool
IsCode returns true when this outgoing webhook create not found response a status code equal to that given
func (*OutgoingWebhookCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) IsRedirect() bool
IsRedirect returns true when this outgoing webhook create not found response has a 3xx status code
func (*OutgoingWebhookCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) IsServerError() bool
IsServerError returns true when this outgoing webhook create not found response has a 5xx status code
func (*OutgoingWebhookCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) IsSuccess() bool
IsSuccess returns true when this outgoing webhook create not found response has a 2xx status code
func (*OutgoingWebhookCreateNotFound) String ¶ added in v0.1.0
func (o *OutgoingWebhookCreateNotFound) String() string
type OutgoingWebhookCreateOK ¶
type OutgoingWebhookCreateOK struct {
Payload *models.V0AppWebhookCreatedResponseModel
}
OutgoingWebhookCreateOK describes a response with status code 200, with default header values.
OK
func NewOutgoingWebhookCreateOK ¶
func NewOutgoingWebhookCreateOK() *OutgoingWebhookCreateOK
NewOutgoingWebhookCreateOK creates a OutgoingWebhookCreateOK with default headers values
func (*OutgoingWebhookCreateOK) Code ¶ added in v1.0.3
func (o *OutgoingWebhookCreateOK) Code() int
Code gets the status code for the outgoing webhook create o k response
func (*OutgoingWebhookCreateOK) Error ¶
func (o *OutgoingWebhookCreateOK) Error() string
func (*OutgoingWebhookCreateOK) GetPayload ¶
func (o *OutgoingWebhookCreateOK) GetPayload() *models.V0AppWebhookCreatedResponseModel
func (*OutgoingWebhookCreateOK) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) IsClientError() bool
IsClientError returns true when this outgoing webhook create o k response has a 4xx status code
func (*OutgoingWebhookCreateOK) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) IsCode(code int) bool
IsCode returns true when this outgoing webhook create o k response a status code equal to that given
func (*OutgoingWebhookCreateOK) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) IsRedirect() bool
IsRedirect returns true when this outgoing webhook create o k response has a 3xx status code
func (*OutgoingWebhookCreateOK) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) IsServerError() bool
IsServerError returns true when this outgoing webhook create o k response has a 5xx status code
func (*OutgoingWebhookCreateOK) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) IsSuccess() bool
IsSuccess returns true when this outgoing webhook create o k response has a 2xx status code
func (*OutgoingWebhookCreateOK) String ¶ added in v0.1.0
func (o *OutgoingWebhookCreateOK) String() string
type OutgoingWebhookCreateParams ¶
type OutgoingWebhookCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookCreateParams.
App webhook creation params
*/
AppWebhookCreateParams *models.V0AppWebhookCreateParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OutgoingWebhookCreateParams contains all the parameters to send to the API endpoint
for the outgoing webhook create operation. Typically these are written to a http.Request.
func NewOutgoingWebhookCreateParams ¶
func NewOutgoingWebhookCreateParams() *OutgoingWebhookCreateParams
NewOutgoingWebhookCreateParams creates a new OutgoingWebhookCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOutgoingWebhookCreateParamsWithContext ¶
func NewOutgoingWebhookCreateParamsWithContext(ctx context.Context) *OutgoingWebhookCreateParams
NewOutgoingWebhookCreateParamsWithContext creates a new OutgoingWebhookCreateParams object with the ability to set a context for a request.
func NewOutgoingWebhookCreateParamsWithHTTPClient ¶
func NewOutgoingWebhookCreateParamsWithHTTPClient(client *http.Client) *OutgoingWebhookCreateParams
NewOutgoingWebhookCreateParamsWithHTTPClient creates a new OutgoingWebhookCreateParams object with the ability to set a custom HTTPClient for a request.
func NewOutgoingWebhookCreateParamsWithTimeout ¶
func NewOutgoingWebhookCreateParamsWithTimeout(timeout time.Duration) *OutgoingWebhookCreateParams
NewOutgoingWebhookCreateParamsWithTimeout creates a new OutgoingWebhookCreateParams object with the ability to set a timeout on a request.
func (*OutgoingWebhookCreateParams) SetAppSlug ¶
func (o *OutgoingWebhookCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) SetAppWebhookCreateParams ¶
func (o *OutgoingWebhookCreateParams) SetAppWebhookCreateParams(appWebhookCreateParams *models.V0AppWebhookCreateParams)
SetAppWebhookCreateParams adds the appWebhookCreateParams to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) SetContext ¶
func (o *OutgoingWebhookCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) SetDefaults ¶
func (o *OutgoingWebhookCreateParams) SetDefaults()
SetDefaults hydrates default values in the outgoing webhook create params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookCreateParams) SetHTTPClient ¶
func (o *OutgoingWebhookCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) SetTimeout ¶
func (o *OutgoingWebhookCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WithAppSlug ¶
func (o *OutgoingWebhookCreateParams) WithAppSlug(appSlug string) *OutgoingWebhookCreateParams
WithAppSlug adds the appSlug to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WithAppWebhookCreateParams ¶
func (o *OutgoingWebhookCreateParams) WithAppWebhookCreateParams(appWebhookCreateParams *models.V0AppWebhookCreateParams) *OutgoingWebhookCreateParams
WithAppWebhookCreateParams adds the appWebhookCreateParams to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WithContext ¶
func (o *OutgoingWebhookCreateParams) WithContext(ctx context.Context) *OutgoingWebhookCreateParams
WithContext adds the context to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WithDefaults ¶
func (o *OutgoingWebhookCreateParams) WithDefaults() *OutgoingWebhookCreateParams
WithDefaults hydrates default values in the outgoing webhook create params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookCreateParams) WithHTTPClient ¶
func (o *OutgoingWebhookCreateParams) WithHTTPClient(client *http.Client) *OutgoingWebhookCreateParams
WithHTTPClient adds the HTTPClient to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WithTimeout ¶
func (o *OutgoingWebhookCreateParams) WithTimeout(timeout time.Duration) *OutgoingWebhookCreateParams
WithTimeout adds the timeout to the outgoing webhook create params
func (*OutgoingWebhookCreateParams) WriteToRequest ¶
func (o *OutgoingWebhookCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OutgoingWebhookCreateReader ¶
type OutgoingWebhookCreateReader struct {
// contains filtered or unexported fields
}
OutgoingWebhookCreateReader is a Reader for the OutgoingWebhookCreate structure.
func (*OutgoingWebhookCreateReader) ReadResponse ¶
func (o *OutgoingWebhookCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OutgoingWebhookCreateUnauthorized ¶
type OutgoingWebhookCreateUnauthorized struct {
}
OutgoingWebhookCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOutgoingWebhookCreateUnauthorized ¶
func NewOutgoingWebhookCreateUnauthorized() *OutgoingWebhookCreateUnauthorized
NewOutgoingWebhookCreateUnauthorized creates a OutgoingWebhookCreateUnauthorized with default headers values
func (*OutgoingWebhookCreateUnauthorized) Code ¶ added in v1.0.3
func (o *OutgoingWebhookCreateUnauthorized) Code() int
Code gets the status code for the outgoing webhook create unauthorized response
func (*OutgoingWebhookCreateUnauthorized) Error ¶
func (o *OutgoingWebhookCreateUnauthorized) Error() string
func (*OutgoingWebhookCreateUnauthorized) GetPayload ¶
func (o *OutgoingWebhookCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) IsClientError() bool
IsClientError returns true when this outgoing webhook create unauthorized response has a 4xx status code
func (*OutgoingWebhookCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this outgoing webhook create unauthorized response a status code equal to that given
func (*OutgoingWebhookCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this outgoing webhook create unauthorized response has a 3xx status code
func (*OutgoingWebhookCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) IsServerError() bool
IsServerError returns true when this outgoing webhook create unauthorized response has a 5xx status code
func (*OutgoingWebhookCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this outgoing webhook create unauthorized response has a 2xx status code
func (*OutgoingWebhookCreateUnauthorized) String ¶ added in v0.1.0
func (o *OutgoingWebhookCreateUnauthorized) String() string
type OutgoingWebhookDeleteBadRequest ¶
type OutgoingWebhookDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOutgoingWebhookDeleteBadRequest ¶
func NewOutgoingWebhookDeleteBadRequest() *OutgoingWebhookDeleteBadRequest
NewOutgoingWebhookDeleteBadRequest creates a OutgoingWebhookDeleteBadRequest with default headers values
func (*OutgoingWebhookDeleteBadRequest) Code ¶ added in v1.0.3
func (o *OutgoingWebhookDeleteBadRequest) Code() int
Code gets the status code for the outgoing webhook delete bad request response
func (*OutgoingWebhookDeleteBadRequest) Error ¶
func (o *OutgoingWebhookDeleteBadRequest) Error() string
func (*OutgoingWebhookDeleteBadRequest) GetPayload ¶
func (o *OutgoingWebhookDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) IsClientError() bool
IsClientError returns true when this outgoing webhook delete bad request response has a 4xx status code
func (*OutgoingWebhookDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this outgoing webhook delete bad request response a status code equal to that given
func (*OutgoingWebhookDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this outgoing webhook delete bad request response has a 3xx status code
func (*OutgoingWebhookDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) IsServerError() bool
IsServerError returns true when this outgoing webhook delete bad request response has a 5xx status code
func (*OutgoingWebhookDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this outgoing webhook delete bad request response has a 2xx status code
func (*OutgoingWebhookDeleteBadRequest) String ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteBadRequest) String() string
type OutgoingWebhookDeleteInternalServerError ¶
type OutgoingWebhookDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOutgoingWebhookDeleteInternalServerError ¶
func NewOutgoingWebhookDeleteInternalServerError() *OutgoingWebhookDeleteInternalServerError
NewOutgoingWebhookDeleteInternalServerError creates a OutgoingWebhookDeleteInternalServerError with default headers values
func (*OutgoingWebhookDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *OutgoingWebhookDeleteInternalServerError) Code() int
Code gets the status code for the outgoing webhook delete internal server error response
func (*OutgoingWebhookDeleteInternalServerError) Error ¶
func (o *OutgoingWebhookDeleteInternalServerError) Error() string
func (*OutgoingWebhookDeleteInternalServerError) GetPayload ¶
func (o *OutgoingWebhookDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this outgoing webhook delete internal server error response has a 4xx status code
func (*OutgoingWebhookDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this outgoing webhook delete internal server error response a status code equal to that given
func (*OutgoingWebhookDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this outgoing webhook delete internal server error response has a 3xx status code
func (*OutgoingWebhookDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this outgoing webhook delete internal server error response has a 5xx status code
func (*OutgoingWebhookDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this outgoing webhook delete internal server error response has a 2xx status code
func (*OutgoingWebhookDeleteInternalServerError) String ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteInternalServerError) String() string
type OutgoingWebhookDeleteNotFound ¶
type OutgoingWebhookDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewOutgoingWebhookDeleteNotFound ¶
func NewOutgoingWebhookDeleteNotFound() *OutgoingWebhookDeleteNotFound
NewOutgoingWebhookDeleteNotFound creates a OutgoingWebhookDeleteNotFound with default headers values
func (*OutgoingWebhookDeleteNotFound) Code ¶ added in v1.0.3
func (o *OutgoingWebhookDeleteNotFound) Code() int
Code gets the status code for the outgoing webhook delete not found response
func (*OutgoingWebhookDeleteNotFound) Error ¶
func (o *OutgoingWebhookDeleteNotFound) Error() string
func (*OutgoingWebhookDeleteNotFound) GetPayload ¶
func (o *OutgoingWebhookDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) IsClientError() bool
IsClientError returns true when this outgoing webhook delete not found response has a 4xx status code
func (*OutgoingWebhookDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) IsCode(code int) bool
IsCode returns true when this outgoing webhook delete not found response a status code equal to that given
func (*OutgoingWebhookDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this outgoing webhook delete not found response has a 3xx status code
func (*OutgoingWebhookDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) IsServerError() bool
IsServerError returns true when this outgoing webhook delete not found response has a 5xx status code
func (*OutgoingWebhookDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this outgoing webhook delete not found response has a 2xx status code
func (*OutgoingWebhookDeleteNotFound) String ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteNotFound) String() string
type OutgoingWebhookDeleteOK ¶
type OutgoingWebhookDeleteOK struct {
Payload *models.V0AppWebhookDeletedResponseModel
}
OutgoingWebhookDeleteOK describes a response with status code 200, with default header values.
OK
func NewOutgoingWebhookDeleteOK ¶
func NewOutgoingWebhookDeleteOK() *OutgoingWebhookDeleteOK
NewOutgoingWebhookDeleteOK creates a OutgoingWebhookDeleteOK with default headers values
func (*OutgoingWebhookDeleteOK) Code ¶ added in v1.0.3
func (o *OutgoingWebhookDeleteOK) Code() int
Code gets the status code for the outgoing webhook delete o k response
func (*OutgoingWebhookDeleteOK) Error ¶
func (o *OutgoingWebhookDeleteOK) Error() string
func (*OutgoingWebhookDeleteOK) GetPayload ¶
func (o *OutgoingWebhookDeleteOK) GetPayload() *models.V0AppWebhookDeletedResponseModel
func (*OutgoingWebhookDeleteOK) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) IsClientError() bool
IsClientError returns true when this outgoing webhook delete o k response has a 4xx status code
func (*OutgoingWebhookDeleteOK) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) IsCode(code int) bool
IsCode returns true when this outgoing webhook delete o k response a status code equal to that given
func (*OutgoingWebhookDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) IsRedirect() bool
IsRedirect returns true when this outgoing webhook delete o k response has a 3xx status code
func (*OutgoingWebhookDeleteOK) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) IsServerError() bool
IsServerError returns true when this outgoing webhook delete o k response has a 5xx status code
func (*OutgoingWebhookDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) IsSuccess() bool
IsSuccess returns true when this outgoing webhook delete o k response has a 2xx status code
func (*OutgoingWebhookDeleteOK) String ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteOK) String() string
type OutgoingWebhookDeleteParams ¶
type OutgoingWebhookDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookSlug.
App webhook slug
*/
AppWebhookSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OutgoingWebhookDeleteParams contains all the parameters to send to the API endpoint
for the outgoing webhook delete operation. Typically these are written to a http.Request.
func NewOutgoingWebhookDeleteParams ¶
func NewOutgoingWebhookDeleteParams() *OutgoingWebhookDeleteParams
NewOutgoingWebhookDeleteParams creates a new OutgoingWebhookDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOutgoingWebhookDeleteParamsWithContext ¶
func NewOutgoingWebhookDeleteParamsWithContext(ctx context.Context) *OutgoingWebhookDeleteParams
NewOutgoingWebhookDeleteParamsWithContext creates a new OutgoingWebhookDeleteParams object with the ability to set a context for a request.
func NewOutgoingWebhookDeleteParamsWithHTTPClient ¶
func NewOutgoingWebhookDeleteParamsWithHTTPClient(client *http.Client) *OutgoingWebhookDeleteParams
NewOutgoingWebhookDeleteParamsWithHTTPClient creates a new OutgoingWebhookDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewOutgoingWebhookDeleteParamsWithTimeout ¶
func NewOutgoingWebhookDeleteParamsWithTimeout(timeout time.Duration) *OutgoingWebhookDeleteParams
NewOutgoingWebhookDeleteParamsWithTimeout creates a new OutgoingWebhookDeleteParams object with the ability to set a timeout on a request.
func (*OutgoingWebhookDeleteParams) SetAppSlug ¶
func (o *OutgoingWebhookDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) SetAppWebhookSlug ¶
func (o *OutgoingWebhookDeleteParams) SetAppWebhookSlug(appWebhookSlug string)
SetAppWebhookSlug adds the appWebhookSlug to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) SetContext ¶
func (o *OutgoingWebhookDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) SetDefaults ¶
func (o *OutgoingWebhookDeleteParams) SetDefaults()
SetDefaults hydrates default values in the outgoing webhook delete params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookDeleteParams) SetHTTPClient ¶
func (o *OutgoingWebhookDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) SetTimeout ¶
func (o *OutgoingWebhookDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WithAppSlug ¶
func (o *OutgoingWebhookDeleteParams) WithAppSlug(appSlug string) *OutgoingWebhookDeleteParams
WithAppSlug adds the appSlug to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WithAppWebhookSlug ¶
func (o *OutgoingWebhookDeleteParams) WithAppWebhookSlug(appWebhookSlug string) *OutgoingWebhookDeleteParams
WithAppWebhookSlug adds the appWebhookSlug to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WithContext ¶
func (o *OutgoingWebhookDeleteParams) WithContext(ctx context.Context) *OutgoingWebhookDeleteParams
WithContext adds the context to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WithDefaults ¶
func (o *OutgoingWebhookDeleteParams) WithDefaults() *OutgoingWebhookDeleteParams
WithDefaults hydrates default values in the outgoing webhook delete params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookDeleteParams) WithHTTPClient ¶
func (o *OutgoingWebhookDeleteParams) WithHTTPClient(client *http.Client) *OutgoingWebhookDeleteParams
WithHTTPClient adds the HTTPClient to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WithTimeout ¶
func (o *OutgoingWebhookDeleteParams) WithTimeout(timeout time.Duration) *OutgoingWebhookDeleteParams
WithTimeout adds the timeout to the outgoing webhook delete params
func (*OutgoingWebhookDeleteParams) WriteToRequest ¶
func (o *OutgoingWebhookDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OutgoingWebhookDeleteReader ¶
type OutgoingWebhookDeleteReader struct {
// contains filtered or unexported fields
}
OutgoingWebhookDeleteReader is a Reader for the OutgoingWebhookDelete structure.
func (*OutgoingWebhookDeleteReader) ReadResponse ¶
func (o *OutgoingWebhookDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OutgoingWebhookDeleteUnauthorized ¶
type OutgoingWebhookDeleteUnauthorized struct {
}
OutgoingWebhookDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOutgoingWebhookDeleteUnauthorized ¶
func NewOutgoingWebhookDeleteUnauthorized() *OutgoingWebhookDeleteUnauthorized
NewOutgoingWebhookDeleteUnauthorized creates a OutgoingWebhookDeleteUnauthorized with default headers values
func (*OutgoingWebhookDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *OutgoingWebhookDeleteUnauthorized) Code() int
Code gets the status code for the outgoing webhook delete unauthorized response
func (*OutgoingWebhookDeleteUnauthorized) Error ¶
func (o *OutgoingWebhookDeleteUnauthorized) Error() string
func (*OutgoingWebhookDeleteUnauthorized) GetPayload ¶
func (o *OutgoingWebhookDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this outgoing webhook delete unauthorized response has a 4xx status code
func (*OutgoingWebhookDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this outgoing webhook delete unauthorized response a status code equal to that given
func (*OutgoingWebhookDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this outgoing webhook delete unauthorized response has a 3xx status code
func (*OutgoingWebhookDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this outgoing webhook delete unauthorized response has a 5xx status code
func (*OutgoingWebhookDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this outgoing webhook delete unauthorized response has a 2xx status code
func (*OutgoingWebhookDeleteUnauthorized) String ¶ added in v0.1.0
func (o *OutgoingWebhookDeleteUnauthorized) String() string
type OutgoingWebhookListBadRequest ¶
type OutgoingWebhookListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOutgoingWebhookListBadRequest ¶
func NewOutgoingWebhookListBadRequest() *OutgoingWebhookListBadRequest
NewOutgoingWebhookListBadRequest creates a OutgoingWebhookListBadRequest with default headers values
func (*OutgoingWebhookListBadRequest) Code ¶ added in v1.0.3
func (o *OutgoingWebhookListBadRequest) Code() int
Code gets the status code for the outgoing webhook list bad request response
func (*OutgoingWebhookListBadRequest) Error ¶
func (o *OutgoingWebhookListBadRequest) Error() string
func (*OutgoingWebhookListBadRequest) GetPayload ¶
func (o *OutgoingWebhookListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookListBadRequest) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) IsClientError() bool
IsClientError returns true when this outgoing webhook list bad request response has a 4xx status code
func (*OutgoingWebhookListBadRequest) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) IsCode(code int) bool
IsCode returns true when this outgoing webhook list bad request response a status code equal to that given
func (*OutgoingWebhookListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) IsRedirect() bool
IsRedirect returns true when this outgoing webhook list bad request response has a 3xx status code
func (*OutgoingWebhookListBadRequest) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) IsServerError() bool
IsServerError returns true when this outgoing webhook list bad request response has a 5xx status code
func (*OutgoingWebhookListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) IsSuccess() bool
IsSuccess returns true when this outgoing webhook list bad request response has a 2xx status code
func (*OutgoingWebhookListBadRequest) String ¶ added in v0.1.0
func (o *OutgoingWebhookListBadRequest) String() string
type OutgoingWebhookListInternalServerError ¶
type OutgoingWebhookListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOutgoingWebhookListInternalServerError ¶
func NewOutgoingWebhookListInternalServerError() *OutgoingWebhookListInternalServerError
NewOutgoingWebhookListInternalServerError creates a OutgoingWebhookListInternalServerError with default headers values
func (*OutgoingWebhookListInternalServerError) Code ¶ added in v1.0.3
func (o *OutgoingWebhookListInternalServerError) Code() int
Code gets the status code for the outgoing webhook list internal server error response
func (*OutgoingWebhookListInternalServerError) Error ¶
func (o *OutgoingWebhookListInternalServerError) Error() string
func (*OutgoingWebhookListInternalServerError) GetPayload ¶
func (o *OutgoingWebhookListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) IsClientError() bool
IsClientError returns true when this outgoing webhook list internal server error response has a 4xx status code
func (*OutgoingWebhookListInternalServerError) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) IsCode(code int) bool
IsCode returns true when this outgoing webhook list internal server error response a status code equal to that given
func (*OutgoingWebhookListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) IsRedirect() bool
IsRedirect returns true when this outgoing webhook list internal server error response has a 3xx status code
func (*OutgoingWebhookListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) IsServerError() bool
IsServerError returns true when this outgoing webhook list internal server error response has a 5xx status code
func (*OutgoingWebhookListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) IsSuccess() bool
IsSuccess returns true when this outgoing webhook list internal server error response has a 2xx status code
func (*OutgoingWebhookListInternalServerError) String ¶ added in v0.1.0
func (o *OutgoingWebhookListInternalServerError) String() string
type OutgoingWebhookListOK ¶
type OutgoingWebhookListOK struct {
Payload *models.V0AppWebhookListResponseModel
}
OutgoingWebhookListOK describes a response with status code 200, with default header values.
OK
func NewOutgoingWebhookListOK ¶
func NewOutgoingWebhookListOK() *OutgoingWebhookListOK
NewOutgoingWebhookListOK creates a OutgoingWebhookListOK with default headers values
func (*OutgoingWebhookListOK) Code ¶ added in v1.0.3
func (o *OutgoingWebhookListOK) Code() int
Code gets the status code for the outgoing webhook list o k response
func (*OutgoingWebhookListOK) Error ¶
func (o *OutgoingWebhookListOK) Error() string
func (*OutgoingWebhookListOK) GetPayload ¶
func (o *OutgoingWebhookListOK) GetPayload() *models.V0AppWebhookListResponseModel
func (*OutgoingWebhookListOK) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) IsClientError() bool
IsClientError returns true when this outgoing webhook list o k response has a 4xx status code
func (*OutgoingWebhookListOK) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) IsCode(code int) bool
IsCode returns true when this outgoing webhook list o k response a status code equal to that given
func (*OutgoingWebhookListOK) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) IsRedirect() bool
IsRedirect returns true when this outgoing webhook list o k response has a 3xx status code
func (*OutgoingWebhookListOK) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) IsServerError() bool
IsServerError returns true when this outgoing webhook list o k response has a 5xx status code
func (*OutgoingWebhookListOK) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) IsSuccess() bool
IsSuccess returns true when this outgoing webhook list o k response has a 2xx status code
func (*OutgoingWebhookListOK) String ¶ added in v0.1.0
func (o *OutgoingWebhookListOK) String() string
type OutgoingWebhookListParams ¶
type OutgoingWebhookListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first webhook in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OutgoingWebhookListParams contains all the parameters to send to the API endpoint
for the outgoing webhook list operation. Typically these are written to a http.Request.
func NewOutgoingWebhookListParams ¶
func NewOutgoingWebhookListParams() *OutgoingWebhookListParams
NewOutgoingWebhookListParams creates a new OutgoingWebhookListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOutgoingWebhookListParamsWithContext ¶
func NewOutgoingWebhookListParamsWithContext(ctx context.Context) *OutgoingWebhookListParams
NewOutgoingWebhookListParamsWithContext creates a new OutgoingWebhookListParams object with the ability to set a context for a request.
func NewOutgoingWebhookListParamsWithHTTPClient ¶
func NewOutgoingWebhookListParamsWithHTTPClient(client *http.Client) *OutgoingWebhookListParams
NewOutgoingWebhookListParamsWithHTTPClient creates a new OutgoingWebhookListParams object with the ability to set a custom HTTPClient for a request.
func NewOutgoingWebhookListParamsWithTimeout ¶
func NewOutgoingWebhookListParamsWithTimeout(timeout time.Duration) *OutgoingWebhookListParams
NewOutgoingWebhookListParamsWithTimeout creates a new OutgoingWebhookListParams object with the ability to set a timeout on a request.
func (*OutgoingWebhookListParams) SetAppSlug ¶
func (o *OutgoingWebhookListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the outgoing webhook list params
func (*OutgoingWebhookListParams) SetContext ¶
func (o *OutgoingWebhookListParams) SetContext(ctx context.Context)
SetContext adds the context to the outgoing webhook list params
func (*OutgoingWebhookListParams) SetDefaults ¶
func (o *OutgoingWebhookListParams) SetDefaults()
SetDefaults hydrates default values in the outgoing webhook list params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookListParams) SetHTTPClient ¶
func (o *OutgoingWebhookListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the outgoing webhook list params
func (*OutgoingWebhookListParams) SetLimit ¶
func (o *OutgoingWebhookListParams) SetLimit(limit *int64)
SetLimit adds the limit to the outgoing webhook list params
func (*OutgoingWebhookListParams) SetNext ¶
func (o *OutgoingWebhookListParams) SetNext(next *string)
SetNext adds the next to the outgoing webhook list params
func (*OutgoingWebhookListParams) SetTimeout ¶
func (o *OutgoingWebhookListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithAppSlug ¶
func (o *OutgoingWebhookListParams) WithAppSlug(appSlug string) *OutgoingWebhookListParams
WithAppSlug adds the appSlug to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithContext ¶
func (o *OutgoingWebhookListParams) WithContext(ctx context.Context) *OutgoingWebhookListParams
WithContext adds the context to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithDefaults ¶
func (o *OutgoingWebhookListParams) WithDefaults() *OutgoingWebhookListParams
WithDefaults hydrates default values in the outgoing webhook list params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookListParams) WithHTTPClient ¶
func (o *OutgoingWebhookListParams) WithHTTPClient(client *http.Client) *OutgoingWebhookListParams
WithHTTPClient adds the HTTPClient to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithLimit ¶
func (o *OutgoingWebhookListParams) WithLimit(limit *int64) *OutgoingWebhookListParams
WithLimit adds the limit to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithNext ¶
func (o *OutgoingWebhookListParams) WithNext(next *string) *OutgoingWebhookListParams
WithNext adds the next to the outgoing webhook list params
func (*OutgoingWebhookListParams) WithTimeout ¶
func (o *OutgoingWebhookListParams) WithTimeout(timeout time.Duration) *OutgoingWebhookListParams
WithTimeout adds the timeout to the outgoing webhook list params
func (*OutgoingWebhookListParams) WriteToRequest ¶
func (o *OutgoingWebhookListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OutgoingWebhookListReader ¶
type OutgoingWebhookListReader struct {
// contains filtered or unexported fields
}
OutgoingWebhookListReader is a Reader for the OutgoingWebhookList structure.
func (*OutgoingWebhookListReader) ReadResponse ¶
func (o *OutgoingWebhookListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OutgoingWebhookListUnauthorized ¶
type OutgoingWebhookListUnauthorized struct {
}
OutgoingWebhookListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOutgoingWebhookListUnauthorized ¶
func NewOutgoingWebhookListUnauthorized() *OutgoingWebhookListUnauthorized
NewOutgoingWebhookListUnauthorized creates a OutgoingWebhookListUnauthorized with default headers values
func (*OutgoingWebhookListUnauthorized) Code ¶ added in v1.0.3
func (o *OutgoingWebhookListUnauthorized) Code() int
Code gets the status code for the outgoing webhook list unauthorized response
func (*OutgoingWebhookListUnauthorized) Error ¶
func (o *OutgoingWebhookListUnauthorized) Error() string
func (*OutgoingWebhookListUnauthorized) GetPayload ¶
func (o *OutgoingWebhookListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) IsClientError() bool
IsClientError returns true when this outgoing webhook list unauthorized response has a 4xx status code
func (*OutgoingWebhookListUnauthorized) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) IsCode(code int) bool
IsCode returns true when this outgoing webhook list unauthorized response a status code equal to that given
func (*OutgoingWebhookListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) IsRedirect() bool
IsRedirect returns true when this outgoing webhook list unauthorized response has a 3xx status code
func (*OutgoingWebhookListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) IsServerError() bool
IsServerError returns true when this outgoing webhook list unauthorized response has a 5xx status code
func (*OutgoingWebhookListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) IsSuccess() bool
IsSuccess returns true when this outgoing webhook list unauthorized response has a 2xx status code
func (*OutgoingWebhookListUnauthorized) String ¶ added in v0.1.0
func (o *OutgoingWebhookListUnauthorized) String() string
type OutgoingWebhookUpdateBadRequest ¶
type OutgoingWebhookUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewOutgoingWebhookUpdateBadRequest ¶
func NewOutgoingWebhookUpdateBadRequest() *OutgoingWebhookUpdateBadRequest
NewOutgoingWebhookUpdateBadRequest creates a OutgoingWebhookUpdateBadRequest with default headers values
func (*OutgoingWebhookUpdateBadRequest) Code ¶ added in v1.0.3
func (o *OutgoingWebhookUpdateBadRequest) Code() int
Code gets the status code for the outgoing webhook update bad request response
func (*OutgoingWebhookUpdateBadRequest) Error ¶
func (o *OutgoingWebhookUpdateBadRequest) Error() string
func (*OutgoingWebhookUpdateBadRequest) GetPayload ¶
func (o *OutgoingWebhookUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) IsClientError() bool
IsClientError returns true when this outgoing webhook update bad request response has a 4xx status code
func (*OutgoingWebhookUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this outgoing webhook update bad request response a status code equal to that given
func (*OutgoingWebhookUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this outgoing webhook update bad request response has a 3xx status code
func (*OutgoingWebhookUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) IsServerError() bool
IsServerError returns true when this outgoing webhook update bad request response has a 5xx status code
func (*OutgoingWebhookUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this outgoing webhook update bad request response has a 2xx status code
func (*OutgoingWebhookUpdateBadRequest) String ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateBadRequest) String() string
type OutgoingWebhookUpdateInternalServerError ¶
type OutgoingWebhookUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewOutgoingWebhookUpdateInternalServerError ¶
func NewOutgoingWebhookUpdateInternalServerError() *OutgoingWebhookUpdateInternalServerError
NewOutgoingWebhookUpdateInternalServerError creates a OutgoingWebhookUpdateInternalServerError with default headers values
func (*OutgoingWebhookUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *OutgoingWebhookUpdateInternalServerError) Code() int
Code gets the status code for the outgoing webhook update internal server error response
func (*OutgoingWebhookUpdateInternalServerError) Error ¶
func (o *OutgoingWebhookUpdateInternalServerError) Error() string
func (*OutgoingWebhookUpdateInternalServerError) GetPayload ¶
func (o *OutgoingWebhookUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this outgoing webhook update internal server error response has a 4xx status code
func (*OutgoingWebhookUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this outgoing webhook update internal server error response a status code equal to that given
func (*OutgoingWebhookUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this outgoing webhook update internal server error response has a 3xx status code
func (*OutgoingWebhookUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this outgoing webhook update internal server error response has a 5xx status code
func (*OutgoingWebhookUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this outgoing webhook update internal server error response has a 2xx status code
func (*OutgoingWebhookUpdateInternalServerError) String ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateInternalServerError) String() string
type OutgoingWebhookUpdateNotFound ¶
type OutgoingWebhookUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
OutgoingWebhookUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewOutgoingWebhookUpdateNotFound ¶
func NewOutgoingWebhookUpdateNotFound() *OutgoingWebhookUpdateNotFound
NewOutgoingWebhookUpdateNotFound creates a OutgoingWebhookUpdateNotFound with default headers values
func (*OutgoingWebhookUpdateNotFound) Code ¶ added in v1.0.3
func (o *OutgoingWebhookUpdateNotFound) Code() int
Code gets the status code for the outgoing webhook update not found response
func (*OutgoingWebhookUpdateNotFound) Error ¶
func (o *OutgoingWebhookUpdateNotFound) Error() string
func (*OutgoingWebhookUpdateNotFound) GetPayload ¶
func (o *OutgoingWebhookUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) IsClientError() bool
IsClientError returns true when this outgoing webhook update not found response has a 4xx status code
func (*OutgoingWebhookUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) IsCode(code int) bool
IsCode returns true when this outgoing webhook update not found response a status code equal to that given
func (*OutgoingWebhookUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this outgoing webhook update not found response has a 3xx status code
func (*OutgoingWebhookUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) IsServerError() bool
IsServerError returns true when this outgoing webhook update not found response has a 5xx status code
func (*OutgoingWebhookUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this outgoing webhook update not found response has a 2xx status code
func (*OutgoingWebhookUpdateNotFound) String ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateNotFound) String() string
type OutgoingWebhookUpdateOK ¶
type OutgoingWebhookUpdateOK struct {
Payload *models.V0AppWebhookResponseModel
}
OutgoingWebhookUpdateOK describes a response with status code 200, with default header values.
OK
func NewOutgoingWebhookUpdateOK ¶
func NewOutgoingWebhookUpdateOK() *OutgoingWebhookUpdateOK
NewOutgoingWebhookUpdateOK creates a OutgoingWebhookUpdateOK with default headers values
func (*OutgoingWebhookUpdateOK) Code ¶ added in v1.0.3
func (o *OutgoingWebhookUpdateOK) Code() int
Code gets the status code for the outgoing webhook update o k response
func (*OutgoingWebhookUpdateOK) Error ¶
func (o *OutgoingWebhookUpdateOK) Error() string
func (*OutgoingWebhookUpdateOK) GetPayload ¶
func (o *OutgoingWebhookUpdateOK) GetPayload() *models.V0AppWebhookResponseModel
func (*OutgoingWebhookUpdateOK) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) IsClientError() bool
IsClientError returns true when this outgoing webhook update o k response has a 4xx status code
func (*OutgoingWebhookUpdateOK) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) IsCode(code int) bool
IsCode returns true when this outgoing webhook update o k response a status code equal to that given
func (*OutgoingWebhookUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) IsRedirect() bool
IsRedirect returns true when this outgoing webhook update o k response has a 3xx status code
func (*OutgoingWebhookUpdateOK) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) IsServerError() bool
IsServerError returns true when this outgoing webhook update o k response has a 5xx status code
func (*OutgoingWebhookUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) IsSuccess() bool
IsSuccess returns true when this outgoing webhook update o k response has a 2xx status code
func (*OutgoingWebhookUpdateOK) String ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateOK) String() string
type OutgoingWebhookUpdateParams ¶
type OutgoingWebhookUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookSlug.
App webhook slug
*/
AppWebhookSlug string
/* AppWebhookUpdateParams.
App webhook update params
*/
AppWebhookUpdateParams *models.V0AppWebhookUpdateParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
OutgoingWebhookUpdateParams contains all the parameters to send to the API endpoint
for the outgoing webhook update operation. Typically these are written to a http.Request.
func NewOutgoingWebhookUpdateParams ¶
func NewOutgoingWebhookUpdateParams() *OutgoingWebhookUpdateParams
NewOutgoingWebhookUpdateParams creates a new OutgoingWebhookUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewOutgoingWebhookUpdateParamsWithContext ¶
func NewOutgoingWebhookUpdateParamsWithContext(ctx context.Context) *OutgoingWebhookUpdateParams
NewOutgoingWebhookUpdateParamsWithContext creates a new OutgoingWebhookUpdateParams object with the ability to set a context for a request.
func NewOutgoingWebhookUpdateParamsWithHTTPClient ¶
func NewOutgoingWebhookUpdateParamsWithHTTPClient(client *http.Client) *OutgoingWebhookUpdateParams
NewOutgoingWebhookUpdateParamsWithHTTPClient creates a new OutgoingWebhookUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewOutgoingWebhookUpdateParamsWithTimeout ¶
func NewOutgoingWebhookUpdateParamsWithTimeout(timeout time.Duration) *OutgoingWebhookUpdateParams
NewOutgoingWebhookUpdateParamsWithTimeout creates a new OutgoingWebhookUpdateParams object with the ability to set a timeout on a request.
func (*OutgoingWebhookUpdateParams) SetAppSlug ¶
func (o *OutgoingWebhookUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) SetAppWebhookSlug ¶
func (o *OutgoingWebhookUpdateParams) SetAppWebhookSlug(appWebhookSlug string)
SetAppWebhookSlug adds the appWebhookSlug to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) SetAppWebhookUpdateParams ¶
func (o *OutgoingWebhookUpdateParams) SetAppWebhookUpdateParams(appWebhookUpdateParams *models.V0AppWebhookUpdateParams)
SetAppWebhookUpdateParams adds the appWebhookUpdateParams to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) SetContext ¶
func (o *OutgoingWebhookUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) SetDefaults ¶
func (o *OutgoingWebhookUpdateParams) SetDefaults()
SetDefaults hydrates default values in the outgoing webhook update params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookUpdateParams) SetHTTPClient ¶
func (o *OutgoingWebhookUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) SetTimeout ¶
func (o *OutgoingWebhookUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithAppSlug ¶
func (o *OutgoingWebhookUpdateParams) WithAppSlug(appSlug string) *OutgoingWebhookUpdateParams
WithAppSlug adds the appSlug to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithAppWebhookSlug ¶
func (o *OutgoingWebhookUpdateParams) WithAppWebhookSlug(appWebhookSlug string) *OutgoingWebhookUpdateParams
WithAppWebhookSlug adds the appWebhookSlug to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithAppWebhookUpdateParams ¶
func (o *OutgoingWebhookUpdateParams) WithAppWebhookUpdateParams(appWebhookUpdateParams *models.V0AppWebhookUpdateParams) *OutgoingWebhookUpdateParams
WithAppWebhookUpdateParams adds the appWebhookUpdateParams to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithContext ¶
func (o *OutgoingWebhookUpdateParams) WithContext(ctx context.Context) *OutgoingWebhookUpdateParams
WithContext adds the context to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithDefaults ¶
func (o *OutgoingWebhookUpdateParams) WithDefaults() *OutgoingWebhookUpdateParams
WithDefaults hydrates default values in the outgoing webhook update params (not the query body).
All values with no default are reset to their zero value.
func (*OutgoingWebhookUpdateParams) WithHTTPClient ¶
func (o *OutgoingWebhookUpdateParams) WithHTTPClient(client *http.Client) *OutgoingWebhookUpdateParams
WithHTTPClient adds the HTTPClient to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WithTimeout ¶
func (o *OutgoingWebhookUpdateParams) WithTimeout(timeout time.Duration) *OutgoingWebhookUpdateParams
WithTimeout adds the timeout to the outgoing webhook update params
func (*OutgoingWebhookUpdateParams) WriteToRequest ¶
func (o *OutgoingWebhookUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OutgoingWebhookUpdateReader ¶
type OutgoingWebhookUpdateReader struct {
// contains filtered or unexported fields
}
OutgoingWebhookUpdateReader is a Reader for the OutgoingWebhookUpdate structure.
func (*OutgoingWebhookUpdateReader) ReadResponse ¶
func (o *OutgoingWebhookUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OutgoingWebhookUpdateUnauthorized ¶
type OutgoingWebhookUpdateUnauthorized struct {
}
OutgoingWebhookUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewOutgoingWebhookUpdateUnauthorized ¶
func NewOutgoingWebhookUpdateUnauthorized() *OutgoingWebhookUpdateUnauthorized
NewOutgoingWebhookUpdateUnauthorized creates a OutgoingWebhookUpdateUnauthorized with default headers values
func (*OutgoingWebhookUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *OutgoingWebhookUpdateUnauthorized) Code() int
Code gets the status code for the outgoing webhook update unauthorized response
func (*OutgoingWebhookUpdateUnauthorized) Error ¶
func (o *OutgoingWebhookUpdateUnauthorized) Error() string
func (*OutgoingWebhookUpdateUnauthorized) GetPayload ¶
func (o *OutgoingWebhookUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*OutgoingWebhookUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this outgoing webhook update unauthorized response has a 4xx status code
func (*OutgoingWebhookUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this outgoing webhook update unauthorized response a status code equal to that given
func (*OutgoingWebhookUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this outgoing webhook update unauthorized response has a 3xx status code
func (*OutgoingWebhookUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this outgoing webhook update unauthorized response has a 5xx status code
func (*OutgoingWebhookUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this outgoing webhook update unauthorized response has a 2xx status code
func (*OutgoingWebhookUpdateUnauthorized) String ¶ added in v0.1.0
func (o *OutgoingWebhookUpdateUnauthorized) String() string
type PipelineAbortBadRequest ¶ added in v0.1.0
type PipelineAbortBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineAbortBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPipelineAbortBadRequest ¶ added in v0.1.0
func NewPipelineAbortBadRequest() *PipelineAbortBadRequest
NewPipelineAbortBadRequest creates a PipelineAbortBadRequest with default headers values
func (*PipelineAbortBadRequest) Code ¶ added in v1.0.3
func (o *PipelineAbortBadRequest) Code() int
Code gets the status code for the pipeline abort bad request response
func (*PipelineAbortBadRequest) Error ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) Error() string
func (*PipelineAbortBadRequest) GetPayload ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineAbortBadRequest) IsClientError ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) IsClientError() bool
IsClientError returns true when this pipeline abort bad request response has a 4xx status code
func (*PipelineAbortBadRequest) IsCode ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) IsCode(code int) bool
IsCode returns true when this pipeline abort bad request response a status code equal to that given
func (*PipelineAbortBadRequest) IsRedirect ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) IsRedirect() bool
IsRedirect returns true when this pipeline abort bad request response has a 3xx status code
func (*PipelineAbortBadRequest) IsServerError ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) IsServerError() bool
IsServerError returns true when this pipeline abort bad request response has a 5xx status code
func (*PipelineAbortBadRequest) IsSuccess ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) IsSuccess() bool
IsSuccess returns true when this pipeline abort bad request response has a 2xx status code
func (*PipelineAbortBadRequest) String ¶ added in v0.1.0
func (o *PipelineAbortBadRequest) String() string
type PipelineAbortInternalServerError ¶ added in v0.1.0
type PipelineAbortInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineAbortInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPipelineAbortInternalServerError ¶ added in v0.1.0
func NewPipelineAbortInternalServerError() *PipelineAbortInternalServerError
NewPipelineAbortInternalServerError creates a PipelineAbortInternalServerError with default headers values
func (*PipelineAbortInternalServerError) Code ¶ added in v1.0.3
func (o *PipelineAbortInternalServerError) Code() int
Code gets the status code for the pipeline abort internal server error response
func (*PipelineAbortInternalServerError) Error ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) Error() string
func (*PipelineAbortInternalServerError) GetPayload ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineAbortInternalServerError) IsClientError ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) IsClientError() bool
IsClientError returns true when this pipeline abort internal server error response has a 4xx status code
func (*PipelineAbortInternalServerError) IsCode ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) IsCode(code int) bool
IsCode returns true when this pipeline abort internal server error response a status code equal to that given
func (*PipelineAbortInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) IsRedirect() bool
IsRedirect returns true when this pipeline abort internal server error response has a 3xx status code
func (*PipelineAbortInternalServerError) IsServerError ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) IsServerError() bool
IsServerError returns true when this pipeline abort internal server error response has a 5xx status code
func (*PipelineAbortInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) IsSuccess() bool
IsSuccess returns true when this pipeline abort internal server error response has a 2xx status code
func (*PipelineAbortInternalServerError) String ¶ added in v0.1.0
func (o *PipelineAbortInternalServerError) String() string
type PipelineAbortNotFound ¶ added in v0.1.0
type PipelineAbortNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineAbortNotFound describes a response with status code 404, with default header values.
Not Found
func NewPipelineAbortNotFound ¶ added in v0.1.0
func NewPipelineAbortNotFound() *PipelineAbortNotFound
NewPipelineAbortNotFound creates a PipelineAbortNotFound with default headers values
func (*PipelineAbortNotFound) Code ¶ added in v1.0.3
func (o *PipelineAbortNotFound) Code() int
Code gets the status code for the pipeline abort not found response
func (*PipelineAbortNotFound) Error ¶ added in v0.1.0
func (o *PipelineAbortNotFound) Error() string
func (*PipelineAbortNotFound) GetPayload ¶ added in v0.1.0
func (o *PipelineAbortNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineAbortNotFound) IsClientError ¶ added in v0.1.0
func (o *PipelineAbortNotFound) IsClientError() bool
IsClientError returns true when this pipeline abort not found response has a 4xx status code
func (*PipelineAbortNotFound) IsCode ¶ added in v0.1.0
func (o *PipelineAbortNotFound) IsCode(code int) bool
IsCode returns true when this pipeline abort not found response a status code equal to that given
func (*PipelineAbortNotFound) IsRedirect ¶ added in v0.1.0
func (o *PipelineAbortNotFound) IsRedirect() bool
IsRedirect returns true when this pipeline abort not found response has a 3xx status code
func (*PipelineAbortNotFound) IsServerError ¶ added in v0.1.0
func (o *PipelineAbortNotFound) IsServerError() bool
IsServerError returns true when this pipeline abort not found response has a 5xx status code
func (*PipelineAbortNotFound) IsSuccess ¶ added in v0.1.0
func (o *PipelineAbortNotFound) IsSuccess() bool
IsSuccess returns true when this pipeline abort not found response has a 2xx status code
func (*PipelineAbortNotFound) String ¶ added in v0.1.0
func (o *PipelineAbortNotFound) String() string
type PipelineAbortOK ¶ added in v0.1.0
type PipelineAbortOK struct {
}
PipelineAbortOK describes a response with status code 200, with default header values.
OK
func NewPipelineAbortOK ¶ added in v0.1.0
func NewPipelineAbortOK() *PipelineAbortOK
NewPipelineAbortOK creates a PipelineAbortOK with default headers values
func (*PipelineAbortOK) Code ¶ added in v1.0.3
func (o *PipelineAbortOK) Code() int
Code gets the status code for the pipeline abort o k response
func (*PipelineAbortOK) Error ¶ added in v0.1.0
func (o *PipelineAbortOK) Error() string
func (*PipelineAbortOK) IsClientError ¶ added in v0.1.0
func (o *PipelineAbortOK) IsClientError() bool
IsClientError returns true when this pipeline abort o k response has a 4xx status code
func (*PipelineAbortOK) IsCode ¶ added in v0.1.0
func (o *PipelineAbortOK) IsCode(code int) bool
IsCode returns true when this pipeline abort o k response a status code equal to that given
func (*PipelineAbortOK) IsRedirect ¶ added in v0.1.0
func (o *PipelineAbortOK) IsRedirect() bool
IsRedirect returns true when this pipeline abort o k response has a 3xx status code
func (*PipelineAbortOK) IsServerError ¶ added in v0.1.0
func (o *PipelineAbortOK) IsServerError() bool
IsServerError returns true when this pipeline abort o k response has a 5xx status code
func (*PipelineAbortOK) IsSuccess ¶ added in v0.1.0
func (o *PipelineAbortOK) IsSuccess() bool
IsSuccess returns true when this pipeline abort o k response has a 2xx status code
func (*PipelineAbortOK) String ¶ added in v0.1.0
func (o *PipelineAbortOK) String() string
type PipelineAbortParams ¶ added in v0.1.0
type PipelineAbortParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* PipelineAbortParams.
Pipeline abort parameters
*/
PipelineAbortParams *models.V0PipelineAbortParams
/* PipelineID.
Pipeline id
*/
PipelineID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PipelineAbortParams contains all the parameters to send to the API endpoint
for the pipeline abort operation. Typically these are written to a http.Request.
func NewPipelineAbortParams ¶ added in v0.1.0
func NewPipelineAbortParams() *PipelineAbortParams
NewPipelineAbortParams creates a new PipelineAbortParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPipelineAbortParamsWithContext ¶ added in v0.1.0
func NewPipelineAbortParamsWithContext(ctx context.Context) *PipelineAbortParams
NewPipelineAbortParamsWithContext creates a new PipelineAbortParams object with the ability to set a context for a request.
func NewPipelineAbortParamsWithHTTPClient ¶ added in v0.1.0
func NewPipelineAbortParamsWithHTTPClient(client *http.Client) *PipelineAbortParams
NewPipelineAbortParamsWithHTTPClient creates a new PipelineAbortParams object with the ability to set a custom HTTPClient for a request.
func NewPipelineAbortParamsWithTimeout ¶ added in v0.1.0
func NewPipelineAbortParamsWithTimeout(timeout time.Duration) *PipelineAbortParams
NewPipelineAbortParamsWithTimeout creates a new PipelineAbortParams object with the ability to set a timeout on a request.
func (*PipelineAbortParams) SetAppSlug ¶ added in v0.1.0
func (o *PipelineAbortParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the pipeline abort params
func (*PipelineAbortParams) SetContext ¶ added in v0.1.0
func (o *PipelineAbortParams) SetContext(ctx context.Context)
SetContext adds the context to the pipeline abort params
func (*PipelineAbortParams) SetDefaults ¶ added in v0.1.0
func (o *PipelineAbortParams) SetDefaults()
SetDefaults hydrates default values in the pipeline abort params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineAbortParams) SetHTTPClient ¶ added in v0.1.0
func (o *PipelineAbortParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pipeline abort params
func (*PipelineAbortParams) SetPipelineAbortParams ¶ added in v0.1.0
func (o *PipelineAbortParams) SetPipelineAbortParams(pipelineAbortParams *models.V0PipelineAbortParams)
SetPipelineAbortParams adds the pipelineAbortParams to the pipeline abort params
func (*PipelineAbortParams) SetPipelineID ¶ added in v0.1.0
func (o *PipelineAbortParams) SetPipelineID(pipelineID string)
SetPipelineID adds the pipelineId to the pipeline abort params
func (*PipelineAbortParams) SetTimeout ¶ added in v0.1.0
func (o *PipelineAbortParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pipeline abort params
func (*PipelineAbortParams) WithAppSlug ¶ added in v0.1.0
func (o *PipelineAbortParams) WithAppSlug(appSlug string) *PipelineAbortParams
WithAppSlug adds the appSlug to the pipeline abort params
func (*PipelineAbortParams) WithContext ¶ added in v0.1.0
func (o *PipelineAbortParams) WithContext(ctx context.Context) *PipelineAbortParams
WithContext adds the context to the pipeline abort params
func (*PipelineAbortParams) WithDefaults ¶ added in v0.1.0
func (o *PipelineAbortParams) WithDefaults() *PipelineAbortParams
WithDefaults hydrates default values in the pipeline abort params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineAbortParams) WithHTTPClient ¶ added in v0.1.0
func (o *PipelineAbortParams) WithHTTPClient(client *http.Client) *PipelineAbortParams
WithHTTPClient adds the HTTPClient to the pipeline abort params
func (*PipelineAbortParams) WithPipelineAbortParams ¶ added in v0.1.0
func (o *PipelineAbortParams) WithPipelineAbortParams(pipelineAbortParams *models.V0PipelineAbortParams) *PipelineAbortParams
WithPipelineAbortParams adds the pipelineAbortParams to the pipeline abort params
func (*PipelineAbortParams) WithPipelineID ¶ added in v0.1.0
func (o *PipelineAbortParams) WithPipelineID(pipelineID string) *PipelineAbortParams
WithPipelineID adds the pipelineID to the pipeline abort params
func (*PipelineAbortParams) WithTimeout ¶ added in v0.1.0
func (o *PipelineAbortParams) WithTimeout(timeout time.Duration) *PipelineAbortParams
WithTimeout adds the timeout to the pipeline abort params
func (*PipelineAbortParams) WriteToRequest ¶ added in v0.1.0
func (o *PipelineAbortParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PipelineAbortReader ¶ added in v0.1.0
type PipelineAbortReader struct {
// contains filtered or unexported fields
}
PipelineAbortReader is a Reader for the PipelineAbort structure.
func (*PipelineAbortReader) ReadResponse ¶ added in v0.1.0
func (o *PipelineAbortReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PipelineAbortUnauthorized ¶ added in v0.1.0
type PipelineAbortUnauthorized struct {
}
PipelineAbortUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPipelineAbortUnauthorized ¶ added in v0.1.0
func NewPipelineAbortUnauthorized() *PipelineAbortUnauthorized
NewPipelineAbortUnauthorized creates a PipelineAbortUnauthorized with default headers values
func (*PipelineAbortUnauthorized) Code ¶ added in v1.0.3
func (o *PipelineAbortUnauthorized) Code() int
Code gets the status code for the pipeline abort unauthorized response
func (*PipelineAbortUnauthorized) Error ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) Error() string
func (*PipelineAbortUnauthorized) GetPayload ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineAbortUnauthorized) IsClientError ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) IsClientError() bool
IsClientError returns true when this pipeline abort unauthorized response has a 4xx status code
func (*PipelineAbortUnauthorized) IsCode ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) IsCode(code int) bool
IsCode returns true when this pipeline abort unauthorized response a status code equal to that given
func (*PipelineAbortUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) IsRedirect() bool
IsRedirect returns true when this pipeline abort unauthorized response has a 3xx status code
func (*PipelineAbortUnauthorized) IsServerError ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) IsServerError() bool
IsServerError returns true when this pipeline abort unauthorized response has a 5xx status code
func (*PipelineAbortUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) IsSuccess() bool
IsSuccess returns true when this pipeline abort unauthorized response has a 2xx status code
func (*PipelineAbortUnauthorized) String ¶ added in v0.1.0
func (o *PipelineAbortUnauthorized) String() string
type PipelineListAllBadRequest ¶ added in v0.1.0
type PipelineListAllBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListAllBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPipelineListAllBadRequest ¶ added in v0.1.0
func NewPipelineListAllBadRequest() *PipelineListAllBadRequest
NewPipelineListAllBadRequest creates a PipelineListAllBadRequest with default headers values
func (*PipelineListAllBadRequest) Code ¶ added in v1.0.3
func (o *PipelineListAllBadRequest) Code() int
Code gets the status code for the pipeline list all bad request response
func (*PipelineListAllBadRequest) Error ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) Error() string
func (*PipelineListAllBadRequest) GetPayload ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListAllBadRequest) IsClientError ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) IsClientError() bool
IsClientError returns true when this pipeline list all bad request response has a 4xx status code
func (*PipelineListAllBadRequest) IsCode ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) IsCode(code int) bool
IsCode returns true when this pipeline list all bad request response a status code equal to that given
func (*PipelineListAllBadRequest) IsRedirect ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) IsRedirect() bool
IsRedirect returns true when this pipeline list all bad request response has a 3xx status code
func (*PipelineListAllBadRequest) IsServerError ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) IsServerError() bool
IsServerError returns true when this pipeline list all bad request response has a 5xx status code
func (*PipelineListAllBadRequest) IsSuccess ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) IsSuccess() bool
IsSuccess returns true when this pipeline list all bad request response has a 2xx status code
func (*PipelineListAllBadRequest) String ¶ added in v0.1.0
func (o *PipelineListAllBadRequest) String() string
type PipelineListAllInternalServerError ¶ added in v0.1.0
type PipelineListAllInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListAllInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPipelineListAllInternalServerError ¶ added in v0.1.0
func NewPipelineListAllInternalServerError() *PipelineListAllInternalServerError
NewPipelineListAllInternalServerError creates a PipelineListAllInternalServerError with default headers values
func (*PipelineListAllInternalServerError) Code ¶ added in v1.0.3
func (o *PipelineListAllInternalServerError) Code() int
Code gets the status code for the pipeline list all internal server error response
func (*PipelineListAllInternalServerError) Error ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) Error() string
func (*PipelineListAllInternalServerError) GetPayload ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListAllInternalServerError) IsClientError ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) IsClientError() bool
IsClientError returns true when this pipeline list all internal server error response has a 4xx status code
func (*PipelineListAllInternalServerError) IsCode ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) IsCode(code int) bool
IsCode returns true when this pipeline list all internal server error response a status code equal to that given
func (*PipelineListAllInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) IsRedirect() bool
IsRedirect returns true when this pipeline list all internal server error response has a 3xx status code
func (*PipelineListAllInternalServerError) IsServerError ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) IsServerError() bool
IsServerError returns true when this pipeline list all internal server error response has a 5xx status code
func (*PipelineListAllInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) IsSuccess() bool
IsSuccess returns true when this pipeline list all internal server error response has a 2xx status code
func (*PipelineListAllInternalServerError) String ¶ added in v0.1.0
func (o *PipelineListAllInternalServerError) String() string
type PipelineListAllNotFound ¶ added in v0.1.0
type PipelineListAllNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListAllNotFound describes a response with status code 404, with default header values.
Not Found
func NewPipelineListAllNotFound ¶ added in v0.1.0
func NewPipelineListAllNotFound() *PipelineListAllNotFound
NewPipelineListAllNotFound creates a PipelineListAllNotFound with default headers values
func (*PipelineListAllNotFound) Code ¶ added in v1.0.3
func (o *PipelineListAllNotFound) Code() int
Code gets the status code for the pipeline list all not found response
func (*PipelineListAllNotFound) Error ¶ added in v0.1.0
func (o *PipelineListAllNotFound) Error() string
func (*PipelineListAllNotFound) GetPayload ¶ added in v0.1.0
func (o *PipelineListAllNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListAllNotFound) IsClientError ¶ added in v0.1.0
func (o *PipelineListAllNotFound) IsClientError() bool
IsClientError returns true when this pipeline list all not found response has a 4xx status code
func (*PipelineListAllNotFound) IsCode ¶ added in v0.1.0
func (o *PipelineListAllNotFound) IsCode(code int) bool
IsCode returns true when this pipeline list all not found response a status code equal to that given
func (*PipelineListAllNotFound) IsRedirect ¶ added in v0.1.0
func (o *PipelineListAllNotFound) IsRedirect() bool
IsRedirect returns true when this pipeline list all not found response has a 3xx status code
func (*PipelineListAllNotFound) IsServerError ¶ added in v0.1.0
func (o *PipelineListAllNotFound) IsServerError() bool
IsServerError returns true when this pipeline list all not found response has a 5xx status code
func (*PipelineListAllNotFound) IsSuccess ¶ added in v0.1.0
func (o *PipelineListAllNotFound) IsSuccess() bool
IsSuccess returns true when this pipeline list all not found response has a 2xx status code
func (*PipelineListAllNotFound) String ¶ added in v0.1.0
func (o *PipelineListAllNotFound) String() string
type PipelineListAllOK ¶ added in v0.1.0
type PipelineListAllOK struct {
Payload *models.V0PipelineListAllResponseModel
}
PipelineListAllOK describes a response with status code 200, with default header values.
OK
func NewPipelineListAllOK ¶ added in v0.1.0
func NewPipelineListAllOK() *PipelineListAllOK
NewPipelineListAllOK creates a PipelineListAllOK with default headers values
func (*PipelineListAllOK) Code ¶ added in v1.0.3
func (o *PipelineListAllOK) Code() int
Code gets the status code for the pipeline list all o k response
func (*PipelineListAllOK) Error ¶ added in v0.1.0
func (o *PipelineListAllOK) Error() string
func (*PipelineListAllOK) GetPayload ¶ added in v0.1.0
func (o *PipelineListAllOK) GetPayload() *models.V0PipelineListAllResponseModel
func (*PipelineListAllOK) IsClientError ¶ added in v0.1.0
func (o *PipelineListAllOK) IsClientError() bool
IsClientError returns true when this pipeline list all o k response has a 4xx status code
func (*PipelineListAllOK) IsCode ¶ added in v0.1.0
func (o *PipelineListAllOK) IsCode(code int) bool
IsCode returns true when this pipeline list all o k response a status code equal to that given
func (*PipelineListAllOK) IsRedirect ¶ added in v0.1.0
func (o *PipelineListAllOK) IsRedirect() bool
IsRedirect returns true when this pipeline list all o k response has a 3xx status code
func (*PipelineListAllOK) IsServerError ¶ added in v0.1.0
func (o *PipelineListAllOK) IsServerError() bool
IsServerError returns true when this pipeline list all o k response has a 5xx status code
func (*PipelineListAllOK) IsSuccess ¶ added in v0.1.0
func (o *PipelineListAllOK) IsSuccess() bool
IsSuccess returns true when this pipeline list all o k response has a 2xx status code
func (*PipelineListAllOK) String ¶ added in v0.1.0
func (o *PipelineListAllOK) String() string
type PipelineListAllParams ¶ added in v0.1.0
type PipelineListAllParams struct {
/* Limit.
Max number of elements per page (default: 10)
*/
Limit *int64
/* Next.
Getting pipelines/standalone builds before the given parameter (RFC3339 time format)
*/
Next *string
/* OwnerSlug.
The slug of the owner of the app or apps
*/
OwnerSlug *string
/* Status.
The status of the pipelines/standalone build: initializing, on_hold, running, succeeded, failed, aborted, succeeded_with_abort
*/
Status *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PipelineListAllParams contains all the parameters to send to the API endpoint
for the pipeline list all operation. Typically these are written to a http.Request.
func NewPipelineListAllParams ¶ added in v0.1.0
func NewPipelineListAllParams() *PipelineListAllParams
NewPipelineListAllParams creates a new PipelineListAllParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPipelineListAllParamsWithContext ¶ added in v0.1.0
func NewPipelineListAllParamsWithContext(ctx context.Context) *PipelineListAllParams
NewPipelineListAllParamsWithContext creates a new PipelineListAllParams object with the ability to set a context for a request.
func NewPipelineListAllParamsWithHTTPClient ¶ added in v0.1.0
func NewPipelineListAllParamsWithHTTPClient(client *http.Client) *PipelineListAllParams
NewPipelineListAllParamsWithHTTPClient creates a new PipelineListAllParams object with the ability to set a custom HTTPClient for a request.
func NewPipelineListAllParamsWithTimeout ¶ added in v0.1.0
func NewPipelineListAllParamsWithTimeout(timeout time.Duration) *PipelineListAllParams
NewPipelineListAllParamsWithTimeout creates a new PipelineListAllParams object with the ability to set a timeout on a request.
func (*PipelineListAllParams) SetContext ¶ added in v0.1.0
func (o *PipelineListAllParams) SetContext(ctx context.Context)
SetContext adds the context to the pipeline list all params
func (*PipelineListAllParams) SetDefaults ¶ added in v0.1.0
func (o *PipelineListAllParams) SetDefaults()
SetDefaults hydrates default values in the pipeline list all params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineListAllParams) SetHTTPClient ¶ added in v0.1.0
func (o *PipelineListAllParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pipeline list all params
func (*PipelineListAllParams) SetLimit ¶ added in v0.1.0
func (o *PipelineListAllParams) SetLimit(limit *int64)
SetLimit adds the limit to the pipeline list all params
func (*PipelineListAllParams) SetNext ¶ added in v0.1.0
func (o *PipelineListAllParams) SetNext(next *string)
SetNext adds the next to the pipeline list all params
func (*PipelineListAllParams) SetOwnerSlug ¶ added in v0.1.0
func (o *PipelineListAllParams) SetOwnerSlug(ownerSlug *string)
SetOwnerSlug adds the ownerSlug to the pipeline list all params
func (*PipelineListAllParams) SetStatus ¶ added in v0.1.0
func (o *PipelineListAllParams) SetStatus(status *int64)
SetStatus adds the status to the pipeline list all params
func (*PipelineListAllParams) SetTimeout ¶ added in v0.1.0
func (o *PipelineListAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pipeline list all params
func (*PipelineListAllParams) WithContext ¶ added in v0.1.0
func (o *PipelineListAllParams) WithContext(ctx context.Context) *PipelineListAllParams
WithContext adds the context to the pipeline list all params
func (*PipelineListAllParams) WithDefaults ¶ added in v0.1.0
func (o *PipelineListAllParams) WithDefaults() *PipelineListAllParams
WithDefaults hydrates default values in the pipeline list all params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineListAllParams) WithHTTPClient ¶ added in v0.1.0
func (o *PipelineListAllParams) WithHTTPClient(client *http.Client) *PipelineListAllParams
WithHTTPClient adds the HTTPClient to the pipeline list all params
func (*PipelineListAllParams) WithLimit ¶ added in v0.1.0
func (o *PipelineListAllParams) WithLimit(limit *int64) *PipelineListAllParams
WithLimit adds the limit to the pipeline list all params
func (*PipelineListAllParams) WithNext ¶ added in v0.1.0
func (o *PipelineListAllParams) WithNext(next *string) *PipelineListAllParams
WithNext adds the next to the pipeline list all params
func (*PipelineListAllParams) WithOwnerSlug ¶ added in v0.1.0
func (o *PipelineListAllParams) WithOwnerSlug(ownerSlug *string) *PipelineListAllParams
WithOwnerSlug adds the ownerSlug to the pipeline list all params
func (*PipelineListAllParams) WithStatus ¶ added in v0.1.0
func (o *PipelineListAllParams) WithStatus(status *int64) *PipelineListAllParams
WithStatus adds the status to the pipeline list all params
func (*PipelineListAllParams) WithTimeout ¶ added in v0.1.0
func (o *PipelineListAllParams) WithTimeout(timeout time.Duration) *PipelineListAllParams
WithTimeout adds the timeout to the pipeline list all params
func (*PipelineListAllParams) WriteToRequest ¶ added in v0.1.0
func (o *PipelineListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PipelineListAllReader ¶ added in v0.1.0
type PipelineListAllReader struct {
// contains filtered or unexported fields
}
PipelineListAllReader is a Reader for the PipelineListAll structure.
func (*PipelineListAllReader) ReadResponse ¶ added in v0.1.0
func (o *PipelineListAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PipelineListAllUnauthorized ¶ added in v0.1.0
type PipelineListAllUnauthorized struct {
}
PipelineListAllUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPipelineListAllUnauthorized ¶ added in v0.1.0
func NewPipelineListAllUnauthorized() *PipelineListAllUnauthorized
NewPipelineListAllUnauthorized creates a PipelineListAllUnauthorized with default headers values
func (*PipelineListAllUnauthorized) Code ¶ added in v1.0.3
func (o *PipelineListAllUnauthorized) Code() int
Code gets the status code for the pipeline list all unauthorized response
func (*PipelineListAllUnauthorized) Error ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) Error() string
func (*PipelineListAllUnauthorized) GetPayload ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListAllUnauthorized) IsClientError ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) IsClientError() bool
IsClientError returns true when this pipeline list all unauthorized response has a 4xx status code
func (*PipelineListAllUnauthorized) IsCode ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) IsCode(code int) bool
IsCode returns true when this pipeline list all unauthorized response a status code equal to that given
func (*PipelineListAllUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) IsRedirect() bool
IsRedirect returns true when this pipeline list all unauthorized response has a 3xx status code
func (*PipelineListAllUnauthorized) IsServerError ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) IsServerError() bool
IsServerError returns true when this pipeline list all unauthorized response has a 5xx status code
func (*PipelineListAllUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) IsSuccess() bool
IsSuccess returns true when this pipeline list all unauthorized response has a 2xx status code
func (*PipelineListAllUnauthorized) String ¶ added in v0.1.0
func (o *PipelineListAllUnauthorized) String() string
type PipelineListBadRequest ¶ added in v0.1.0
type PipelineListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPipelineListBadRequest ¶ added in v0.1.0
func NewPipelineListBadRequest() *PipelineListBadRequest
NewPipelineListBadRequest creates a PipelineListBadRequest with default headers values
func (*PipelineListBadRequest) Code ¶ added in v1.0.3
func (o *PipelineListBadRequest) Code() int
Code gets the status code for the pipeline list bad request response
func (*PipelineListBadRequest) Error ¶ added in v0.1.0
func (o *PipelineListBadRequest) Error() string
func (*PipelineListBadRequest) GetPayload ¶ added in v0.1.0
func (o *PipelineListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListBadRequest) IsClientError ¶ added in v0.1.0
func (o *PipelineListBadRequest) IsClientError() bool
IsClientError returns true when this pipeline list bad request response has a 4xx status code
func (*PipelineListBadRequest) IsCode ¶ added in v0.1.0
func (o *PipelineListBadRequest) IsCode(code int) bool
IsCode returns true when this pipeline list bad request response a status code equal to that given
func (*PipelineListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *PipelineListBadRequest) IsRedirect() bool
IsRedirect returns true when this pipeline list bad request response has a 3xx status code
func (*PipelineListBadRequest) IsServerError ¶ added in v0.1.0
func (o *PipelineListBadRequest) IsServerError() bool
IsServerError returns true when this pipeline list bad request response has a 5xx status code
func (*PipelineListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *PipelineListBadRequest) IsSuccess() bool
IsSuccess returns true when this pipeline list bad request response has a 2xx status code
func (*PipelineListBadRequest) String ¶ added in v0.1.0
func (o *PipelineListBadRequest) String() string
type PipelineListInternalServerError ¶ added in v0.1.0
type PipelineListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPipelineListInternalServerError ¶ added in v0.1.0
func NewPipelineListInternalServerError() *PipelineListInternalServerError
NewPipelineListInternalServerError creates a PipelineListInternalServerError with default headers values
func (*PipelineListInternalServerError) Code ¶ added in v1.0.3
func (o *PipelineListInternalServerError) Code() int
Code gets the status code for the pipeline list internal server error response
func (*PipelineListInternalServerError) Error ¶ added in v0.1.0
func (o *PipelineListInternalServerError) Error() string
func (*PipelineListInternalServerError) GetPayload ¶ added in v0.1.0
func (o *PipelineListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *PipelineListInternalServerError) IsClientError() bool
IsClientError returns true when this pipeline list internal server error response has a 4xx status code
func (*PipelineListInternalServerError) IsCode ¶ added in v0.1.0
func (o *PipelineListInternalServerError) IsCode(code int) bool
IsCode returns true when this pipeline list internal server error response a status code equal to that given
func (*PipelineListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *PipelineListInternalServerError) IsRedirect() bool
IsRedirect returns true when this pipeline list internal server error response has a 3xx status code
func (*PipelineListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *PipelineListInternalServerError) IsServerError() bool
IsServerError returns true when this pipeline list internal server error response has a 5xx status code
func (*PipelineListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *PipelineListInternalServerError) IsSuccess() bool
IsSuccess returns true when this pipeline list internal server error response has a 2xx status code
func (*PipelineListInternalServerError) String ¶ added in v0.1.0
func (o *PipelineListInternalServerError) String() string
type PipelineListNotFound ¶ added in v0.1.0
type PipelineListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineListNotFound describes a response with status code 404, with default header values.
Not Found
func NewPipelineListNotFound ¶ added in v0.1.0
func NewPipelineListNotFound() *PipelineListNotFound
NewPipelineListNotFound creates a PipelineListNotFound with default headers values
func (*PipelineListNotFound) Code ¶ added in v1.0.3
func (o *PipelineListNotFound) Code() int
Code gets the status code for the pipeline list not found response
func (*PipelineListNotFound) Error ¶ added in v0.1.0
func (o *PipelineListNotFound) Error() string
func (*PipelineListNotFound) GetPayload ¶ added in v0.1.0
func (o *PipelineListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListNotFound) IsClientError ¶ added in v0.1.0
func (o *PipelineListNotFound) IsClientError() bool
IsClientError returns true when this pipeline list not found response has a 4xx status code
func (*PipelineListNotFound) IsCode ¶ added in v0.1.0
func (o *PipelineListNotFound) IsCode(code int) bool
IsCode returns true when this pipeline list not found response a status code equal to that given
func (*PipelineListNotFound) IsRedirect ¶ added in v0.1.0
func (o *PipelineListNotFound) IsRedirect() bool
IsRedirect returns true when this pipeline list not found response has a 3xx status code
func (*PipelineListNotFound) IsServerError ¶ added in v0.1.0
func (o *PipelineListNotFound) IsServerError() bool
IsServerError returns true when this pipeline list not found response has a 5xx status code
func (*PipelineListNotFound) IsSuccess ¶ added in v0.1.0
func (o *PipelineListNotFound) IsSuccess() bool
IsSuccess returns true when this pipeline list not found response has a 2xx status code
func (*PipelineListNotFound) String ¶ added in v0.1.0
func (o *PipelineListNotFound) String() string
type PipelineListOK ¶ added in v0.1.0
type PipelineListOK struct {
Payload *models.V0PipelineListResponseModel
}
PipelineListOK describes a response with status code 200, with default header values.
OK
func NewPipelineListOK ¶ added in v0.1.0
func NewPipelineListOK() *PipelineListOK
NewPipelineListOK creates a PipelineListOK with default headers values
func (*PipelineListOK) Code ¶ added in v1.0.3
func (o *PipelineListOK) Code() int
Code gets the status code for the pipeline list o k response
func (*PipelineListOK) Error ¶ added in v0.1.0
func (o *PipelineListOK) Error() string
func (*PipelineListOK) GetPayload ¶ added in v0.1.0
func (o *PipelineListOK) GetPayload() *models.V0PipelineListResponseModel
func (*PipelineListOK) IsClientError ¶ added in v0.1.0
func (o *PipelineListOK) IsClientError() bool
IsClientError returns true when this pipeline list o k response has a 4xx status code
func (*PipelineListOK) IsCode ¶ added in v0.1.0
func (o *PipelineListOK) IsCode(code int) bool
IsCode returns true when this pipeline list o k response a status code equal to that given
func (*PipelineListOK) IsRedirect ¶ added in v0.1.0
func (o *PipelineListOK) IsRedirect() bool
IsRedirect returns true when this pipeline list o k response has a 3xx status code
func (*PipelineListOK) IsServerError ¶ added in v0.1.0
func (o *PipelineListOK) IsServerError() bool
IsServerError returns true when this pipeline list o k response has a 5xx status code
func (*PipelineListOK) IsSuccess ¶ added in v0.1.0
func (o *PipelineListOK) IsSuccess() bool
IsSuccess returns true when this pipeline list o k response has a 2xx status code
func (*PipelineListOK) String ¶ added in v0.1.0
func (o *PipelineListOK) String() string
type PipelineListParams ¶ added in v0.1.0
type PipelineListParams struct {
/* After.
List pipelines/standalone builds run after a given date (RFC3339 time format)
*/
After *string
/* AppSlug.
App slug
*/
AppSlug string
/* Before.
List pipelines/standalone builds run before a given date (RFC3339 time format) - was called 'next' earlier
*/
Before *string
/* Branch.
The branch which was built
*/
Branch *string
/* BuildEnvironment.
The build environment of the listed builds (ci, local, all) - default: ci
*/
BuildEnvironment *string
/* BuildNumber.
The pipeline/standalone build number
*/
BuildNumber *int64
/* CommitMessage.
The commit message of the pipeline/standalone build
*/
CommitMessage *string
/* Limit.
Max number of elements per page - default: 10
*/
Limit *int64
/* Next.
List pipelines/standalone builds run before a given date (RFC3339 time format) - deprecated
*/
Next *string
/* Pipeline.
Name of the pipeline
*/
Pipeline *string
/* Status.
The status of the pipeline/standalone build: initializing, on_hold, running, succeeded, failed, aborted, succeeded_with_abort
*/
Status *string
/* TriggerEventType.
The event that triggered the pipeline/standalone build (push, pull-request, tag)
*/
TriggerEventType *string
/* Workflow.
The name of the workflow used for the pipeline/standalone build
*/
Workflow *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PipelineListParams contains all the parameters to send to the API endpoint
for the pipeline list operation. Typically these are written to a http.Request.
func NewPipelineListParams ¶ added in v0.1.0
func NewPipelineListParams() *PipelineListParams
NewPipelineListParams creates a new PipelineListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPipelineListParamsWithContext ¶ added in v0.1.0
func NewPipelineListParamsWithContext(ctx context.Context) *PipelineListParams
NewPipelineListParamsWithContext creates a new PipelineListParams object with the ability to set a context for a request.
func NewPipelineListParamsWithHTTPClient ¶ added in v0.1.0
func NewPipelineListParamsWithHTTPClient(client *http.Client) *PipelineListParams
NewPipelineListParamsWithHTTPClient creates a new PipelineListParams object with the ability to set a custom HTTPClient for a request.
func NewPipelineListParamsWithTimeout ¶ added in v0.1.0
func NewPipelineListParamsWithTimeout(timeout time.Duration) *PipelineListParams
NewPipelineListParamsWithTimeout creates a new PipelineListParams object with the ability to set a timeout on a request.
func (*PipelineListParams) SetAfter ¶ added in v1.0.3
func (o *PipelineListParams) SetAfter(after *string)
SetAfter adds the after to the pipeline list params
func (*PipelineListParams) SetAppSlug ¶ added in v0.1.0
func (o *PipelineListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the pipeline list params
func (*PipelineListParams) SetBefore ¶ added in v1.0.3
func (o *PipelineListParams) SetBefore(before *string)
SetBefore adds the before to the pipeline list params
func (*PipelineListParams) SetBranch ¶ added in v0.1.0
func (o *PipelineListParams) SetBranch(branch *string)
SetBranch adds the branch to the pipeline list params
func (*PipelineListParams) SetBuildEnvironment ¶ added in v1.0.3
func (o *PipelineListParams) SetBuildEnvironment(buildEnvironment *string)
SetBuildEnvironment adds the buildEnvironment to the pipeline list params
func (*PipelineListParams) SetBuildNumber ¶ added in v0.1.0
func (o *PipelineListParams) SetBuildNumber(buildNumber *int64)
SetBuildNumber adds the buildNumber to the pipeline list params
func (*PipelineListParams) SetCommitMessage ¶ added in v0.1.0
func (o *PipelineListParams) SetCommitMessage(commitMessage *string)
SetCommitMessage adds the commitMessage to the pipeline list params
func (*PipelineListParams) SetContext ¶ added in v0.1.0
func (o *PipelineListParams) SetContext(ctx context.Context)
SetContext adds the context to the pipeline list params
func (*PipelineListParams) SetDefaults ¶ added in v0.1.0
func (o *PipelineListParams) SetDefaults()
SetDefaults hydrates default values in the pipeline list params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineListParams) SetHTTPClient ¶ added in v0.1.0
func (o *PipelineListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pipeline list params
func (*PipelineListParams) SetLimit ¶ added in v0.1.0
func (o *PipelineListParams) SetLimit(limit *int64)
SetLimit adds the limit to the pipeline list params
func (*PipelineListParams) SetNext ¶ added in v0.1.0
func (o *PipelineListParams) SetNext(next *string)
SetNext adds the next to the pipeline list params
func (*PipelineListParams) SetPipeline ¶ added in v1.0.3
func (o *PipelineListParams) SetPipeline(pipeline *string)
SetPipeline adds the pipeline to the pipeline list params
func (*PipelineListParams) SetStatus ¶ added in v0.1.0
func (o *PipelineListParams) SetStatus(status *string)
SetStatus adds the status to the pipeline list params
func (*PipelineListParams) SetTimeout ¶ added in v0.1.0
func (o *PipelineListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pipeline list params
func (*PipelineListParams) SetTriggerEventType ¶ added in v0.1.0
func (o *PipelineListParams) SetTriggerEventType(triggerEventType *string)
SetTriggerEventType adds the triggerEventType to the pipeline list params
func (*PipelineListParams) SetWorkflow ¶ added in v0.1.0
func (o *PipelineListParams) SetWorkflow(workflow *string)
SetWorkflow adds the workflow to the pipeline list params
func (*PipelineListParams) WithAfter ¶ added in v1.0.3
func (o *PipelineListParams) WithAfter(after *string) *PipelineListParams
WithAfter adds the after to the pipeline list params
func (*PipelineListParams) WithAppSlug ¶ added in v0.1.0
func (o *PipelineListParams) WithAppSlug(appSlug string) *PipelineListParams
WithAppSlug adds the appSlug to the pipeline list params
func (*PipelineListParams) WithBefore ¶ added in v1.0.3
func (o *PipelineListParams) WithBefore(before *string) *PipelineListParams
WithBefore adds the before to the pipeline list params
func (*PipelineListParams) WithBranch ¶ added in v0.1.0
func (o *PipelineListParams) WithBranch(branch *string) *PipelineListParams
WithBranch adds the branch to the pipeline list params
func (*PipelineListParams) WithBuildEnvironment ¶ added in v1.0.3
func (o *PipelineListParams) WithBuildEnvironment(buildEnvironment *string) *PipelineListParams
WithBuildEnvironment adds the buildEnvironment to the pipeline list params
func (*PipelineListParams) WithBuildNumber ¶ added in v0.1.0
func (o *PipelineListParams) WithBuildNumber(buildNumber *int64) *PipelineListParams
WithBuildNumber adds the buildNumber to the pipeline list params
func (*PipelineListParams) WithCommitMessage ¶ added in v0.1.0
func (o *PipelineListParams) WithCommitMessage(commitMessage *string) *PipelineListParams
WithCommitMessage adds the commitMessage to the pipeline list params
func (*PipelineListParams) WithContext ¶ added in v0.1.0
func (o *PipelineListParams) WithContext(ctx context.Context) *PipelineListParams
WithContext adds the context to the pipeline list params
func (*PipelineListParams) WithDefaults ¶ added in v0.1.0
func (o *PipelineListParams) WithDefaults() *PipelineListParams
WithDefaults hydrates default values in the pipeline list params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineListParams) WithHTTPClient ¶ added in v0.1.0
func (o *PipelineListParams) WithHTTPClient(client *http.Client) *PipelineListParams
WithHTTPClient adds the HTTPClient to the pipeline list params
func (*PipelineListParams) WithLimit ¶ added in v0.1.0
func (o *PipelineListParams) WithLimit(limit *int64) *PipelineListParams
WithLimit adds the limit to the pipeline list params
func (*PipelineListParams) WithNext ¶ added in v0.1.0
func (o *PipelineListParams) WithNext(next *string) *PipelineListParams
WithNext adds the next to the pipeline list params
func (*PipelineListParams) WithPipeline ¶ added in v1.0.3
func (o *PipelineListParams) WithPipeline(pipeline *string) *PipelineListParams
WithPipeline adds the pipeline to the pipeline list params
func (*PipelineListParams) WithStatus ¶ added in v0.1.0
func (o *PipelineListParams) WithStatus(status *string) *PipelineListParams
WithStatus adds the status to the pipeline list params
func (*PipelineListParams) WithTimeout ¶ added in v0.1.0
func (o *PipelineListParams) WithTimeout(timeout time.Duration) *PipelineListParams
WithTimeout adds the timeout to the pipeline list params
func (*PipelineListParams) WithTriggerEventType ¶ added in v0.1.0
func (o *PipelineListParams) WithTriggerEventType(triggerEventType *string) *PipelineListParams
WithTriggerEventType adds the triggerEventType to the pipeline list params
func (*PipelineListParams) WithWorkflow ¶ added in v0.1.0
func (o *PipelineListParams) WithWorkflow(workflow *string) *PipelineListParams
WithWorkflow adds the workflow to the pipeline list params
func (*PipelineListParams) WriteToRequest ¶ added in v0.1.0
func (o *PipelineListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PipelineListReader ¶ added in v0.1.0
type PipelineListReader struct {
// contains filtered or unexported fields
}
PipelineListReader is a Reader for the PipelineList structure.
func (*PipelineListReader) ReadResponse ¶ added in v0.1.0
func (o *PipelineListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PipelineListUnauthorized ¶ added in v0.1.0
type PipelineListUnauthorized struct {
}
PipelineListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPipelineListUnauthorized ¶ added in v0.1.0
func NewPipelineListUnauthorized() *PipelineListUnauthorized
NewPipelineListUnauthorized creates a PipelineListUnauthorized with default headers values
func (*PipelineListUnauthorized) Code ¶ added in v1.0.3
func (o *PipelineListUnauthorized) Code() int
Code gets the status code for the pipeline list unauthorized response
func (*PipelineListUnauthorized) Error ¶ added in v0.1.0
func (o *PipelineListUnauthorized) Error() string
func (*PipelineListUnauthorized) GetPayload ¶ added in v0.1.0
func (o *PipelineListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *PipelineListUnauthorized) IsClientError() bool
IsClientError returns true when this pipeline list unauthorized response has a 4xx status code
func (*PipelineListUnauthorized) IsCode ¶ added in v0.1.0
func (o *PipelineListUnauthorized) IsCode(code int) bool
IsCode returns true when this pipeline list unauthorized response a status code equal to that given
func (*PipelineListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *PipelineListUnauthorized) IsRedirect() bool
IsRedirect returns true when this pipeline list unauthorized response has a 3xx status code
func (*PipelineListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *PipelineListUnauthorized) IsServerError() bool
IsServerError returns true when this pipeline list unauthorized response has a 5xx status code
func (*PipelineListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *PipelineListUnauthorized) IsSuccess() bool
IsSuccess returns true when this pipeline list unauthorized response has a 2xx status code
func (*PipelineListUnauthorized) String ¶ added in v0.1.0
func (o *PipelineListUnauthorized) String() string
type PipelineRebuildBadRequest ¶ added in v0.1.0
type PipelineRebuildBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineRebuildBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPipelineRebuildBadRequest ¶ added in v0.1.0
func NewPipelineRebuildBadRequest() *PipelineRebuildBadRequest
NewPipelineRebuildBadRequest creates a PipelineRebuildBadRequest with default headers values
func (*PipelineRebuildBadRequest) Code ¶ added in v1.0.3
func (o *PipelineRebuildBadRequest) Code() int
Code gets the status code for the pipeline rebuild bad request response
func (*PipelineRebuildBadRequest) Error ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) Error() string
func (*PipelineRebuildBadRequest) GetPayload ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineRebuildBadRequest) IsClientError ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) IsClientError() bool
IsClientError returns true when this pipeline rebuild bad request response has a 4xx status code
func (*PipelineRebuildBadRequest) IsCode ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) IsCode(code int) bool
IsCode returns true when this pipeline rebuild bad request response a status code equal to that given
func (*PipelineRebuildBadRequest) IsRedirect ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild bad request response has a 3xx status code
func (*PipelineRebuildBadRequest) IsServerError ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) IsServerError() bool
IsServerError returns true when this pipeline rebuild bad request response has a 5xx status code
func (*PipelineRebuildBadRequest) IsSuccess ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild bad request response has a 2xx status code
func (*PipelineRebuildBadRequest) String ¶ added in v0.1.0
func (o *PipelineRebuildBadRequest) String() string
type PipelineRebuildCreated ¶ added in v1.0.3
type PipelineRebuildCreated struct {
}
PipelineRebuildCreated describes a response with status code 201, with default header values.
Created
func NewPipelineRebuildCreated ¶ added in v1.0.3
func NewPipelineRebuildCreated() *PipelineRebuildCreated
NewPipelineRebuildCreated creates a PipelineRebuildCreated with default headers values
func (*PipelineRebuildCreated) Code ¶ added in v1.0.3
func (o *PipelineRebuildCreated) Code() int
Code gets the status code for the pipeline rebuild created response
func (*PipelineRebuildCreated) Error ¶ added in v1.0.3
func (o *PipelineRebuildCreated) Error() string
func (*PipelineRebuildCreated) IsClientError ¶ added in v1.0.3
func (o *PipelineRebuildCreated) IsClientError() bool
IsClientError returns true when this pipeline rebuild created response has a 4xx status code
func (*PipelineRebuildCreated) IsCode ¶ added in v1.0.3
func (o *PipelineRebuildCreated) IsCode(code int) bool
IsCode returns true when this pipeline rebuild created response a status code equal to that given
func (*PipelineRebuildCreated) IsRedirect ¶ added in v1.0.3
func (o *PipelineRebuildCreated) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild created response has a 3xx status code
func (*PipelineRebuildCreated) IsServerError ¶ added in v1.0.3
func (o *PipelineRebuildCreated) IsServerError() bool
IsServerError returns true when this pipeline rebuild created response has a 5xx status code
func (*PipelineRebuildCreated) IsSuccess ¶ added in v1.0.3
func (o *PipelineRebuildCreated) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild created response has a 2xx status code
func (*PipelineRebuildCreated) String ¶ added in v1.0.3
func (o *PipelineRebuildCreated) String() string
type PipelineRebuildInternalServerError ¶ added in v0.1.0
type PipelineRebuildInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineRebuildInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPipelineRebuildInternalServerError ¶ added in v0.1.0
func NewPipelineRebuildInternalServerError() *PipelineRebuildInternalServerError
NewPipelineRebuildInternalServerError creates a PipelineRebuildInternalServerError with default headers values
func (*PipelineRebuildInternalServerError) Code ¶ added in v1.0.3
func (o *PipelineRebuildInternalServerError) Code() int
Code gets the status code for the pipeline rebuild internal server error response
func (*PipelineRebuildInternalServerError) Error ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) Error() string
func (*PipelineRebuildInternalServerError) GetPayload ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineRebuildInternalServerError) IsClientError ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) IsClientError() bool
IsClientError returns true when this pipeline rebuild internal server error response has a 4xx status code
func (*PipelineRebuildInternalServerError) IsCode ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) IsCode(code int) bool
IsCode returns true when this pipeline rebuild internal server error response a status code equal to that given
func (*PipelineRebuildInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild internal server error response has a 3xx status code
func (*PipelineRebuildInternalServerError) IsServerError ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) IsServerError() bool
IsServerError returns true when this pipeline rebuild internal server error response has a 5xx status code
func (*PipelineRebuildInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild internal server error response has a 2xx status code
func (*PipelineRebuildInternalServerError) String ¶ added in v0.1.0
func (o *PipelineRebuildInternalServerError) String() string
type PipelineRebuildNotFound ¶ added in v0.1.0
type PipelineRebuildNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineRebuildNotFound describes a response with status code 404, with default header values.
Not Found
func NewPipelineRebuildNotFound ¶ added in v0.1.0
func NewPipelineRebuildNotFound() *PipelineRebuildNotFound
NewPipelineRebuildNotFound creates a PipelineRebuildNotFound with default headers values
func (*PipelineRebuildNotFound) Code ¶ added in v1.0.3
func (o *PipelineRebuildNotFound) Code() int
Code gets the status code for the pipeline rebuild not found response
func (*PipelineRebuildNotFound) Error ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) Error() string
func (*PipelineRebuildNotFound) GetPayload ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineRebuildNotFound) IsClientError ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) IsClientError() bool
IsClientError returns true when this pipeline rebuild not found response has a 4xx status code
func (*PipelineRebuildNotFound) IsCode ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) IsCode(code int) bool
IsCode returns true when this pipeline rebuild not found response a status code equal to that given
func (*PipelineRebuildNotFound) IsRedirect ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild not found response has a 3xx status code
func (*PipelineRebuildNotFound) IsServerError ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) IsServerError() bool
IsServerError returns true when this pipeline rebuild not found response has a 5xx status code
func (*PipelineRebuildNotFound) IsSuccess ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild not found response has a 2xx status code
func (*PipelineRebuildNotFound) String ¶ added in v0.1.0
func (o *PipelineRebuildNotFound) String() string
type PipelineRebuildParams ¶ added in v0.1.0
type PipelineRebuildParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* PipelineID.
Pipeline id
*/
PipelineID string
/* PipelineRebuildParams.
Pipeline rebuild parameters
*/
PipelineRebuildParams *models.V0PipelineRebuildParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PipelineRebuildParams contains all the parameters to send to the API endpoint
for the pipeline rebuild operation. Typically these are written to a http.Request.
func NewPipelineRebuildParams ¶ added in v0.1.0
func NewPipelineRebuildParams() *PipelineRebuildParams
NewPipelineRebuildParams creates a new PipelineRebuildParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPipelineRebuildParamsWithContext ¶ added in v0.1.0
func NewPipelineRebuildParamsWithContext(ctx context.Context) *PipelineRebuildParams
NewPipelineRebuildParamsWithContext creates a new PipelineRebuildParams object with the ability to set a context for a request.
func NewPipelineRebuildParamsWithHTTPClient ¶ added in v0.1.0
func NewPipelineRebuildParamsWithHTTPClient(client *http.Client) *PipelineRebuildParams
NewPipelineRebuildParamsWithHTTPClient creates a new PipelineRebuildParams object with the ability to set a custom HTTPClient for a request.
func NewPipelineRebuildParamsWithTimeout ¶ added in v0.1.0
func NewPipelineRebuildParamsWithTimeout(timeout time.Duration) *PipelineRebuildParams
NewPipelineRebuildParamsWithTimeout creates a new PipelineRebuildParams object with the ability to set a timeout on a request.
func (*PipelineRebuildParams) SetAppSlug ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the pipeline rebuild params
func (*PipelineRebuildParams) SetContext ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetContext(ctx context.Context)
SetContext adds the context to the pipeline rebuild params
func (*PipelineRebuildParams) SetDefaults ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetDefaults()
SetDefaults hydrates default values in the pipeline rebuild params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineRebuildParams) SetHTTPClient ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pipeline rebuild params
func (*PipelineRebuildParams) SetPipelineID ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetPipelineID(pipelineID string)
SetPipelineID adds the pipelineId to the pipeline rebuild params
func (*PipelineRebuildParams) SetPipelineRebuildParams ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetPipelineRebuildParams(pipelineRebuildParams *models.V0PipelineRebuildParams)
SetPipelineRebuildParams adds the pipelineRebuildParams to the pipeline rebuild params
func (*PipelineRebuildParams) SetTimeout ¶ added in v0.1.0
func (o *PipelineRebuildParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pipeline rebuild params
func (*PipelineRebuildParams) WithAppSlug ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithAppSlug(appSlug string) *PipelineRebuildParams
WithAppSlug adds the appSlug to the pipeline rebuild params
func (*PipelineRebuildParams) WithContext ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithContext(ctx context.Context) *PipelineRebuildParams
WithContext adds the context to the pipeline rebuild params
func (*PipelineRebuildParams) WithDefaults ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithDefaults() *PipelineRebuildParams
WithDefaults hydrates default values in the pipeline rebuild params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineRebuildParams) WithHTTPClient ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithHTTPClient(client *http.Client) *PipelineRebuildParams
WithHTTPClient adds the HTTPClient to the pipeline rebuild params
func (*PipelineRebuildParams) WithPipelineID ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithPipelineID(pipelineID string) *PipelineRebuildParams
WithPipelineID adds the pipelineID to the pipeline rebuild params
func (*PipelineRebuildParams) WithPipelineRebuildParams ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithPipelineRebuildParams(pipelineRebuildParams *models.V0PipelineRebuildParams) *PipelineRebuildParams
WithPipelineRebuildParams adds the pipelineRebuildParams to the pipeline rebuild params
func (*PipelineRebuildParams) WithTimeout ¶ added in v0.1.0
func (o *PipelineRebuildParams) WithTimeout(timeout time.Duration) *PipelineRebuildParams
WithTimeout adds the timeout to the pipeline rebuild params
func (*PipelineRebuildParams) WriteToRequest ¶ added in v0.1.0
func (o *PipelineRebuildParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PipelineRebuildPreconditionFailed ¶ added in v0.1.0
type PipelineRebuildPreconditionFailed struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineRebuildPreconditionFailed describes a response with status code 412, with default header values.
Precondition Failed
func NewPipelineRebuildPreconditionFailed ¶ added in v0.1.0
func NewPipelineRebuildPreconditionFailed() *PipelineRebuildPreconditionFailed
NewPipelineRebuildPreconditionFailed creates a PipelineRebuildPreconditionFailed with default headers values
func (*PipelineRebuildPreconditionFailed) Code ¶ added in v1.0.3
func (o *PipelineRebuildPreconditionFailed) Code() int
Code gets the status code for the pipeline rebuild precondition failed response
func (*PipelineRebuildPreconditionFailed) Error ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) Error() string
func (*PipelineRebuildPreconditionFailed) GetPayload ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineRebuildPreconditionFailed) IsClientError ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) IsClientError() bool
IsClientError returns true when this pipeline rebuild precondition failed response has a 4xx status code
func (*PipelineRebuildPreconditionFailed) IsCode ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) IsCode(code int) bool
IsCode returns true when this pipeline rebuild precondition failed response a status code equal to that given
func (*PipelineRebuildPreconditionFailed) IsRedirect ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild precondition failed response has a 3xx status code
func (*PipelineRebuildPreconditionFailed) IsServerError ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) IsServerError() bool
IsServerError returns true when this pipeline rebuild precondition failed response has a 5xx status code
func (*PipelineRebuildPreconditionFailed) IsSuccess ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild precondition failed response has a 2xx status code
func (*PipelineRebuildPreconditionFailed) String ¶ added in v0.1.0
func (o *PipelineRebuildPreconditionFailed) String() string
type PipelineRebuildReader ¶ added in v0.1.0
type PipelineRebuildReader struct {
// contains filtered or unexported fields
}
PipelineRebuildReader is a Reader for the PipelineRebuild structure.
func (*PipelineRebuildReader) ReadResponse ¶ added in v0.1.0
func (o *PipelineRebuildReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PipelineRebuildUnauthorized ¶ added in v0.1.0
type PipelineRebuildUnauthorized struct {
}
PipelineRebuildUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPipelineRebuildUnauthorized ¶ added in v0.1.0
func NewPipelineRebuildUnauthorized() *PipelineRebuildUnauthorized
NewPipelineRebuildUnauthorized creates a PipelineRebuildUnauthorized with default headers values
func (*PipelineRebuildUnauthorized) Code ¶ added in v1.0.3
func (o *PipelineRebuildUnauthorized) Code() int
Code gets the status code for the pipeline rebuild unauthorized response
func (*PipelineRebuildUnauthorized) Error ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) Error() string
func (*PipelineRebuildUnauthorized) GetPayload ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineRebuildUnauthorized) IsClientError ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) IsClientError() bool
IsClientError returns true when this pipeline rebuild unauthorized response has a 4xx status code
func (*PipelineRebuildUnauthorized) IsCode ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) IsCode(code int) bool
IsCode returns true when this pipeline rebuild unauthorized response a status code equal to that given
func (*PipelineRebuildUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) IsRedirect() bool
IsRedirect returns true when this pipeline rebuild unauthorized response has a 3xx status code
func (*PipelineRebuildUnauthorized) IsServerError ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) IsServerError() bool
IsServerError returns true when this pipeline rebuild unauthorized response has a 5xx status code
func (*PipelineRebuildUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) IsSuccess() bool
IsSuccess returns true when this pipeline rebuild unauthorized response has a 2xx status code
func (*PipelineRebuildUnauthorized) String ¶ added in v0.1.0
func (o *PipelineRebuildUnauthorized) String() string
type PipelineShowBadRequest ¶ added in v0.1.0
type PipelineShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPipelineShowBadRequest ¶ added in v0.1.0
func NewPipelineShowBadRequest() *PipelineShowBadRequest
NewPipelineShowBadRequest creates a PipelineShowBadRequest with default headers values
func (*PipelineShowBadRequest) Code ¶ added in v1.0.3
func (o *PipelineShowBadRequest) Code() int
Code gets the status code for the pipeline show bad request response
func (*PipelineShowBadRequest) Error ¶ added in v0.1.0
func (o *PipelineShowBadRequest) Error() string
func (*PipelineShowBadRequest) GetPayload ¶ added in v0.1.0
func (o *PipelineShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *PipelineShowBadRequest) IsClientError() bool
IsClientError returns true when this pipeline show bad request response has a 4xx status code
func (*PipelineShowBadRequest) IsCode ¶ added in v0.1.0
func (o *PipelineShowBadRequest) IsCode(code int) bool
IsCode returns true when this pipeline show bad request response a status code equal to that given
func (*PipelineShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *PipelineShowBadRequest) IsRedirect() bool
IsRedirect returns true when this pipeline show bad request response has a 3xx status code
func (*PipelineShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *PipelineShowBadRequest) IsServerError() bool
IsServerError returns true when this pipeline show bad request response has a 5xx status code
func (*PipelineShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *PipelineShowBadRequest) IsSuccess() bool
IsSuccess returns true when this pipeline show bad request response has a 2xx status code
func (*PipelineShowBadRequest) String ¶ added in v0.1.0
func (o *PipelineShowBadRequest) String() string
type PipelineShowInternalServerError ¶ added in v0.1.0
type PipelineShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPipelineShowInternalServerError ¶ added in v0.1.0
func NewPipelineShowInternalServerError() *PipelineShowInternalServerError
NewPipelineShowInternalServerError creates a PipelineShowInternalServerError with default headers values
func (*PipelineShowInternalServerError) Code ¶ added in v1.0.3
func (o *PipelineShowInternalServerError) Code() int
Code gets the status code for the pipeline show internal server error response
func (*PipelineShowInternalServerError) Error ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) Error() string
func (*PipelineShowInternalServerError) GetPayload ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) IsClientError() bool
IsClientError returns true when this pipeline show internal server error response has a 4xx status code
func (*PipelineShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) IsCode(code int) bool
IsCode returns true when this pipeline show internal server error response a status code equal to that given
func (*PipelineShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this pipeline show internal server error response has a 3xx status code
func (*PipelineShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) IsServerError() bool
IsServerError returns true when this pipeline show internal server error response has a 5xx status code
func (*PipelineShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this pipeline show internal server error response has a 2xx status code
func (*PipelineShowInternalServerError) String ¶ added in v0.1.0
func (o *PipelineShowInternalServerError) String() string
type PipelineShowNotFound ¶ added in v0.1.0
type PipelineShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
PipelineShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewPipelineShowNotFound ¶ added in v0.1.0
func NewPipelineShowNotFound() *PipelineShowNotFound
NewPipelineShowNotFound creates a PipelineShowNotFound with default headers values
func (*PipelineShowNotFound) Code ¶ added in v1.0.3
func (o *PipelineShowNotFound) Code() int
Code gets the status code for the pipeline show not found response
func (*PipelineShowNotFound) Error ¶ added in v0.1.0
func (o *PipelineShowNotFound) Error() string
func (*PipelineShowNotFound) GetPayload ¶ added in v0.1.0
func (o *PipelineShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineShowNotFound) IsClientError ¶ added in v0.1.0
func (o *PipelineShowNotFound) IsClientError() bool
IsClientError returns true when this pipeline show not found response has a 4xx status code
func (*PipelineShowNotFound) IsCode ¶ added in v0.1.0
func (o *PipelineShowNotFound) IsCode(code int) bool
IsCode returns true when this pipeline show not found response a status code equal to that given
func (*PipelineShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *PipelineShowNotFound) IsRedirect() bool
IsRedirect returns true when this pipeline show not found response has a 3xx status code
func (*PipelineShowNotFound) IsServerError ¶ added in v0.1.0
func (o *PipelineShowNotFound) IsServerError() bool
IsServerError returns true when this pipeline show not found response has a 5xx status code
func (*PipelineShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *PipelineShowNotFound) IsSuccess() bool
IsSuccess returns true when this pipeline show not found response has a 2xx status code
func (*PipelineShowNotFound) String ¶ added in v0.1.0
func (o *PipelineShowNotFound) String() string
type PipelineShowOK ¶ added in v0.1.0
type PipelineShowOK struct {
Payload *models.V0PipelineShowResponseModel
}
PipelineShowOK describes a response with status code 200, with default header values.
OK
func NewPipelineShowOK ¶ added in v0.1.0
func NewPipelineShowOK() *PipelineShowOK
NewPipelineShowOK creates a PipelineShowOK with default headers values
func (*PipelineShowOK) Code ¶ added in v1.0.3
func (o *PipelineShowOK) Code() int
Code gets the status code for the pipeline show o k response
func (*PipelineShowOK) Error ¶ added in v0.1.0
func (o *PipelineShowOK) Error() string
func (*PipelineShowOK) GetPayload ¶ added in v0.1.0
func (o *PipelineShowOK) GetPayload() *models.V0PipelineShowResponseModel
func (*PipelineShowOK) IsClientError ¶ added in v0.1.0
func (o *PipelineShowOK) IsClientError() bool
IsClientError returns true when this pipeline show o k response has a 4xx status code
func (*PipelineShowOK) IsCode ¶ added in v0.1.0
func (o *PipelineShowOK) IsCode(code int) bool
IsCode returns true when this pipeline show o k response a status code equal to that given
func (*PipelineShowOK) IsRedirect ¶ added in v0.1.0
func (o *PipelineShowOK) IsRedirect() bool
IsRedirect returns true when this pipeline show o k response has a 3xx status code
func (*PipelineShowOK) IsServerError ¶ added in v0.1.0
func (o *PipelineShowOK) IsServerError() bool
IsServerError returns true when this pipeline show o k response has a 5xx status code
func (*PipelineShowOK) IsSuccess ¶ added in v0.1.0
func (o *PipelineShowOK) IsSuccess() bool
IsSuccess returns true when this pipeline show o k response has a 2xx status code
func (*PipelineShowOK) String ¶ added in v0.1.0
func (o *PipelineShowOK) String() string
type PipelineShowParams ¶ added in v0.1.0
type PipelineShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* PipelineID.
Pipeline id
*/
PipelineID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PipelineShowParams contains all the parameters to send to the API endpoint
for the pipeline show operation. Typically these are written to a http.Request.
func NewPipelineShowParams ¶ added in v0.1.0
func NewPipelineShowParams() *PipelineShowParams
NewPipelineShowParams creates a new PipelineShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPipelineShowParamsWithContext ¶ added in v0.1.0
func NewPipelineShowParamsWithContext(ctx context.Context) *PipelineShowParams
NewPipelineShowParamsWithContext creates a new PipelineShowParams object with the ability to set a context for a request.
func NewPipelineShowParamsWithHTTPClient ¶ added in v0.1.0
func NewPipelineShowParamsWithHTTPClient(client *http.Client) *PipelineShowParams
NewPipelineShowParamsWithHTTPClient creates a new PipelineShowParams object with the ability to set a custom HTTPClient for a request.
func NewPipelineShowParamsWithTimeout ¶ added in v0.1.0
func NewPipelineShowParamsWithTimeout(timeout time.Duration) *PipelineShowParams
NewPipelineShowParamsWithTimeout creates a new PipelineShowParams object with the ability to set a timeout on a request.
func (*PipelineShowParams) SetAppSlug ¶ added in v0.1.0
func (o *PipelineShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the pipeline show params
func (*PipelineShowParams) SetContext ¶ added in v0.1.0
func (o *PipelineShowParams) SetContext(ctx context.Context)
SetContext adds the context to the pipeline show params
func (*PipelineShowParams) SetDefaults ¶ added in v0.1.0
func (o *PipelineShowParams) SetDefaults()
SetDefaults hydrates default values in the pipeline show params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineShowParams) SetHTTPClient ¶ added in v0.1.0
func (o *PipelineShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pipeline show params
func (*PipelineShowParams) SetPipelineID ¶ added in v0.1.0
func (o *PipelineShowParams) SetPipelineID(pipelineID string)
SetPipelineID adds the pipelineId to the pipeline show params
func (*PipelineShowParams) SetTimeout ¶ added in v0.1.0
func (o *PipelineShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pipeline show params
func (*PipelineShowParams) WithAppSlug ¶ added in v0.1.0
func (o *PipelineShowParams) WithAppSlug(appSlug string) *PipelineShowParams
WithAppSlug adds the appSlug to the pipeline show params
func (*PipelineShowParams) WithContext ¶ added in v0.1.0
func (o *PipelineShowParams) WithContext(ctx context.Context) *PipelineShowParams
WithContext adds the context to the pipeline show params
func (*PipelineShowParams) WithDefaults ¶ added in v0.1.0
func (o *PipelineShowParams) WithDefaults() *PipelineShowParams
WithDefaults hydrates default values in the pipeline show params (not the query body).
All values with no default are reset to their zero value.
func (*PipelineShowParams) WithHTTPClient ¶ added in v0.1.0
func (o *PipelineShowParams) WithHTTPClient(client *http.Client) *PipelineShowParams
WithHTTPClient adds the HTTPClient to the pipeline show params
func (*PipelineShowParams) WithPipelineID ¶ added in v0.1.0
func (o *PipelineShowParams) WithPipelineID(pipelineID string) *PipelineShowParams
WithPipelineID adds the pipelineID to the pipeline show params
func (*PipelineShowParams) WithTimeout ¶ added in v0.1.0
func (o *PipelineShowParams) WithTimeout(timeout time.Duration) *PipelineShowParams
WithTimeout adds the timeout to the pipeline show params
func (*PipelineShowParams) WriteToRequest ¶ added in v0.1.0
func (o *PipelineShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PipelineShowReader ¶ added in v0.1.0
type PipelineShowReader struct {
// contains filtered or unexported fields
}
PipelineShowReader is a Reader for the PipelineShow structure.
func (*PipelineShowReader) ReadResponse ¶ added in v0.1.0
func (o *PipelineShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PipelineShowUnauthorized ¶ added in v0.1.0
type PipelineShowUnauthorized struct {
}
PipelineShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPipelineShowUnauthorized ¶ added in v0.1.0
func NewPipelineShowUnauthorized() *PipelineShowUnauthorized
NewPipelineShowUnauthorized creates a PipelineShowUnauthorized with default headers values
func (*PipelineShowUnauthorized) Code ¶ added in v1.0.3
func (o *PipelineShowUnauthorized) Code() int
Code gets the status code for the pipeline show unauthorized response
func (*PipelineShowUnauthorized) Error ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) Error() string
func (*PipelineShowUnauthorized) GetPayload ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*PipelineShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) IsClientError() bool
IsClientError returns true when this pipeline show unauthorized response has a 4xx status code
func (*PipelineShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) IsCode(code int) bool
IsCode returns true when this pipeline show unauthorized response a status code equal to that given
func (*PipelineShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this pipeline show unauthorized response has a 3xx status code
func (*PipelineShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) IsServerError() bool
IsServerError returns true when this pipeline show unauthorized response has a 5xx status code
func (*PipelineShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this pipeline show unauthorized response has a 2xx status code
func (*PipelineShowUnauthorized) String ¶ added in v0.1.0
func (o *PipelineShowUnauthorized) String() string
type ProvisioningProfileConfirmBadRequest ¶
type ProvisioningProfileConfirmBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileConfirmBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileConfirmBadRequest ¶
func NewProvisioningProfileConfirmBadRequest() *ProvisioningProfileConfirmBadRequest
NewProvisioningProfileConfirmBadRequest creates a ProvisioningProfileConfirmBadRequest with default headers values
func (*ProvisioningProfileConfirmBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileConfirmBadRequest) Code() int
Code gets the status code for the provisioning profile confirm bad request response
func (*ProvisioningProfileConfirmBadRequest) Error ¶
func (o *ProvisioningProfileConfirmBadRequest) Error() string
func (*ProvisioningProfileConfirmBadRequest) GetPayload ¶
func (o *ProvisioningProfileConfirmBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileConfirmBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile confirm bad request response has a 4xx status code
func (*ProvisioningProfileConfirmBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile confirm bad request response a status code equal to that given
func (*ProvisioningProfileConfirmBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile confirm bad request response has a 3xx status code
func (*ProvisioningProfileConfirmBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile confirm bad request response has a 5xx status code
func (*ProvisioningProfileConfirmBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile confirm bad request response has a 2xx status code
func (*ProvisioningProfileConfirmBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmBadRequest) String() string
type ProvisioningProfileConfirmInternalServerError ¶
type ProvisioningProfileConfirmInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileConfirmInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileConfirmInternalServerError ¶
func NewProvisioningProfileConfirmInternalServerError() *ProvisioningProfileConfirmInternalServerError
NewProvisioningProfileConfirmInternalServerError creates a ProvisioningProfileConfirmInternalServerError with default headers values
func (*ProvisioningProfileConfirmInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileConfirmInternalServerError) Code() int
Code gets the status code for the provisioning profile confirm internal server error response
func (*ProvisioningProfileConfirmInternalServerError) Error ¶
func (o *ProvisioningProfileConfirmInternalServerError) Error() string
func (*ProvisioningProfileConfirmInternalServerError) GetPayload ¶
func (o *ProvisioningProfileConfirmInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileConfirmInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile confirm internal server error response has a 4xx status code
func (*ProvisioningProfileConfirmInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile confirm internal server error response a status code equal to that given
func (*ProvisioningProfileConfirmInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile confirm internal server error response has a 3xx status code
func (*ProvisioningProfileConfirmInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile confirm internal server error response has a 5xx status code
func (*ProvisioningProfileConfirmInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile confirm internal server error response has a 2xx status code
func (*ProvisioningProfileConfirmInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmInternalServerError) String() string
type ProvisioningProfileConfirmNotFound ¶
type ProvisioningProfileConfirmNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileConfirmNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileConfirmNotFound ¶
func NewProvisioningProfileConfirmNotFound() *ProvisioningProfileConfirmNotFound
NewProvisioningProfileConfirmNotFound creates a ProvisioningProfileConfirmNotFound with default headers values
func (*ProvisioningProfileConfirmNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileConfirmNotFound) Code() int
Code gets the status code for the provisioning profile confirm not found response
func (*ProvisioningProfileConfirmNotFound) Error ¶
func (o *ProvisioningProfileConfirmNotFound) Error() string
func (*ProvisioningProfileConfirmNotFound) GetPayload ¶
func (o *ProvisioningProfileConfirmNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileConfirmNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile confirm not found response has a 4xx status code
func (*ProvisioningProfileConfirmNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile confirm not found response a status code equal to that given
func (*ProvisioningProfileConfirmNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile confirm not found response has a 3xx status code
func (*ProvisioningProfileConfirmNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile confirm not found response has a 5xx status code
func (*ProvisioningProfileConfirmNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile confirm not found response has a 2xx status code
func (*ProvisioningProfileConfirmNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmNotFound) String() string
type ProvisioningProfileConfirmOK ¶
type ProvisioningProfileConfirmOK struct {
Payload *models.V0ProvisionProfileResponseModel
}
ProvisioningProfileConfirmOK describes a response with status code 200, with default header values.
OK
func NewProvisioningProfileConfirmOK ¶
func NewProvisioningProfileConfirmOK() *ProvisioningProfileConfirmOK
NewProvisioningProfileConfirmOK creates a ProvisioningProfileConfirmOK with default headers values
func (*ProvisioningProfileConfirmOK) Code ¶ added in v1.0.3
func (o *ProvisioningProfileConfirmOK) Code() int
Code gets the status code for the provisioning profile confirm o k response
func (*ProvisioningProfileConfirmOK) Error ¶
func (o *ProvisioningProfileConfirmOK) Error() string
func (*ProvisioningProfileConfirmOK) GetPayload ¶
func (o *ProvisioningProfileConfirmOK) GetPayload() *models.V0ProvisionProfileResponseModel
func (*ProvisioningProfileConfirmOK) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) IsClientError() bool
IsClientError returns true when this provisioning profile confirm o k response has a 4xx status code
func (*ProvisioningProfileConfirmOK) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) IsCode(code int) bool
IsCode returns true when this provisioning profile confirm o k response a status code equal to that given
func (*ProvisioningProfileConfirmOK) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) IsRedirect() bool
IsRedirect returns true when this provisioning profile confirm o k response has a 3xx status code
func (*ProvisioningProfileConfirmOK) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) IsServerError() bool
IsServerError returns true when this provisioning profile confirm o k response has a 5xx status code
func (*ProvisioningProfileConfirmOK) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) IsSuccess() bool
IsSuccess returns true when this provisioning profile confirm o k response has a 2xx status code
func (*ProvisioningProfileConfirmOK) String ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmOK) String() string
type ProvisioningProfileConfirmParams ¶
type ProvisioningProfileConfirmParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ProvisioningProfileSlug.
Provisioning profile slug
*/
ProvisioningProfileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileConfirmParams contains all the parameters to send to the API endpoint
for the provisioning profile confirm operation. Typically these are written to a http.Request.
func NewProvisioningProfileConfirmParams ¶
func NewProvisioningProfileConfirmParams() *ProvisioningProfileConfirmParams
NewProvisioningProfileConfirmParams creates a new ProvisioningProfileConfirmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileConfirmParamsWithContext ¶
func NewProvisioningProfileConfirmParamsWithContext(ctx context.Context) *ProvisioningProfileConfirmParams
NewProvisioningProfileConfirmParamsWithContext creates a new ProvisioningProfileConfirmParams object with the ability to set a context for a request.
func NewProvisioningProfileConfirmParamsWithHTTPClient ¶
func NewProvisioningProfileConfirmParamsWithHTTPClient(client *http.Client) *ProvisioningProfileConfirmParams
NewProvisioningProfileConfirmParamsWithHTTPClient creates a new ProvisioningProfileConfirmParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileConfirmParamsWithTimeout ¶
func NewProvisioningProfileConfirmParamsWithTimeout(timeout time.Duration) *ProvisioningProfileConfirmParams
NewProvisioningProfileConfirmParamsWithTimeout creates a new ProvisioningProfileConfirmParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileConfirmParams) SetAppSlug ¶
func (o *ProvisioningProfileConfirmParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) SetContext ¶
func (o *ProvisioningProfileConfirmParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) SetDefaults ¶
func (o *ProvisioningProfileConfirmParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile confirm params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileConfirmParams) SetHTTPClient ¶
func (o *ProvisioningProfileConfirmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) SetProvisioningProfileSlug ¶
func (o *ProvisioningProfileConfirmParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
SetProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) SetTimeout ¶
func (o *ProvisioningProfileConfirmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WithAppSlug ¶
func (o *ProvisioningProfileConfirmParams) WithAppSlug(appSlug string) *ProvisioningProfileConfirmParams
WithAppSlug adds the appSlug to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WithContext ¶
func (o *ProvisioningProfileConfirmParams) WithContext(ctx context.Context) *ProvisioningProfileConfirmParams
WithContext adds the context to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WithDefaults ¶
func (o *ProvisioningProfileConfirmParams) WithDefaults() *ProvisioningProfileConfirmParams
WithDefaults hydrates default values in the provisioning profile confirm params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileConfirmParams) WithHTTPClient ¶
func (o *ProvisioningProfileConfirmParams) WithHTTPClient(client *http.Client) *ProvisioningProfileConfirmParams
WithHTTPClient adds the HTTPClient to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WithProvisioningProfileSlug ¶
func (o *ProvisioningProfileConfirmParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileConfirmParams
WithProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WithTimeout ¶
func (o *ProvisioningProfileConfirmParams) WithTimeout(timeout time.Duration) *ProvisioningProfileConfirmParams
WithTimeout adds the timeout to the provisioning profile confirm params
func (*ProvisioningProfileConfirmParams) WriteToRequest ¶
func (o *ProvisioningProfileConfirmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileConfirmReader ¶
type ProvisioningProfileConfirmReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileConfirmReader is a Reader for the ProvisioningProfileConfirm structure.
func (*ProvisioningProfileConfirmReader) ReadResponse ¶
func (o *ProvisioningProfileConfirmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileConfirmUnauthorized ¶
type ProvisioningProfileConfirmUnauthorized struct {
}
ProvisioningProfileConfirmUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileConfirmUnauthorized ¶
func NewProvisioningProfileConfirmUnauthorized() *ProvisioningProfileConfirmUnauthorized
NewProvisioningProfileConfirmUnauthorized creates a ProvisioningProfileConfirmUnauthorized with default headers values
func (*ProvisioningProfileConfirmUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileConfirmUnauthorized) Code() int
Code gets the status code for the provisioning profile confirm unauthorized response
func (*ProvisioningProfileConfirmUnauthorized) Error ¶
func (o *ProvisioningProfileConfirmUnauthorized) Error() string
func (*ProvisioningProfileConfirmUnauthorized) GetPayload ¶
func (o *ProvisioningProfileConfirmUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileConfirmUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile confirm unauthorized response has a 4xx status code
func (*ProvisioningProfileConfirmUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile confirm unauthorized response a status code equal to that given
func (*ProvisioningProfileConfirmUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile confirm unauthorized response has a 3xx status code
func (*ProvisioningProfileConfirmUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile confirm unauthorized response has a 5xx status code
func (*ProvisioningProfileConfirmUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile confirm unauthorized response has a 2xx status code
func (*ProvisioningProfileConfirmUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileConfirmUnauthorized) String() string
type ProvisioningProfileCreateBadRequest ¶
type ProvisioningProfileCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileCreateBadRequest ¶
func NewProvisioningProfileCreateBadRequest() *ProvisioningProfileCreateBadRequest
NewProvisioningProfileCreateBadRequest creates a ProvisioningProfileCreateBadRequest with default headers values
func (*ProvisioningProfileCreateBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileCreateBadRequest) Code() int
Code gets the status code for the provisioning profile create bad request response
func (*ProvisioningProfileCreateBadRequest) Error ¶
func (o *ProvisioningProfileCreateBadRequest) Error() string
func (*ProvisioningProfileCreateBadRequest) GetPayload ¶
func (o *ProvisioningProfileCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile create bad request response has a 4xx status code
func (*ProvisioningProfileCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile create bad request response a status code equal to that given
func (*ProvisioningProfileCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile create bad request response has a 3xx status code
func (*ProvisioningProfileCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile create bad request response has a 5xx status code
func (*ProvisioningProfileCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile create bad request response has a 2xx status code
func (*ProvisioningProfileCreateBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileCreateBadRequest) String() string
type ProvisioningProfileCreateCreated ¶
type ProvisioningProfileCreateCreated struct {
Payload *models.V0ProvisionProfileResponseModel
}
ProvisioningProfileCreateCreated describes a response with status code 201, with default header values.
Created
func NewProvisioningProfileCreateCreated ¶
func NewProvisioningProfileCreateCreated() *ProvisioningProfileCreateCreated
NewProvisioningProfileCreateCreated creates a ProvisioningProfileCreateCreated with default headers values
func (*ProvisioningProfileCreateCreated) Code ¶ added in v1.0.3
func (o *ProvisioningProfileCreateCreated) Code() int
Code gets the status code for the provisioning profile create created response
func (*ProvisioningProfileCreateCreated) Error ¶
func (o *ProvisioningProfileCreateCreated) Error() string
func (*ProvisioningProfileCreateCreated) GetPayload ¶
func (o *ProvisioningProfileCreateCreated) GetPayload() *models.V0ProvisionProfileResponseModel
func (*ProvisioningProfileCreateCreated) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) IsClientError() bool
IsClientError returns true when this provisioning profile create created response has a 4xx status code
func (*ProvisioningProfileCreateCreated) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) IsCode(code int) bool
IsCode returns true when this provisioning profile create created response a status code equal to that given
func (*ProvisioningProfileCreateCreated) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) IsRedirect() bool
IsRedirect returns true when this provisioning profile create created response has a 3xx status code
func (*ProvisioningProfileCreateCreated) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) IsServerError() bool
IsServerError returns true when this provisioning profile create created response has a 5xx status code
func (*ProvisioningProfileCreateCreated) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) IsSuccess() bool
IsSuccess returns true when this provisioning profile create created response has a 2xx status code
func (*ProvisioningProfileCreateCreated) String ¶ added in v0.1.0
func (o *ProvisioningProfileCreateCreated) String() string
type ProvisioningProfileCreateInternalServerError ¶
type ProvisioningProfileCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileCreateInternalServerError ¶
func NewProvisioningProfileCreateInternalServerError() *ProvisioningProfileCreateInternalServerError
NewProvisioningProfileCreateInternalServerError creates a ProvisioningProfileCreateInternalServerError with default headers values
func (*ProvisioningProfileCreateInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileCreateInternalServerError) Code() int
Code gets the status code for the provisioning profile create internal server error response
func (*ProvisioningProfileCreateInternalServerError) Error ¶
func (o *ProvisioningProfileCreateInternalServerError) Error() string
func (*ProvisioningProfileCreateInternalServerError) GetPayload ¶
func (o *ProvisioningProfileCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile create internal server error response has a 4xx status code
func (*ProvisioningProfileCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile create internal server error response a status code equal to that given
func (*ProvisioningProfileCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile create internal server error response has a 3xx status code
func (*ProvisioningProfileCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile create internal server error response has a 5xx status code
func (*ProvisioningProfileCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile create internal server error response has a 2xx status code
func (*ProvisioningProfileCreateInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileCreateInternalServerError) String() string
type ProvisioningProfileCreateNotFound ¶
type ProvisioningProfileCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileCreateNotFound ¶
func NewProvisioningProfileCreateNotFound() *ProvisioningProfileCreateNotFound
NewProvisioningProfileCreateNotFound creates a ProvisioningProfileCreateNotFound with default headers values
func (*ProvisioningProfileCreateNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileCreateNotFound) Code() int
Code gets the status code for the provisioning profile create not found response
func (*ProvisioningProfileCreateNotFound) Error ¶
func (o *ProvisioningProfileCreateNotFound) Error() string
func (*ProvisioningProfileCreateNotFound) GetPayload ¶
func (o *ProvisioningProfileCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile create not found response has a 4xx status code
func (*ProvisioningProfileCreateNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile create not found response a status code equal to that given
func (*ProvisioningProfileCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile create not found response has a 3xx status code
func (*ProvisioningProfileCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile create not found response has a 5xx status code
func (*ProvisioningProfileCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile create not found response has a 2xx status code
func (*ProvisioningProfileCreateNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileCreateNotFound) String() string
type ProvisioningProfileCreateParams ¶
type ProvisioningProfileCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ProvisioningProfile.
Provisioning profile parameters such as file name and file size
*/
ProvisioningProfile *models.V0ProvisionProfileUploadParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileCreateParams contains all the parameters to send to the API endpoint
for the provisioning profile create operation. Typically these are written to a http.Request.
func NewProvisioningProfileCreateParams ¶
func NewProvisioningProfileCreateParams() *ProvisioningProfileCreateParams
NewProvisioningProfileCreateParams creates a new ProvisioningProfileCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileCreateParamsWithContext ¶
func NewProvisioningProfileCreateParamsWithContext(ctx context.Context) *ProvisioningProfileCreateParams
NewProvisioningProfileCreateParamsWithContext creates a new ProvisioningProfileCreateParams object with the ability to set a context for a request.
func NewProvisioningProfileCreateParamsWithHTTPClient ¶
func NewProvisioningProfileCreateParamsWithHTTPClient(client *http.Client) *ProvisioningProfileCreateParams
NewProvisioningProfileCreateParamsWithHTTPClient creates a new ProvisioningProfileCreateParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileCreateParamsWithTimeout ¶
func NewProvisioningProfileCreateParamsWithTimeout(timeout time.Duration) *ProvisioningProfileCreateParams
NewProvisioningProfileCreateParamsWithTimeout creates a new ProvisioningProfileCreateParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileCreateParams) SetAppSlug ¶
func (o *ProvisioningProfileCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile create params
func (*ProvisioningProfileCreateParams) SetContext ¶
func (o *ProvisioningProfileCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile create params
func (*ProvisioningProfileCreateParams) SetDefaults ¶
func (o *ProvisioningProfileCreateParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile create params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileCreateParams) SetHTTPClient ¶
func (o *ProvisioningProfileCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile create params
func (*ProvisioningProfileCreateParams) SetProvisioningProfile ¶
func (o *ProvisioningProfileCreateParams) SetProvisioningProfile(provisioningProfile *models.V0ProvisionProfileUploadParams)
SetProvisioningProfile adds the provisioningProfile to the provisioning profile create params
func (*ProvisioningProfileCreateParams) SetTimeout ¶
func (o *ProvisioningProfileCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WithAppSlug ¶
func (o *ProvisioningProfileCreateParams) WithAppSlug(appSlug string) *ProvisioningProfileCreateParams
WithAppSlug adds the appSlug to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WithContext ¶
func (o *ProvisioningProfileCreateParams) WithContext(ctx context.Context) *ProvisioningProfileCreateParams
WithContext adds the context to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WithDefaults ¶
func (o *ProvisioningProfileCreateParams) WithDefaults() *ProvisioningProfileCreateParams
WithDefaults hydrates default values in the provisioning profile create params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileCreateParams) WithHTTPClient ¶
func (o *ProvisioningProfileCreateParams) WithHTTPClient(client *http.Client) *ProvisioningProfileCreateParams
WithHTTPClient adds the HTTPClient to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WithProvisioningProfile ¶
func (o *ProvisioningProfileCreateParams) WithProvisioningProfile(provisioningProfile *models.V0ProvisionProfileUploadParams) *ProvisioningProfileCreateParams
WithProvisioningProfile adds the provisioningProfile to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WithTimeout ¶
func (o *ProvisioningProfileCreateParams) WithTimeout(timeout time.Duration) *ProvisioningProfileCreateParams
WithTimeout adds the timeout to the provisioning profile create params
func (*ProvisioningProfileCreateParams) WriteToRequest ¶
func (o *ProvisioningProfileCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileCreateReader ¶
type ProvisioningProfileCreateReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileCreateReader is a Reader for the ProvisioningProfileCreate structure.
func (*ProvisioningProfileCreateReader) ReadResponse ¶
func (o *ProvisioningProfileCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileCreateUnauthorized ¶
type ProvisioningProfileCreateUnauthorized struct {
}
ProvisioningProfileCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileCreateUnauthorized ¶
func NewProvisioningProfileCreateUnauthorized() *ProvisioningProfileCreateUnauthorized
NewProvisioningProfileCreateUnauthorized creates a ProvisioningProfileCreateUnauthorized with default headers values
func (*ProvisioningProfileCreateUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileCreateUnauthorized) Code() int
Code gets the status code for the provisioning profile create unauthorized response
func (*ProvisioningProfileCreateUnauthorized) Error ¶
func (o *ProvisioningProfileCreateUnauthorized) Error() string
func (*ProvisioningProfileCreateUnauthorized) GetPayload ¶
func (o *ProvisioningProfileCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile create unauthorized response has a 4xx status code
func (*ProvisioningProfileCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile create unauthorized response a status code equal to that given
func (*ProvisioningProfileCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile create unauthorized response has a 3xx status code
func (*ProvisioningProfileCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile create unauthorized response has a 5xx status code
func (*ProvisioningProfileCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile create unauthorized response has a 2xx status code
func (*ProvisioningProfileCreateUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileCreateUnauthorized) String() string
type ProvisioningProfileDeleteBadRequest ¶
type ProvisioningProfileDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileDeleteBadRequest ¶
func NewProvisioningProfileDeleteBadRequest() *ProvisioningProfileDeleteBadRequest
NewProvisioningProfileDeleteBadRequest creates a ProvisioningProfileDeleteBadRequest with default headers values
func (*ProvisioningProfileDeleteBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileDeleteBadRequest) Code() int
Code gets the status code for the provisioning profile delete bad request response
func (*ProvisioningProfileDeleteBadRequest) Error ¶
func (o *ProvisioningProfileDeleteBadRequest) Error() string
func (*ProvisioningProfileDeleteBadRequest) GetPayload ¶
func (o *ProvisioningProfileDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile delete bad request response has a 4xx status code
func (*ProvisioningProfileDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile delete bad request response a status code equal to that given
func (*ProvisioningProfileDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile delete bad request response has a 3xx status code
func (*ProvisioningProfileDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile delete bad request response has a 5xx status code
func (*ProvisioningProfileDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile delete bad request response has a 2xx status code
func (*ProvisioningProfileDeleteBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteBadRequest) String() string
type ProvisioningProfileDeleteInternalServerError ¶
type ProvisioningProfileDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileDeleteInternalServerError ¶
func NewProvisioningProfileDeleteInternalServerError() *ProvisioningProfileDeleteInternalServerError
NewProvisioningProfileDeleteInternalServerError creates a ProvisioningProfileDeleteInternalServerError with default headers values
func (*ProvisioningProfileDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileDeleteInternalServerError) Code() int
Code gets the status code for the provisioning profile delete internal server error response
func (*ProvisioningProfileDeleteInternalServerError) Error ¶
func (o *ProvisioningProfileDeleteInternalServerError) Error() string
func (*ProvisioningProfileDeleteInternalServerError) GetPayload ¶
func (o *ProvisioningProfileDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile delete internal server error response has a 4xx status code
func (*ProvisioningProfileDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile delete internal server error response a status code equal to that given
func (*ProvisioningProfileDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile delete internal server error response has a 3xx status code
func (*ProvisioningProfileDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile delete internal server error response has a 5xx status code
func (*ProvisioningProfileDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile delete internal server error response has a 2xx status code
func (*ProvisioningProfileDeleteInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteInternalServerError) String() string
type ProvisioningProfileDeleteNotFound ¶
type ProvisioningProfileDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileDeleteNotFound ¶
func NewProvisioningProfileDeleteNotFound() *ProvisioningProfileDeleteNotFound
NewProvisioningProfileDeleteNotFound creates a ProvisioningProfileDeleteNotFound with default headers values
func (*ProvisioningProfileDeleteNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileDeleteNotFound) Code() int
Code gets the status code for the provisioning profile delete not found response
func (*ProvisioningProfileDeleteNotFound) Error ¶
func (o *ProvisioningProfileDeleteNotFound) Error() string
func (*ProvisioningProfileDeleteNotFound) GetPayload ¶
func (o *ProvisioningProfileDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile delete not found response has a 4xx status code
func (*ProvisioningProfileDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile delete not found response a status code equal to that given
func (*ProvisioningProfileDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile delete not found response has a 3xx status code
func (*ProvisioningProfileDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile delete not found response has a 5xx status code
func (*ProvisioningProfileDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile delete not found response has a 2xx status code
func (*ProvisioningProfileDeleteNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteNotFound) String() string
type ProvisioningProfileDeleteOK ¶
type ProvisioningProfileDeleteOK struct {
Payload *models.V0ProvisionProfileResponseModel
}
ProvisioningProfileDeleteOK describes a response with status code 200, with default header values.
OK
func NewProvisioningProfileDeleteOK ¶
func NewProvisioningProfileDeleteOK() *ProvisioningProfileDeleteOK
NewProvisioningProfileDeleteOK creates a ProvisioningProfileDeleteOK with default headers values
func (*ProvisioningProfileDeleteOK) Code ¶ added in v1.0.3
func (o *ProvisioningProfileDeleteOK) Code() int
Code gets the status code for the provisioning profile delete o k response
func (*ProvisioningProfileDeleteOK) Error ¶
func (o *ProvisioningProfileDeleteOK) Error() string
func (*ProvisioningProfileDeleteOK) GetPayload ¶
func (o *ProvisioningProfileDeleteOK) GetPayload() *models.V0ProvisionProfileResponseModel
func (*ProvisioningProfileDeleteOK) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) IsClientError() bool
IsClientError returns true when this provisioning profile delete o k response has a 4xx status code
func (*ProvisioningProfileDeleteOK) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) IsCode(code int) bool
IsCode returns true when this provisioning profile delete o k response a status code equal to that given
func (*ProvisioningProfileDeleteOK) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) IsRedirect() bool
IsRedirect returns true when this provisioning profile delete o k response has a 3xx status code
func (*ProvisioningProfileDeleteOK) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) IsServerError() bool
IsServerError returns true when this provisioning profile delete o k response has a 5xx status code
func (*ProvisioningProfileDeleteOK) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) IsSuccess() bool
IsSuccess returns true when this provisioning profile delete o k response has a 2xx status code
func (*ProvisioningProfileDeleteOK) String ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteOK) String() string
type ProvisioningProfileDeleteParams ¶
type ProvisioningProfileDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ProvisioningProfileSlug.
Provisioning profile slug
*/
ProvisioningProfileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileDeleteParams contains all the parameters to send to the API endpoint
for the provisioning profile delete operation. Typically these are written to a http.Request.
func NewProvisioningProfileDeleteParams ¶
func NewProvisioningProfileDeleteParams() *ProvisioningProfileDeleteParams
NewProvisioningProfileDeleteParams creates a new ProvisioningProfileDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileDeleteParamsWithContext ¶
func NewProvisioningProfileDeleteParamsWithContext(ctx context.Context) *ProvisioningProfileDeleteParams
NewProvisioningProfileDeleteParamsWithContext creates a new ProvisioningProfileDeleteParams object with the ability to set a context for a request.
func NewProvisioningProfileDeleteParamsWithHTTPClient ¶
func NewProvisioningProfileDeleteParamsWithHTTPClient(client *http.Client) *ProvisioningProfileDeleteParams
NewProvisioningProfileDeleteParamsWithHTTPClient creates a new ProvisioningProfileDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileDeleteParamsWithTimeout ¶
func NewProvisioningProfileDeleteParamsWithTimeout(timeout time.Duration) *ProvisioningProfileDeleteParams
NewProvisioningProfileDeleteParamsWithTimeout creates a new ProvisioningProfileDeleteParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileDeleteParams) SetAppSlug ¶
func (o *ProvisioningProfileDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) SetContext ¶
func (o *ProvisioningProfileDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) SetDefaults ¶
func (o *ProvisioningProfileDeleteParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile delete params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileDeleteParams) SetHTTPClient ¶
func (o *ProvisioningProfileDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) SetProvisioningProfileSlug ¶
func (o *ProvisioningProfileDeleteParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
SetProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) SetTimeout ¶
func (o *ProvisioningProfileDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WithAppSlug ¶
func (o *ProvisioningProfileDeleteParams) WithAppSlug(appSlug string) *ProvisioningProfileDeleteParams
WithAppSlug adds the appSlug to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WithContext ¶
func (o *ProvisioningProfileDeleteParams) WithContext(ctx context.Context) *ProvisioningProfileDeleteParams
WithContext adds the context to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WithDefaults ¶
func (o *ProvisioningProfileDeleteParams) WithDefaults() *ProvisioningProfileDeleteParams
WithDefaults hydrates default values in the provisioning profile delete params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileDeleteParams) WithHTTPClient ¶
func (o *ProvisioningProfileDeleteParams) WithHTTPClient(client *http.Client) *ProvisioningProfileDeleteParams
WithHTTPClient adds the HTTPClient to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WithProvisioningProfileSlug ¶
func (o *ProvisioningProfileDeleteParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileDeleteParams
WithProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WithTimeout ¶
func (o *ProvisioningProfileDeleteParams) WithTimeout(timeout time.Duration) *ProvisioningProfileDeleteParams
WithTimeout adds the timeout to the provisioning profile delete params
func (*ProvisioningProfileDeleteParams) WriteToRequest ¶
func (o *ProvisioningProfileDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileDeleteReader ¶
type ProvisioningProfileDeleteReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileDeleteReader is a Reader for the ProvisioningProfileDelete structure.
func (*ProvisioningProfileDeleteReader) ReadResponse ¶
func (o *ProvisioningProfileDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileDeleteUnauthorized ¶
type ProvisioningProfileDeleteUnauthorized struct {
}
ProvisioningProfileDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileDeleteUnauthorized ¶
func NewProvisioningProfileDeleteUnauthorized() *ProvisioningProfileDeleteUnauthorized
NewProvisioningProfileDeleteUnauthorized creates a ProvisioningProfileDeleteUnauthorized with default headers values
func (*ProvisioningProfileDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileDeleteUnauthorized) Code() int
Code gets the status code for the provisioning profile delete unauthorized response
func (*ProvisioningProfileDeleteUnauthorized) Error ¶
func (o *ProvisioningProfileDeleteUnauthorized) Error() string
func (*ProvisioningProfileDeleteUnauthorized) GetPayload ¶
func (o *ProvisioningProfileDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile delete unauthorized response has a 4xx status code
func (*ProvisioningProfileDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile delete unauthorized response a status code equal to that given
func (*ProvisioningProfileDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile delete unauthorized response has a 3xx status code
func (*ProvisioningProfileDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile delete unauthorized response has a 5xx status code
func (*ProvisioningProfileDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile delete unauthorized response has a 2xx status code
func (*ProvisioningProfileDeleteUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileDeleteUnauthorized) String() string
type ProvisioningProfileListBadRequest ¶
type ProvisioningProfileListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileListBadRequest ¶
func NewProvisioningProfileListBadRequest() *ProvisioningProfileListBadRequest
NewProvisioningProfileListBadRequest creates a ProvisioningProfileListBadRequest with default headers values
func (*ProvisioningProfileListBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileListBadRequest) Code() int
Code gets the status code for the provisioning profile list bad request response
func (*ProvisioningProfileListBadRequest) Error ¶
func (o *ProvisioningProfileListBadRequest) Error() string
func (*ProvisioningProfileListBadRequest) GetPayload ¶
func (o *ProvisioningProfileListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileListBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile list bad request response has a 4xx status code
func (*ProvisioningProfileListBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile list bad request response a status code equal to that given
func (*ProvisioningProfileListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile list bad request response has a 3xx status code
func (*ProvisioningProfileListBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile list bad request response has a 5xx status code
func (*ProvisioningProfileListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile list bad request response has a 2xx status code
func (*ProvisioningProfileListBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileListBadRequest) String() string
type ProvisioningProfileListInternalServerError ¶
type ProvisioningProfileListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileListInternalServerError ¶
func NewProvisioningProfileListInternalServerError() *ProvisioningProfileListInternalServerError
NewProvisioningProfileListInternalServerError creates a ProvisioningProfileListInternalServerError with default headers values
func (*ProvisioningProfileListInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileListInternalServerError) Code() int
Code gets the status code for the provisioning profile list internal server error response
func (*ProvisioningProfileListInternalServerError) Error ¶
func (o *ProvisioningProfileListInternalServerError) Error() string
func (*ProvisioningProfileListInternalServerError) GetPayload ¶
func (o *ProvisioningProfileListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile list internal server error response has a 4xx status code
func (*ProvisioningProfileListInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile list internal server error response a status code equal to that given
func (*ProvisioningProfileListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile list internal server error response has a 3xx status code
func (*ProvisioningProfileListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile list internal server error response has a 5xx status code
func (*ProvisioningProfileListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile list internal server error response has a 2xx status code
func (*ProvisioningProfileListInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileListInternalServerError) String() string
type ProvisioningProfileListNotFound ¶
type ProvisioningProfileListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileListNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileListNotFound ¶
func NewProvisioningProfileListNotFound() *ProvisioningProfileListNotFound
NewProvisioningProfileListNotFound creates a ProvisioningProfileListNotFound with default headers values
func (*ProvisioningProfileListNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileListNotFound) Code() int
Code gets the status code for the provisioning profile list not found response
func (*ProvisioningProfileListNotFound) Error ¶
func (o *ProvisioningProfileListNotFound) Error() string
func (*ProvisioningProfileListNotFound) GetPayload ¶
func (o *ProvisioningProfileListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileListNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile list not found response has a 4xx status code
func (*ProvisioningProfileListNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile list not found response a status code equal to that given
func (*ProvisioningProfileListNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile list not found response has a 3xx status code
func (*ProvisioningProfileListNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile list not found response has a 5xx status code
func (*ProvisioningProfileListNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile list not found response has a 2xx status code
func (*ProvisioningProfileListNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileListNotFound) String() string
type ProvisioningProfileListOK ¶
type ProvisioningProfileListOK struct {
Payload *models.V0ProvisionProfileListResponseModel
}
ProvisioningProfileListOK describes a response with status code 200, with default header values.
OK
func NewProvisioningProfileListOK ¶
func NewProvisioningProfileListOK() *ProvisioningProfileListOK
NewProvisioningProfileListOK creates a ProvisioningProfileListOK with default headers values
func (*ProvisioningProfileListOK) Code ¶ added in v1.0.3
func (o *ProvisioningProfileListOK) Code() int
Code gets the status code for the provisioning profile list o k response
func (*ProvisioningProfileListOK) Error ¶
func (o *ProvisioningProfileListOK) Error() string
func (*ProvisioningProfileListOK) GetPayload ¶
func (o *ProvisioningProfileListOK) GetPayload() *models.V0ProvisionProfileListResponseModel
func (*ProvisioningProfileListOK) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) IsClientError() bool
IsClientError returns true when this provisioning profile list o k response has a 4xx status code
func (*ProvisioningProfileListOK) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) IsCode(code int) bool
IsCode returns true when this provisioning profile list o k response a status code equal to that given
func (*ProvisioningProfileListOK) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) IsRedirect() bool
IsRedirect returns true when this provisioning profile list o k response has a 3xx status code
func (*ProvisioningProfileListOK) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) IsServerError() bool
IsServerError returns true when this provisioning profile list o k response has a 5xx status code
func (*ProvisioningProfileListOK) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) IsSuccess() bool
IsSuccess returns true when this provisioning profile list o k response has a 2xx status code
func (*ProvisioningProfileListOK) String ¶ added in v0.1.0
func (o *ProvisioningProfileListOK) String() string
type ProvisioningProfileListParams ¶
type ProvisioningProfileListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first provisioning profile in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileListParams contains all the parameters to send to the API endpoint
for the provisioning profile list operation. Typically these are written to a http.Request.
func NewProvisioningProfileListParams ¶
func NewProvisioningProfileListParams() *ProvisioningProfileListParams
NewProvisioningProfileListParams creates a new ProvisioningProfileListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileListParamsWithContext ¶
func NewProvisioningProfileListParamsWithContext(ctx context.Context) *ProvisioningProfileListParams
NewProvisioningProfileListParamsWithContext creates a new ProvisioningProfileListParams object with the ability to set a context for a request.
func NewProvisioningProfileListParamsWithHTTPClient ¶
func NewProvisioningProfileListParamsWithHTTPClient(client *http.Client) *ProvisioningProfileListParams
NewProvisioningProfileListParamsWithHTTPClient creates a new ProvisioningProfileListParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileListParamsWithTimeout ¶
func NewProvisioningProfileListParamsWithTimeout(timeout time.Duration) *ProvisioningProfileListParams
NewProvisioningProfileListParamsWithTimeout creates a new ProvisioningProfileListParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileListParams) SetAppSlug ¶
func (o *ProvisioningProfileListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile list params
func (*ProvisioningProfileListParams) SetContext ¶
func (o *ProvisioningProfileListParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile list params
func (*ProvisioningProfileListParams) SetDefaults ¶
func (o *ProvisioningProfileListParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile list params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileListParams) SetHTTPClient ¶
func (o *ProvisioningProfileListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile list params
func (*ProvisioningProfileListParams) SetLimit ¶
func (o *ProvisioningProfileListParams) SetLimit(limit *int64)
SetLimit adds the limit to the provisioning profile list params
func (*ProvisioningProfileListParams) SetNext ¶
func (o *ProvisioningProfileListParams) SetNext(next *string)
SetNext adds the next to the provisioning profile list params
func (*ProvisioningProfileListParams) SetTimeout ¶
func (o *ProvisioningProfileListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile list params
func (*ProvisioningProfileListParams) WithAppSlug ¶
func (o *ProvisioningProfileListParams) WithAppSlug(appSlug string) *ProvisioningProfileListParams
WithAppSlug adds the appSlug to the provisioning profile list params
func (*ProvisioningProfileListParams) WithContext ¶
func (o *ProvisioningProfileListParams) WithContext(ctx context.Context) *ProvisioningProfileListParams
WithContext adds the context to the provisioning profile list params
func (*ProvisioningProfileListParams) WithDefaults ¶
func (o *ProvisioningProfileListParams) WithDefaults() *ProvisioningProfileListParams
WithDefaults hydrates default values in the provisioning profile list params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileListParams) WithHTTPClient ¶
func (o *ProvisioningProfileListParams) WithHTTPClient(client *http.Client) *ProvisioningProfileListParams
WithHTTPClient adds the HTTPClient to the provisioning profile list params
func (*ProvisioningProfileListParams) WithLimit ¶
func (o *ProvisioningProfileListParams) WithLimit(limit *int64) *ProvisioningProfileListParams
WithLimit adds the limit to the provisioning profile list params
func (*ProvisioningProfileListParams) WithNext ¶
func (o *ProvisioningProfileListParams) WithNext(next *string) *ProvisioningProfileListParams
WithNext adds the next to the provisioning profile list params
func (*ProvisioningProfileListParams) WithTimeout ¶
func (o *ProvisioningProfileListParams) WithTimeout(timeout time.Duration) *ProvisioningProfileListParams
WithTimeout adds the timeout to the provisioning profile list params
func (*ProvisioningProfileListParams) WriteToRequest ¶
func (o *ProvisioningProfileListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileListReader ¶
type ProvisioningProfileListReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileListReader is a Reader for the ProvisioningProfileList structure.
func (*ProvisioningProfileListReader) ReadResponse ¶
func (o *ProvisioningProfileListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileListUnauthorized ¶
type ProvisioningProfileListUnauthorized struct {
}
ProvisioningProfileListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileListUnauthorized ¶
func NewProvisioningProfileListUnauthorized() *ProvisioningProfileListUnauthorized
NewProvisioningProfileListUnauthorized creates a ProvisioningProfileListUnauthorized with default headers values
func (*ProvisioningProfileListUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileListUnauthorized) Code() int
Code gets the status code for the provisioning profile list unauthorized response
func (*ProvisioningProfileListUnauthorized) Error ¶
func (o *ProvisioningProfileListUnauthorized) Error() string
func (*ProvisioningProfileListUnauthorized) GetPayload ¶
func (o *ProvisioningProfileListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile list unauthorized response has a 4xx status code
func (*ProvisioningProfileListUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile list unauthorized response a status code equal to that given
func (*ProvisioningProfileListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile list unauthorized response has a 3xx status code
func (*ProvisioningProfileListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile list unauthorized response has a 5xx status code
func (*ProvisioningProfileListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile list unauthorized response has a 2xx status code
func (*ProvisioningProfileListUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileListUnauthorized) String() string
type ProvisioningProfileShowBadRequest ¶
type ProvisioningProfileShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileShowBadRequest ¶
func NewProvisioningProfileShowBadRequest() *ProvisioningProfileShowBadRequest
NewProvisioningProfileShowBadRequest creates a ProvisioningProfileShowBadRequest with default headers values
func (*ProvisioningProfileShowBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileShowBadRequest) Code() int
Code gets the status code for the provisioning profile show bad request response
func (*ProvisioningProfileShowBadRequest) Error ¶
func (o *ProvisioningProfileShowBadRequest) Error() string
func (*ProvisioningProfileShowBadRequest) GetPayload ¶
func (o *ProvisioningProfileShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile show bad request response has a 4xx status code
func (*ProvisioningProfileShowBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile show bad request response a status code equal to that given
func (*ProvisioningProfileShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile show bad request response has a 3xx status code
func (*ProvisioningProfileShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile show bad request response has a 5xx status code
func (*ProvisioningProfileShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile show bad request response has a 2xx status code
func (*ProvisioningProfileShowBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileShowBadRequest) String() string
type ProvisioningProfileShowInternalServerError ¶
type ProvisioningProfileShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileShowInternalServerError ¶
func NewProvisioningProfileShowInternalServerError() *ProvisioningProfileShowInternalServerError
NewProvisioningProfileShowInternalServerError creates a ProvisioningProfileShowInternalServerError with default headers values
func (*ProvisioningProfileShowInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileShowInternalServerError) Code() int
Code gets the status code for the provisioning profile show internal server error response
func (*ProvisioningProfileShowInternalServerError) Error ¶
func (o *ProvisioningProfileShowInternalServerError) Error() string
func (*ProvisioningProfileShowInternalServerError) GetPayload ¶
func (o *ProvisioningProfileShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile show internal server error response has a 4xx status code
func (*ProvisioningProfileShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile show internal server error response a status code equal to that given
func (*ProvisioningProfileShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile show internal server error response has a 3xx status code
func (*ProvisioningProfileShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile show internal server error response has a 5xx status code
func (*ProvisioningProfileShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile show internal server error response has a 2xx status code
func (*ProvisioningProfileShowInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileShowInternalServerError) String() string
type ProvisioningProfileShowNotFound ¶
type ProvisioningProfileShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileShowNotFound ¶
func NewProvisioningProfileShowNotFound() *ProvisioningProfileShowNotFound
NewProvisioningProfileShowNotFound creates a ProvisioningProfileShowNotFound with default headers values
func (*ProvisioningProfileShowNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileShowNotFound) Code() int
Code gets the status code for the provisioning profile show not found response
func (*ProvisioningProfileShowNotFound) Error ¶
func (o *ProvisioningProfileShowNotFound) Error() string
func (*ProvisioningProfileShowNotFound) GetPayload ¶
func (o *ProvisioningProfileShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileShowNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile show not found response has a 4xx status code
func (*ProvisioningProfileShowNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile show not found response a status code equal to that given
func (*ProvisioningProfileShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile show not found response has a 3xx status code
func (*ProvisioningProfileShowNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile show not found response has a 5xx status code
func (*ProvisioningProfileShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile show not found response has a 2xx status code
func (*ProvisioningProfileShowNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileShowNotFound) String() string
type ProvisioningProfileShowOK ¶
type ProvisioningProfileShowOK struct {
Payload *models.V0ProvisionProfileResponseModel
}
ProvisioningProfileShowOK describes a response with status code 200, with default header values.
OK
func NewProvisioningProfileShowOK ¶
func NewProvisioningProfileShowOK() *ProvisioningProfileShowOK
NewProvisioningProfileShowOK creates a ProvisioningProfileShowOK with default headers values
func (*ProvisioningProfileShowOK) Code ¶ added in v1.0.3
func (o *ProvisioningProfileShowOK) Code() int
Code gets the status code for the provisioning profile show o k response
func (*ProvisioningProfileShowOK) Error ¶
func (o *ProvisioningProfileShowOK) Error() string
func (*ProvisioningProfileShowOK) GetPayload ¶
func (o *ProvisioningProfileShowOK) GetPayload() *models.V0ProvisionProfileResponseModel
func (*ProvisioningProfileShowOK) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) IsClientError() bool
IsClientError returns true when this provisioning profile show o k response has a 4xx status code
func (*ProvisioningProfileShowOK) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) IsCode(code int) bool
IsCode returns true when this provisioning profile show o k response a status code equal to that given
func (*ProvisioningProfileShowOK) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) IsRedirect() bool
IsRedirect returns true when this provisioning profile show o k response has a 3xx status code
func (*ProvisioningProfileShowOK) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) IsServerError() bool
IsServerError returns true when this provisioning profile show o k response has a 5xx status code
func (*ProvisioningProfileShowOK) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) IsSuccess() bool
IsSuccess returns true when this provisioning profile show o k response has a 2xx status code
func (*ProvisioningProfileShowOK) String ¶ added in v0.1.0
func (o *ProvisioningProfileShowOK) String() string
type ProvisioningProfileShowParams ¶
type ProvisioningProfileShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ProvisioningProfileSlug.
Provisioning profile slug
*/
ProvisioningProfileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileShowParams contains all the parameters to send to the API endpoint
for the provisioning profile show operation. Typically these are written to a http.Request.
func NewProvisioningProfileShowParams ¶
func NewProvisioningProfileShowParams() *ProvisioningProfileShowParams
NewProvisioningProfileShowParams creates a new ProvisioningProfileShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileShowParamsWithContext ¶
func NewProvisioningProfileShowParamsWithContext(ctx context.Context) *ProvisioningProfileShowParams
NewProvisioningProfileShowParamsWithContext creates a new ProvisioningProfileShowParams object with the ability to set a context for a request.
func NewProvisioningProfileShowParamsWithHTTPClient ¶
func NewProvisioningProfileShowParamsWithHTTPClient(client *http.Client) *ProvisioningProfileShowParams
NewProvisioningProfileShowParamsWithHTTPClient creates a new ProvisioningProfileShowParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileShowParamsWithTimeout ¶
func NewProvisioningProfileShowParamsWithTimeout(timeout time.Duration) *ProvisioningProfileShowParams
NewProvisioningProfileShowParamsWithTimeout creates a new ProvisioningProfileShowParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileShowParams) SetAppSlug ¶
func (o *ProvisioningProfileShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile show params
func (*ProvisioningProfileShowParams) SetContext ¶
func (o *ProvisioningProfileShowParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile show params
func (*ProvisioningProfileShowParams) SetDefaults ¶
func (o *ProvisioningProfileShowParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile show params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileShowParams) SetHTTPClient ¶
func (o *ProvisioningProfileShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile show params
func (*ProvisioningProfileShowParams) SetProvisioningProfileSlug ¶
func (o *ProvisioningProfileShowParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
SetProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile show params
func (*ProvisioningProfileShowParams) SetTimeout ¶
func (o *ProvisioningProfileShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile show params
func (*ProvisioningProfileShowParams) WithAppSlug ¶
func (o *ProvisioningProfileShowParams) WithAppSlug(appSlug string) *ProvisioningProfileShowParams
WithAppSlug adds the appSlug to the provisioning profile show params
func (*ProvisioningProfileShowParams) WithContext ¶
func (o *ProvisioningProfileShowParams) WithContext(ctx context.Context) *ProvisioningProfileShowParams
WithContext adds the context to the provisioning profile show params
func (*ProvisioningProfileShowParams) WithDefaults ¶
func (o *ProvisioningProfileShowParams) WithDefaults() *ProvisioningProfileShowParams
WithDefaults hydrates default values in the provisioning profile show params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileShowParams) WithHTTPClient ¶
func (o *ProvisioningProfileShowParams) WithHTTPClient(client *http.Client) *ProvisioningProfileShowParams
WithHTTPClient adds the HTTPClient to the provisioning profile show params
func (*ProvisioningProfileShowParams) WithProvisioningProfileSlug ¶
func (o *ProvisioningProfileShowParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileShowParams
WithProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile show params
func (*ProvisioningProfileShowParams) WithTimeout ¶
func (o *ProvisioningProfileShowParams) WithTimeout(timeout time.Duration) *ProvisioningProfileShowParams
WithTimeout adds the timeout to the provisioning profile show params
func (*ProvisioningProfileShowParams) WriteToRequest ¶
func (o *ProvisioningProfileShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileShowReader ¶
type ProvisioningProfileShowReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileShowReader is a Reader for the ProvisioningProfileShow structure.
func (*ProvisioningProfileShowReader) ReadResponse ¶
func (o *ProvisioningProfileShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileShowUnauthorized ¶
type ProvisioningProfileShowUnauthorized struct {
}
ProvisioningProfileShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileShowUnauthorized ¶
func NewProvisioningProfileShowUnauthorized() *ProvisioningProfileShowUnauthorized
NewProvisioningProfileShowUnauthorized creates a ProvisioningProfileShowUnauthorized with default headers values
func (*ProvisioningProfileShowUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileShowUnauthorized) Code() int
Code gets the status code for the provisioning profile show unauthorized response
func (*ProvisioningProfileShowUnauthorized) Error ¶
func (o *ProvisioningProfileShowUnauthorized) Error() string
func (*ProvisioningProfileShowUnauthorized) GetPayload ¶
func (o *ProvisioningProfileShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile show unauthorized response has a 4xx status code
func (*ProvisioningProfileShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile show unauthorized response a status code equal to that given
func (*ProvisioningProfileShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile show unauthorized response has a 3xx status code
func (*ProvisioningProfileShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile show unauthorized response has a 5xx status code
func (*ProvisioningProfileShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile show unauthorized response has a 2xx status code
func (*ProvisioningProfileShowUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileShowUnauthorized) String() string
type ProvisioningProfileUpdateBadRequest ¶
type ProvisioningProfileUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewProvisioningProfileUpdateBadRequest ¶
func NewProvisioningProfileUpdateBadRequest() *ProvisioningProfileUpdateBadRequest
NewProvisioningProfileUpdateBadRequest creates a ProvisioningProfileUpdateBadRequest with default headers values
func (*ProvisioningProfileUpdateBadRequest) Code ¶ added in v1.0.3
func (o *ProvisioningProfileUpdateBadRequest) Code() int
Code gets the status code for the provisioning profile update bad request response
func (*ProvisioningProfileUpdateBadRequest) Error ¶
func (o *ProvisioningProfileUpdateBadRequest) Error() string
func (*ProvisioningProfileUpdateBadRequest) GetPayload ¶
func (o *ProvisioningProfileUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileUpdateBadRequest) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) IsClientError() bool
IsClientError returns true when this provisioning profile update bad request response has a 4xx status code
func (*ProvisioningProfileUpdateBadRequest) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this provisioning profile update bad request response a status code equal to that given
func (*ProvisioningProfileUpdateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this provisioning profile update bad request response has a 3xx status code
func (*ProvisioningProfileUpdateBadRequest) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) IsServerError() bool
IsServerError returns true when this provisioning profile update bad request response has a 5xx status code
func (*ProvisioningProfileUpdateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this provisioning profile update bad request response has a 2xx status code
func (*ProvisioningProfileUpdateBadRequest) String ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateBadRequest) String() string
type ProvisioningProfileUpdateInternalServerError ¶
type ProvisioningProfileUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewProvisioningProfileUpdateInternalServerError ¶
func NewProvisioningProfileUpdateInternalServerError() *ProvisioningProfileUpdateInternalServerError
NewProvisioningProfileUpdateInternalServerError creates a ProvisioningProfileUpdateInternalServerError with default headers values
func (*ProvisioningProfileUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *ProvisioningProfileUpdateInternalServerError) Code() int
Code gets the status code for the provisioning profile update internal server error response
func (*ProvisioningProfileUpdateInternalServerError) Error ¶
func (o *ProvisioningProfileUpdateInternalServerError) Error() string
func (*ProvisioningProfileUpdateInternalServerError) GetPayload ¶
func (o *ProvisioningProfileUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileUpdateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this provisioning profile update internal server error response has a 4xx status code
func (*ProvisioningProfileUpdateInternalServerError) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this provisioning profile update internal server error response a status code equal to that given
func (*ProvisioningProfileUpdateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this provisioning profile update internal server error response has a 3xx status code
func (*ProvisioningProfileUpdateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this provisioning profile update internal server error response has a 5xx status code
func (*ProvisioningProfileUpdateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this provisioning profile update internal server error response has a 2xx status code
func (*ProvisioningProfileUpdateInternalServerError) String ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateInternalServerError) String() string
type ProvisioningProfileUpdateNotFound ¶
type ProvisioningProfileUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
ProvisioningProfileUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewProvisioningProfileUpdateNotFound ¶
func NewProvisioningProfileUpdateNotFound() *ProvisioningProfileUpdateNotFound
NewProvisioningProfileUpdateNotFound creates a ProvisioningProfileUpdateNotFound with default headers values
func (*ProvisioningProfileUpdateNotFound) Code ¶ added in v1.0.3
func (o *ProvisioningProfileUpdateNotFound) Code() int
Code gets the status code for the provisioning profile update not found response
func (*ProvisioningProfileUpdateNotFound) Error ¶
func (o *ProvisioningProfileUpdateNotFound) Error() string
func (*ProvisioningProfileUpdateNotFound) GetPayload ¶
func (o *ProvisioningProfileUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileUpdateNotFound) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) IsClientError() bool
IsClientError returns true when this provisioning profile update not found response has a 4xx status code
func (*ProvisioningProfileUpdateNotFound) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) IsCode(code int) bool
IsCode returns true when this provisioning profile update not found response a status code equal to that given
func (*ProvisioningProfileUpdateNotFound) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this provisioning profile update not found response has a 3xx status code
func (*ProvisioningProfileUpdateNotFound) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) IsServerError() bool
IsServerError returns true when this provisioning profile update not found response has a 5xx status code
func (*ProvisioningProfileUpdateNotFound) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this provisioning profile update not found response has a 2xx status code
func (*ProvisioningProfileUpdateNotFound) String ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateNotFound) String() string
type ProvisioningProfileUpdateOK ¶
type ProvisioningProfileUpdateOK struct {
Payload *models.V0ProvisionProfileResponseModel
}
ProvisioningProfileUpdateOK describes a response with status code 200, with default header values.
OK
func NewProvisioningProfileUpdateOK ¶
func NewProvisioningProfileUpdateOK() *ProvisioningProfileUpdateOK
NewProvisioningProfileUpdateOK creates a ProvisioningProfileUpdateOK with default headers values
func (*ProvisioningProfileUpdateOK) Code ¶ added in v1.0.3
func (o *ProvisioningProfileUpdateOK) Code() int
Code gets the status code for the provisioning profile update o k response
func (*ProvisioningProfileUpdateOK) Error ¶
func (o *ProvisioningProfileUpdateOK) Error() string
func (*ProvisioningProfileUpdateOK) GetPayload ¶
func (o *ProvisioningProfileUpdateOK) GetPayload() *models.V0ProvisionProfileResponseModel
func (*ProvisioningProfileUpdateOK) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) IsClientError() bool
IsClientError returns true when this provisioning profile update o k response has a 4xx status code
func (*ProvisioningProfileUpdateOK) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) IsCode(code int) bool
IsCode returns true when this provisioning profile update o k response a status code equal to that given
func (*ProvisioningProfileUpdateOK) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) IsRedirect() bool
IsRedirect returns true when this provisioning profile update o k response has a 3xx status code
func (*ProvisioningProfileUpdateOK) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) IsServerError() bool
IsServerError returns true when this provisioning profile update o k response has a 5xx status code
func (*ProvisioningProfileUpdateOK) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) IsSuccess() bool
IsSuccess returns true when this provisioning profile update o k response has a 2xx status code
func (*ProvisioningProfileUpdateOK) String ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateOK) String() string
type ProvisioningProfileUpdateParams ¶
type ProvisioningProfileUpdateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* ProvisioningProfile.
Provisioning profile parameters
*/
ProvisioningProfile *models.V0ProvProfileDocumentUpdateParams
/* ProvisioningProfileSlug.
Provisioning profile slug
*/
ProvisioningProfileSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ProvisioningProfileUpdateParams contains all the parameters to send to the API endpoint
for the provisioning profile update operation. Typically these are written to a http.Request.
func NewProvisioningProfileUpdateParams ¶
func NewProvisioningProfileUpdateParams() *ProvisioningProfileUpdateParams
NewProvisioningProfileUpdateParams creates a new ProvisioningProfileUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewProvisioningProfileUpdateParamsWithContext ¶
func NewProvisioningProfileUpdateParamsWithContext(ctx context.Context) *ProvisioningProfileUpdateParams
NewProvisioningProfileUpdateParamsWithContext creates a new ProvisioningProfileUpdateParams object with the ability to set a context for a request.
func NewProvisioningProfileUpdateParamsWithHTTPClient ¶
func NewProvisioningProfileUpdateParamsWithHTTPClient(client *http.Client) *ProvisioningProfileUpdateParams
NewProvisioningProfileUpdateParamsWithHTTPClient creates a new ProvisioningProfileUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewProvisioningProfileUpdateParamsWithTimeout ¶
func NewProvisioningProfileUpdateParamsWithTimeout(timeout time.Duration) *ProvisioningProfileUpdateParams
NewProvisioningProfileUpdateParamsWithTimeout creates a new ProvisioningProfileUpdateParams object with the ability to set a timeout on a request.
func (*ProvisioningProfileUpdateParams) SetAppSlug ¶
func (o *ProvisioningProfileUpdateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) SetContext ¶
func (o *ProvisioningProfileUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) SetDefaults ¶
func (o *ProvisioningProfileUpdateParams) SetDefaults()
SetDefaults hydrates default values in the provisioning profile update params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileUpdateParams) SetHTTPClient ¶
func (o *ProvisioningProfileUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) SetProvisioningProfile ¶
func (o *ProvisioningProfileUpdateParams) SetProvisioningProfile(provisioningProfile *models.V0ProvProfileDocumentUpdateParams)
SetProvisioningProfile adds the provisioningProfile to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) SetProvisioningProfileSlug ¶
func (o *ProvisioningProfileUpdateParams) SetProvisioningProfileSlug(provisioningProfileSlug string)
SetProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) SetTimeout ¶
func (o *ProvisioningProfileUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithAppSlug ¶
func (o *ProvisioningProfileUpdateParams) WithAppSlug(appSlug string) *ProvisioningProfileUpdateParams
WithAppSlug adds the appSlug to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithContext ¶
func (o *ProvisioningProfileUpdateParams) WithContext(ctx context.Context) *ProvisioningProfileUpdateParams
WithContext adds the context to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithDefaults ¶
func (o *ProvisioningProfileUpdateParams) WithDefaults() *ProvisioningProfileUpdateParams
WithDefaults hydrates default values in the provisioning profile update params (not the query body).
All values with no default are reset to their zero value.
func (*ProvisioningProfileUpdateParams) WithHTTPClient ¶
func (o *ProvisioningProfileUpdateParams) WithHTTPClient(client *http.Client) *ProvisioningProfileUpdateParams
WithHTTPClient adds the HTTPClient to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithProvisioningProfile ¶
func (o *ProvisioningProfileUpdateParams) WithProvisioningProfile(provisioningProfile *models.V0ProvProfileDocumentUpdateParams) *ProvisioningProfileUpdateParams
WithProvisioningProfile adds the provisioningProfile to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithProvisioningProfileSlug ¶
func (o *ProvisioningProfileUpdateParams) WithProvisioningProfileSlug(provisioningProfileSlug string) *ProvisioningProfileUpdateParams
WithProvisioningProfileSlug adds the provisioningProfileSlug to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WithTimeout ¶
func (o *ProvisioningProfileUpdateParams) WithTimeout(timeout time.Duration) *ProvisioningProfileUpdateParams
WithTimeout adds the timeout to the provisioning profile update params
func (*ProvisioningProfileUpdateParams) WriteToRequest ¶
func (o *ProvisioningProfileUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ProvisioningProfileUpdateReader ¶
type ProvisioningProfileUpdateReader struct {
// contains filtered or unexported fields
}
ProvisioningProfileUpdateReader is a Reader for the ProvisioningProfileUpdate structure.
func (*ProvisioningProfileUpdateReader) ReadResponse ¶
func (o *ProvisioningProfileUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ProvisioningProfileUpdateUnauthorized ¶
type ProvisioningProfileUpdateUnauthorized struct {
}
ProvisioningProfileUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewProvisioningProfileUpdateUnauthorized ¶
func NewProvisioningProfileUpdateUnauthorized() *ProvisioningProfileUpdateUnauthorized
NewProvisioningProfileUpdateUnauthorized creates a ProvisioningProfileUpdateUnauthorized with default headers values
func (*ProvisioningProfileUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *ProvisioningProfileUpdateUnauthorized) Code() int
Code gets the status code for the provisioning profile update unauthorized response
func (*ProvisioningProfileUpdateUnauthorized) Error ¶
func (o *ProvisioningProfileUpdateUnauthorized) Error() string
func (*ProvisioningProfileUpdateUnauthorized) GetPayload ¶
func (o *ProvisioningProfileUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ProvisioningProfileUpdateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this provisioning profile update unauthorized response has a 4xx status code
func (*ProvisioningProfileUpdateUnauthorized) IsCode ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this provisioning profile update unauthorized response a status code equal to that given
func (*ProvisioningProfileUpdateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this provisioning profile update unauthorized response has a 3xx status code
func (*ProvisioningProfileUpdateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this provisioning profile update unauthorized response has a 5xx status code
func (*ProvisioningProfileUpdateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this provisioning profile update unauthorized response has a 2xx status code
func (*ProvisioningProfileUpdateUnauthorized) String ¶ added in v0.1.0
func (o *ProvisioningProfileUpdateUnauthorized) String() string
type ReleaseCreateAppStoreBadRequest ¶ added in v1.0.3
type ReleaseCreateAppStoreBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateAppStoreBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewReleaseCreateAppStoreBadRequest ¶ added in v1.0.3
func NewReleaseCreateAppStoreBadRequest() *ReleaseCreateAppStoreBadRequest
NewReleaseCreateAppStoreBadRequest creates a ReleaseCreateAppStoreBadRequest with default headers values
func (*ReleaseCreateAppStoreBadRequest) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) Code() int
Code gets the status code for the release create app store bad request response
func (*ReleaseCreateAppStoreBadRequest) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) Error() string
func (*ReleaseCreateAppStoreBadRequest) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateAppStoreBadRequest) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) IsClientError() bool
IsClientError returns true when this release create app store bad request response has a 4xx status code
func (*ReleaseCreateAppStoreBadRequest) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) IsCode(code int) bool
IsCode returns true when this release create app store bad request response a status code equal to that given
func (*ReleaseCreateAppStoreBadRequest) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) IsRedirect() bool
IsRedirect returns true when this release create app store bad request response has a 3xx status code
func (*ReleaseCreateAppStoreBadRequest) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) IsServerError() bool
IsServerError returns true when this release create app store bad request response has a 5xx status code
func (*ReleaseCreateAppStoreBadRequest) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) IsSuccess() bool
IsSuccess returns true when this release create app store bad request response has a 2xx status code
func (*ReleaseCreateAppStoreBadRequest) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreBadRequest) String() string
type ReleaseCreateAppStoreCreated ¶ added in v1.0.3
type ReleaseCreateAppStoreCreated struct {
Payload *models.V0ReleaseCreateAppStoreRespModel
}
ReleaseCreateAppStoreCreated describes a response with status code 201, with default header values.
Created
func NewReleaseCreateAppStoreCreated ¶ added in v1.0.3
func NewReleaseCreateAppStoreCreated() *ReleaseCreateAppStoreCreated
NewReleaseCreateAppStoreCreated creates a ReleaseCreateAppStoreCreated with default headers values
func (*ReleaseCreateAppStoreCreated) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) Code() int
Code gets the status code for the release create app store created response
func (*ReleaseCreateAppStoreCreated) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) Error() string
func (*ReleaseCreateAppStoreCreated) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) GetPayload() *models.V0ReleaseCreateAppStoreRespModel
func (*ReleaseCreateAppStoreCreated) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) IsClientError() bool
IsClientError returns true when this release create app store created response has a 4xx status code
func (*ReleaseCreateAppStoreCreated) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) IsCode(code int) bool
IsCode returns true when this release create app store created response a status code equal to that given
func (*ReleaseCreateAppStoreCreated) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) IsRedirect() bool
IsRedirect returns true when this release create app store created response has a 3xx status code
func (*ReleaseCreateAppStoreCreated) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) IsServerError() bool
IsServerError returns true when this release create app store created response has a 5xx status code
func (*ReleaseCreateAppStoreCreated) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) IsSuccess() bool
IsSuccess returns true when this release create app store created response has a 2xx status code
func (*ReleaseCreateAppStoreCreated) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreCreated) String() string
type ReleaseCreateAppStoreForbidden ¶ added in v1.0.3
type ReleaseCreateAppStoreForbidden struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateAppStoreForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReleaseCreateAppStoreForbidden ¶ added in v1.0.3
func NewReleaseCreateAppStoreForbidden() *ReleaseCreateAppStoreForbidden
NewReleaseCreateAppStoreForbidden creates a ReleaseCreateAppStoreForbidden with default headers values
func (*ReleaseCreateAppStoreForbidden) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) Code() int
Code gets the status code for the release create app store forbidden response
func (*ReleaseCreateAppStoreForbidden) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) Error() string
func (*ReleaseCreateAppStoreForbidden) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateAppStoreForbidden) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) IsClientError() bool
IsClientError returns true when this release create app store forbidden response has a 4xx status code
func (*ReleaseCreateAppStoreForbidden) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) IsCode(code int) bool
IsCode returns true when this release create app store forbidden response a status code equal to that given
func (*ReleaseCreateAppStoreForbidden) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) IsRedirect() bool
IsRedirect returns true when this release create app store forbidden response has a 3xx status code
func (*ReleaseCreateAppStoreForbidden) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) IsServerError() bool
IsServerError returns true when this release create app store forbidden response has a 5xx status code
func (*ReleaseCreateAppStoreForbidden) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) IsSuccess() bool
IsSuccess returns true when this release create app store forbidden response has a 2xx status code
func (*ReleaseCreateAppStoreForbidden) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreForbidden) String() string
type ReleaseCreateAppStoreInternalServerError ¶ added in v1.0.3
type ReleaseCreateAppStoreInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateAppStoreInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReleaseCreateAppStoreInternalServerError ¶ added in v1.0.3
func NewReleaseCreateAppStoreInternalServerError() *ReleaseCreateAppStoreInternalServerError
NewReleaseCreateAppStoreInternalServerError creates a ReleaseCreateAppStoreInternalServerError with default headers values
func (*ReleaseCreateAppStoreInternalServerError) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) Code() int
Code gets the status code for the release create app store internal server error response
func (*ReleaseCreateAppStoreInternalServerError) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) Error() string
func (*ReleaseCreateAppStoreInternalServerError) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateAppStoreInternalServerError) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) IsClientError() bool
IsClientError returns true when this release create app store internal server error response has a 4xx status code
func (*ReleaseCreateAppStoreInternalServerError) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) IsCode(code int) bool
IsCode returns true when this release create app store internal server error response a status code equal to that given
func (*ReleaseCreateAppStoreInternalServerError) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) IsRedirect() bool
IsRedirect returns true when this release create app store internal server error response has a 3xx status code
func (*ReleaseCreateAppStoreInternalServerError) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) IsServerError() bool
IsServerError returns true when this release create app store internal server error response has a 5xx status code
func (*ReleaseCreateAppStoreInternalServerError) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) IsSuccess() bool
IsSuccess returns true when this release create app store internal server error response has a 2xx status code
func (*ReleaseCreateAppStoreInternalServerError) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreInternalServerError) String() string
type ReleaseCreateAppStoreParams ¶ added in v1.0.3
type ReleaseCreateAppStoreParams struct {
/* App.
App Store release parameters
*/
App *models.V0ReleaseCreateAppStoreParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ReleaseCreateAppStoreParams contains all the parameters to send to the API endpoint
for the release create app store operation. Typically these are written to a http.Request.
func NewReleaseCreateAppStoreParams ¶ added in v1.0.3
func NewReleaseCreateAppStoreParams() *ReleaseCreateAppStoreParams
NewReleaseCreateAppStoreParams creates a new ReleaseCreateAppStoreParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReleaseCreateAppStoreParamsWithContext ¶ added in v1.0.3
func NewReleaseCreateAppStoreParamsWithContext(ctx context.Context) *ReleaseCreateAppStoreParams
NewReleaseCreateAppStoreParamsWithContext creates a new ReleaseCreateAppStoreParams object with the ability to set a context for a request.
func NewReleaseCreateAppStoreParamsWithHTTPClient ¶ added in v1.0.3
func NewReleaseCreateAppStoreParamsWithHTTPClient(client *http.Client) *ReleaseCreateAppStoreParams
NewReleaseCreateAppStoreParamsWithHTTPClient creates a new ReleaseCreateAppStoreParams object with the ability to set a custom HTTPClient for a request.
func NewReleaseCreateAppStoreParamsWithTimeout ¶ added in v1.0.3
func NewReleaseCreateAppStoreParamsWithTimeout(timeout time.Duration) *ReleaseCreateAppStoreParams
NewReleaseCreateAppStoreParamsWithTimeout creates a new ReleaseCreateAppStoreParams object with the ability to set a timeout on a request.
func (*ReleaseCreateAppStoreParams) SetApp ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetApp(app *models.V0ReleaseCreateAppStoreParams)
SetApp adds the app to the release create app store params
func (*ReleaseCreateAppStoreParams) SetAppSlug ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the release create app store params
func (*ReleaseCreateAppStoreParams) SetContext ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetContext(ctx context.Context)
SetContext adds the context to the release create app store params
func (*ReleaseCreateAppStoreParams) SetDefaults ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetDefaults()
SetDefaults hydrates default values in the release create app store params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseCreateAppStoreParams) SetHTTPClient ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the release create app store params
func (*ReleaseCreateAppStoreParams) SetTimeout ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the release create app store params
func (*ReleaseCreateAppStoreParams) WithApp ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithApp(app *models.V0ReleaseCreateAppStoreParams) *ReleaseCreateAppStoreParams
WithApp adds the app to the release create app store params
func (*ReleaseCreateAppStoreParams) WithAppSlug ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithAppSlug(appSlug string) *ReleaseCreateAppStoreParams
WithAppSlug adds the appSlug to the release create app store params
func (*ReleaseCreateAppStoreParams) WithContext ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithContext(ctx context.Context) *ReleaseCreateAppStoreParams
WithContext adds the context to the release create app store params
func (*ReleaseCreateAppStoreParams) WithDefaults ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithDefaults() *ReleaseCreateAppStoreParams
WithDefaults hydrates default values in the release create app store params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseCreateAppStoreParams) WithHTTPClient ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithHTTPClient(client *http.Client) *ReleaseCreateAppStoreParams
WithHTTPClient adds the HTTPClient to the release create app store params
func (*ReleaseCreateAppStoreParams) WithTimeout ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WithTimeout(timeout time.Duration) *ReleaseCreateAppStoreParams
WithTimeout adds the timeout to the release create app store params
func (*ReleaseCreateAppStoreParams) WriteToRequest ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReleaseCreateAppStoreReader ¶ added in v1.0.3
type ReleaseCreateAppStoreReader struct {
// contains filtered or unexported fields
}
ReleaseCreateAppStoreReader is a Reader for the ReleaseCreateAppStore structure.
func (*ReleaseCreateAppStoreReader) ReadResponse ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReleaseCreateAppStoreUnauthorized ¶ added in v1.0.3
type ReleaseCreateAppStoreUnauthorized struct {
}
ReleaseCreateAppStoreUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewReleaseCreateAppStoreUnauthorized ¶ added in v1.0.3
func NewReleaseCreateAppStoreUnauthorized() *ReleaseCreateAppStoreUnauthorized
NewReleaseCreateAppStoreUnauthorized creates a ReleaseCreateAppStoreUnauthorized with default headers values
func (*ReleaseCreateAppStoreUnauthorized) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) Code() int
Code gets the status code for the release create app store unauthorized response
func (*ReleaseCreateAppStoreUnauthorized) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) Error() string
func (*ReleaseCreateAppStoreUnauthorized) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateAppStoreUnauthorized) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) IsClientError() bool
IsClientError returns true when this release create app store unauthorized response has a 4xx status code
func (*ReleaseCreateAppStoreUnauthorized) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) IsCode(code int) bool
IsCode returns true when this release create app store unauthorized response a status code equal to that given
func (*ReleaseCreateAppStoreUnauthorized) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) IsRedirect() bool
IsRedirect returns true when this release create app store unauthorized response has a 3xx status code
func (*ReleaseCreateAppStoreUnauthorized) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) IsServerError() bool
IsServerError returns true when this release create app store unauthorized response has a 5xx status code
func (*ReleaseCreateAppStoreUnauthorized) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) IsSuccess() bool
IsSuccess returns true when this release create app store unauthorized response has a 2xx status code
func (*ReleaseCreateAppStoreUnauthorized) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnauthorized) String() string
type ReleaseCreateAppStoreUnprocessableEntity ¶ added in v1.0.3
type ReleaseCreateAppStoreUnprocessableEntity struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateAppStoreUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewReleaseCreateAppStoreUnprocessableEntity ¶ added in v1.0.3
func NewReleaseCreateAppStoreUnprocessableEntity() *ReleaseCreateAppStoreUnprocessableEntity
NewReleaseCreateAppStoreUnprocessableEntity creates a ReleaseCreateAppStoreUnprocessableEntity with default headers values
func (*ReleaseCreateAppStoreUnprocessableEntity) Code ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) Code() int
Code gets the status code for the release create app store unprocessable entity response
func (*ReleaseCreateAppStoreUnprocessableEntity) Error ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) Error() string
func (*ReleaseCreateAppStoreUnprocessableEntity) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateAppStoreUnprocessableEntity) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) IsClientError() bool
IsClientError returns true when this release create app store unprocessable entity response has a 4xx status code
func (*ReleaseCreateAppStoreUnprocessableEntity) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this release create app store unprocessable entity response a status code equal to that given
func (*ReleaseCreateAppStoreUnprocessableEntity) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this release create app store unprocessable entity response has a 3xx status code
func (*ReleaseCreateAppStoreUnprocessableEntity) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) IsServerError() bool
IsServerError returns true when this release create app store unprocessable entity response has a 5xx status code
func (*ReleaseCreateAppStoreUnprocessableEntity) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this release create app store unprocessable entity response has a 2xx status code
func (*ReleaseCreateAppStoreUnprocessableEntity) String ¶ added in v1.0.3
func (o *ReleaseCreateAppStoreUnprocessableEntity) String() string
type ReleaseCreateGooglePlayBadRequest ¶ added in v1.0.3
type ReleaseCreateGooglePlayBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateGooglePlayBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewReleaseCreateGooglePlayBadRequest ¶ added in v1.0.3
func NewReleaseCreateGooglePlayBadRequest() *ReleaseCreateGooglePlayBadRequest
NewReleaseCreateGooglePlayBadRequest creates a ReleaseCreateGooglePlayBadRequest with default headers values
func (*ReleaseCreateGooglePlayBadRequest) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) Code() int
Code gets the status code for the release create google play bad request response
func (*ReleaseCreateGooglePlayBadRequest) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) Error() string
func (*ReleaseCreateGooglePlayBadRequest) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateGooglePlayBadRequest) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) IsClientError() bool
IsClientError returns true when this release create google play bad request response has a 4xx status code
func (*ReleaseCreateGooglePlayBadRequest) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) IsCode(code int) bool
IsCode returns true when this release create google play bad request response a status code equal to that given
func (*ReleaseCreateGooglePlayBadRequest) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) IsRedirect() bool
IsRedirect returns true when this release create google play bad request response has a 3xx status code
func (*ReleaseCreateGooglePlayBadRequest) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) IsServerError() bool
IsServerError returns true when this release create google play bad request response has a 5xx status code
func (*ReleaseCreateGooglePlayBadRequest) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) IsSuccess() bool
IsSuccess returns true when this release create google play bad request response has a 2xx status code
func (*ReleaseCreateGooglePlayBadRequest) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayBadRequest) String() string
type ReleaseCreateGooglePlayCreated ¶ added in v1.0.3
type ReleaseCreateGooglePlayCreated struct {
Payload *models.V0ReleaseCreateGooglePlayRespModel
}
ReleaseCreateGooglePlayCreated describes a response with status code 201, with default header values.
Created
func NewReleaseCreateGooglePlayCreated ¶ added in v1.0.3
func NewReleaseCreateGooglePlayCreated() *ReleaseCreateGooglePlayCreated
NewReleaseCreateGooglePlayCreated creates a ReleaseCreateGooglePlayCreated with default headers values
func (*ReleaseCreateGooglePlayCreated) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) Code() int
Code gets the status code for the release create google play created response
func (*ReleaseCreateGooglePlayCreated) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) Error() string
func (*ReleaseCreateGooglePlayCreated) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) GetPayload() *models.V0ReleaseCreateGooglePlayRespModel
func (*ReleaseCreateGooglePlayCreated) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) IsClientError() bool
IsClientError returns true when this release create google play created response has a 4xx status code
func (*ReleaseCreateGooglePlayCreated) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) IsCode(code int) bool
IsCode returns true when this release create google play created response a status code equal to that given
func (*ReleaseCreateGooglePlayCreated) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) IsRedirect() bool
IsRedirect returns true when this release create google play created response has a 3xx status code
func (*ReleaseCreateGooglePlayCreated) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) IsServerError() bool
IsServerError returns true when this release create google play created response has a 5xx status code
func (*ReleaseCreateGooglePlayCreated) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) IsSuccess() bool
IsSuccess returns true when this release create google play created response has a 2xx status code
func (*ReleaseCreateGooglePlayCreated) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayCreated) String() string
type ReleaseCreateGooglePlayForbidden ¶ added in v1.0.3
type ReleaseCreateGooglePlayForbidden struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateGooglePlayForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReleaseCreateGooglePlayForbidden ¶ added in v1.0.3
func NewReleaseCreateGooglePlayForbidden() *ReleaseCreateGooglePlayForbidden
NewReleaseCreateGooglePlayForbidden creates a ReleaseCreateGooglePlayForbidden with default headers values
func (*ReleaseCreateGooglePlayForbidden) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) Code() int
Code gets the status code for the release create google play forbidden response
func (*ReleaseCreateGooglePlayForbidden) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) Error() string
func (*ReleaseCreateGooglePlayForbidden) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateGooglePlayForbidden) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) IsClientError() bool
IsClientError returns true when this release create google play forbidden response has a 4xx status code
func (*ReleaseCreateGooglePlayForbidden) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) IsCode(code int) bool
IsCode returns true when this release create google play forbidden response a status code equal to that given
func (*ReleaseCreateGooglePlayForbidden) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) IsRedirect() bool
IsRedirect returns true when this release create google play forbidden response has a 3xx status code
func (*ReleaseCreateGooglePlayForbidden) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) IsServerError() bool
IsServerError returns true when this release create google play forbidden response has a 5xx status code
func (*ReleaseCreateGooglePlayForbidden) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) IsSuccess() bool
IsSuccess returns true when this release create google play forbidden response has a 2xx status code
func (*ReleaseCreateGooglePlayForbidden) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayForbidden) String() string
type ReleaseCreateGooglePlayInternalServerError ¶ added in v1.0.3
type ReleaseCreateGooglePlayInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateGooglePlayInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReleaseCreateGooglePlayInternalServerError ¶ added in v1.0.3
func NewReleaseCreateGooglePlayInternalServerError() *ReleaseCreateGooglePlayInternalServerError
NewReleaseCreateGooglePlayInternalServerError creates a ReleaseCreateGooglePlayInternalServerError with default headers values
func (*ReleaseCreateGooglePlayInternalServerError) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) Code() int
Code gets the status code for the release create google play internal server error response
func (*ReleaseCreateGooglePlayInternalServerError) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) Error() string
func (*ReleaseCreateGooglePlayInternalServerError) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateGooglePlayInternalServerError) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) IsClientError() bool
IsClientError returns true when this release create google play internal server error response has a 4xx status code
func (*ReleaseCreateGooglePlayInternalServerError) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) IsCode(code int) bool
IsCode returns true when this release create google play internal server error response a status code equal to that given
func (*ReleaseCreateGooglePlayInternalServerError) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) IsRedirect() bool
IsRedirect returns true when this release create google play internal server error response has a 3xx status code
func (*ReleaseCreateGooglePlayInternalServerError) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) IsServerError() bool
IsServerError returns true when this release create google play internal server error response has a 5xx status code
func (*ReleaseCreateGooglePlayInternalServerError) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) IsSuccess() bool
IsSuccess returns true when this release create google play internal server error response has a 2xx status code
func (*ReleaseCreateGooglePlayInternalServerError) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayInternalServerError) String() string
type ReleaseCreateGooglePlayParams ¶ added in v1.0.3
type ReleaseCreateGooglePlayParams struct {
/* App.
Google Play release parameters
*/
App *models.V0ReleaseCreateGooglePlayParams
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ReleaseCreateGooglePlayParams contains all the parameters to send to the API endpoint
for the release create google play operation. Typically these are written to a http.Request.
func NewReleaseCreateGooglePlayParams ¶ added in v1.0.3
func NewReleaseCreateGooglePlayParams() *ReleaseCreateGooglePlayParams
NewReleaseCreateGooglePlayParams creates a new ReleaseCreateGooglePlayParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReleaseCreateGooglePlayParamsWithContext ¶ added in v1.0.3
func NewReleaseCreateGooglePlayParamsWithContext(ctx context.Context) *ReleaseCreateGooglePlayParams
NewReleaseCreateGooglePlayParamsWithContext creates a new ReleaseCreateGooglePlayParams object with the ability to set a context for a request.
func NewReleaseCreateGooglePlayParamsWithHTTPClient ¶ added in v1.0.3
func NewReleaseCreateGooglePlayParamsWithHTTPClient(client *http.Client) *ReleaseCreateGooglePlayParams
NewReleaseCreateGooglePlayParamsWithHTTPClient creates a new ReleaseCreateGooglePlayParams object with the ability to set a custom HTTPClient for a request.
func NewReleaseCreateGooglePlayParamsWithTimeout ¶ added in v1.0.3
func NewReleaseCreateGooglePlayParamsWithTimeout(timeout time.Duration) *ReleaseCreateGooglePlayParams
NewReleaseCreateGooglePlayParamsWithTimeout creates a new ReleaseCreateGooglePlayParams object with the ability to set a timeout on a request.
func (*ReleaseCreateGooglePlayParams) SetApp ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetApp(app *models.V0ReleaseCreateGooglePlayParams)
SetApp adds the app to the release create google play params
func (*ReleaseCreateGooglePlayParams) SetAppSlug ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the release create google play params
func (*ReleaseCreateGooglePlayParams) SetContext ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetContext(ctx context.Context)
SetContext adds the context to the release create google play params
func (*ReleaseCreateGooglePlayParams) SetDefaults ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetDefaults()
SetDefaults hydrates default values in the release create google play params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseCreateGooglePlayParams) SetHTTPClient ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the release create google play params
func (*ReleaseCreateGooglePlayParams) SetTimeout ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the release create google play params
func (*ReleaseCreateGooglePlayParams) WithApp ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithApp(app *models.V0ReleaseCreateGooglePlayParams) *ReleaseCreateGooglePlayParams
WithApp adds the app to the release create google play params
func (*ReleaseCreateGooglePlayParams) WithAppSlug ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithAppSlug(appSlug string) *ReleaseCreateGooglePlayParams
WithAppSlug adds the appSlug to the release create google play params
func (*ReleaseCreateGooglePlayParams) WithContext ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithContext(ctx context.Context) *ReleaseCreateGooglePlayParams
WithContext adds the context to the release create google play params
func (*ReleaseCreateGooglePlayParams) WithDefaults ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithDefaults() *ReleaseCreateGooglePlayParams
WithDefaults hydrates default values in the release create google play params (not the query body).
All values with no default are reset to their zero value.
func (*ReleaseCreateGooglePlayParams) WithHTTPClient ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithHTTPClient(client *http.Client) *ReleaseCreateGooglePlayParams
WithHTTPClient adds the HTTPClient to the release create google play params
func (*ReleaseCreateGooglePlayParams) WithTimeout ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WithTimeout(timeout time.Duration) *ReleaseCreateGooglePlayParams
WithTimeout adds the timeout to the release create google play params
func (*ReleaseCreateGooglePlayParams) WriteToRequest ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReleaseCreateGooglePlayReader ¶ added in v1.0.3
type ReleaseCreateGooglePlayReader struct {
// contains filtered or unexported fields
}
ReleaseCreateGooglePlayReader is a Reader for the ReleaseCreateGooglePlay structure.
func (*ReleaseCreateGooglePlayReader) ReadResponse ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReleaseCreateGooglePlayUnauthorized ¶ added in v1.0.3
type ReleaseCreateGooglePlayUnauthorized struct {
}
ReleaseCreateGooglePlayUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewReleaseCreateGooglePlayUnauthorized ¶ added in v1.0.3
func NewReleaseCreateGooglePlayUnauthorized() *ReleaseCreateGooglePlayUnauthorized
NewReleaseCreateGooglePlayUnauthorized creates a ReleaseCreateGooglePlayUnauthorized with default headers values
func (*ReleaseCreateGooglePlayUnauthorized) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) Code() int
Code gets the status code for the release create google play unauthorized response
func (*ReleaseCreateGooglePlayUnauthorized) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) Error() string
func (*ReleaseCreateGooglePlayUnauthorized) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateGooglePlayUnauthorized) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) IsClientError() bool
IsClientError returns true when this release create google play unauthorized response has a 4xx status code
func (*ReleaseCreateGooglePlayUnauthorized) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) IsCode(code int) bool
IsCode returns true when this release create google play unauthorized response a status code equal to that given
func (*ReleaseCreateGooglePlayUnauthorized) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) IsRedirect() bool
IsRedirect returns true when this release create google play unauthorized response has a 3xx status code
func (*ReleaseCreateGooglePlayUnauthorized) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) IsServerError() bool
IsServerError returns true when this release create google play unauthorized response has a 5xx status code
func (*ReleaseCreateGooglePlayUnauthorized) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) IsSuccess() bool
IsSuccess returns true when this release create google play unauthorized response has a 2xx status code
func (*ReleaseCreateGooglePlayUnauthorized) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnauthorized) String() string
type ReleaseCreateGooglePlayUnprocessableEntity ¶ added in v1.0.3
type ReleaseCreateGooglePlayUnprocessableEntity struct {
Payload *models.ServiceStandardErrorRespModel
}
ReleaseCreateGooglePlayUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewReleaseCreateGooglePlayUnprocessableEntity ¶ added in v1.0.3
func NewReleaseCreateGooglePlayUnprocessableEntity() *ReleaseCreateGooglePlayUnprocessableEntity
NewReleaseCreateGooglePlayUnprocessableEntity creates a ReleaseCreateGooglePlayUnprocessableEntity with default headers values
func (*ReleaseCreateGooglePlayUnprocessableEntity) Code ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) Code() int
Code gets the status code for the release create google play unprocessable entity response
func (*ReleaseCreateGooglePlayUnprocessableEntity) Error ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) Error() string
func (*ReleaseCreateGooglePlayUnprocessableEntity) GetPayload ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) GetPayload() *models.ServiceStandardErrorRespModel
func (*ReleaseCreateGooglePlayUnprocessableEntity) IsClientError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsClientError() bool
IsClientError returns true when this release create google play unprocessable entity response has a 4xx status code
func (*ReleaseCreateGooglePlayUnprocessableEntity) IsCode ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this release create google play unprocessable entity response a status code equal to that given
func (*ReleaseCreateGooglePlayUnprocessableEntity) IsRedirect ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this release create google play unprocessable entity response has a 3xx status code
func (*ReleaseCreateGooglePlayUnprocessableEntity) IsServerError ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsServerError() bool
IsServerError returns true when this release create google play unprocessable entity response has a 5xx status code
func (*ReleaseCreateGooglePlayUnprocessableEntity) IsSuccess ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this release create google play unprocessable entity response has a 2xx status code
func (*ReleaseCreateGooglePlayUnprocessableEntity) String ¶ added in v1.0.3
func (o *ReleaseCreateGooglePlayUnprocessableEntity) String() string
type SSHKeyCreateBadRequest ¶
type SSHKeyCreateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
SSHKeyCreateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSSHKeyCreateBadRequest ¶
func NewSSHKeyCreateBadRequest() *SSHKeyCreateBadRequest
NewSSHKeyCreateBadRequest creates a SSHKeyCreateBadRequest with default headers values
func (*SSHKeyCreateBadRequest) Code ¶ added in v1.0.3
func (o *SSHKeyCreateBadRequest) Code() int
Code gets the status code for the ssh key create bad request response
func (*SSHKeyCreateBadRequest) Error ¶
func (o *SSHKeyCreateBadRequest) Error() string
func (*SSHKeyCreateBadRequest) GetPayload ¶
func (o *SSHKeyCreateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*SSHKeyCreateBadRequest) IsClientError ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) IsClientError() bool
IsClientError returns true when this ssh key create bad request response has a 4xx status code
func (*SSHKeyCreateBadRequest) IsCode ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) IsCode(code int) bool
IsCode returns true when this ssh key create bad request response a status code equal to that given
func (*SSHKeyCreateBadRequest) IsRedirect ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this ssh key create bad request response has a 3xx status code
func (*SSHKeyCreateBadRequest) IsServerError ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) IsServerError() bool
IsServerError returns true when this ssh key create bad request response has a 5xx status code
func (*SSHKeyCreateBadRequest) IsSuccess ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this ssh key create bad request response has a 2xx status code
func (*SSHKeyCreateBadRequest) String ¶ added in v0.1.0
func (o *SSHKeyCreateBadRequest) String() string
type SSHKeyCreateInternalServerError ¶
type SSHKeyCreateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
SSHKeyCreateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSSHKeyCreateInternalServerError ¶
func NewSSHKeyCreateInternalServerError() *SSHKeyCreateInternalServerError
NewSSHKeyCreateInternalServerError creates a SSHKeyCreateInternalServerError with default headers values
func (*SSHKeyCreateInternalServerError) Code ¶ added in v1.0.3
func (o *SSHKeyCreateInternalServerError) Code() int
Code gets the status code for the ssh key create internal server error response
func (*SSHKeyCreateInternalServerError) Error ¶
func (o *SSHKeyCreateInternalServerError) Error() string
func (*SSHKeyCreateInternalServerError) GetPayload ¶
func (o *SSHKeyCreateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*SSHKeyCreateInternalServerError) IsClientError ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) IsClientError() bool
IsClientError returns true when this ssh key create internal server error response has a 4xx status code
func (*SSHKeyCreateInternalServerError) IsCode ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this ssh key create internal server error response a status code equal to that given
func (*SSHKeyCreateInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this ssh key create internal server error response has a 3xx status code
func (*SSHKeyCreateInternalServerError) IsServerError ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) IsServerError() bool
IsServerError returns true when this ssh key create internal server error response has a 5xx status code
func (*SSHKeyCreateInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this ssh key create internal server error response has a 2xx status code
func (*SSHKeyCreateInternalServerError) String ¶ added in v0.1.0
func (o *SSHKeyCreateInternalServerError) String() string
type SSHKeyCreateNotFound ¶
type SSHKeyCreateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
SSHKeyCreateNotFound describes a response with status code 404, with default header values.
Not Found
func NewSSHKeyCreateNotFound ¶
func NewSSHKeyCreateNotFound() *SSHKeyCreateNotFound
NewSSHKeyCreateNotFound creates a SSHKeyCreateNotFound with default headers values
func (*SSHKeyCreateNotFound) Code ¶ added in v1.0.3
func (o *SSHKeyCreateNotFound) Code() int
Code gets the status code for the ssh key create not found response
func (*SSHKeyCreateNotFound) Error ¶
func (o *SSHKeyCreateNotFound) Error() string
func (*SSHKeyCreateNotFound) GetPayload ¶
func (o *SSHKeyCreateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*SSHKeyCreateNotFound) IsClientError ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) IsClientError() bool
IsClientError returns true when this ssh key create not found response has a 4xx status code
func (*SSHKeyCreateNotFound) IsCode ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) IsCode(code int) bool
IsCode returns true when this ssh key create not found response a status code equal to that given
func (*SSHKeyCreateNotFound) IsRedirect ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) IsRedirect() bool
IsRedirect returns true when this ssh key create not found response has a 3xx status code
func (*SSHKeyCreateNotFound) IsServerError ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) IsServerError() bool
IsServerError returns true when this ssh key create not found response has a 5xx status code
func (*SSHKeyCreateNotFound) IsSuccess ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) IsSuccess() bool
IsSuccess returns true when this ssh key create not found response has a 2xx status code
func (*SSHKeyCreateNotFound) String ¶ added in v0.1.0
func (o *SSHKeyCreateNotFound) String() string
type SSHKeyCreateOK ¶
type SSHKeyCreateOK struct {
Payload *models.V0SSHKeyRespModel
}
SSHKeyCreateOK describes a response with status code 200, with default header values.
OK
func NewSSHKeyCreateOK ¶
func NewSSHKeyCreateOK() *SSHKeyCreateOK
NewSSHKeyCreateOK creates a SSHKeyCreateOK with default headers values
func (*SSHKeyCreateOK) Code ¶ added in v1.0.3
func (o *SSHKeyCreateOK) Code() int
Code gets the status code for the ssh key create o k response
func (*SSHKeyCreateOK) Error ¶
func (o *SSHKeyCreateOK) Error() string
func (*SSHKeyCreateOK) GetPayload ¶
func (o *SSHKeyCreateOK) GetPayload() *models.V0SSHKeyRespModel
func (*SSHKeyCreateOK) IsClientError ¶ added in v0.1.0
func (o *SSHKeyCreateOK) IsClientError() bool
IsClientError returns true when this ssh key create o k response has a 4xx status code
func (*SSHKeyCreateOK) IsCode ¶ added in v0.1.0
func (o *SSHKeyCreateOK) IsCode(code int) bool
IsCode returns true when this ssh key create o k response a status code equal to that given
func (*SSHKeyCreateOK) IsRedirect ¶ added in v0.1.0
func (o *SSHKeyCreateOK) IsRedirect() bool
IsRedirect returns true when this ssh key create o k response has a 3xx status code
func (*SSHKeyCreateOK) IsServerError ¶ added in v0.1.0
func (o *SSHKeyCreateOK) IsServerError() bool
IsServerError returns true when this ssh key create o k response has a 5xx status code
func (*SSHKeyCreateOK) IsSuccess ¶ added in v0.1.0
func (o *SSHKeyCreateOK) IsSuccess() bool
IsSuccess returns true when this ssh key create o k response has a 2xx status code
func (*SSHKeyCreateOK) String ¶ added in v0.1.0
func (o *SSHKeyCreateOK) String() string
type SSHKeyCreateParams ¶
type SSHKeyCreateParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* SSHKey.
SSH key parameters
*/
SSHKey *models.V0SSHKeyUploadParams
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
SSHKeyCreateParams contains all the parameters to send to the API endpoint
for the ssh key create operation. Typically these are written to a http.Request.
func NewSSHKeyCreateParams ¶
func NewSSHKeyCreateParams() *SSHKeyCreateParams
NewSSHKeyCreateParams creates a new SSHKeyCreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSSHKeyCreateParamsWithContext ¶
func NewSSHKeyCreateParamsWithContext(ctx context.Context) *SSHKeyCreateParams
NewSSHKeyCreateParamsWithContext creates a new SSHKeyCreateParams object with the ability to set a context for a request.
func NewSSHKeyCreateParamsWithHTTPClient ¶
func NewSSHKeyCreateParamsWithHTTPClient(client *http.Client) *SSHKeyCreateParams
NewSSHKeyCreateParamsWithHTTPClient creates a new SSHKeyCreateParams object with the ability to set a custom HTTPClient for a request.
func NewSSHKeyCreateParamsWithTimeout ¶
func NewSSHKeyCreateParamsWithTimeout(timeout time.Duration) *SSHKeyCreateParams
NewSSHKeyCreateParamsWithTimeout creates a new SSHKeyCreateParams object with the ability to set a timeout on a request.
func (*SSHKeyCreateParams) SetAppSlug ¶
func (o *SSHKeyCreateParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the ssh key create params
func (*SSHKeyCreateParams) SetContext ¶
func (o *SSHKeyCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the ssh key create params
func (*SSHKeyCreateParams) SetDefaults ¶
func (o *SSHKeyCreateParams) SetDefaults()
SetDefaults hydrates default values in the ssh key create params (not the query body).
All values with no default are reset to their zero value.
func (*SSHKeyCreateParams) SetHTTPClient ¶
func (o *SSHKeyCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the ssh key create params
func (*SSHKeyCreateParams) SetSSHKey ¶
func (o *SSHKeyCreateParams) SetSSHKey(sSHKey *models.V0SSHKeyUploadParams)
SetSSHKey adds the sshKey to the ssh key create params
func (*SSHKeyCreateParams) SetTimeout ¶
func (o *SSHKeyCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the ssh key create params
func (*SSHKeyCreateParams) WithAppSlug ¶
func (o *SSHKeyCreateParams) WithAppSlug(appSlug string) *SSHKeyCreateParams
WithAppSlug adds the appSlug to the ssh key create params
func (*SSHKeyCreateParams) WithContext ¶
func (o *SSHKeyCreateParams) WithContext(ctx context.Context) *SSHKeyCreateParams
WithContext adds the context to the ssh key create params
func (*SSHKeyCreateParams) WithDefaults ¶
func (o *SSHKeyCreateParams) WithDefaults() *SSHKeyCreateParams
WithDefaults hydrates default values in the ssh key create params (not the query body).
All values with no default are reset to their zero value.
func (*SSHKeyCreateParams) WithHTTPClient ¶
func (o *SSHKeyCreateParams) WithHTTPClient(client *http.Client) *SSHKeyCreateParams
WithHTTPClient adds the HTTPClient to the ssh key create params
func (*SSHKeyCreateParams) WithSSHKey ¶
func (o *SSHKeyCreateParams) WithSSHKey(sSHKey *models.V0SSHKeyUploadParams) *SSHKeyCreateParams
WithSSHKey adds the sSHKey to the ssh key create params
func (*SSHKeyCreateParams) WithTimeout ¶
func (o *SSHKeyCreateParams) WithTimeout(timeout time.Duration) *SSHKeyCreateParams
WithTimeout adds the timeout to the ssh key create params
func (*SSHKeyCreateParams) WriteToRequest ¶
func (o *SSHKeyCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SSHKeyCreateReader ¶
type SSHKeyCreateReader struct {
// contains filtered or unexported fields
}
SSHKeyCreateReader is a Reader for the SSHKeyCreate structure.
func (*SSHKeyCreateReader) ReadResponse ¶
func (o *SSHKeyCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SSHKeyCreateUnauthorized ¶
type SSHKeyCreateUnauthorized struct {
}
SSHKeyCreateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSSHKeyCreateUnauthorized ¶
func NewSSHKeyCreateUnauthorized() *SSHKeyCreateUnauthorized
NewSSHKeyCreateUnauthorized creates a SSHKeyCreateUnauthorized with default headers values
func (*SSHKeyCreateUnauthorized) Code ¶ added in v1.0.3
func (o *SSHKeyCreateUnauthorized) Code() int
Code gets the status code for the ssh key create unauthorized response
func (*SSHKeyCreateUnauthorized) Error ¶
func (o *SSHKeyCreateUnauthorized) Error() string
func (*SSHKeyCreateUnauthorized) GetPayload ¶
func (o *SSHKeyCreateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*SSHKeyCreateUnauthorized) IsClientError ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) IsClientError() bool
IsClientError returns true when this ssh key create unauthorized response has a 4xx status code
func (*SSHKeyCreateUnauthorized) IsCode ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) IsCode(code int) bool
IsCode returns true when this ssh key create unauthorized response a status code equal to that given
func (*SSHKeyCreateUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) IsRedirect() bool
IsRedirect returns true when this ssh key create unauthorized response has a 3xx status code
func (*SSHKeyCreateUnauthorized) IsServerError ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) IsServerError() bool
IsServerError returns true when this ssh key create unauthorized response has a 5xx status code
func (*SSHKeyCreateUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) IsSuccess() bool
IsSuccess returns true when this ssh key create unauthorized response has a 2xx status code
func (*SSHKeyCreateUnauthorized) String ¶ added in v0.1.0
func (o *SSHKeyCreateUnauthorized) String() string
type SecretDeleteBadRequest ¶ added in v0.1.0
type SecretDeleteBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSecretDeleteBadRequest ¶ added in v0.1.0
func NewSecretDeleteBadRequest() *SecretDeleteBadRequest
NewSecretDeleteBadRequest creates a SecretDeleteBadRequest with default headers values
func (*SecretDeleteBadRequest) Code ¶ added in v1.0.3
func (o *SecretDeleteBadRequest) Code() int
Code gets the status code for the secret delete bad request response
func (*SecretDeleteBadRequest) Error ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) Error() string
func (*SecretDeleteBadRequest) GetPayload ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretDeleteBadRequest) IsClientError ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) IsClientError() bool
IsClientError returns true when this secret delete bad request response has a 4xx status code
func (*SecretDeleteBadRequest) IsCode ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this secret delete bad request response a status code equal to that given
func (*SecretDeleteBadRequest) IsRedirect ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this secret delete bad request response has a 3xx status code
func (*SecretDeleteBadRequest) IsServerError ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) IsServerError() bool
IsServerError returns true when this secret delete bad request response has a 5xx status code
func (*SecretDeleteBadRequest) IsSuccess ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this secret delete bad request response has a 2xx status code
func (*SecretDeleteBadRequest) String ¶ added in v0.1.0
func (o *SecretDeleteBadRequest) String() string
type SecretDeleteInternalServerError ¶ added in v0.1.0
type SecretDeleteInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSecretDeleteInternalServerError ¶ added in v0.1.0
func NewSecretDeleteInternalServerError() *SecretDeleteInternalServerError
NewSecretDeleteInternalServerError creates a SecretDeleteInternalServerError with default headers values
func (*SecretDeleteInternalServerError) Code ¶ added in v1.0.3
func (o *SecretDeleteInternalServerError) Code() int
Code gets the status code for the secret delete internal server error response
func (*SecretDeleteInternalServerError) Error ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) Error() string
func (*SecretDeleteInternalServerError) GetPayload ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretDeleteInternalServerError) IsClientError ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this secret delete internal server error response has a 4xx status code
func (*SecretDeleteInternalServerError) IsCode ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this secret delete internal server error response a status code equal to that given
func (*SecretDeleteInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this secret delete internal server error response has a 3xx status code
func (*SecretDeleteInternalServerError) IsServerError ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this secret delete internal server error response has a 5xx status code
func (*SecretDeleteInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this secret delete internal server error response has a 2xx status code
func (*SecretDeleteInternalServerError) String ¶ added in v0.1.0
func (o *SecretDeleteInternalServerError) String() string
type SecretDeleteNoContent ¶ added in v0.1.0
type SecretDeleteNoContent struct {
}
SecretDeleteNoContent describes a response with status code 204, with default header values.
No Content
func NewSecretDeleteNoContent ¶ added in v0.1.0
func NewSecretDeleteNoContent() *SecretDeleteNoContent
NewSecretDeleteNoContent creates a SecretDeleteNoContent with default headers values
func (*SecretDeleteNoContent) Code ¶ added in v1.0.3
func (o *SecretDeleteNoContent) Code() int
Code gets the status code for the secret delete no content response
func (*SecretDeleteNoContent) Error ¶ added in v0.1.0
func (o *SecretDeleteNoContent) Error() string
func (*SecretDeleteNoContent) IsClientError ¶ added in v0.1.0
func (o *SecretDeleteNoContent) IsClientError() bool
IsClientError returns true when this secret delete no content response has a 4xx status code
func (*SecretDeleteNoContent) IsCode ¶ added in v0.1.0
func (o *SecretDeleteNoContent) IsCode(code int) bool
IsCode returns true when this secret delete no content response a status code equal to that given
func (*SecretDeleteNoContent) IsRedirect ¶ added in v0.1.0
func (o *SecretDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this secret delete no content response has a 3xx status code
func (*SecretDeleteNoContent) IsServerError ¶ added in v0.1.0
func (o *SecretDeleteNoContent) IsServerError() bool
IsServerError returns true when this secret delete no content response has a 5xx status code
func (*SecretDeleteNoContent) IsSuccess ¶ added in v0.1.0
func (o *SecretDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this secret delete no content response has a 2xx status code
func (*SecretDeleteNoContent) String ¶ added in v0.1.0
func (o *SecretDeleteNoContent) String() string
type SecretDeleteNotFound ¶ added in v0.1.0
type SecretDeleteNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewSecretDeleteNotFound ¶ added in v0.1.0
func NewSecretDeleteNotFound() *SecretDeleteNotFound
NewSecretDeleteNotFound creates a SecretDeleteNotFound with default headers values
func (*SecretDeleteNotFound) Code ¶ added in v1.0.3
func (o *SecretDeleteNotFound) Code() int
Code gets the status code for the secret delete not found response
func (*SecretDeleteNotFound) Error ¶ added in v0.1.0
func (o *SecretDeleteNotFound) Error() string
func (*SecretDeleteNotFound) GetPayload ¶ added in v0.1.0
func (o *SecretDeleteNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretDeleteNotFound) IsClientError ¶ added in v0.1.0
func (o *SecretDeleteNotFound) IsClientError() bool
IsClientError returns true when this secret delete not found response has a 4xx status code
func (*SecretDeleteNotFound) IsCode ¶ added in v0.1.0
func (o *SecretDeleteNotFound) IsCode(code int) bool
IsCode returns true when this secret delete not found response a status code equal to that given
func (*SecretDeleteNotFound) IsRedirect ¶ added in v0.1.0
func (o *SecretDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this secret delete not found response has a 3xx status code
func (*SecretDeleteNotFound) IsServerError ¶ added in v0.1.0
func (o *SecretDeleteNotFound) IsServerError() bool
IsServerError returns true when this secret delete not found response has a 5xx status code
func (*SecretDeleteNotFound) IsSuccess ¶ added in v0.1.0
func (o *SecretDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this secret delete not found response has a 2xx status code
func (*SecretDeleteNotFound) String ¶ added in v0.1.0
func (o *SecretDeleteNotFound) String() string
type SecretDeleteParams ¶ added in v0.1.0
type SecretDeleteParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* SecretName.
Secret name
*/
SecretName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
SecretDeleteParams contains all the parameters to send to the API endpoint
for the secret delete operation. Typically these are written to a http.Request.
func NewSecretDeleteParams ¶ added in v0.1.0
func NewSecretDeleteParams() *SecretDeleteParams
NewSecretDeleteParams creates a new SecretDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSecretDeleteParamsWithContext ¶ added in v0.1.0
func NewSecretDeleteParamsWithContext(ctx context.Context) *SecretDeleteParams
NewSecretDeleteParamsWithContext creates a new SecretDeleteParams object with the ability to set a context for a request.
func NewSecretDeleteParamsWithHTTPClient ¶ added in v0.1.0
func NewSecretDeleteParamsWithHTTPClient(client *http.Client) *SecretDeleteParams
NewSecretDeleteParamsWithHTTPClient creates a new SecretDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewSecretDeleteParamsWithTimeout ¶ added in v0.1.0
func NewSecretDeleteParamsWithTimeout(timeout time.Duration) *SecretDeleteParams
NewSecretDeleteParamsWithTimeout creates a new SecretDeleteParams object with the ability to set a timeout on a request.
func (*SecretDeleteParams) SetAppSlug ¶ added in v0.1.0
func (o *SecretDeleteParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the secret delete params
func (*SecretDeleteParams) SetContext ¶ added in v0.1.0
func (o *SecretDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the secret delete params
func (*SecretDeleteParams) SetDefaults ¶ added in v0.1.0
func (o *SecretDeleteParams) SetDefaults()
SetDefaults hydrates default values in the secret delete params (not the query body).
All values with no default are reset to their zero value.
func (*SecretDeleteParams) SetHTTPClient ¶ added in v0.1.0
func (o *SecretDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secret delete params
func (*SecretDeleteParams) SetSecretName ¶ added in v0.1.0
func (o *SecretDeleteParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the secret delete params
func (*SecretDeleteParams) SetTimeout ¶ added in v0.1.0
func (o *SecretDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secret delete params
func (*SecretDeleteParams) WithAppSlug ¶ added in v0.1.0
func (o *SecretDeleteParams) WithAppSlug(appSlug string) *SecretDeleteParams
WithAppSlug adds the appSlug to the secret delete params
func (*SecretDeleteParams) WithContext ¶ added in v0.1.0
func (o *SecretDeleteParams) WithContext(ctx context.Context) *SecretDeleteParams
WithContext adds the context to the secret delete params
func (*SecretDeleteParams) WithDefaults ¶ added in v0.1.0
func (o *SecretDeleteParams) WithDefaults() *SecretDeleteParams
WithDefaults hydrates default values in the secret delete params (not the query body).
All values with no default are reset to their zero value.
func (*SecretDeleteParams) WithHTTPClient ¶ added in v0.1.0
func (o *SecretDeleteParams) WithHTTPClient(client *http.Client) *SecretDeleteParams
WithHTTPClient adds the HTTPClient to the secret delete params
func (*SecretDeleteParams) WithSecretName ¶ added in v0.1.0
func (o *SecretDeleteParams) WithSecretName(secretName string) *SecretDeleteParams
WithSecretName adds the secretName to the secret delete params
func (*SecretDeleteParams) WithTimeout ¶ added in v0.1.0
func (o *SecretDeleteParams) WithTimeout(timeout time.Duration) *SecretDeleteParams
WithTimeout adds the timeout to the secret delete params
func (*SecretDeleteParams) WriteToRequest ¶ added in v0.1.0
func (o *SecretDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretDeleteReader ¶ added in v0.1.0
type SecretDeleteReader struct {
// contains filtered or unexported fields
}
SecretDeleteReader is a Reader for the SecretDelete structure.
func (*SecretDeleteReader) ReadResponse ¶ added in v0.1.0
func (o *SecretDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretDeleteUnauthorized ¶ added in v0.1.0
type SecretDeleteUnauthorized struct {
}
SecretDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSecretDeleteUnauthorized ¶ added in v0.1.0
func NewSecretDeleteUnauthorized() *SecretDeleteUnauthorized
NewSecretDeleteUnauthorized creates a SecretDeleteUnauthorized with default headers values
func (*SecretDeleteUnauthorized) Code ¶ added in v1.0.3
func (o *SecretDeleteUnauthorized) Code() int
Code gets the status code for the secret delete unauthorized response
func (*SecretDeleteUnauthorized) Error ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) Error() string
func (*SecretDeleteUnauthorized) GetPayload ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretDeleteUnauthorized) IsClientError ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this secret delete unauthorized response has a 4xx status code
func (*SecretDeleteUnauthorized) IsCode ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this secret delete unauthorized response a status code equal to that given
func (*SecretDeleteUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this secret delete unauthorized response has a 3xx status code
func (*SecretDeleteUnauthorized) IsServerError ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this secret delete unauthorized response has a 5xx status code
func (*SecretDeleteUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this secret delete unauthorized response has a 2xx status code
func (*SecretDeleteUnauthorized) String ¶ added in v0.1.0
func (o *SecretDeleteUnauthorized) String() string
type SecretListBadRequest ¶ added in v0.1.0
type SecretListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSecretListBadRequest ¶ added in v0.1.0
func NewSecretListBadRequest() *SecretListBadRequest
NewSecretListBadRequest creates a SecretListBadRequest with default headers values
func (*SecretListBadRequest) Code ¶ added in v1.0.3
func (o *SecretListBadRequest) Code() int
Code gets the status code for the secret list bad request response
func (*SecretListBadRequest) Error ¶ added in v0.1.0
func (o *SecretListBadRequest) Error() string
func (*SecretListBadRequest) GetPayload ¶ added in v0.1.0
func (o *SecretListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretListBadRequest) IsClientError ¶ added in v0.1.0
func (o *SecretListBadRequest) IsClientError() bool
IsClientError returns true when this secret list bad request response has a 4xx status code
func (*SecretListBadRequest) IsCode ¶ added in v0.1.0
func (o *SecretListBadRequest) IsCode(code int) bool
IsCode returns true when this secret list bad request response a status code equal to that given
func (*SecretListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *SecretListBadRequest) IsRedirect() bool
IsRedirect returns true when this secret list bad request response has a 3xx status code
func (*SecretListBadRequest) IsServerError ¶ added in v0.1.0
func (o *SecretListBadRequest) IsServerError() bool
IsServerError returns true when this secret list bad request response has a 5xx status code
func (*SecretListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *SecretListBadRequest) IsSuccess() bool
IsSuccess returns true when this secret list bad request response has a 2xx status code
func (*SecretListBadRequest) String ¶ added in v0.1.0
func (o *SecretListBadRequest) String() string
type SecretListInternalServerError ¶ added in v0.1.0
type SecretListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSecretListInternalServerError ¶ added in v0.1.0
func NewSecretListInternalServerError() *SecretListInternalServerError
NewSecretListInternalServerError creates a SecretListInternalServerError with default headers values
func (*SecretListInternalServerError) Code ¶ added in v1.0.3
func (o *SecretListInternalServerError) Code() int
Code gets the status code for the secret list internal server error response
func (*SecretListInternalServerError) Error ¶ added in v0.1.0
func (o *SecretListInternalServerError) Error() string
func (*SecretListInternalServerError) GetPayload ¶ added in v0.1.0
func (o *SecretListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *SecretListInternalServerError) IsClientError() bool
IsClientError returns true when this secret list internal server error response has a 4xx status code
func (*SecretListInternalServerError) IsCode ¶ added in v0.1.0
func (o *SecretListInternalServerError) IsCode(code int) bool
IsCode returns true when this secret list internal server error response a status code equal to that given
func (*SecretListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *SecretListInternalServerError) IsRedirect() bool
IsRedirect returns true when this secret list internal server error response has a 3xx status code
func (*SecretListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *SecretListInternalServerError) IsServerError() bool
IsServerError returns true when this secret list internal server error response has a 5xx status code
func (*SecretListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *SecretListInternalServerError) IsSuccess() bool
IsSuccess returns true when this secret list internal server error response has a 2xx status code
func (*SecretListInternalServerError) String ¶ added in v0.1.0
func (o *SecretListInternalServerError) String() string
type SecretListNotFound ¶ added in v0.1.0
type SecretListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretListNotFound describes a response with status code 404, with default header values.
Not Found
func NewSecretListNotFound ¶ added in v0.1.0
func NewSecretListNotFound() *SecretListNotFound
NewSecretListNotFound creates a SecretListNotFound with default headers values
func (*SecretListNotFound) Code ¶ added in v1.0.3
func (o *SecretListNotFound) Code() int
Code gets the status code for the secret list not found response
func (*SecretListNotFound) Error ¶ added in v0.1.0
func (o *SecretListNotFound) Error() string
func (*SecretListNotFound) GetPayload ¶ added in v0.1.0
func (o *SecretListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretListNotFound) IsClientError ¶ added in v0.1.0
func (o *SecretListNotFound) IsClientError() bool
IsClientError returns true when this secret list not found response has a 4xx status code
func (*SecretListNotFound) IsCode ¶ added in v0.1.0
func (o *SecretListNotFound) IsCode(code int) bool
IsCode returns true when this secret list not found response a status code equal to that given
func (*SecretListNotFound) IsRedirect ¶ added in v0.1.0
func (o *SecretListNotFound) IsRedirect() bool
IsRedirect returns true when this secret list not found response has a 3xx status code
func (*SecretListNotFound) IsServerError ¶ added in v0.1.0
func (o *SecretListNotFound) IsServerError() bool
IsServerError returns true when this secret list not found response has a 5xx status code
func (*SecretListNotFound) IsSuccess ¶ added in v0.1.0
func (o *SecretListNotFound) IsSuccess() bool
IsSuccess returns true when this secret list not found response has a 2xx status code
func (*SecretListNotFound) String ¶ added in v0.1.0
func (o *SecretListNotFound) String() string
type SecretListOK ¶ added in v0.1.0
type SecretListOK struct {
Payload *models.V0AppSecretListResponse
}
SecretListOK describes a response with status code 200, with default header values.
OK
func NewSecretListOK ¶ added in v0.1.0
func NewSecretListOK() *SecretListOK
NewSecretListOK creates a SecretListOK with default headers values
func (*SecretListOK) Code ¶ added in v1.0.3
func (o *SecretListOK) Code() int
Code gets the status code for the secret list o k response
func (*SecretListOK) Error ¶ added in v0.1.0
func (o *SecretListOK) Error() string
func (*SecretListOK) GetPayload ¶ added in v0.1.0
func (o *SecretListOK) GetPayload() *models.V0AppSecretListResponse
func (*SecretListOK) IsClientError ¶ added in v0.1.0
func (o *SecretListOK) IsClientError() bool
IsClientError returns true when this secret list o k response has a 4xx status code
func (*SecretListOK) IsCode ¶ added in v0.1.0
func (o *SecretListOK) IsCode(code int) bool
IsCode returns true when this secret list o k response a status code equal to that given
func (*SecretListOK) IsRedirect ¶ added in v0.1.0
func (o *SecretListOK) IsRedirect() bool
IsRedirect returns true when this secret list o k response has a 3xx status code
func (*SecretListOK) IsServerError ¶ added in v0.1.0
func (o *SecretListOK) IsServerError() bool
IsServerError returns true when this secret list o k response has a 5xx status code
func (*SecretListOK) IsSuccess ¶ added in v0.1.0
func (o *SecretListOK) IsSuccess() bool
IsSuccess returns true when this secret list o k response has a 2xx status code
func (*SecretListOK) String ¶ added in v0.1.0
func (o *SecretListOK) String() string
type SecretListParams ¶ added in v0.1.0
type SecretListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
SecretListParams contains all the parameters to send to the API endpoint
for the secret list operation. Typically these are written to a http.Request.
func NewSecretListParams ¶ added in v0.1.0
func NewSecretListParams() *SecretListParams
NewSecretListParams creates a new SecretListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSecretListParamsWithContext ¶ added in v0.1.0
func NewSecretListParamsWithContext(ctx context.Context) *SecretListParams
NewSecretListParamsWithContext creates a new SecretListParams object with the ability to set a context for a request.
func NewSecretListParamsWithHTTPClient ¶ added in v0.1.0
func NewSecretListParamsWithHTTPClient(client *http.Client) *SecretListParams
NewSecretListParamsWithHTTPClient creates a new SecretListParams object with the ability to set a custom HTTPClient for a request.
func NewSecretListParamsWithTimeout ¶ added in v0.1.0
func NewSecretListParamsWithTimeout(timeout time.Duration) *SecretListParams
NewSecretListParamsWithTimeout creates a new SecretListParams object with the ability to set a timeout on a request.
func (*SecretListParams) SetAppSlug ¶ added in v0.1.0
func (o *SecretListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the secret list params
func (*SecretListParams) SetContext ¶ added in v0.1.0
func (o *SecretListParams) SetContext(ctx context.Context)
SetContext adds the context to the secret list params
func (*SecretListParams) SetDefaults ¶ added in v0.1.0
func (o *SecretListParams) SetDefaults()
SetDefaults hydrates default values in the secret list params (not the query body).
All values with no default are reset to their zero value.
func (*SecretListParams) SetHTTPClient ¶ added in v0.1.0
func (o *SecretListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secret list params
func (*SecretListParams) SetTimeout ¶ added in v0.1.0
func (o *SecretListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secret list params
func (*SecretListParams) WithAppSlug ¶ added in v0.1.0
func (o *SecretListParams) WithAppSlug(appSlug string) *SecretListParams
WithAppSlug adds the appSlug to the secret list params
func (*SecretListParams) WithContext ¶ added in v0.1.0
func (o *SecretListParams) WithContext(ctx context.Context) *SecretListParams
WithContext adds the context to the secret list params
func (*SecretListParams) WithDefaults ¶ added in v0.1.0
func (o *SecretListParams) WithDefaults() *SecretListParams
WithDefaults hydrates default values in the secret list params (not the query body).
All values with no default are reset to their zero value.
func (*SecretListParams) WithHTTPClient ¶ added in v0.1.0
func (o *SecretListParams) WithHTTPClient(client *http.Client) *SecretListParams
WithHTTPClient adds the HTTPClient to the secret list params
func (*SecretListParams) WithTimeout ¶ added in v0.1.0
func (o *SecretListParams) WithTimeout(timeout time.Duration) *SecretListParams
WithTimeout adds the timeout to the secret list params
func (*SecretListParams) WriteToRequest ¶ added in v0.1.0
func (o *SecretListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretListReader ¶ added in v0.1.0
type SecretListReader struct {
// contains filtered or unexported fields
}
SecretListReader is a Reader for the SecretList structure.
func (*SecretListReader) ReadResponse ¶ added in v0.1.0
func (o *SecretListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretListUnauthorized ¶ added in v0.1.0
type SecretListUnauthorized struct {
}
SecretListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSecretListUnauthorized ¶ added in v0.1.0
func NewSecretListUnauthorized() *SecretListUnauthorized
NewSecretListUnauthorized creates a SecretListUnauthorized with default headers values
func (*SecretListUnauthorized) Code ¶ added in v1.0.3
func (o *SecretListUnauthorized) Code() int
Code gets the status code for the secret list unauthorized response
func (*SecretListUnauthorized) Error ¶ added in v0.1.0
func (o *SecretListUnauthorized) Error() string
func (*SecretListUnauthorized) GetPayload ¶ added in v0.1.0
func (o *SecretListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *SecretListUnauthorized) IsClientError() bool
IsClientError returns true when this secret list unauthorized response has a 4xx status code
func (*SecretListUnauthorized) IsCode ¶ added in v0.1.0
func (o *SecretListUnauthorized) IsCode(code int) bool
IsCode returns true when this secret list unauthorized response a status code equal to that given
func (*SecretListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *SecretListUnauthorized) IsRedirect() bool
IsRedirect returns true when this secret list unauthorized response has a 3xx status code
func (*SecretListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *SecretListUnauthorized) IsServerError() bool
IsServerError returns true when this secret list unauthorized response has a 5xx status code
func (*SecretListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *SecretListUnauthorized) IsSuccess() bool
IsSuccess returns true when this secret list unauthorized response has a 2xx status code
func (*SecretListUnauthorized) String ¶ added in v0.1.0
func (o *SecretListUnauthorized) String() string
type SecretUpsertBadRequest ¶ added in v0.1.0
type SecretUpsertBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretUpsertBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSecretUpsertBadRequest ¶ added in v0.1.0
func NewSecretUpsertBadRequest() *SecretUpsertBadRequest
NewSecretUpsertBadRequest creates a SecretUpsertBadRequest with default headers values
func (*SecretUpsertBadRequest) Code ¶ added in v1.0.3
func (o *SecretUpsertBadRequest) Code() int
Code gets the status code for the secret upsert bad request response
func (*SecretUpsertBadRequest) Error ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) Error() string
func (*SecretUpsertBadRequest) GetPayload ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretUpsertBadRequest) IsClientError ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) IsClientError() bool
IsClientError returns true when this secret upsert bad request response has a 4xx status code
func (*SecretUpsertBadRequest) IsCode ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) IsCode(code int) bool
IsCode returns true when this secret upsert bad request response a status code equal to that given
func (*SecretUpsertBadRequest) IsRedirect ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) IsRedirect() bool
IsRedirect returns true when this secret upsert bad request response has a 3xx status code
func (*SecretUpsertBadRequest) IsServerError ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) IsServerError() bool
IsServerError returns true when this secret upsert bad request response has a 5xx status code
func (*SecretUpsertBadRequest) IsSuccess ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) IsSuccess() bool
IsSuccess returns true when this secret upsert bad request response has a 2xx status code
func (*SecretUpsertBadRequest) String ¶ added in v0.1.0
func (o *SecretUpsertBadRequest) String() string
type SecretUpsertCreated ¶ added in v0.1.0
type SecretUpsertCreated struct {
}
SecretUpsertCreated describes a response with status code 201, with default header values.
Created
func NewSecretUpsertCreated ¶ added in v0.1.0
func NewSecretUpsertCreated() *SecretUpsertCreated
NewSecretUpsertCreated creates a SecretUpsertCreated with default headers values
func (*SecretUpsertCreated) Code ¶ added in v1.0.3
func (o *SecretUpsertCreated) Code() int
Code gets the status code for the secret upsert created response
func (*SecretUpsertCreated) Error ¶ added in v0.1.0
func (o *SecretUpsertCreated) Error() string
func (*SecretUpsertCreated) IsClientError ¶ added in v0.1.0
func (o *SecretUpsertCreated) IsClientError() bool
IsClientError returns true when this secret upsert created response has a 4xx status code
func (*SecretUpsertCreated) IsCode ¶ added in v0.1.0
func (o *SecretUpsertCreated) IsCode(code int) bool
IsCode returns true when this secret upsert created response a status code equal to that given
func (*SecretUpsertCreated) IsRedirect ¶ added in v0.1.0
func (o *SecretUpsertCreated) IsRedirect() bool
IsRedirect returns true when this secret upsert created response has a 3xx status code
func (*SecretUpsertCreated) IsServerError ¶ added in v0.1.0
func (o *SecretUpsertCreated) IsServerError() bool
IsServerError returns true when this secret upsert created response has a 5xx status code
func (*SecretUpsertCreated) IsSuccess ¶ added in v0.1.0
func (o *SecretUpsertCreated) IsSuccess() bool
IsSuccess returns true when this secret upsert created response has a 2xx status code
func (*SecretUpsertCreated) String ¶ added in v0.1.0
func (o *SecretUpsertCreated) String() string
type SecretUpsertInternalServerError ¶ added in v0.1.0
type SecretUpsertInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretUpsertInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSecretUpsertInternalServerError ¶ added in v0.1.0
func NewSecretUpsertInternalServerError() *SecretUpsertInternalServerError
NewSecretUpsertInternalServerError creates a SecretUpsertInternalServerError with default headers values
func (*SecretUpsertInternalServerError) Code ¶ added in v1.0.3
func (o *SecretUpsertInternalServerError) Code() int
Code gets the status code for the secret upsert internal server error response
func (*SecretUpsertInternalServerError) Error ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) Error() string
func (*SecretUpsertInternalServerError) GetPayload ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretUpsertInternalServerError) IsClientError ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) IsClientError() bool
IsClientError returns true when this secret upsert internal server error response has a 4xx status code
func (*SecretUpsertInternalServerError) IsCode ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) IsCode(code int) bool
IsCode returns true when this secret upsert internal server error response a status code equal to that given
func (*SecretUpsertInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) IsRedirect() bool
IsRedirect returns true when this secret upsert internal server error response has a 3xx status code
func (*SecretUpsertInternalServerError) IsServerError ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) IsServerError() bool
IsServerError returns true when this secret upsert internal server error response has a 5xx status code
func (*SecretUpsertInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) IsSuccess() bool
IsSuccess returns true when this secret upsert internal server error response has a 2xx status code
func (*SecretUpsertInternalServerError) String ¶ added in v0.1.0
func (o *SecretUpsertInternalServerError) String() string
type SecretUpsertNoContent ¶ added in v0.1.2
type SecretUpsertNoContent struct {
}
SecretUpsertNoContent describes a response with status code 204, with default header values.
No Content
func NewSecretUpsertNoContent ¶ added in v0.1.2
func NewSecretUpsertNoContent() *SecretUpsertNoContent
NewSecretUpsertNoContent creates a SecretUpsertNoContent with default headers values
func (*SecretUpsertNoContent) Code ¶ added in v1.0.3
func (o *SecretUpsertNoContent) Code() int
Code gets the status code for the secret upsert no content response
func (*SecretUpsertNoContent) Error ¶ added in v0.1.2
func (o *SecretUpsertNoContent) Error() string
func (*SecretUpsertNoContent) IsClientError ¶ added in v0.1.2
func (o *SecretUpsertNoContent) IsClientError() bool
IsClientError returns true when this secret upsert no content response has a 4xx status code
func (*SecretUpsertNoContent) IsCode ¶ added in v0.1.2
func (o *SecretUpsertNoContent) IsCode(code int) bool
IsCode returns true when this secret upsert no content response a status code equal to that given
func (*SecretUpsertNoContent) IsRedirect ¶ added in v0.1.2
func (o *SecretUpsertNoContent) IsRedirect() bool
IsRedirect returns true when this secret upsert no content response has a 3xx status code
func (*SecretUpsertNoContent) IsServerError ¶ added in v0.1.2
func (o *SecretUpsertNoContent) IsServerError() bool
IsServerError returns true when this secret upsert no content response has a 5xx status code
func (*SecretUpsertNoContent) IsSuccess ¶ added in v0.1.2
func (o *SecretUpsertNoContent) IsSuccess() bool
IsSuccess returns true when this secret upsert no content response has a 2xx status code
func (*SecretUpsertNoContent) String ¶ added in v0.1.2
func (o *SecretUpsertNoContent) String() string
type SecretUpsertNotFound ¶ added in v0.1.0
type SecretUpsertNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretUpsertNotFound describes a response with status code 404, with default header values.
Not Found
func NewSecretUpsertNotFound ¶ added in v0.1.0
func NewSecretUpsertNotFound() *SecretUpsertNotFound
NewSecretUpsertNotFound creates a SecretUpsertNotFound with default headers values
func (*SecretUpsertNotFound) Code ¶ added in v1.0.3
func (o *SecretUpsertNotFound) Code() int
Code gets the status code for the secret upsert not found response
func (*SecretUpsertNotFound) Error ¶ added in v0.1.0
func (o *SecretUpsertNotFound) Error() string
func (*SecretUpsertNotFound) GetPayload ¶ added in v0.1.0
func (o *SecretUpsertNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretUpsertNotFound) IsClientError ¶ added in v0.1.0
func (o *SecretUpsertNotFound) IsClientError() bool
IsClientError returns true when this secret upsert not found response has a 4xx status code
func (*SecretUpsertNotFound) IsCode ¶ added in v0.1.0
func (o *SecretUpsertNotFound) IsCode(code int) bool
IsCode returns true when this secret upsert not found response a status code equal to that given
func (*SecretUpsertNotFound) IsRedirect ¶ added in v0.1.0
func (o *SecretUpsertNotFound) IsRedirect() bool
IsRedirect returns true when this secret upsert not found response has a 3xx status code
func (*SecretUpsertNotFound) IsServerError ¶ added in v0.1.0
func (o *SecretUpsertNotFound) IsServerError() bool
IsServerError returns true when this secret upsert not found response has a 5xx status code
func (*SecretUpsertNotFound) IsSuccess ¶ added in v0.1.0
func (o *SecretUpsertNotFound) IsSuccess() bool
IsSuccess returns true when this secret upsert not found response has a 2xx status code
func (*SecretUpsertNotFound) String ¶ added in v0.1.0
func (o *SecretUpsertNotFound) String() string
type SecretUpsertParams ¶ added in v0.1.0
type SecretUpsertParams struct {
/* App.
Secret parameters
*/
App *models.V0AppSecretUpsertParams
/* AppSlug.
App slug
*/
AppSlug string
/* SecretName.
Secret name
*/
SecretName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
SecretUpsertParams contains all the parameters to send to the API endpoint
for the secret upsert operation. Typically these are written to a http.Request.
func NewSecretUpsertParams ¶ added in v0.1.0
func NewSecretUpsertParams() *SecretUpsertParams
NewSecretUpsertParams creates a new SecretUpsertParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSecretUpsertParamsWithContext ¶ added in v0.1.0
func NewSecretUpsertParamsWithContext(ctx context.Context) *SecretUpsertParams
NewSecretUpsertParamsWithContext creates a new SecretUpsertParams object with the ability to set a context for a request.
func NewSecretUpsertParamsWithHTTPClient ¶ added in v0.1.0
func NewSecretUpsertParamsWithHTTPClient(client *http.Client) *SecretUpsertParams
NewSecretUpsertParamsWithHTTPClient creates a new SecretUpsertParams object with the ability to set a custom HTTPClient for a request.
func NewSecretUpsertParamsWithTimeout ¶ added in v0.1.0
func NewSecretUpsertParamsWithTimeout(timeout time.Duration) *SecretUpsertParams
NewSecretUpsertParamsWithTimeout creates a new SecretUpsertParams object with the ability to set a timeout on a request.
func (*SecretUpsertParams) SetApp ¶ added in v0.1.0
func (o *SecretUpsertParams) SetApp(app *models.V0AppSecretUpsertParams)
SetApp adds the app to the secret upsert params
func (*SecretUpsertParams) SetAppSlug ¶ added in v0.1.0
func (o *SecretUpsertParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the secret upsert params
func (*SecretUpsertParams) SetContext ¶ added in v0.1.0
func (o *SecretUpsertParams) SetContext(ctx context.Context)
SetContext adds the context to the secret upsert params
func (*SecretUpsertParams) SetDefaults ¶ added in v0.1.0
func (o *SecretUpsertParams) SetDefaults()
SetDefaults hydrates default values in the secret upsert params (not the query body).
All values with no default are reset to their zero value.
func (*SecretUpsertParams) SetHTTPClient ¶ added in v0.1.0
func (o *SecretUpsertParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secret upsert params
func (*SecretUpsertParams) SetSecretName ¶ added in v0.1.0
func (o *SecretUpsertParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the secret upsert params
func (*SecretUpsertParams) SetTimeout ¶ added in v0.1.0
func (o *SecretUpsertParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secret upsert params
func (*SecretUpsertParams) WithApp ¶ added in v0.1.0
func (o *SecretUpsertParams) WithApp(app *models.V0AppSecretUpsertParams) *SecretUpsertParams
WithApp adds the app to the secret upsert params
func (*SecretUpsertParams) WithAppSlug ¶ added in v0.1.0
func (o *SecretUpsertParams) WithAppSlug(appSlug string) *SecretUpsertParams
WithAppSlug adds the appSlug to the secret upsert params
func (*SecretUpsertParams) WithContext ¶ added in v0.1.0
func (o *SecretUpsertParams) WithContext(ctx context.Context) *SecretUpsertParams
WithContext adds the context to the secret upsert params
func (*SecretUpsertParams) WithDefaults ¶ added in v0.1.0
func (o *SecretUpsertParams) WithDefaults() *SecretUpsertParams
WithDefaults hydrates default values in the secret upsert params (not the query body).
All values with no default are reset to their zero value.
func (*SecretUpsertParams) WithHTTPClient ¶ added in v0.1.0
func (o *SecretUpsertParams) WithHTTPClient(client *http.Client) *SecretUpsertParams
WithHTTPClient adds the HTTPClient to the secret upsert params
func (*SecretUpsertParams) WithSecretName ¶ added in v0.1.0
func (o *SecretUpsertParams) WithSecretName(secretName string) *SecretUpsertParams
WithSecretName adds the secretName to the secret upsert params
func (*SecretUpsertParams) WithTimeout ¶ added in v0.1.0
func (o *SecretUpsertParams) WithTimeout(timeout time.Duration) *SecretUpsertParams
WithTimeout adds the timeout to the secret upsert params
func (*SecretUpsertParams) WriteToRequest ¶ added in v0.1.0
func (o *SecretUpsertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretUpsertReader ¶ added in v0.1.0
type SecretUpsertReader struct {
// contains filtered or unexported fields
}
SecretUpsertReader is a Reader for the SecretUpsert structure.
func (*SecretUpsertReader) ReadResponse ¶ added in v0.1.0
func (o *SecretUpsertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretUpsertUnauthorized ¶ added in v0.1.0
type SecretUpsertUnauthorized struct {
}
SecretUpsertUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSecretUpsertUnauthorized ¶ added in v0.1.0
func NewSecretUpsertUnauthorized() *SecretUpsertUnauthorized
NewSecretUpsertUnauthorized creates a SecretUpsertUnauthorized with default headers values
func (*SecretUpsertUnauthorized) Code ¶ added in v1.0.3
func (o *SecretUpsertUnauthorized) Code() int
Code gets the status code for the secret upsert unauthorized response
func (*SecretUpsertUnauthorized) Error ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) Error() string
func (*SecretUpsertUnauthorized) GetPayload ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretUpsertUnauthorized) IsClientError ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) IsClientError() bool
IsClientError returns true when this secret upsert unauthorized response has a 4xx status code
func (*SecretUpsertUnauthorized) IsCode ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) IsCode(code int) bool
IsCode returns true when this secret upsert unauthorized response a status code equal to that given
func (*SecretUpsertUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) IsRedirect() bool
IsRedirect returns true when this secret upsert unauthorized response has a 3xx status code
func (*SecretUpsertUnauthorized) IsServerError ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) IsServerError() bool
IsServerError returns true when this secret upsert unauthorized response has a 5xx status code
func (*SecretUpsertUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) IsSuccess() bool
IsSuccess returns true when this secret upsert unauthorized response has a 2xx status code
func (*SecretUpsertUnauthorized) String ¶ added in v0.1.0
func (o *SecretUpsertUnauthorized) String() string
type SecretValueGetBadRequest ¶ added in v0.1.0
type SecretValueGetBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretValueGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSecretValueGetBadRequest ¶ added in v0.1.0
func NewSecretValueGetBadRequest() *SecretValueGetBadRequest
NewSecretValueGetBadRequest creates a SecretValueGetBadRequest with default headers values
func (*SecretValueGetBadRequest) Code ¶ added in v1.0.3
func (o *SecretValueGetBadRequest) Code() int
Code gets the status code for the secret value get bad request response
func (*SecretValueGetBadRequest) Error ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) Error() string
func (*SecretValueGetBadRequest) GetPayload ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretValueGetBadRequest) IsClientError ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) IsClientError() bool
IsClientError returns true when this secret value get bad request response has a 4xx status code
func (*SecretValueGetBadRequest) IsCode ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) IsCode(code int) bool
IsCode returns true when this secret value get bad request response a status code equal to that given
func (*SecretValueGetBadRequest) IsRedirect ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) IsRedirect() bool
IsRedirect returns true when this secret value get bad request response has a 3xx status code
func (*SecretValueGetBadRequest) IsServerError ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) IsServerError() bool
IsServerError returns true when this secret value get bad request response has a 5xx status code
func (*SecretValueGetBadRequest) IsSuccess ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) IsSuccess() bool
IsSuccess returns true when this secret value get bad request response has a 2xx status code
func (*SecretValueGetBadRequest) String ¶ added in v0.1.0
func (o *SecretValueGetBadRequest) String() string
type SecretValueGetInternalServerError ¶ added in v0.1.0
type SecretValueGetInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretValueGetInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewSecretValueGetInternalServerError ¶ added in v0.1.0
func NewSecretValueGetInternalServerError() *SecretValueGetInternalServerError
NewSecretValueGetInternalServerError creates a SecretValueGetInternalServerError with default headers values
func (*SecretValueGetInternalServerError) Code ¶ added in v1.0.3
func (o *SecretValueGetInternalServerError) Code() int
Code gets the status code for the secret value get internal server error response
func (*SecretValueGetInternalServerError) Error ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) Error() string
func (*SecretValueGetInternalServerError) GetPayload ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretValueGetInternalServerError) IsClientError ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) IsClientError() bool
IsClientError returns true when this secret value get internal server error response has a 4xx status code
func (*SecretValueGetInternalServerError) IsCode ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) IsCode(code int) bool
IsCode returns true when this secret value get internal server error response a status code equal to that given
func (*SecretValueGetInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this secret value get internal server error response has a 3xx status code
func (*SecretValueGetInternalServerError) IsServerError ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) IsServerError() bool
IsServerError returns true when this secret value get internal server error response has a 5xx status code
func (*SecretValueGetInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this secret value get internal server error response has a 2xx status code
func (*SecretValueGetInternalServerError) String ¶ added in v0.1.0
func (o *SecretValueGetInternalServerError) String() string
type SecretValueGetNotFound ¶ added in v0.1.0
type SecretValueGetNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
SecretValueGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewSecretValueGetNotFound ¶ added in v0.1.0
func NewSecretValueGetNotFound() *SecretValueGetNotFound
NewSecretValueGetNotFound creates a SecretValueGetNotFound with default headers values
func (*SecretValueGetNotFound) Code ¶ added in v1.0.3
func (o *SecretValueGetNotFound) Code() int
Code gets the status code for the secret value get not found response
func (*SecretValueGetNotFound) Error ¶ added in v0.1.0
func (o *SecretValueGetNotFound) Error() string
func (*SecretValueGetNotFound) GetPayload ¶ added in v0.1.0
func (o *SecretValueGetNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretValueGetNotFound) IsClientError ¶ added in v0.1.0
func (o *SecretValueGetNotFound) IsClientError() bool
IsClientError returns true when this secret value get not found response has a 4xx status code
func (*SecretValueGetNotFound) IsCode ¶ added in v0.1.0
func (o *SecretValueGetNotFound) IsCode(code int) bool
IsCode returns true when this secret value get not found response a status code equal to that given
func (*SecretValueGetNotFound) IsRedirect ¶ added in v0.1.0
func (o *SecretValueGetNotFound) IsRedirect() bool
IsRedirect returns true when this secret value get not found response has a 3xx status code
func (*SecretValueGetNotFound) IsServerError ¶ added in v0.1.0
func (o *SecretValueGetNotFound) IsServerError() bool
IsServerError returns true when this secret value get not found response has a 5xx status code
func (*SecretValueGetNotFound) IsSuccess ¶ added in v0.1.0
func (o *SecretValueGetNotFound) IsSuccess() bool
IsSuccess returns true when this secret value get not found response has a 2xx status code
func (*SecretValueGetNotFound) String ¶ added in v0.1.0
func (o *SecretValueGetNotFound) String() string
type SecretValueGetOK ¶ added in v0.1.0
type SecretValueGetOK struct {
Payload *models.V0AppSecretGetValueResponse
}
SecretValueGetOK describes a response with status code 200, with default header values.
OK
func NewSecretValueGetOK ¶ added in v0.1.0
func NewSecretValueGetOK() *SecretValueGetOK
NewSecretValueGetOK creates a SecretValueGetOK with default headers values
func (*SecretValueGetOK) Code ¶ added in v1.0.3
func (o *SecretValueGetOK) Code() int
Code gets the status code for the secret value get o k response
func (*SecretValueGetOK) Error ¶ added in v0.1.0
func (o *SecretValueGetOK) Error() string
func (*SecretValueGetOK) GetPayload ¶ added in v0.1.0
func (o *SecretValueGetOK) GetPayload() *models.V0AppSecretGetValueResponse
func (*SecretValueGetOK) IsClientError ¶ added in v0.1.0
func (o *SecretValueGetOK) IsClientError() bool
IsClientError returns true when this secret value get o k response has a 4xx status code
func (*SecretValueGetOK) IsCode ¶ added in v0.1.0
func (o *SecretValueGetOK) IsCode(code int) bool
IsCode returns true when this secret value get o k response a status code equal to that given
func (*SecretValueGetOK) IsRedirect ¶ added in v0.1.0
func (o *SecretValueGetOK) IsRedirect() bool
IsRedirect returns true when this secret value get o k response has a 3xx status code
func (*SecretValueGetOK) IsServerError ¶ added in v0.1.0
func (o *SecretValueGetOK) IsServerError() bool
IsServerError returns true when this secret value get o k response has a 5xx status code
func (*SecretValueGetOK) IsSuccess ¶ added in v0.1.0
func (o *SecretValueGetOK) IsSuccess() bool
IsSuccess returns true when this secret value get o k response has a 2xx status code
func (*SecretValueGetOK) String ¶ added in v0.1.0
func (o *SecretValueGetOK) String() string
type SecretValueGetParams ¶ added in v0.1.0
type SecretValueGetParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* SecretName.
Secret name
*/
SecretName string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
SecretValueGetParams contains all the parameters to send to the API endpoint
for the secret value get operation. Typically these are written to a http.Request.
func NewSecretValueGetParams ¶ added in v0.1.0
func NewSecretValueGetParams() *SecretValueGetParams
NewSecretValueGetParams creates a new SecretValueGetParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSecretValueGetParamsWithContext ¶ added in v0.1.0
func NewSecretValueGetParamsWithContext(ctx context.Context) *SecretValueGetParams
NewSecretValueGetParamsWithContext creates a new SecretValueGetParams object with the ability to set a context for a request.
func NewSecretValueGetParamsWithHTTPClient ¶ added in v0.1.0
func NewSecretValueGetParamsWithHTTPClient(client *http.Client) *SecretValueGetParams
NewSecretValueGetParamsWithHTTPClient creates a new SecretValueGetParams object with the ability to set a custom HTTPClient for a request.
func NewSecretValueGetParamsWithTimeout ¶ added in v0.1.0
func NewSecretValueGetParamsWithTimeout(timeout time.Duration) *SecretValueGetParams
NewSecretValueGetParamsWithTimeout creates a new SecretValueGetParams object with the ability to set a timeout on a request.
func (*SecretValueGetParams) SetAppSlug ¶ added in v0.1.0
func (o *SecretValueGetParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the secret value get params
func (*SecretValueGetParams) SetContext ¶ added in v0.1.0
func (o *SecretValueGetParams) SetContext(ctx context.Context)
SetContext adds the context to the secret value get params
func (*SecretValueGetParams) SetDefaults ¶ added in v0.1.0
func (o *SecretValueGetParams) SetDefaults()
SetDefaults hydrates default values in the secret value get params (not the query body).
All values with no default are reset to their zero value.
func (*SecretValueGetParams) SetHTTPClient ¶ added in v0.1.0
func (o *SecretValueGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the secret value get params
func (*SecretValueGetParams) SetSecretName ¶ added in v0.1.0
func (o *SecretValueGetParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the secret value get params
func (*SecretValueGetParams) SetTimeout ¶ added in v0.1.0
func (o *SecretValueGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the secret value get params
func (*SecretValueGetParams) WithAppSlug ¶ added in v0.1.0
func (o *SecretValueGetParams) WithAppSlug(appSlug string) *SecretValueGetParams
WithAppSlug adds the appSlug to the secret value get params
func (*SecretValueGetParams) WithContext ¶ added in v0.1.0
func (o *SecretValueGetParams) WithContext(ctx context.Context) *SecretValueGetParams
WithContext adds the context to the secret value get params
func (*SecretValueGetParams) WithDefaults ¶ added in v0.1.0
func (o *SecretValueGetParams) WithDefaults() *SecretValueGetParams
WithDefaults hydrates default values in the secret value get params (not the query body).
All values with no default are reset to their zero value.
func (*SecretValueGetParams) WithHTTPClient ¶ added in v0.1.0
func (o *SecretValueGetParams) WithHTTPClient(client *http.Client) *SecretValueGetParams
WithHTTPClient adds the HTTPClient to the secret value get params
func (*SecretValueGetParams) WithSecretName ¶ added in v0.1.0
func (o *SecretValueGetParams) WithSecretName(secretName string) *SecretValueGetParams
WithSecretName adds the secretName to the secret value get params
func (*SecretValueGetParams) WithTimeout ¶ added in v0.1.0
func (o *SecretValueGetParams) WithTimeout(timeout time.Duration) *SecretValueGetParams
WithTimeout adds the timeout to the secret value get params
func (*SecretValueGetParams) WriteToRequest ¶ added in v0.1.0
func (o *SecretValueGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SecretValueGetReader ¶ added in v0.1.0
type SecretValueGetReader struct {
// contains filtered or unexported fields
}
SecretValueGetReader is a Reader for the SecretValueGet structure.
func (*SecretValueGetReader) ReadResponse ¶ added in v0.1.0
func (o *SecretValueGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SecretValueGetUnauthorized ¶ added in v0.1.0
type SecretValueGetUnauthorized struct {
}
SecretValueGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewSecretValueGetUnauthorized ¶ added in v0.1.0
func NewSecretValueGetUnauthorized() *SecretValueGetUnauthorized
NewSecretValueGetUnauthorized creates a SecretValueGetUnauthorized with default headers values
func (*SecretValueGetUnauthorized) Code ¶ added in v1.0.3
func (o *SecretValueGetUnauthorized) Code() int
Code gets the status code for the secret value get unauthorized response
func (*SecretValueGetUnauthorized) Error ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) Error() string
func (*SecretValueGetUnauthorized) GetPayload ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*SecretValueGetUnauthorized) IsClientError ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) IsClientError() bool
IsClientError returns true when this secret value get unauthorized response has a 4xx status code
func (*SecretValueGetUnauthorized) IsCode ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) IsCode(code int) bool
IsCode returns true when this secret value get unauthorized response a status code equal to that given
func (*SecretValueGetUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this secret value get unauthorized response has a 3xx status code
func (*SecretValueGetUnauthorized) IsServerError ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) IsServerError() bool
IsServerError returns true when this secret value get unauthorized response has a 5xx status code
func (*SecretValueGetUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this secret value get unauthorized response has a 2xx status code
func (*SecretValueGetUnauthorized) String ¶ added in v0.1.0
func (o *SecretValueGetUnauthorized) String() string
type TestDeviceListBadRequest ¶
type TestDeviceListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
TestDeviceListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewTestDeviceListBadRequest ¶
func NewTestDeviceListBadRequest() *TestDeviceListBadRequest
NewTestDeviceListBadRequest creates a TestDeviceListBadRequest with default headers values
func (*TestDeviceListBadRequest) Code ¶ added in v1.0.3
func (o *TestDeviceListBadRequest) Code() int
Code gets the status code for the test device list bad request response
func (*TestDeviceListBadRequest) Error ¶
func (o *TestDeviceListBadRequest) Error() string
func (*TestDeviceListBadRequest) GetPayload ¶
func (o *TestDeviceListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*TestDeviceListBadRequest) IsClientError ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) IsClientError() bool
IsClientError returns true when this test device list bad request response has a 4xx status code
func (*TestDeviceListBadRequest) IsCode ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) IsCode(code int) bool
IsCode returns true when this test device list bad request response a status code equal to that given
func (*TestDeviceListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) IsRedirect() bool
IsRedirect returns true when this test device list bad request response has a 3xx status code
func (*TestDeviceListBadRequest) IsServerError ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) IsServerError() bool
IsServerError returns true when this test device list bad request response has a 5xx status code
func (*TestDeviceListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) IsSuccess() bool
IsSuccess returns true when this test device list bad request response has a 2xx status code
func (*TestDeviceListBadRequest) String ¶ added in v0.1.0
func (o *TestDeviceListBadRequest) String() string
type TestDeviceListInternalServerError ¶
type TestDeviceListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
TestDeviceListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewTestDeviceListInternalServerError ¶
func NewTestDeviceListInternalServerError() *TestDeviceListInternalServerError
NewTestDeviceListInternalServerError creates a TestDeviceListInternalServerError with default headers values
func (*TestDeviceListInternalServerError) Code ¶ added in v1.0.3
func (o *TestDeviceListInternalServerError) Code() int
Code gets the status code for the test device list internal server error response
func (*TestDeviceListInternalServerError) Error ¶
func (o *TestDeviceListInternalServerError) Error() string
func (*TestDeviceListInternalServerError) GetPayload ¶
func (o *TestDeviceListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*TestDeviceListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) IsClientError() bool
IsClientError returns true when this test device list internal server error response has a 4xx status code
func (*TestDeviceListInternalServerError) IsCode ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) IsCode(code int) bool
IsCode returns true when this test device list internal server error response a status code equal to that given
func (*TestDeviceListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) IsRedirect() bool
IsRedirect returns true when this test device list internal server error response has a 3xx status code
func (*TestDeviceListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) IsServerError() bool
IsServerError returns true when this test device list internal server error response has a 5xx status code
func (*TestDeviceListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) IsSuccess() bool
IsSuccess returns true when this test device list internal server error response has a 2xx status code
func (*TestDeviceListInternalServerError) String ¶ added in v0.1.0
func (o *TestDeviceListInternalServerError) String() string
type TestDeviceListNotFound ¶
type TestDeviceListNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
TestDeviceListNotFound describes a response with status code 404, with default header values.
Not Found
func NewTestDeviceListNotFound ¶
func NewTestDeviceListNotFound() *TestDeviceListNotFound
NewTestDeviceListNotFound creates a TestDeviceListNotFound with default headers values
func (*TestDeviceListNotFound) Code ¶ added in v1.0.3
func (o *TestDeviceListNotFound) Code() int
Code gets the status code for the test device list not found response
func (*TestDeviceListNotFound) Error ¶
func (o *TestDeviceListNotFound) Error() string
func (*TestDeviceListNotFound) GetPayload ¶
func (o *TestDeviceListNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*TestDeviceListNotFound) IsClientError ¶ added in v0.1.0
func (o *TestDeviceListNotFound) IsClientError() bool
IsClientError returns true when this test device list not found response has a 4xx status code
func (*TestDeviceListNotFound) IsCode ¶ added in v0.1.0
func (o *TestDeviceListNotFound) IsCode(code int) bool
IsCode returns true when this test device list not found response a status code equal to that given
func (*TestDeviceListNotFound) IsRedirect ¶ added in v0.1.0
func (o *TestDeviceListNotFound) IsRedirect() bool
IsRedirect returns true when this test device list not found response has a 3xx status code
func (*TestDeviceListNotFound) IsServerError ¶ added in v0.1.0
func (o *TestDeviceListNotFound) IsServerError() bool
IsServerError returns true when this test device list not found response has a 5xx status code
func (*TestDeviceListNotFound) IsSuccess ¶ added in v0.1.0
func (o *TestDeviceListNotFound) IsSuccess() bool
IsSuccess returns true when this test device list not found response has a 2xx status code
func (*TestDeviceListNotFound) String ¶ added in v0.1.0
func (o *TestDeviceListNotFound) String() string
type TestDeviceListOK ¶
type TestDeviceListOK struct {
Payload *models.V0TestDeviceListResponseModel
}
TestDeviceListOK describes a response with status code 200, with default header values.
OK
func NewTestDeviceListOK ¶
func NewTestDeviceListOK() *TestDeviceListOK
NewTestDeviceListOK creates a TestDeviceListOK with default headers values
func (*TestDeviceListOK) Code ¶ added in v1.0.3
func (o *TestDeviceListOK) Code() int
Code gets the status code for the test device list o k response
func (*TestDeviceListOK) Error ¶
func (o *TestDeviceListOK) Error() string
func (*TestDeviceListOK) GetPayload ¶
func (o *TestDeviceListOK) GetPayload() *models.V0TestDeviceListResponseModel
func (*TestDeviceListOK) IsClientError ¶ added in v0.1.0
func (o *TestDeviceListOK) IsClientError() bool
IsClientError returns true when this test device list o k response has a 4xx status code
func (*TestDeviceListOK) IsCode ¶ added in v0.1.0
func (o *TestDeviceListOK) IsCode(code int) bool
IsCode returns true when this test device list o k response a status code equal to that given
func (*TestDeviceListOK) IsRedirect ¶ added in v0.1.0
func (o *TestDeviceListOK) IsRedirect() bool
IsRedirect returns true when this test device list o k response has a 3xx status code
func (*TestDeviceListOK) IsServerError ¶ added in v0.1.0
func (o *TestDeviceListOK) IsServerError() bool
IsServerError returns true when this test device list o k response has a 5xx status code
func (*TestDeviceListOK) IsSuccess ¶ added in v0.1.0
func (o *TestDeviceListOK) IsSuccess() bool
IsSuccess returns true when this test device list o k response has a 2xx status code
func (*TestDeviceListOK) String ¶ added in v0.1.0
func (o *TestDeviceListOK) String() string
type TestDeviceListParams ¶
type TestDeviceListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
TestDeviceListParams contains all the parameters to send to the API endpoint
for the test device list operation. Typically these are written to a http.Request.
func NewTestDeviceListParams ¶
func NewTestDeviceListParams() *TestDeviceListParams
NewTestDeviceListParams creates a new TestDeviceListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewTestDeviceListParamsWithContext ¶
func NewTestDeviceListParamsWithContext(ctx context.Context) *TestDeviceListParams
NewTestDeviceListParamsWithContext creates a new TestDeviceListParams object with the ability to set a context for a request.
func NewTestDeviceListParamsWithHTTPClient ¶
func NewTestDeviceListParamsWithHTTPClient(client *http.Client) *TestDeviceListParams
NewTestDeviceListParamsWithHTTPClient creates a new TestDeviceListParams object with the ability to set a custom HTTPClient for a request.
func NewTestDeviceListParamsWithTimeout ¶
func NewTestDeviceListParamsWithTimeout(timeout time.Duration) *TestDeviceListParams
NewTestDeviceListParamsWithTimeout creates a new TestDeviceListParams object with the ability to set a timeout on a request.
func (*TestDeviceListParams) SetAppSlug ¶
func (o *TestDeviceListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the test device list params
func (*TestDeviceListParams) SetContext ¶
func (o *TestDeviceListParams) SetContext(ctx context.Context)
SetContext adds the context to the test device list params
func (*TestDeviceListParams) SetDefaults ¶
func (o *TestDeviceListParams) SetDefaults()
SetDefaults hydrates default values in the test device list params (not the query body).
All values with no default are reset to their zero value.
func (*TestDeviceListParams) SetHTTPClient ¶
func (o *TestDeviceListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test device list params
func (*TestDeviceListParams) SetTimeout ¶
func (o *TestDeviceListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test device list params
func (*TestDeviceListParams) WithAppSlug ¶
func (o *TestDeviceListParams) WithAppSlug(appSlug string) *TestDeviceListParams
WithAppSlug adds the appSlug to the test device list params
func (*TestDeviceListParams) WithContext ¶
func (o *TestDeviceListParams) WithContext(ctx context.Context) *TestDeviceListParams
WithContext adds the context to the test device list params
func (*TestDeviceListParams) WithDefaults ¶
func (o *TestDeviceListParams) WithDefaults() *TestDeviceListParams
WithDefaults hydrates default values in the test device list params (not the query body).
All values with no default are reset to their zero value.
func (*TestDeviceListParams) WithHTTPClient ¶
func (o *TestDeviceListParams) WithHTTPClient(client *http.Client) *TestDeviceListParams
WithHTTPClient adds the HTTPClient to the test device list params
func (*TestDeviceListParams) WithTimeout ¶
func (o *TestDeviceListParams) WithTimeout(timeout time.Duration) *TestDeviceListParams
WithTimeout adds the timeout to the test device list params
func (*TestDeviceListParams) WriteToRequest ¶
func (o *TestDeviceListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestDeviceListReader ¶
type TestDeviceListReader struct {
// contains filtered or unexported fields
}
TestDeviceListReader is a Reader for the TestDeviceList structure.
func (*TestDeviceListReader) ReadResponse ¶
func (o *TestDeviceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestDeviceListUnauthorized ¶
type TestDeviceListUnauthorized struct {
}
TestDeviceListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewTestDeviceListUnauthorized ¶
func NewTestDeviceListUnauthorized() *TestDeviceListUnauthorized
NewTestDeviceListUnauthorized creates a TestDeviceListUnauthorized with default headers values
func (*TestDeviceListUnauthorized) Code ¶ added in v1.0.3
func (o *TestDeviceListUnauthorized) Code() int
Code gets the status code for the test device list unauthorized response
func (*TestDeviceListUnauthorized) Error ¶
func (o *TestDeviceListUnauthorized) Error() string
func (*TestDeviceListUnauthorized) GetPayload ¶
func (o *TestDeviceListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*TestDeviceListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) IsClientError() bool
IsClientError returns true when this test device list unauthorized response has a 4xx status code
func (*TestDeviceListUnauthorized) IsCode ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) IsCode(code int) bool
IsCode returns true when this test device list unauthorized response a status code equal to that given
func (*TestDeviceListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) IsRedirect() bool
IsRedirect returns true when this test device list unauthorized response has a 3xx status code
func (*TestDeviceListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) IsServerError() bool
IsServerError returns true when this test device list unauthorized response has a 5xx status code
func (*TestDeviceListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) IsSuccess() bool
IsSuccess returns true when this test device list unauthorized response has a 2xx status code
func (*TestDeviceListUnauthorized) String ¶ added in v0.1.0
func (o *TestDeviceListUnauthorized) String() string
type UserMachineTypeUpdateBadRequest ¶ added in v1.0.3
type UserMachineTypeUpdateBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
UserMachineTypeUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUserMachineTypeUpdateBadRequest ¶ added in v1.0.3
func NewUserMachineTypeUpdateBadRequest() *UserMachineTypeUpdateBadRequest
NewUserMachineTypeUpdateBadRequest creates a UserMachineTypeUpdateBadRequest with default headers values
func (*UserMachineTypeUpdateBadRequest) Code ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) Code() int
Code gets the status code for the user machine type update bad request response
func (*UserMachineTypeUpdateBadRequest) Error ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) Error() string
func (*UserMachineTypeUpdateBadRequest) GetPayload ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserMachineTypeUpdateBadRequest) IsClientError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) IsClientError() bool
IsClientError returns true when this user machine type update bad request response has a 4xx status code
func (*UserMachineTypeUpdateBadRequest) IsCode ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this user machine type update bad request response a status code equal to that given
func (*UserMachineTypeUpdateBadRequest) IsRedirect ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this user machine type update bad request response has a 3xx status code
func (*UserMachineTypeUpdateBadRequest) IsServerError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) IsServerError() bool
IsServerError returns true when this user machine type update bad request response has a 5xx status code
func (*UserMachineTypeUpdateBadRequest) IsSuccess ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this user machine type update bad request response has a 2xx status code
func (*UserMachineTypeUpdateBadRequest) String ¶ added in v1.0.3
func (o *UserMachineTypeUpdateBadRequest) String() string
type UserMachineTypeUpdateInternalServerError ¶ added in v1.0.3
type UserMachineTypeUpdateInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
UserMachineTypeUpdateInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUserMachineTypeUpdateInternalServerError ¶ added in v1.0.3
func NewUserMachineTypeUpdateInternalServerError() *UserMachineTypeUpdateInternalServerError
NewUserMachineTypeUpdateInternalServerError creates a UserMachineTypeUpdateInternalServerError with default headers values
func (*UserMachineTypeUpdateInternalServerError) Code ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) Code() int
Code gets the status code for the user machine type update internal server error response
func (*UserMachineTypeUpdateInternalServerError) Error ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) Error() string
func (*UserMachineTypeUpdateInternalServerError) GetPayload ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserMachineTypeUpdateInternalServerError) IsClientError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this user machine type update internal server error response has a 4xx status code
func (*UserMachineTypeUpdateInternalServerError) IsCode ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this user machine type update internal server error response a status code equal to that given
func (*UserMachineTypeUpdateInternalServerError) IsRedirect ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this user machine type update internal server error response has a 3xx status code
func (*UserMachineTypeUpdateInternalServerError) IsServerError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this user machine type update internal server error response has a 5xx status code
func (*UserMachineTypeUpdateInternalServerError) IsSuccess ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this user machine type update internal server error response has a 2xx status code
func (*UserMachineTypeUpdateInternalServerError) String ¶ added in v1.0.3
func (o *UserMachineTypeUpdateInternalServerError) String() string
type UserMachineTypeUpdateNotFound ¶ added in v1.0.3
type UserMachineTypeUpdateNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
UserMachineTypeUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewUserMachineTypeUpdateNotFound ¶ added in v1.0.3
func NewUserMachineTypeUpdateNotFound() *UserMachineTypeUpdateNotFound
NewUserMachineTypeUpdateNotFound creates a UserMachineTypeUpdateNotFound with default headers values
func (*UserMachineTypeUpdateNotFound) Code ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) Code() int
Code gets the status code for the user machine type update not found response
func (*UserMachineTypeUpdateNotFound) Error ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) Error() string
func (*UserMachineTypeUpdateNotFound) GetPayload ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserMachineTypeUpdateNotFound) IsClientError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) IsClientError() bool
IsClientError returns true when this user machine type update not found response has a 4xx status code
func (*UserMachineTypeUpdateNotFound) IsCode ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) IsCode(code int) bool
IsCode returns true when this user machine type update not found response a status code equal to that given
func (*UserMachineTypeUpdateNotFound) IsRedirect ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this user machine type update not found response has a 3xx status code
func (*UserMachineTypeUpdateNotFound) IsServerError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) IsServerError() bool
IsServerError returns true when this user machine type update not found response has a 5xx status code
func (*UserMachineTypeUpdateNotFound) IsSuccess ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this user machine type update not found response has a 2xx status code
func (*UserMachineTypeUpdateNotFound) String ¶ added in v1.0.3
func (o *UserMachineTypeUpdateNotFound) String() string
type UserMachineTypeUpdateOK ¶ added in v1.0.3
type UserMachineTypeUpdateOK struct {
Payload *models.V0OrganizationUpdateMachineTypeResponse
}
UserMachineTypeUpdateOK describes a response with status code 200, with default header values.
OK
func NewUserMachineTypeUpdateOK ¶ added in v1.0.3
func NewUserMachineTypeUpdateOK() *UserMachineTypeUpdateOK
NewUserMachineTypeUpdateOK creates a UserMachineTypeUpdateOK with default headers values
func (*UserMachineTypeUpdateOK) Code ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) Code() int
Code gets the status code for the user machine type update o k response
func (*UserMachineTypeUpdateOK) Error ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) Error() string
func (*UserMachineTypeUpdateOK) GetPayload ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) GetPayload() *models.V0OrganizationUpdateMachineTypeResponse
func (*UserMachineTypeUpdateOK) IsClientError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) IsClientError() bool
IsClientError returns true when this user machine type update o k response has a 4xx status code
func (*UserMachineTypeUpdateOK) IsCode ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) IsCode(code int) bool
IsCode returns true when this user machine type update o k response a status code equal to that given
func (*UserMachineTypeUpdateOK) IsRedirect ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) IsRedirect() bool
IsRedirect returns true when this user machine type update o k response has a 3xx status code
func (*UserMachineTypeUpdateOK) IsServerError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) IsServerError() bool
IsServerError returns true when this user machine type update o k response has a 5xx status code
func (*UserMachineTypeUpdateOK) IsSuccess ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) IsSuccess() bool
IsSuccess returns true when this user machine type update o k response has a 2xx status code
func (*UserMachineTypeUpdateOK) String ¶ added in v1.0.3
func (o *UserMachineTypeUpdateOK) String() string
type UserMachineTypeUpdateParams ¶ added in v1.0.3
type UserMachineTypeUpdateParams struct {
/* Types.
Machine type to migrate from and to
*/
Types *models.V0OrganizationUpdateMachineTypeParams
/* UserSlug.
User slug
*/
UserSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UserMachineTypeUpdateParams contains all the parameters to send to the API endpoint
for the user machine type update operation. Typically these are written to a http.Request.
func NewUserMachineTypeUpdateParams ¶ added in v1.0.3
func NewUserMachineTypeUpdateParams() *UserMachineTypeUpdateParams
NewUserMachineTypeUpdateParams creates a new UserMachineTypeUpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserMachineTypeUpdateParamsWithContext ¶ added in v1.0.3
func NewUserMachineTypeUpdateParamsWithContext(ctx context.Context) *UserMachineTypeUpdateParams
NewUserMachineTypeUpdateParamsWithContext creates a new UserMachineTypeUpdateParams object with the ability to set a context for a request.
func NewUserMachineTypeUpdateParamsWithHTTPClient ¶ added in v1.0.3
func NewUserMachineTypeUpdateParamsWithHTTPClient(client *http.Client) *UserMachineTypeUpdateParams
NewUserMachineTypeUpdateParamsWithHTTPClient creates a new UserMachineTypeUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUserMachineTypeUpdateParamsWithTimeout ¶ added in v1.0.3
func NewUserMachineTypeUpdateParamsWithTimeout(timeout time.Duration) *UserMachineTypeUpdateParams
NewUserMachineTypeUpdateParamsWithTimeout creates a new UserMachineTypeUpdateParams object with the ability to set a timeout on a request.
func (*UserMachineTypeUpdateParams) SetContext ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the user machine type update params
func (*UserMachineTypeUpdateParams) SetDefaults ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetDefaults()
SetDefaults hydrates default values in the user machine type update params (not the query body).
All values with no default are reset to their zero value.
func (*UserMachineTypeUpdateParams) SetHTTPClient ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user machine type update params
func (*UserMachineTypeUpdateParams) SetTimeout ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user machine type update params
func (*UserMachineTypeUpdateParams) SetTypes ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetTypes(types *models.V0OrganizationUpdateMachineTypeParams)
SetTypes adds the types to the user machine type update params
func (*UserMachineTypeUpdateParams) SetUserSlug ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) SetUserSlug(userSlug string)
SetUserSlug adds the userSlug to the user machine type update params
func (*UserMachineTypeUpdateParams) WithContext ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithContext(ctx context.Context) *UserMachineTypeUpdateParams
WithContext adds the context to the user machine type update params
func (*UserMachineTypeUpdateParams) WithDefaults ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithDefaults() *UserMachineTypeUpdateParams
WithDefaults hydrates default values in the user machine type update params (not the query body).
All values with no default are reset to their zero value.
func (*UserMachineTypeUpdateParams) WithHTTPClient ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithHTTPClient(client *http.Client) *UserMachineTypeUpdateParams
WithHTTPClient adds the HTTPClient to the user machine type update params
func (*UserMachineTypeUpdateParams) WithTimeout ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithTimeout(timeout time.Duration) *UserMachineTypeUpdateParams
WithTimeout adds the timeout to the user machine type update params
func (*UserMachineTypeUpdateParams) WithTypes ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithTypes(types *models.V0OrganizationUpdateMachineTypeParams) *UserMachineTypeUpdateParams
WithTypes adds the types to the user machine type update params
func (*UserMachineTypeUpdateParams) WithUserSlug ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WithUserSlug(userSlug string) *UserMachineTypeUpdateParams
WithUserSlug adds the userSlug to the user machine type update params
func (*UserMachineTypeUpdateParams) WriteToRequest ¶ added in v1.0.3
func (o *UserMachineTypeUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserMachineTypeUpdateReader ¶ added in v1.0.3
type UserMachineTypeUpdateReader struct {
// contains filtered or unexported fields
}
UserMachineTypeUpdateReader is a Reader for the UserMachineTypeUpdate structure.
func (*UserMachineTypeUpdateReader) ReadResponse ¶ added in v1.0.3
func (o *UserMachineTypeUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserMachineTypeUpdateUnauthorized ¶ added in v1.0.3
type UserMachineTypeUpdateUnauthorized struct {
}
UserMachineTypeUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUserMachineTypeUpdateUnauthorized ¶ added in v1.0.3
func NewUserMachineTypeUpdateUnauthorized() *UserMachineTypeUpdateUnauthorized
NewUserMachineTypeUpdateUnauthorized creates a UserMachineTypeUpdateUnauthorized with default headers values
func (*UserMachineTypeUpdateUnauthorized) Code ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) Code() int
Code gets the status code for the user machine type update unauthorized response
func (*UserMachineTypeUpdateUnauthorized) Error ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) Error() string
func (*UserMachineTypeUpdateUnauthorized) GetPayload ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserMachineTypeUpdateUnauthorized) IsClientError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this user machine type update unauthorized response has a 4xx status code
func (*UserMachineTypeUpdateUnauthorized) IsCode ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this user machine type update unauthorized response a status code equal to that given
func (*UserMachineTypeUpdateUnauthorized) IsRedirect ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this user machine type update unauthorized response has a 3xx status code
func (*UserMachineTypeUpdateUnauthorized) IsServerError ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this user machine type update unauthorized response has a 5xx status code
func (*UserMachineTypeUpdateUnauthorized) IsSuccess ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this user machine type update unauthorized response has a 2xx status code
func (*UserMachineTypeUpdateUnauthorized) String ¶ added in v1.0.3
func (o *UserMachineTypeUpdateUnauthorized) String() string
type UserPlanBadRequest ¶
type UserPlanBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
UserPlanBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUserPlanBadRequest ¶
func NewUserPlanBadRequest() *UserPlanBadRequest
NewUserPlanBadRequest creates a UserPlanBadRequest with default headers values
func (*UserPlanBadRequest) Code ¶ added in v1.0.3
func (o *UserPlanBadRequest) Code() int
Code gets the status code for the user plan bad request response
func (*UserPlanBadRequest) Error ¶
func (o *UserPlanBadRequest) Error() string
func (*UserPlanBadRequest) GetPayload ¶
func (o *UserPlanBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserPlanBadRequest) IsClientError ¶ added in v0.1.0
func (o *UserPlanBadRequest) IsClientError() bool
IsClientError returns true when this user plan bad request response has a 4xx status code
func (*UserPlanBadRequest) IsCode ¶ added in v0.1.0
func (o *UserPlanBadRequest) IsCode(code int) bool
IsCode returns true when this user plan bad request response a status code equal to that given
func (*UserPlanBadRequest) IsRedirect ¶ added in v0.1.0
func (o *UserPlanBadRequest) IsRedirect() bool
IsRedirect returns true when this user plan bad request response has a 3xx status code
func (*UserPlanBadRequest) IsServerError ¶ added in v0.1.0
func (o *UserPlanBadRequest) IsServerError() bool
IsServerError returns true when this user plan bad request response has a 5xx status code
func (*UserPlanBadRequest) IsSuccess ¶ added in v0.1.0
func (o *UserPlanBadRequest) IsSuccess() bool
IsSuccess returns true when this user plan bad request response has a 2xx status code
func (*UserPlanBadRequest) String ¶ added in v0.1.0
func (o *UserPlanBadRequest) String() string
type UserPlanInternalServerError ¶
type UserPlanInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
UserPlanInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUserPlanInternalServerError ¶
func NewUserPlanInternalServerError() *UserPlanInternalServerError
NewUserPlanInternalServerError creates a UserPlanInternalServerError with default headers values
func (*UserPlanInternalServerError) Code ¶ added in v1.0.3
func (o *UserPlanInternalServerError) Code() int
Code gets the status code for the user plan internal server error response
func (*UserPlanInternalServerError) Error ¶
func (o *UserPlanInternalServerError) Error() string
func (*UserPlanInternalServerError) GetPayload ¶
func (o *UserPlanInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserPlanInternalServerError) IsClientError ¶ added in v0.1.0
func (o *UserPlanInternalServerError) IsClientError() bool
IsClientError returns true when this user plan internal server error response has a 4xx status code
func (*UserPlanInternalServerError) IsCode ¶ added in v0.1.0
func (o *UserPlanInternalServerError) IsCode(code int) bool
IsCode returns true when this user plan internal server error response a status code equal to that given
func (*UserPlanInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *UserPlanInternalServerError) IsRedirect() bool
IsRedirect returns true when this user plan internal server error response has a 3xx status code
func (*UserPlanInternalServerError) IsServerError ¶ added in v0.1.0
func (o *UserPlanInternalServerError) IsServerError() bool
IsServerError returns true when this user plan internal server error response has a 5xx status code
func (*UserPlanInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *UserPlanInternalServerError) IsSuccess() bool
IsSuccess returns true when this user plan internal server error response has a 2xx status code
func (*UserPlanInternalServerError) String ¶ added in v0.1.0
func (o *UserPlanInternalServerError) String() string
type UserPlanNotFound ¶
type UserPlanNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
UserPlanNotFound describes a response with status code 404, with default header values.
Not Found
func NewUserPlanNotFound ¶
func NewUserPlanNotFound() *UserPlanNotFound
NewUserPlanNotFound creates a UserPlanNotFound with default headers values
func (*UserPlanNotFound) Code ¶ added in v1.0.3
func (o *UserPlanNotFound) Code() int
Code gets the status code for the user plan not found response
func (*UserPlanNotFound) Error ¶
func (o *UserPlanNotFound) Error() string
func (*UserPlanNotFound) GetPayload ¶
func (o *UserPlanNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserPlanNotFound) IsClientError ¶ added in v0.1.0
func (o *UserPlanNotFound) IsClientError() bool
IsClientError returns true when this user plan not found response has a 4xx status code
func (*UserPlanNotFound) IsCode ¶ added in v0.1.0
func (o *UserPlanNotFound) IsCode(code int) bool
IsCode returns true when this user plan not found response a status code equal to that given
func (*UserPlanNotFound) IsRedirect ¶ added in v0.1.0
func (o *UserPlanNotFound) IsRedirect() bool
IsRedirect returns true when this user plan not found response has a 3xx status code
func (*UserPlanNotFound) IsServerError ¶ added in v0.1.0
func (o *UserPlanNotFound) IsServerError() bool
IsServerError returns true when this user plan not found response has a 5xx status code
func (*UserPlanNotFound) IsSuccess ¶ added in v0.1.0
func (o *UserPlanNotFound) IsSuccess() bool
IsSuccess returns true when this user plan not found response has a 2xx status code
func (*UserPlanNotFound) String ¶ added in v0.1.0
func (o *UserPlanNotFound) String() string
type UserPlanOK ¶
type UserPlanOK struct {
Payload *models.V0UserPlanRespModel
}
UserPlanOK describes a response with status code 200, with default header values.
OK
func NewUserPlanOK ¶
func NewUserPlanOK() *UserPlanOK
NewUserPlanOK creates a UserPlanOK with default headers values
func (*UserPlanOK) Code ¶ added in v1.0.3
func (o *UserPlanOK) Code() int
Code gets the status code for the user plan o k response
func (*UserPlanOK) Error ¶
func (o *UserPlanOK) Error() string
func (*UserPlanOK) GetPayload ¶
func (o *UserPlanOK) GetPayload() *models.V0UserPlanRespModel
func (*UserPlanOK) IsClientError ¶ added in v0.1.0
func (o *UserPlanOK) IsClientError() bool
IsClientError returns true when this user plan o k response has a 4xx status code
func (*UserPlanOK) IsCode ¶ added in v0.1.0
func (o *UserPlanOK) IsCode(code int) bool
IsCode returns true when this user plan o k response a status code equal to that given
func (*UserPlanOK) IsRedirect ¶ added in v0.1.0
func (o *UserPlanOK) IsRedirect() bool
IsRedirect returns true when this user plan o k response has a 3xx status code
func (*UserPlanOK) IsServerError ¶ added in v0.1.0
func (o *UserPlanOK) IsServerError() bool
IsServerError returns true when this user plan o k response has a 5xx status code
func (*UserPlanOK) IsSuccess ¶ added in v0.1.0
func (o *UserPlanOK) IsSuccess() bool
IsSuccess returns true when this user plan o k response has a 2xx status code
func (*UserPlanOK) String ¶ added in v0.1.0
func (o *UserPlanOK) String() string
type UserPlanParams ¶
type UserPlanParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UserPlanParams contains all the parameters to send to the API endpoint
for the user plan operation. Typically these are written to a http.Request.
func NewUserPlanParams ¶
func NewUserPlanParams() *UserPlanParams
NewUserPlanParams creates a new UserPlanParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserPlanParamsWithContext ¶
func NewUserPlanParamsWithContext(ctx context.Context) *UserPlanParams
NewUserPlanParamsWithContext creates a new UserPlanParams object with the ability to set a context for a request.
func NewUserPlanParamsWithHTTPClient ¶
func NewUserPlanParamsWithHTTPClient(client *http.Client) *UserPlanParams
NewUserPlanParamsWithHTTPClient creates a new UserPlanParams object with the ability to set a custom HTTPClient for a request.
func NewUserPlanParamsWithTimeout ¶
func NewUserPlanParamsWithTimeout(timeout time.Duration) *UserPlanParams
NewUserPlanParamsWithTimeout creates a new UserPlanParams object with the ability to set a timeout on a request.
func (*UserPlanParams) SetContext ¶
func (o *UserPlanParams) SetContext(ctx context.Context)
SetContext adds the context to the user plan params
func (*UserPlanParams) SetDefaults ¶
func (o *UserPlanParams) SetDefaults()
SetDefaults hydrates default values in the user plan params (not the query body).
All values with no default are reset to their zero value.
func (*UserPlanParams) SetHTTPClient ¶
func (o *UserPlanParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user plan params
func (*UserPlanParams) SetTimeout ¶
func (o *UserPlanParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user plan params
func (*UserPlanParams) WithContext ¶
func (o *UserPlanParams) WithContext(ctx context.Context) *UserPlanParams
WithContext adds the context to the user plan params
func (*UserPlanParams) WithDefaults ¶
func (o *UserPlanParams) WithDefaults() *UserPlanParams
WithDefaults hydrates default values in the user plan params (not the query body).
All values with no default are reset to their zero value.
func (*UserPlanParams) WithHTTPClient ¶
func (o *UserPlanParams) WithHTTPClient(client *http.Client) *UserPlanParams
WithHTTPClient adds the HTTPClient to the user plan params
func (*UserPlanParams) WithTimeout ¶
func (o *UserPlanParams) WithTimeout(timeout time.Duration) *UserPlanParams
WithTimeout adds the timeout to the user plan params
func (*UserPlanParams) WriteToRequest ¶
func (o *UserPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserPlanReader ¶
type UserPlanReader struct {
// contains filtered or unexported fields
}
UserPlanReader is a Reader for the UserPlan structure.
func (*UserPlanReader) ReadResponse ¶
func (o *UserPlanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserPlanUnauthorized ¶
type UserPlanUnauthorized struct {
}
UserPlanUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUserPlanUnauthorized ¶
func NewUserPlanUnauthorized() *UserPlanUnauthorized
NewUserPlanUnauthorized creates a UserPlanUnauthorized with default headers values
func (*UserPlanUnauthorized) Code ¶ added in v1.0.3
func (o *UserPlanUnauthorized) Code() int
Code gets the status code for the user plan unauthorized response
func (*UserPlanUnauthorized) Error ¶
func (o *UserPlanUnauthorized) Error() string
func (*UserPlanUnauthorized) GetPayload ¶
func (o *UserPlanUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserPlanUnauthorized) IsClientError ¶ added in v0.1.0
func (o *UserPlanUnauthorized) IsClientError() bool
IsClientError returns true when this user plan unauthorized response has a 4xx status code
func (*UserPlanUnauthorized) IsCode ¶ added in v0.1.0
func (o *UserPlanUnauthorized) IsCode(code int) bool
IsCode returns true when this user plan unauthorized response a status code equal to that given
func (*UserPlanUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *UserPlanUnauthorized) IsRedirect() bool
IsRedirect returns true when this user plan unauthorized response has a 3xx status code
func (*UserPlanUnauthorized) IsServerError ¶ added in v0.1.0
func (o *UserPlanUnauthorized) IsServerError() bool
IsServerError returns true when this user plan unauthorized response has a 5xx status code
func (*UserPlanUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *UserPlanUnauthorized) IsSuccess() bool
IsSuccess returns true when this user plan unauthorized response has a 2xx status code
func (*UserPlanUnauthorized) String ¶ added in v0.1.0
func (o *UserPlanUnauthorized) String() string
type UserProfileInternalServerError ¶
type UserProfileInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
UserProfileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUserProfileInternalServerError ¶
func NewUserProfileInternalServerError() *UserProfileInternalServerError
NewUserProfileInternalServerError creates a UserProfileInternalServerError with default headers values
func (*UserProfileInternalServerError) Code ¶ added in v1.0.3
func (o *UserProfileInternalServerError) Code() int
Code gets the status code for the user profile internal server error response
func (*UserProfileInternalServerError) Error ¶
func (o *UserProfileInternalServerError) Error() string
func (*UserProfileInternalServerError) GetPayload ¶
func (o *UserProfileInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserProfileInternalServerError) IsClientError ¶ added in v0.1.0
func (o *UserProfileInternalServerError) IsClientError() bool
IsClientError returns true when this user profile internal server error response has a 4xx status code
func (*UserProfileInternalServerError) IsCode ¶ added in v0.1.0
func (o *UserProfileInternalServerError) IsCode(code int) bool
IsCode returns true when this user profile internal server error response a status code equal to that given
func (*UserProfileInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *UserProfileInternalServerError) IsRedirect() bool
IsRedirect returns true when this user profile internal server error response has a 3xx status code
func (*UserProfileInternalServerError) IsServerError ¶ added in v0.1.0
func (o *UserProfileInternalServerError) IsServerError() bool
IsServerError returns true when this user profile internal server error response has a 5xx status code
func (*UserProfileInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *UserProfileInternalServerError) IsSuccess() bool
IsSuccess returns true when this user profile internal server error response has a 2xx status code
func (*UserProfileInternalServerError) String ¶ added in v0.1.0
func (o *UserProfileInternalServerError) String() string
type UserProfileNotFound ¶
type UserProfileNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
UserProfileNotFound describes a response with status code 404, with default header values.
Not Found
func NewUserProfileNotFound ¶
func NewUserProfileNotFound() *UserProfileNotFound
NewUserProfileNotFound creates a UserProfileNotFound with default headers values
func (*UserProfileNotFound) Code ¶ added in v1.0.3
func (o *UserProfileNotFound) Code() int
Code gets the status code for the user profile not found response
func (*UserProfileNotFound) Error ¶
func (o *UserProfileNotFound) Error() string
func (*UserProfileNotFound) GetPayload ¶
func (o *UserProfileNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserProfileNotFound) IsClientError ¶ added in v0.1.0
func (o *UserProfileNotFound) IsClientError() bool
IsClientError returns true when this user profile not found response has a 4xx status code
func (*UserProfileNotFound) IsCode ¶ added in v0.1.0
func (o *UserProfileNotFound) IsCode(code int) bool
IsCode returns true when this user profile not found response a status code equal to that given
func (*UserProfileNotFound) IsRedirect ¶ added in v0.1.0
func (o *UserProfileNotFound) IsRedirect() bool
IsRedirect returns true when this user profile not found response has a 3xx status code
func (*UserProfileNotFound) IsServerError ¶ added in v0.1.0
func (o *UserProfileNotFound) IsServerError() bool
IsServerError returns true when this user profile not found response has a 5xx status code
func (*UserProfileNotFound) IsSuccess ¶ added in v0.1.0
func (o *UserProfileNotFound) IsSuccess() bool
IsSuccess returns true when this user profile not found response has a 2xx status code
func (*UserProfileNotFound) String ¶ added in v0.1.0
func (o *UserProfileNotFound) String() string
type UserProfileOK ¶
type UserProfileOK struct {
Payload *models.V0UserProfileRespModel
}
UserProfileOK describes a response with status code 200, with default header values.
OK
func NewUserProfileOK ¶
func NewUserProfileOK() *UserProfileOK
NewUserProfileOK creates a UserProfileOK with default headers values
func (*UserProfileOK) Code ¶ added in v1.0.3
func (o *UserProfileOK) Code() int
Code gets the status code for the user profile o k response
func (*UserProfileOK) Error ¶
func (o *UserProfileOK) Error() string
func (*UserProfileOK) GetPayload ¶
func (o *UserProfileOK) GetPayload() *models.V0UserProfileRespModel
func (*UserProfileOK) IsClientError ¶ added in v0.1.0
func (o *UserProfileOK) IsClientError() bool
IsClientError returns true when this user profile o k response has a 4xx status code
func (*UserProfileOK) IsCode ¶ added in v0.1.0
func (o *UserProfileOK) IsCode(code int) bool
IsCode returns true when this user profile o k response a status code equal to that given
func (*UserProfileOK) IsRedirect ¶ added in v0.1.0
func (o *UserProfileOK) IsRedirect() bool
IsRedirect returns true when this user profile o k response has a 3xx status code
func (*UserProfileOK) IsServerError ¶ added in v0.1.0
func (o *UserProfileOK) IsServerError() bool
IsServerError returns true when this user profile o k response has a 5xx status code
func (*UserProfileOK) IsSuccess ¶ added in v0.1.0
func (o *UserProfileOK) IsSuccess() bool
IsSuccess returns true when this user profile o k response has a 2xx status code
func (*UserProfileOK) String ¶ added in v0.1.0
func (o *UserProfileOK) String() string
type UserProfileParams ¶
type UserProfileParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UserProfileParams contains all the parameters to send to the API endpoint
for the user profile operation. Typically these are written to a http.Request.
func NewUserProfileParams ¶
func NewUserProfileParams() *UserProfileParams
NewUserProfileParams creates a new UserProfileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserProfileParamsWithContext ¶
func NewUserProfileParamsWithContext(ctx context.Context) *UserProfileParams
NewUserProfileParamsWithContext creates a new UserProfileParams object with the ability to set a context for a request.
func NewUserProfileParamsWithHTTPClient ¶
func NewUserProfileParamsWithHTTPClient(client *http.Client) *UserProfileParams
NewUserProfileParamsWithHTTPClient creates a new UserProfileParams object with the ability to set a custom HTTPClient for a request.
func NewUserProfileParamsWithTimeout ¶
func NewUserProfileParamsWithTimeout(timeout time.Duration) *UserProfileParams
NewUserProfileParamsWithTimeout creates a new UserProfileParams object with the ability to set a timeout on a request.
func (*UserProfileParams) SetContext ¶
func (o *UserProfileParams) SetContext(ctx context.Context)
SetContext adds the context to the user profile params
func (*UserProfileParams) SetDefaults ¶
func (o *UserProfileParams) SetDefaults()
SetDefaults hydrates default values in the user profile params (not the query body).
All values with no default are reset to their zero value.
func (*UserProfileParams) SetHTTPClient ¶
func (o *UserProfileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user profile params
func (*UserProfileParams) SetTimeout ¶
func (o *UserProfileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user profile params
func (*UserProfileParams) WithContext ¶
func (o *UserProfileParams) WithContext(ctx context.Context) *UserProfileParams
WithContext adds the context to the user profile params
func (*UserProfileParams) WithDefaults ¶
func (o *UserProfileParams) WithDefaults() *UserProfileParams
WithDefaults hydrates default values in the user profile params (not the query body).
All values with no default are reset to their zero value.
func (*UserProfileParams) WithHTTPClient ¶
func (o *UserProfileParams) WithHTTPClient(client *http.Client) *UserProfileParams
WithHTTPClient adds the HTTPClient to the user profile params
func (*UserProfileParams) WithTimeout ¶
func (o *UserProfileParams) WithTimeout(timeout time.Duration) *UserProfileParams
WithTimeout adds the timeout to the user profile params
func (*UserProfileParams) WriteToRequest ¶
func (o *UserProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserProfileReader ¶
type UserProfileReader struct {
// contains filtered or unexported fields
}
UserProfileReader is a Reader for the UserProfile structure.
func (*UserProfileReader) ReadResponse ¶
func (o *UserProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserProfileUnauthorized ¶
type UserProfileUnauthorized struct {
}
UserProfileUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUserProfileUnauthorized ¶
func NewUserProfileUnauthorized() *UserProfileUnauthorized
NewUserProfileUnauthorized creates a UserProfileUnauthorized with default headers values
func (*UserProfileUnauthorized) Code ¶ added in v1.0.3
func (o *UserProfileUnauthorized) Code() int
Code gets the status code for the user profile unauthorized response
func (*UserProfileUnauthorized) Error ¶
func (o *UserProfileUnauthorized) Error() string
func (*UserProfileUnauthorized) GetPayload ¶
func (o *UserProfileUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserProfileUnauthorized) IsClientError ¶ added in v0.1.0
func (o *UserProfileUnauthorized) IsClientError() bool
IsClientError returns true when this user profile unauthorized response has a 4xx status code
func (*UserProfileUnauthorized) IsCode ¶ added in v0.1.0
func (o *UserProfileUnauthorized) IsCode(code int) bool
IsCode returns true when this user profile unauthorized response a status code equal to that given
func (*UserProfileUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *UserProfileUnauthorized) IsRedirect() bool
IsRedirect returns true when this user profile unauthorized response has a 3xx status code
func (*UserProfileUnauthorized) IsServerError ¶ added in v0.1.0
func (o *UserProfileUnauthorized) IsServerError() bool
IsServerError returns true when this user profile unauthorized response has a 5xx status code
func (*UserProfileUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *UserProfileUnauthorized) IsSuccess() bool
IsSuccess returns true when this user profile unauthorized response has a 2xx status code
func (*UserProfileUnauthorized) String ¶ added in v0.1.0
func (o *UserProfileUnauthorized) String() string
type UserShowBadRequest ¶
type UserShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
UserShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUserShowBadRequest ¶
func NewUserShowBadRequest() *UserShowBadRequest
NewUserShowBadRequest creates a UserShowBadRequest with default headers values
func (*UserShowBadRequest) Code ¶ added in v1.0.3
func (o *UserShowBadRequest) Code() int
Code gets the status code for the user show bad request response
func (*UserShowBadRequest) Error ¶
func (o *UserShowBadRequest) Error() string
func (*UserShowBadRequest) GetPayload ¶
func (o *UserShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *UserShowBadRequest) IsClientError() bool
IsClientError returns true when this user show bad request response has a 4xx status code
func (*UserShowBadRequest) IsCode ¶ added in v0.1.0
func (o *UserShowBadRequest) IsCode(code int) bool
IsCode returns true when this user show bad request response a status code equal to that given
func (*UserShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *UserShowBadRequest) IsRedirect() bool
IsRedirect returns true when this user show bad request response has a 3xx status code
func (*UserShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *UserShowBadRequest) IsServerError() bool
IsServerError returns true when this user show bad request response has a 5xx status code
func (*UserShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *UserShowBadRequest) IsSuccess() bool
IsSuccess returns true when this user show bad request response has a 2xx status code
func (*UserShowBadRequest) String ¶ added in v0.1.0
func (o *UserShowBadRequest) String() string
type UserShowInternalServerError ¶
type UserShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
UserShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUserShowInternalServerError ¶
func NewUserShowInternalServerError() *UserShowInternalServerError
NewUserShowInternalServerError creates a UserShowInternalServerError with default headers values
func (*UserShowInternalServerError) Code ¶ added in v1.0.3
func (o *UserShowInternalServerError) Code() int
Code gets the status code for the user show internal server error response
func (*UserShowInternalServerError) Error ¶
func (o *UserShowInternalServerError) Error() string
func (*UserShowInternalServerError) GetPayload ¶
func (o *UserShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *UserShowInternalServerError) IsClientError() bool
IsClientError returns true when this user show internal server error response has a 4xx status code
func (*UserShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *UserShowInternalServerError) IsCode(code int) bool
IsCode returns true when this user show internal server error response a status code equal to that given
func (*UserShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *UserShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this user show internal server error response has a 3xx status code
func (*UserShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *UserShowInternalServerError) IsServerError() bool
IsServerError returns true when this user show internal server error response has a 5xx status code
func (*UserShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *UserShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this user show internal server error response has a 2xx status code
func (*UserShowInternalServerError) String ¶ added in v0.1.0
func (o *UserShowInternalServerError) String() string
type UserShowNotFound ¶
type UserShowNotFound struct {
Payload *models.ServiceStandardErrorRespModel
}
UserShowNotFound describes a response with status code 404, with default header values.
Not Found
func NewUserShowNotFound ¶
func NewUserShowNotFound() *UserShowNotFound
NewUserShowNotFound creates a UserShowNotFound with default headers values
func (*UserShowNotFound) Code ¶ added in v1.0.3
func (o *UserShowNotFound) Code() int
Code gets the status code for the user show not found response
func (*UserShowNotFound) Error ¶
func (o *UserShowNotFound) Error() string
func (*UserShowNotFound) GetPayload ¶
func (o *UserShowNotFound) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserShowNotFound) IsClientError ¶ added in v0.1.0
func (o *UserShowNotFound) IsClientError() bool
IsClientError returns true when this user show not found response has a 4xx status code
func (*UserShowNotFound) IsCode ¶ added in v0.1.0
func (o *UserShowNotFound) IsCode(code int) bool
IsCode returns true when this user show not found response a status code equal to that given
func (*UserShowNotFound) IsRedirect ¶ added in v0.1.0
func (o *UserShowNotFound) IsRedirect() bool
IsRedirect returns true when this user show not found response has a 3xx status code
func (*UserShowNotFound) IsServerError ¶ added in v0.1.0
func (o *UserShowNotFound) IsServerError() bool
IsServerError returns true when this user show not found response has a 5xx status code
func (*UserShowNotFound) IsSuccess ¶ added in v0.1.0
func (o *UserShowNotFound) IsSuccess() bool
IsSuccess returns true when this user show not found response has a 2xx status code
func (*UserShowNotFound) String ¶ added in v0.1.0
func (o *UserShowNotFound) String() string
type UserShowOK ¶
type UserShowOK struct {
Payload *models.V0UserProfileRespModel
}
UserShowOK describes a response with status code 200, with default header values.
OK
func NewUserShowOK ¶
func NewUserShowOK() *UserShowOK
NewUserShowOK creates a UserShowOK with default headers values
func (*UserShowOK) Code ¶ added in v1.0.3
func (o *UserShowOK) Code() int
Code gets the status code for the user show o k response
func (*UserShowOK) Error ¶
func (o *UserShowOK) Error() string
func (*UserShowOK) GetPayload ¶
func (o *UserShowOK) GetPayload() *models.V0UserProfileRespModel
func (*UserShowOK) IsClientError ¶ added in v0.1.0
func (o *UserShowOK) IsClientError() bool
IsClientError returns true when this user show o k response has a 4xx status code
func (*UserShowOK) IsCode ¶ added in v0.1.0
func (o *UserShowOK) IsCode(code int) bool
IsCode returns true when this user show o k response a status code equal to that given
func (*UserShowOK) IsRedirect ¶ added in v0.1.0
func (o *UserShowOK) IsRedirect() bool
IsRedirect returns true when this user show o k response has a 3xx status code
func (*UserShowOK) IsServerError ¶ added in v0.1.0
func (o *UserShowOK) IsServerError() bool
IsServerError returns true when this user show o k response has a 5xx status code
func (*UserShowOK) IsSuccess ¶ added in v0.1.0
func (o *UserShowOK) IsSuccess() bool
IsSuccess returns true when this user show o k response has a 2xx status code
func (*UserShowOK) String ¶ added in v0.1.0
func (o *UserShowOK) String() string
type UserShowParams ¶
type UserShowParams struct {
/* UserSlug.
User slug
*/
UserSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UserShowParams contains all the parameters to send to the API endpoint
for the user show operation. Typically these are written to a http.Request.
func NewUserShowParams ¶
func NewUserShowParams() *UserShowParams
NewUserShowParams creates a new UserShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUserShowParamsWithContext ¶
func NewUserShowParamsWithContext(ctx context.Context) *UserShowParams
NewUserShowParamsWithContext creates a new UserShowParams object with the ability to set a context for a request.
func NewUserShowParamsWithHTTPClient ¶
func NewUserShowParamsWithHTTPClient(client *http.Client) *UserShowParams
NewUserShowParamsWithHTTPClient creates a new UserShowParams object with the ability to set a custom HTTPClient for a request.
func NewUserShowParamsWithTimeout ¶
func NewUserShowParamsWithTimeout(timeout time.Duration) *UserShowParams
NewUserShowParamsWithTimeout creates a new UserShowParams object with the ability to set a timeout on a request.
func (*UserShowParams) SetContext ¶
func (o *UserShowParams) SetContext(ctx context.Context)
SetContext adds the context to the user show params
func (*UserShowParams) SetDefaults ¶
func (o *UserShowParams) SetDefaults()
SetDefaults hydrates default values in the user show params (not the query body).
All values with no default are reset to their zero value.
func (*UserShowParams) SetHTTPClient ¶
func (o *UserShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user show params
func (*UserShowParams) SetTimeout ¶
func (o *UserShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user show params
func (*UserShowParams) SetUserSlug ¶
func (o *UserShowParams) SetUserSlug(userSlug string)
SetUserSlug adds the userSlug to the user show params
func (*UserShowParams) WithContext ¶
func (o *UserShowParams) WithContext(ctx context.Context) *UserShowParams
WithContext adds the context to the user show params
func (*UserShowParams) WithDefaults ¶
func (o *UserShowParams) WithDefaults() *UserShowParams
WithDefaults hydrates default values in the user show params (not the query body).
All values with no default are reset to their zero value.
func (*UserShowParams) WithHTTPClient ¶
func (o *UserShowParams) WithHTTPClient(client *http.Client) *UserShowParams
WithHTTPClient adds the HTTPClient to the user show params
func (*UserShowParams) WithTimeout ¶
func (o *UserShowParams) WithTimeout(timeout time.Duration) *UserShowParams
WithTimeout adds the timeout to the user show params
func (*UserShowParams) WithUserSlug ¶
func (o *UserShowParams) WithUserSlug(userSlug string) *UserShowParams
WithUserSlug adds the userSlug to the user show params
func (*UserShowParams) WriteToRequest ¶
func (o *UserShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserShowReader ¶
type UserShowReader struct {
// contains filtered or unexported fields
}
UserShowReader is a Reader for the UserShow structure.
func (*UserShowReader) ReadResponse ¶
func (o *UserShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserShowUnauthorized ¶
type UserShowUnauthorized struct {
}
UserShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUserShowUnauthorized ¶
func NewUserShowUnauthorized() *UserShowUnauthorized
NewUserShowUnauthorized creates a UserShowUnauthorized with default headers values
func (*UserShowUnauthorized) Code ¶ added in v1.0.3
func (o *UserShowUnauthorized) Code() int
Code gets the status code for the user show unauthorized response
func (*UserShowUnauthorized) Error ¶
func (o *UserShowUnauthorized) Error() string
func (*UserShowUnauthorized) GetPayload ¶
func (o *UserShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*UserShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *UserShowUnauthorized) IsClientError() bool
IsClientError returns true when this user show unauthorized response has a 4xx status code
func (*UserShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *UserShowUnauthorized) IsCode(code int) bool
IsCode returns true when this user show unauthorized response a status code equal to that given
func (*UserShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *UserShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this user show unauthorized response has a 3xx status code
func (*UserShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *UserShowUnauthorized) IsServerError() bool
IsServerError returns true when this user show unauthorized response has a 5xx status code
func (*UserShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *UserShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this user show unauthorized response has a 2xx status code
func (*UserShowUnauthorized) String ¶ added in v0.1.0
func (o *UserShowUnauthorized) String() string
type WebhookDeliveryItemListBadRequest ¶
type WebhookDeliveryItemListBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemListBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewWebhookDeliveryItemListBadRequest ¶
func NewWebhookDeliveryItemListBadRequest() *WebhookDeliveryItemListBadRequest
NewWebhookDeliveryItemListBadRequest creates a WebhookDeliveryItemListBadRequest with default headers values
func (*WebhookDeliveryItemListBadRequest) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemListBadRequest) Code() int
Code gets the status code for the webhook delivery item list bad request response
func (*WebhookDeliveryItemListBadRequest) Error ¶
func (o *WebhookDeliveryItemListBadRequest) Error() string
func (*WebhookDeliveryItemListBadRequest) GetPayload ¶
func (o *WebhookDeliveryItemListBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemListBadRequest) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) IsClientError() bool
IsClientError returns true when this webhook delivery item list bad request response has a 4xx status code
func (*WebhookDeliveryItemListBadRequest) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) IsCode(code int) bool
IsCode returns true when this webhook delivery item list bad request response a status code equal to that given
func (*WebhookDeliveryItemListBadRequest) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) IsRedirect() bool
IsRedirect returns true when this webhook delivery item list bad request response has a 3xx status code
func (*WebhookDeliveryItemListBadRequest) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) IsServerError() bool
IsServerError returns true when this webhook delivery item list bad request response has a 5xx status code
func (*WebhookDeliveryItemListBadRequest) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) IsSuccess() bool
IsSuccess returns true when this webhook delivery item list bad request response has a 2xx status code
func (*WebhookDeliveryItemListBadRequest) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemListBadRequest) String() string
type WebhookDeliveryItemListInternalServerError ¶
type WebhookDeliveryItemListInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewWebhookDeliveryItemListInternalServerError ¶
func NewWebhookDeliveryItemListInternalServerError() *WebhookDeliveryItemListInternalServerError
NewWebhookDeliveryItemListInternalServerError creates a WebhookDeliveryItemListInternalServerError with default headers values
func (*WebhookDeliveryItemListInternalServerError) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemListInternalServerError) Code() int
Code gets the status code for the webhook delivery item list internal server error response
func (*WebhookDeliveryItemListInternalServerError) Error ¶
func (o *WebhookDeliveryItemListInternalServerError) Error() string
func (*WebhookDeliveryItemListInternalServerError) GetPayload ¶
func (o *WebhookDeliveryItemListInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemListInternalServerError) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) IsClientError() bool
IsClientError returns true when this webhook delivery item list internal server error response has a 4xx status code
func (*WebhookDeliveryItemListInternalServerError) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) IsCode(code int) bool
IsCode returns true when this webhook delivery item list internal server error response a status code equal to that given
func (*WebhookDeliveryItemListInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) IsRedirect() bool
IsRedirect returns true when this webhook delivery item list internal server error response has a 3xx status code
func (*WebhookDeliveryItemListInternalServerError) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) IsServerError() bool
IsServerError returns true when this webhook delivery item list internal server error response has a 5xx status code
func (*WebhookDeliveryItemListInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) IsSuccess() bool
IsSuccess returns true when this webhook delivery item list internal server error response has a 2xx status code
func (*WebhookDeliveryItemListInternalServerError) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemListInternalServerError) String() string
type WebhookDeliveryItemListOK ¶
type WebhookDeliveryItemListOK struct {
Payload *models.V0WebhookDeliveryItemShowResponseModel
}
WebhookDeliveryItemListOK describes a response with status code 200, with default header values.
OK
func NewWebhookDeliveryItemListOK ¶
func NewWebhookDeliveryItemListOK() *WebhookDeliveryItemListOK
NewWebhookDeliveryItemListOK creates a WebhookDeliveryItemListOK with default headers values
func (*WebhookDeliveryItemListOK) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemListOK) Code() int
Code gets the status code for the webhook delivery item list o k response
func (*WebhookDeliveryItemListOK) Error ¶
func (o *WebhookDeliveryItemListOK) Error() string
func (*WebhookDeliveryItemListOK) GetPayload ¶
func (o *WebhookDeliveryItemListOK) GetPayload() *models.V0WebhookDeliveryItemShowResponseModel
func (*WebhookDeliveryItemListOK) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) IsClientError() bool
IsClientError returns true when this webhook delivery item list o k response has a 4xx status code
func (*WebhookDeliveryItemListOK) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) IsCode(code int) bool
IsCode returns true when this webhook delivery item list o k response a status code equal to that given
func (*WebhookDeliveryItemListOK) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) IsRedirect() bool
IsRedirect returns true when this webhook delivery item list o k response has a 3xx status code
func (*WebhookDeliveryItemListOK) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) IsServerError() bool
IsServerError returns true when this webhook delivery item list o k response has a 5xx status code
func (*WebhookDeliveryItemListOK) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) IsSuccess() bool
IsSuccess returns true when this webhook delivery item list o k response has a 2xx status code
func (*WebhookDeliveryItemListOK) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemListOK) String() string
type WebhookDeliveryItemListParams ¶
type WebhookDeliveryItemListParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookSlug.
App webhook slug
*/
AppWebhookSlug string
/* Limit.
Max number of elements per page (default: 50)
*/
Limit *int64
/* Next.
Slug of the first delivery item in the response
*/
Next *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
WebhookDeliveryItemListParams contains all the parameters to send to the API endpoint
for the webhook delivery item list operation. Typically these are written to a http.Request.
func NewWebhookDeliveryItemListParams ¶
func NewWebhookDeliveryItemListParams() *WebhookDeliveryItemListParams
NewWebhookDeliveryItemListParams creates a new WebhookDeliveryItemListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewWebhookDeliveryItemListParamsWithContext ¶
func NewWebhookDeliveryItemListParamsWithContext(ctx context.Context) *WebhookDeliveryItemListParams
NewWebhookDeliveryItemListParamsWithContext creates a new WebhookDeliveryItemListParams object with the ability to set a context for a request.
func NewWebhookDeliveryItemListParamsWithHTTPClient ¶
func NewWebhookDeliveryItemListParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemListParams
NewWebhookDeliveryItemListParamsWithHTTPClient creates a new WebhookDeliveryItemListParams object with the ability to set a custom HTTPClient for a request.
func NewWebhookDeliveryItemListParamsWithTimeout ¶
func NewWebhookDeliveryItemListParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemListParams
NewWebhookDeliveryItemListParamsWithTimeout creates a new WebhookDeliveryItemListParams object with the ability to set a timeout on a request.
func (*WebhookDeliveryItemListParams) SetAppSlug ¶
func (o *WebhookDeliveryItemListParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetAppWebhookSlug ¶
func (o *WebhookDeliveryItemListParams) SetAppWebhookSlug(appWebhookSlug string)
SetAppWebhookSlug adds the appWebhookSlug to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetContext ¶
func (o *WebhookDeliveryItemListParams) SetContext(ctx context.Context)
SetContext adds the context to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetDefaults ¶
func (o *WebhookDeliveryItemListParams) SetDefaults()
SetDefaults hydrates default values in the webhook delivery item list params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemListParams) SetHTTPClient ¶
func (o *WebhookDeliveryItemListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetLimit ¶
func (o *WebhookDeliveryItemListParams) SetLimit(limit *int64)
SetLimit adds the limit to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetNext ¶
func (o *WebhookDeliveryItemListParams) SetNext(next *string)
SetNext adds the next to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) SetTimeout ¶
func (o *WebhookDeliveryItemListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithAppSlug ¶
func (o *WebhookDeliveryItemListParams) WithAppSlug(appSlug string) *WebhookDeliveryItemListParams
WithAppSlug adds the appSlug to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithAppWebhookSlug ¶
func (o *WebhookDeliveryItemListParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemListParams
WithAppWebhookSlug adds the appWebhookSlug to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithContext ¶
func (o *WebhookDeliveryItemListParams) WithContext(ctx context.Context) *WebhookDeliveryItemListParams
WithContext adds the context to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithDefaults ¶
func (o *WebhookDeliveryItemListParams) WithDefaults() *WebhookDeliveryItemListParams
WithDefaults hydrates default values in the webhook delivery item list params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemListParams) WithHTTPClient ¶
func (o *WebhookDeliveryItemListParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemListParams
WithHTTPClient adds the HTTPClient to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithLimit ¶
func (o *WebhookDeliveryItemListParams) WithLimit(limit *int64) *WebhookDeliveryItemListParams
WithLimit adds the limit to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithNext ¶
func (o *WebhookDeliveryItemListParams) WithNext(next *string) *WebhookDeliveryItemListParams
WithNext adds the next to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WithTimeout ¶
func (o *WebhookDeliveryItemListParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemListParams
WithTimeout adds the timeout to the webhook delivery item list params
func (*WebhookDeliveryItemListParams) WriteToRequest ¶
func (o *WebhookDeliveryItemListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WebhookDeliveryItemListReader ¶
type WebhookDeliveryItemListReader struct {
// contains filtered or unexported fields
}
WebhookDeliveryItemListReader is a Reader for the WebhookDeliveryItemList structure.
func (*WebhookDeliveryItemListReader) ReadResponse ¶
func (o *WebhookDeliveryItemListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WebhookDeliveryItemListUnauthorized ¶
type WebhookDeliveryItemListUnauthorized struct {
}
WebhookDeliveryItemListUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewWebhookDeliveryItemListUnauthorized ¶
func NewWebhookDeliveryItemListUnauthorized() *WebhookDeliveryItemListUnauthorized
NewWebhookDeliveryItemListUnauthorized creates a WebhookDeliveryItemListUnauthorized with default headers values
func (*WebhookDeliveryItemListUnauthorized) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemListUnauthorized) Code() int
Code gets the status code for the webhook delivery item list unauthorized response
func (*WebhookDeliveryItemListUnauthorized) Error ¶
func (o *WebhookDeliveryItemListUnauthorized) Error() string
func (*WebhookDeliveryItemListUnauthorized) GetPayload ¶
func (o *WebhookDeliveryItemListUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemListUnauthorized) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) IsClientError() bool
IsClientError returns true when this webhook delivery item list unauthorized response has a 4xx status code
func (*WebhookDeliveryItemListUnauthorized) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) IsCode(code int) bool
IsCode returns true when this webhook delivery item list unauthorized response a status code equal to that given
func (*WebhookDeliveryItemListUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) IsRedirect() bool
IsRedirect returns true when this webhook delivery item list unauthorized response has a 3xx status code
func (*WebhookDeliveryItemListUnauthorized) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) IsServerError() bool
IsServerError returns true when this webhook delivery item list unauthorized response has a 5xx status code
func (*WebhookDeliveryItemListUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) IsSuccess() bool
IsSuccess returns true when this webhook delivery item list unauthorized response has a 2xx status code
func (*WebhookDeliveryItemListUnauthorized) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemListUnauthorized) String() string
type WebhookDeliveryItemRedeliverBadRequest ¶
type WebhookDeliveryItemRedeliverBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemRedeliverBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewWebhookDeliveryItemRedeliverBadRequest ¶
func NewWebhookDeliveryItemRedeliverBadRequest() *WebhookDeliveryItemRedeliverBadRequest
NewWebhookDeliveryItemRedeliverBadRequest creates a WebhookDeliveryItemRedeliverBadRequest with default headers values
func (*WebhookDeliveryItemRedeliverBadRequest) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemRedeliverBadRequest) Code() int
Code gets the status code for the webhook delivery item redeliver bad request response
func (*WebhookDeliveryItemRedeliverBadRequest) Error ¶
func (o *WebhookDeliveryItemRedeliverBadRequest) Error() string
func (*WebhookDeliveryItemRedeliverBadRequest) GetPayload ¶
func (o *WebhookDeliveryItemRedeliverBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemRedeliverBadRequest) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) IsClientError() bool
IsClientError returns true when this webhook delivery item redeliver bad request response has a 4xx status code
func (*WebhookDeliveryItemRedeliverBadRequest) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) IsCode(code int) bool
IsCode returns true when this webhook delivery item redeliver bad request response a status code equal to that given
func (*WebhookDeliveryItemRedeliverBadRequest) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) IsRedirect() bool
IsRedirect returns true when this webhook delivery item redeliver bad request response has a 3xx status code
func (*WebhookDeliveryItemRedeliverBadRequest) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) IsServerError() bool
IsServerError returns true when this webhook delivery item redeliver bad request response has a 5xx status code
func (*WebhookDeliveryItemRedeliverBadRequest) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) IsSuccess() bool
IsSuccess returns true when this webhook delivery item redeliver bad request response has a 2xx status code
func (*WebhookDeliveryItemRedeliverBadRequest) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverBadRequest) String() string
type WebhookDeliveryItemRedeliverInternalServerError ¶
type WebhookDeliveryItemRedeliverInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemRedeliverInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewWebhookDeliveryItemRedeliverInternalServerError ¶
func NewWebhookDeliveryItemRedeliverInternalServerError() *WebhookDeliveryItemRedeliverInternalServerError
NewWebhookDeliveryItemRedeliverInternalServerError creates a WebhookDeliveryItemRedeliverInternalServerError with default headers values
func (*WebhookDeliveryItemRedeliverInternalServerError) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemRedeliverInternalServerError) Code() int
Code gets the status code for the webhook delivery item redeliver internal server error response
func (*WebhookDeliveryItemRedeliverInternalServerError) Error ¶
func (o *WebhookDeliveryItemRedeliverInternalServerError) Error() string
func (*WebhookDeliveryItemRedeliverInternalServerError) GetPayload ¶
func (o *WebhookDeliveryItemRedeliverInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemRedeliverInternalServerError) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) IsClientError() bool
IsClientError returns true when this webhook delivery item redeliver internal server error response has a 4xx status code
func (*WebhookDeliveryItemRedeliverInternalServerError) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) IsCode(code int) bool
IsCode returns true when this webhook delivery item redeliver internal server error response a status code equal to that given
func (*WebhookDeliveryItemRedeliverInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) IsRedirect() bool
IsRedirect returns true when this webhook delivery item redeliver internal server error response has a 3xx status code
func (*WebhookDeliveryItemRedeliverInternalServerError) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) IsServerError() bool
IsServerError returns true when this webhook delivery item redeliver internal server error response has a 5xx status code
func (*WebhookDeliveryItemRedeliverInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) IsSuccess() bool
IsSuccess returns true when this webhook delivery item redeliver internal server error response has a 2xx status code
func (*WebhookDeliveryItemRedeliverInternalServerError) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverInternalServerError) String() string
type WebhookDeliveryItemRedeliverOK ¶
type WebhookDeliveryItemRedeliverOK struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemRedeliverOK describes a response with status code 200, with default header values.
OK
func NewWebhookDeliveryItemRedeliverOK ¶
func NewWebhookDeliveryItemRedeliverOK() *WebhookDeliveryItemRedeliverOK
NewWebhookDeliveryItemRedeliverOK creates a WebhookDeliveryItemRedeliverOK with default headers values
func (*WebhookDeliveryItemRedeliverOK) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemRedeliverOK) Code() int
Code gets the status code for the webhook delivery item redeliver o k response
func (*WebhookDeliveryItemRedeliverOK) Error ¶
func (o *WebhookDeliveryItemRedeliverOK) Error() string
func (*WebhookDeliveryItemRedeliverOK) GetPayload ¶
func (o *WebhookDeliveryItemRedeliverOK) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemRedeliverOK) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) IsClientError() bool
IsClientError returns true when this webhook delivery item redeliver o k response has a 4xx status code
func (*WebhookDeliveryItemRedeliverOK) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) IsCode(code int) bool
IsCode returns true when this webhook delivery item redeliver o k response a status code equal to that given
func (*WebhookDeliveryItemRedeliverOK) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) IsRedirect() bool
IsRedirect returns true when this webhook delivery item redeliver o k response has a 3xx status code
func (*WebhookDeliveryItemRedeliverOK) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) IsServerError() bool
IsServerError returns true when this webhook delivery item redeliver o k response has a 5xx status code
func (*WebhookDeliveryItemRedeliverOK) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) IsSuccess() bool
IsSuccess returns true when this webhook delivery item redeliver o k response has a 2xx status code
func (*WebhookDeliveryItemRedeliverOK) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverOK) String() string
type WebhookDeliveryItemRedeliverParams ¶
type WebhookDeliveryItemRedeliverParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookSlug.
App webhook slug
*/
AppWebhookSlug string
/* WebhookDeliveryItemSlug.
Webhook delivery item slug
*/
WebhookDeliveryItemSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
WebhookDeliveryItemRedeliverParams contains all the parameters to send to the API endpoint
for the webhook delivery item redeliver operation. Typically these are written to a http.Request.
func NewWebhookDeliveryItemRedeliverParams ¶
func NewWebhookDeliveryItemRedeliverParams() *WebhookDeliveryItemRedeliverParams
NewWebhookDeliveryItemRedeliverParams creates a new WebhookDeliveryItemRedeliverParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewWebhookDeliveryItemRedeliverParamsWithContext ¶
func NewWebhookDeliveryItemRedeliverParamsWithContext(ctx context.Context) *WebhookDeliveryItemRedeliverParams
NewWebhookDeliveryItemRedeliverParamsWithContext creates a new WebhookDeliveryItemRedeliverParams object with the ability to set a context for a request.
func NewWebhookDeliveryItemRedeliverParamsWithHTTPClient ¶
func NewWebhookDeliveryItemRedeliverParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemRedeliverParams
NewWebhookDeliveryItemRedeliverParamsWithHTTPClient creates a new WebhookDeliveryItemRedeliverParams object with the ability to set a custom HTTPClient for a request.
func NewWebhookDeliveryItemRedeliverParamsWithTimeout ¶
func NewWebhookDeliveryItemRedeliverParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemRedeliverParams
NewWebhookDeliveryItemRedeliverParamsWithTimeout creates a new WebhookDeliveryItemRedeliverParams object with the ability to set a timeout on a request.
func (*WebhookDeliveryItemRedeliverParams) SetAppSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) SetAppWebhookSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) SetAppWebhookSlug(appWebhookSlug string)
SetAppWebhookSlug adds the appWebhookSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) SetContext ¶
func (o *WebhookDeliveryItemRedeliverParams) SetContext(ctx context.Context)
SetContext adds the context to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) SetDefaults ¶
func (o *WebhookDeliveryItemRedeliverParams) SetDefaults()
SetDefaults hydrates default values in the webhook delivery item redeliver params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemRedeliverParams) SetHTTPClient ¶
func (o *WebhookDeliveryItemRedeliverParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) SetTimeout ¶
func (o *WebhookDeliveryItemRedeliverParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) SetWebhookDeliveryItemSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) SetWebhookDeliveryItemSlug(webhookDeliveryItemSlug string)
SetWebhookDeliveryItemSlug adds the webhookDeliveryItemSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithAppSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) WithAppSlug(appSlug string) *WebhookDeliveryItemRedeliverParams
WithAppSlug adds the appSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithAppWebhookSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemRedeliverParams
WithAppWebhookSlug adds the appWebhookSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithContext ¶
func (o *WebhookDeliveryItemRedeliverParams) WithContext(ctx context.Context) *WebhookDeliveryItemRedeliverParams
WithContext adds the context to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithDefaults ¶
func (o *WebhookDeliveryItemRedeliverParams) WithDefaults() *WebhookDeliveryItemRedeliverParams
WithDefaults hydrates default values in the webhook delivery item redeliver params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemRedeliverParams) WithHTTPClient ¶
func (o *WebhookDeliveryItemRedeliverParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemRedeliverParams
WithHTTPClient adds the HTTPClient to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithTimeout ¶
func (o *WebhookDeliveryItemRedeliverParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemRedeliverParams
WithTimeout adds the timeout to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WithWebhookDeliveryItemSlug ¶
func (o *WebhookDeliveryItemRedeliverParams) WithWebhookDeliveryItemSlug(webhookDeliveryItemSlug string) *WebhookDeliveryItemRedeliverParams
WithWebhookDeliveryItemSlug adds the webhookDeliveryItemSlug to the webhook delivery item redeliver params
func (*WebhookDeliveryItemRedeliverParams) WriteToRequest ¶
func (o *WebhookDeliveryItemRedeliverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WebhookDeliveryItemRedeliverReader ¶
type WebhookDeliveryItemRedeliverReader struct {
// contains filtered or unexported fields
}
WebhookDeliveryItemRedeliverReader is a Reader for the WebhookDeliveryItemRedeliver structure.
func (*WebhookDeliveryItemRedeliverReader) ReadResponse ¶
func (o *WebhookDeliveryItemRedeliverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WebhookDeliveryItemRedeliverUnauthorized ¶
type WebhookDeliveryItemRedeliverUnauthorized struct {
}
WebhookDeliveryItemRedeliverUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewWebhookDeliveryItemRedeliverUnauthorized ¶
func NewWebhookDeliveryItemRedeliverUnauthorized() *WebhookDeliveryItemRedeliverUnauthorized
NewWebhookDeliveryItemRedeliverUnauthorized creates a WebhookDeliveryItemRedeliverUnauthorized with default headers values
func (*WebhookDeliveryItemRedeliverUnauthorized) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemRedeliverUnauthorized) Code() int
Code gets the status code for the webhook delivery item redeliver unauthorized response
func (*WebhookDeliveryItemRedeliverUnauthorized) Error ¶
func (o *WebhookDeliveryItemRedeliverUnauthorized) Error() string
func (*WebhookDeliveryItemRedeliverUnauthorized) GetPayload ¶
func (o *WebhookDeliveryItemRedeliverUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemRedeliverUnauthorized) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) IsClientError() bool
IsClientError returns true when this webhook delivery item redeliver unauthorized response has a 4xx status code
func (*WebhookDeliveryItemRedeliverUnauthorized) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) IsCode(code int) bool
IsCode returns true when this webhook delivery item redeliver unauthorized response a status code equal to that given
func (*WebhookDeliveryItemRedeliverUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) IsRedirect() bool
IsRedirect returns true when this webhook delivery item redeliver unauthorized response has a 3xx status code
func (*WebhookDeliveryItemRedeliverUnauthorized) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) IsServerError() bool
IsServerError returns true when this webhook delivery item redeliver unauthorized response has a 5xx status code
func (*WebhookDeliveryItemRedeliverUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) IsSuccess() bool
IsSuccess returns true when this webhook delivery item redeliver unauthorized response has a 2xx status code
func (*WebhookDeliveryItemRedeliverUnauthorized) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemRedeliverUnauthorized) String() string
type WebhookDeliveryItemShowBadRequest ¶
type WebhookDeliveryItemShowBadRequest struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemShowBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewWebhookDeliveryItemShowBadRequest ¶
func NewWebhookDeliveryItemShowBadRequest() *WebhookDeliveryItemShowBadRequest
NewWebhookDeliveryItemShowBadRequest creates a WebhookDeliveryItemShowBadRequest with default headers values
func (*WebhookDeliveryItemShowBadRequest) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemShowBadRequest) Code() int
Code gets the status code for the webhook delivery item show bad request response
func (*WebhookDeliveryItemShowBadRequest) Error ¶
func (o *WebhookDeliveryItemShowBadRequest) Error() string
func (*WebhookDeliveryItemShowBadRequest) GetPayload ¶
func (o *WebhookDeliveryItemShowBadRequest) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemShowBadRequest) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) IsClientError() bool
IsClientError returns true when this webhook delivery item show bad request response has a 4xx status code
func (*WebhookDeliveryItemShowBadRequest) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) IsCode(code int) bool
IsCode returns true when this webhook delivery item show bad request response a status code equal to that given
func (*WebhookDeliveryItemShowBadRequest) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) IsRedirect() bool
IsRedirect returns true when this webhook delivery item show bad request response has a 3xx status code
func (*WebhookDeliveryItemShowBadRequest) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) IsServerError() bool
IsServerError returns true when this webhook delivery item show bad request response has a 5xx status code
func (*WebhookDeliveryItemShowBadRequest) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) IsSuccess() bool
IsSuccess returns true when this webhook delivery item show bad request response has a 2xx status code
func (*WebhookDeliveryItemShowBadRequest) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowBadRequest) String() string
type WebhookDeliveryItemShowInternalServerError ¶
type WebhookDeliveryItemShowInternalServerError struct {
Payload *models.ServiceStandardErrorRespModel
}
WebhookDeliveryItemShowInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewWebhookDeliveryItemShowInternalServerError ¶
func NewWebhookDeliveryItemShowInternalServerError() *WebhookDeliveryItemShowInternalServerError
NewWebhookDeliveryItemShowInternalServerError creates a WebhookDeliveryItemShowInternalServerError with default headers values
func (*WebhookDeliveryItemShowInternalServerError) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemShowInternalServerError) Code() int
Code gets the status code for the webhook delivery item show internal server error response
func (*WebhookDeliveryItemShowInternalServerError) Error ¶
func (o *WebhookDeliveryItemShowInternalServerError) Error() string
func (*WebhookDeliveryItemShowInternalServerError) GetPayload ¶
func (o *WebhookDeliveryItemShowInternalServerError) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemShowInternalServerError) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) IsClientError() bool
IsClientError returns true when this webhook delivery item show internal server error response has a 4xx status code
func (*WebhookDeliveryItemShowInternalServerError) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) IsCode(code int) bool
IsCode returns true when this webhook delivery item show internal server error response a status code equal to that given
func (*WebhookDeliveryItemShowInternalServerError) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) IsRedirect() bool
IsRedirect returns true when this webhook delivery item show internal server error response has a 3xx status code
func (*WebhookDeliveryItemShowInternalServerError) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) IsServerError() bool
IsServerError returns true when this webhook delivery item show internal server error response has a 5xx status code
func (*WebhookDeliveryItemShowInternalServerError) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) IsSuccess() bool
IsSuccess returns true when this webhook delivery item show internal server error response has a 2xx status code
func (*WebhookDeliveryItemShowInternalServerError) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowInternalServerError) String() string
type WebhookDeliveryItemShowOK ¶
type WebhookDeliveryItemShowOK struct {
Payload *models.V0WebhookDeliveryItemResponseModel
}
WebhookDeliveryItemShowOK describes a response with status code 200, with default header values.
OK
func NewWebhookDeliveryItemShowOK ¶
func NewWebhookDeliveryItemShowOK() *WebhookDeliveryItemShowOK
NewWebhookDeliveryItemShowOK creates a WebhookDeliveryItemShowOK with default headers values
func (*WebhookDeliveryItemShowOK) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemShowOK) Code() int
Code gets the status code for the webhook delivery item show o k response
func (*WebhookDeliveryItemShowOK) Error ¶
func (o *WebhookDeliveryItemShowOK) Error() string
func (*WebhookDeliveryItemShowOK) GetPayload ¶
func (o *WebhookDeliveryItemShowOK) GetPayload() *models.V0WebhookDeliveryItemResponseModel
func (*WebhookDeliveryItemShowOK) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) IsClientError() bool
IsClientError returns true when this webhook delivery item show o k response has a 4xx status code
func (*WebhookDeliveryItemShowOK) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) IsCode(code int) bool
IsCode returns true when this webhook delivery item show o k response a status code equal to that given
func (*WebhookDeliveryItemShowOK) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) IsRedirect() bool
IsRedirect returns true when this webhook delivery item show o k response has a 3xx status code
func (*WebhookDeliveryItemShowOK) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) IsServerError() bool
IsServerError returns true when this webhook delivery item show o k response has a 5xx status code
func (*WebhookDeliveryItemShowOK) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) IsSuccess() bool
IsSuccess returns true when this webhook delivery item show o k response has a 2xx status code
func (*WebhookDeliveryItemShowOK) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowOK) String() string
type WebhookDeliveryItemShowParams ¶
type WebhookDeliveryItemShowParams struct {
/* AppSlug.
App slug
*/
AppSlug string
/* AppWebhookSlug.
App webhook slug
*/
AppWebhookSlug string
/* WebhookDeliveryItemSlug.
Webhook delivery item slug
*/
WebhookDeliveryItemSlug string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
WebhookDeliveryItemShowParams contains all the parameters to send to the API endpoint
for the webhook delivery item show operation. Typically these are written to a http.Request.
func NewWebhookDeliveryItemShowParams ¶
func NewWebhookDeliveryItemShowParams() *WebhookDeliveryItemShowParams
NewWebhookDeliveryItemShowParams creates a new WebhookDeliveryItemShowParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewWebhookDeliveryItemShowParamsWithContext ¶
func NewWebhookDeliveryItemShowParamsWithContext(ctx context.Context) *WebhookDeliveryItemShowParams
NewWebhookDeliveryItemShowParamsWithContext creates a new WebhookDeliveryItemShowParams object with the ability to set a context for a request.
func NewWebhookDeliveryItemShowParamsWithHTTPClient ¶
func NewWebhookDeliveryItemShowParamsWithHTTPClient(client *http.Client) *WebhookDeliveryItemShowParams
NewWebhookDeliveryItemShowParamsWithHTTPClient creates a new WebhookDeliveryItemShowParams object with the ability to set a custom HTTPClient for a request.
func NewWebhookDeliveryItemShowParamsWithTimeout ¶
func NewWebhookDeliveryItemShowParamsWithTimeout(timeout time.Duration) *WebhookDeliveryItemShowParams
NewWebhookDeliveryItemShowParamsWithTimeout creates a new WebhookDeliveryItemShowParams object with the ability to set a timeout on a request.
func (*WebhookDeliveryItemShowParams) SetAppSlug ¶
func (o *WebhookDeliveryItemShowParams) SetAppSlug(appSlug string)
SetAppSlug adds the appSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) SetAppWebhookSlug ¶
func (o *WebhookDeliveryItemShowParams) SetAppWebhookSlug(appWebhookSlug string)
SetAppWebhookSlug adds the appWebhookSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) SetContext ¶
func (o *WebhookDeliveryItemShowParams) SetContext(ctx context.Context)
SetContext adds the context to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) SetDefaults ¶
func (o *WebhookDeliveryItemShowParams) SetDefaults()
SetDefaults hydrates default values in the webhook delivery item show params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemShowParams) SetHTTPClient ¶
func (o *WebhookDeliveryItemShowParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) SetTimeout ¶
func (o *WebhookDeliveryItemShowParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) SetWebhookDeliveryItemSlug ¶
func (o *WebhookDeliveryItemShowParams) SetWebhookDeliveryItemSlug(webhookDeliveryItemSlug string)
SetWebhookDeliveryItemSlug adds the webhookDeliveryItemSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithAppSlug ¶
func (o *WebhookDeliveryItemShowParams) WithAppSlug(appSlug string) *WebhookDeliveryItemShowParams
WithAppSlug adds the appSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithAppWebhookSlug ¶
func (o *WebhookDeliveryItemShowParams) WithAppWebhookSlug(appWebhookSlug string) *WebhookDeliveryItemShowParams
WithAppWebhookSlug adds the appWebhookSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithContext ¶
func (o *WebhookDeliveryItemShowParams) WithContext(ctx context.Context) *WebhookDeliveryItemShowParams
WithContext adds the context to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithDefaults ¶
func (o *WebhookDeliveryItemShowParams) WithDefaults() *WebhookDeliveryItemShowParams
WithDefaults hydrates default values in the webhook delivery item show params (not the query body).
All values with no default are reset to their zero value.
func (*WebhookDeliveryItemShowParams) WithHTTPClient ¶
func (o *WebhookDeliveryItemShowParams) WithHTTPClient(client *http.Client) *WebhookDeliveryItemShowParams
WithHTTPClient adds the HTTPClient to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithTimeout ¶
func (o *WebhookDeliveryItemShowParams) WithTimeout(timeout time.Duration) *WebhookDeliveryItemShowParams
WithTimeout adds the timeout to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WithWebhookDeliveryItemSlug ¶
func (o *WebhookDeliveryItemShowParams) WithWebhookDeliveryItemSlug(webhookDeliveryItemSlug string) *WebhookDeliveryItemShowParams
WithWebhookDeliveryItemSlug adds the webhookDeliveryItemSlug to the webhook delivery item show params
func (*WebhookDeliveryItemShowParams) WriteToRequest ¶
func (o *WebhookDeliveryItemShowParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type WebhookDeliveryItemShowReader ¶
type WebhookDeliveryItemShowReader struct {
// contains filtered or unexported fields
}
WebhookDeliveryItemShowReader is a Reader for the WebhookDeliveryItemShow structure.
func (*WebhookDeliveryItemShowReader) ReadResponse ¶
func (o *WebhookDeliveryItemShowReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type WebhookDeliveryItemShowUnauthorized ¶
type WebhookDeliveryItemShowUnauthorized struct {
}
WebhookDeliveryItemShowUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewWebhookDeliveryItemShowUnauthorized ¶
func NewWebhookDeliveryItemShowUnauthorized() *WebhookDeliveryItemShowUnauthorized
NewWebhookDeliveryItemShowUnauthorized creates a WebhookDeliveryItemShowUnauthorized with default headers values
func (*WebhookDeliveryItemShowUnauthorized) Code ¶ added in v1.0.3
func (o *WebhookDeliveryItemShowUnauthorized) Code() int
Code gets the status code for the webhook delivery item show unauthorized response
func (*WebhookDeliveryItemShowUnauthorized) Error ¶
func (o *WebhookDeliveryItemShowUnauthorized) Error() string
func (*WebhookDeliveryItemShowUnauthorized) GetPayload ¶
func (o *WebhookDeliveryItemShowUnauthorized) GetPayload() *models.ServiceStandardErrorRespModel
func (*WebhookDeliveryItemShowUnauthorized) IsClientError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) IsClientError() bool
IsClientError returns true when this webhook delivery item show unauthorized response has a 4xx status code
func (*WebhookDeliveryItemShowUnauthorized) IsCode ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) IsCode(code int) bool
IsCode returns true when this webhook delivery item show unauthorized response a status code equal to that given
func (*WebhookDeliveryItemShowUnauthorized) IsRedirect ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) IsRedirect() bool
IsRedirect returns true when this webhook delivery item show unauthorized response has a 3xx status code
func (*WebhookDeliveryItemShowUnauthorized) IsServerError ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) IsServerError() bool
IsServerError returns true when this webhook delivery item show unauthorized response has a 5xx status code
func (*WebhookDeliveryItemShowUnauthorized) IsSuccess ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) IsSuccess() bool
IsSuccess returns true when this webhook delivery item show unauthorized response has a 2xx status code
func (*WebhookDeliveryItemShowUnauthorized) String ¶ added in v0.1.0
func (o *WebhookDeliveryItemShowUnauthorized) String() string
Source Files
¶
- activity_list_parameters.go
- activity_list_responses.go
- addon_list_by_app_parameters.go
- addon_list_by_app_responses.go
- addon_list_by_organization_parameters.go
- addon_list_by_organization_responses.go
- addon_list_by_user_parameters.go
- addon_list_by_user_responses.go
- addons_list_parameters.go
- addons_list_responses.go
- addons_show_parameters.go
- addons_show_responses.go
- android_keystore_file_confirm_parameters.go
- android_keystore_file_confirm_responses.go
- android_keystore_file_create_parameters.go
- android_keystore_file_create_responses.go
- android_keystore_file_delete_parameters.go
- android_keystore_file_delete_responses.go
- android_keystore_file_list_parameters.go
- android_keystore_file_list_responses.go
- app_config_create_parameters.go
- app_config_create_responses.go
- app_config_datastore_show_parameters.go
- app_config_datastore_show_responses.go
- app_create_parameters.go
- app_create_responses.go
- app_delete_parameters.go
- app_delete_responses.go
- app_finish_parameters.go
- app_finish_responses.go
- app_list_by_organization_parameters.go
- app_list_by_organization_responses.go
- app_list_by_user_parameters.go
- app_list_by_user_responses.go
- app_list_parameters.go
- app_list_responses.go
- app_notifications_parameters.go
- app_notifications_responses.go
- app_roles_query_parameters.go
- app_roles_query_responses.go
- app_roles_update_parameters.go
- app_roles_update_responses.go
- app_setup_bitrise_yml_config_get_parameters.go
- app_setup_bitrise_yml_config_get_responses.go
- app_setup_bitrise_yml_config_update_parameters.go
- app_setup_bitrise_yml_config_update_responses.go
- app_show_parameters.go
- app_show_responses.go
- app_update_parameters.go
- app_update_responses.go
- app_webhook_create_parameters.go
- app_webhook_create_responses.go
- apple_api_credential_list_parameters.go
- apple_api_credential_list_responses.go
- archived_builds_list_parameters.go
- archived_builds_list_responses.go
- artifact_delete_parameters.go
- artifact_delete_responses.go
- artifact_list_parameters.go
- artifact_list_responses.go
- artifact_show_parameters.go
- artifact_show_responses.go
- artifact_update_parameters.go
- artifact_update_responses.go
- branch_list_parameters.go
- branch_list_responses.go
- build_abort_parameters.go
- build_abort_responses.go
- build_bitrise_yml_show_parameters.go
- build_bitrise_yml_show_responses.go
- build_certificate_confirm_parameters.go
- build_certificate_confirm_responses.go
- build_certificate_create_parameters.go
- build_certificate_create_responses.go
- build_certificate_delete_parameters.go
- build_certificate_delete_responses.go
- build_certificate_list_parameters.go
- build_certificate_list_responses.go
- build_certificate_show_parameters.go
- build_certificate_show_responses.go
- build_certificate_update_parameters.go
- build_certificate_update_responses.go
- build_list_all_parameters.go
- build_list_all_responses.go
- build_list_parameters.go
- build_list_responses.go
- build_log_parameters.go
- build_log_responses.go
- build_request_list_parameters.go
- build_request_list_responses.go
- build_request_update_parameters.go
- build_request_update_responses.go
- build_show_parameters.go
- build_show_responses.go
- build_trigger_parameters.go
- build_trigger_responses.go
- build_workflow_list_parameters.go
- build_workflow_list_responses.go
- cache_item_delete_all_parameters.go
- cache_item_delete_all_responses.go
- cache_item_delete_parameters.go
- cache_item_delete_responses.go
- cache_item_download_parameters.go
- cache_item_download_responses.go
- cache_list_parameters.go
- cache_list_responses.go
- generic_project_file_confirm_parameters.go
- generic_project_file_confirm_responses.go
- generic_project_file_delete_parameters.go
- generic_project_file_delete_responses.go
- generic_project_file_list_parameters.go
- generic_project_file_list_responses.go
- generic_project_file_show_parameters.go
- generic_project_file_show_responses.go
- generic_project_file_update_parameters.go
- generic_project_file_update_responses.go
- generic_project_files_create_parameters.go
- generic_project_files_create_responses.go
- local_build_list_parameters.go
- local_build_list_responses.go
- operations_client.go
- org_list_parameters.go
- org_list_responses.go
- org_show_parameters.go
- org_show_responses.go
- organization_machine_type_update_parameters.go
- organization_machine_type_update_responses.go
- organzation_groups_list_parameters.go
- organzation_groups_list_responses.go
- outgoing_webhook_create_parameters.go
- outgoing_webhook_create_responses.go
- outgoing_webhook_delete_parameters.go
- outgoing_webhook_delete_responses.go
- outgoing_webhook_list_parameters.go
- outgoing_webhook_list_responses.go
- outgoing_webhook_update_parameters.go
- outgoing_webhook_update_responses.go
- pipeline_abort_parameters.go
- pipeline_abort_responses.go
- pipeline_list_all_parameters.go
- pipeline_list_all_responses.go
- pipeline_list_parameters.go
- pipeline_list_responses.go
- pipeline_rebuild_parameters.go
- pipeline_rebuild_responses.go
- pipeline_show_parameters.go
- pipeline_show_responses.go
- provisioning_profile_confirm_parameters.go
- provisioning_profile_confirm_responses.go
- provisioning_profile_create_parameters.go
- provisioning_profile_create_responses.go
- provisioning_profile_delete_parameters.go
- provisioning_profile_delete_responses.go
- provisioning_profile_list_parameters.go
- provisioning_profile_list_responses.go
- provisioning_profile_show_parameters.go
- provisioning_profile_show_responses.go
- provisioning_profile_update_parameters.go
- provisioning_profile_update_responses.go
- release_create_app_store_parameters.go
- release_create_app_store_responses.go
- release_create_google_play_parameters.go
- release_create_google_play_responses.go
- secret_delete_parameters.go
- secret_delete_responses.go
- secret_list_parameters.go
- secret_list_responses.go
- secret_upsert_parameters.go
- secret_upsert_responses.go
- secret_value_get_parameters.go
- secret_value_get_responses.go
- ssh_key_create_parameters.go
- ssh_key_create_responses.go
- test_device_list_parameters.go
- test_device_list_responses.go
- user_machine_type_update_parameters.go
- user_machine_type_update_responses.go
- user_plan_parameters.go
- user_plan_responses.go
- user_profile_parameters.go
- user_profile_responses.go
- user_show_parameters.go
- user_show_responses.go
- webhook_delivery_item_list_parameters.go
- webhook_delivery_item_list_responses.go
- webhook_delivery_item_redeliver_parameters.go
- webhook_delivery_item_redeliver_responses.go
- webhook_delivery_item_show_parameters.go
- webhook_delivery_item_show_responses.go