operations

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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) Error

func (o *ActivityListBadRequest) Error() string

func (*ActivityListBadRequest) GetPayload

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) Error

func (*ActivityListInternalServerError) GetPayload

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) Error

func (o *ActivityListNotFound) Error() string

func (*ActivityListNotFound) GetPayload

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) Error

func (o *ActivityListOK) Error() string

func (*ActivityListOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *ActivityListUnauthorized) Error() string

func (*ActivityListUnauthorized) GetPayload

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) Error

func (o *AddonListByAppBadRequest) Error() string

func (*AddonListByAppBadRequest) GetPayload

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) Error

func (*AddonListByAppInternalServerError) GetPayload

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) Error

func (o *AddonListByAppNotFound) Error() string

func (*AddonListByAppNotFound) GetPayload

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) Error

func (o *AddonListByAppOK) Error() string

func (*AddonListByAppOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AddonListByAppUnauthorized) GetPayload

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) Error

func (*AddonListByOrganizationBadRequest) GetPayload

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) Error

func (*AddonListByOrganizationInternalServerError) GetPayload

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) Error

func (*AddonListByOrganizationNotFound) GetPayload

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) Error

func (o *AddonListByOrganizationOK) Error() string

func (*AddonListByOrganizationOK) GetPayload

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

WithContext adds the context to the addon list by organization params

func (*AddonListByOrganizationParams) WithDefaults

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

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

WithTimeout adds the timeout to the addon list by organization params

func (*AddonListByOrganizationParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AddonListByOrganizationUnauthorized) GetPayload

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) Error

func (o *AddonListByUserBadRequest) Error() string

func (*AddonListByUserBadRequest) GetPayload

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) Error

func (*AddonListByUserInternalServerError) GetPayload

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) Error

func (o *AddonListByUserNotFound) Error() string

func (*AddonListByUserNotFound) GetPayload

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) Error

func (o *AddonListByUserOK) Error() string

func (*AddonListByUserOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AddonListByUserUnauthorized) GetPayload

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) Error

func (o *AddonsListBadRequest) Error() string

func (*AddonsListBadRequest) GetPayload

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) Error

func (*AddonsListInternalServerError) GetPayload

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) Error

func (o *AddonsListNotFound) Error() string

func (*AddonsListNotFound) GetPayload

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) Error

func (o *AddonsListOK) Error() string

func (*AddonsListOK) GetPayload

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AddonsListUnauthorized) Error() string

func (*AddonsListUnauthorized) GetPayload

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) Error

func (o *AddonsShowBadRequest) Error() string

func (*AddonsShowBadRequest) GetPayload

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) Error

func (*AddonsShowInternalServerError) GetPayload

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) Error

func (o *AddonsShowNotFound) Error() string

func (*AddonsShowNotFound) GetPayload

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) Error

func (o *AddonsShowOK) Error() string

func (*AddonsShowOK) GetPayload

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AddonsShowUnauthorized) Error() string

func (*AddonsShowUnauthorized) GetPayload

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) Error

func (*AndroidKeystoreFileCreateBadRequest) GetPayload

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) Error

func (*AndroidKeystoreFileCreateCreated) GetPayload

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) Error

func (*AndroidKeystoreFileCreateInternalServerError) GetPayload

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) Error

func (*AndroidKeystoreFileCreateNotFound) GetPayload

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

WithAndroidKeystoreFile adds the androidKeystoreFile to the android keystore file create params

func (*AndroidKeystoreFileCreateParams) WithAppSlug

WithAppSlug adds the appSlug to the android keystore file create params

func (*AndroidKeystoreFileCreateParams) WithContext

WithContext adds the context to the android keystore file create params

func (*AndroidKeystoreFileCreateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the android keystore file create params

func (*AndroidKeystoreFileCreateParams) WithTimeout

WithTimeout adds the timeout to the android keystore file create params

func (*AndroidKeystoreFileCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AndroidKeystoreFileCreateUnauthorized) GetPayload

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) Error

func (*AndroidKeystoreFileListBadRequest) GetPayload

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) Error

func (*AndroidKeystoreFileListInternalServerError) GetPayload

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) Error

func (*AndroidKeystoreFileListNotFound) GetPayload

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) Error

func (o *AndroidKeystoreFileListOK) Error() string

func (*AndroidKeystoreFileListOK) GetPayload

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

WithAppSlug adds the appSlug to the android keystore file list params

func (*AndroidKeystoreFileListParams) WithContext

WithContext adds the context to the android keystore file list params

func (*AndroidKeystoreFileListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the android keystore file list params

func (*AndroidKeystoreFileListParams) WithLimit

WithLimit adds the limit to the android keystore file list params

func (*AndroidKeystoreFileListParams) WithNext

WithNext adds the next to the android keystore file list params

func (*AndroidKeystoreFileListParams) WithTimeout

WithTimeout adds the timeout to the android keystore file list params

func (*AndroidKeystoreFileListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AndroidKeystoreFileListUnauthorized) GetPayload

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) Error

func (o *AppConfigCreateBadRequest) Error() string

func (*AppConfigCreateBadRequest) GetPayload

type AppConfigCreateInternalServerError

type AppConfigCreateInternalServerError struct {
	Payload *models.V0ProxyErrorRespModel
}
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) Error

func (*AppConfigCreateInternalServerError) GetPayload

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) Error

func (o *AppConfigCreateNotFound) Error() string

func (*AppConfigCreateNotFound) GetPayload

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) Error

func (o *AppConfigCreateOK) Error() string

func (*AppConfigCreateOK) GetPayload

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

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppConfigCreateUnauthorized) GetPayload

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) Error

func (*AppConfigDatastoreShowBadRequest) GetPayload

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) Error

func (*AppConfigDatastoreShowInternalServerError) GetPayload

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) Error

func (*AppConfigDatastoreShowNotFound) GetPayload

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) Error

func (o *AppConfigDatastoreShowOK) Error() string

func (*AppConfigDatastoreShowOK) GetPayload

func (o *AppConfigDatastoreShowOK) GetPayload() 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

WithAppSlug adds the appSlug to the app config datastore show params

func (*AppConfigDatastoreShowParams) WithContext

WithContext adds the context to the app config datastore show params

func (*AppConfigDatastoreShowParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the app config datastore show params

func (*AppConfigDatastoreShowParams) WithTimeout

WithTimeout adds the timeout to the app config datastore show params

func (*AppConfigDatastoreShowParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppConfigDatastoreShowUnauthorized) GetPayload

type AppCreateBadRequest

type AppCreateBadRequest struct {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppCreateBadRequest) Error() string

func (*AppCreateBadRequest) GetPayload

type AppCreateInternalServerError

type AppCreateInternalServerError struct {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppCreateInternalServerError) GetPayload

type AppCreateNotFound

type AppCreateNotFound struct {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppCreateNotFound) Error() string

func (*AppCreateNotFound) GetPayload

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) Error

func (o *AppCreateOK) Error() string

func (*AppCreateOK) GetPayload

func (o *AppCreateOK) GetPayload() *models.V0AppRespModel

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppCreateUnauthorized) Error() string

func (*AppCreateUnauthorized) GetPayload

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) Error

func (o *AppFinishBadRequest) Error() string

func (*AppFinishBadRequest) GetPayload

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) Error

func (*AppFinishInternalServerError) GetPayload

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) Error

func (o *AppFinishNotFound) Error() string

func (*AppFinishNotFound) GetPayload

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) Error

func (o *AppFinishOK) Error() string

func (*AppFinishOK) GetPayload

func (o *AppFinishOK) GetPayload() *models.V0AppFinishRespModel

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppFinishUnauthorized) Error() string

func (*AppFinishUnauthorized) GetPayload

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) Error

func (o *AppListBadRequest) Error() string

func (*AppListBadRequest) GetPayload

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) Error

func (*AppListByOrganizationBadRequest) GetPayload

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) Error

func (*AppListByOrganizationInternalServerError) GetPayload

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) Error

func (*AppListByOrganizationNotFound) GetPayload

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) Error

func (o *AppListByOrganizationOK) Error() string

func (*AppListByOrganizationOK) GetPayload

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

	/* SortBy.

	   Order of applications: sort them based on when they were created or the time of their last build
	*/
	SortBy *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) 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) WithContext

WithContext adds the context to the app list by organization params

func (*AppListByOrganizationParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the app list by organization params

func (*AppListByOrganizationParams) WithLimit

WithLimit adds the limit to the app list by organization params

func (*AppListByOrganizationParams) WithNext

WithNext adds the next to the app list by organization params

func (*AppListByOrganizationParams) WithOrgSlug

WithOrgSlug adds the orgSlug to the app list by organization params

func (*AppListByOrganizationParams) WithSortBy

WithSortBy adds the sortBy to the app list by organization params

func (*AppListByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the app list by organization params

func (*AppListByOrganizationParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppListByOrganizationUnauthorized) GetPayload

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) Error

func (o *AppListByUserBadRequest) Error() string

func (*AppListByUserBadRequest) GetPayload

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) Error

func (*AppListByUserInternalServerError) GetPayload

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) Error

func (o *AppListByUserNotFound) Error() string

func (*AppListByUserNotFound) GetPayload

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) Error

func (o *AppListByUserOK) Error() string

func (*AppListByUserOK) GetPayload

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

	/* SortBy.

	   Order of applications
	*/
	SortBy *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) 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) SetUserSlug

func (o *AppListByUserParams) SetUserSlug(userSlug string)

SetUserSlug adds the userSlug to the app list by user params

func (*AppListByUserParams) WithContext

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) 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) 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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppListByUserUnauthorized) Error() string

func (*AppListByUserUnauthorized) GetPayload

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) Error

func (*AppListInternalServerError) GetPayload

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) Error

func (o *AppListNotFound) Error() string

func (*AppListNotFound) GetPayload

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) Error

func (o *AppListOK) Error() string

func (*AppListOK) GetPayload

func (o *AppListOK) GetPayload() *models.V0AppListResponseModel

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

	/* SortBy.

	   Order of the applications: sort them based on when they were created or the time of their last build
	*/
	SortBy *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) 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) 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) 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) 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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppListUnauthorized) Error() string

func (*AppListUnauthorized) GetPayload

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) Error

func (o *AppShowBadRequest) Error() string

func (*AppShowBadRequest) GetPayload

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) Error

func (*AppShowInternalServerError) GetPayload

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) Error

func (o *AppShowNotFound) Error() string

func (*AppShowNotFound) GetPayload

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) Error

func (o *AppShowOK) Error() string

func (*AppShowOK) GetPayload

func (o *AppShowOK) GetPayload() *models.V0AppShowResponseModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *AppShowUnauthorized) Error() string

func (*AppShowUnauthorized) GetPayload

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) Error

func (*AppWebhookCreateBadRequest) GetPayload

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) Error

func (*AppWebhookCreateInternalServerError) GetPayload

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) Error

func (o *AppWebhookCreateNotFound) Error() string

func (*AppWebhookCreateNotFound) GetPayload

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) Error

func (o *AppWebhookCreateOK) Error() string

func (*AppWebhookCreateOK) GetPayload

func (o *AppWebhookCreateOK) GetPayload() *models.V0WebhookRespModel

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

WithContext adds the context to the app webhook create params

func (*AppWebhookCreateParams) WithDefaults

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

WithTimeout adds the timeout to the app webhook create params

func (*AppWebhookCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppWebhookCreateUnauthorized) GetPayload

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) Error

func (*AppleAPICredentialListBadRequest) GetPayload

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) Error

func (*AppleAPICredentialListInternalServerError) GetPayload

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) Error

func (*AppleAPICredentialListNotFound) GetPayload

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) Error

func (o *AppleAPICredentialListOK) Error() string

func (*AppleAPICredentialListOK) GetPayload

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

WithContext adds the context to the apple api credential list params

func (*AppleAPICredentialListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the apple api credential list params

func (*AppleAPICredentialListParams) WithTimeout

WithTimeout adds the timeout to the apple api credential list params

func (*AppleAPICredentialListParams) WithUserSlug

WithUserSlug adds the userSlug to the apple api credential list params

func (*AppleAPICredentialListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*AppleAPICredentialListUnauthorized) GetPayload

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) Error

func (o *ArtifactDeleteBadRequest) Error() string

func (*ArtifactDeleteBadRequest) GetPayload

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) Error

func (*ArtifactDeleteInternalServerError) GetPayload

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) Error

func (o *ArtifactDeleteNotFound) Error() string

func (*ArtifactDeleteNotFound) GetPayload

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) Error

func (o *ArtifactDeleteOK) Error() string

func (*ArtifactDeleteOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ArtifactDeleteUnauthorized) GetPayload

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) Error

func (o *ArtifactListBadRequest) Error() string

func (*ArtifactListBadRequest) GetPayload

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) Error

func (*ArtifactListInternalServerError) GetPayload

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) Error

func (o *ArtifactListNotFound) Error() string

func (*ArtifactListNotFound) GetPayload

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) Error

func (o *ArtifactListOK) Error() string

func (*ArtifactListOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *ArtifactListUnauthorized) Error() string

func (*ArtifactListUnauthorized) GetPayload

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) Error

func (o *ArtifactShowBadRequest) Error() string

func (*ArtifactShowBadRequest) GetPayload

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) Error

func (*ArtifactShowInternalServerError) GetPayload

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) Error

func (o *ArtifactShowNotFound) Error() string

func (*ArtifactShowNotFound) GetPayload

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) Error

func (o *ArtifactShowOK) Error() string

func (*ArtifactShowOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *ArtifactShowUnauthorized) Error() string

func (*ArtifactShowUnauthorized) GetPayload

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) Error

func (o *ArtifactUpdateBadRequest) Error() string

func (*ArtifactUpdateBadRequest) GetPayload

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) Error

func (*ArtifactUpdateInternalServerError) GetPayload

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) Error

func (o *ArtifactUpdateNotFound) Error() string

func (*ArtifactUpdateNotFound) GetPayload

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) Error

func (o *ArtifactUpdateOK) Error() string

func (*ArtifactUpdateOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ArtifactUpdateUnauthorized) GetPayload

type AvatarCandidateCreateBadRequest

type AvatarCandidateCreateBadRequest struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateCreateBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAvatarCandidateCreateBadRequest

func NewAvatarCandidateCreateBadRequest() *AvatarCandidateCreateBadRequest

NewAvatarCandidateCreateBadRequest creates a AvatarCandidateCreateBadRequest with default headers values

func (*AvatarCandidateCreateBadRequest) Error

func (*AvatarCandidateCreateBadRequest) GetPayload

type AvatarCandidateCreateCreated

type AvatarCandidateCreateCreated struct {
	Payload []*models.V0AvatarCandidateCreateResponseItem
}
AvatarCandidateCreateCreated describes a response with status code 201, with default header values.

Created

func NewAvatarCandidateCreateCreated

func NewAvatarCandidateCreateCreated() *AvatarCandidateCreateCreated

NewAvatarCandidateCreateCreated creates a AvatarCandidateCreateCreated with default headers values

func (*AvatarCandidateCreateCreated) Error

func (*AvatarCandidateCreateCreated) GetPayload

type AvatarCandidateCreateInternalServerError

type AvatarCandidateCreateInternalServerError struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateCreateInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewAvatarCandidateCreateInternalServerError

func NewAvatarCandidateCreateInternalServerError() *AvatarCandidateCreateInternalServerError

NewAvatarCandidateCreateInternalServerError creates a AvatarCandidateCreateInternalServerError with default headers values

func (*AvatarCandidateCreateInternalServerError) Error

func (*AvatarCandidateCreateInternalServerError) GetPayload

type AvatarCandidateCreateNotFound

type AvatarCandidateCreateNotFound struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateCreateNotFound describes a response with status code 404, with default header values.

Not Found

func NewAvatarCandidateCreateNotFound

func NewAvatarCandidateCreateNotFound() *AvatarCandidateCreateNotFound

NewAvatarCandidateCreateNotFound creates a AvatarCandidateCreateNotFound with default headers values

func (*AvatarCandidateCreateNotFound) Error

func (*AvatarCandidateCreateNotFound) GetPayload

type AvatarCandidateCreateParams

type AvatarCandidateCreateParams struct {

	/* AppSlug.

	   App slug
	*/
	AppSlug string

	/* AvatarCandidate.

	   Avatar candidate parameters
	*/
	AvatarCandidate []*models.V0AvatarCandidateCreateParams

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AvatarCandidateCreateParams contains all the parameters to send to the API endpoint

for the avatar candidate create operation.

Typically these are written to a http.Request.

func NewAvatarCandidateCreateParams

func NewAvatarCandidateCreateParams() *AvatarCandidateCreateParams

NewAvatarCandidateCreateParams creates a new AvatarCandidateCreateParams 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 NewAvatarCandidateCreateParamsWithContext

func NewAvatarCandidateCreateParamsWithContext(ctx context.Context) *AvatarCandidateCreateParams

NewAvatarCandidateCreateParamsWithContext creates a new AvatarCandidateCreateParams object with the ability to set a context for a request.

func NewAvatarCandidateCreateParamsWithHTTPClient

func NewAvatarCandidateCreateParamsWithHTTPClient(client *http.Client) *AvatarCandidateCreateParams

NewAvatarCandidateCreateParamsWithHTTPClient creates a new AvatarCandidateCreateParams object with the ability to set a custom HTTPClient for a request.

func NewAvatarCandidateCreateParamsWithTimeout

func NewAvatarCandidateCreateParamsWithTimeout(timeout time.Duration) *AvatarCandidateCreateParams

NewAvatarCandidateCreateParamsWithTimeout creates a new AvatarCandidateCreateParams object with the ability to set a timeout on a request.

func (*AvatarCandidateCreateParams) SetAppSlug

func (o *AvatarCandidateCreateParams) SetAppSlug(appSlug string)

SetAppSlug adds the appSlug to the avatar candidate create params

func (*AvatarCandidateCreateParams) SetAvatarCandidate

func (o *AvatarCandidateCreateParams) SetAvatarCandidate(avatarCandidate []*models.V0AvatarCandidateCreateParams)

SetAvatarCandidate adds the avatarCandidate to the avatar candidate create params

func (*AvatarCandidateCreateParams) SetContext

func (o *AvatarCandidateCreateParams) SetContext(ctx context.Context)

SetContext adds the context to the avatar candidate create params

func (*AvatarCandidateCreateParams) SetDefaults

func (o *AvatarCandidateCreateParams) SetDefaults()

SetDefaults hydrates default values in the avatar candidate create params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidateCreateParams) SetHTTPClient

func (o *AvatarCandidateCreateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the avatar candidate create params

func (*AvatarCandidateCreateParams) SetTimeout

func (o *AvatarCandidateCreateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the avatar candidate create params

func (*AvatarCandidateCreateParams) WithAppSlug

WithAppSlug adds the appSlug to the avatar candidate create params

func (*AvatarCandidateCreateParams) WithAvatarCandidate

WithAvatarCandidate adds the avatarCandidate to the avatar candidate create params

func (*AvatarCandidateCreateParams) WithContext

WithContext adds the context to the avatar candidate create params

func (*AvatarCandidateCreateParams) WithDefaults

WithDefaults hydrates default values in the avatar candidate create params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidateCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the avatar candidate create params

func (*AvatarCandidateCreateParams) WithTimeout

WithTimeout adds the timeout to the avatar candidate create params

func (*AvatarCandidateCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AvatarCandidateCreateReader

type AvatarCandidateCreateReader struct {
	// contains filtered or unexported fields
}

AvatarCandidateCreateReader is a Reader for the AvatarCandidateCreate structure.

func (*AvatarCandidateCreateReader) ReadResponse

func (o *AvatarCandidateCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AvatarCandidateCreateUnauthorized

type AvatarCandidateCreateUnauthorized struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateCreateUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAvatarCandidateCreateUnauthorized

func NewAvatarCandidateCreateUnauthorized() *AvatarCandidateCreateUnauthorized

NewAvatarCandidateCreateUnauthorized creates a AvatarCandidateCreateUnauthorized with default headers values

func (*AvatarCandidateCreateUnauthorized) Error

func (*AvatarCandidateCreateUnauthorized) GetPayload

type AvatarCandidateListBadRequest

type AvatarCandidateListBadRequest struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateListBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAvatarCandidateListBadRequest

func NewAvatarCandidateListBadRequest() *AvatarCandidateListBadRequest

NewAvatarCandidateListBadRequest creates a AvatarCandidateListBadRequest with default headers values

func (*AvatarCandidateListBadRequest) Error

func (*AvatarCandidateListBadRequest) GetPayload

type AvatarCandidateListInternalServerError

type AvatarCandidateListInternalServerError struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateListInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewAvatarCandidateListInternalServerError

func NewAvatarCandidateListInternalServerError() *AvatarCandidateListInternalServerError

NewAvatarCandidateListInternalServerError creates a AvatarCandidateListInternalServerError with default headers values

func (*AvatarCandidateListInternalServerError) Error

func (*AvatarCandidateListInternalServerError) GetPayload

type AvatarCandidateListNotFound

type AvatarCandidateListNotFound struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateListNotFound describes a response with status code 404, with default header values.

Not Found

func NewAvatarCandidateListNotFound

func NewAvatarCandidateListNotFound() *AvatarCandidateListNotFound

NewAvatarCandidateListNotFound creates a AvatarCandidateListNotFound with default headers values

func (*AvatarCandidateListNotFound) Error

func (*AvatarCandidateListNotFound) GetPayload

type AvatarCandidateListOK

type AvatarCandidateListOK struct {
	Payload *models.V0FindAvatarCandidateResponse
}
AvatarCandidateListOK describes a response with status code 200, with default header values.

OK

func NewAvatarCandidateListOK

func NewAvatarCandidateListOK() *AvatarCandidateListOK

NewAvatarCandidateListOK creates a AvatarCandidateListOK with default headers values

func (*AvatarCandidateListOK) Error

func (o *AvatarCandidateListOK) Error() string

func (*AvatarCandidateListOK) GetPayload

type AvatarCandidateListParams

type AvatarCandidateListParams struct {

	/* AppSlug.

	   App slug
	*/
	AppSlug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AvatarCandidateListParams contains all the parameters to send to the API endpoint

for the avatar candidate list operation.

Typically these are written to a http.Request.

func NewAvatarCandidateListParams

func NewAvatarCandidateListParams() *AvatarCandidateListParams

NewAvatarCandidateListParams creates a new AvatarCandidateListParams 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 NewAvatarCandidateListParamsWithContext

func NewAvatarCandidateListParamsWithContext(ctx context.Context) *AvatarCandidateListParams

NewAvatarCandidateListParamsWithContext creates a new AvatarCandidateListParams object with the ability to set a context for a request.

func NewAvatarCandidateListParamsWithHTTPClient

func NewAvatarCandidateListParamsWithHTTPClient(client *http.Client) *AvatarCandidateListParams

NewAvatarCandidateListParamsWithHTTPClient creates a new AvatarCandidateListParams object with the ability to set a custom HTTPClient for a request.

func NewAvatarCandidateListParamsWithTimeout

func NewAvatarCandidateListParamsWithTimeout(timeout time.Duration) *AvatarCandidateListParams

NewAvatarCandidateListParamsWithTimeout creates a new AvatarCandidateListParams object with the ability to set a timeout on a request.

func (*AvatarCandidateListParams) SetAppSlug

func (o *AvatarCandidateListParams) SetAppSlug(appSlug string)

SetAppSlug adds the appSlug to the avatar candidate list params

func (*AvatarCandidateListParams) SetContext

func (o *AvatarCandidateListParams) SetContext(ctx context.Context)

SetContext adds the context to the avatar candidate list params

func (*AvatarCandidateListParams) SetDefaults

func (o *AvatarCandidateListParams) SetDefaults()

SetDefaults hydrates default values in the avatar candidate list params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidateListParams) SetHTTPClient

func (o *AvatarCandidateListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the avatar candidate list params

func (*AvatarCandidateListParams) SetTimeout

func (o *AvatarCandidateListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the avatar candidate list params

func (*AvatarCandidateListParams) WithAppSlug

WithAppSlug adds the appSlug to the avatar candidate list params

func (*AvatarCandidateListParams) WithContext

WithContext adds the context to the avatar candidate list params

func (*AvatarCandidateListParams) WithDefaults

WithDefaults hydrates default values in the avatar candidate list params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidateListParams) WithHTTPClient

func (o *AvatarCandidateListParams) WithHTTPClient(client *http.Client) *AvatarCandidateListParams

WithHTTPClient adds the HTTPClient to the avatar candidate list params

func (*AvatarCandidateListParams) WithTimeout

WithTimeout adds the timeout to the avatar candidate list params

func (*AvatarCandidateListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AvatarCandidateListReader

type AvatarCandidateListReader struct {
	// contains filtered or unexported fields
}

AvatarCandidateListReader is a Reader for the AvatarCandidateList structure.

func (*AvatarCandidateListReader) ReadResponse

func (o *AvatarCandidateListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AvatarCandidateListUnauthorized

type AvatarCandidateListUnauthorized struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidateListUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAvatarCandidateListUnauthorized

func NewAvatarCandidateListUnauthorized() *AvatarCandidateListUnauthorized

NewAvatarCandidateListUnauthorized creates a AvatarCandidateListUnauthorized with default headers values

func (*AvatarCandidateListUnauthorized) Error

func (*AvatarCandidateListUnauthorized) GetPayload

type AvatarCandidatePromoteBadRequest

type AvatarCandidatePromoteBadRequest struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidatePromoteBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAvatarCandidatePromoteBadRequest

func NewAvatarCandidatePromoteBadRequest() *AvatarCandidatePromoteBadRequest

NewAvatarCandidatePromoteBadRequest creates a AvatarCandidatePromoteBadRequest with default headers values

func (*AvatarCandidatePromoteBadRequest) Error

func (*AvatarCandidatePromoteBadRequest) GetPayload

type AvatarCandidatePromoteInternalServerError

type AvatarCandidatePromoteInternalServerError struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidatePromoteInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewAvatarCandidatePromoteInternalServerError

func NewAvatarCandidatePromoteInternalServerError() *AvatarCandidatePromoteInternalServerError

NewAvatarCandidatePromoteInternalServerError creates a AvatarCandidatePromoteInternalServerError with default headers values

func (*AvatarCandidatePromoteInternalServerError) Error

func (*AvatarCandidatePromoteInternalServerError) GetPayload

type AvatarCandidatePromoteNotFound

type AvatarCandidatePromoteNotFound struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidatePromoteNotFound describes a response with status code 404, with default header values.

Not Found

func NewAvatarCandidatePromoteNotFound

func NewAvatarCandidatePromoteNotFound() *AvatarCandidatePromoteNotFound

NewAvatarCandidatePromoteNotFound creates a AvatarCandidatePromoteNotFound with default headers values

func (*AvatarCandidatePromoteNotFound) Error

func (*AvatarCandidatePromoteNotFound) GetPayload

type AvatarCandidatePromoteOK

type AvatarCandidatePromoteOK struct {
	Payload *models.V0AvatarPromoteResponseModel
}
AvatarCandidatePromoteOK describes a response with status code 200, with default header values.

OK

func NewAvatarCandidatePromoteOK

func NewAvatarCandidatePromoteOK() *AvatarCandidatePromoteOK

NewAvatarCandidatePromoteOK creates a AvatarCandidatePromoteOK with default headers values

func (*AvatarCandidatePromoteOK) Error

func (o *AvatarCandidatePromoteOK) Error() string

func (*AvatarCandidatePromoteOK) GetPayload

type AvatarCandidatePromoteParams

type AvatarCandidatePromoteParams struct {

	/* AppSlug.

	   App slug
	*/
	AppSlug string

	/* AvatarPromoteParams.

	   Avatar promote parameters
	*/
	AvatarPromoteParams *models.V0AvatarPromoteParams

	/* AvatarSlug.

	   Avatar candidate slug
	*/
	AvatarSlug string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AvatarCandidatePromoteParams contains all the parameters to send to the API endpoint

for the avatar candidate promote operation.

Typically these are written to a http.Request.

func NewAvatarCandidatePromoteParams

func NewAvatarCandidatePromoteParams() *AvatarCandidatePromoteParams

NewAvatarCandidatePromoteParams creates a new AvatarCandidatePromoteParams 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 NewAvatarCandidatePromoteParamsWithContext

func NewAvatarCandidatePromoteParamsWithContext(ctx context.Context) *AvatarCandidatePromoteParams

NewAvatarCandidatePromoteParamsWithContext creates a new AvatarCandidatePromoteParams object with the ability to set a context for a request.

func NewAvatarCandidatePromoteParamsWithHTTPClient

func NewAvatarCandidatePromoteParamsWithHTTPClient(client *http.Client) *AvatarCandidatePromoteParams

NewAvatarCandidatePromoteParamsWithHTTPClient creates a new AvatarCandidatePromoteParams object with the ability to set a custom HTTPClient for a request.

func NewAvatarCandidatePromoteParamsWithTimeout

func NewAvatarCandidatePromoteParamsWithTimeout(timeout time.Duration) *AvatarCandidatePromoteParams

NewAvatarCandidatePromoteParamsWithTimeout creates a new AvatarCandidatePromoteParams object with the ability to set a timeout on a request.

func (*AvatarCandidatePromoteParams) SetAppSlug

func (o *AvatarCandidatePromoteParams) SetAppSlug(appSlug string)

SetAppSlug adds the appSlug to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) SetAvatarPromoteParams

func (o *AvatarCandidatePromoteParams) SetAvatarPromoteParams(avatarPromoteParams *models.V0AvatarPromoteParams)

SetAvatarPromoteParams adds the avatarPromoteParams to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) SetAvatarSlug

func (o *AvatarCandidatePromoteParams) SetAvatarSlug(avatarSlug string)

SetAvatarSlug adds the avatarSlug to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) SetContext

func (o *AvatarCandidatePromoteParams) SetContext(ctx context.Context)

SetContext adds the context to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) SetDefaults

func (o *AvatarCandidatePromoteParams) SetDefaults()

SetDefaults hydrates default values in the avatar candidate promote params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidatePromoteParams) SetHTTPClient

func (o *AvatarCandidatePromoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) SetTimeout

func (o *AvatarCandidatePromoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithAppSlug

WithAppSlug adds the appSlug to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithAvatarPromoteParams

func (o *AvatarCandidatePromoteParams) WithAvatarPromoteParams(avatarPromoteParams *models.V0AvatarPromoteParams) *AvatarCandidatePromoteParams

WithAvatarPromoteParams adds the avatarPromoteParams to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithAvatarSlug

func (o *AvatarCandidatePromoteParams) WithAvatarSlug(avatarSlug string) *AvatarCandidatePromoteParams

WithAvatarSlug adds the avatarSlug to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithContext

WithContext adds the context to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithDefaults

WithDefaults hydrates default values in the avatar candidate promote params (not the query body).

All values with no default are reset to their zero value.

func (*AvatarCandidatePromoteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WithTimeout

WithTimeout adds the timeout to the avatar candidate promote params

func (*AvatarCandidatePromoteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AvatarCandidatePromoteReader

type AvatarCandidatePromoteReader struct {
	// contains filtered or unexported fields
}

AvatarCandidatePromoteReader is a Reader for the AvatarCandidatePromote structure.

func (*AvatarCandidatePromoteReader) ReadResponse

func (o *AvatarCandidatePromoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AvatarCandidatePromoteUnauthorized

type AvatarCandidatePromoteUnauthorized struct {
	Payload *models.ServiceStandardErrorRespModel
}
AvatarCandidatePromoteUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewAvatarCandidatePromoteUnauthorized

func NewAvatarCandidatePromoteUnauthorized() *AvatarCandidatePromoteUnauthorized

NewAvatarCandidatePromoteUnauthorized creates a AvatarCandidatePromoteUnauthorized with default headers values

func (*AvatarCandidatePromoteUnauthorized) Error

func (*AvatarCandidatePromoteUnauthorized) GetPayload

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) Error

func (o *BranchListBadRequest) Error() string

func (*BranchListBadRequest) GetPayload

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) Error

func (*BranchListInternalServerError) GetPayload

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) Error

func (o *BranchListNotFound) Error() string

func (*BranchListNotFound) GetPayload

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) Error

func (o *BranchListOK) Error() string

func (*BranchListOK) GetPayload

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BranchListUnauthorized) Error() string

func (*BranchListUnauthorized) GetPayload

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) Error

func (o *BuildAbortBadRequest) Error() string

func (*BuildAbortBadRequest) GetPayload

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) Error

func (*BuildAbortInternalServerError) GetPayload

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) Error

func (o *BuildAbortNotFound) Error() string

func (*BuildAbortNotFound) GetPayload

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) Error

func (o *BuildAbortOK) Error() string

func (*BuildAbortOK) GetPayload

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) Error

func (o *BuildAbortTooManyRequests) Error() string

func (*BuildAbortTooManyRequests) GetPayload

type BuildAbortUnauthorized

type BuildAbortUnauthorized struct {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildAbortUnauthorized) Error() string

func (*BuildAbortUnauthorized) GetPayload

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) Error

func (*BuildBitriseYmlShowBadRequest) GetPayload

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) Error

func (*BuildBitriseYmlShowInternalServerError) GetPayload

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) Error

func (*BuildBitriseYmlShowNotFound) GetPayload

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) Error

func (o *BuildBitriseYmlShowOK) Error() string

func (*BuildBitriseYmlShowOK) GetPayload

func (o *BuildBitriseYmlShowOK) GetPayload() 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

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

WithContext adds the context to the build bitrise yml show params

func (*BuildBitriseYmlShowParams) WithDefaults

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

WithTimeout adds the timeout to the build bitrise yml show params

func (*BuildBitriseYmlShowParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildBitriseYmlShowUnauthorized) GetPayload

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) Error

func (*BuildCertificateConfirmBadRequest) GetPayload

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) Error

func (*BuildCertificateConfirmInternalServerError) GetPayload

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) Error

func (*BuildCertificateConfirmNotFound) GetPayload

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) Error

func (o *BuildCertificateConfirmOK) Error() string

func (*BuildCertificateConfirmOK) GetPayload

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

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

WithContext adds the context to the build certificate confirm params

func (*BuildCertificateConfirmParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate confirm params

func (*BuildCertificateConfirmParams) WithTimeout

WithTimeout adds the timeout to the build certificate confirm params

func (*BuildCertificateConfirmParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateConfirmUnauthorized) GetPayload

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) Error

func (*BuildCertificateCreateBadRequest) GetPayload

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) Error

func (*BuildCertificateCreateCreated) GetPayload

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) Error

func (*BuildCertificateCreateInternalServerError) GetPayload

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) Error

func (*BuildCertificateCreateNotFound) GetPayload

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

WithAppSlug adds the appSlug to the build certificate create params

func (*BuildCertificateCreateParams) WithBuildCertificate

WithBuildCertificate adds the buildCertificate to the build certificate create params

func (*BuildCertificateCreateParams) WithContext

WithContext adds the context to the build certificate create params

func (*BuildCertificateCreateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate create params

func (*BuildCertificateCreateParams) WithTimeout

WithTimeout adds the timeout to the build certificate create params

func (*BuildCertificateCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateCreateUnauthorized) GetPayload

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) Error

func (*BuildCertificateDeleteBadRequest) GetPayload

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) Error

func (*BuildCertificateDeleteInternalServerError) GetPayload

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) Error

func (*BuildCertificateDeleteNotFound) GetPayload

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) Error

func (o *BuildCertificateDeleteOK) Error() string

func (*BuildCertificateDeleteOK) GetPayload

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

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

WithContext adds the context to the build certificate delete params

func (*BuildCertificateDeleteParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate delete params

func (*BuildCertificateDeleteParams) WithTimeout

WithTimeout adds the timeout to the build certificate delete params

func (*BuildCertificateDeleteParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateDeleteUnauthorized) GetPayload

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) Error

func (*BuildCertificateListBadRequest) GetPayload

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) Error

func (*BuildCertificateListInternalServerError) GetPayload

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) Error

func (*BuildCertificateListNotFound) GetPayload

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) Error

func (o *BuildCertificateListOK) Error() string

func (*BuildCertificateListOK) GetPayload

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

WithAppSlug adds the appSlug to the build certificate list params

func (*BuildCertificateListParams) WithContext

WithContext adds the context to the build certificate list params

func (*BuildCertificateListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate list params

func (*BuildCertificateListParams) WithLimit

WithLimit adds the limit to the build certificate list params

func (*BuildCertificateListParams) WithNext

WithNext adds the next to the build certificate list params

func (*BuildCertificateListParams) WithTimeout

WithTimeout adds the timeout to the build certificate list params

func (*BuildCertificateListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateListUnauthorized) GetPayload

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) Error

func (*BuildCertificateShowBadRequest) GetPayload

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) Error

func (*BuildCertificateShowInternalServerError) GetPayload

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) Error

func (*BuildCertificateShowNotFound) GetPayload

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) Error

func (o *BuildCertificateShowOK) Error() string

func (*BuildCertificateShowOK) GetPayload

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

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

WithContext adds the context to the build certificate show params

func (*BuildCertificateShowParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate show params

func (*BuildCertificateShowParams) WithTimeout

WithTimeout adds the timeout to the build certificate show params

func (*BuildCertificateShowParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateShowUnauthorized) GetPayload

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) Error

func (*BuildCertificateUpdateBadRequest) GetPayload

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) Error

func (*BuildCertificateUpdateInternalServerError) GetPayload

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) Error

func (*BuildCertificateUpdateNotFound) GetPayload

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) Error

func (o *BuildCertificateUpdateOK) Error() string

func (*BuildCertificateUpdateOK) GetPayload

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

WithAppSlug adds the appSlug to the build certificate update params

func (*BuildCertificateUpdateParams) WithBuildCertificate

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

WithContext adds the context to the build certificate update params

func (*BuildCertificateUpdateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the build certificate update params

func (*BuildCertificateUpdateParams) WithTimeout

WithTimeout adds the timeout to the build certificate update params

func (*BuildCertificateUpdateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildCertificateUpdateUnauthorized) GetPayload

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) Error

func (o *BuildListAllBadRequest) Error() string

func (*BuildListAllBadRequest) GetPayload

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) Error

func (*BuildListAllInternalServerError) GetPayload

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) Error

func (o *BuildListAllNotFound) Error() string

func (*BuildListAllNotFound) GetPayload

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) Error

func (o *BuildListAllOK) Error() string

func (*BuildListAllOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildListAllUnauthorized) Error() string

func (*BuildListAllUnauthorized) GetPayload

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) Error

func (o *BuildListBadRequest) Error() string

func (*BuildListBadRequest) GetPayload

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) Error

func (*BuildListInternalServerError) GetPayload

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) Error

func (o *BuildListNotFound) Error() string

func (*BuildListNotFound) GetPayload

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) Error

func (o *BuildListOK) Error() string

func (*BuildListOK) GetPayload

func (o *BuildListOK) GetPayload() *models.V0BuildListResponseModel

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

	/* 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) 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) 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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildListUnauthorized) Error() string

func (*BuildListUnauthorized) GetPayload

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) Error

func (o *BuildLogBadRequest) Error() string

func (*BuildLogBadRequest) GetPayload

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) Error

func (*BuildLogInternalServerError) GetPayload

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) Error

func (o *BuildLogNotFound) Error() string

func (*BuildLogNotFound) GetPayload

type BuildLogOK

type BuildLogOK struct {
	Payload *models.V0BuildLogInfoResponseModel
}
BuildLogOK describes a response with status code 200, with default header values.

OK

func NewBuildLogOK

func NewBuildLogOK() *BuildLogOK

NewBuildLogOK creates a BuildLogOK with default headers values

func (*BuildLogOK) Error

func (o *BuildLogOK) Error() string

func (*BuildLogOK) GetPayload

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildLogUnauthorized) Error() string

func (*BuildLogUnauthorized) GetPayload

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) Error

func (*BuildRequestListBadRequest) GetPayload

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) Error

func (*BuildRequestListInternalServerError) GetPayload

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) Error

func (o *BuildRequestListNotFound) Error() string

func (*BuildRequestListNotFound) GetPayload

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) Error

func (o *BuildRequestListOK) Error() string

func (*BuildRequestListOK) GetPayload

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

WithContext adds the context to the build request list params

func (*BuildRequestListParams) WithDefaults

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

WithTimeout adds the timeout to the build request list params

func (*BuildRequestListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildRequestListUnauthorized) GetPayload

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) Error

func (*BuildRequestUpdateBadRequest) GetPayload

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) Error

func (*BuildRequestUpdateInternalServerError) GetPayload

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) Error

func (*BuildRequestUpdateNotFound) GetPayload

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) Error

func (o *BuildRequestUpdateOK) Error() string

func (*BuildRequestUpdateOK) GetPayload

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

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

WithContext adds the context to the build request update params

func (*BuildRequestUpdateParams) WithDefaults

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

WithTimeout adds the timeout to the build request update params

func (*BuildRequestUpdateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildRequestUpdateUnauthorized) GetPayload

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) Error

func (o *BuildShowBadRequest) Error() string

func (*BuildShowBadRequest) GetPayload

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) Error

func (*BuildShowInternalServerError) GetPayload

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) Error

func (o *BuildShowNotFound) Error() string

func (*BuildShowNotFound) GetPayload

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) Error

func (o *BuildShowOK) Error() string

func (*BuildShowOK) GetPayload

func (o *BuildShowOK) GetPayload() *models.V0BuildShowResponseModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildShowUnauthorized) Error() string

func (*BuildShowUnauthorized) GetPayload

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) Error

func (o *BuildTriggerBadRequest) Error() string

func (*BuildTriggerBadRequest) GetPayload

type BuildTriggerCreated

type BuildTriggerCreated struct {
	Payload *models.V0BuildTriggerRespModel
}
BuildTriggerCreated describes a response with status code 201, with default header values.

OK

func NewBuildTriggerCreated

func NewBuildTriggerCreated() *BuildTriggerCreated

NewBuildTriggerCreated creates a BuildTriggerCreated with default headers values

func (*BuildTriggerCreated) Error

func (o *BuildTriggerCreated) Error() string

func (*BuildTriggerCreated) GetPayload

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) Error

func (*BuildTriggerInternalServerError) GetPayload

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) Error

func (o *BuildTriggerNotFound) Error() string

func (*BuildTriggerNotFound) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *BuildTriggerUnauthorized) Error() string

func (*BuildTriggerUnauthorized) GetPayload

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) Error

func (*BuildWorkflowListBadRequest) GetPayload

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) Error

func (*BuildWorkflowListInternalServerError) GetPayload

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) Error

func (o *BuildWorkflowListNotFound) Error() string

func (*BuildWorkflowListNotFound) GetPayload

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) Error

func (o *BuildWorkflowListOK) Error() string

func (*BuildWorkflowListOK) GetPayload

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

WithContext adds the context to the build workflow list params

func (*BuildWorkflowListParams) WithDefaults

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

WithTimeout adds the timeout to the build workflow list params

func (*BuildWorkflowListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*BuildWorkflowListUnauthorized) GetPayload

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, authInfo runtime.ClientAuthInfoWriter, 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, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonsShowOK, error)

AddonsShow gets a specific bitrise addon

Show details of a specific Bitrise addon

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) 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: your git provider, the repository URL, the slug of the repository as it appears at the provider, and the slug of the owner of the repository. 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) 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) 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) 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) 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. 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 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) AvatarCandidateCreate

func (a *Client) AvatarCandidateCreate(params *AvatarCandidateCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidateCreateCreated, error)

AvatarCandidateCreate creates avatar candidates

Add new avatar candidates to a specific app

func (*Client) AvatarCandidateList

func (a *Client) AvatarCandidateList(params *AvatarCandidateListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidateListOK, error)

AvatarCandidateList gets list of the avatar candidates

List all available avatar candidates for an application

func (*Client) AvatarCandidatePromote

func (a *Client) AvatarCandidatePromote(params *AvatarCandidatePromoteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidatePromoteOK, error)

AvatarCandidatePromote promotes an avatar candidate

Promotes an avatar candidate for an app

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) (*BuildLogOK, 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.

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

Trigger a new build. Specify an app slug and at least one parameter out of three: a git tag or git commit hash, a branch, or a workflow ID. You can also set specific parameters for Pull Request builds and define additional environment variables for your build. [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) 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) 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) 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) 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) 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) 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) 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 data

Shows the authenticated users profile data

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, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonsListOK, error)

	AddonsShow(params *AddonsShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddonsShowOK, error)

	AndroidKeystoreFileCreate(params *AndroidKeystoreFileCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AndroidKeystoreFileCreateCreated, 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)

	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)

	AppShow(params *AppShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppShowOK, error)

	AppWebhookCreate(params *AppWebhookCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppWebhookCreateOK, error)

	AppleAPICredentialList(params *AppleAPICredentialListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AppleAPICredentialListOK, 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)

	AvatarCandidateCreate(params *AvatarCandidateCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidateCreateCreated, error)

	AvatarCandidateList(params *AvatarCandidateListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidateListOK, error)

	AvatarCandidatePromote(params *AvatarCandidatePromoteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AvatarCandidatePromoteOK, 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) (*BuildLogOK, 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)

	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)

	OrgList(params *OrgListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgListOK, error)

	OrgShow(params *OrgShowParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OrgShowOK, 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)

	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)

	SSHKeyCreate(params *SSHKeyCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SSHKeyCreateOK, error)

	TestDeviceList(params *TestDeviceListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestDeviceListOK, 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) Error

func (*GenericProjectFileConfirmBadRequest) GetPayload

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) Error

func (*GenericProjectFileConfirmInternalServerError) GetPayload

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) Error

func (*GenericProjectFileConfirmNotFound) GetPayload

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) Error

func (*GenericProjectFileConfirmOK) GetPayload

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

WithAppSlug adds the appSlug to the generic project file confirm params

func (*GenericProjectFileConfirmParams) WithContext

WithContext adds the context to the generic project file confirm params

func (*GenericProjectFileConfirmParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the generic project file confirm params

func (*GenericProjectFileConfirmParams) WithTimeout

WithTimeout adds the timeout to the generic project file confirm params

func (*GenericProjectFileConfirmParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFileConfirmUnauthorized) GetPayload

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) Error

func (*GenericProjectFileDeleteBadRequest) GetPayload

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) Error

func (*GenericProjectFileDeleteInternalServerError) GetPayload

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) Error

func (*GenericProjectFileDeleteNotFound) GetPayload

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) Error

func (*GenericProjectFileDeleteOK) GetPayload

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

WithAppSlug adds the appSlug to the generic project file delete params

func (*GenericProjectFileDeleteParams) WithContext

WithContext adds the context to the generic project file delete params

func (*GenericProjectFileDeleteParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the generic project file delete params

func (*GenericProjectFileDeleteParams) WithTimeout

WithTimeout adds the timeout to the generic project file delete params

func (*GenericProjectFileDeleteParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFileDeleteUnauthorized) GetPayload

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) Error

func (*GenericProjectFileListBadRequest) GetPayload

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) Error

func (*GenericProjectFileListInternalServerError) GetPayload

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) Error

func (*GenericProjectFileListNotFound) GetPayload

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) Error

func (o *GenericProjectFileListOK) Error() string

func (*GenericProjectFileListOK) GetPayload

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

WithAppSlug adds the appSlug to the generic project file list params

func (*GenericProjectFileListParams) WithContext

WithContext adds the context to the generic project file list params

func (*GenericProjectFileListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the generic project file list params

func (*GenericProjectFileListParams) WithLimit

WithLimit adds the limit to the generic project file list params

func (*GenericProjectFileListParams) WithNext

WithNext adds the next to the generic project file list params

func (*GenericProjectFileListParams) WithTimeout

WithTimeout adds the timeout to the generic project file list params

func (*GenericProjectFileListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFileListUnauthorized) GetPayload

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) Error

func (*GenericProjectFileShowBadRequest) GetPayload

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) Error

func (*GenericProjectFileShowInternalServerError) GetPayload

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) Error

func (*GenericProjectFileShowNotFound) GetPayload

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) Error

func (o *GenericProjectFileShowOK) Error() string

func (*GenericProjectFileShowOK) GetPayload

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

WithAppSlug adds the appSlug to the generic project file show params

func (*GenericProjectFileShowParams) WithContext

WithContext adds the context to the generic project file show params

func (*GenericProjectFileShowParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the generic project file show params

func (*GenericProjectFileShowParams) WithTimeout

WithTimeout adds the timeout to the generic project file show params

func (*GenericProjectFileShowParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFileShowUnauthorized) GetPayload

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) Error

func (*GenericProjectFileUpdateBadRequest) GetPayload

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) Error

func (*GenericProjectFileUpdateInternalServerError) GetPayload

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) Error

func (*GenericProjectFileUpdateNotFound) GetPayload

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) Error

func (*GenericProjectFileUpdateOK) GetPayload

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

WithAppSlug adds the appSlug to the generic project file update params

func (*GenericProjectFileUpdateParams) WithContext

WithContext adds the context to the generic project file update params

func (*GenericProjectFileUpdateParams) WithDefaults

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

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

WithHTTPClient adds the HTTPClient to the generic project file update params

func (*GenericProjectFileUpdateParams) WithTimeout

WithTimeout adds the timeout to the generic project file update params

func (*GenericProjectFileUpdateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFileUpdateUnauthorized) GetPayload

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) Error

func (*GenericProjectFilesCreateBadRequest) GetPayload

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) Error

func (*GenericProjectFilesCreateCreated) GetPayload

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) Error

func (*GenericProjectFilesCreateInternalServerError) GetPayload

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) Error

func (*GenericProjectFilesCreateNotFound) GetPayload

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

WithAppSlug adds the appSlug to the generic project files create params

func (*GenericProjectFilesCreateParams) WithContext

WithContext adds the context to the generic project files create params

func (*GenericProjectFilesCreateParams) WithDefaults

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

WithGenericProjectFile adds the genericProjectFile to the generic project files create params

func (*GenericProjectFilesCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the generic project files create params

func (*GenericProjectFilesCreateParams) WithTimeout

WithTimeout adds the timeout to the generic project files create params

func (*GenericProjectFilesCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*GenericProjectFilesCreateUnauthorized) GetPayload

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) Error

func (o *OrgListBadRequest) Error() string

func (*OrgListBadRequest) GetPayload

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) Error

func (*OrgListInternalServerError) GetPayload

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) Error

func (o *OrgListNotFound) Error() string

func (*OrgListNotFound) GetPayload

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) Error

func (o *OrgListOK) Error() string

func (*OrgListOK) GetPayload

func (o *OrgListOK) GetPayload() *models.V0OrganizationListRespModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *OrgListUnauthorized) Error() string

func (*OrgListUnauthorized) GetPayload

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) Error

func (o *OrgShowBadRequest) Error() string

func (*OrgShowBadRequest) GetPayload

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) Error

func (*OrgShowInternalServerError) GetPayload

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) Error

func (o *OrgShowNotFound) Error() string

func (*OrgShowNotFound) GetPayload

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) Error

func (o *OrgShowOK) Error() string

func (*OrgShowOK) GetPayload

func (o *OrgShowOK) GetPayload() *models.V0OrganizationRespModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *OrgShowUnauthorized) Error() string

func (*OrgShowUnauthorized) GetPayload

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) Error

func (*OutgoingWebhookCreateBadRequest) GetPayload

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) Error

func (*OutgoingWebhookCreateInternalServerError) GetPayload

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) Error

func (*OutgoingWebhookCreateNotFound) GetPayload

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) Error

func (o *OutgoingWebhookCreateOK) Error() string

func (*OutgoingWebhookCreateOK) GetPayload

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

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

WithContext adds the context to the outgoing webhook create params

func (*OutgoingWebhookCreateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the outgoing webhook create params

func (*OutgoingWebhookCreateParams) WithTimeout

WithTimeout adds the timeout to the outgoing webhook create params

func (*OutgoingWebhookCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*OutgoingWebhookCreateUnauthorized) GetPayload

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) Error

func (*OutgoingWebhookDeleteBadRequest) GetPayload

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) Error

func (*OutgoingWebhookDeleteInternalServerError) GetPayload

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) Error

func (*OutgoingWebhookDeleteNotFound) GetPayload

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) Error

func (o *OutgoingWebhookDeleteOK) Error() string

func (*OutgoingWebhookDeleteOK) GetPayload

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

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

WithContext adds the context to the outgoing webhook delete params

func (*OutgoingWebhookDeleteParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the outgoing webhook delete params

func (*OutgoingWebhookDeleteParams) WithTimeout

WithTimeout adds the timeout to the outgoing webhook delete params

func (*OutgoingWebhookDeleteParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*OutgoingWebhookDeleteUnauthorized) GetPayload

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) Error

func (*OutgoingWebhookListBadRequest) GetPayload

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) Error

func (*OutgoingWebhookListInternalServerError) GetPayload

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) Error

func (o *OutgoingWebhookListOK) Error() string

func (*OutgoingWebhookListOK) GetPayload

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

WithAppSlug adds the appSlug to the outgoing webhook list params

func (*OutgoingWebhookListParams) WithContext

WithContext adds the context to the outgoing webhook list params

func (*OutgoingWebhookListParams) WithDefaults

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

WithLimit adds the limit to the outgoing webhook list params

func (*OutgoingWebhookListParams) WithNext

WithNext adds the next to the outgoing webhook list params

func (*OutgoingWebhookListParams) WithTimeout

WithTimeout adds the timeout to the outgoing webhook list params

func (*OutgoingWebhookListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*OutgoingWebhookListUnauthorized) GetPayload

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) Error

func (*OutgoingWebhookUpdateBadRequest) GetPayload

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) Error

func (*OutgoingWebhookUpdateInternalServerError) GetPayload

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) Error

func (*OutgoingWebhookUpdateNotFound) GetPayload

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) Error

func (o *OutgoingWebhookUpdateOK) Error() string

func (*OutgoingWebhookUpdateOK) GetPayload

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

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

WithContext adds the context to the outgoing webhook update params

func (*OutgoingWebhookUpdateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the outgoing webhook update params

func (*OutgoingWebhookUpdateParams) WithTimeout

WithTimeout adds the timeout to the outgoing webhook update params

func (*OutgoingWebhookUpdateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*OutgoingWebhookUpdateUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileConfirmBadRequest) GetPayload

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) Error

func (*ProvisioningProfileConfirmInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileConfirmNotFound) GetPayload

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) Error

func (*ProvisioningProfileConfirmOK) GetPayload

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

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

WithAppSlug adds the appSlug to the provisioning profile confirm params

func (*ProvisioningProfileConfirmParams) WithContext

WithContext adds the context to the provisioning profile confirm params

func (*ProvisioningProfileConfirmParams) WithDefaults

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

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

WithTimeout adds the timeout to the provisioning profile confirm params

func (*ProvisioningProfileConfirmParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileConfirmUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileCreateBadRequest) GetPayload

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) Error

func (*ProvisioningProfileCreateCreated) GetPayload

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) Error

func (*ProvisioningProfileCreateInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileCreateNotFound) GetPayload

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

WithAppSlug adds the appSlug to the provisioning profile create params

func (*ProvisioningProfileCreateParams) WithContext

WithContext adds the context to the provisioning profile create params

func (*ProvisioningProfileCreateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the provisioning profile create params

func (*ProvisioningProfileCreateParams) WithProvisioningProfile

WithProvisioningProfile adds the provisioningProfile to the provisioning profile create params

func (*ProvisioningProfileCreateParams) WithTimeout

WithTimeout adds the timeout to the provisioning profile create params

func (*ProvisioningProfileCreateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileCreateUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileDeleteBadRequest) GetPayload

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) Error

func (*ProvisioningProfileDeleteInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileDeleteNotFound) GetPayload

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) Error

func (*ProvisioningProfileDeleteOK) GetPayload

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

WithAppSlug adds the appSlug to the provisioning profile delete params

func (*ProvisioningProfileDeleteParams) WithContext

WithContext adds the context to the provisioning profile delete params

func (*ProvisioningProfileDeleteParams) WithDefaults

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

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

WithTimeout adds the timeout to the provisioning profile delete params

func (*ProvisioningProfileDeleteParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileDeleteUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileListBadRequest) GetPayload

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) Error

func (*ProvisioningProfileListInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileListNotFound) GetPayload

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) Error

func (o *ProvisioningProfileListOK) Error() string

func (*ProvisioningProfileListOK) GetPayload

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

WithAppSlug adds the appSlug to the provisioning profile list params

func (*ProvisioningProfileListParams) WithContext

WithContext adds the context to the provisioning profile list params

func (*ProvisioningProfileListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the provisioning profile list params

func (*ProvisioningProfileListParams) WithLimit

WithLimit adds the limit to the provisioning profile list params

func (*ProvisioningProfileListParams) WithNext

WithNext adds the next to the provisioning profile list params

func (*ProvisioningProfileListParams) WithTimeout

WithTimeout adds the timeout to the provisioning profile list params

func (*ProvisioningProfileListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileListUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileShowBadRequest) GetPayload

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) Error

func (*ProvisioningProfileShowInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileShowNotFound) GetPayload

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) Error

func (o *ProvisioningProfileShowOK) Error() string

func (*ProvisioningProfileShowOK) GetPayload

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

WithAppSlug adds the appSlug to the provisioning profile show params

func (*ProvisioningProfileShowParams) WithContext

WithContext adds the context to the provisioning profile show params

func (*ProvisioningProfileShowParams) WithDefaults

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

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

WithTimeout adds the timeout to the provisioning profile show params

func (*ProvisioningProfileShowParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileShowUnauthorized) GetPayload

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) Error

func (*ProvisioningProfileUpdateBadRequest) GetPayload

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) Error

func (*ProvisioningProfileUpdateInternalServerError) GetPayload

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) Error

func (*ProvisioningProfileUpdateNotFound) GetPayload

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) Error

func (*ProvisioningProfileUpdateOK) GetPayload

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

WithAppSlug adds the appSlug to the provisioning profile update params

func (*ProvisioningProfileUpdateParams) WithContext

WithContext adds the context to the provisioning profile update params

func (*ProvisioningProfileUpdateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the provisioning profile update params

func (*ProvisioningProfileUpdateParams) WithProvisioningProfile

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

WithTimeout adds the timeout to the provisioning profile update params

func (*ProvisioningProfileUpdateParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*ProvisioningProfileUpdateUnauthorized) GetPayload

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) Error

func (o *SSHKeyCreateBadRequest) Error() string

func (*SSHKeyCreateBadRequest) GetPayload

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) Error

func (*SSHKeyCreateInternalServerError) GetPayload

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) Error

func (o *SSHKeyCreateNotFound) Error() string

func (*SSHKeyCreateNotFound) GetPayload

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) Error

func (o *SSHKeyCreateOK) Error() string

func (*SSHKeyCreateOK) GetPayload

func (o *SSHKeyCreateOK) GetPayload() *models.V0SSHKeyRespModel

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

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *SSHKeyCreateUnauthorized) Error() string

func (*SSHKeyCreateUnauthorized) GetPayload

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) Error

func (o *TestDeviceListBadRequest) Error() string

func (*TestDeviceListBadRequest) GetPayload

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) Error

func (*TestDeviceListInternalServerError) GetPayload

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) Error

func (o *TestDeviceListNotFound) Error() string

func (*TestDeviceListNotFound) GetPayload

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) Error

func (o *TestDeviceListOK) Error() string

func (*TestDeviceListOK) GetPayload

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*TestDeviceListUnauthorized) GetPayload

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) Error

func (o *UserPlanBadRequest) Error() string

func (*UserPlanBadRequest) GetPayload

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) Error

func (*UserPlanInternalServerError) GetPayload

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) Error

func (o *UserPlanNotFound) Error() string

func (*UserPlanNotFound) GetPayload

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) Error

func (o *UserPlanOK) Error() string

func (*UserPlanOK) GetPayload

func (o *UserPlanOK) GetPayload() *models.V0UserPlanRespModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *UserPlanUnauthorized) Error() string

func (*UserPlanUnauthorized) GetPayload

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) Error

func (*UserProfileInternalServerError) GetPayload

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) Error

func (o *UserProfileNotFound) Error() string

func (*UserProfileNotFound) GetPayload

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) Error

func (o *UserProfileOK) Error() string

func (*UserProfileOK) GetPayload

func (o *UserProfileOK) GetPayload() *models.V0UserProfileRespModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *UserProfileUnauthorized) Error() string

func (*UserProfileUnauthorized) GetPayload

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) Error

func (o *UserShowBadRequest) Error() string

func (*UserShowBadRequest) GetPayload

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) Error

func (*UserShowInternalServerError) GetPayload

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) Error

func (o *UserShowNotFound) Error() string

func (*UserShowNotFound) GetPayload

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) Error

func (o *UserShowOK) Error() string

func (*UserShowOK) GetPayload

func (o *UserShowOK) GetPayload() *models.V0UserProfileRespModel

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (o *UserShowUnauthorized) Error() string

func (*UserShowUnauthorized) GetPayload

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) Error

func (*WebhookDeliveryItemListBadRequest) GetPayload

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) Error

func (*WebhookDeliveryItemListInternalServerError) GetPayload

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) Error

func (o *WebhookDeliveryItemListOK) Error() string

func (*WebhookDeliveryItemListOK) GetPayload

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

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

WithContext adds the context to the webhook delivery item list params

func (*WebhookDeliveryItemListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the webhook delivery item list params

func (*WebhookDeliveryItemListParams) WithLimit

WithLimit adds the limit to the webhook delivery item list params

func (*WebhookDeliveryItemListParams) WithNext

WithNext adds the next to the webhook delivery item list params

func (*WebhookDeliveryItemListParams) WithTimeout

WithTimeout adds the timeout to the webhook delivery item list params

func (*WebhookDeliveryItemListParams) WriteToRequest

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*WebhookDeliveryItemListUnauthorized) GetPayload

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) Error

func (*WebhookDeliveryItemRedeliverBadRequest) GetPayload

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) Error

func (*WebhookDeliveryItemRedeliverInternalServerError) GetPayload

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) Error

func (*WebhookDeliveryItemRedeliverOK) GetPayload

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

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

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

WithContext adds the context to the webhook delivery item redeliver params

func (*WebhookDeliveryItemRedeliverParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the webhook delivery item redeliver params

func (*WebhookDeliveryItemRedeliverParams) WithTimeout

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*WebhookDeliveryItemRedeliverUnauthorized) GetPayload

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) Error

func (*WebhookDeliveryItemShowBadRequest) GetPayload

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) Error

func (*WebhookDeliveryItemShowInternalServerError) GetPayload

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) Error

func (o *WebhookDeliveryItemShowOK) Error() string

func (*WebhookDeliveryItemShowOK) GetPayload

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

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

WithContext adds the context to the webhook delivery item show params

func (*WebhookDeliveryItemShowParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the webhook delivery item show params

func (*WebhookDeliveryItemShowParams) WithTimeout

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

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 {
	Payload *models.ServiceStandardErrorRespModel
}
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) Error

func (*WebhookDeliveryItemShowUnauthorized) GetPayload

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL