operations

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: MIT Imports: 11 Imported by: 1

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AddMemberToAccountDefault ¶

type AddMemberToAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

AddMemberToAccountDefault handles this case with default header values.

error

func NewAddMemberToAccountDefault ¶

func NewAddMemberToAccountDefault(code int) *AddMemberToAccountDefault

NewAddMemberToAccountDefault creates a AddMemberToAccountDefault with default headers values

func (*AddMemberToAccountDefault) Code ¶

func (o *AddMemberToAccountDefault) Code() int

Code gets the status code for the add member to account default response

func (*AddMemberToAccountDefault) Error ¶

func (o *AddMemberToAccountDefault) Error() string

func (*AddMemberToAccountDefault) GetPayload ¶

func (o *AddMemberToAccountDefault) GetPayload() *models.Error

type AddMemberToAccountOK ¶

type AddMemberToAccountOK struct {
	Payload []*models.Member
}

AddMemberToAccountOK handles this case with default header values.

OK

func NewAddMemberToAccountOK ¶

func NewAddMemberToAccountOK() *AddMemberToAccountOK

NewAddMemberToAccountOK creates a AddMemberToAccountOK with default headers values

func (*AddMemberToAccountOK) Error ¶

func (o *AddMemberToAccountOK) Error() string

func (*AddMemberToAccountOK) GetPayload ¶

func (o *AddMemberToAccountOK) GetPayload() []*models.Member

type AddMemberToAccountParams ¶

type AddMemberToAccountParams struct {

	/*AccountSlug*/
	AccountSlug string
	/*Email*/
	Email string
	/*Role*/
	Role *string

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

AddMemberToAccountParams contains all the parameters to send to the API endpoint for the add member to account operation typically these are written to a http.Request

func NewAddMemberToAccountParams ¶

func NewAddMemberToAccountParams() *AddMemberToAccountParams

NewAddMemberToAccountParams creates a new AddMemberToAccountParams object with the default values initialized.

func NewAddMemberToAccountParamsWithContext ¶

func NewAddMemberToAccountParamsWithContext(ctx context.Context) *AddMemberToAccountParams

NewAddMemberToAccountParamsWithContext creates a new AddMemberToAccountParams object with the default values initialized, and the ability to set a context for a request

func NewAddMemberToAccountParamsWithHTTPClient ¶

func NewAddMemberToAccountParamsWithHTTPClient(client *http.Client) *AddMemberToAccountParams

NewAddMemberToAccountParamsWithHTTPClient creates a new AddMemberToAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddMemberToAccountParamsWithTimeout ¶

func NewAddMemberToAccountParamsWithTimeout(timeout time.Duration) *AddMemberToAccountParams

NewAddMemberToAccountParamsWithTimeout creates a new AddMemberToAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddMemberToAccountParams) SetAccountSlug ¶

func (o *AddMemberToAccountParams) SetAccountSlug(accountSlug string)

SetAccountSlug adds the accountSlug to the add member to account params

func (*AddMemberToAccountParams) SetContext ¶

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

SetContext adds the context to the add member to account params

func (*AddMemberToAccountParams) SetEmail ¶

func (o *AddMemberToAccountParams) SetEmail(email string)

SetEmail adds the email to the add member to account params

func (*AddMemberToAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the add member to account params

func (*AddMemberToAccountParams) SetRole ¶

func (o *AddMemberToAccountParams) SetRole(role *string)

SetRole adds the role to the add member to account params

func (*AddMemberToAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the add member to account params

func (*AddMemberToAccountParams) WithAccountSlug ¶

func (o *AddMemberToAccountParams) WithAccountSlug(accountSlug string) *AddMemberToAccountParams

WithAccountSlug adds the accountSlug to the add member to account params

func (*AddMemberToAccountParams) WithContext ¶

WithContext adds the context to the add member to account params

func (*AddMemberToAccountParams) WithEmail ¶

WithEmail adds the email to the add member to account params

func (*AddMemberToAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the add member to account params

func (*AddMemberToAccountParams) WithRole ¶

WithRole adds the role to the add member to account params

func (*AddMemberToAccountParams) WithTimeout ¶

WithTimeout adds the timeout to the add member to account params

func (*AddMemberToAccountParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddMemberToAccountReader ¶

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

AddMemberToAccountReader is a Reader for the AddMemberToAccount structure.

func (*AddMemberToAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CancelAccountDefault ¶

type CancelAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CancelAccountDefault handles this case with default header values.

error

func NewCancelAccountDefault ¶

func NewCancelAccountDefault(code int) *CancelAccountDefault

NewCancelAccountDefault creates a CancelAccountDefault with default headers values

func (*CancelAccountDefault) Code ¶

func (o *CancelAccountDefault) Code() int

Code gets the status code for the cancel account default response

func (*CancelAccountDefault) Error ¶

func (o *CancelAccountDefault) Error() string

func (*CancelAccountDefault) GetPayload ¶

func (o *CancelAccountDefault) GetPayload() *models.Error

type CancelAccountNoContent ¶

type CancelAccountNoContent struct {
}

CancelAccountNoContent handles this case with default header values.

Not Content

func NewCancelAccountNoContent ¶

func NewCancelAccountNoContent() *CancelAccountNoContent

NewCancelAccountNoContent creates a CancelAccountNoContent with default headers values

func (*CancelAccountNoContent) Error ¶

func (o *CancelAccountNoContent) Error() string

type CancelAccountParams ¶

type CancelAccountParams struct {

	/*AccountID*/
	AccountID string

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

CancelAccountParams contains all the parameters to send to the API endpoint for the cancel account operation typically these are written to a http.Request

func NewCancelAccountParams ¶

func NewCancelAccountParams() *CancelAccountParams

NewCancelAccountParams creates a new CancelAccountParams object with the default values initialized.

func NewCancelAccountParamsWithContext ¶

func NewCancelAccountParamsWithContext(ctx context.Context) *CancelAccountParams

NewCancelAccountParamsWithContext creates a new CancelAccountParams object with the default values initialized, and the ability to set a context for a request

func NewCancelAccountParamsWithHTTPClient ¶

func NewCancelAccountParamsWithHTTPClient(client *http.Client) *CancelAccountParams

NewCancelAccountParamsWithHTTPClient creates a new CancelAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelAccountParamsWithTimeout ¶

func NewCancelAccountParamsWithTimeout(timeout time.Duration) *CancelAccountParams

NewCancelAccountParamsWithTimeout creates a new CancelAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*CancelAccountParams) SetAccountID ¶

func (o *CancelAccountParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the cancel account params

func (*CancelAccountParams) SetContext ¶

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

SetContext adds the context to the cancel account params

func (*CancelAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the cancel account params

func (*CancelAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the cancel account params

func (*CancelAccountParams) WithAccountID ¶

func (o *CancelAccountParams) WithAccountID(accountID string) *CancelAccountParams

WithAccountID adds the accountID to the cancel account params

func (*CancelAccountParams) WithContext ¶

WithContext adds the context to the cancel account params

func (*CancelAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the cancel account params

func (*CancelAccountParams) WithTimeout ¶

func (o *CancelAccountParams) WithTimeout(timeout time.Duration) *CancelAccountParams

WithTimeout adds the timeout to the cancel account params

func (*CancelAccountParams) WriteToRequest ¶

func (o *CancelAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CancelAccountReader ¶

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

CancelAccountReader is a Reader for the CancelAccount structure.

func (*CancelAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CancelSiteDeployCreated ¶

type CancelSiteDeployCreated struct {
	Payload *models.Deploy
}

CancelSiteDeployCreated handles this case with default header values.

Cancelled

func NewCancelSiteDeployCreated ¶

func NewCancelSiteDeployCreated() *CancelSiteDeployCreated

NewCancelSiteDeployCreated creates a CancelSiteDeployCreated with default headers values

func (*CancelSiteDeployCreated) Error ¶

func (o *CancelSiteDeployCreated) Error() string

func (*CancelSiteDeployCreated) GetPayload ¶

func (o *CancelSiteDeployCreated) GetPayload() *models.Deploy

type CancelSiteDeployDefault ¶

type CancelSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CancelSiteDeployDefault handles this case with default header values.

error

func NewCancelSiteDeployDefault ¶

func NewCancelSiteDeployDefault(code int) *CancelSiteDeployDefault

NewCancelSiteDeployDefault creates a CancelSiteDeployDefault with default headers values

func (*CancelSiteDeployDefault) Code ¶

func (o *CancelSiteDeployDefault) Code() int

Code gets the status code for the cancel site deploy default response

func (*CancelSiteDeployDefault) Error ¶

func (o *CancelSiteDeployDefault) Error() string

func (*CancelSiteDeployDefault) GetPayload ¶

func (o *CancelSiteDeployDefault) GetPayload() *models.Error

type CancelSiteDeployParams ¶

type CancelSiteDeployParams struct {

	/*DeployID*/
	DeployID string

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

CancelSiteDeployParams contains all the parameters to send to the API endpoint for the cancel site deploy operation typically these are written to a http.Request

func NewCancelSiteDeployParams ¶

func NewCancelSiteDeployParams() *CancelSiteDeployParams

NewCancelSiteDeployParams creates a new CancelSiteDeployParams object with the default values initialized.

func NewCancelSiteDeployParamsWithContext ¶

func NewCancelSiteDeployParamsWithContext(ctx context.Context) *CancelSiteDeployParams

NewCancelSiteDeployParamsWithContext creates a new CancelSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewCancelSiteDeployParamsWithHTTPClient ¶

func NewCancelSiteDeployParamsWithHTTPClient(client *http.Client) *CancelSiteDeployParams

NewCancelSiteDeployParamsWithHTTPClient creates a new CancelSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelSiteDeployParamsWithTimeout ¶

func NewCancelSiteDeployParamsWithTimeout(timeout time.Duration) *CancelSiteDeployParams

NewCancelSiteDeployParamsWithTimeout creates a new CancelSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*CancelSiteDeployParams) SetContext ¶

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

SetContext adds the context to the cancel site deploy params

func (*CancelSiteDeployParams) SetDeployID ¶

func (o *CancelSiteDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the cancel site deploy params

func (*CancelSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the cancel site deploy params

func (*CancelSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the cancel site deploy params

func (*CancelSiteDeployParams) WithContext ¶

WithContext adds the context to the cancel site deploy params

func (*CancelSiteDeployParams) WithDeployID ¶

func (o *CancelSiteDeployParams) WithDeployID(deployID string) *CancelSiteDeployParams

WithDeployID adds the deployID to the cancel site deploy params

func (*CancelSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the cancel site deploy params

func (*CancelSiteDeployParams) WithTimeout ¶

WithTimeout adds the timeout to the cancel site deploy params

func (*CancelSiteDeployParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CancelSiteDeployReader ¶

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

CancelSiteDeployReader is a Reader for the CancelSiteDeploy structure.

func (*CancelSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type Client ¶

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

Client for operations API

func (*Client) AddMemberToAccount ¶

func (a *Client) AddMemberToAccount(params *AddMemberToAccountParams, authInfo runtime.ClientAuthInfoWriter) (*AddMemberToAccountOK, error)

AddMemberToAccount add member to account API

func (*Client) CancelAccount ¶

func (a *Client) CancelAccount(params *CancelAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CancelAccountNoContent, error)

CancelAccount cancel account API

func (*Client) CancelSiteDeploy ¶

func (a *Client) CancelSiteDeploy(params *CancelSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CancelSiteDeployCreated, error)

CancelSiteDeploy cancel site deploy API

func (*Client) ConfigureDNSForSite ¶

func (a *Client) ConfigureDNSForSite(params *ConfigureDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ConfigureDNSForSiteOK, error)

ConfigureDNSForSite configure DNS for site API

func (*Client) CreateAccount ¶

func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAccountCreated, error)

CreateAccount create account API

func (*Client) CreateDNSRecord ¶

func (a *Client) CreateDNSRecord(params *CreateDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSRecordCreated, error)

CreateDNSRecord create Dns record API

func (*Client) CreateDNSZone ¶

func (a *Client) CreateDNSZone(params *CreateDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSZoneCreated, error)

CreateDNSZone create Dns zone API

func (*Client) CreateDeployKey ¶

func (a *Client) CreateDeployKey(params *CreateDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDeployKeyCreated, error)

CreateDeployKey create deploy key API

func (*Client) CreateHookBySiteID ¶

func (a *Client) CreateHookBySiteID(params *CreateHookBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*CreateHookBySiteIDCreated, error)

CreateHookBySiteID create hook by site Id API

func (*Client) CreatePluginRun ¶

func (a *Client) CreatePluginRun(params *CreatePluginRunParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePluginRunCreated, error)

CreatePluginRun This is an internal-only endpoint.

func (*Client) CreateServiceInstance ¶

func (a *Client) CreateServiceInstance(params *CreateServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateServiceInstanceCreated, error)

CreateServiceInstance create service instance API

func (*Client) CreateSite ¶

func (a *Client) CreateSite(params *CreateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteCreated, error)

CreateSite create site API

func (*Client) CreateSiteAsset ¶

func (a *Client) CreateSiteAsset(params *CreateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteAssetCreated, error)

CreateSiteAsset create site asset API

func (*Client) CreateSiteBuild ¶

func (a *Client) CreateSiteBuild(params *CreateSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildOK, error)

CreateSiteBuild create site build API

func (*Client) CreateSiteBuildHook ¶

func (a *Client) CreateSiteBuildHook(params *CreateSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildHookCreated, error)

CreateSiteBuildHook create site build hook API

func (*Client) CreateSiteDeploy ¶

func (a *Client) CreateSiteDeploy(params *CreateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteDeployOK, error)

CreateSiteDeploy create site deploy API

func (*Client) CreateSiteInTeam ¶

func (a *Client) CreateSiteInTeam(params *CreateSiteInTeamParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteInTeamCreated, error)

CreateSiteInTeam create site in team API

func (*Client) CreateSiteSnippet ¶

func (a *Client) CreateSiteSnippet(params *CreateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteSnippetCreated, error)

CreateSiteSnippet create site snippet API

func (*Client) CreateSplitTest ¶

func (a *Client) CreateSplitTest(params *CreateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSplitTestCreated, error)

CreateSplitTest create split test API

func (*Client) CreateTicket ¶

func (a *Client) CreateTicket(params *CreateTicketParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTicketCreated, error)

CreateTicket create ticket API

func (*Client) DeleteDNSRecord ¶

func (a *Client) DeleteDNSRecord(params *DeleteDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSRecordNoContent, error)

DeleteDNSRecord delete Dns record API

func (*Client) DeleteDNSZone ¶

func (a *Client) DeleteDNSZone(params *DeleteDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSZoneNoContent, error)

DeleteDNSZone delete Dns zone API

func (*Client) DeleteDeployKey ¶

func (a *Client) DeleteDeployKey(params *DeleteDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeployKeyNoContent, error)

DeleteDeployKey delete deploy key API

func (*Client) DeleteHook ¶

func (a *Client) DeleteHook(params *DeleteHookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteHookNoContent, error)

DeleteHook delete hook API

func (*Client) DeleteServiceInstance ¶

DeleteServiceInstance delete service instance API

func (*Client) DeleteSite ¶

func (a *Client) DeleteSite(params *DeleteSiteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteNoContent, error)

DeleteSite delete site API

func (*Client) DeleteSiteAsset ¶

func (a *Client) DeleteSiteAsset(params *DeleteSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteAssetNoContent, error)

DeleteSiteAsset delete site asset API

func (*Client) DeleteSiteBuildHook ¶

DeleteSiteBuildHook delete site build hook API

func (*Client) DeleteSiteForm ¶

func (a *Client) DeleteSiteForm(params *DeleteSiteFormParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteFormNoContent, error)

DeleteSiteForm delete site form API

func (*Client) DeleteSiteSnippet ¶

func (a *Client) DeleteSiteSnippet(params *DeleteSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteSnippetNoContent, error)

DeleteSiteSnippet delete site snippet API

func (*Client) DeleteSubmission ¶

func (a *Client) DeleteSubmission(params *DeleteSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSubmissionNoContent, error)

DeleteSubmission delete submission API

func (*Client) DisableSplitTest ¶

func (a *Client) DisableSplitTest(params *DisableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*DisableSplitTestNoContent, error)

DisableSplitTest disable split test API

func (*Client) EnableHook ¶

func (a *Client) EnableHook(params *EnableHookParams, authInfo runtime.ClientAuthInfoWriter) (*EnableHookOK, error)

EnableHook enable hook API

func (*Client) EnableSplitTest ¶

func (a *Client) EnableSplitTest(params *EnableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*EnableSplitTestNoContent, error)

EnableSplitTest enable split test API

func (*Client) ExchangeTicket ¶

func (a *Client) ExchangeTicket(params *ExchangeTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ExchangeTicketCreated, error)

ExchangeTicket exchange ticket API

func (*Client) GetAccount ¶

func (a *Client) GetAccount(params *GetAccountParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountOK, error)

GetAccount get account API

func (*Client) GetAccountBuildStatus ¶

func (a *Client) GetAccountBuildStatus(params *GetAccountBuildStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountBuildStatusOK, error)

GetAccountBuildStatus get account build status API

func (*Client) GetCurrentUser ¶

func (a *Client) GetCurrentUser(params *GetCurrentUserParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentUserOK, error)

GetCurrentUser get current user API

func (*Client) GetDNSForSite ¶

func (a *Client) GetDNSForSite(params *GetDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSForSiteOK, error)

GetDNSForSite get DNS for site API

func (*Client) GetDNSRecords ¶

func (a *Client) GetDNSRecords(params *GetDNSRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSRecordsOK, error)

GetDNSRecords get Dns records API

func (*Client) GetDNSZone ¶

func (a *Client) GetDNSZone(params *GetDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZoneOK, error)

GetDNSZone get Dns zone API

func (*Client) GetDNSZones ¶

func (a *Client) GetDNSZones(params *GetDNSZonesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZonesOK, error)

GetDNSZones get Dns zones API

func (*Client) GetDeploy ¶

func (a *Client) GetDeploy(params *GetDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployOK, error)

GetDeploy get deploy API

func (*Client) GetDeployKey ¶

func (a *Client) GetDeployKey(params *GetDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployKeyOK, error)

GetDeployKey get deploy key API

func (*Client) GetHook ¶

func (a *Client) GetHook(params *GetHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetHookOK, error)

GetHook get hook API

func (*Client) GetIndividualDNSRecord ¶

func (a *Client) GetIndividualDNSRecord(params *GetIndividualDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*GetIndividualDNSRecordOK, error)

GetIndividualDNSRecord get individual Dns record API

func (*Client) GetLatestPluginRuns ¶ added in v2.4.0

func (a *Client) GetLatestPluginRuns(params *GetLatestPluginRunsParams, authInfo runtime.ClientAuthInfoWriter) (*GetLatestPluginRunsOK, error)

GetLatestPluginRuns This is an internal-only endpoint.

func (*Client) GetServices ¶

func (a *Client) GetServices(params *GetServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServicesOK, error)

GetServices get services API

func (*Client) GetSite ¶

func (a *Client) GetSite(params *GetSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteOK, error)

GetSite get site API

func (*Client) GetSiteAssetInfo ¶

func (a *Client) GetSiteAssetInfo(params *GetSiteAssetInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetInfoOK, error)

GetSiteAssetInfo get site asset info API

func (*Client) GetSiteAssetPublicSignature ¶

func (a *Client) GetSiteAssetPublicSignature(params *GetSiteAssetPublicSignatureParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetPublicSignatureOK, error)

GetSiteAssetPublicSignature get site asset public signature API

func (*Client) GetSiteBuild ¶

func (a *Client) GetSiteBuild(params *GetSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildOK, error)

GetSiteBuild get site build API

func (*Client) GetSiteBuildHook ¶

func (a *Client) GetSiteBuildHook(params *GetSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildHookOK, error)

GetSiteBuildHook get site build hook API

func (*Client) GetSiteDeploy ¶

func (a *Client) GetSiteDeploy(params *GetSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteDeployOK, error)

GetSiteDeploy get site deploy API

func (*Client) GetSiteFileByPathName ¶

func (a *Client) GetSiteFileByPathName(params *GetSiteFileByPathNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteFileByPathNameOK, error)

GetSiteFileByPathName get site file by path name API

func (*Client) GetSiteMetadata ¶

func (a *Client) GetSiteMetadata(params *GetSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteMetadataOK, error)

GetSiteMetadata get site metadata API

func (*Client) GetSiteSnippet ¶

func (a *Client) GetSiteSnippet(params *GetSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteSnippetOK, error)

GetSiteSnippet get site snippet API

func (*Client) GetSplitTest ¶

func (a *Client) GetSplitTest(params *GetSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestOK, error)

GetSplitTest get split test API

func (*Client) GetSplitTests ¶

func (a *Client) GetSplitTests(params *GetSplitTestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestsOK, error)

GetSplitTests get split tests API

func (*Client) ListAccountAuditEvents ¶

func (a *Client) ListAccountAuditEvents(params *ListAccountAuditEventsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountAuditEventsOK, error)

ListAccountAuditEvents list account audit events API

func (*Client) ListAccountTypesForUser ¶

func (a *Client) ListAccountTypesForUser(params *ListAccountTypesForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountTypesForUserOK, error)

ListAccountTypesForUser list account types for user API

func (*Client) ListAccountsForUser ¶

func (a *Client) ListAccountsForUser(params *ListAccountsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountsForUserOK, error)

ListAccountsForUser list accounts for user API

func (*Client) ListDeployKeys ¶

func (a *Client) ListDeployKeys(params *ListDeployKeysParams, authInfo runtime.ClientAuthInfoWriter) (*ListDeployKeysOK, error)

ListDeployKeys list deploy keys API

func (*Client) ListFormSubmission ¶

func (a *Client) ListFormSubmission(params *ListFormSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionOK, error)

ListFormSubmission list form submission API

func (*Client) ListFormSubmissions ¶

func (a *Client) ListFormSubmissions(params *ListFormSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionsOK, error)

ListFormSubmissions list form submissions API

func (*Client) ListHookTypes ¶

func (a *Client) ListHookTypes(params *ListHookTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListHookTypesOK, error)

ListHookTypes list hook types API

func (*Client) ListHooksBySiteID ¶

func (a *Client) ListHooksBySiteID(params *ListHooksBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*ListHooksBySiteIDOK, error)

ListHooksBySiteID list hooks by site Id API

func (*Client) ListMembersForAccount ¶

func (a *Client) ListMembersForAccount(params *ListMembersForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListMembersForAccountOK, error)

ListMembersForAccount list members for account API

func (*Client) ListPaymentMethodsForUser ¶

func (a *Client) ListPaymentMethodsForUser(params *ListPaymentMethodsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListPaymentMethodsForUserOK, error)

ListPaymentMethodsForUser list payment methods for user API

func (*Client) ListServiceInstancesForSite ¶

func (a *Client) ListServiceInstancesForSite(params *ListServiceInstancesForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceInstancesForSiteOK, error)

ListServiceInstancesForSite list service instances for site API

func (*Client) ListSiteAssets ¶

func (a *Client) ListSiteAssets(params *ListSiteAssetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteAssetsOK, error)

ListSiteAssets list site assets API

func (*Client) ListSiteBuildHooks ¶

func (a *Client) ListSiteBuildHooks(params *ListSiteBuildHooksParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildHooksOK, error)

ListSiteBuildHooks list site build hooks API

func (*Client) ListSiteBuilds ¶

func (a *Client) ListSiteBuilds(params *ListSiteBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildsOK, error)

ListSiteBuilds list site builds API

func (*Client) ListSiteDeployedBranches ¶

func (a *Client) ListSiteDeployedBranches(params *ListSiteDeployedBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeployedBranchesOK, error)

ListSiteDeployedBranches list site deployed branches API

func (*Client) ListSiteDeploys ¶

func (a *Client) ListSiteDeploys(params *ListSiteDeploysParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeploysOK, error)

ListSiteDeploys list site deploys API

func (*Client) ListSiteFiles ¶

func (a *Client) ListSiteFiles(params *ListSiteFilesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFilesOK, error)

ListSiteFiles list site files API

func (*Client) ListSiteForms ¶

func (a *Client) ListSiteForms(params *ListSiteFormsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFormsOK, error)

ListSiteForms list site forms API

func (*Client) ListSiteSnippets ¶

func (a *Client) ListSiteSnippets(params *ListSiteSnippetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSnippetsOK, error)

ListSiteSnippets list site snippets API

func (*Client) ListSiteSubmissions ¶

func (a *Client) ListSiteSubmissions(params *ListSiteSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSubmissionsOK, error)

ListSiteSubmissions list site submissions API

func (*Client) ListSites ¶

func (a *Client) ListSites(params *ListSitesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesOK, error)

ListSites list sites API

func (*Client) ListSitesForAccount ¶

func (a *Client) ListSitesForAccount(params *ListSitesForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesForAccountOK, error)

ListSitesForAccount list sites for account API

func (*Client) LockDeploy ¶

func (a *Client) LockDeploy(params *LockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*LockDeployOK, error)

LockDeploy lock deploy API

func (*Client) NotifyBuildStart ¶

func (a *Client) NotifyBuildStart(params *NotifyBuildStartParams, authInfo runtime.ClientAuthInfoWriter) (*NotifyBuildStartNoContent, error)

NotifyBuildStart notify build start API

func (*Client) ProvisionSiteTLSCertificate ¶

func (a *Client) ProvisionSiteTLSCertificate(params *ProvisionSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionSiteTLSCertificateOK, error)

ProvisionSiteTLSCertificate provision site TLS certificate API

func (*Client) RestoreSiteDeploy ¶

func (a *Client) RestoreSiteDeploy(params *RestoreSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreSiteDeployCreated, error)

RestoreSiteDeploy restore site deploy API

func (*Client) RollbackSiteDeploy ¶

RollbackSiteDeploy rollback site deploy API

func (*Client) SetTransport ¶

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) ShowService ¶

func (a *Client) ShowService(params *ShowServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceOK, error)

ShowService show service API

func (*Client) ShowServiceInstance ¶

func (a *Client) ShowServiceInstance(params *ShowServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceInstanceOK, error)

ShowServiceInstance show service instance API

func (*Client) ShowServiceManifest ¶

func (a *Client) ShowServiceManifest(params *ShowServiceManifestParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceManifestCreated, error)

ShowServiceManifest show service manifest API

func (*Client) ShowSiteTLSCertificate ¶

func (a *Client) ShowSiteTLSCertificate(params *ShowSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ShowSiteTLSCertificateOK, error)

ShowSiteTLSCertificate show site TLS certificate API

func (*Client) ShowTicket ¶

func (a *Client) ShowTicket(params *ShowTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ShowTicketOK, error)

ShowTicket show ticket API

func (*Client) TransferDNSZone ¶

func (a *Client) TransferDNSZone(params *TransferDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*TransferDNSZoneOK, error)

TransferDNSZone transfer Dns zone API

func (*Client) UnlinkSiteRepo ¶

func (a *Client) UnlinkSiteRepo(params *UnlinkSiteRepoParams, authInfo runtime.ClientAuthInfoWriter) (*UnlinkSiteRepoOK, error)
UnlinkSiteRepo [Beta] Unlinks the repo from the site.

This action will also: - Delete associated deploy keys - Delete outgoing webhooks for the repo - Delete the site's build hooks

func (*Client) UnlockDeploy ¶

func (a *Client) UnlockDeploy(params *UnlockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UnlockDeployOK, error)

UnlockDeploy unlock deploy API

func (*Client) UpdateAccount ¶

func (a *Client) UpdateAccount(params *UpdateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAccountOK, error)

UpdateAccount update account API

func (*Client) UpdateHook ¶

func (a *Client) UpdateHook(params *UpdateHookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateHookOK, error)

UpdateHook update hook API

func (*Client) UpdatePlugin ¶ added in v2.3.0

func (a *Client) UpdatePlugin(params *UpdatePluginParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePluginOK, error)

UpdatePlugin This is an internal-only endpoint.

func (*Client) UpdateServiceInstance ¶

UpdateServiceInstance update service instance API

func (*Client) UpdateSite ¶

func (a *Client) UpdateSite(params *UpdateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteOK, error)

UpdateSite update site API

func (*Client) UpdateSiteAsset ¶

func (a *Client) UpdateSiteAsset(params *UpdateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteAssetOK, error)

UpdateSiteAsset update site asset API

func (*Client) UpdateSiteBuildHook ¶

UpdateSiteBuildHook update site build hook API

func (*Client) UpdateSiteBuildLog ¶

UpdateSiteBuildLog update site build log API

func (*Client) UpdateSiteDeploy ¶

func (a *Client) UpdateSiteDeploy(params *UpdateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteDeployOK, error)

UpdateSiteDeploy update site deploy API

func (*Client) UpdateSiteMetadata ¶

UpdateSiteMetadata update site metadata API

func (*Client) UpdateSiteSnippet ¶

func (a *Client) UpdateSiteSnippet(params *UpdateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteSnippetNoContent, error)

UpdateSiteSnippet update site snippet API

func (*Client) UpdateSplitTest ¶

func (a *Client) UpdateSplitTest(params *UpdateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSplitTestCreated, error)

UpdateSplitTest update split test API

func (*Client) UploadDeployFile ¶

func (a *Client) UploadDeployFile(params *UploadDeployFileParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFileOK, error)

UploadDeployFile upload deploy file API

func (*Client) UploadDeployFunction ¶

func (a *Client) UploadDeployFunction(params *UploadDeployFunctionParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFunctionOK, error)

UploadDeployFunction upload deploy function API

type ClientService ¶

type ClientService interface {
	AddMemberToAccount(params *AddMemberToAccountParams, authInfo runtime.ClientAuthInfoWriter) (*AddMemberToAccountOK, error)

	CancelAccount(params *CancelAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CancelAccountNoContent, error)

	CancelSiteDeploy(params *CancelSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CancelSiteDeployCreated, error)

	ConfigureDNSForSite(params *ConfigureDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ConfigureDNSForSiteOK, error)

	CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAccountCreated, error)

	CreateDeployKey(params *CreateDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDeployKeyCreated, error)

	CreateDNSRecord(params *CreateDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSRecordCreated, error)

	CreateDNSZone(params *CreateDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDNSZoneCreated, error)

	CreateHookBySiteID(params *CreateHookBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*CreateHookBySiteIDCreated, error)

	CreatePluginRun(params *CreatePluginRunParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePluginRunCreated, error)

	CreateServiceInstance(params *CreateServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateServiceInstanceCreated, error)

	CreateSite(params *CreateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteCreated, error)

	CreateSiteAsset(params *CreateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteAssetCreated, error)

	CreateSiteBuild(params *CreateSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildOK, error)

	CreateSiteBuildHook(params *CreateSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteBuildHookCreated, error)

	CreateSiteDeploy(params *CreateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteDeployOK, error)

	CreateSiteInTeam(params *CreateSiteInTeamParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteInTeamCreated, error)

	CreateSiteSnippet(params *CreateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteSnippetCreated, error)

	CreateSplitTest(params *CreateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSplitTestCreated, error)

	CreateTicket(params *CreateTicketParams, authInfo runtime.ClientAuthInfoWriter) (*CreateTicketCreated, error)

	DeleteDeployKey(params *DeleteDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeployKeyNoContent, error)

	DeleteDNSRecord(params *DeleteDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSRecordNoContent, error)

	DeleteDNSZone(params *DeleteDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDNSZoneNoContent, error)

	DeleteHook(params *DeleteHookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteHookNoContent, error)

	DeleteServiceInstance(params *DeleteServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServiceInstanceNoContent, error)

	DeleteSite(params *DeleteSiteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteNoContent, error)

	DeleteSiteAsset(params *DeleteSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteAssetNoContent, error)

	DeleteSiteBuildHook(params *DeleteSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteBuildHookNoContent, error)

	DeleteSiteForm(params *DeleteSiteFormParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteFormNoContent, error)

	DeleteSiteSnippet(params *DeleteSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteSnippetNoContent, error)

	DeleteSubmission(params *DeleteSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSubmissionNoContent, error)

	DisableSplitTest(params *DisableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*DisableSplitTestNoContent, error)

	EnableHook(params *EnableHookParams, authInfo runtime.ClientAuthInfoWriter) (*EnableHookOK, error)

	EnableSplitTest(params *EnableSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*EnableSplitTestNoContent, error)

	ExchangeTicket(params *ExchangeTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ExchangeTicketCreated, error)

	GetAccount(params *GetAccountParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountOK, error)

	GetAccountBuildStatus(params *GetAccountBuildStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetAccountBuildStatusOK, error)

	GetCurrentUser(params *GetCurrentUserParams, authInfo runtime.ClientAuthInfoWriter) (*GetCurrentUserOK, error)

	GetDNSForSite(params *GetDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSForSiteOK, error)

	GetDeploy(params *GetDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployOK, error)

	GetDeployKey(params *GetDeployKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeployKeyOK, error)

	GetDNSRecords(params *GetDNSRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSRecordsOK, error)

	GetDNSZone(params *GetDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZoneOK, error)

	GetDNSZones(params *GetDNSZonesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSZonesOK, error)

	GetHook(params *GetHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetHookOK, error)

	GetIndividualDNSRecord(params *GetIndividualDNSRecordParams, authInfo runtime.ClientAuthInfoWriter) (*GetIndividualDNSRecordOK, error)

	GetLatestPluginRuns(params *GetLatestPluginRunsParams, authInfo runtime.ClientAuthInfoWriter) (*GetLatestPluginRunsOK, error)

	GetServices(params *GetServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServicesOK, error)

	GetSite(params *GetSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteOK, error)

	GetSiteAssetInfo(params *GetSiteAssetInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetInfoOK, error)

	GetSiteAssetPublicSignature(params *GetSiteAssetPublicSignatureParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteAssetPublicSignatureOK, error)

	GetSiteBuild(params *GetSiteBuildParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildOK, error)

	GetSiteBuildHook(params *GetSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteBuildHookOK, error)

	GetSiteDeploy(params *GetSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteDeployOK, error)

	GetSiteFileByPathName(params *GetSiteFileByPathNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteFileByPathNameOK, error)

	GetSiteMetadata(params *GetSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteMetadataOK, error)

	GetSiteSnippet(params *GetSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteSnippetOK, error)

	GetSplitTest(params *GetSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestOK, error)

	GetSplitTests(params *GetSplitTestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSplitTestsOK, error)

	ListAccountAuditEvents(params *ListAccountAuditEventsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountAuditEventsOK, error)

	ListAccountTypesForUser(params *ListAccountTypesForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountTypesForUserOK, error)

	ListAccountsForUser(params *ListAccountsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListAccountsForUserOK, error)

	ListDeployKeys(params *ListDeployKeysParams, authInfo runtime.ClientAuthInfoWriter) (*ListDeployKeysOK, error)

	ListFormSubmission(params *ListFormSubmissionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionOK, error)

	ListFormSubmissions(params *ListFormSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionsOK, error)

	ListHookTypes(params *ListHookTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListHookTypesOK, error)

	ListHooksBySiteID(params *ListHooksBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*ListHooksBySiteIDOK, error)

	ListMembersForAccount(params *ListMembersForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListMembersForAccountOK, error)

	ListPaymentMethodsForUser(params *ListPaymentMethodsForUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListPaymentMethodsForUserOK, error)

	ListServiceInstancesForSite(params *ListServiceInstancesForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ListServiceInstancesForSiteOK, error)

	ListSiteAssets(params *ListSiteAssetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteAssetsOK, error)

	ListSiteBuildHooks(params *ListSiteBuildHooksParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildHooksOK, error)

	ListSiteBuilds(params *ListSiteBuildsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteBuildsOK, error)

	ListSiteDeployedBranches(params *ListSiteDeployedBranchesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeployedBranchesOK, error)

	ListSiteDeploys(params *ListSiteDeploysParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeploysOK, error)

	ListSiteFiles(params *ListSiteFilesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFilesOK, error)

	ListSiteForms(params *ListSiteFormsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFormsOK, error)

	ListSiteSnippets(params *ListSiteSnippetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSnippetsOK, error)

	ListSiteSubmissions(params *ListSiteSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSubmissionsOK, error)

	ListSites(params *ListSitesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesOK, error)

	ListSitesForAccount(params *ListSitesForAccountParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesForAccountOK, error)

	LockDeploy(params *LockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*LockDeployOK, error)

	NotifyBuildStart(params *NotifyBuildStartParams, authInfo runtime.ClientAuthInfoWriter) (*NotifyBuildStartNoContent, error)

	ProvisionSiteTLSCertificate(params *ProvisionSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionSiteTLSCertificateOK, error)

	RestoreSiteDeploy(params *RestoreSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreSiteDeployCreated, error)

	RollbackSiteDeploy(params *RollbackSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RollbackSiteDeployNoContent, error)

	ShowService(params *ShowServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceOK, error)

	ShowServiceInstance(params *ShowServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceInstanceOK, error)

	ShowServiceManifest(params *ShowServiceManifestParams, authInfo runtime.ClientAuthInfoWriter) (*ShowServiceManifestCreated, error)

	ShowSiteTLSCertificate(params *ShowSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ShowSiteTLSCertificateOK, error)

	ShowTicket(params *ShowTicketParams, authInfo runtime.ClientAuthInfoWriter) (*ShowTicketOK, error)

	TransferDNSZone(params *TransferDNSZoneParams, authInfo runtime.ClientAuthInfoWriter) (*TransferDNSZoneOK, error)

	UnlinkSiteRepo(params *UnlinkSiteRepoParams, authInfo runtime.ClientAuthInfoWriter) (*UnlinkSiteRepoOK, error)

	UnlockDeploy(params *UnlockDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UnlockDeployOK, error)

	UpdateAccount(params *UpdateAccountParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAccountOK, error)

	UpdateHook(params *UpdateHookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateHookOK, error)

	UpdatePlugin(params *UpdatePluginParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePluginOK, error)

	UpdateServiceInstance(params *UpdateServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceInstanceNoContent, error)

	UpdateSite(params *UpdateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteOK, error)

	UpdateSiteAsset(params *UpdateSiteAssetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteAssetOK, error)

	UpdateSiteBuildHook(params *UpdateSiteBuildHookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteBuildHookNoContent, error)

	UpdateSiteBuildLog(params *UpdateSiteBuildLogParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteBuildLogNoContent, error)

	UpdateSiteDeploy(params *UpdateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteDeployOK, error)

	UpdateSiteMetadata(params *UpdateSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteMetadataNoContent, error)

	UpdateSiteSnippet(params *UpdateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteSnippetNoContent, error)

	UpdateSplitTest(params *UpdateSplitTestParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSplitTestCreated, error)

	UploadDeployFile(params *UploadDeployFileParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFileOK, error)

	UploadDeployFunction(params *UploadDeployFunctionParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFunctionOK, 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 ConfigureDNSForSiteDefault ¶

type ConfigureDNSForSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ConfigureDNSForSiteDefault handles this case with default header values.

error

func NewConfigureDNSForSiteDefault ¶

func NewConfigureDNSForSiteDefault(code int) *ConfigureDNSForSiteDefault

NewConfigureDNSForSiteDefault creates a ConfigureDNSForSiteDefault with default headers values

func (*ConfigureDNSForSiteDefault) Code ¶

func (o *ConfigureDNSForSiteDefault) Code() int

Code gets the status code for the configure DNS for site default response

func (*ConfigureDNSForSiteDefault) Error ¶

func (*ConfigureDNSForSiteDefault) GetPayload ¶

func (o *ConfigureDNSForSiteDefault) GetPayload() *models.Error

type ConfigureDNSForSiteOK ¶

type ConfigureDNSForSiteOK struct {
	Payload []*models.DNSZone
}

ConfigureDNSForSiteOK handles this case with default header values.

OK

func NewConfigureDNSForSiteOK ¶

func NewConfigureDNSForSiteOK() *ConfigureDNSForSiteOK

NewConfigureDNSForSiteOK creates a ConfigureDNSForSiteOK with default headers values

func (*ConfigureDNSForSiteOK) Error ¶

func (o *ConfigureDNSForSiteOK) Error() string

func (*ConfigureDNSForSiteOK) GetPayload ¶

func (o *ConfigureDNSForSiteOK) GetPayload() []*models.DNSZone

type ConfigureDNSForSiteParams ¶

type ConfigureDNSForSiteParams struct {

	/*SiteID*/
	SiteID string

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

ConfigureDNSForSiteParams contains all the parameters to send to the API endpoint for the configure DNS for site operation typically these are written to a http.Request

func NewConfigureDNSForSiteParams ¶

func NewConfigureDNSForSiteParams() *ConfigureDNSForSiteParams

NewConfigureDNSForSiteParams creates a new ConfigureDNSForSiteParams object with the default values initialized.

func NewConfigureDNSForSiteParamsWithContext ¶

func NewConfigureDNSForSiteParamsWithContext(ctx context.Context) *ConfigureDNSForSiteParams

NewConfigureDNSForSiteParamsWithContext creates a new ConfigureDNSForSiteParams object with the default values initialized, and the ability to set a context for a request

func NewConfigureDNSForSiteParamsWithHTTPClient ¶

func NewConfigureDNSForSiteParamsWithHTTPClient(client *http.Client) *ConfigureDNSForSiteParams

NewConfigureDNSForSiteParamsWithHTTPClient creates a new ConfigureDNSForSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewConfigureDNSForSiteParamsWithTimeout ¶

func NewConfigureDNSForSiteParamsWithTimeout(timeout time.Duration) *ConfigureDNSForSiteParams

NewConfigureDNSForSiteParamsWithTimeout creates a new ConfigureDNSForSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*ConfigureDNSForSiteParams) SetContext ¶

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

SetContext adds the context to the configure DNS for site params

func (*ConfigureDNSForSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the configure DNS for site params

func (*ConfigureDNSForSiteParams) SetSiteID ¶

func (o *ConfigureDNSForSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the configure DNS for site params

func (*ConfigureDNSForSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WithContext ¶

WithContext adds the context to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WithSiteID ¶

WithSiteID adds the siteID to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WithTimeout ¶

WithTimeout adds the timeout to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ConfigureDNSForSiteReader ¶

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

ConfigureDNSForSiteReader is a Reader for the ConfigureDNSForSite structure.

func (*ConfigureDNSForSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateAccountCreated ¶

type CreateAccountCreated struct {
	Payload *models.AccountMembership
}

CreateAccountCreated handles this case with default header values.

Created

func NewCreateAccountCreated ¶

func NewCreateAccountCreated() *CreateAccountCreated

NewCreateAccountCreated creates a CreateAccountCreated with default headers values

func (*CreateAccountCreated) Error ¶

func (o *CreateAccountCreated) Error() string

func (*CreateAccountCreated) GetPayload ¶

type CreateAccountDefault ¶

type CreateAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateAccountDefault handles this case with default header values.

error

func NewCreateAccountDefault ¶

func NewCreateAccountDefault(code int) *CreateAccountDefault

NewCreateAccountDefault creates a CreateAccountDefault with default headers values

func (*CreateAccountDefault) Code ¶

func (o *CreateAccountDefault) Code() int

Code gets the status code for the create account default response

func (*CreateAccountDefault) Error ¶

func (o *CreateAccountDefault) Error() string

func (*CreateAccountDefault) GetPayload ¶

func (o *CreateAccountDefault) GetPayload() *models.Error

type CreateAccountParams ¶

type CreateAccountParams struct {

	/*AccountSetup*/
	AccountSetup *models.AccountSetup

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

CreateAccountParams contains all the parameters to send to the API endpoint for the create account operation typically these are written to a http.Request

func NewCreateAccountParams ¶

func NewCreateAccountParams() *CreateAccountParams

NewCreateAccountParams creates a new CreateAccountParams object with the default values initialized.

func NewCreateAccountParamsWithContext ¶

func NewCreateAccountParamsWithContext(ctx context.Context) *CreateAccountParams

NewCreateAccountParamsWithContext creates a new CreateAccountParams object with the default values initialized, and the ability to set a context for a request

func NewCreateAccountParamsWithHTTPClient ¶

func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountParams

NewCreateAccountParamsWithHTTPClient creates a new CreateAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateAccountParamsWithTimeout ¶

func NewCreateAccountParamsWithTimeout(timeout time.Duration) *CreateAccountParams

NewCreateAccountParamsWithTimeout creates a new CreateAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateAccountParams) SetAccountSetup ¶

func (o *CreateAccountParams) SetAccountSetup(accountSetup *models.AccountSetup)

SetAccountSetup adds the accountSetup to the create account params

func (*CreateAccountParams) SetContext ¶

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

SetContext adds the context to the create account params

func (*CreateAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create account params

func (*CreateAccountParams) WithAccountSetup ¶

func (o *CreateAccountParams) WithAccountSetup(accountSetup *models.AccountSetup) *CreateAccountParams

WithAccountSetup adds the accountSetup to the create account params

func (*CreateAccountParams) WithContext ¶

WithContext adds the context to the create account params

func (*CreateAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) WithTimeout ¶

func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams

WithTimeout adds the timeout to the create account params

func (*CreateAccountParams) WriteToRequest ¶

func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateAccountReader ¶

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

CreateAccountReader is a Reader for the CreateAccount structure.

func (*CreateAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateDNSRecordCreated ¶

type CreateDNSRecordCreated struct {
	Payload *models.DNSRecord
}

CreateDNSRecordCreated handles this case with default header values.

Created

func NewCreateDNSRecordCreated ¶

func NewCreateDNSRecordCreated() *CreateDNSRecordCreated

NewCreateDNSRecordCreated creates a CreateDNSRecordCreated with default headers values

func (*CreateDNSRecordCreated) Error ¶

func (o *CreateDNSRecordCreated) Error() string

func (*CreateDNSRecordCreated) GetPayload ¶

func (o *CreateDNSRecordCreated) GetPayload() *models.DNSRecord

type CreateDNSRecordDefault ¶

type CreateDNSRecordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateDNSRecordDefault handles this case with default header values.

error

func NewCreateDNSRecordDefault ¶

func NewCreateDNSRecordDefault(code int) *CreateDNSRecordDefault

NewCreateDNSRecordDefault creates a CreateDNSRecordDefault with default headers values

func (*CreateDNSRecordDefault) Code ¶

func (o *CreateDNSRecordDefault) Code() int

Code gets the status code for the create Dns record default response

func (*CreateDNSRecordDefault) Error ¶

func (o *CreateDNSRecordDefault) Error() string

func (*CreateDNSRecordDefault) GetPayload ¶

func (o *CreateDNSRecordDefault) GetPayload() *models.Error

type CreateDNSRecordParams ¶

type CreateDNSRecordParams struct {

	/*DNSRecord*/
	DNSRecord *models.DNSRecordCreate
	/*ZoneID*/
	ZoneID string

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

CreateDNSRecordParams contains all the parameters to send to the API endpoint for the create Dns record operation typically these are written to a http.Request

func NewCreateDNSRecordParams ¶

func NewCreateDNSRecordParams() *CreateDNSRecordParams

NewCreateDNSRecordParams creates a new CreateDNSRecordParams object with the default values initialized.

func NewCreateDNSRecordParamsWithContext ¶

func NewCreateDNSRecordParamsWithContext(ctx context.Context) *CreateDNSRecordParams

NewCreateDNSRecordParamsWithContext creates a new CreateDNSRecordParams object with the default values initialized, and the ability to set a context for a request

func NewCreateDNSRecordParamsWithHTTPClient ¶

func NewCreateDNSRecordParamsWithHTTPClient(client *http.Client) *CreateDNSRecordParams

NewCreateDNSRecordParamsWithHTTPClient creates a new CreateDNSRecordParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateDNSRecordParamsWithTimeout ¶

func NewCreateDNSRecordParamsWithTimeout(timeout time.Duration) *CreateDNSRecordParams

NewCreateDNSRecordParamsWithTimeout creates a new CreateDNSRecordParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateDNSRecordParams) SetContext ¶

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

SetContext adds the context to the create Dns record params

func (*CreateDNSRecordParams) SetDNSRecord ¶

func (o *CreateDNSRecordParams) SetDNSRecord(dNSRecord *models.DNSRecordCreate)

SetDNSRecord adds the dnsRecord to the create Dns record params

func (*CreateDNSRecordParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create Dns record params

func (*CreateDNSRecordParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create Dns record params

func (*CreateDNSRecordParams) SetZoneID ¶

func (o *CreateDNSRecordParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the create Dns record params

func (*CreateDNSRecordParams) WithContext ¶

WithContext adds the context to the create Dns record params

func (*CreateDNSRecordParams) WithDNSRecord ¶

func (o *CreateDNSRecordParams) WithDNSRecord(dNSRecord *models.DNSRecordCreate) *CreateDNSRecordParams

WithDNSRecord adds the dNSRecord to the create Dns record params

func (*CreateDNSRecordParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create Dns record params

func (*CreateDNSRecordParams) WithTimeout ¶

func (o *CreateDNSRecordParams) WithTimeout(timeout time.Duration) *CreateDNSRecordParams

WithTimeout adds the timeout to the create Dns record params

func (*CreateDNSRecordParams) WithZoneID ¶

func (o *CreateDNSRecordParams) WithZoneID(zoneID string) *CreateDNSRecordParams

WithZoneID adds the zoneID to the create Dns record params

func (*CreateDNSRecordParams) WriteToRequest ¶

func (o *CreateDNSRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateDNSRecordReader ¶

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

CreateDNSRecordReader is a Reader for the CreateDNSRecord structure.

func (*CreateDNSRecordReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateDNSZoneCreated ¶

type CreateDNSZoneCreated struct {
	Payload *models.DNSZone
}

CreateDNSZoneCreated handles this case with default header values.

Created

func NewCreateDNSZoneCreated ¶

func NewCreateDNSZoneCreated() *CreateDNSZoneCreated

NewCreateDNSZoneCreated creates a CreateDNSZoneCreated with default headers values

func (*CreateDNSZoneCreated) Error ¶

func (o *CreateDNSZoneCreated) Error() string

func (*CreateDNSZoneCreated) GetPayload ¶

func (o *CreateDNSZoneCreated) GetPayload() *models.DNSZone

type CreateDNSZoneDefault ¶

type CreateDNSZoneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateDNSZoneDefault handles this case with default header values.

error

func NewCreateDNSZoneDefault ¶

func NewCreateDNSZoneDefault(code int) *CreateDNSZoneDefault

NewCreateDNSZoneDefault creates a CreateDNSZoneDefault with default headers values

func (*CreateDNSZoneDefault) Code ¶

func (o *CreateDNSZoneDefault) Code() int

Code gets the status code for the create Dns zone default response

func (*CreateDNSZoneDefault) Error ¶

func (o *CreateDNSZoneDefault) Error() string

func (*CreateDNSZoneDefault) GetPayload ¶

func (o *CreateDNSZoneDefault) GetPayload() *models.Error

type CreateDNSZoneParams ¶

type CreateDNSZoneParams struct {

	/*DNSZoneParams*/
	DNSZoneParams *models.DNSZoneSetup

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

CreateDNSZoneParams contains all the parameters to send to the API endpoint for the create Dns zone operation typically these are written to a http.Request

func NewCreateDNSZoneParams ¶

func NewCreateDNSZoneParams() *CreateDNSZoneParams

NewCreateDNSZoneParams creates a new CreateDNSZoneParams object with the default values initialized.

func NewCreateDNSZoneParamsWithContext ¶

func NewCreateDNSZoneParamsWithContext(ctx context.Context) *CreateDNSZoneParams

NewCreateDNSZoneParamsWithContext creates a new CreateDNSZoneParams object with the default values initialized, and the ability to set a context for a request

func NewCreateDNSZoneParamsWithHTTPClient ¶

func NewCreateDNSZoneParamsWithHTTPClient(client *http.Client) *CreateDNSZoneParams

NewCreateDNSZoneParamsWithHTTPClient creates a new CreateDNSZoneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateDNSZoneParamsWithTimeout ¶

func NewCreateDNSZoneParamsWithTimeout(timeout time.Duration) *CreateDNSZoneParams

NewCreateDNSZoneParamsWithTimeout creates a new CreateDNSZoneParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateDNSZoneParams) SetContext ¶

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

SetContext adds the context to the create Dns zone params

func (*CreateDNSZoneParams) SetDNSZoneParams ¶

func (o *CreateDNSZoneParams) SetDNSZoneParams(dNSZoneParams *models.DNSZoneSetup)

SetDNSZoneParams adds the dnsZoneParams to the create Dns zone params

func (*CreateDNSZoneParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create Dns zone params

func (*CreateDNSZoneParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create Dns zone params

func (*CreateDNSZoneParams) WithContext ¶

WithContext adds the context to the create Dns zone params

func (*CreateDNSZoneParams) WithDNSZoneParams ¶

func (o *CreateDNSZoneParams) WithDNSZoneParams(dNSZoneParams *models.DNSZoneSetup) *CreateDNSZoneParams

WithDNSZoneParams adds the dNSZoneParams to the create Dns zone params

func (*CreateDNSZoneParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create Dns zone params

func (*CreateDNSZoneParams) WithTimeout ¶

func (o *CreateDNSZoneParams) WithTimeout(timeout time.Duration) *CreateDNSZoneParams

WithTimeout adds the timeout to the create Dns zone params

func (*CreateDNSZoneParams) WriteToRequest ¶

func (o *CreateDNSZoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateDNSZoneReader ¶

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

CreateDNSZoneReader is a Reader for the CreateDNSZone structure.

func (*CreateDNSZoneReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateDeployKeyCreated ¶

type CreateDeployKeyCreated struct {
	Payload *models.DeployKey
}

CreateDeployKeyCreated handles this case with default header values.

Created

func NewCreateDeployKeyCreated ¶

func NewCreateDeployKeyCreated() *CreateDeployKeyCreated

NewCreateDeployKeyCreated creates a CreateDeployKeyCreated with default headers values

func (*CreateDeployKeyCreated) Error ¶

func (o *CreateDeployKeyCreated) Error() string

func (*CreateDeployKeyCreated) GetPayload ¶

func (o *CreateDeployKeyCreated) GetPayload() *models.DeployKey

type CreateDeployKeyDefault ¶

type CreateDeployKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateDeployKeyDefault handles this case with default header values.

error

func NewCreateDeployKeyDefault ¶

func NewCreateDeployKeyDefault(code int) *CreateDeployKeyDefault

NewCreateDeployKeyDefault creates a CreateDeployKeyDefault with default headers values

func (*CreateDeployKeyDefault) Code ¶

func (o *CreateDeployKeyDefault) Code() int

Code gets the status code for the create deploy key default response

func (*CreateDeployKeyDefault) Error ¶

func (o *CreateDeployKeyDefault) Error() string

func (*CreateDeployKeyDefault) GetPayload ¶

func (o *CreateDeployKeyDefault) GetPayload() *models.Error

type CreateDeployKeyParams ¶

type CreateDeployKeyParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateDeployKeyParams contains all the parameters to send to the API endpoint for the create deploy key operation typically these are written to a http.Request

func NewCreateDeployKeyParams ¶

func NewCreateDeployKeyParams() *CreateDeployKeyParams

NewCreateDeployKeyParams creates a new CreateDeployKeyParams object with the default values initialized.

func NewCreateDeployKeyParamsWithContext ¶

func NewCreateDeployKeyParamsWithContext(ctx context.Context) *CreateDeployKeyParams

NewCreateDeployKeyParamsWithContext creates a new CreateDeployKeyParams object with the default values initialized, and the ability to set a context for a request

func NewCreateDeployKeyParamsWithHTTPClient ¶

func NewCreateDeployKeyParamsWithHTTPClient(client *http.Client) *CreateDeployKeyParams

NewCreateDeployKeyParamsWithHTTPClient creates a new CreateDeployKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateDeployKeyParamsWithTimeout ¶

func NewCreateDeployKeyParamsWithTimeout(timeout time.Duration) *CreateDeployKeyParams

NewCreateDeployKeyParamsWithTimeout creates a new CreateDeployKeyParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateDeployKeyParams) SetContext ¶

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

SetContext adds the context to the create deploy key params

func (*CreateDeployKeyParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create deploy key params

func (*CreateDeployKeyParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create deploy key params

func (*CreateDeployKeyParams) WithContext ¶

WithContext adds the context to the create deploy key params

func (*CreateDeployKeyParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create deploy key params

func (*CreateDeployKeyParams) WithTimeout ¶

func (o *CreateDeployKeyParams) WithTimeout(timeout time.Duration) *CreateDeployKeyParams

WithTimeout adds the timeout to the create deploy key params

func (*CreateDeployKeyParams) WriteToRequest ¶

func (o *CreateDeployKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateDeployKeyReader ¶

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

CreateDeployKeyReader is a Reader for the CreateDeployKey structure.

func (*CreateDeployKeyReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateHookBySiteIDCreated ¶

type CreateHookBySiteIDCreated struct {
	Payload *models.Hook
}

CreateHookBySiteIDCreated handles this case with default header values.

OK

func NewCreateHookBySiteIDCreated ¶

func NewCreateHookBySiteIDCreated() *CreateHookBySiteIDCreated

NewCreateHookBySiteIDCreated creates a CreateHookBySiteIDCreated with default headers values

func (*CreateHookBySiteIDCreated) Error ¶

func (o *CreateHookBySiteIDCreated) Error() string

func (*CreateHookBySiteIDCreated) GetPayload ¶

func (o *CreateHookBySiteIDCreated) GetPayload() *models.Hook

type CreateHookBySiteIDDefault ¶

type CreateHookBySiteIDDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateHookBySiteIDDefault handles this case with default header values.

error

func NewCreateHookBySiteIDDefault ¶

func NewCreateHookBySiteIDDefault(code int) *CreateHookBySiteIDDefault

NewCreateHookBySiteIDDefault creates a CreateHookBySiteIDDefault with default headers values

func (*CreateHookBySiteIDDefault) Code ¶

func (o *CreateHookBySiteIDDefault) Code() int

Code gets the status code for the create hook by site Id default response

func (*CreateHookBySiteIDDefault) Error ¶

func (o *CreateHookBySiteIDDefault) Error() string

func (*CreateHookBySiteIDDefault) GetPayload ¶

func (o *CreateHookBySiteIDDefault) GetPayload() *models.Error

type CreateHookBySiteIDParams ¶

type CreateHookBySiteIDParams struct {

	/*Hook*/
	Hook *models.Hook
	/*SiteID*/
	SiteID string

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

CreateHookBySiteIDParams contains all the parameters to send to the API endpoint for the create hook by site Id operation typically these are written to a http.Request

func NewCreateHookBySiteIDParams ¶

func NewCreateHookBySiteIDParams() *CreateHookBySiteIDParams

NewCreateHookBySiteIDParams creates a new CreateHookBySiteIDParams object with the default values initialized.

func NewCreateHookBySiteIDParamsWithContext ¶

func NewCreateHookBySiteIDParamsWithContext(ctx context.Context) *CreateHookBySiteIDParams

NewCreateHookBySiteIDParamsWithContext creates a new CreateHookBySiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewCreateHookBySiteIDParamsWithHTTPClient ¶

func NewCreateHookBySiteIDParamsWithHTTPClient(client *http.Client) *CreateHookBySiteIDParams

NewCreateHookBySiteIDParamsWithHTTPClient creates a new CreateHookBySiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateHookBySiteIDParamsWithTimeout ¶

func NewCreateHookBySiteIDParamsWithTimeout(timeout time.Duration) *CreateHookBySiteIDParams

NewCreateHookBySiteIDParamsWithTimeout creates a new CreateHookBySiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateHookBySiteIDParams) SetContext ¶

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

SetContext adds the context to the create hook by site Id params

func (*CreateHookBySiteIDParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create hook by site Id params

func (*CreateHookBySiteIDParams) SetHook ¶

func (o *CreateHookBySiteIDParams) SetHook(hook *models.Hook)

SetHook adds the hook to the create hook by site Id params

func (*CreateHookBySiteIDParams) SetSiteID ¶

func (o *CreateHookBySiteIDParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create hook by site Id params

func (*CreateHookBySiteIDParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create hook by site Id params

func (*CreateHookBySiteIDParams) WithContext ¶

WithContext adds the context to the create hook by site Id params

func (*CreateHookBySiteIDParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create hook by site Id params

func (*CreateHookBySiteIDParams) WithHook ¶

WithHook adds the hook to the create hook by site Id params

func (*CreateHookBySiteIDParams) WithSiteID ¶

WithSiteID adds the siteID to the create hook by site Id params

func (*CreateHookBySiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the create hook by site Id params

func (*CreateHookBySiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateHookBySiteIDReader ¶

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

CreateHookBySiteIDReader is a Reader for the CreateHookBySiteID structure.

func (*CreateHookBySiteIDReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreatePluginRunCreated ¶

type CreatePluginRunCreated struct {
	Payload *models.PluginRun
}

CreatePluginRunCreated handles this case with default header values.

CREATED

func NewCreatePluginRunCreated ¶

func NewCreatePluginRunCreated() *CreatePluginRunCreated

NewCreatePluginRunCreated creates a CreatePluginRunCreated with default headers values

func (*CreatePluginRunCreated) Error ¶

func (o *CreatePluginRunCreated) Error() string

func (*CreatePluginRunCreated) GetPayload ¶

func (o *CreatePluginRunCreated) GetPayload() *models.PluginRun

type CreatePluginRunDefault ¶

type CreatePluginRunDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreatePluginRunDefault handles this case with default header values.

error

func NewCreatePluginRunDefault ¶

func NewCreatePluginRunDefault(code int) *CreatePluginRunDefault

NewCreatePluginRunDefault creates a CreatePluginRunDefault with default headers values

func (*CreatePluginRunDefault) Code ¶

func (o *CreatePluginRunDefault) Code() int

Code gets the status code for the create plugin run default response

func (*CreatePluginRunDefault) Error ¶

func (o *CreatePluginRunDefault) Error() string

func (*CreatePluginRunDefault) GetPayload ¶

func (o *CreatePluginRunDefault) GetPayload() *models.Error

type CreatePluginRunParams ¶

type CreatePluginRunParams struct {

	/*DeployID*/
	DeployID string
	/*PluginRun*/
	PluginRun *models.PluginRunData

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

CreatePluginRunParams contains all the parameters to send to the API endpoint for the create plugin run operation typically these are written to a http.Request

func NewCreatePluginRunParams ¶

func NewCreatePluginRunParams() *CreatePluginRunParams

NewCreatePluginRunParams creates a new CreatePluginRunParams object with the default values initialized.

func NewCreatePluginRunParamsWithContext ¶

func NewCreatePluginRunParamsWithContext(ctx context.Context) *CreatePluginRunParams

NewCreatePluginRunParamsWithContext creates a new CreatePluginRunParams object with the default values initialized, and the ability to set a context for a request

func NewCreatePluginRunParamsWithHTTPClient ¶

func NewCreatePluginRunParamsWithHTTPClient(client *http.Client) *CreatePluginRunParams

NewCreatePluginRunParamsWithHTTPClient creates a new CreatePluginRunParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreatePluginRunParamsWithTimeout ¶

func NewCreatePluginRunParamsWithTimeout(timeout time.Duration) *CreatePluginRunParams

NewCreatePluginRunParamsWithTimeout creates a new CreatePluginRunParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreatePluginRunParams) SetContext ¶

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

SetContext adds the context to the create plugin run params

func (*CreatePluginRunParams) SetDeployID ¶

func (o *CreatePluginRunParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the create plugin run params

func (*CreatePluginRunParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create plugin run params

func (*CreatePluginRunParams) SetPluginRun ¶

func (o *CreatePluginRunParams) SetPluginRun(pluginRun *models.PluginRunData)

SetPluginRun adds the pluginRun to the create plugin run params

func (*CreatePluginRunParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create plugin run params

func (*CreatePluginRunParams) WithContext ¶

WithContext adds the context to the create plugin run params

func (*CreatePluginRunParams) WithDeployID ¶

func (o *CreatePluginRunParams) WithDeployID(deployID string) *CreatePluginRunParams

WithDeployID adds the deployID to the create plugin run params

func (*CreatePluginRunParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create plugin run params

func (*CreatePluginRunParams) WithPluginRun ¶

func (o *CreatePluginRunParams) WithPluginRun(pluginRun *models.PluginRunData) *CreatePluginRunParams

WithPluginRun adds the pluginRun to the create plugin run params

func (*CreatePluginRunParams) WithTimeout ¶

func (o *CreatePluginRunParams) WithTimeout(timeout time.Duration) *CreatePluginRunParams

WithTimeout adds the timeout to the create plugin run params

func (*CreatePluginRunParams) WriteToRequest ¶

func (o *CreatePluginRunParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreatePluginRunReader ¶

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

CreatePluginRunReader is a Reader for the CreatePluginRun structure.

func (*CreatePluginRunReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateServiceInstanceCreated ¶

type CreateServiceInstanceCreated struct {
	Payload *models.ServiceInstance
}

CreateServiceInstanceCreated handles this case with default header values.

Created

func NewCreateServiceInstanceCreated ¶

func NewCreateServiceInstanceCreated() *CreateServiceInstanceCreated

NewCreateServiceInstanceCreated creates a CreateServiceInstanceCreated with default headers values

func (*CreateServiceInstanceCreated) Error ¶

func (*CreateServiceInstanceCreated) GetPayload ¶

type CreateServiceInstanceDefault ¶

type CreateServiceInstanceDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateServiceInstanceDefault handles this case with default header values.

error

func NewCreateServiceInstanceDefault ¶

func NewCreateServiceInstanceDefault(code int) *CreateServiceInstanceDefault

NewCreateServiceInstanceDefault creates a CreateServiceInstanceDefault with default headers values

func (*CreateServiceInstanceDefault) Code ¶

Code gets the status code for the create service instance default response

func (*CreateServiceInstanceDefault) Error ¶

func (*CreateServiceInstanceDefault) GetPayload ¶

func (o *CreateServiceInstanceDefault) GetPayload() *models.Error

type CreateServiceInstanceParams ¶

type CreateServiceInstanceParams struct {

	/*Addon*/
	Addon string
	/*Config*/
	Config interface{}
	/*SiteID*/
	SiteID string

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

CreateServiceInstanceParams contains all the parameters to send to the API endpoint for the create service instance operation typically these are written to a http.Request

func NewCreateServiceInstanceParams ¶

func NewCreateServiceInstanceParams() *CreateServiceInstanceParams

NewCreateServiceInstanceParams creates a new CreateServiceInstanceParams object with the default values initialized.

func NewCreateServiceInstanceParamsWithContext ¶

func NewCreateServiceInstanceParamsWithContext(ctx context.Context) *CreateServiceInstanceParams

NewCreateServiceInstanceParamsWithContext creates a new CreateServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewCreateServiceInstanceParamsWithHTTPClient ¶

func NewCreateServiceInstanceParamsWithHTTPClient(client *http.Client) *CreateServiceInstanceParams

NewCreateServiceInstanceParamsWithHTTPClient creates a new CreateServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateServiceInstanceParamsWithTimeout ¶

func NewCreateServiceInstanceParamsWithTimeout(timeout time.Duration) *CreateServiceInstanceParams

NewCreateServiceInstanceParamsWithTimeout creates a new CreateServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateServiceInstanceParams) SetAddon ¶

func (o *CreateServiceInstanceParams) SetAddon(addon string)

SetAddon adds the addon to the create service instance params

func (*CreateServiceInstanceParams) SetConfig ¶

func (o *CreateServiceInstanceParams) SetConfig(config interface{})

SetConfig adds the config to the create service instance params

func (*CreateServiceInstanceParams) SetContext ¶

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

SetContext adds the context to the create service instance params

func (*CreateServiceInstanceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create service instance params

func (*CreateServiceInstanceParams) SetSiteID ¶

func (o *CreateServiceInstanceParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create service instance params

func (*CreateServiceInstanceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create service instance params

func (*CreateServiceInstanceParams) WithAddon ¶

WithAddon adds the addon to the create service instance params

func (*CreateServiceInstanceParams) WithConfig ¶

func (o *CreateServiceInstanceParams) WithConfig(config interface{}) *CreateServiceInstanceParams

WithConfig adds the config to the create service instance params

func (*CreateServiceInstanceParams) WithContext ¶

WithContext adds the context to the create service instance params

func (*CreateServiceInstanceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the create service instance params

func (*CreateServiceInstanceParams) WithSiteID ¶

WithSiteID adds the siteID to the create service instance params

func (*CreateServiceInstanceParams) WithTimeout ¶

WithTimeout adds the timeout to the create service instance params

func (*CreateServiceInstanceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateServiceInstanceReader ¶

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

CreateServiceInstanceReader is a Reader for the CreateServiceInstance structure.

func (*CreateServiceInstanceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteAssetCreated ¶

type CreateSiteAssetCreated struct {
	Payload *models.AssetSignature
}

CreateSiteAssetCreated handles this case with default header values.

Created

func NewCreateSiteAssetCreated ¶

func NewCreateSiteAssetCreated() *CreateSiteAssetCreated

NewCreateSiteAssetCreated creates a CreateSiteAssetCreated with default headers values

func (*CreateSiteAssetCreated) Error ¶

func (o *CreateSiteAssetCreated) Error() string

func (*CreateSiteAssetCreated) GetPayload ¶

func (o *CreateSiteAssetCreated) GetPayload() *models.AssetSignature

type CreateSiteAssetDefault ¶

type CreateSiteAssetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteAssetDefault handles this case with default header values.

error

func NewCreateSiteAssetDefault ¶

func NewCreateSiteAssetDefault(code int) *CreateSiteAssetDefault

NewCreateSiteAssetDefault creates a CreateSiteAssetDefault with default headers values

func (*CreateSiteAssetDefault) Code ¶

func (o *CreateSiteAssetDefault) Code() int

Code gets the status code for the create site asset default response

func (*CreateSiteAssetDefault) Error ¶

func (o *CreateSiteAssetDefault) Error() string

func (*CreateSiteAssetDefault) GetPayload ¶

func (o *CreateSiteAssetDefault) GetPayload() *models.Error

type CreateSiteAssetParams ¶

type CreateSiteAssetParams struct {

	/*ContentType*/
	ContentType string
	/*Name*/
	Name string
	/*SiteID*/
	SiteID string
	/*Size*/
	Size int64
	/*Visibility*/
	Visibility *string

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

CreateSiteAssetParams contains all the parameters to send to the API endpoint for the create site asset operation typically these are written to a http.Request

func NewCreateSiteAssetParams ¶

func NewCreateSiteAssetParams() *CreateSiteAssetParams

NewCreateSiteAssetParams creates a new CreateSiteAssetParams object with the default values initialized.

func NewCreateSiteAssetParamsWithContext ¶

func NewCreateSiteAssetParamsWithContext(ctx context.Context) *CreateSiteAssetParams

NewCreateSiteAssetParamsWithContext creates a new CreateSiteAssetParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteAssetParamsWithHTTPClient ¶

func NewCreateSiteAssetParamsWithHTTPClient(client *http.Client) *CreateSiteAssetParams

NewCreateSiteAssetParamsWithHTTPClient creates a new CreateSiteAssetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteAssetParamsWithTimeout ¶

func NewCreateSiteAssetParamsWithTimeout(timeout time.Duration) *CreateSiteAssetParams

NewCreateSiteAssetParamsWithTimeout creates a new CreateSiteAssetParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteAssetParams) SetContentType ¶

func (o *CreateSiteAssetParams) SetContentType(contentType string)

SetContentType adds the contentType to the create site asset params

func (*CreateSiteAssetParams) SetContext ¶

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

SetContext adds the context to the create site asset params

func (*CreateSiteAssetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site asset params

func (*CreateSiteAssetParams) SetName ¶

func (o *CreateSiteAssetParams) SetName(name string)

SetName adds the name to the create site asset params

func (*CreateSiteAssetParams) SetSiteID ¶

func (o *CreateSiteAssetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create site asset params

func (*CreateSiteAssetParams) SetSize ¶

func (o *CreateSiteAssetParams) SetSize(size int64)

SetSize adds the size to the create site asset params

func (*CreateSiteAssetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site asset params

func (*CreateSiteAssetParams) SetVisibility ¶

func (o *CreateSiteAssetParams) SetVisibility(visibility *string)

SetVisibility adds the visibility to the create site asset params

func (*CreateSiteAssetParams) WithContentType ¶

func (o *CreateSiteAssetParams) WithContentType(contentType string) *CreateSiteAssetParams

WithContentType adds the contentType to the create site asset params

func (*CreateSiteAssetParams) WithContext ¶

WithContext adds the context to the create site asset params

func (*CreateSiteAssetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site asset params

func (*CreateSiteAssetParams) WithName ¶

WithName adds the name to the create site asset params

func (*CreateSiteAssetParams) WithSiteID ¶

func (o *CreateSiteAssetParams) WithSiteID(siteID string) *CreateSiteAssetParams

WithSiteID adds the siteID to the create site asset params

func (*CreateSiteAssetParams) WithSize ¶

WithSize adds the size to the create site asset params

func (*CreateSiteAssetParams) WithTimeout ¶

func (o *CreateSiteAssetParams) WithTimeout(timeout time.Duration) *CreateSiteAssetParams

WithTimeout adds the timeout to the create site asset params

func (*CreateSiteAssetParams) WithVisibility ¶

func (o *CreateSiteAssetParams) WithVisibility(visibility *string) *CreateSiteAssetParams

WithVisibility adds the visibility to the create site asset params

func (*CreateSiteAssetParams) WriteToRequest ¶

func (o *CreateSiteAssetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateSiteAssetReader ¶

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

CreateSiteAssetReader is a Reader for the CreateSiteAsset structure.

func (*CreateSiteAssetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteBuildDefault ¶

type CreateSiteBuildDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteBuildDefault handles this case with default header values.

error

func NewCreateSiteBuildDefault ¶

func NewCreateSiteBuildDefault(code int) *CreateSiteBuildDefault

NewCreateSiteBuildDefault creates a CreateSiteBuildDefault with default headers values

func (*CreateSiteBuildDefault) Code ¶

func (o *CreateSiteBuildDefault) Code() int

Code gets the status code for the create site build default response

func (*CreateSiteBuildDefault) Error ¶

func (o *CreateSiteBuildDefault) Error() string

func (*CreateSiteBuildDefault) GetPayload ¶

func (o *CreateSiteBuildDefault) GetPayload() *models.Error

type CreateSiteBuildHookCreated ¶

type CreateSiteBuildHookCreated struct {
	Payload *models.BuildHook
}

CreateSiteBuildHookCreated handles this case with default header values.

Created

func NewCreateSiteBuildHookCreated ¶

func NewCreateSiteBuildHookCreated() *CreateSiteBuildHookCreated

NewCreateSiteBuildHookCreated creates a CreateSiteBuildHookCreated with default headers values

func (*CreateSiteBuildHookCreated) Error ¶

func (*CreateSiteBuildHookCreated) GetPayload ¶

func (o *CreateSiteBuildHookCreated) GetPayload() *models.BuildHook

type CreateSiteBuildHookDefault ¶

type CreateSiteBuildHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteBuildHookDefault handles this case with default header values.

error

func NewCreateSiteBuildHookDefault ¶

func NewCreateSiteBuildHookDefault(code int) *CreateSiteBuildHookDefault

NewCreateSiteBuildHookDefault creates a CreateSiteBuildHookDefault with default headers values

func (*CreateSiteBuildHookDefault) Code ¶

func (o *CreateSiteBuildHookDefault) Code() int

Code gets the status code for the create site build hook default response

func (*CreateSiteBuildHookDefault) Error ¶

func (*CreateSiteBuildHookDefault) GetPayload ¶

func (o *CreateSiteBuildHookDefault) GetPayload() *models.Error

type CreateSiteBuildHookParams ¶

type CreateSiteBuildHookParams struct {

	/*BuildHook*/
	BuildHook *models.BuildHookSetup
	/*SiteID*/
	SiteID string

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

CreateSiteBuildHookParams contains all the parameters to send to the API endpoint for the create site build hook operation typically these are written to a http.Request

func NewCreateSiteBuildHookParams ¶

func NewCreateSiteBuildHookParams() *CreateSiteBuildHookParams

NewCreateSiteBuildHookParams creates a new CreateSiteBuildHookParams object with the default values initialized.

func NewCreateSiteBuildHookParamsWithContext ¶

func NewCreateSiteBuildHookParamsWithContext(ctx context.Context) *CreateSiteBuildHookParams

NewCreateSiteBuildHookParamsWithContext creates a new CreateSiteBuildHookParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteBuildHookParamsWithHTTPClient ¶

func NewCreateSiteBuildHookParamsWithHTTPClient(client *http.Client) *CreateSiteBuildHookParams

NewCreateSiteBuildHookParamsWithHTTPClient creates a new CreateSiteBuildHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteBuildHookParamsWithTimeout ¶

func NewCreateSiteBuildHookParamsWithTimeout(timeout time.Duration) *CreateSiteBuildHookParams

NewCreateSiteBuildHookParamsWithTimeout creates a new CreateSiteBuildHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteBuildHookParams) SetBuildHook ¶

func (o *CreateSiteBuildHookParams) SetBuildHook(buildHook *models.BuildHookSetup)

SetBuildHook adds the buildHook to the create site build hook params

func (*CreateSiteBuildHookParams) SetContext ¶

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

SetContext adds the context to the create site build hook params

func (*CreateSiteBuildHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site build hook params

func (*CreateSiteBuildHookParams) SetSiteID ¶

func (o *CreateSiteBuildHookParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create site build hook params

func (*CreateSiteBuildHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site build hook params

func (*CreateSiteBuildHookParams) WithBuildHook ¶

WithBuildHook adds the buildHook to the create site build hook params

func (*CreateSiteBuildHookParams) WithContext ¶

WithContext adds the context to the create site build hook params

func (*CreateSiteBuildHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site build hook params

func (*CreateSiteBuildHookParams) WithSiteID ¶

WithSiteID adds the siteID to the create site build hook params

func (*CreateSiteBuildHookParams) WithTimeout ¶

WithTimeout adds the timeout to the create site build hook params

func (*CreateSiteBuildHookParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateSiteBuildHookReader ¶

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

CreateSiteBuildHookReader is a Reader for the CreateSiteBuildHook structure.

func (*CreateSiteBuildHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteBuildOK ¶

type CreateSiteBuildOK struct {
	Payload *models.Build
}

CreateSiteBuildOK handles this case with default header values.

OK

func NewCreateSiteBuildOK ¶

func NewCreateSiteBuildOK() *CreateSiteBuildOK

NewCreateSiteBuildOK creates a CreateSiteBuildOK with default headers values

func (*CreateSiteBuildOK) Error ¶

func (o *CreateSiteBuildOK) Error() string

func (*CreateSiteBuildOK) GetPayload ¶

func (o *CreateSiteBuildOK) GetPayload() *models.Build

type CreateSiteBuildParams ¶

type CreateSiteBuildParams struct {

	/*Build*/
	Build *models.BuildSetup
	/*SiteID*/
	SiteID string

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

CreateSiteBuildParams contains all the parameters to send to the API endpoint for the create site build operation typically these are written to a http.Request

func NewCreateSiteBuildParams ¶

func NewCreateSiteBuildParams() *CreateSiteBuildParams

NewCreateSiteBuildParams creates a new CreateSiteBuildParams object with the default values initialized.

func NewCreateSiteBuildParamsWithContext ¶

func NewCreateSiteBuildParamsWithContext(ctx context.Context) *CreateSiteBuildParams

NewCreateSiteBuildParamsWithContext creates a new CreateSiteBuildParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteBuildParamsWithHTTPClient ¶

func NewCreateSiteBuildParamsWithHTTPClient(client *http.Client) *CreateSiteBuildParams

NewCreateSiteBuildParamsWithHTTPClient creates a new CreateSiteBuildParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteBuildParamsWithTimeout ¶

func NewCreateSiteBuildParamsWithTimeout(timeout time.Duration) *CreateSiteBuildParams

NewCreateSiteBuildParamsWithTimeout creates a new CreateSiteBuildParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteBuildParams) SetBuild ¶ added in v2.5.0

func (o *CreateSiteBuildParams) SetBuild(build *models.BuildSetup)

SetBuild adds the build to the create site build params

func (*CreateSiteBuildParams) SetContext ¶

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

SetContext adds the context to the create site build params

func (*CreateSiteBuildParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site build params

func (*CreateSiteBuildParams) SetSiteID ¶

func (o *CreateSiteBuildParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create site build params

func (*CreateSiteBuildParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site build params

func (*CreateSiteBuildParams) WithBuild ¶ added in v2.5.0

WithBuild adds the build to the create site build params

func (*CreateSiteBuildParams) WithContext ¶

WithContext adds the context to the create site build params

func (*CreateSiteBuildParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site build params

func (*CreateSiteBuildParams) WithSiteID ¶

func (o *CreateSiteBuildParams) WithSiteID(siteID string) *CreateSiteBuildParams

WithSiteID adds the siteID to the create site build params

func (*CreateSiteBuildParams) WithTimeout ¶

func (o *CreateSiteBuildParams) WithTimeout(timeout time.Duration) *CreateSiteBuildParams

WithTimeout adds the timeout to the create site build params

func (*CreateSiteBuildParams) WriteToRequest ¶

func (o *CreateSiteBuildParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateSiteBuildReader ¶

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

CreateSiteBuildReader is a Reader for the CreateSiteBuild structure.

func (*CreateSiteBuildReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteCreated ¶

type CreateSiteCreated struct {
	Payload *models.Site
}

CreateSiteCreated handles this case with default header values.

Created

func NewCreateSiteCreated ¶

func NewCreateSiteCreated() *CreateSiteCreated

NewCreateSiteCreated creates a CreateSiteCreated with default headers values

func (*CreateSiteCreated) Error ¶

func (o *CreateSiteCreated) Error() string

func (*CreateSiteCreated) GetPayload ¶

func (o *CreateSiteCreated) GetPayload() *models.Site

type CreateSiteDefault ¶

type CreateSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteDefault handles this case with default header values.

error

func NewCreateSiteDefault ¶

func NewCreateSiteDefault(code int) *CreateSiteDefault

NewCreateSiteDefault creates a CreateSiteDefault with default headers values

func (*CreateSiteDefault) Code ¶

func (o *CreateSiteDefault) Code() int

Code gets the status code for the create site default response

func (*CreateSiteDefault) Error ¶

func (o *CreateSiteDefault) Error() string

func (*CreateSiteDefault) GetPayload ¶

func (o *CreateSiteDefault) GetPayload() *models.Error

type CreateSiteDeployDefault ¶

type CreateSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteDeployDefault handles this case with default header values.

error

func NewCreateSiteDeployDefault ¶

func NewCreateSiteDeployDefault(code int) *CreateSiteDeployDefault

NewCreateSiteDeployDefault creates a CreateSiteDeployDefault with default headers values

func (*CreateSiteDeployDefault) Code ¶

func (o *CreateSiteDeployDefault) Code() int

Code gets the status code for the create site deploy default response

func (*CreateSiteDeployDefault) Error ¶

func (o *CreateSiteDeployDefault) Error() string

func (*CreateSiteDeployDefault) GetPayload ¶

func (o *CreateSiteDeployDefault) GetPayload() *models.Error

type CreateSiteDeployOK ¶

type CreateSiteDeployOK struct {
	Payload *models.Deploy
}

CreateSiteDeployOK handles this case with default header values.

OK

func NewCreateSiteDeployOK ¶

func NewCreateSiteDeployOK() *CreateSiteDeployOK

NewCreateSiteDeployOK creates a CreateSiteDeployOK with default headers values

func (*CreateSiteDeployOK) Error ¶

func (o *CreateSiteDeployOK) Error() string

func (*CreateSiteDeployOK) GetPayload ¶

func (o *CreateSiteDeployOK) GetPayload() *models.Deploy

type CreateSiteDeployParams ¶

type CreateSiteDeployParams struct {

	/*Deploy*/
	Deploy *models.DeployFiles
	/*SiteID*/
	SiteID string
	/*Title*/
	Title *string

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

CreateSiteDeployParams contains all the parameters to send to the API endpoint for the create site deploy operation typically these are written to a http.Request

func NewCreateSiteDeployParams ¶

func NewCreateSiteDeployParams() *CreateSiteDeployParams

NewCreateSiteDeployParams creates a new CreateSiteDeployParams object with the default values initialized.

func NewCreateSiteDeployParamsWithContext ¶

func NewCreateSiteDeployParamsWithContext(ctx context.Context) *CreateSiteDeployParams

NewCreateSiteDeployParamsWithContext creates a new CreateSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteDeployParamsWithHTTPClient ¶

func NewCreateSiteDeployParamsWithHTTPClient(client *http.Client) *CreateSiteDeployParams

NewCreateSiteDeployParamsWithHTTPClient creates a new CreateSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteDeployParamsWithTimeout ¶

func NewCreateSiteDeployParamsWithTimeout(timeout time.Duration) *CreateSiteDeployParams

NewCreateSiteDeployParamsWithTimeout creates a new CreateSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteDeployParams) SetContext ¶

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

SetContext adds the context to the create site deploy params

func (*CreateSiteDeployParams) SetDeploy ¶

func (o *CreateSiteDeployParams) SetDeploy(deploy *models.DeployFiles)

SetDeploy adds the deploy to the create site deploy params

func (*CreateSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site deploy params

func (*CreateSiteDeployParams) SetSiteID ¶

func (o *CreateSiteDeployParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create site deploy params

func (*CreateSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site deploy params

func (*CreateSiteDeployParams) SetTitle ¶

func (o *CreateSiteDeployParams) SetTitle(title *string)

SetTitle adds the title to the create site deploy params

func (*CreateSiteDeployParams) WithContext ¶

WithContext adds the context to the create site deploy params

func (*CreateSiteDeployParams) WithDeploy ¶

WithDeploy adds the deploy to the create site deploy params

func (*CreateSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site deploy params

func (*CreateSiteDeployParams) WithSiteID ¶

func (o *CreateSiteDeployParams) WithSiteID(siteID string) *CreateSiteDeployParams

WithSiteID adds the siteID to the create site deploy params

func (*CreateSiteDeployParams) WithTimeout ¶

WithTimeout adds the timeout to the create site deploy params

func (*CreateSiteDeployParams) WithTitle ¶

WithTitle adds the title to the create site deploy params

func (*CreateSiteDeployParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateSiteDeployReader ¶

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

CreateSiteDeployReader is a Reader for the CreateSiteDeploy structure.

func (*CreateSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteInTeamCreated ¶

type CreateSiteInTeamCreated struct {
	Payload *models.Site
}

CreateSiteInTeamCreated handles this case with default header values.

Created

func NewCreateSiteInTeamCreated ¶

func NewCreateSiteInTeamCreated() *CreateSiteInTeamCreated

NewCreateSiteInTeamCreated creates a CreateSiteInTeamCreated with default headers values

func (*CreateSiteInTeamCreated) Error ¶

func (o *CreateSiteInTeamCreated) Error() string

func (*CreateSiteInTeamCreated) GetPayload ¶

func (o *CreateSiteInTeamCreated) GetPayload() *models.Site

type CreateSiteInTeamDefault ¶

type CreateSiteInTeamDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteInTeamDefault handles this case with default header values.

error

func NewCreateSiteInTeamDefault ¶

func NewCreateSiteInTeamDefault(code int) *CreateSiteInTeamDefault

NewCreateSiteInTeamDefault creates a CreateSiteInTeamDefault with default headers values

func (*CreateSiteInTeamDefault) Code ¶

func (o *CreateSiteInTeamDefault) Code() int

Code gets the status code for the create site in team default response

func (*CreateSiteInTeamDefault) Error ¶

func (o *CreateSiteInTeamDefault) Error() string

func (*CreateSiteInTeamDefault) GetPayload ¶

func (o *CreateSiteInTeamDefault) GetPayload() *models.Error

type CreateSiteInTeamParams ¶

type CreateSiteInTeamParams struct {

	/*AccountSlug*/
	AccountSlug string
	/*ConfigureDNS*/
	ConfigureDNS *bool
	/*Site*/
	Site *models.SiteSetup

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

CreateSiteInTeamParams contains all the parameters to send to the API endpoint for the create site in team operation typically these are written to a http.Request

func NewCreateSiteInTeamParams ¶

func NewCreateSiteInTeamParams() *CreateSiteInTeamParams

NewCreateSiteInTeamParams creates a new CreateSiteInTeamParams object with the default values initialized.

func NewCreateSiteInTeamParamsWithContext ¶

func NewCreateSiteInTeamParamsWithContext(ctx context.Context) *CreateSiteInTeamParams

NewCreateSiteInTeamParamsWithContext creates a new CreateSiteInTeamParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteInTeamParamsWithHTTPClient ¶

func NewCreateSiteInTeamParamsWithHTTPClient(client *http.Client) *CreateSiteInTeamParams

NewCreateSiteInTeamParamsWithHTTPClient creates a new CreateSiteInTeamParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteInTeamParamsWithTimeout ¶

func NewCreateSiteInTeamParamsWithTimeout(timeout time.Duration) *CreateSiteInTeamParams

NewCreateSiteInTeamParamsWithTimeout creates a new CreateSiteInTeamParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteInTeamParams) SetAccountSlug ¶

func (o *CreateSiteInTeamParams) SetAccountSlug(accountSlug string)

SetAccountSlug adds the accountSlug to the create site in team params

func (*CreateSiteInTeamParams) SetConfigureDNS ¶

func (o *CreateSiteInTeamParams) SetConfigureDNS(configureDNS *bool)

SetConfigureDNS adds the configureDns to the create site in team params

func (*CreateSiteInTeamParams) SetContext ¶

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

SetContext adds the context to the create site in team params

func (*CreateSiteInTeamParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site in team params

func (*CreateSiteInTeamParams) SetSite ¶

func (o *CreateSiteInTeamParams) SetSite(site *models.SiteSetup)

SetSite adds the site to the create site in team params

func (*CreateSiteInTeamParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site in team params

func (*CreateSiteInTeamParams) WithAccountSlug ¶

func (o *CreateSiteInTeamParams) WithAccountSlug(accountSlug string) *CreateSiteInTeamParams

WithAccountSlug adds the accountSlug to the create site in team params

func (*CreateSiteInTeamParams) WithConfigureDNS ¶

func (o *CreateSiteInTeamParams) WithConfigureDNS(configureDNS *bool) *CreateSiteInTeamParams

WithConfigureDNS adds the configureDNS to the create site in team params

func (*CreateSiteInTeamParams) WithContext ¶

WithContext adds the context to the create site in team params

func (*CreateSiteInTeamParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site in team params

func (*CreateSiteInTeamParams) WithSite ¶

WithSite adds the site to the create site in team params

func (*CreateSiteInTeamParams) WithTimeout ¶

WithTimeout adds the timeout to the create site in team params

func (*CreateSiteInTeamParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateSiteInTeamReader ¶

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

CreateSiteInTeamReader is a Reader for the CreateSiteInTeam structure.

func (*CreateSiteInTeamReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteParams ¶

type CreateSiteParams struct {

	/*ConfigureDNS*/
	ConfigureDNS *bool
	/*Site*/
	Site *models.SiteSetup

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

CreateSiteParams contains all the parameters to send to the API endpoint for the create site operation typically these are written to a http.Request

func NewCreateSiteParams ¶

func NewCreateSiteParams() *CreateSiteParams

NewCreateSiteParams creates a new CreateSiteParams object with the default values initialized.

func NewCreateSiteParamsWithContext ¶

func NewCreateSiteParamsWithContext(ctx context.Context) *CreateSiteParams

NewCreateSiteParamsWithContext creates a new CreateSiteParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteParamsWithHTTPClient ¶

func NewCreateSiteParamsWithHTTPClient(client *http.Client) *CreateSiteParams

NewCreateSiteParamsWithHTTPClient creates a new CreateSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteParamsWithTimeout ¶

func NewCreateSiteParamsWithTimeout(timeout time.Duration) *CreateSiteParams

NewCreateSiteParamsWithTimeout creates a new CreateSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteParams) SetConfigureDNS ¶

func (o *CreateSiteParams) SetConfigureDNS(configureDNS *bool)

SetConfigureDNS adds the configureDns to the create site params

func (*CreateSiteParams) SetContext ¶

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

SetContext adds the context to the create site params

func (*CreateSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site params

func (*CreateSiteParams) SetSite ¶

func (o *CreateSiteParams) SetSite(site *models.SiteSetup)

SetSite adds the site to the create site params

func (*CreateSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site params

func (*CreateSiteParams) WithConfigureDNS ¶

func (o *CreateSiteParams) WithConfigureDNS(configureDNS *bool) *CreateSiteParams

WithConfigureDNS adds the configureDNS to the create site params

func (*CreateSiteParams) WithContext ¶

func (o *CreateSiteParams) WithContext(ctx context.Context) *CreateSiteParams

WithContext adds the context to the create site params

func (*CreateSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site params

func (*CreateSiteParams) WithSite ¶

func (o *CreateSiteParams) WithSite(site *models.SiteSetup) *CreateSiteParams

WithSite adds the site to the create site params

func (*CreateSiteParams) WithTimeout ¶

func (o *CreateSiteParams) WithTimeout(timeout time.Duration) *CreateSiteParams

WithTimeout adds the timeout to the create site params

func (*CreateSiteParams) WriteToRequest ¶

func (o *CreateSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateSiteReader ¶

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

CreateSiteReader is a Reader for the CreateSite structure.

func (*CreateSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSiteSnippetCreated ¶

type CreateSiteSnippetCreated struct {
	Payload *models.Snippet
}

CreateSiteSnippetCreated handles this case with default header values.

OK

func NewCreateSiteSnippetCreated ¶

func NewCreateSiteSnippetCreated() *CreateSiteSnippetCreated

NewCreateSiteSnippetCreated creates a CreateSiteSnippetCreated with default headers values

func (*CreateSiteSnippetCreated) Error ¶

func (o *CreateSiteSnippetCreated) Error() string

func (*CreateSiteSnippetCreated) GetPayload ¶

func (o *CreateSiteSnippetCreated) GetPayload() *models.Snippet

type CreateSiteSnippetDefault ¶

type CreateSiteSnippetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSiteSnippetDefault handles this case with default header values.

error

func NewCreateSiteSnippetDefault ¶

func NewCreateSiteSnippetDefault(code int) *CreateSiteSnippetDefault

NewCreateSiteSnippetDefault creates a CreateSiteSnippetDefault with default headers values

func (*CreateSiteSnippetDefault) Code ¶

func (o *CreateSiteSnippetDefault) Code() int

Code gets the status code for the create site snippet default response

func (*CreateSiteSnippetDefault) Error ¶

func (o *CreateSiteSnippetDefault) Error() string

func (*CreateSiteSnippetDefault) GetPayload ¶

func (o *CreateSiteSnippetDefault) GetPayload() *models.Error

type CreateSiteSnippetParams ¶

type CreateSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*Snippet*/
	Snippet *models.Snippet

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

CreateSiteSnippetParams contains all the parameters to send to the API endpoint for the create site snippet operation typically these are written to a http.Request

func NewCreateSiteSnippetParams ¶

func NewCreateSiteSnippetParams() *CreateSiteSnippetParams

NewCreateSiteSnippetParams creates a new CreateSiteSnippetParams object with the default values initialized.

func NewCreateSiteSnippetParamsWithContext ¶

func NewCreateSiteSnippetParamsWithContext(ctx context.Context) *CreateSiteSnippetParams

NewCreateSiteSnippetParamsWithContext creates a new CreateSiteSnippetParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSiteSnippetParamsWithHTTPClient ¶

func NewCreateSiteSnippetParamsWithHTTPClient(client *http.Client) *CreateSiteSnippetParams

NewCreateSiteSnippetParamsWithHTTPClient creates a new CreateSiteSnippetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSiteSnippetParamsWithTimeout ¶

func NewCreateSiteSnippetParamsWithTimeout(timeout time.Duration) *CreateSiteSnippetParams

NewCreateSiteSnippetParamsWithTimeout creates a new CreateSiteSnippetParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSiteSnippetParams) SetContext ¶

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

SetContext adds the context to the create site snippet params

func (*CreateSiteSnippetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create site snippet params

func (*CreateSiteSnippetParams) SetSiteID ¶

func (o *CreateSiteSnippetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create site snippet params

func (*CreateSiteSnippetParams) SetSnippet ¶

func (o *CreateSiteSnippetParams) SetSnippet(snippet *models.Snippet)

SetSnippet adds the snippet to the create site snippet params

func (*CreateSiteSnippetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create site snippet params

func (*CreateSiteSnippetParams) WithContext ¶

WithContext adds the context to the create site snippet params

func (*CreateSiteSnippetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create site snippet params

func (*CreateSiteSnippetParams) WithSiteID ¶

WithSiteID adds the siteID to the create site snippet params

func (*CreateSiteSnippetParams) WithSnippet ¶

WithSnippet adds the snippet to the create site snippet params

func (*CreateSiteSnippetParams) WithTimeout ¶

WithTimeout adds the timeout to the create site snippet params

func (*CreateSiteSnippetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateSiteSnippetReader ¶

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

CreateSiteSnippetReader is a Reader for the CreateSiteSnippet structure.

func (*CreateSiteSnippetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateSplitTestCreated ¶

type CreateSplitTestCreated struct {
	Payload *models.SplitTest
}

CreateSplitTestCreated handles this case with default header values.

Created

func NewCreateSplitTestCreated ¶

func NewCreateSplitTestCreated() *CreateSplitTestCreated

NewCreateSplitTestCreated creates a CreateSplitTestCreated with default headers values

func (*CreateSplitTestCreated) Error ¶

func (o *CreateSplitTestCreated) Error() string

func (*CreateSplitTestCreated) GetPayload ¶

func (o *CreateSplitTestCreated) GetPayload() *models.SplitTest

type CreateSplitTestDefault ¶

type CreateSplitTestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateSplitTestDefault handles this case with default header values.

error

func NewCreateSplitTestDefault ¶

func NewCreateSplitTestDefault(code int) *CreateSplitTestDefault

NewCreateSplitTestDefault creates a CreateSplitTestDefault with default headers values

func (*CreateSplitTestDefault) Code ¶

func (o *CreateSplitTestDefault) Code() int

Code gets the status code for the create split test default response

func (*CreateSplitTestDefault) Error ¶

func (o *CreateSplitTestDefault) Error() string

func (*CreateSplitTestDefault) GetPayload ¶

func (o *CreateSplitTestDefault) GetPayload() *models.Error

type CreateSplitTestParams ¶

type CreateSplitTestParams struct {

	/*BranchTests*/
	BranchTests *models.SplitTestSetup
	/*SiteID*/
	SiteID string

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

CreateSplitTestParams contains all the parameters to send to the API endpoint for the create split test operation typically these are written to a http.Request

func NewCreateSplitTestParams ¶

func NewCreateSplitTestParams() *CreateSplitTestParams

NewCreateSplitTestParams creates a new CreateSplitTestParams object with the default values initialized.

func NewCreateSplitTestParamsWithContext ¶

func NewCreateSplitTestParamsWithContext(ctx context.Context) *CreateSplitTestParams

NewCreateSplitTestParamsWithContext creates a new CreateSplitTestParams object with the default values initialized, and the ability to set a context for a request

func NewCreateSplitTestParamsWithHTTPClient ¶

func NewCreateSplitTestParamsWithHTTPClient(client *http.Client) *CreateSplitTestParams

NewCreateSplitTestParamsWithHTTPClient creates a new CreateSplitTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateSplitTestParamsWithTimeout ¶

func NewCreateSplitTestParamsWithTimeout(timeout time.Duration) *CreateSplitTestParams

NewCreateSplitTestParamsWithTimeout creates a new CreateSplitTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateSplitTestParams) SetBranchTests ¶

func (o *CreateSplitTestParams) SetBranchTests(branchTests *models.SplitTestSetup)

SetBranchTests adds the branchTests to the create split test params

func (*CreateSplitTestParams) SetContext ¶

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

SetContext adds the context to the create split test params

func (*CreateSplitTestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create split test params

func (*CreateSplitTestParams) SetSiteID ¶

func (o *CreateSplitTestParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the create split test params

func (*CreateSplitTestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create split test params

func (*CreateSplitTestParams) WithBranchTests ¶

func (o *CreateSplitTestParams) WithBranchTests(branchTests *models.SplitTestSetup) *CreateSplitTestParams

WithBranchTests adds the branchTests to the create split test params

func (*CreateSplitTestParams) WithContext ¶

WithContext adds the context to the create split test params

func (*CreateSplitTestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create split test params

func (*CreateSplitTestParams) WithSiteID ¶

func (o *CreateSplitTestParams) WithSiteID(siteID string) *CreateSplitTestParams

WithSiteID adds the siteID to the create split test params

func (*CreateSplitTestParams) WithTimeout ¶

func (o *CreateSplitTestParams) WithTimeout(timeout time.Duration) *CreateSplitTestParams

WithTimeout adds the timeout to the create split test params

func (*CreateSplitTestParams) WriteToRequest ¶

func (o *CreateSplitTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateSplitTestReader ¶

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

CreateSplitTestReader is a Reader for the CreateSplitTest structure.

func (*CreateSplitTestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateTicketCreated ¶

type CreateTicketCreated struct {
	Payload *models.Ticket
}

CreateTicketCreated handles this case with default header values.

ok

func NewCreateTicketCreated ¶

func NewCreateTicketCreated() *CreateTicketCreated

NewCreateTicketCreated creates a CreateTicketCreated with default headers values

func (*CreateTicketCreated) Error ¶

func (o *CreateTicketCreated) Error() string

func (*CreateTicketCreated) GetPayload ¶

func (o *CreateTicketCreated) GetPayload() *models.Ticket

type CreateTicketDefault ¶

type CreateTicketDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

CreateTicketDefault handles this case with default header values.

error

func NewCreateTicketDefault ¶

func NewCreateTicketDefault(code int) *CreateTicketDefault

NewCreateTicketDefault creates a CreateTicketDefault with default headers values

func (*CreateTicketDefault) Code ¶

func (o *CreateTicketDefault) Code() int

Code gets the status code for the create ticket default response

func (*CreateTicketDefault) Error ¶

func (o *CreateTicketDefault) Error() string

func (*CreateTicketDefault) GetPayload ¶

func (o *CreateTicketDefault) GetPayload() *models.Error

type CreateTicketParams ¶

type CreateTicketParams struct {

	/*ClientID*/
	ClientID string

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

CreateTicketParams contains all the parameters to send to the API endpoint for the create ticket operation typically these are written to a http.Request

func NewCreateTicketParams ¶

func NewCreateTicketParams() *CreateTicketParams

NewCreateTicketParams creates a new CreateTicketParams object with the default values initialized.

func NewCreateTicketParamsWithContext ¶

func NewCreateTicketParamsWithContext(ctx context.Context) *CreateTicketParams

NewCreateTicketParamsWithContext creates a new CreateTicketParams object with the default values initialized, and the ability to set a context for a request

func NewCreateTicketParamsWithHTTPClient ¶

func NewCreateTicketParamsWithHTTPClient(client *http.Client) *CreateTicketParams

NewCreateTicketParamsWithHTTPClient creates a new CreateTicketParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateTicketParamsWithTimeout ¶

func NewCreateTicketParamsWithTimeout(timeout time.Duration) *CreateTicketParams

NewCreateTicketParamsWithTimeout creates a new CreateTicketParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateTicketParams) SetClientID ¶

func (o *CreateTicketParams) SetClientID(clientID string)

SetClientID adds the clientId to the create ticket params

func (*CreateTicketParams) SetContext ¶

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

SetContext adds the context to the create ticket params

func (*CreateTicketParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the create ticket params

func (*CreateTicketParams) SetTimeout ¶

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

SetTimeout adds the timeout to the create ticket params

func (*CreateTicketParams) WithClientID ¶

func (o *CreateTicketParams) WithClientID(clientID string) *CreateTicketParams

WithClientID adds the clientID to the create ticket params

func (*CreateTicketParams) WithContext ¶

WithContext adds the context to the create ticket params

func (*CreateTicketParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the create ticket params

func (*CreateTicketParams) WithTimeout ¶

func (o *CreateTicketParams) WithTimeout(timeout time.Duration) *CreateTicketParams

WithTimeout adds the timeout to the create ticket params

func (*CreateTicketParams) WriteToRequest ¶

func (o *CreateTicketParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateTicketReader ¶

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

CreateTicketReader is a Reader for the CreateTicket structure.

func (*CreateTicketReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteDNSRecordDefault ¶

type DeleteDNSRecordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteDNSRecordDefault handles this case with default header values.

error

func NewDeleteDNSRecordDefault ¶

func NewDeleteDNSRecordDefault(code int) *DeleteDNSRecordDefault

NewDeleteDNSRecordDefault creates a DeleteDNSRecordDefault with default headers values

func (*DeleteDNSRecordDefault) Code ¶

func (o *DeleteDNSRecordDefault) Code() int

Code gets the status code for the delete Dns record default response

func (*DeleteDNSRecordDefault) Error ¶

func (o *DeleteDNSRecordDefault) Error() string

func (*DeleteDNSRecordDefault) GetPayload ¶

func (o *DeleteDNSRecordDefault) GetPayload() *models.Error

type DeleteDNSRecordNoContent ¶

type DeleteDNSRecordNoContent struct {
}

DeleteDNSRecordNoContent handles this case with default header values.

record deleted

func NewDeleteDNSRecordNoContent ¶

func NewDeleteDNSRecordNoContent() *DeleteDNSRecordNoContent

NewDeleteDNSRecordNoContent creates a DeleteDNSRecordNoContent with default headers values

func (*DeleteDNSRecordNoContent) Error ¶

func (o *DeleteDNSRecordNoContent) Error() string

type DeleteDNSRecordParams ¶

type DeleteDNSRecordParams struct {

	/*DNSRecordID*/
	DNSRecordID string
	/*ZoneID*/
	ZoneID string

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

DeleteDNSRecordParams contains all the parameters to send to the API endpoint for the delete Dns record operation typically these are written to a http.Request

func NewDeleteDNSRecordParams ¶

func NewDeleteDNSRecordParams() *DeleteDNSRecordParams

NewDeleteDNSRecordParams creates a new DeleteDNSRecordParams object with the default values initialized.

func NewDeleteDNSRecordParamsWithContext ¶

func NewDeleteDNSRecordParamsWithContext(ctx context.Context) *DeleteDNSRecordParams

NewDeleteDNSRecordParamsWithContext creates a new DeleteDNSRecordParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDNSRecordParamsWithHTTPClient ¶

func NewDeleteDNSRecordParamsWithHTTPClient(client *http.Client) *DeleteDNSRecordParams

NewDeleteDNSRecordParamsWithHTTPClient creates a new DeleteDNSRecordParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDNSRecordParamsWithTimeout ¶

func NewDeleteDNSRecordParamsWithTimeout(timeout time.Duration) *DeleteDNSRecordParams

NewDeleteDNSRecordParamsWithTimeout creates a new DeleteDNSRecordParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDNSRecordParams) SetContext ¶

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

SetContext adds the context to the delete Dns record params

func (*DeleteDNSRecordParams) SetDNSRecordID ¶

func (o *DeleteDNSRecordParams) SetDNSRecordID(dNSRecordID string)

SetDNSRecordID adds the dnsRecordId to the delete Dns record params

func (*DeleteDNSRecordParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete Dns record params

func (*DeleteDNSRecordParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete Dns record params

func (*DeleteDNSRecordParams) SetZoneID ¶

func (o *DeleteDNSRecordParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the delete Dns record params

func (*DeleteDNSRecordParams) WithContext ¶

WithContext adds the context to the delete Dns record params

func (*DeleteDNSRecordParams) WithDNSRecordID ¶

func (o *DeleteDNSRecordParams) WithDNSRecordID(dNSRecordID string) *DeleteDNSRecordParams

WithDNSRecordID adds the dNSRecordID to the delete Dns record params

func (*DeleteDNSRecordParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete Dns record params

func (*DeleteDNSRecordParams) WithTimeout ¶

func (o *DeleteDNSRecordParams) WithTimeout(timeout time.Duration) *DeleteDNSRecordParams

WithTimeout adds the timeout to the delete Dns record params

func (*DeleteDNSRecordParams) WithZoneID ¶

func (o *DeleteDNSRecordParams) WithZoneID(zoneID string) *DeleteDNSRecordParams

WithZoneID adds the zoneID to the delete Dns record params

func (*DeleteDNSRecordParams) WriteToRequest ¶

func (o *DeleteDNSRecordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteDNSRecordReader ¶

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

DeleteDNSRecordReader is a Reader for the DeleteDNSRecord structure.

func (*DeleteDNSRecordReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteDNSZoneDefault ¶

type DeleteDNSZoneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteDNSZoneDefault handles this case with default header values.

error

func NewDeleteDNSZoneDefault ¶

func NewDeleteDNSZoneDefault(code int) *DeleteDNSZoneDefault

NewDeleteDNSZoneDefault creates a DeleteDNSZoneDefault with default headers values

func (*DeleteDNSZoneDefault) Code ¶

func (o *DeleteDNSZoneDefault) Code() int

Code gets the status code for the delete Dns zone default response

func (*DeleteDNSZoneDefault) Error ¶

func (o *DeleteDNSZoneDefault) Error() string

func (*DeleteDNSZoneDefault) GetPayload ¶

func (o *DeleteDNSZoneDefault) GetPayload() *models.Error

type DeleteDNSZoneNoContent ¶

type DeleteDNSZoneNoContent struct {
}

DeleteDNSZoneNoContent handles this case with default header values.

delete a single DNS zone

func NewDeleteDNSZoneNoContent ¶

func NewDeleteDNSZoneNoContent() *DeleteDNSZoneNoContent

NewDeleteDNSZoneNoContent creates a DeleteDNSZoneNoContent with default headers values

func (*DeleteDNSZoneNoContent) Error ¶

func (o *DeleteDNSZoneNoContent) Error() string

type DeleteDNSZoneParams ¶

type DeleteDNSZoneParams struct {

	/*ZoneID*/
	ZoneID string

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

DeleteDNSZoneParams contains all the parameters to send to the API endpoint for the delete Dns zone operation typically these are written to a http.Request

func NewDeleteDNSZoneParams ¶

func NewDeleteDNSZoneParams() *DeleteDNSZoneParams

NewDeleteDNSZoneParams creates a new DeleteDNSZoneParams object with the default values initialized.

func NewDeleteDNSZoneParamsWithContext ¶

func NewDeleteDNSZoneParamsWithContext(ctx context.Context) *DeleteDNSZoneParams

NewDeleteDNSZoneParamsWithContext creates a new DeleteDNSZoneParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDNSZoneParamsWithHTTPClient ¶

func NewDeleteDNSZoneParamsWithHTTPClient(client *http.Client) *DeleteDNSZoneParams

NewDeleteDNSZoneParamsWithHTTPClient creates a new DeleteDNSZoneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDNSZoneParamsWithTimeout ¶

func NewDeleteDNSZoneParamsWithTimeout(timeout time.Duration) *DeleteDNSZoneParams

NewDeleteDNSZoneParamsWithTimeout creates a new DeleteDNSZoneParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDNSZoneParams) SetContext ¶

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

SetContext adds the context to the delete Dns zone params

func (*DeleteDNSZoneParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete Dns zone params

func (*DeleteDNSZoneParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete Dns zone params

func (*DeleteDNSZoneParams) SetZoneID ¶

func (o *DeleteDNSZoneParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the delete Dns zone params

func (*DeleteDNSZoneParams) WithContext ¶

WithContext adds the context to the delete Dns zone params

func (*DeleteDNSZoneParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete Dns zone params

func (*DeleteDNSZoneParams) WithTimeout ¶

func (o *DeleteDNSZoneParams) WithTimeout(timeout time.Duration) *DeleteDNSZoneParams

WithTimeout adds the timeout to the delete Dns zone params

func (*DeleteDNSZoneParams) WithZoneID ¶

func (o *DeleteDNSZoneParams) WithZoneID(zoneID string) *DeleteDNSZoneParams

WithZoneID adds the zoneID to the delete Dns zone params

func (*DeleteDNSZoneParams) WriteToRequest ¶

func (o *DeleteDNSZoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteDNSZoneReader ¶

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

DeleteDNSZoneReader is a Reader for the DeleteDNSZone structure.

func (*DeleteDNSZoneReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteDeployKeyDefault ¶

type DeleteDeployKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteDeployKeyDefault handles this case with default header values.

error

func NewDeleteDeployKeyDefault ¶

func NewDeleteDeployKeyDefault(code int) *DeleteDeployKeyDefault

NewDeleteDeployKeyDefault creates a DeleteDeployKeyDefault with default headers values

func (*DeleteDeployKeyDefault) Code ¶

func (o *DeleteDeployKeyDefault) Code() int

Code gets the status code for the delete deploy key default response

func (*DeleteDeployKeyDefault) Error ¶

func (o *DeleteDeployKeyDefault) Error() string

func (*DeleteDeployKeyDefault) GetPayload ¶

func (o *DeleteDeployKeyDefault) GetPayload() *models.Error

type DeleteDeployKeyNoContent ¶

type DeleteDeployKeyNoContent struct {
}

DeleteDeployKeyNoContent handles this case with default header values.

Not Content

func NewDeleteDeployKeyNoContent ¶

func NewDeleteDeployKeyNoContent() *DeleteDeployKeyNoContent

NewDeleteDeployKeyNoContent creates a DeleteDeployKeyNoContent with default headers values

func (*DeleteDeployKeyNoContent) Error ¶

func (o *DeleteDeployKeyNoContent) Error() string

type DeleteDeployKeyParams ¶

type DeleteDeployKeyParams struct {

	/*KeyID*/
	KeyID string

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

DeleteDeployKeyParams contains all the parameters to send to the API endpoint for the delete deploy key operation typically these are written to a http.Request

func NewDeleteDeployKeyParams ¶

func NewDeleteDeployKeyParams() *DeleteDeployKeyParams

NewDeleteDeployKeyParams creates a new DeleteDeployKeyParams object with the default values initialized.

func NewDeleteDeployKeyParamsWithContext ¶

func NewDeleteDeployKeyParamsWithContext(ctx context.Context) *DeleteDeployKeyParams

NewDeleteDeployKeyParamsWithContext creates a new DeleteDeployKeyParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeployKeyParamsWithHTTPClient ¶

func NewDeleteDeployKeyParamsWithHTTPClient(client *http.Client) *DeleteDeployKeyParams

NewDeleteDeployKeyParamsWithHTTPClient creates a new DeleteDeployKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeployKeyParamsWithTimeout ¶

func NewDeleteDeployKeyParamsWithTimeout(timeout time.Duration) *DeleteDeployKeyParams

NewDeleteDeployKeyParamsWithTimeout creates a new DeleteDeployKeyParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeployKeyParams) SetContext ¶

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

SetContext adds the context to the delete deploy key params

func (*DeleteDeployKeyParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete deploy key params

func (*DeleteDeployKeyParams) SetKeyID ¶

func (o *DeleteDeployKeyParams) SetKeyID(keyID string)

SetKeyID adds the keyId to the delete deploy key params

func (*DeleteDeployKeyParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete deploy key params

func (*DeleteDeployKeyParams) WithContext ¶

WithContext adds the context to the delete deploy key params

func (*DeleteDeployKeyParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete deploy key params

func (*DeleteDeployKeyParams) WithKeyID ¶

func (o *DeleteDeployKeyParams) WithKeyID(keyID string) *DeleteDeployKeyParams

WithKeyID adds the keyID to the delete deploy key params

func (*DeleteDeployKeyParams) WithTimeout ¶

func (o *DeleteDeployKeyParams) WithTimeout(timeout time.Duration) *DeleteDeployKeyParams

WithTimeout adds the timeout to the delete deploy key params

func (*DeleteDeployKeyParams) WriteToRequest ¶

func (o *DeleteDeployKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteDeployKeyReader ¶

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

DeleteDeployKeyReader is a Reader for the DeleteDeployKey structure.

func (*DeleteDeployKeyReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteHookNoContent ¶

type DeleteHookNoContent struct {
}

DeleteHookNoContent handles this case with default header values.

No content

func NewDeleteHookNoContent ¶

func NewDeleteHookNoContent() *DeleteHookNoContent

NewDeleteHookNoContent creates a DeleteHookNoContent with default headers values

func (*DeleteHookNoContent) Error ¶

func (o *DeleteHookNoContent) Error() string

type DeleteHookParams ¶

type DeleteHookParams struct {

	/*HookID*/
	HookID string

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

DeleteHookParams contains all the parameters to send to the API endpoint for the delete hook operation typically these are written to a http.Request

func NewDeleteHookParams ¶

func NewDeleteHookParams() *DeleteHookParams

NewDeleteHookParams creates a new DeleteHookParams object with the default values initialized.

func NewDeleteHookParamsWithContext ¶

func NewDeleteHookParamsWithContext(ctx context.Context) *DeleteHookParams

NewDeleteHookParamsWithContext creates a new DeleteHookParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteHookParamsWithHTTPClient ¶

func NewDeleteHookParamsWithHTTPClient(client *http.Client) *DeleteHookParams

NewDeleteHookParamsWithHTTPClient creates a new DeleteHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteHookParamsWithTimeout ¶

func NewDeleteHookParamsWithTimeout(timeout time.Duration) *DeleteHookParams

NewDeleteHookParamsWithTimeout creates a new DeleteHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteHookParams) SetContext ¶

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

SetContext adds the context to the delete hook params

func (*DeleteHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete hook params

func (*DeleteHookParams) SetHookID ¶

func (o *DeleteHookParams) SetHookID(hookID string)

SetHookID adds the hookId to the delete hook params

func (*DeleteHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete hook params

func (*DeleteHookParams) WithContext ¶

func (o *DeleteHookParams) WithContext(ctx context.Context) *DeleteHookParams

WithContext adds the context to the delete hook params

func (*DeleteHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete hook params

func (*DeleteHookParams) WithHookID ¶

func (o *DeleteHookParams) WithHookID(hookID string) *DeleteHookParams

WithHookID adds the hookID to the delete hook params

func (*DeleteHookParams) WithTimeout ¶

func (o *DeleteHookParams) WithTimeout(timeout time.Duration) *DeleteHookParams

WithTimeout adds the timeout to the delete hook params

func (*DeleteHookParams) WriteToRequest ¶

func (o *DeleteHookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteHookReader ¶

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

DeleteHookReader is a Reader for the DeleteHook structure.

func (*DeleteHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteServiceInstanceDefault ¶

type DeleteServiceInstanceDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteServiceInstanceDefault handles this case with default header values.

error

func NewDeleteServiceInstanceDefault ¶

func NewDeleteServiceInstanceDefault(code int) *DeleteServiceInstanceDefault

NewDeleteServiceInstanceDefault creates a DeleteServiceInstanceDefault with default headers values

func (*DeleteServiceInstanceDefault) Code ¶

Code gets the status code for the delete service instance default response

func (*DeleteServiceInstanceDefault) Error ¶

func (*DeleteServiceInstanceDefault) GetPayload ¶

func (o *DeleteServiceInstanceDefault) GetPayload() *models.Error

type DeleteServiceInstanceNoContent ¶

type DeleteServiceInstanceNoContent struct {
}

DeleteServiceInstanceNoContent handles this case with default header values.

Deleted

func NewDeleteServiceInstanceNoContent ¶

func NewDeleteServiceInstanceNoContent() *DeleteServiceInstanceNoContent

NewDeleteServiceInstanceNoContent creates a DeleteServiceInstanceNoContent with default headers values

func (*DeleteServiceInstanceNoContent) Error ¶

type DeleteServiceInstanceParams ¶

type DeleteServiceInstanceParams struct {

	/*Addon*/
	Addon string
	/*InstanceID*/
	InstanceID string
	/*SiteID*/
	SiteID string

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

DeleteServiceInstanceParams contains all the parameters to send to the API endpoint for the delete service instance operation typically these are written to a http.Request

func NewDeleteServiceInstanceParams ¶

func NewDeleteServiceInstanceParams() *DeleteServiceInstanceParams

NewDeleteServiceInstanceParams creates a new DeleteServiceInstanceParams object with the default values initialized.

func NewDeleteServiceInstanceParamsWithContext ¶

func NewDeleteServiceInstanceParamsWithContext(ctx context.Context) *DeleteServiceInstanceParams

NewDeleteServiceInstanceParamsWithContext creates a new DeleteServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteServiceInstanceParamsWithHTTPClient ¶

func NewDeleteServiceInstanceParamsWithHTTPClient(client *http.Client) *DeleteServiceInstanceParams

NewDeleteServiceInstanceParamsWithHTTPClient creates a new DeleteServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteServiceInstanceParamsWithTimeout ¶

func NewDeleteServiceInstanceParamsWithTimeout(timeout time.Duration) *DeleteServiceInstanceParams

NewDeleteServiceInstanceParamsWithTimeout creates a new DeleteServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteServiceInstanceParams) SetAddon ¶

func (o *DeleteServiceInstanceParams) SetAddon(addon string)

SetAddon adds the addon to the delete service instance params

func (*DeleteServiceInstanceParams) SetContext ¶

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

SetContext adds the context to the delete service instance params

func (*DeleteServiceInstanceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete service instance params

func (*DeleteServiceInstanceParams) SetInstanceID ¶

func (o *DeleteServiceInstanceParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the delete service instance params

func (*DeleteServiceInstanceParams) SetSiteID ¶

func (o *DeleteServiceInstanceParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete service instance params

func (*DeleteServiceInstanceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete service instance params

func (*DeleteServiceInstanceParams) WithAddon ¶

WithAddon adds the addon to the delete service instance params

func (*DeleteServiceInstanceParams) WithContext ¶

WithContext adds the context to the delete service instance params

func (*DeleteServiceInstanceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete service instance params

func (*DeleteServiceInstanceParams) WithInstanceID ¶

func (o *DeleteServiceInstanceParams) WithInstanceID(instanceID string) *DeleteServiceInstanceParams

WithInstanceID adds the instanceID to the delete service instance params

func (*DeleteServiceInstanceParams) WithSiteID ¶

WithSiteID adds the siteID to the delete service instance params

func (*DeleteServiceInstanceParams) WithTimeout ¶

WithTimeout adds the timeout to the delete service instance params

func (*DeleteServiceInstanceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteServiceInstanceReader ¶

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

DeleteServiceInstanceReader is a Reader for the DeleteServiceInstance structure.

func (*DeleteServiceInstanceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSiteAssetDefault ¶

type DeleteSiteAssetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSiteAssetDefault handles this case with default header values.

error

func NewDeleteSiteAssetDefault ¶

func NewDeleteSiteAssetDefault(code int) *DeleteSiteAssetDefault

NewDeleteSiteAssetDefault creates a DeleteSiteAssetDefault with default headers values

func (*DeleteSiteAssetDefault) Code ¶

func (o *DeleteSiteAssetDefault) Code() int

Code gets the status code for the delete site asset default response

func (*DeleteSiteAssetDefault) Error ¶

func (o *DeleteSiteAssetDefault) Error() string

func (*DeleteSiteAssetDefault) GetPayload ¶

func (o *DeleteSiteAssetDefault) GetPayload() *models.Error

type DeleteSiteAssetNoContent ¶

type DeleteSiteAssetNoContent struct {
}

DeleteSiteAssetNoContent handles this case with default header values.

Deleted

func NewDeleteSiteAssetNoContent ¶

func NewDeleteSiteAssetNoContent() *DeleteSiteAssetNoContent

NewDeleteSiteAssetNoContent creates a DeleteSiteAssetNoContent with default headers values

func (*DeleteSiteAssetNoContent) Error ¶

func (o *DeleteSiteAssetNoContent) Error() string

type DeleteSiteAssetParams ¶

type DeleteSiteAssetParams struct {

	/*AssetID*/
	AssetID string
	/*SiteID*/
	SiteID string

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

DeleteSiteAssetParams contains all the parameters to send to the API endpoint for the delete site asset operation typically these are written to a http.Request

func NewDeleteSiteAssetParams ¶

func NewDeleteSiteAssetParams() *DeleteSiteAssetParams

NewDeleteSiteAssetParams creates a new DeleteSiteAssetParams object with the default values initialized.

func NewDeleteSiteAssetParamsWithContext ¶

func NewDeleteSiteAssetParamsWithContext(ctx context.Context) *DeleteSiteAssetParams

NewDeleteSiteAssetParamsWithContext creates a new DeleteSiteAssetParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSiteAssetParamsWithHTTPClient ¶

func NewDeleteSiteAssetParamsWithHTTPClient(client *http.Client) *DeleteSiteAssetParams

NewDeleteSiteAssetParamsWithHTTPClient creates a new DeleteSiteAssetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSiteAssetParamsWithTimeout ¶

func NewDeleteSiteAssetParamsWithTimeout(timeout time.Duration) *DeleteSiteAssetParams

NewDeleteSiteAssetParamsWithTimeout creates a new DeleteSiteAssetParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSiteAssetParams) SetAssetID ¶

func (o *DeleteSiteAssetParams) SetAssetID(assetID string)

SetAssetID adds the assetId to the delete site asset params

func (*DeleteSiteAssetParams) SetContext ¶

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

SetContext adds the context to the delete site asset params

func (*DeleteSiteAssetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete site asset params

func (*DeleteSiteAssetParams) SetSiteID ¶

func (o *DeleteSiteAssetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete site asset params

func (*DeleteSiteAssetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete site asset params

func (*DeleteSiteAssetParams) WithAssetID ¶

func (o *DeleteSiteAssetParams) WithAssetID(assetID string) *DeleteSiteAssetParams

WithAssetID adds the assetID to the delete site asset params

func (*DeleteSiteAssetParams) WithContext ¶

WithContext adds the context to the delete site asset params

func (*DeleteSiteAssetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete site asset params

func (*DeleteSiteAssetParams) WithSiteID ¶

func (o *DeleteSiteAssetParams) WithSiteID(siteID string) *DeleteSiteAssetParams

WithSiteID adds the siteID to the delete site asset params

func (*DeleteSiteAssetParams) WithTimeout ¶

func (o *DeleteSiteAssetParams) WithTimeout(timeout time.Duration) *DeleteSiteAssetParams

WithTimeout adds the timeout to the delete site asset params

func (*DeleteSiteAssetParams) WriteToRequest ¶

func (o *DeleteSiteAssetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSiteAssetReader ¶

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

DeleteSiteAssetReader is a Reader for the DeleteSiteAsset structure.

func (*DeleteSiteAssetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSiteBuildHookDefault ¶

type DeleteSiteBuildHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSiteBuildHookDefault handles this case with default header values.

error

func NewDeleteSiteBuildHookDefault ¶

func NewDeleteSiteBuildHookDefault(code int) *DeleteSiteBuildHookDefault

NewDeleteSiteBuildHookDefault creates a DeleteSiteBuildHookDefault with default headers values

func (*DeleteSiteBuildHookDefault) Code ¶

func (o *DeleteSiteBuildHookDefault) Code() int

Code gets the status code for the delete site build hook default response

func (*DeleteSiteBuildHookDefault) Error ¶

func (*DeleteSiteBuildHookDefault) GetPayload ¶

func (o *DeleteSiteBuildHookDefault) GetPayload() *models.Error

type DeleteSiteBuildHookNoContent ¶

type DeleteSiteBuildHookNoContent struct {
}

DeleteSiteBuildHookNoContent handles this case with default header values.

No content

func NewDeleteSiteBuildHookNoContent ¶

func NewDeleteSiteBuildHookNoContent() *DeleteSiteBuildHookNoContent

NewDeleteSiteBuildHookNoContent creates a DeleteSiteBuildHookNoContent with default headers values

func (*DeleteSiteBuildHookNoContent) Error ¶

type DeleteSiteBuildHookParams ¶

type DeleteSiteBuildHookParams struct {

	/*ID*/
	ID string
	/*SiteID*/
	SiteID string

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

DeleteSiteBuildHookParams contains all the parameters to send to the API endpoint for the delete site build hook operation typically these are written to a http.Request

func NewDeleteSiteBuildHookParams ¶

func NewDeleteSiteBuildHookParams() *DeleteSiteBuildHookParams

NewDeleteSiteBuildHookParams creates a new DeleteSiteBuildHookParams object with the default values initialized.

func NewDeleteSiteBuildHookParamsWithContext ¶

func NewDeleteSiteBuildHookParamsWithContext(ctx context.Context) *DeleteSiteBuildHookParams

NewDeleteSiteBuildHookParamsWithContext creates a new DeleteSiteBuildHookParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSiteBuildHookParamsWithHTTPClient ¶

func NewDeleteSiteBuildHookParamsWithHTTPClient(client *http.Client) *DeleteSiteBuildHookParams

NewDeleteSiteBuildHookParamsWithHTTPClient creates a new DeleteSiteBuildHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSiteBuildHookParamsWithTimeout ¶

func NewDeleteSiteBuildHookParamsWithTimeout(timeout time.Duration) *DeleteSiteBuildHookParams

NewDeleteSiteBuildHookParamsWithTimeout creates a new DeleteSiteBuildHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSiteBuildHookParams) SetContext ¶

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

SetContext adds the context to the delete site build hook params

func (*DeleteSiteBuildHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete site build hook params

func (*DeleteSiteBuildHookParams) SetID ¶

func (o *DeleteSiteBuildHookParams) SetID(id string)

SetID adds the id to the delete site build hook params

func (*DeleteSiteBuildHookParams) SetSiteID ¶

func (o *DeleteSiteBuildHookParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete site build hook params

func (*DeleteSiteBuildHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete site build hook params

func (*DeleteSiteBuildHookParams) WithContext ¶

WithContext adds the context to the delete site build hook params

func (*DeleteSiteBuildHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete site build hook params

func (*DeleteSiteBuildHookParams) WithID ¶

WithID adds the id to the delete site build hook params

func (*DeleteSiteBuildHookParams) WithSiteID ¶

WithSiteID adds the siteID to the delete site build hook params

func (*DeleteSiteBuildHookParams) WithTimeout ¶

WithTimeout adds the timeout to the delete site build hook params

func (*DeleteSiteBuildHookParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteSiteBuildHookReader ¶

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

DeleteSiteBuildHookReader is a Reader for the DeleteSiteBuildHook structure.

func (*DeleteSiteBuildHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSiteDefault ¶

type DeleteSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSiteDefault handles this case with default header values.

error

func NewDeleteSiteDefault ¶

func NewDeleteSiteDefault(code int) *DeleteSiteDefault

NewDeleteSiteDefault creates a DeleteSiteDefault with default headers values

func (*DeleteSiteDefault) Code ¶

func (o *DeleteSiteDefault) Code() int

Code gets the status code for the delete site default response

func (*DeleteSiteDefault) Error ¶

func (o *DeleteSiteDefault) Error() string

func (*DeleteSiteDefault) GetPayload ¶

func (o *DeleteSiteDefault) GetPayload() *models.Error

type DeleteSiteFormDefault ¶

type DeleteSiteFormDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSiteFormDefault handles this case with default header values.

error

func NewDeleteSiteFormDefault ¶

func NewDeleteSiteFormDefault(code int) *DeleteSiteFormDefault

NewDeleteSiteFormDefault creates a DeleteSiteFormDefault with default headers values

func (*DeleteSiteFormDefault) Code ¶

func (o *DeleteSiteFormDefault) Code() int

Code gets the status code for the delete site form default response

func (*DeleteSiteFormDefault) Error ¶

func (o *DeleteSiteFormDefault) Error() string

func (*DeleteSiteFormDefault) GetPayload ¶

func (o *DeleteSiteFormDefault) GetPayload() *models.Error

type DeleteSiteFormNoContent ¶

type DeleteSiteFormNoContent struct {
}

DeleteSiteFormNoContent handles this case with default header values.

Deleted

func NewDeleteSiteFormNoContent ¶

func NewDeleteSiteFormNoContent() *DeleteSiteFormNoContent

NewDeleteSiteFormNoContent creates a DeleteSiteFormNoContent with default headers values

func (*DeleteSiteFormNoContent) Error ¶

func (o *DeleteSiteFormNoContent) Error() string

type DeleteSiteFormParams ¶

type DeleteSiteFormParams struct {

	/*FormID*/
	FormID string
	/*SiteID*/
	SiteID string

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

DeleteSiteFormParams contains all the parameters to send to the API endpoint for the delete site form operation typically these are written to a http.Request

func NewDeleteSiteFormParams ¶

func NewDeleteSiteFormParams() *DeleteSiteFormParams

NewDeleteSiteFormParams creates a new DeleteSiteFormParams object with the default values initialized.

func NewDeleteSiteFormParamsWithContext ¶

func NewDeleteSiteFormParamsWithContext(ctx context.Context) *DeleteSiteFormParams

NewDeleteSiteFormParamsWithContext creates a new DeleteSiteFormParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSiteFormParamsWithHTTPClient ¶

func NewDeleteSiteFormParamsWithHTTPClient(client *http.Client) *DeleteSiteFormParams

NewDeleteSiteFormParamsWithHTTPClient creates a new DeleteSiteFormParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSiteFormParamsWithTimeout ¶

func NewDeleteSiteFormParamsWithTimeout(timeout time.Duration) *DeleteSiteFormParams

NewDeleteSiteFormParamsWithTimeout creates a new DeleteSiteFormParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSiteFormParams) SetContext ¶

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

SetContext adds the context to the delete site form params

func (*DeleteSiteFormParams) SetFormID ¶

func (o *DeleteSiteFormParams) SetFormID(formID string)

SetFormID adds the formId to the delete site form params

func (*DeleteSiteFormParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete site form params

func (*DeleteSiteFormParams) SetSiteID ¶

func (o *DeleteSiteFormParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete site form params

func (*DeleteSiteFormParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete site form params

func (*DeleteSiteFormParams) WithContext ¶

WithContext adds the context to the delete site form params

func (*DeleteSiteFormParams) WithFormID ¶

func (o *DeleteSiteFormParams) WithFormID(formID string) *DeleteSiteFormParams

WithFormID adds the formID to the delete site form params

func (*DeleteSiteFormParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete site form params

func (*DeleteSiteFormParams) WithSiteID ¶

func (o *DeleteSiteFormParams) WithSiteID(siteID string) *DeleteSiteFormParams

WithSiteID adds the siteID to the delete site form params

func (*DeleteSiteFormParams) WithTimeout ¶

func (o *DeleteSiteFormParams) WithTimeout(timeout time.Duration) *DeleteSiteFormParams

WithTimeout adds the timeout to the delete site form params

func (*DeleteSiteFormParams) WriteToRequest ¶

func (o *DeleteSiteFormParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSiteFormReader ¶

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

DeleteSiteFormReader is a Reader for the DeleteSiteForm structure.

func (*DeleteSiteFormReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSiteNoContent ¶

type DeleteSiteNoContent struct {
}

DeleteSiteNoContent handles this case with default header values.

Deleted

func NewDeleteSiteNoContent ¶

func NewDeleteSiteNoContent() *DeleteSiteNoContent

NewDeleteSiteNoContent creates a DeleteSiteNoContent with default headers values

func (*DeleteSiteNoContent) Error ¶

func (o *DeleteSiteNoContent) Error() string

type DeleteSiteParams ¶

type DeleteSiteParams struct {

	/*SiteID*/
	SiteID string

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

DeleteSiteParams contains all the parameters to send to the API endpoint for the delete site operation typically these are written to a http.Request

func NewDeleteSiteParams ¶

func NewDeleteSiteParams() *DeleteSiteParams

NewDeleteSiteParams creates a new DeleteSiteParams object with the default values initialized.

func NewDeleteSiteParamsWithContext ¶

func NewDeleteSiteParamsWithContext(ctx context.Context) *DeleteSiteParams

NewDeleteSiteParamsWithContext creates a new DeleteSiteParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSiteParamsWithHTTPClient ¶

func NewDeleteSiteParamsWithHTTPClient(client *http.Client) *DeleteSiteParams

NewDeleteSiteParamsWithHTTPClient creates a new DeleteSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSiteParamsWithTimeout ¶

func NewDeleteSiteParamsWithTimeout(timeout time.Duration) *DeleteSiteParams

NewDeleteSiteParamsWithTimeout creates a new DeleteSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSiteParams) SetContext ¶

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

SetContext adds the context to the delete site params

func (*DeleteSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete site params

func (*DeleteSiteParams) SetSiteID ¶

func (o *DeleteSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete site params

func (*DeleteSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete site params

func (*DeleteSiteParams) WithContext ¶

func (o *DeleteSiteParams) WithContext(ctx context.Context) *DeleteSiteParams

WithContext adds the context to the delete site params

func (*DeleteSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete site params

func (*DeleteSiteParams) WithSiteID ¶

func (o *DeleteSiteParams) WithSiteID(siteID string) *DeleteSiteParams

WithSiteID adds the siteID to the delete site params

func (*DeleteSiteParams) WithTimeout ¶

func (o *DeleteSiteParams) WithTimeout(timeout time.Duration) *DeleteSiteParams

WithTimeout adds the timeout to the delete site params

func (*DeleteSiteParams) WriteToRequest ¶

func (o *DeleteSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSiteReader ¶

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

DeleteSiteReader is a Reader for the DeleteSite structure.

func (*DeleteSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSiteSnippetDefault ¶

type DeleteSiteSnippetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSiteSnippetDefault handles this case with default header values.

error

func NewDeleteSiteSnippetDefault ¶

func NewDeleteSiteSnippetDefault(code int) *DeleteSiteSnippetDefault

NewDeleteSiteSnippetDefault creates a DeleteSiteSnippetDefault with default headers values

func (*DeleteSiteSnippetDefault) Code ¶

func (o *DeleteSiteSnippetDefault) Code() int

Code gets the status code for the delete site snippet default response

func (*DeleteSiteSnippetDefault) Error ¶

func (o *DeleteSiteSnippetDefault) Error() string

func (*DeleteSiteSnippetDefault) GetPayload ¶

func (o *DeleteSiteSnippetDefault) GetPayload() *models.Error

type DeleteSiteSnippetNoContent ¶

type DeleteSiteSnippetNoContent struct {
}

DeleteSiteSnippetNoContent handles this case with default header values.

No content

func NewDeleteSiteSnippetNoContent ¶

func NewDeleteSiteSnippetNoContent() *DeleteSiteSnippetNoContent

NewDeleteSiteSnippetNoContent creates a DeleteSiteSnippetNoContent with default headers values

func (*DeleteSiteSnippetNoContent) Error ¶

type DeleteSiteSnippetParams ¶

type DeleteSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*SnippetID*/
	SnippetID string

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

DeleteSiteSnippetParams contains all the parameters to send to the API endpoint for the delete site snippet operation typically these are written to a http.Request

func NewDeleteSiteSnippetParams ¶

func NewDeleteSiteSnippetParams() *DeleteSiteSnippetParams

NewDeleteSiteSnippetParams creates a new DeleteSiteSnippetParams object with the default values initialized.

func NewDeleteSiteSnippetParamsWithContext ¶

func NewDeleteSiteSnippetParamsWithContext(ctx context.Context) *DeleteSiteSnippetParams

NewDeleteSiteSnippetParamsWithContext creates a new DeleteSiteSnippetParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSiteSnippetParamsWithHTTPClient ¶

func NewDeleteSiteSnippetParamsWithHTTPClient(client *http.Client) *DeleteSiteSnippetParams

NewDeleteSiteSnippetParamsWithHTTPClient creates a new DeleteSiteSnippetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSiteSnippetParamsWithTimeout ¶

func NewDeleteSiteSnippetParamsWithTimeout(timeout time.Duration) *DeleteSiteSnippetParams

NewDeleteSiteSnippetParamsWithTimeout creates a new DeleteSiteSnippetParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSiteSnippetParams) SetContext ¶

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

SetContext adds the context to the delete site snippet params

func (*DeleteSiteSnippetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete site snippet params

func (*DeleteSiteSnippetParams) SetSiteID ¶

func (o *DeleteSiteSnippetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the delete site snippet params

func (*DeleteSiteSnippetParams) SetSnippetID ¶

func (o *DeleteSiteSnippetParams) SetSnippetID(snippetID string)

SetSnippetID adds the snippetId to the delete site snippet params

func (*DeleteSiteSnippetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete site snippet params

func (*DeleteSiteSnippetParams) WithContext ¶

WithContext adds the context to the delete site snippet params

func (*DeleteSiteSnippetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete site snippet params

func (*DeleteSiteSnippetParams) WithSiteID ¶

WithSiteID adds the siteID to the delete site snippet params

func (*DeleteSiteSnippetParams) WithSnippetID ¶

func (o *DeleteSiteSnippetParams) WithSnippetID(snippetID string) *DeleteSiteSnippetParams

WithSnippetID adds the snippetID to the delete site snippet params

func (*DeleteSiteSnippetParams) WithTimeout ¶

WithTimeout adds the timeout to the delete site snippet params

func (*DeleteSiteSnippetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteSiteSnippetReader ¶

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

DeleteSiteSnippetReader is a Reader for the DeleteSiteSnippet structure.

func (*DeleteSiteSnippetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteSubmissionDefault ¶

type DeleteSubmissionDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteSubmissionDefault handles this case with default header values.

error

func NewDeleteSubmissionDefault ¶

func NewDeleteSubmissionDefault(code int) *DeleteSubmissionDefault

NewDeleteSubmissionDefault creates a DeleteSubmissionDefault with default headers values

func (*DeleteSubmissionDefault) Code ¶

func (o *DeleteSubmissionDefault) Code() int

Code gets the status code for the delete submission default response

func (*DeleteSubmissionDefault) Error ¶

func (o *DeleteSubmissionDefault) Error() string

func (*DeleteSubmissionDefault) GetPayload ¶

func (o *DeleteSubmissionDefault) GetPayload() *models.Error

type DeleteSubmissionNoContent ¶

type DeleteSubmissionNoContent struct {
}

DeleteSubmissionNoContent handles this case with default header values.

Deleted

func NewDeleteSubmissionNoContent ¶

func NewDeleteSubmissionNoContent() *DeleteSubmissionNoContent

NewDeleteSubmissionNoContent creates a DeleteSubmissionNoContent with default headers values

func (*DeleteSubmissionNoContent) Error ¶

func (o *DeleteSubmissionNoContent) Error() string

type DeleteSubmissionParams ¶

type DeleteSubmissionParams struct {

	/*SubmissionID*/
	SubmissionID string

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

DeleteSubmissionParams contains all the parameters to send to the API endpoint for the delete submission operation typically these are written to a http.Request

func NewDeleteSubmissionParams ¶

func NewDeleteSubmissionParams() *DeleteSubmissionParams

NewDeleteSubmissionParams creates a new DeleteSubmissionParams object with the default values initialized.

func NewDeleteSubmissionParamsWithContext ¶

func NewDeleteSubmissionParamsWithContext(ctx context.Context) *DeleteSubmissionParams

NewDeleteSubmissionParamsWithContext creates a new DeleteSubmissionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSubmissionParamsWithHTTPClient ¶

func NewDeleteSubmissionParamsWithHTTPClient(client *http.Client) *DeleteSubmissionParams

NewDeleteSubmissionParamsWithHTTPClient creates a new DeleteSubmissionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSubmissionParamsWithTimeout ¶

func NewDeleteSubmissionParamsWithTimeout(timeout time.Duration) *DeleteSubmissionParams

NewDeleteSubmissionParamsWithTimeout creates a new DeleteSubmissionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSubmissionParams) SetContext ¶

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

SetContext adds the context to the delete submission params

func (*DeleteSubmissionParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the delete submission params

func (*DeleteSubmissionParams) SetSubmissionID ¶

func (o *DeleteSubmissionParams) SetSubmissionID(submissionID string)

SetSubmissionID adds the submissionId to the delete submission params

func (*DeleteSubmissionParams) SetTimeout ¶

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

SetTimeout adds the timeout to the delete submission params

func (*DeleteSubmissionParams) WithContext ¶

WithContext adds the context to the delete submission params

func (*DeleteSubmissionParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the delete submission params

func (*DeleteSubmissionParams) WithSubmissionID ¶

func (o *DeleteSubmissionParams) WithSubmissionID(submissionID string) *DeleteSubmissionParams

WithSubmissionID adds the submissionID to the delete submission params

func (*DeleteSubmissionParams) WithTimeout ¶

WithTimeout adds the timeout to the delete submission params

func (*DeleteSubmissionParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteSubmissionReader ¶

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

DeleteSubmissionReader is a Reader for the DeleteSubmission structure.

func (*DeleteSubmissionReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DisableSplitTestDefault ¶

type DisableSplitTestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DisableSplitTestDefault handles this case with default header values.

error

func NewDisableSplitTestDefault ¶

func NewDisableSplitTestDefault(code int) *DisableSplitTestDefault

NewDisableSplitTestDefault creates a DisableSplitTestDefault with default headers values

func (*DisableSplitTestDefault) Code ¶

func (o *DisableSplitTestDefault) Code() int

Code gets the status code for the disable split test default response

func (*DisableSplitTestDefault) Error ¶

func (o *DisableSplitTestDefault) Error() string

func (*DisableSplitTestDefault) GetPayload ¶

func (o *DisableSplitTestDefault) GetPayload() *models.Error

type DisableSplitTestNoContent ¶

type DisableSplitTestNoContent struct {
}

DisableSplitTestNoContent handles this case with default header values.

disabled

func NewDisableSplitTestNoContent ¶

func NewDisableSplitTestNoContent() *DisableSplitTestNoContent

NewDisableSplitTestNoContent creates a DisableSplitTestNoContent with default headers values

func (*DisableSplitTestNoContent) Error ¶

func (o *DisableSplitTestNoContent) Error() string

type DisableSplitTestParams ¶

type DisableSplitTestParams struct {

	/*SiteID*/
	SiteID string
	/*SplitTestID*/
	SplitTestID string

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

DisableSplitTestParams contains all the parameters to send to the API endpoint for the disable split test operation typically these are written to a http.Request

func NewDisableSplitTestParams ¶

func NewDisableSplitTestParams() *DisableSplitTestParams

NewDisableSplitTestParams creates a new DisableSplitTestParams object with the default values initialized.

func NewDisableSplitTestParamsWithContext ¶

func NewDisableSplitTestParamsWithContext(ctx context.Context) *DisableSplitTestParams

NewDisableSplitTestParamsWithContext creates a new DisableSplitTestParams object with the default values initialized, and the ability to set a context for a request

func NewDisableSplitTestParamsWithHTTPClient ¶

func NewDisableSplitTestParamsWithHTTPClient(client *http.Client) *DisableSplitTestParams

NewDisableSplitTestParamsWithHTTPClient creates a new DisableSplitTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDisableSplitTestParamsWithTimeout ¶

func NewDisableSplitTestParamsWithTimeout(timeout time.Duration) *DisableSplitTestParams

NewDisableSplitTestParamsWithTimeout creates a new DisableSplitTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*DisableSplitTestParams) SetContext ¶

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

SetContext adds the context to the disable split test params

func (*DisableSplitTestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the disable split test params

func (*DisableSplitTestParams) SetSiteID ¶

func (o *DisableSplitTestParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the disable split test params

func (*DisableSplitTestParams) SetSplitTestID ¶

func (o *DisableSplitTestParams) SetSplitTestID(splitTestID string)

SetSplitTestID adds the splitTestId to the disable split test params

func (*DisableSplitTestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the disable split test params

func (*DisableSplitTestParams) WithContext ¶

WithContext adds the context to the disable split test params

func (*DisableSplitTestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the disable split test params

func (*DisableSplitTestParams) WithSiteID ¶

func (o *DisableSplitTestParams) WithSiteID(siteID string) *DisableSplitTestParams

WithSiteID adds the siteID to the disable split test params

func (*DisableSplitTestParams) WithSplitTestID ¶

func (o *DisableSplitTestParams) WithSplitTestID(splitTestID string) *DisableSplitTestParams

WithSplitTestID adds the splitTestID to the disable split test params

func (*DisableSplitTestParams) WithTimeout ¶

WithTimeout adds the timeout to the disable split test params

func (*DisableSplitTestParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DisableSplitTestReader ¶

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

DisableSplitTestReader is a Reader for the DisableSplitTest structure.

func (*DisableSplitTestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type EnableHookDefault ¶

type EnableHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

EnableHookDefault handles this case with default header values.

error

func NewEnableHookDefault ¶

func NewEnableHookDefault(code int) *EnableHookDefault

NewEnableHookDefault creates a EnableHookDefault with default headers values

func (*EnableHookDefault) Code ¶

func (o *EnableHookDefault) Code() int

Code gets the status code for the enable hook default response

func (*EnableHookDefault) Error ¶

func (o *EnableHookDefault) Error() string

func (*EnableHookDefault) GetPayload ¶

func (o *EnableHookDefault) GetPayload() *models.Error

type EnableHookOK ¶

type EnableHookOK struct {
	Payload *models.Hook
}

EnableHookOK handles this case with default header values.

OK

func NewEnableHookOK ¶

func NewEnableHookOK() *EnableHookOK

NewEnableHookOK creates a EnableHookOK with default headers values

func (*EnableHookOK) Error ¶

func (o *EnableHookOK) Error() string

func (*EnableHookOK) GetPayload ¶

func (o *EnableHookOK) GetPayload() *models.Hook

type EnableHookParams ¶

type EnableHookParams struct {

	/*HookID*/
	HookID string

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

EnableHookParams contains all the parameters to send to the API endpoint for the enable hook operation typically these are written to a http.Request

func NewEnableHookParams ¶

func NewEnableHookParams() *EnableHookParams

NewEnableHookParams creates a new EnableHookParams object with the default values initialized.

func NewEnableHookParamsWithContext ¶

func NewEnableHookParamsWithContext(ctx context.Context) *EnableHookParams

NewEnableHookParamsWithContext creates a new EnableHookParams object with the default values initialized, and the ability to set a context for a request

func NewEnableHookParamsWithHTTPClient ¶

func NewEnableHookParamsWithHTTPClient(client *http.Client) *EnableHookParams

NewEnableHookParamsWithHTTPClient creates a new EnableHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewEnableHookParamsWithTimeout ¶

func NewEnableHookParamsWithTimeout(timeout time.Duration) *EnableHookParams

NewEnableHookParamsWithTimeout creates a new EnableHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*EnableHookParams) SetContext ¶

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

SetContext adds the context to the enable hook params

func (*EnableHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the enable hook params

func (*EnableHookParams) SetHookID ¶

func (o *EnableHookParams) SetHookID(hookID string)

SetHookID adds the hookId to the enable hook params

func (*EnableHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the enable hook params

func (*EnableHookParams) WithContext ¶

func (o *EnableHookParams) WithContext(ctx context.Context) *EnableHookParams

WithContext adds the context to the enable hook params

func (*EnableHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the enable hook params

func (*EnableHookParams) WithHookID ¶

func (o *EnableHookParams) WithHookID(hookID string) *EnableHookParams

WithHookID adds the hookID to the enable hook params

func (*EnableHookParams) WithTimeout ¶

func (o *EnableHookParams) WithTimeout(timeout time.Duration) *EnableHookParams

WithTimeout adds the timeout to the enable hook params

func (*EnableHookParams) WriteToRequest ¶

func (o *EnableHookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type EnableHookReader ¶

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

EnableHookReader is a Reader for the EnableHook structure.

func (*EnableHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type EnableSplitTestDefault ¶

type EnableSplitTestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

EnableSplitTestDefault handles this case with default header values.

error

func NewEnableSplitTestDefault ¶

func NewEnableSplitTestDefault(code int) *EnableSplitTestDefault

NewEnableSplitTestDefault creates a EnableSplitTestDefault with default headers values

func (*EnableSplitTestDefault) Code ¶

func (o *EnableSplitTestDefault) Code() int

Code gets the status code for the enable split test default response

func (*EnableSplitTestDefault) Error ¶

func (o *EnableSplitTestDefault) Error() string

func (*EnableSplitTestDefault) GetPayload ¶

func (o *EnableSplitTestDefault) GetPayload() *models.Error

type EnableSplitTestNoContent ¶

type EnableSplitTestNoContent struct {
}

EnableSplitTestNoContent handles this case with default header values.

enable

func NewEnableSplitTestNoContent ¶

func NewEnableSplitTestNoContent() *EnableSplitTestNoContent

NewEnableSplitTestNoContent creates a EnableSplitTestNoContent with default headers values

func (*EnableSplitTestNoContent) Error ¶

func (o *EnableSplitTestNoContent) Error() string

type EnableSplitTestParams ¶

type EnableSplitTestParams struct {

	/*SiteID*/
	SiteID string
	/*SplitTestID*/
	SplitTestID string

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

EnableSplitTestParams contains all the parameters to send to the API endpoint for the enable split test operation typically these are written to a http.Request

func NewEnableSplitTestParams ¶

func NewEnableSplitTestParams() *EnableSplitTestParams

NewEnableSplitTestParams creates a new EnableSplitTestParams object with the default values initialized.

func NewEnableSplitTestParamsWithContext ¶

func NewEnableSplitTestParamsWithContext(ctx context.Context) *EnableSplitTestParams

NewEnableSplitTestParamsWithContext creates a new EnableSplitTestParams object with the default values initialized, and the ability to set a context for a request

func NewEnableSplitTestParamsWithHTTPClient ¶

func NewEnableSplitTestParamsWithHTTPClient(client *http.Client) *EnableSplitTestParams

NewEnableSplitTestParamsWithHTTPClient creates a new EnableSplitTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewEnableSplitTestParamsWithTimeout ¶

func NewEnableSplitTestParamsWithTimeout(timeout time.Duration) *EnableSplitTestParams

NewEnableSplitTestParamsWithTimeout creates a new EnableSplitTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*EnableSplitTestParams) SetContext ¶

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

SetContext adds the context to the enable split test params

func (*EnableSplitTestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the enable split test params

func (*EnableSplitTestParams) SetSiteID ¶

func (o *EnableSplitTestParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the enable split test params

func (*EnableSplitTestParams) SetSplitTestID ¶

func (o *EnableSplitTestParams) SetSplitTestID(splitTestID string)

SetSplitTestID adds the splitTestId to the enable split test params

func (*EnableSplitTestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the enable split test params

func (*EnableSplitTestParams) WithContext ¶

WithContext adds the context to the enable split test params

func (*EnableSplitTestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the enable split test params

func (*EnableSplitTestParams) WithSiteID ¶

func (o *EnableSplitTestParams) WithSiteID(siteID string) *EnableSplitTestParams

WithSiteID adds the siteID to the enable split test params

func (*EnableSplitTestParams) WithSplitTestID ¶

func (o *EnableSplitTestParams) WithSplitTestID(splitTestID string) *EnableSplitTestParams

WithSplitTestID adds the splitTestID to the enable split test params

func (*EnableSplitTestParams) WithTimeout ¶

func (o *EnableSplitTestParams) WithTimeout(timeout time.Duration) *EnableSplitTestParams

WithTimeout adds the timeout to the enable split test params

func (*EnableSplitTestParams) WriteToRequest ¶

func (o *EnableSplitTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type EnableSplitTestReader ¶

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

EnableSplitTestReader is a Reader for the EnableSplitTest structure.

func (*EnableSplitTestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ExchangeTicketCreated ¶

type ExchangeTicketCreated struct {
	Payload *models.AccessToken
}

ExchangeTicketCreated handles this case with default header values.

ok

func NewExchangeTicketCreated ¶

func NewExchangeTicketCreated() *ExchangeTicketCreated

NewExchangeTicketCreated creates a ExchangeTicketCreated with default headers values

func (*ExchangeTicketCreated) Error ¶

func (o *ExchangeTicketCreated) Error() string

func (*ExchangeTicketCreated) GetPayload ¶

func (o *ExchangeTicketCreated) GetPayload() *models.AccessToken

type ExchangeTicketDefault ¶

type ExchangeTicketDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ExchangeTicketDefault handles this case with default header values.

error

func NewExchangeTicketDefault ¶

func NewExchangeTicketDefault(code int) *ExchangeTicketDefault

NewExchangeTicketDefault creates a ExchangeTicketDefault with default headers values

func (*ExchangeTicketDefault) Code ¶

func (o *ExchangeTicketDefault) Code() int

Code gets the status code for the exchange ticket default response

func (*ExchangeTicketDefault) Error ¶

func (o *ExchangeTicketDefault) Error() string

func (*ExchangeTicketDefault) GetPayload ¶

func (o *ExchangeTicketDefault) GetPayload() *models.Error

type ExchangeTicketParams ¶

type ExchangeTicketParams struct {

	/*TicketID*/
	TicketID string

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

ExchangeTicketParams contains all the parameters to send to the API endpoint for the exchange ticket operation typically these are written to a http.Request

func NewExchangeTicketParams ¶

func NewExchangeTicketParams() *ExchangeTicketParams

NewExchangeTicketParams creates a new ExchangeTicketParams object with the default values initialized.

func NewExchangeTicketParamsWithContext ¶

func NewExchangeTicketParamsWithContext(ctx context.Context) *ExchangeTicketParams

NewExchangeTicketParamsWithContext creates a new ExchangeTicketParams object with the default values initialized, and the ability to set a context for a request

func NewExchangeTicketParamsWithHTTPClient ¶

func NewExchangeTicketParamsWithHTTPClient(client *http.Client) *ExchangeTicketParams

NewExchangeTicketParamsWithHTTPClient creates a new ExchangeTicketParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewExchangeTicketParamsWithTimeout ¶

func NewExchangeTicketParamsWithTimeout(timeout time.Duration) *ExchangeTicketParams

NewExchangeTicketParamsWithTimeout creates a new ExchangeTicketParams object with the default values initialized, and the ability to set a timeout on a request

func (*ExchangeTicketParams) SetContext ¶

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

SetContext adds the context to the exchange ticket params

func (*ExchangeTicketParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the exchange ticket params

func (*ExchangeTicketParams) SetTicketID ¶

func (o *ExchangeTicketParams) SetTicketID(ticketID string)

SetTicketID adds the ticketId to the exchange ticket params

func (*ExchangeTicketParams) SetTimeout ¶

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

SetTimeout adds the timeout to the exchange ticket params

func (*ExchangeTicketParams) WithContext ¶

WithContext adds the context to the exchange ticket params

func (*ExchangeTicketParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the exchange ticket params

func (*ExchangeTicketParams) WithTicketID ¶

func (o *ExchangeTicketParams) WithTicketID(ticketID string) *ExchangeTicketParams

WithTicketID adds the ticketID to the exchange ticket params

func (*ExchangeTicketParams) WithTimeout ¶

func (o *ExchangeTicketParams) WithTimeout(timeout time.Duration) *ExchangeTicketParams

WithTimeout adds the timeout to the exchange ticket params

func (*ExchangeTicketParams) WriteToRequest ¶

func (o *ExchangeTicketParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ExchangeTicketReader ¶

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

ExchangeTicketReader is a Reader for the ExchangeTicket structure.

func (*ExchangeTicketReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetAccountBuildStatusDefault ¶

type GetAccountBuildStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetAccountBuildStatusDefault handles this case with default header values.

error

func NewGetAccountBuildStatusDefault ¶

func NewGetAccountBuildStatusDefault(code int) *GetAccountBuildStatusDefault

NewGetAccountBuildStatusDefault creates a GetAccountBuildStatusDefault with default headers values

func (*GetAccountBuildStatusDefault) Code ¶

Code gets the status code for the get account build status default response

func (*GetAccountBuildStatusDefault) Error ¶

func (*GetAccountBuildStatusDefault) GetPayload ¶

func (o *GetAccountBuildStatusDefault) GetPayload() *models.Error

type GetAccountBuildStatusOK ¶

type GetAccountBuildStatusOK struct {
	Payload []*models.BuildStatus
}

GetAccountBuildStatusOK handles this case with default header values.

OK

func NewGetAccountBuildStatusOK ¶

func NewGetAccountBuildStatusOK() *GetAccountBuildStatusOK

NewGetAccountBuildStatusOK creates a GetAccountBuildStatusOK with default headers values

func (*GetAccountBuildStatusOK) Error ¶

func (o *GetAccountBuildStatusOK) Error() string

func (*GetAccountBuildStatusOK) GetPayload ¶

func (o *GetAccountBuildStatusOK) GetPayload() []*models.BuildStatus

type GetAccountBuildStatusParams ¶

type GetAccountBuildStatusParams struct {

	/*AccountID*/
	AccountID string

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

GetAccountBuildStatusParams contains all the parameters to send to the API endpoint for the get account build status operation typically these are written to a http.Request

func NewGetAccountBuildStatusParams ¶

func NewGetAccountBuildStatusParams() *GetAccountBuildStatusParams

NewGetAccountBuildStatusParams creates a new GetAccountBuildStatusParams object with the default values initialized.

func NewGetAccountBuildStatusParamsWithContext ¶

func NewGetAccountBuildStatusParamsWithContext(ctx context.Context) *GetAccountBuildStatusParams

NewGetAccountBuildStatusParamsWithContext creates a new GetAccountBuildStatusParams object with the default values initialized, and the ability to set a context for a request

func NewGetAccountBuildStatusParamsWithHTTPClient ¶

func NewGetAccountBuildStatusParamsWithHTTPClient(client *http.Client) *GetAccountBuildStatusParams

NewGetAccountBuildStatusParamsWithHTTPClient creates a new GetAccountBuildStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAccountBuildStatusParamsWithTimeout ¶

func NewGetAccountBuildStatusParamsWithTimeout(timeout time.Duration) *GetAccountBuildStatusParams

NewGetAccountBuildStatusParamsWithTimeout creates a new GetAccountBuildStatusParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAccountBuildStatusParams) SetAccountID ¶

func (o *GetAccountBuildStatusParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the get account build status params

func (*GetAccountBuildStatusParams) SetContext ¶

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

SetContext adds the context to the get account build status params

func (*GetAccountBuildStatusParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get account build status params

func (*GetAccountBuildStatusParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get account build status params

func (*GetAccountBuildStatusParams) WithAccountID ¶

func (o *GetAccountBuildStatusParams) WithAccountID(accountID string) *GetAccountBuildStatusParams

WithAccountID adds the accountID to the get account build status params

func (*GetAccountBuildStatusParams) WithContext ¶

WithContext adds the context to the get account build status params

func (*GetAccountBuildStatusParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get account build status params

func (*GetAccountBuildStatusParams) WithTimeout ¶

WithTimeout adds the timeout to the get account build status params

func (*GetAccountBuildStatusParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAccountBuildStatusReader ¶

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

GetAccountBuildStatusReader is a Reader for the GetAccountBuildStatus structure.

func (*GetAccountBuildStatusReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetAccountDefault ¶

type GetAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetAccountDefault handles this case with default header values.

error

func NewGetAccountDefault ¶

func NewGetAccountDefault(code int) *GetAccountDefault

NewGetAccountDefault creates a GetAccountDefault with default headers values

func (*GetAccountDefault) Code ¶

func (o *GetAccountDefault) Code() int

Code gets the status code for the get account default response

func (*GetAccountDefault) Error ¶

func (o *GetAccountDefault) Error() string

func (*GetAccountDefault) GetPayload ¶

func (o *GetAccountDefault) GetPayload() *models.Error

type GetAccountOK ¶

type GetAccountOK struct {
	Payload []*models.AccountMembership
}

GetAccountOK handles this case with default header values.

OK

func NewGetAccountOK ¶

func NewGetAccountOK() *GetAccountOK

NewGetAccountOK creates a GetAccountOK with default headers values

func (*GetAccountOK) Error ¶

func (o *GetAccountOK) Error() string

func (*GetAccountOK) GetPayload ¶

func (o *GetAccountOK) GetPayload() []*models.AccountMembership

type GetAccountParams ¶

type GetAccountParams struct {

	/*AccountID*/
	AccountID string

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

GetAccountParams contains all the parameters to send to the API endpoint for the get account operation typically these are written to a http.Request

func NewGetAccountParams ¶

func NewGetAccountParams() *GetAccountParams

NewGetAccountParams creates a new GetAccountParams object with the default values initialized.

func NewGetAccountParamsWithContext ¶

func NewGetAccountParamsWithContext(ctx context.Context) *GetAccountParams

NewGetAccountParamsWithContext creates a new GetAccountParams object with the default values initialized, and the ability to set a context for a request

func NewGetAccountParamsWithHTTPClient ¶

func NewGetAccountParamsWithHTTPClient(client *http.Client) *GetAccountParams

NewGetAccountParamsWithHTTPClient creates a new GetAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAccountParamsWithTimeout ¶

func NewGetAccountParamsWithTimeout(timeout time.Duration) *GetAccountParams

NewGetAccountParamsWithTimeout creates a new GetAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAccountParams) SetAccountID ¶

func (o *GetAccountParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the get account params

func (*GetAccountParams) SetContext ¶

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

SetContext adds the context to the get account params

func (*GetAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get account params

func (*GetAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get account params

func (*GetAccountParams) WithAccountID ¶

func (o *GetAccountParams) WithAccountID(accountID string) *GetAccountParams

WithAccountID adds the accountID to the get account params

func (*GetAccountParams) WithContext ¶

func (o *GetAccountParams) WithContext(ctx context.Context) *GetAccountParams

WithContext adds the context to the get account params

func (*GetAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get account params

func (*GetAccountParams) WithTimeout ¶

func (o *GetAccountParams) WithTimeout(timeout time.Duration) *GetAccountParams

WithTimeout adds the timeout to the get account params

func (*GetAccountParams) WriteToRequest ¶

func (o *GetAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAccountReader ¶

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

GetAccountReader is a Reader for the GetAccount structure.

func (*GetAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetCurrentUserDefault ¶

type GetCurrentUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetCurrentUserDefault handles this case with default header values.

error

func NewGetCurrentUserDefault ¶

func NewGetCurrentUserDefault(code int) *GetCurrentUserDefault

NewGetCurrentUserDefault creates a GetCurrentUserDefault with default headers values

func (*GetCurrentUserDefault) Code ¶

func (o *GetCurrentUserDefault) Code() int

Code gets the status code for the get current user default response

func (*GetCurrentUserDefault) Error ¶

func (o *GetCurrentUserDefault) Error() string

func (*GetCurrentUserDefault) GetPayload ¶

func (o *GetCurrentUserDefault) GetPayload() *models.Error

type GetCurrentUserOK ¶

type GetCurrentUserOK struct {
	Payload []*models.User
}

GetCurrentUserOK handles this case with default header values.

OK

func NewGetCurrentUserOK ¶

func NewGetCurrentUserOK() *GetCurrentUserOK

NewGetCurrentUserOK creates a GetCurrentUserOK with default headers values

func (*GetCurrentUserOK) Error ¶

func (o *GetCurrentUserOK) Error() string

func (*GetCurrentUserOK) GetPayload ¶

func (o *GetCurrentUserOK) GetPayload() []*models.User

type GetCurrentUserParams ¶

type GetCurrentUserParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCurrentUserParams contains all the parameters to send to the API endpoint for the get current user operation typically these are written to a http.Request

func NewGetCurrentUserParams ¶

func NewGetCurrentUserParams() *GetCurrentUserParams

NewGetCurrentUserParams creates a new GetCurrentUserParams object with the default values initialized.

func NewGetCurrentUserParamsWithContext ¶

func NewGetCurrentUserParamsWithContext(ctx context.Context) *GetCurrentUserParams

NewGetCurrentUserParamsWithContext creates a new GetCurrentUserParams object with the default values initialized, and the ability to set a context for a request

func NewGetCurrentUserParamsWithHTTPClient ¶

func NewGetCurrentUserParamsWithHTTPClient(client *http.Client) *GetCurrentUserParams

NewGetCurrentUserParamsWithHTTPClient creates a new GetCurrentUserParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCurrentUserParamsWithTimeout ¶

func NewGetCurrentUserParamsWithTimeout(timeout time.Duration) *GetCurrentUserParams

NewGetCurrentUserParamsWithTimeout creates a new GetCurrentUserParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCurrentUserParams) SetContext ¶

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

SetContext adds the context to the get current user params

func (*GetCurrentUserParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get current user params

func (*GetCurrentUserParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get current user params

func (*GetCurrentUserParams) WithContext ¶

WithContext adds the context to the get current user params

func (*GetCurrentUserParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get current user params

func (*GetCurrentUserParams) WithTimeout ¶

func (o *GetCurrentUserParams) WithTimeout(timeout time.Duration) *GetCurrentUserParams

WithTimeout adds the timeout to the get current user params

func (*GetCurrentUserParams) WriteToRequest ¶

func (o *GetCurrentUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCurrentUserReader ¶

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

GetCurrentUserReader is a Reader for the GetCurrentUser structure.

func (*GetCurrentUserReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDNSForSiteDefault ¶

type GetDNSForSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDNSForSiteDefault handles this case with default header values.

error

func NewGetDNSForSiteDefault ¶

func NewGetDNSForSiteDefault(code int) *GetDNSForSiteDefault

NewGetDNSForSiteDefault creates a GetDNSForSiteDefault with default headers values

func (*GetDNSForSiteDefault) Code ¶

func (o *GetDNSForSiteDefault) Code() int

Code gets the status code for the get DNS for site default response

func (*GetDNSForSiteDefault) Error ¶

func (o *GetDNSForSiteDefault) Error() string

func (*GetDNSForSiteDefault) GetPayload ¶

func (o *GetDNSForSiteDefault) GetPayload() *models.Error

type GetDNSForSiteOK ¶

type GetDNSForSiteOK struct {
	Payload []*models.DNSZone
}

GetDNSForSiteOK handles this case with default header values.

OK

func NewGetDNSForSiteOK ¶

func NewGetDNSForSiteOK() *GetDNSForSiteOK

NewGetDNSForSiteOK creates a GetDNSForSiteOK with default headers values

func (*GetDNSForSiteOK) Error ¶

func (o *GetDNSForSiteOK) Error() string

func (*GetDNSForSiteOK) GetPayload ¶

func (o *GetDNSForSiteOK) GetPayload() []*models.DNSZone

type GetDNSForSiteParams ¶

type GetDNSForSiteParams struct {

	/*SiteID*/
	SiteID string

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

GetDNSForSiteParams contains all the parameters to send to the API endpoint for the get DNS for site operation typically these are written to a http.Request

func NewGetDNSForSiteParams ¶

func NewGetDNSForSiteParams() *GetDNSForSiteParams

NewGetDNSForSiteParams creates a new GetDNSForSiteParams object with the default values initialized.

func NewGetDNSForSiteParamsWithContext ¶

func NewGetDNSForSiteParamsWithContext(ctx context.Context) *GetDNSForSiteParams

NewGetDNSForSiteParamsWithContext creates a new GetDNSForSiteParams object with the default values initialized, and the ability to set a context for a request

func NewGetDNSForSiteParamsWithHTTPClient ¶

func NewGetDNSForSiteParamsWithHTTPClient(client *http.Client) *GetDNSForSiteParams

NewGetDNSForSiteParamsWithHTTPClient creates a new GetDNSForSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDNSForSiteParamsWithTimeout ¶

func NewGetDNSForSiteParamsWithTimeout(timeout time.Duration) *GetDNSForSiteParams

NewGetDNSForSiteParamsWithTimeout creates a new GetDNSForSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDNSForSiteParams) SetContext ¶

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

SetContext adds the context to the get DNS for site params

func (*GetDNSForSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get DNS for site params

func (*GetDNSForSiteParams) SetSiteID ¶

func (o *GetDNSForSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get DNS for site params

func (*GetDNSForSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get DNS for site params

func (*GetDNSForSiteParams) WithContext ¶

WithContext adds the context to the get DNS for site params

func (*GetDNSForSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get DNS for site params

func (*GetDNSForSiteParams) WithSiteID ¶

func (o *GetDNSForSiteParams) WithSiteID(siteID string) *GetDNSForSiteParams

WithSiteID adds the siteID to the get DNS for site params

func (*GetDNSForSiteParams) WithTimeout ¶

func (o *GetDNSForSiteParams) WithTimeout(timeout time.Duration) *GetDNSForSiteParams

WithTimeout adds the timeout to the get DNS for site params

func (*GetDNSForSiteParams) WriteToRequest ¶

func (o *GetDNSForSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDNSForSiteReader ¶

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

GetDNSForSiteReader is a Reader for the GetDNSForSite structure.

func (*GetDNSForSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDNSRecordsDefault ¶

type GetDNSRecordsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDNSRecordsDefault handles this case with default header values.

error

func NewGetDNSRecordsDefault ¶

func NewGetDNSRecordsDefault(code int) *GetDNSRecordsDefault

NewGetDNSRecordsDefault creates a GetDNSRecordsDefault with default headers values

func (*GetDNSRecordsDefault) Code ¶

func (o *GetDNSRecordsDefault) Code() int

Code gets the status code for the get Dns records default response

func (*GetDNSRecordsDefault) Error ¶

func (o *GetDNSRecordsDefault) Error() string

func (*GetDNSRecordsDefault) GetPayload ¶

func (o *GetDNSRecordsDefault) GetPayload() *models.Error

type GetDNSRecordsOK ¶

type GetDNSRecordsOK struct {
	Payload models.DNSRecords
}

GetDNSRecordsOK handles this case with default header values.

get all DNS records for a single DNS zone

func NewGetDNSRecordsOK ¶

func NewGetDNSRecordsOK() *GetDNSRecordsOK

NewGetDNSRecordsOK creates a GetDNSRecordsOK with default headers values

func (*GetDNSRecordsOK) Error ¶

func (o *GetDNSRecordsOK) Error() string

func (*GetDNSRecordsOK) GetPayload ¶

func (o *GetDNSRecordsOK) GetPayload() models.DNSRecords

type GetDNSRecordsParams ¶

type GetDNSRecordsParams struct {

	/*ZoneID*/
	ZoneID string

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

GetDNSRecordsParams contains all the parameters to send to the API endpoint for the get Dns records operation typically these are written to a http.Request

func NewGetDNSRecordsParams ¶

func NewGetDNSRecordsParams() *GetDNSRecordsParams

NewGetDNSRecordsParams creates a new GetDNSRecordsParams object with the default values initialized.

func NewGetDNSRecordsParamsWithContext ¶

func NewGetDNSRecordsParamsWithContext(ctx context.Context) *GetDNSRecordsParams

NewGetDNSRecordsParamsWithContext creates a new GetDNSRecordsParams object with the default values initialized, and the ability to set a context for a request

func NewGetDNSRecordsParamsWithHTTPClient ¶

func NewGetDNSRecordsParamsWithHTTPClient(client *http.Client) *GetDNSRecordsParams

NewGetDNSRecordsParamsWithHTTPClient creates a new GetDNSRecordsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDNSRecordsParamsWithTimeout ¶

func NewGetDNSRecordsParamsWithTimeout(timeout time.Duration) *GetDNSRecordsParams

NewGetDNSRecordsParamsWithTimeout creates a new GetDNSRecordsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDNSRecordsParams) SetContext ¶

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

SetContext adds the context to the get Dns records params

func (*GetDNSRecordsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get Dns records params

func (*GetDNSRecordsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get Dns records params

func (*GetDNSRecordsParams) SetZoneID ¶

func (o *GetDNSRecordsParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the get Dns records params

func (*GetDNSRecordsParams) WithContext ¶

WithContext adds the context to the get Dns records params

func (*GetDNSRecordsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get Dns records params

func (*GetDNSRecordsParams) WithTimeout ¶

func (o *GetDNSRecordsParams) WithTimeout(timeout time.Duration) *GetDNSRecordsParams

WithTimeout adds the timeout to the get Dns records params

func (*GetDNSRecordsParams) WithZoneID ¶

func (o *GetDNSRecordsParams) WithZoneID(zoneID string) *GetDNSRecordsParams

WithZoneID adds the zoneID to the get Dns records params

func (*GetDNSRecordsParams) WriteToRequest ¶

func (o *GetDNSRecordsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDNSRecordsReader ¶

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

GetDNSRecordsReader is a Reader for the GetDNSRecords structure.

func (*GetDNSRecordsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDNSZoneDefault ¶

type GetDNSZoneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDNSZoneDefault handles this case with default header values.

error

func NewGetDNSZoneDefault ¶

func NewGetDNSZoneDefault(code int) *GetDNSZoneDefault

NewGetDNSZoneDefault creates a GetDNSZoneDefault with default headers values

func (*GetDNSZoneDefault) Code ¶

func (o *GetDNSZoneDefault) Code() int

Code gets the status code for the get Dns zone default response

func (*GetDNSZoneDefault) Error ¶

func (o *GetDNSZoneDefault) Error() string

func (*GetDNSZoneDefault) GetPayload ¶

func (o *GetDNSZoneDefault) GetPayload() *models.Error

type GetDNSZoneOK ¶

type GetDNSZoneOK struct {
	Payload *models.DNSZone
}

GetDNSZoneOK handles this case with default header values.

get a single DNS zone

func NewGetDNSZoneOK ¶

func NewGetDNSZoneOK() *GetDNSZoneOK

NewGetDNSZoneOK creates a GetDNSZoneOK with default headers values

func (*GetDNSZoneOK) Error ¶

func (o *GetDNSZoneOK) Error() string

func (*GetDNSZoneOK) GetPayload ¶

func (o *GetDNSZoneOK) GetPayload() *models.DNSZone

type GetDNSZoneParams ¶

type GetDNSZoneParams struct {

	/*ZoneID*/
	ZoneID string

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

GetDNSZoneParams contains all the parameters to send to the API endpoint for the get Dns zone operation typically these are written to a http.Request

func NewGetDNSZoneParams ¶

func NewGetDNSZoneParams() *GetDNSZoneParams

NewGetDNSZoneParams creates a new GetDNSZoneParams object with the default values initialized.

func NewGetDNSZoneParamsWithContext ¶

func NewGetDNSZoneParamsWithContext(ctx context.Context) *GetDNSZoneParams

NewGetDNSZoneParamsWithContext creates a new GetDNSZoneParams object with the default values initialized, and the ability to set a context for a request

func NewGetDNSZoneParamsWithHTTPClient ¶

func NewGetDNSZoneParamsWithHTTPClient(client *http.Client) *GetDNSZoneParams

NewGetDNSZoneParamsWithHTTPClient creates a new GetDNSZoneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDNSZoneParamsWithTimeout ¶

func NewGetDNSZoneParamsWithTimeout(timeout time.Duration) *GetDNSZoneParams

NewGetDNSZoneParamsWithTimeout creates a new GetDNSZoneParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDNSZoneParams) SetContext ¶

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

SetContext adds the context to the get Dns zone params

func (*GetDNSZoneParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get Dns zone params

func (*GetDNSZoneParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get Dns zone params

func (*GetDNSZoneParams) SetZoneID ¶

func (o *GetDNSZoneParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the get Dns zone params

func (*GetDNSZoneParams) WithContext ¶

func (o *GetDNSZoneParams) WithContext(ctx context.Context) *GetDNSZoneParams

WithContext adds the context to the get Dns zone params

func (*GetDNSZoneParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get Dns zone params

func (*GetDNSZoneParams) WithTimeout ¶

func (o *GetDNSZoneParams) WithTimeout(timeout time.Duration) *GetDNSZoneParams

WithTimeout adds the timeout to the get Dns zone params

func (*GetDNSZoneParams) WithZoneID ¶

func (o *GetDNSZoneParams) WithZoneID(zoneID string) *GetDNSZoneParams

WithZoneID adds the zoneID to the get Dns zone params

func (*GetDNSZoneParams) WriteToRequest ¶

func (o *GetDNSZoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDNSZoneReader ¶

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

GetDNSZoneReader is a Reader for the GetDNSZone structure.

func (*GetDNSZoneReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDNSZonesDefault ¶

type GetDNSZonesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDNSZonesDefault handles this case with default header values.

error

func NewGetDNSZonesDefault ¶

func NewGetDNSZonesDefault(code int) *GetDNSZonesDefault

NewGetDNSZonesDefault creates a GetDNSZonesDefault with default headers values

func (*GetDNSZonesDefault) Code ¶

func (o *GetDNSZonesDefault) Code() int

Code gets the status code for the get Dns zones default response

func (*GetDNSZonesDefault) Error ¶

func (o *GetDNSZonesDefault) Error() string

func (*GetDNSZonesDefault) GetPayload ¶

func (o *GetDNSZonesDefault) GetPayload() *models.Error

type GetDNSZonesOK ¶

type GetDNSZonesOK struct {
	Payload models.DNSZones
}

GetDNSZonesOK handles this case with default header values.

get all DNS zones the user has access to

func NewGetDNSZonesOK ¶

func NewGetDNSZonesOK() *GetDNSZonesOK

NewGetDNSZonesOK creates a GetDNSZonesOK with default headers values

func (*GetDNSZonesOK) Error ¶

func (o *GetDNSZonesOK) Error() string

func (*GetDNSZonesOK) GetPayload ¶

func (o *GetDNSZonesOK) GetPayload() models.DNSZones

type GetDNSZonesParams ¶

type GetDNSZonesParams struct {

	/*AccountSlug*/
	AccountSlug *string

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

GetDNSZonesParams contains all the parameters to send to the API endpoint for the get Dns zones operation typically these are written to a http.Request

func NewGetDNSZonesParams ¶

func NewGetDNSZonesParams() *GetDNSZonesParams

NewGetDNSZonesParams creates a new GetDNSZonesParams object with the default values initialized.

func NewGetDNSZonesParamsWithContext ¶

func NewGetDNSZonesParamsWithContext(ctx context.Context) *GetDNSZonesParams

NewGetDNSZonesParamsWithContext creates a new GetDNSZonesParams object with the default values initialized, and the ability to set a context for a request

func NewGetDNSZonesParamsWithHTTPClient ¶

func NewGetDNSZonesParamsWithHTTPClient(client *http.Client) *GetDNSZonesParams

NewGetDNSZonesParamsWithHTTPClient creates a new GetDNSZonesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDNSZonesParamsWithTimeout ¶

func NewGetDNSZonesParamsWithTimeout(timeout time.Duration) *GetDNSZonesParams

NewGetDNSZonesParamsWithTimeout creates a new GetDNSZonesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDNSZonesParams) SetAccountSlug ¶

func (o *GetDNSZonesParams) SetAccountSlug(accountSlug *string)

SetAccountSlug adds the accountSlug to the get Dns zones params

func (*GetDNSZonesParams) SetContext ¶

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

SetContext adds the context to the get Dns zones params

func (*GetDNSZonesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get Dns zones params

func (*GetDNSZonesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get Dns zones params

func (*GetDNSZonesParams) WithAccountSlug ¶

func (o *GetDNSZonesParams) WithAccountSlug(accountSlug *string) *GetDNSZonesParams

WithAccountSlug adds the accountSlug to the get Dns zones params

func (*GetDNSZonesParams) WithContext ¶

func (o *GetDNSZonesParams) WithContext(ctx context.Context) *GetDNSZonesParams

WithContext adds the context to the get Dns zones params

func (*GetDNSZonesParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get Dns zones params

func (*GetDNSZonesParams) WithTimeout ¶

func (o *GetDNSZonesParams) WithTimeout(timeout time.Duration) *GetDNSZonesParams

WithTimeout adds the timeout to the get Dns zones params

func (*GetDNSZonesParams) WriteToRequest ¶

func (o *GetDNSZonesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDNSZonesReader ¶

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

GetDNSZonesReader is a Reader for the GetDNSZones structure.

func (*GetDNSZonesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDeployDefault ¶

type GetDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDeployDefault handles this case with default header values.

error

func NewGetDeployDefault ¶

func NewGetDeployDefault(code int) *GetDeployDefault

NewGetDeployDefault creates a GetDeployDefault with default headers values

func (*GetDeployDefault) Code ¶

func (o *GetDeployDefault) Code() int

Code gets the status code for the get deploy default response

func (*GetDeployDefault) Error ¶

func (o *GetDeployDefault) Error() string

func (*GetDeployDefault) GetPayload ¶

func (o *GetDeployDefault) GetPayload() *models.Error

type GetDeployKeyDefault ¶

type GetDeployKeyDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetDeployKeyDefault handles this case with default header values.

error

func NewGetDeployKeyDefault ¶

func NewGetDeployKeyDefault(code int) *GetDeployKeyDefault

NewGetDeployKeyDefault creates a GetDeployKeyDefault with default headers values

func (*GetDeployKeyDefault) Code ¶

func (o *GetDeployKeyDefault) Code() int

Code gets the status code for the get deploy key default response

func (*GetDeployKeyDefault) Error ¶

func (o *GetDeployKeyDefault) Error() string

func (*GetDeployKeyDefault) GetPayload ¶

func (o *GetDeployKeyDefault) GetPayload() *models.Error

type GetDeployKeyOK ¶

type GetDeployKeyOK struct {
	Payload *models.DeployKey
}

GetDeployKeyOK handles this case with default header values.

OK

func NewGetDeployKeyOK ¶

func NewGetDeployKeyOK() *GetDeployKeyOK

NewGetDeployKeyOK creates a GetDeployKeyOK with default headers values

func (*GetDeployKeyOK) Error ¶

func (o *GetDeployKeyOK) Error() string

func (*GetDeployKeyOK) GetPayload ¶

func (o *GetDeployKeyOK) GetPayload() *models.DeployKey

type GetDeployKeyParams ¶

type GetDeployKeyParams struct {

	/*KeyID*/
	KeyID string

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

GetDeployKeyParams contains all the parameters to send to the API endpoint for the get deploy key operation typically these are written to a http.Request

func NewGetDeployKeyParams ¶

func NewGetDeployKeyParams() *GetDeployKeyParams

NewGetDeployKeyParams creates a new GetDeployKeyParams object with the default values initialized.

func NewGetDeployKeyParamsWithContext ¶

func NewGetDeployKeyParamsWithContext(ctx context.Context) *GetDeployKeyParams

NewGetDeployKeyParamsWithContext creates a new GetDeployKeyParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeployKeyParamsWithHTTPClient ¶

func NewGetDeployKeyParamsWithHTTPClient(client *http.Client) *GetDeployKeyParams

NewGetDeployKeyParamsWithHTTPClient creates a new GetDeployKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeployKeyParamsWithTimeout ¶

func NewGetDeployKeyParamsWithTimeout(timeout time.Duration) *GetDeployKeyParams

NewGetDeployKeyParamsWithTimeout creates a new GetDeployKeyParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeployKeyParams) SetContext ¶

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

SetContext adds the context to the get deploy key params

func (*GetDeployKeyParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get deploy key params

func (*GetDeployKeyParams) SetKeyID ¶

func (o *GetDeployKeyParams) SetKeyID(keyID string)

SetKeyID adds the keyId to the get deploy key params

func (*GetDeployKeyParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get deploy key params

func (*GetDeployKeyParams) WithContext ¶

WithContext adds the context to the get deploy key params

func (*GetDeployKeyParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get deploy key params

func (*GetDeployKeyParams) WithKeyID ¶

func (o *GetDeployKeyParams) WithKeyID(keyID string) *GetDeployKeyParams

WithKeyID adds the keyID to the get deploy key params

func (*GetDeployKeyParams) WithTimeout ¶

func (o *GetDeployKeyParams) WithTimeout(timeout time.Duration) *GetDeployKeyParams

WithTimeout adds the timeout to the get deploy key params

func (*GetDeployKeyParams) WriteToRequest ¶

func (o *GetDeployKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeployKeyReader ¶

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

GetDeployKeyReader is a Reader for the GetDeployKey structure.

func (*GetDeployKeyReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDeployOK ¶

type GetDeployOK struct {
	Payload *models.Deploy
}

GetDeployOK handles this case with default header values.

OK

func NewGetDeployOK ¶

func NewGetDeployOK() *GetDeployOK

NewGetDeployOK creates a GetDeployOK with default headers values

func (*GetDeployOK) Error ¶

func (o *GetDeployOK) Error() string

func (*GetDeployOK) GetPayload ¶

func (o *GetDeployOK) GetPayload() *models.Deploy

type GetDeployParams ¶

type GetDeployParams struct {

	/*DeployID*/
	DeployID string

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

GetDeployParams contains all the parameters to send to the API endpoint for the get deploy operation typically these are written to a http.Request

func NewGetDeployParams ¶

func NewGetDeployParams() *GetDeployParams

NewGetDeployParams creates a new GetDeployParams object with the default values initialized.

func NewGetDeployParamsWithContext ¶

func NewGetDeployParamsWithContext(ctx context.Context) *GetDeployParams

NewGetDeployParamsWithContext creates a new GetDeployParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeployParamsWithHTTPClient ¶

func NewGetDeployParamsWithHTTPClient(client *http.Client) *GetDeployParams

NewGetDeployParamsWithHTTPClient creates a new GetDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeployParamsWithTimeout ¶

func NewGetDeployParamsWithTimeout(timeout time.Duration) *GetDeployParams

NewGetDeployParamsWithTimeout creates a new GetDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeployParams) SetContext ¶

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

SetContext adds the context to the get deploy params

func (*GetDeployParams) SetDeployID ¶

func (o *GetDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the get deploy params

func (*GetDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get deploy params

func (*GetDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get deploy params

func (*GetDeployParams) WithContext ¶

func (o *GetDeployParams) WithContext(ctx context.Context) *GetDeployParams

WithContext adds the context to the get deploy params

func (*GetDeployParams) WithDeployID ¶

func (o *GetDeployParams) WithDeployID(deployID string) *GetDeployParams

WithDeployID adds the deployID to the get deploy params

func (*GetDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get deploy params

func (*GetDeployParams) WithTimeout ¶

func (o *GetDeployParams) WithTimeout(timeout time.Duration) *GetDeployParams

WithTimeout adds the timeout to the get deploy params

func (*GetDeployParams) WriteToRequest ¶

func (o *GetDeployParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeployReader ¶

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

GetDeployReader is a Reader for the GetDeploy structure.

func (*GetDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetHookDefault ¶

type GetHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetHookDefault handles this case with default header values.

error

func NewGetHookDefault ¶

func NewGetHookDefault(code int) *GetHookDefault

NewGetHookDefault creates a GetHookDefault with default headers values

func (*GetHookDefault) Code ¶

func (o *GetHookDefault) Code() int

Code gets the status code for the get hook default response

func (*GetHookDefault) Error ¶

func (o *GetHookDefault) Error() string

func (*GetHookDefault) GetPayload ¶

func (o *GetHookDefault) GetPayload() *models.Error

type GetHookOK ¶

type GetHookOK struct {
	Payload *models.Hook
}

GetHookOK handles this case with default header values.

OK

func NewGetHookOK ¶

func NewGetHookOK() *GetHookOK

NewGetHookOK creates a GetHookOK with default headers values

func (*GetHookOK) Error ¶

func (o *GetHookOK) Error() string

func (*GetHookOK) GetPayload ¶

func (o *GetHookOK) GetPayload() *models.Hook

type GetHookParams ¶

type GetHookParams struct {

	/*HookID*/
	HookID string

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

GetHookParams contains all the parameters to send to the API endpoint for the get hook operation typically these are written to a http.Request

func NewGetHookParams ¶

func NewGetHookParams() *GetHookParams

NewGetHookParams creates a new GetHookParams object with the default values initialized.

func NewGetHookParamsWithContext ¶

func NewGetHookParamsWithContext(ctx context.Context) *GetHookParams

NewGetHookParamsWithContext creates a new GetHookParams object with the default values initialized, and the ability to set a context for a request

func NewGetHookParamsWithHTTPClient ¶

func NewGetHookParamsWithHTTPClient(client *http.Client) *GetHookParams

NewGetHookParamsWithHTTPClient creates a new GetHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetHookParamsWithTimeout ¶

func NewGetHookParamsWithTimeout(timeout time.Duration) *GetHookParams

NewGetHookParamsWithTimeout creates a new GetHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetHookParams) SetContext ¶

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

SetContext adds the context to the get hook params

func (*GetHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get hook params

func (*GetHookParams) SetHookID ¶

func (o *GetHookParams) SetHookID(hookID string)

SetHookID adds the hookId to the get hook params

func (*GetHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get hook params

func (*GetHookParams) WithContext ¶

func (o *GetHookParams) WithContext(ctx context.Context) *GetHookParams

WithContext adds the context to the get hook params

func (*GetHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get hook params

func (*GetHookParams) WithHookID ¶

func (o *GetHookParams) WithHookID(hookID string) *GetHookParams

WithHookID adds the hookID to the get hook params

func (*GetHookParams) WithTimeout ¶

func (o *GetHookParams) WithTimeout(timeout time.Duration) *GetHookParams

WithTimeout adds the timeout to the get hook params

func (*GetHookParams) WriteToRequest ¶

func (o *GetHookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetHookReader ¶

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

GetHookReader is a Reader for the GetHook structure.

func (*GetHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetIndividualDNSRecordDefault ¶

type GetIndividualDNSRecordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetIndividualDNSRecordDefault handles this case with default header values.

error

func NewGetIndividualDNSRecordDefault ¶

func NewGetIndividualDNSRecordDefault(code int) *GetIndividualDNSRecordDefault

NewGetIndividualDNSRecordDefault creates a GetIndividualDNSRecordDefault with default headers values

func (*GetIndividualDNSRecordDefault) Code ¶

Code gets the status code for the get individual Dns record default response

func (*GetIndividualDNSRecordDefault) Error ¶

func (*GetIndividualDNSRecordDefault) GetPayload ¶

func (o *GetIndividualDNSRecordDefault) GetPayload() *models.Error

type GetIndividualDNSRecordOK ¶

type GetIndividualDNSRecordOK struct {
	Payload *models.DNSRecord
}

GetIndividualDNSRecordOK handles this case with default header values.

get a single DNS record

func NewGetIndividualDNSRecordOK ¶

func NewGetIndividualDNSRecordOK() *GetIndividualDNSRecordOK

NewGetIndividualDNSRecordOK creates a GetIndividualDNSRecordOK with default headers values

func (*GetIndividualDNSRecordOK) Error ¶

func (o *GetIndividualDNSRecordOK) Error() string

func (*GetIndividualDNSRecordOK) GetPayload ¶

func (o *GetIndividualDNSRecordOK) GetPayload() *models.DNSRecord

type GetIndividualDNSRecordParams ¶

type GetIndividualDNSRecordParams struct {

	/*DNSRecordID*/
	DNSRecordID string
	/*ZoneID*/
	ZoneID string

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

GetIndividualDNSRecordParams contains all the parameters to send to the API endpoint for the get individual Dns record operation typically these are written to a http.Request

func NewGetIndividualDNSRecordParams ¶

func NewGetIndividualDNSRecordParams() *GetIndividualDNSRecordParams

NewGetIndividualDNSRecordParams creates a new GetIndividualDNSRecordParams object with the default values initialized.

func NewGetIndividualDNSRecordParamsWithContext ¶

func NewGetIndividualDNSRecordParamsWithContext(ctx context.Context) *GetIndividualDNSRecordParams

NewGetIndividualDNSRecordParamsWithContext creates a new GetIndividualDNSRecordParams object with the default values initialized, and the ability to set a context for a request

func NewGetIndividualDNSRecordParamsWithHTTPClient ¶

func NewGetIndividualDNSRecordParamsWithHTTPClient(client *http.Client) *GetIndividualDNSRecordParams

NewGetIndividualDNSRecordParamsWithHTTPClient creates a new GetIndividualDNSRecordParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIndividualDNSRecordParamsWithTimeout ¶

func NewGetIndividualDNSRecordParamsWithTimeout(timeout time.Duration) *GetIndividualDNSRecordParams

NewGetIndividualDNSRecordParamsWithTimeout creates a new GetIndividualDNSRecordParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetIndividualDNSRecordParams) SetContext ¶

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

SetContext adds the context to the get individual Dns record params

func (*GetIndividualDNSRecordParams) SetDNSRecordID ¶

func (o *GetIndividualDNSRecordParams) SetDNSRecordID(dNSRecordID string)

SetDNSRecordID adds the dnsRecordId to the get individual Dns record params

func (*GetIndividualDNSRecordParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get individual Dns record params

func (*GetIndividualDNSRecordParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get individual Dns record params

func (*GetIndividualDNSRecordParams) SetZoneID ¶

func (o *GetIndividualDNSRecordParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WithContext ¶

WithContext adds the context to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WithDNSRecordID ¶

func (o *GetIndividualDNSRecordParams) WithDNSRecordID(dNSRecordID string) *GetIndividualDNSRecordParams

WithDNSRecordID adds the dNSRecordID to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WithTimeout ¶

WithTimeout adds the timeout to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WithZoneID ¶

WithZoneID adds the zoneID to the get individual Dns record params

func (*GetIndividualDNSRecordParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetIndividualDNSRecordReader ¶

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

GetIndividualDNSRecordReader is a Reader for the GetIndividualDNSRecord structure.

func (*GetIndividualDNSRecordReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetLatestPluginRunsDefault ¶ added in v2.4.0

type GetLatestPluginRunsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetLatestPluginRunsDefault handles this case with default header values.

error

func NewGetLatestPluginRunsDefault ¶ added in v2.4.0

func NewGetLatestPluginRunsDefault(code int) *GetLatestPluginRunsDefault

NewGetLatestPluginRunsDefault creates a GetLatestPluginRunsDefault with default headers values

func (*GetLatestPluginRunsDefault) Code ¶ added in v2.4.0

func (o *GetLatestPluginRunsDefault) Code() int

Code gets the status code for the get latest plugin runs default response

func (*GetLatestPluginRunsDefault) Error ¶ added in v2.4.0

func (*GetLatestPluginRunsDefault) GetPayload ¶ added in v2.4.0

func (o *GetLatestPluginRunsDefault) GetPayload() *models.Error

type GetLatestPluginRunsOK ¶ added in v2.4.0

type GetLatestPluginRunsOK struct {
	Payload []*models.PluginRun
}

GetLatestPluginRunsOK handles this case with default header values.

OK

func NewGetLatestPluginRunsOK ¶ added in v2.4.0

func NewGetLatestPluginRunsOK() *GetLatestPluginRunsOK

NewGetLatestPluginRunsOK creates a GetLatestPluginRunsOK with default headers values

func (*GetLatestPluginRunsOK) Error ¶ added in v2.4.0

func (o *GetLatestPluginRunsOK) Error() string

func (*GetLatestPluginRunsOK) GetPayload ¶ added in v2.4.0

func (o *GetLatestPluginRunsOK) GetPayload() []*models.PluginRun

type GetLatestPluginRunsParams ¶ added in v2.4.0

type GetLatestPluginRunsParams struct {

	/*Packages*/
	Packages []string
	/*SiteID*/
	SiteID string
	/*State*/
	State *string

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

GetLatestPluginRunsParams contains all the parameters to send to the API endpoint for the get latest plugin runs operation typically these are written to a http.Request

func NewGetLatestPluginRunsParams ¶ added in v2.4.0

func NewGetLatestPluginRunsParams() *GetLatestPluginRunsParams

NewGetLatestPluginRunsParams creates a new GetLatestPluginRunsParams object with the default values initialized.

func NewGetLatestPluginRunsParamsWithContext ¶ added in v2.4.0

func NewGetLatestPluginRunsParamsWithContext(ctx context.Context) *GetLatestPluginRunsParams

NewGetLatestPluginRunsParamsWithContext creates a new GetLatestPluginRunsParams object with the default values initialized, and the ability to set a context for a request

func NewGetLatestPluginRunsParamsWithHTTPClient ¶ added in v2.4.0

func NewGetLatestPluginRunsParamsWithHTTPClient(client *http.Client) *GetLatestPluginRunsParams

NewGetLatestPluginRunsParamsWithHTTPClient creates a new GetLatestPluginRunsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLatestPluginRunsParamsWithTimeout ¶ added in v2.4.0

func NewGetLatestPluginRunsParamsWithTimeout(timeout time.Duration) *GetLatestPluginRunsParams

NewGetLatestPluginRunsParamsWithTimeout creates a new GetLatestPluginRunsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLatestPluginRunsParams) SetContext ¶ added in v2.4.0

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

SetContext adds the context to the get latest plugin runs params

func (*GetLatestPluginRunsParams) SetHTTPClient ¶ added in v2.4.0

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

SetHTTPClient adds the HTTPClient to the get latest plugin runs params

func (*GetLatestPluginRunsParams) SetPackages ¶ added in v2.4.0

func (o *GetLatestPluginRunsParams) SetPackages(packages []string)

SetPackages adds the packages to the get latest plugin runs params

func (*GetLatestPluginRunsParams) SetSiteID ¶ added in v2.4.0

func (o *GetLatestPluginRunsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get latest plugin runs params

func (*GetLatestPluginRunsParams) SetState ¶ added in v2.4.0

func (o *GetLatestPluginRunsParams) SetState(state *string)

SetState adds the state to the get latest plugin runs params

func (*GetLatestPluginRunsParams) SetTimeout ¶ added in v2.4.0

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

SetTimeout adds the timeout to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithContext ¶ added in v2.4.0

WithContext adds the context to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithHTTPClient ¶ added in v2.4.0

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

WithHTTPClient adds the HTTPClient to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithPackages ¶ added in v2.4.0

func (o *GetLatestPluginRunsParams) WithPackages(packages []string) *GetLatestPluginRunsParams

WithPackages adds the packages to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithSiteID ¶ added in v2.4.0

WithSiteID adds the siteID to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithState ¶ added in v2.4.0

WithState adds the state to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WithTimeout ¶ added in v2.4.0

WithTimeout adds the timeout to the get latest plugin runs params

func (*GetLatestPluginRunsParams) WriteToRequest ¶ added in v2.4.0

WriteToRequest writes these params to a swagger request

type GetLatestPluginRunsReader ¶ added in v2.4.0

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

GetLatestPluginRunsReader is a Reader for the GetLatestPluginRuns structure.

func (*GetLatestPluginRunsReader) ReadResponse ¶ added in v2.4.0

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

ReadResponse reads a server response into the received o.

type GetServicesDefault ¶

type GetServicesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetServicesDefault handles this case with default header values.

error

func NewGetServicesDefault ¶

func NewGetServicesDefault(code int) *GetServicesDefault

NewGetServicesDefault creates a GetServicesDefault with default headers values

func (*GetServicesDefault) Code ¶

func (o *GetServicesDefault) Code() int

Code gets the status code for the get services default response

func (*GetServicesDefault) Error ¶

func (o *GetServicesDefault) Error() string

func (*GetServicesDefault) GetPayload ¶

func (o *GetServicesDefault) GetPayload() *models.Error

type GetServicesOK ¶

type GetServicesOK struct {
	Payload []*models.Service
}

GetServicesOK handles this case with default header values.

services

func NewGetServicesOK ¶

func NewGetServicesOK() *GetServicesOK

NewGetServicesOK creates a GetServicesOK with default headers values

func (*GetServicesOK) Error ¶

func (o *GetServicesOK) Error() string

func (*GetServicesOK) GetPayload ¶

func (o *GetServicesOK) GetPayload() []*models.Service

type GetServicesParams ¶

type GetServicesParams struct {

	/*Search*/
	Search *string

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

GetServicesParams contains all the parameters to send to the API endpoint for the get services operation typically these are written to a http.Request

func NewGetServicesParams ¶

func NewGetServicesParams() *GetServicesParams

NewGetServicesParams creates a new GetServicesParams object with the default values initialized.

func NewGetServicesParamsWithContext ¶

func NewGetServicesParamsWithContext(ctx context.Context) *GetServicesParams

NewGetServicesParamsWithContext creates a new GetServicesParams object with the default values initialized, and the ability to set a context for a request

func NewGetServicesParamsWithHTTPClient ¶

func NewGetServicesParamsWithHTTPClient(client *http.Client) *GetServicesParams

NewGetServicesParamsWithHTTPClient creates a new GetServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetServicesParamsWithTimeout ¶

func NewGetServicesParamsWithTimeout(timeout time.Duration) *GetServicesParams

NewGetServicesParamsWithTimeout creates a new GetServicesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetServicesParams) SetContext ¶

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

SetContext adds the context to the get services params

func (*GetServicesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get services params

func (*GetServicesParams) SetSearch ¶

func (o *GetServicesParams) SetSearch(search *string)

SetSearch adds the search to the get services params

func (*GetServicesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get services params

func (*GetServicesParams) WithContext ¶

func (o *GetServicesParams) WithContext(ctx context.Context) *GetServicesParams

WithContext adds the context to the get services params

func (*GetServicesParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get services params

func (*GetServicesParams) WithSearch ¶

func (o *GetServicesParams) WithSearch(search *string) *GetServicesParams

WithSearch adds the search to the get services params

func (*GetServicesParams) WithTimeout ¶

func (o *GetServicesParams) WithTimeout(timeout time.Duration) *GetServicesParams

WithTimeout adds the timeout to the get services params

func (*GetServicesParams) WriteToRequest ¶

func (o *GetServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetServicesReader ¶

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

GetServicesReader is a Reader for the GetServices structure.

func (*GetServicesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteAssetInfoDefault ¶

type GetSiteAssetInfoDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteAssetInfoDefault handles this case with default header values.

error

func NewGetSiteAssetInfoDefault ¶

func NewGetSiteAssetInfoDefault(code int) *GetSiteAssetInfoDefault

NewGetSiteAssetInfoDefault creates a GetSiteAssetInfoDefault with default headers values

func (*GetSiteAssetInfoDefault) Code ¶

func (o *GetSiteAssetInfoDefault) Code() int

Code gets the status code for the get site asset info default response

func (*GetSiteAssetInfoDefault) Error ¶

func (o *GetSiteAssetInfoDefault) Error() string

func (*GetSiteAssetInfoDefault) GetPayload ¶

func (o *GetSiteAssetInfoDefault) GetPayload() *models.Error

type GetSiteAssetInfoOK ¶

type GetSiteAssetInfoOK struct {
	Payload *models.Asset
}

GetSiteAssetInfoOK handles this case with default header values.

OK

func NewGetSiteAssetInfoOK ¶

func NewGetSiteAssetInfoOK() *GetSiteAssetInfoOK

NewGetSiteAssetInfoOK creates a GetSiteAssetInfoOK with default headers values

func (*GetSiteAssetInfoOK) Error ¶

func (o *GetSiteAssetInfoOK) Error() string

func (*GetSiteAssetInfoOK) GetPayload ¶

func (o *GetSiteAssetInfoOK) GetPayload() *models.Asset

type GetSiteAssetInfoParams ¶

type GetSiteAssetInfoParams struct {

	/*AssetID*/
	AssetID string
	/*SiteID*/
	SiteID string

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

GetSiteAssetInfoParams contains all the parameters to send to the API endpoint for the get site asset info operation typically these are written to a http.Request

func NewGetSiteAssetInfoParams ¶

func NewGetSiteAssetInfoParams() *GetSiteAssetInfoParams

NewGetSiteAssetInfoParams creates a new GetSiteAssetInfoParams object with the default values initialized.

func NewGetSiteAssetInfoParamsWithContext ¶

func NewGetSiteAssetInfoParamsWithContext(ctx context.Context) *GetSiteAssetInfoParams

NewGetSiteAssetInfoParamsWithContext creates a new GetSiteAssetInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteAssetInfoParamsWithHTTPClient ¶

func NewGetSiteAssetInfoParamsWithHTTPClient(client *http.Client) *GetSiteAssetInfoParams

NewGetSiteAssetInfoParamsWithHTTPClient creates a new GetSiteAssetInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteAssetInfoParamsWithTimeout ¶

func NewGetSiteAssetInfoParamsWithTimeout(timeout time.Duration) *GetSiteAssetInfoParams

NewGetSiteAssetInfoParamsWithTimeout creates a new GetSiteAssetInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteAssetInfoParams) SetAssetID ¶

func (o *GetSiteAssetInfoParams) SetAssetID(assetID string)

SetAssetID adds the assetId to the get site asset info params

func (*GetSiteAssetInfoParams) SetContext ¶

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

SetContext adds the context to the get site asset info params

func (*GetSiteAssetInfoParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site asset info params

func (*GetSiteAssetInfoParams) SetSiteID ¶

func (o *GetSiteAssetInfoParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site asset info params

func (*GetSiteAssetInfoParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site asset info params

func (*GetSiteAssetInfoParams) WithAssetID ¶

func (o *GetSiteAssetInfoParams) WithAssetID(assetID string) *GetSiteAssetInfoParams

WithAssetID adds the assetID to the get site asset info params

func (*GetSiteAssetInfoParams) WithContext ¶

WithContext adds the context to the get site asset info params

func (*GetSiteAssetInfoParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site asset info params

func (*GetSiteAssetInfoParams) WithSiteID ¶

func (o *GetSiteAssetInfoParams) WithSiteID(siteID string) *GetSiteAssetInfoParams

WithSiteID adds the siteID to the get site asset info params

func (*GetSiteAssetInfoParams) WithTimeout ¶

WithTimeout adds the timeout to the get site asset info params

func (*GetSiteAssetInfoParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSiteAssetInfoReader ¶

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

GetSiteAssetInfoReader is a Reader for the GetSiteAssetInfo structure.

func (*GetSiteAssetInfoReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteAssetPublicSignatureDefault ¶

type GetSiteAssetPublicSignatureDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteAssetPublicSignatureDefault handles this case with default header values.

error

func NewGetSiteAssetPublicSignatureDefault ¶

func NewGetSiteAssetPublicSignatureDefault(code int) *GetSiteAssetPublicSignatureDefault

NewGetSiteAssetPublicSignatureDefault creates a GetSiteAssetPublicSignatureDefault with default headers values

func (*GetSiteAssetPublicSignatureDefault) Code ¶

Code gets the status code for the get site asset public signature default response

func (*GetSiteAssetPublicSignatureDefault) Error ¶

func (*GetSiteAssetPublicSignatureDefault) GetPayload ¶

type GetSiteAssetPublicSignatureOK ¶

type GetSiteAssetPublicSignatureOK struct {
	Payload *models.AssetPublicSignature
}

GetSiteAssetPublicSignatureOK handles this case with default header values.

OK

func NewGetSiteAssetPublicSignatureOK ¶

func NewGetSiteAssetPublicSignatureOK() *GetSiteAssetPublicSignatureOK

NewGetSiteAssetPublicSignatureOK creates a GetSiteAssetPublicSignatureOK with default headers values

func (*GetSiteAssetPublicSignatureOK) Error ¶

func (*GetSiteAssetPublicSignatureOK) GetPayload ¶

type GetSiteAssetPublicSignatureParams ¶

type GetSiteAssetPublicSignatureParams struct {

	/*AssetID*/
	AssetID string
	/*SiteID*/
	SiteID string

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

GetSiteAssetPublicSignatureParams contains all the parameters to send to the API endpoint for the get site asset public signature operation typically these are written to a http.Request

func NewGetSiteAssetPublicSignatureParams ¶

func NewGetSiteAssetPublicSignatureParams() *GetSiteAssetPublicSignatureParams

NewGetSiteAssetPublicSignatureParams creates a new GetSiteAssetPublicSignatureParams object with the default values initialized.

func NewGetSiteAssetPublicSignatureParamsWithContext ¶

func NewGetSiteAssetPublicSignatureParamsWithContext(ctx context.Context) *GetSiteAssetPublicSignatureParams

NewGetSiteAssetPublicSignatureParamsWithContext creates a new GetSiteAssetPublicSignatureParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteAssetPublicSignatureParamsWithHTTPClient ¶

func NewGetSiteAssetPublicSignatureParamsWithHTTPClient(client *http.Client) *GetSiteAssetPublicSignatureParams

NewGetSiteAssetPublicSignatureParamsWithHTTPClient creates a new GetSiteAssetPublicSignatureParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteAssetPublicSignatureParamsWithTimeout ¶

func NewGetSiteAssetPublicSignatureParamsWithTimeout(timeout time.Duration) *GetSiteAssetPublicSignatureParams

NewGetSiteAssetPublicSignatureParamsWithTimeout creates a new GetSiteAssetPublicSignatureParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteAssetPublicSignatureParams) SetAssetID ¶

func (o *GetSiteAssetPublicSignatureParams) SetAssetID(assetID string)

SetAssetID adds the assetId to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) SetContext ¶

SetContext adds the context to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) SetSiteID ¶

func (o *GetSiteAssetPublicSignatureParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WithAssetID ¶

WithAssetID adds the assetID to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WithContext ¶

WithContext adds the context to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WithSiteID ¶

WithSiteID adds the siteID to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WithTimeout ¶

WithTimeout adds the timeout to the get site asset public signature params

func (*GetSiteAssetPublicSignatureParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSiteAssetPublicSignatureReader ¶

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

GetSiteAssetPublicSignatureReader is a Reader for the GetSiteAssetPublicSignature structure.

func (*GetSiteAssetPublicSignatureReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteBuildDefault ¶

type GetSiteBuildDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteBuildDefault handles this case with default header values.

error

func NewGetSiteBuildDefault ¶

func NewGetSiteBuildDefault(code int) *GetSiteBuildDefault

NewGetSiteBuildDefault creates a GetSiteBuildDefault with default headers values

func (*GetSiteBuildDefault) Code ¶

func (o *GetSiteBuildDefault) Code() int

Code gets the status code for the get site build default response

func (*GetSiteBuildDefault) Error ¶

func (o *GetSiteBuildDefault) Error() string

func (*GetSiteBuildDefault) GetPayload ¶

func (o *GetSiteBuildDefault) GetPayload() *models.Error

type GetSiteBuildHookDefault ¶

type GetSiteBuildHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteBuildHookDefault handles this case with default header values.

error

func NewGetSiteBuildHookDefault ¶

func NewGetSiteBuildHookDefault(code int) *GetSiteBuildHookDefault

NewGetSiteBuildHookDefault creates a GetSiteBuildHookDefault with default headers values

func (*GetSiteBuildHookDefault) Code ¶

func (o *GetSiteBuildHookDefault) Code() int

Code gets the status code for the get site build hook default response

func (*GetSiteBuildHookDefault) Error ¶

func (o *GetSiteBuildHookDefault) Error() string

func (*GetSiteBuildHookDefault) GetPayload ¶

func (o *GetSiteBuildHookDefault) GetPayload() *models.Error

type GetSiteBuildHookOK ¶

type GetSiteBuildHookOK struct {
	Payload *models.BuildHook
}

GetSiteBuildHookOK handles this case with default header values.

OK

func NewGetSiteBuildHookOK ¶

func NewGetSiteBuildHookOK() *GetSiteBuildHookOK

NewGetSiteBuildHookOK creates a GetSiteBuildHookOK with default headers values

func (*GetSiteBuildHookOK) Error ¶

func (o *GetSiteBuildHookOK) Error() string

func (*GetSiteBuildHookOK) GetPayload ¶

func (o *GetSiteBuildHookOK) GetPayload() *models.BuildHook

type GetSiteBuildHookParams ¶

type GetSiteBuildHookParams struct {

	/*ID*/
	ID string
	/*SiteID*/
	SiteID string

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

GetSiteBuildHookParams contains all the parameters to send to the API endpoint for the get site build hook operation typically these are written to a http.Request

func NewGetSiteBuildHookParams ¶

func NewGetSiteBuildHookParams() *GetSiteBuildHookParams

NewGetSiteBuildHookParams creates a new GetSiteBuildHookParams object with the default values initialized.

func NewGetSiteBuildHookParamsWithContext ¶

func NewGetSiteBuildHookParamsWithContext(ctx context.Context) *GetSiteBuildHookParams

NewGetSiteBuildHookParamsWithContext creates a new GetSiteBuildHookParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteBuildHookParamsWithHTTPClient ¶

func NewGetSiteBuildHookParamsWithHTTPClient(client *http.Client) *GetSiteBuildHookParams

NewGetSiteBuildHookParamsWithHTTPClient creates a new GetSiteBuildHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteBuildHookParamsWithTimeout ¶

func NewGetSiteBuildHookParamsWithTimeout(timeout time.Duration) *GetSiteBuildHookParams

NewGetSiteBuildHookParamsWithTimeout creates a new GetSiteBuildHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteBuildHookParams) SetContext ¶

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

SetContext adds the context to the get site build hook params

func (*GetSiteBuildHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site build hook params

func (*GetSiteBuildHookParams) SetID ¶

func (o *GetSiteBuildHookParams) SetID(id string)

SetID adds the id to the get site build hook params

func (*GetSiteBuildHookParams) SetSiteID ¶

func (o *GetSiteBuildHookParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site build hook params

func (*GetSiteBuildHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site build hook params

func (*GetSiteBuildHookParams) WithContext ¶

WithContext adds the context to the get site build hook params

func (*GetSiteBuildHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site build hook params

func (*GetSiteBuildHookParams) WithID ¶

WithID adds the id to the get site build hook params

func (*GetSiteBuildHookParams) WithSiteID ¶

func (o *GetSiteBuildHookParams) WithSiteID(siteID string) *GetSiteBuildHookParams

WithSiteID adds the siteID to the get site build hook params

func (*GetSiteBuildHookParams) WithTimeout ¶

WithTimeout adds the timeout to the get site build hook params

func (*GetSiteBuildHookParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSiteBuildHookReader ¶

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

GetSiteBuildHookReader is a Reader for the GetSiteBuildHook structure.

func (*GetSiteBuildHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteBuildOK ¶

type GetSiteBuildOK struct {
	Payload *models.Build
}

GetSiteBuildOK handles this case with default header values.

OK

func NewGetSiteBuildOK ¶

func NewGetSiteBuildOK() *GetSiteBuildOK

NewGetSiteBuildOK creates a GetSiteBuildOK with default headers values

func (*GetSiteBuildOK) Error ¶

func (o *GetSiteBuildOK) Error() string

func (*GetSiteBuildOK) GetPayload ¶

func (o *GetSiteBuildOK) GetPayload() *models.Build

type GetSiteBuildParams ¶

type GetSiteBuildParams struct {

	/*BuildID*/
	BuildID string

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

GetSiteBuildParams contains all the parameters to send to the API endpoint for the get site build operation typically these are written to a http.Request

func NewGetSiteBuildParams ¶

func NewGetSiteBuildParams() *GetSiteBuildParams

NewGetSiteBuildParams creates a new GetSiteBuildParams object with the default values initialized.

func NewGetSiteBuildParamsWithContext ¶

func NewGetSiteBuildParamsWithContext(ctx context.Context) *GetSiteBuildParams

NewGetSiteBuildParamsWithContext creates a new GetSiteBuildParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteBuildParamsWithHTTPClient ¶

func NewGetSiteBuildParamsWithHTTPClient(client *http.Client) *GetSiteBuildParams

NewGetSiteBuildParamsWithHTTPClient creates a new GetSiteBuildParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteBuildParamsWithTimeout ¶

func NewGetSiteBuildParamsWithTimeout(timeout time.Duration) *GetSiteBuildParams

NewGetSiteBuildParamsWithTimeout creates a new GetSiteBuildParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteBuildParams) SetBuildID ¶

func (o *GetSiteBuildParams) SetBuildID(buildID string)

SetBuildID adds the buildId to the get site build params

func (*GetSiteBuildParams) SetContext ¶

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

SetContext adds the context to the get site build params

func (*GetSiteBuildParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site build params

func (*GetSiteBuildParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site build params

func (*GetSiteBuildParams) WithBuildID ¶

func (o *GetSiteBuildParams) WithBuildID(buildID string) *GetSiteBuildParams

WithBuildID adds the buildID to the get site build params

func (*GetSiteBuildParams) WithContext ¶

WithContext adds the context to the get site build params

func (*GetSiteBuildParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site build params

func (*GetSiteBuildParams) WithTimeout ¶

func (o *GetSiteBuildParams) WithTimeout(timeout time.Duration) *GetSiteBuildParams

WithTimeout adds the timeout to the get site build params

func (*GetSiteBuildParams) WriteToRequest ¶

func (o *GetSiteBuildParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSiteBuildReader ¶

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

GetSiteBuildReader is a Reader for the GetSiteBuild structure.

func (*GetSiteBuildReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteDefault ¶

type GetSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteDefault handles this case with default header values.

error

func NewGetSiteDefault ¶

func NewGetSiteDefault(code int) *GetSiteDefault

NewGetSiteDefault creates a GetSiteDefault with default headers values

func (*GetSiteDefault) Code ¶

func (o *GetSiteDefault) Code() int

Code gets the status code for the get site default response

func (*GetSiteDefault) Error ¶

func (o *GetSiteDefault) Error() string

func (*GetSiteDefault) GetPayload ¶

func (o *GetSiteDefault) GetPayload() *models.Error

type GetSiteDeployDefault ¶

type GetSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteDeployDefault handles this case with default header values.

error

func NewGetSiteDeployDefault ¶

func NewGetSiteDeployDefault(code int) *GetSiteDeployDefault

NewGetSiteDeployDefault creates a GetSiteDeployDefault with default headers values

func (*GetSiteDeployDefault) Code ¶

func (o *GetSiteDeployDefault) Code() int

Code gets the status code for the get site deploy default response

func (*GetSiteDeployDefault) Error ¶

func (o *GetSiteDeployDefault) Error() string

func (*GetSiteDeployDefault) GetPayload ¶

func (o *GetSiteDeployDefault) GetPayload() *models.Error

type GetSiteDeployOK ¶

type GetSiteDeployOK struct {
	Payload *models.Deploy
}

GetSiteDeployOK handles this case with default header values.

OK

func NewGetSiteDeployOK ¶

func NewGetSiteDeployOK() *GetSiteDeployOK

NewGetSiteDeployOK creates a GetSiteDeployOK with default headers values

func (*GetSiteDeployOK) Error ¶

func (o *GetSiteDeployOK) Error() string

func (*GetSiteDeployOK) GetPayload ¶

func (o *GetSiteDeployOK) GetPayload() *models.Deploy

type GetSiteDeployParams ¶

type GetSiteDeployParams struct {

	/*DeployID*/
	DeployID string
	/*SiteID*/
	SiteID string

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

GetSiteDeployParams contains all the parameters to send to the API endpoint for the get site deploy operation typically these are written to a http.Request

func NewGetSiteDeployParams ¶

func NewGetSiteDeployParams() *GetSiteDeployParams

NewGetSiteDeployParams creates a new GetSiteDeployParams object with the default values initialized.

func NewGetSiteDeployParamsWithContext ¶

func NewGetSiteDeployParamsWithContext(ctx context.Context) *GetSiteDeployParams

NewGetSiteDeployParamsWithContext creates a new GetSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteDeployParamsWithHTTPClient ¶

func NewGetSiteDeployParamsWithHTTPClient(client *http.Client) *GetSiteDeployParams

NewGetSiteDeployParamsWithHTTPClient creates a new GetSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteDeployParamsWithTimeout ¶

func NewGetSiteDeployParamsWithTimeout(timeout time.Duration) *GetSiteDeployParams

NewGetSiteDeployParamsWithTimeout creates a new GetSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteDeployParams) SetContext ¶

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

SetContext adds the context to the get site deploy params

func (*GetSiteDeployParams) SetDeployID ¶

func (o *GetSiteDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the get site deploy params

func (*GetSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site deploy params

func (*GetSiteDeployParams) SetSiteID ¶

func (o *GetSiteDeployParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site deploy params

func (*GetSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site deploy params

func (*GetSiteDeployParams) WithContext ¶

WithContext adds the context to the get site deploy params

func (*GetSiteDeployParams) WithDeployID ¶

func (o *GetSiteDeployParams) WithDeployID(deployID string) *GetSiteDeployParams

WithDeployID adds the deployID to the get site deploy params

func (*GetSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site deploy params

func (*GetSiteDeployParams) WithSiteID ¶

func (o *GetSiteDeployParams) WithSiteID(siteID string) *GetSiteDeployParams

WithSiteID adds the siteID to the get site deploy params

func (*GetSiteDeployParams) WithTimeout ¶

func (o *GetSiteDeployParams) WithTimeout(timeout time.Duration) *GetSiteDeployParams

WithTimeout adds the timeout to the get site deploy params

func (*GetSiteDeployParams) WriteToRequest ¶

func (o *GetSiteDeployParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSiteDeployReader ¶

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

GetSiteDeployReader is a Reader for the GetSiteDeploy structure.

func (*GetSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteFileByPathNameDefault ¶

type GetSiteFileByPathNameDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteFileByPathNameDefault handles this case with default header values.

error

func NewGetSiteFileByPathNameDefault ¶

func NewGetSiteFileByPathNameDefault(code int) *GetSiteFileByPathNameDefault

NewGetSiteFileByPathNameDefault creates a GetSiteFileByPathNameDefault with default headers values

func (*GetSiteFileByPathNameDefault) Code ¶

Code gets the status code for the get site file by path name default response

func (*GetSiteFileByPathNameDefault) Error ¶

func (*GetSiteFileByPathNameDefault) GetPayload ¶

func (o *GetSiteFileByPathNameDefault) GetPayload() *models.Error

type GetSiteFileByPathNameOK ¶

type GetSiteFileByPathNameOK struct {
	Payload *models.File
}

GetSiteFileByPathNameOK handles this case with default header values.

OK

func NewGetSiteFileByPathNameOK ¶

func NewGetSiteFileByPathNameOK() *GetSiteFileByPathNameOK

NewGetSiteFileByPathNameOK creates a GetSiteFileByPathNameOK with default headers values

func (*GetSiteFileByPathNameOK) Error ¶

func (o *GetSiteFileByPathNameOK) Error() string

func (*GetSiteFileByPathNameOK) GetPayload ¶

func (o *GetSiteFileByPathNameOK) GetPayload() *models.File

type GetSiteFileByPathNameParams ¶

type GetSiteFileByPathNameParams struct {

	/*FilePath*/
	FilePath string
	/*SiteID*/
	SiteID string

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

GetSiteFileByPathNameParams contains all the parameters to send to the API endpoint for the get site file by path name operation typically these are written to a http.Request

func NewGetSiteFileByPathNameParams ¶

func NewGetSiteFileByPathNameParams() *GetSiteFileByPathNameParams

NewGetSiteFileByPathNameParams creates a new GetSiteFileByPathNameParams object with the default values initialized.

func NewGetSiteFileByPathNameParamsWithContext ¶

func NewGetSiteFileByPathNameParamsWithContext(ctx context.Context) *GetSiteFileByPathNameParams

NewGetSiteFileByPathNameParamsWithContext creates a new GetSiteFileByPathNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteFileByPathNameParamsWithHTTPClient ¶

func NewGetSiteFileByPathNameParamsWithHTTPClient(client *http.Client) *GetSiteFileByPathNameParams

NewGetSiteFileByPathNameParamsWithHTTPClient creates a new GetSiteFileByPathNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteFileByPathNameParamsWithTimeout ¶

func NewGetSiteFileByPathNameParamsWithTimeout(timeout time.Duration) *GetSiteFileByPathNameParams

NewGetSiteFileByPathNameParamsWithTimeout creates a new GetSiteFileByPathNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteFileByPathNameParams) SetContext ¶

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

SetContext adds the context to the get site file by path name params

func (*GetSiteFileByPathNameParams) SetFilePath ¶

func (o *GetSiteFileByPathNameParams) SetFilePath(filePath string)

SetFilePath adds the filePath to the get site file by path name params

func (*GetSiteFileByPathNameParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site file by path name params

func (*GetSiteFileByPathNameParams) SetSiteID ¶

func (o *GetSiteFileByPathNameParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site file by path name params

func (*GetSiteFileByPathNameParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithContext ¶

WithContext adds the context to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithFilePath ¶

WithFilePath adds the filePath to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithSiteID ¶

WithSiteID adds the siteID to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithTimeout ¶

WithTimeout adds the timeout to the get site file by path name params

func (*GetSiteFileByPathNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSiteFileByPathNameReader ¶

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

GetSiteFileByPathNameReader is a Reader for the GetSiteFileByPathName structure.

func (*GetSiteFileByPathNameReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteMetadataDefault ¶

type GetSiteMetadataDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteMetadataDefault handles this case with default header values.

error

func NewGetSiteMetadataDefault ¶

func NewGetSiteMetadataDefault(code int) *GetSiteMetadataDefault

NewGetSiteMetadataDefault creates a GetSiteMetadataDefault with default headers values

func (*GetSiteMetadataDefault) Code ¶

func (o *GetSiteMetadataDefault) Code() int

Code gets the status code for the get site metadata default response

func (*GetSiteMetadataDefault) Error ¶

func (o *GetSiteMetadataDefault) Error() string

func (*GetSiteMetadataDefault) GetPayload ¶

func (o *GetSiteMetadataDefault) GetPayload() *models.Error

type GetSiteMetadataOK ¶

type GetSiteMetadataOK struct {
	Payload models.Metadata
}

GetSiteMetadataOK handles this case with default header values.

OK

func NewGetSiteMetadataOK ¶

func NewGetSiteMetadataOK() *GetSiteMetadataOK

NewGetSiteMetadataOK creates a GetSiteMetadataOK with default headers values

func (*GetSiteMetadataOK) Error ¶

func (o *GetSiteMetadataOK) Error() string

func (*GetSiteMetadataOK) GetPayload ¶

func (o *GetSiteMetadataOK) GetPayload() models.Metadata

type GetSiteMetadataParams ¶

type GetSiteMetadataParams struct {

	/*SiteID*/
	SiteID string

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

GetSiteMetadataParams contains all the parameters to send to the API endpoint for the get site metadata operation typically these are written to a http.Request

func NewGetSiteMetadataParams ¶

func NewGetSiteMetadataParams() *GetSiteMetadataParams

NewGetSiteMetadataParams creates a new GetSiteMetadataParams object with the default values initialized.

func NewGetSiteMetadataParamsWithContext ¶

func NewGetSiteMetadataParamsWithContext(ctx context.Context) *GetSiteMetadataParams

NewGetSiteMetadataParamsWithContext creates a new GetSiteMetadataParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteMetadataParamsWithHTTPClient ¶

func NewGetSiteMetadataParamsWithHTTPClient(client *http.Client) *GetSiteMetadataParams

NewGetSiteMetadataParamsWithHTTPClient creates a new GetSiteMetadataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteMetadataParamsWithTimeout ¶

func NewGetSiteMetadataParamsWithTimeout(timeout time.Duration) *GetSiteMetadataParams

NewGetSiteMetadataParamsWithTimeout creates a new GetSiteMetadataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteMetadataParams) SetContext ¶

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

SetContext adds the context to the get site metadata params

func (*GetSiteMetadataParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site metadata params

func (*GetSiteMetadataParams) SetSiteID ¶

func (o *GetSiteMetadataParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site metadata params

func (*GetSiteMetadataParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site metadata params

func (*GetSiteMetadataParams) WithContext ¶

WithContext adds the context to the get site metadata params

func (*GetSiteMetadataParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site metadata params

func (*GetSiteMetadataParams) WithSiteID ¶

func (o *GetSiteMetadataParams) WithSiteID(siteID string) *GetSiteMetadataParams

WithSiteID adds the siteID to the get site metadata params

func (*GetSiteMetadataParams) WithTimeout ¶

func (o *GetSiteMetadataParams) WithTimeout(timeout time.Duration) *GetSiteMetadataParams

WithTimeout adds the timeout to the get site metadata params

func (*GetSiteMetadataParams) WriteToRequest ¶

func (o *GetSiteMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSiteMetadataReader ¶

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

GetSiteMetadataReader is a Reader for the GetSiteMetadata structure.

func (*GetSiteMetadataReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteOK ¶

type GetSiteOK struct {
	Payload *models.Site
}

GetSiteOK handles this case with default header values.

OK

func NewGetSiteOK ¶

func NewGetSiteOK() *GetSiteOK

NewGetSiteOK creates a GetSiteOK with default headers values

func (*GetSiteOK) Error ¶

func (o *GetSiteOK) Error() string

func (*GetSiteOK) GetPayload ¶

func (o *GetSiteOK) GetPayload() *models.Site

type GetSiteParams ¶

type GetSiteParams struct {

	/*SiteID*/
	SiteID string

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

GetSiteParams contains all the parameters to send to the API endpoint for the get site operation typically these are written to a http.Request

func NewGetSiteParams ¶

func NewGetSiteParams() *GetSiteParams

NewGetSiteParams creates a new GetSiteParams object with the default values initialized.

func NewGetSiteParamsWithContext ¶

func NewGetSiteParamsWithContext(ctx context.Context) *GetSiteParams

NewGetSiteParamsWithContext creates a new GetSiteParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteParamsWithHTTPClient ¶

func NewGetSiteParamsWithHTTPClient(client *http.Client) *GetSiteParams

NewGetSiteParamsWithHTTPClient creates a new GetSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteParamsWithTimeout ¶

func NewGetSiteParamsWithTimeout(timeout time.Duration) *GetSiteParams

NewGetSiteParamsWithTimeout creates a new GetSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteParams) SetContext ¶

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

SetContext adds the context to the get site params

func (*GetSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site params

func (*GetSiteParams) SetSiteID ¶

func (o *GetSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site params

func (*GetSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site params

func (*GetSiteParams) WithContext ¶

func (o *GetSiteParams) WithContext(ctx context.Context) *GetSiteParams

WithContext adds the context to the get site params

func (*GetSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site params

func (*GetSiteParams) WithSiteID ¶

func (o *GetSiteParams) WithSiteID(siteID string) *GetSiteParams

WithSiteID adds the siteID to the get site params

func (*GetSiteParams) WithTimeout ¶

func (o *GetSiteParams) WithTimeout(timeout time.Duration) *GetSiteParams

WithTimeout adds the timeout to the get site params

func (*GetSiteParams) WriteToRequest ¶

func (o *GetSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSiteReader ¶

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

GetSiteReader is a Reader for the GetSite structure.

func (*GetSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSiteSnippetDefault ¶

type GetSiteSnippetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSiteSnippetDefault handles this case with default header values.

error

func NewGetSiteSnippetDefault ¶

func NewGetSiteSnippetDefault(code int) *GetSiteSnippetDefault

NewGetSiteSnippetDefault creates a GetSiteSnippetDefault with default headers values

func (*GetSiteSnippetDefault) Code ¶

func (o *GetSiteSnippetDefault) Code() int

Code gets the status code for the get site snippet default response

func (*GetSiteSnippetDefault) Error ¶

func (o *GetSiteSnippetDefault) Error() string

func (*GetSiteSnippetDefault) GetPayload ¶

func (o *GetSiteSnippetDefault) GetPayload() *models.Error

type GetSiteSnippetOK ¶

type GetSiteSnippetOK struct {
	Payload *models.Snippet
}

GetSiteSnippetOK handles this case with default header values.

OK

func NewGetSiteSnippetOK ¶

func NewGetSiteSnippetOK() *GetSiteSnippetOK

NewGetSiteSnippetOK creates a GetSiteSnippetOK with default headers values

func (*GetSiteSnippetOK) Error ¶

func (o *GetSiteSnippetOK) Error() string

func (*GetSiteSnippetOK) GetPayload ¶

func (o *GetSiteSnippetOK) GetPayload() *models.Snippet

type GetSiteSnippetParams ¶

type GetSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*SnippetID*/
	SnippetID string

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

GetSiteSnippetParams contains all the parameters to send to the API endpoint for the get site snippet operation typically these are written to a http.Request

func NewGetSiteSnippetParams ¶

func NewGetSiteSnippetParams() *GetSiteSnippetParams

NewGetSiteSnippetParams creates a new GetSiteSnippetParams object with the default values initialized.

func NewGetSiteSnippetParamsWithContext ¶

func NewGetSiteSnippetParamsWithContext(ctx context.Context) *GetSiteSnippetParams

NewGetSiteSnippetParamsWithContext creates a new GetSiteSnippetParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteSnippetParamsWithHTTPClient ¶

func NewGetSiteSnippetParamsWithHTTPClient(client *http.Client) *GetSiteSnippetParams

NewGetSiteSnippetParamsWithHTTPClient creates a new GetSiteSnippetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteSnippetParamsWithTimeout ¶

func NewGetSiteSnippetParamsWithTimeout(timeout time.Duration) *GetSiteSnippetParams

NewGetSiteSnippetParamsWithTimeout creates a new GetSiteSnippetParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteSnippetParams) SetContext ¶

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

SetContext adds the context to the get site snippet params

func (*GetSiteSnippetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get site snippet params

func (*GetSiteSnippetParams) SetSiteID ¶

func (o *GetSiteSnippetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get site snippet params

func (*GetSiteSnippetParams) SetSnippetID ¶

func (o *GetSiteSnippetParams) SetSnippetID(snippetID string)

SetSnippetID adds the snippetId to the get site snippet params

func (*GetSiteSnippetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get site snippet params

func (*GetSiteSnippetParams) WithContext ¶

WithContext adds the context to the get site snippet params

func (*GetSiteSnippetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get site snippet params

func (*GetSiteSnippetParams) WithSiteID ¶

func (o *GetSiteSnippetParams) WithSiteID(siteID string) *GetSiteSnippetParams

WithSiteID adds the siteID to the get site snippet params

func (*GetSiteSnippetParams) WithSnippetID ¶

func (o *GetSiteSnippetParams) WithSnippetID(snippetID string) *GetSiteSnippetParams

WithSnippetID adds the snippetID to the get site snippet params

func (*GetSiteSnippetParams) WithTimeout ¶

func (o *GetSiteSnippetParams) WithTimeout(timeout time.Duration) *GetSiteSnippetParams

WithTimeout adds the timeout to the get site snippet params

func (*GetSiteSnippetParams) WriteToRequest ¶

func (o *GetSiteSnippetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSiteSnippetReader ¶

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

GetSiteSnippetReader is a Reader for the GetSiteSnippet structure.

func (*GetSiteSnippetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSplitTestDefault ¶

type GetSplitTestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSplitTestDefault handles this case with default header values.

error

func NewGetSplitTestDefault ¶

func NewGetSplitTestDefault(code int) *GetSplitTestDefault

NewGetSplitTestDefault creates a GetSplitTestDefault with default headers values

func (*GetSplitTestDefault) Code ¶

func (o *GetSplitTestDefault) Code() int

Code gets the status code for the get split test default response

func (*GetSplitTestDefault) Error ¶

func (o *GetSplitTestDefault) Error() string

func (*GetSplitTestDefault) GetPayload ¶

func (o *GetSplitTestDefault) GetPayload() *models.Error

type GetSplitTestOK ¶

type GetSplitTestOK struct {
	Payload *models.SplitTest
}

GetSplitTestOK handles this case with default header values.

split_test

func NewGetSplitTestOK ¶

func NewGetSplitTestOK() *GetSplitTestOK

NewGetSplitTestOK creates a GetSplitTestOK with default headers values

func (*GetSplitTestOK) Error ¶

func (o *GetSplitTestOK) Error() string

func (*GetSplitTestOK) GetPayload ¶

func (o *GetSplitTestOK) GetPayload() *models.SplitTest

type GetSplitTestParams ¶

type GetSplitTestParams struct {

	/*SiteID*/
	SiteID string
	/*SplitTestID*/
	SplitTestID string

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

GetSplitTestParams contains all the parameters to send to the API endpoint for the get split test operation typically these are written to a http.Request

func NewGetSplitTestParams ¶

func NewGetSplitTestParams() *GetSplitTestParams

NewGetSplitTestParams creates a new GetSplitTestParams object with the default values initialized.

func NewGetSplitTestParamsWithContext ¶

func NewGetSplitTestParamsWithContext(ctx context.Context) *GetSplitTestParams

NewGetSplitTestParamsWithContext creates a new GetSplitTestParams object with the default values initialized, and the ability to set a context for a request

func NewGetSplitTestParamsWithHTTPClient ¶

func NewGetSplitTestParamsWithHTTPClient(client *http.Client) *GetSplitTestParams

NewGetSplitTestParamsWithHTTPClient creates a new GetSplitTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSplitTestParamsWithTimeout ¶

func NewGetSplitTestParamsWithTimeout(timeout time.Duration) *GetSplitTestParams

NewGetSplitTestParamsWithTimeout creates a new GetSplitTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSplitTestParams) SetContext ¶

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

SetContext adds the context to the get split test params

func (*GetSplitTestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get split test params

func (*GetSplitTestParams) SetSiteID ¶

func (o *GetSplitTestParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get split test params

func (*GetSplitTestParams) SetSplitTestID ¶

func (o *GetSplitTestParams) SetSplitTestID(splitTestID string)

SetSplitTestID adds the splitTestId to the get split test params

func (*GetSplitTestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get split test params

func (*GetSplitTestParams) WithContext ¶

WithContext adds the context to the get split test params

func (*GetSplitTestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get split test params

func (*GetSplitTestParams) WithSiteID ¶

func (o *GetSplitTestParams) WithSiteID(siteID string) *GetSplitTestParams

WithSiteID adds the siteID to the get split test params

func (*GetSplitTestParams) WithSplitTestID ¶

func (o *GetSplitTestParams) WithSplitTestID(splitTestID string) *GetSplitTestParams

WithSplitTestID adds the splitTestID to the get split test params

func (*GetSplitTestParams) WithTimeout ¶

func (o *GetSplitTestParams) WithTimeout(timeout time.Duration) *GetSplitTestParams

WithTimeout adds the timeout to the get split test params

func (*GetSplitTestParams) WriteToRequest ¶

func (o *GetSplitTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSplitTestReader ¶

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

GetSplitTestReader is a Reader for the GetSplitTest structure.

func (*GetSplitTestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSplitTestsDefault ¶

type GetSplitTestsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetSplitTestsDefault handles this case with default header values.

error

func NewGetSplitTestsDefault ¶

func NewGetSplitTestsDefault(code int) *GetSplitTestsDefault

NewGetSplitTestsDefault creates a GetSplitTestsDefault with default headers values

func (*GetSplitTestsDefault) Code ¶

func (o *GetSplitTestsDefault) Code() int

Code gets the status code for the get split tests default response

func (*GetSplitTestsDefault) Error ¶

func (o *GetSplitTestsDefault) Error() string

func (*GetSplitTestsDefault) GetPayload ¶

func (o *GetSplitTestsDefault) GetPayload() *models.Error

type GetSplitTestsOK ¶

type GetSplitTestsOK struct {
	Payload models.SplitTests
}

GetSplitTestsOK handles this case with default header values.

split_tests

func NewGetSplitTestsOK ¶

func NewGetSplitTestsOK() *GetSplitTestsOK

NewGetSplitTestsOK creates a GetSplitTestsOK with default headers values

func (*GetSplitTestsOK) Error ¶

func (o *GetSplitTestsOK) Error() string

func (*GetSplitTestsOK) GetPayload ¶

func (o *GetSplitTestsOK) GetPayload() models.SplitTests

type GetSplitTestsParams ¶

type GetSplitTestsParams struct {

	/*SiteID*/
	SiteID string

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

GetSplitTestsParams contains all the parameters to send to the API endpoint for the get split tests operation typically these are written to a http.Request

func NewGetSplitTestsParams ¶

func NewGetSplitTestsParams() *GetSplitTestsParams

NewGetSplitTestsParams creates a new GetSplitTestsParams object with the default values initialized.

func NewGetSplitTestsParamsWithContext ¶

func NewGetSplitTestsParamsWithContext(ctx context.Context) *GetSplitTestsParams

NewGetSplitTestsParamsWithContext creates a new GetSplitTestsParams object with the default values initialized, and the ability to set a context for a request

func NewGetSplitTestsParamsWithHTTPClient ¶

func NewGetSplitTestsParamsWithHTTPClient(client *http.Client) *GetSplitTestsParams

NewGetSplitTestsParamsWithHTTPClient creates a new GetSplitTestsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSplitTestsParamsWithTimeout ¶

func NewGetSplitTestsParamsWithTimeout(timeout time.Duration) *GetSplitTestsParams

NewGetSplitTestsParamsWithTimeout creates a new GetSplitTestsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSplitTestsParams) SetContext ¶

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

SetContext adds the context to the get split tests params

func (*GetSplitTestsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get split tests params

func (*GetSplitTestsParams) SetSiteID ¶

func (o *GetSplitTestsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the get split tests params

func (*GetSplitTestsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get split tests params

func (*GetSplitTestsParams) WithContext ¶

WithContext adds the context to the get split tests params

func (*GetSplitTestsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get split tests params

func (*GetSplitTestsParams) WithSiteID ¶

func (o *GetSplitTestsParams) WithSiteID(siteID string) *GetSplitTestsParams

WithSiteID adds the siteID to the get split tests params

func (*GetSplitTestsParams) WithTimeout ¶

func (o *GetSplitTestsParams) WithTimeout(timeout time.Duration) *GetSplitTestsParams

WithTimeout adds the timeout to the get split tests params

func (*GetSplitTestsParams) WriteToRequest ¶

func (o *GetSplitTestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSplitTestsReader ¶

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

GetSplitTestsReader is a Reader for the GetSplitTests structure.

func (*GetSplitTestsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListAccountAuditEventsDefault ¶

type ListAccountAuditEventsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListAccountAuditEventsDefault handles this case with default header values.

error

func NewListAccountAuditEventsDefault ¶

func NewListAccountAuditEventsDefault(code int) *ListAccountAuditEventsDefault

NewListAccountAuditEventsDefault creates a ListAccountAuditEventsDefault with default headers values

func (*ListAccountAuditEventsDefault) Code ¶

Code gets the status code for the list account audit events default response

func (*ListAccountAuditEventsDefault) Error ¶

func (*ListAccountAuditEventsDefault) GetPayload ¶

func (o *ListAccountAuditEventsDefault) GetPayload() *models.Error

type ListAccountAuditEventsOK ¶

type ListAccountAuditEventsOK struct {
	Payload []*models.AuditLog
}

ListAccountAuditEventsOK handles this case with default header values.

OK

func NewListAccountAuditEventsOK ¶

func NewListAccountAuditEventsOK() *ListAccountAuditEventsOK

NewListAccountAuditEventsOK creates a ListAccountAuditEventsOK with default headers values

func (*ListAccountAuditEventsOK) Error ¶

func (o *ListAccountAuditEventsOK) Error() string

func (*ListAccountAuditEventsOK) GetPayload ¶

func (o *ListAccountAuditEventsOK) GetPayload() []*models.AuditLog

type ListAccountAuditEventsParams ¶

type ListAccountAuditEventsParams struct {

	/*AccountID*/
	AccountID string
	/*LogType*/
	LogType *string
	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32
	/*Query*/
	Query *string

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

ListAccountAuditEventsParams contains all the parameters to send to the API endpoint for the list account audit events operation typically these are written to a http.Request

func NewListAccountAuditEventsParams ¶

func NewListAccountAuditEventsParams() *ListAccountAuditEventsParams

NewListAccountAuditEventsParams creates a new ListAccountAuditEventsParams object with the default values initialized.

func NewListAccountAuditEventsParamsWithContext ¶

func NewListAccountAuditEventsParamsWithContext(ctx context.Context) *ListAccountAuditEventsParams

NewListAccountAuditEventsParamsWithContext creates a new ListAccountAuditEventsParams object with the default values initialized, and the ability to set a context for a request

func NewListAccountAuditEventsParamsWithHTTPClient ¶

func NewListAccountAuditEventsParamsWithHTTPClient(client *http.Client) *ListAccountAuditEventsParams

NewListAccountAuditEventsParamsWithHTTPClient creates a new ListAccountAuditEventsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAccountAuditEventsParamsWithTimeout ¶

func NewListAccountAuditEventsParamsWithTimeout(timeout time.Duration) *ListAccountAuditEventsParams

NewListAccountAuditEventsParamsWithTimeout creates a new ListAccountAuditEventsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAccountAuditEventsParams) SetAccountID ¶

func (o *ListAccountAuditEventsParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the list account audit events params

func (*ListAccountAuditEventsParams) SetContext ¶

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

SetContext adds the context to the list account audit events params

func (*ListAccountAuditEventsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list account audit events params

func (*ListAccountAuditEventsParams) SetLogType ¶

func (o *ListAccountAuditEventsParams) SetLogType(logType *string)

SetLogType adds the logType to the list account audit events params

func (*ListAccountAuditEventsParams) SetPage ¶

func (o *ListAccountAuditEventsParams) SetPage(page *int32)

SetPage adds the page to the list account audit events params

func (*ListAccountAuditEventsParams) SetPerPage ¶

func (o *ListAccountAuditEventsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list account audit events params

func (*ListAccountAuditEventsParams) SetQuery ¶

func (o *ListAccountAuditEventsParams) SetQuery(query *string)

SetQuery adds the query to the list account audit events params

func (*ListAccountAuditEventsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list account audit events params

func (*ListAccountAuditEventsParams) WithAccountID ¶

WithAccountID adds the accountID to the list account audit events params

func (*ListAccountAuditEventsParams) WithContext ¶

WithContext adds the context to the list account audit events params

func (*ListAccountAuditEventsParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list account audit events params

func (*ListAccountAuditEventsParams) WithLogType ¶

WithLogType adds the logType to the list account audit events params

func (*ListAccountAuditEventsParams) WithPage ¶

WithPage adds the page to the list account audit events params

func (*ListAccountAuditEventsParams) WithPerPage ¶

WithPerPage adds the perPage to the list account audit events params

func (*ListAccountAuditEventsParams) WithQuery ¶

WithQuery adds the query to the list account audit events params

func (*ListAccountAuditEventsParams) WithTimeout ¶

WithTimeout adds the timeout to the list account audit events params

func (*ListAccountAuditEventsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListAccountAuditEventsReader ¶

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

ListAccountAuditEventsReader is a Reader for the ListAccountAuditEvents structure.

func (*ListAccountAuditEventsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListAccountTypesForUserDefault ¶

type ListAccountTypesForUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListAccountTypesForUserDefault handles this case with default header values.

error

func NewListAccountTypesForUserDefault ¶

func NewListAccountTypesForUserDefault(code int) *ListAccountTypesForUserDefault

NewListAccountTypesForUserDefault creates a ListAccountTypesForUserDefault with default headers values

func (*ListAccountTypesForUserDefault) Code ¶

Code gets the status code for the list account types for user default response

func (*ListAccountTypesForUserDefault) Error ¶

func (*ListAccountTypesForUserDefault) GetPayload ¶

func (o *ListAccountTypesForUserDefault) GetPayload() *models.Error

type ListAccountTypesForUserOK ¶

type ListAccountTypesForUserOK struct {
	Payload []*models.AccountType
}

ListAccountTypesForUserOK handles this case with default header values.

OK

func NewListAccountTypesForUserOK ¶

func NewListAccountTypesForUserOK() *ListAccountTypesForUserOK

NewListAccountTypesForUserOK creates a ListAccountTypesForUserOK with default headers values

func (*ListAccountTypesForUserOK) Error ¶

func (o *ListAccountTypesForUserOK) Error() string

func (*ListAccountTypesForUserOK) GetPayload ¶

func (o *ListAccountTypesForUserOK) GetPayload() []*models.AccountType

type ListAccountTypesForUserParams ¶

type ListAccountTypesForUserParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAccountTypesForUserParams contains all the parameters to send to the API endpoint for the list account types for user operation typically these are written to a http.Request

func NewListAccountTypesForUserParams ¶

func NewListAccountTypesForUserParams() *ListAccountTypesForUserParams

NewListAccountTypesForUserParams creates a new ListAccountTypesForUserParams object with the default values initialized.

func NewListAccountTypesForUserParamsWithContext ¶

func NewListAccountTypesForUserParamsWithContext(ctx context.Context) *ListAccountTypesForUserParams

NewListAccountTypesForUserParamsWithContext creates a new ListAccountTypesForUserParams object with the default values initialized, and the ability to set a context for a request

func NewListAccountTypesForUserParamsWithHTTPClient ¶

func NewListAccountTypesForUserParamsWithHTTPClient(client *http.Client) *ListAccountTypesForUserParams

NewListAccountTypesForUserParamsWithHTTPClient creates a new ListAccountTypesForUserParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAccountTypesForUserParamsWithTimeout ¶

func NewListAccountTypesForUserParamsWithTimeout(timeout time.Duration) *ListAccountTypesForUserParams

NewListAccountTypesForUserParamsWithTimeout creates a new ListAccountTypesForUserParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAccountTypesForUserParams) SetContext ¶

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

SetContext adds the context to the list account types for user params

func (*ListAccountTypesForUserParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list account types for user params

func (*ListAccountTypesForUserParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list account types for user params

func (*ListAccountTypesForUserParams) WithContext ¶

WithContext adds the context to the list account types for user params

func (*ListAccountTypesForUserParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list account types for user params

func (*ListAccountTypesForUserParams) WithTimeout ¶

WithTimeout adds the timeout to the list account types for user params

func (*ListAccountTypesForUserParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListAccountTypesForUserReader ¶

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

ListAccountTypesForUserReader is a Reader for the ListAccountTypesForUser structure.

func (*ListAccountTypesForUserReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListAccountsForUserDefault ¶

type ListAccountsForUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListAccountsForUserDefault handles this case with default header values.

error

func NewListAccountsForUserDefault ¶

func NewListAccountsForUserDefault(code int) *ListAccountsForUserDefault

NewListAccountsForUserDefault creates a ListAccountsForUserDefault with default headers values

func (*ListAccountsForUserDefault) Code ¶

func (o *ListAccountsForUserDefault) Code() int

Code gets the status code for the list accounts for user default response

func (*ListAccountsForUserDefault) Error ¶

func (*ListAccountsForUserDefault) GetPayload ¶

func (o *ListAccountsForUserDefault) GetPayload() *models.Error

type ListAccountsForUserOK ¶

type ListAccountsForUserOK struct {
	Payload []*models.AccountMembership
}

ListAccountsForUserOK handles this case with default header values.

OK

func NewListAccountsForUserOK ¶

func NewListAccountsForUserOK() *ListAccountsForUserOK

NewListAccountsForUserOK creates a ListAccountsForUserOK with default headers values

func (*ListAccountsForUserOK) Error ¶

func (o *ListAccountsForUserOK) Error() string

func (*ListAccountsForUserOK) GetPayload ¶

func (o *ListAccountsForUserOK) GetPayload() []*models.AccountMembership

type ListAccountsForUserParams ¶

type ListAccountsForUserParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListAccountsForUserParams contains all the parameters to send to the API endpoint for the list accounts for user operation typically these are written to a http.Request

func NewListAccountsForUserParams ¶

func NewListAccountsForUserParams() *ListAccountsForUserParams

NewListAccountsForUserParams creates a new ListAccountsForUserParams object with the default values initialized.

func NewListAccountsForUserParamsWithContext ¶

func NewListAccountsForUserParamsWithContext(ctx context.Context) *ListAccountsForUserParams

NewListAccountsForUserParamsWithContext creates a new ListAccountsForUserParams object with the default values initialized, and the ability to set a context for a request

func NewListAccountsForUserParamsWithHTTPClient ¶

func NewListAccountsForUserParamsWithHTTPClient(client *http.Client) *ListAccountsForUserParams

NewListAccountsForUserParamsWithHTTPClient creates a new ListAccountsForUserParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListAccountsForUserParamsWithTimeout ¶

func NewListAccountsForUserParamsWithTimeout(timeout time.Duration) *ListAccountsForUserParams

NewListAccountsForUserParamsWithTimeout creates a new ListAccountsForUserParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListAccountsForUserParams) SetContext ¶

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

SetContext adds the context to the list accounts for user params

func (*ListAccountsForUserParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list accounts for user params

func (*ListAccountsForUserParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list accounts for user params

func (*ListAccountsForUserParams) WithContext ¶

WithContext adds the context to the list accounts for user params

func (*ListAccountsForUserParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list accounts for user params

func (*ListAccountsForUserParams) WithTimeout ¶

WithTimeout adds the timeout to the list accounts for user params

func (*ListAccountsForUserParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListAccountsForUserReader ¶

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

ListAccountsForUserReader is a Reader for the ListAccountsForUser structure.

func (*ListAccountsForUserReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListDeployKeysDefault ¶

type ListDeployKeysDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListDeployKeysDefault handles this case with default header values.

error

func NewListDeployKeysDefault ¶

func NewListDeployKeysDefault(code int) *ListDeployKeysDefault

NewListDeployKeysDefault creates a ListDeployKeysDefault with default headers values

func (*ListDeployKeysDefault) Code ¶

func (o *ListDeployKeysDefault) Code() int

Code gets the status code for the list deploy keys default response

func (*ListDeployKeysDefault) Error ¶

func (o *ListDeployKeysDefault) Error() string

func (*ListDeployKeysDefault) GetPayload ¶

func (o *ListDeployKeysDefault) GetPayload() *models.Error

type ListDeployKeysOK ¶

type ListDeployKeysOK struct {
	Payload []*models.DeployKey
}

ListDeployKeysOK handles this case with default header values.

OK

func NewListDeployKeysOK ¶

func NewListDeployKeysOK() *ListDeployKeysOK

NewListDeployKeysOK creates a ListDeployKeysOK with default headers values

func (*ListDeployKeysOK) Error ¶

func (o *ListDeployKeysOK) Error() string

func (*ListDeployKeysOK) GetPayload ¶

func (o *ListDeployKeysOK) GetPayload() []*models.DeployKey

type ListDeployKeysParams ¶

type ListDeployKeysParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDeployKeysParams contains all the parameters to send to the API endpoint for the list deploy keys operation typically these are written to a http.Request

func NewListDeployKeysParams ¶

func NewListDeployKeysParams() *ListDeployKeysParams

NewListDeployKeysParams creates a new ListDeployKeysParams object with the default values initialized.

func NewListDeployKeysParamsWithContext ¶

func NewListDeployKeysParamsWithContext(ctx context.Context) *ListDeployKeysParams

NewListDeployKeysParamsWithContext creates a new ListDeployKeysParams object with the default values initialized, and the ability to set a context for a request

func NewListDeployKeysParamsWithHTTPClient ¶

func NewListDeployKeysParamsWithHTTPClient(client *http.Client) *ListDeployKeysParams

NewListDeployKeysParamsWithHTTPClient creates a new ListDeployKeysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListDeployKeysParamsWithTimeout ¶

func NewListDeployKeysParamsWithTimeout(timeout time.Duration) *ListDeployKeysParams

NewListDeployKeysParamsWithTimeout creates a new ListDeployKeysParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListDeployKeysParams) SetContext ¶

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

SetContext adds the context to the list deploy keys params

func (*ListDeployKeysParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list deploy keys params

func (*ListDeployKeysParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list deploy keys params

func (*ListDeployKeysParams) WithContext ¶

WithContext adds the context to the list deploy keys params

func (*ListDeployKeysParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list deploy keys params

func (*ListDeployKeysParams) WithTimeout ¶

func (o *ListDeployKeysParams) WithTimeout(timeout time.Duration) *ListDeployKeysParams

WithTimeout adds the timeout to the list deploy keys params

func (*ListDeployKeysParams) WriteToRequest ¶

func (o *ListDeployKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDeployKeysReader ¶

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

ListDeployKeysReader is a Reader for the ListDeployKeys structure.

func (*ListDeployKeysReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListFormSubmissionDefault ¶

type ListFormSubmissionDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListFormSubmissionDefault handles this case with default header values.

error

func NewListFormSubmissionDefault ¶

func NewListFormSubmissionDefault(code int) *ListFormSubmissionDefault

NewListFormSubmissionDefault creates a ListFormSubmissionDefault with default headers values

func (*ListFormSubmissionDefault) Code ¶

func (o *ListFormSubmissionDefault) Code() int

Code gets the status code for the list form submission default response

func (*ListFormSubmissionDefault) Error ¶

func (o *ListFormSubmissionDefault) Error() string

func (*ListFormSubmissionDefault) GetPayload ¶

func (o *ListFormSubmissionDefault) GetPayload() *models.Error

type ListFormSubmissionOK ¶

type ListFormSubmissionOK struct {
	Payload []*models.Submission
}

ListFormSubmissionOK handles this case with default header values.

OK

func NewListFormSubmissionOK ¶

func NewListFormSubmissionOK() *ListFormSubmissionOK

NewListFormSubmissionOK creates a ListFormSubmissionOK with default headers values

func (*ListFormSubmissionOK) Error ¶

func (o *ListFormSubmissionOK) Error() string

func (*ListFormSubmissionOK) GetPayload ¶

func (o *ListFormSubmissionOK) GetPayload() []*models.Submission

type ListFormSubmissionParams ¶

type ListFormSubmissionParams struct {

	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32
	/*Query*/
	Query *string
	/*SubmissionID*/
	SubmissionID string

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

ListFormSubmissionParams contains all the parameters to send to the API endpoint for the list form submission operation typically these are written to a http.Request

func NewListFormSubmissionParams ¶

func NewListFormSubmissionParams() *ListFormSubmissionParams

NewListFormSubmissionParams creates a new ListFormSubmissionParams object with the default values initialized.

func NewListFormSubmissionParamsWithContext ¶

func NewListFormSubmissionParamsWithContext(ctx context.Context) *ListFormSubmissionParams

NewListFormSubmissionParamsWithContext creates a new ListFormSubmissionParams object with the default values initialized, and the ability to set a context for a request

func NewListFormSubmissionParamsWithHTTPClient ¶

func NewListFormSubmissionParamsWithHTTPClient(client *http.Client) *ListFormSubmissionParams

NewListFormSubmissionParamsWithHTTPClient creates a new ListFormSubmissionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListFormSubmissionParamsWithTimeout ¶

func NewListFormSubmissionParamsWithTimeout(timeout time.Duration) *ListFormSubmissionParams

NewListFormSubmissionParamsWithTimeout creates a new ListFormSubmissionParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListFormSubmissionParams) SetContext ¶

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

SetContext adds the context to the list form submission params

func (*ListFormSubmissionParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list form submission params

func (*ListFormSubmissionParams) SetPage ¶

func (o *ListFormSubmissionParams) SetPage(page *int32)

SetPage adds the page to the list form submission params

func (*ListFormSubmissionParams) SetPerPage ¶

func (o *ListFormSubmissionParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list form submission params

func (*ListFormSubmissionParams) SetQuery ¶

func (o *ListFormSubmissionParams) SetQuery(query *string)

SetQuery adds the query to the list form submission params

func (*ListFormSubmissionParams) SetSubmissionID ¶

func (o *ListFormSubmissionParams) SetSubmissionID(submissionID string)

SetSubmissionID adds the submissionId to the list form submission params

func (*ListFormSubmissionParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list form submission params

func (*ListFormSubmissionParams) WithContext ¶

WithContext adds the context to the list form submission params

func (*ListFormSubmissionParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list form submission params

func (*ListFormSubmissionParams) WithPage ¶

WithPage adds the page to the list form submission params

func (*ListFormSubmissionParams) WithPerPage ¶

func (o *ListFormSubmissionParams) WithPerPage(perPage *int32) *ListFormSubmissionParams

WithPerPage adds the perPage to the list form submission params

func (*ListFormSubmissionParams) WithQuery ¶

WithQuery adds the query to the list form submission params

func (*ListFormSubmissionParams) WithSubmissionID ¶

func (o *ListFormSubmissionParams) WithSubmissionID(submissionID string) *ListFormSubmissionParams

WithSubmissionID adds the submissionID to the list form submission params

func (*ListFormSubmissionParams) WithTimeout ¶

WithTimeout adds the timeout to the list form submission params

func (*ListFormSubmissionParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListFormSubmissionReader ¶

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

ListFormSubmissionReader is a Reader for the ListFormSubmission structure.

func (*ListFormSubmissionReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListFormSubmissionsDefault ¶

type ListFormSubmissionsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListFormSubmissionsDefault handles this case with default header values.

error

func NewListFormSubmissionsDefault ¶

func NewListFormSubmissionsDefault(code int) *ListFormSubmissionsDefault

NewListFormSubmissionsDefault creates a ListFormSubmissionsDefault with default headers values

func (*ListFormSubmissionsDefault) Code ¶

func (o *ListFormSubmissionsDefault) Code() int

Code gets the status code for the list form submissions default response

func (*ListFormSubmissionsDefault) Error ¶

func (*ListFormSubmissionsDefault) GetPayload ¶

func (o *ListFormSubmissionsDefault) GetPayload() *models.Error

type ListFormSubmissionsOK ¶

type ListFormSubmissionsOK struct {
	Payload []*models.Submission
}

ListFormSubmissionsOK handles this case with default header values.

OK

func NewListFormSubmissionsOK ¶

func NewListFormSubmissionsOK() *ListFormSubmissionsOK

NewListFormSubmissionsOK creates a ListFormSubmissionsOK with default headers values

func (*ListFormSubmissionsOK) Error ¶

func (o *ListFormSubmissionsOK) Error() string

func (*ListFormSubmissionsOK) GetPayload ¶

func (o *ListFormSubmissionsOK) GetPayload() []*models.Submission

type ListFormSubmissionsParams ¶

type ListFormSubmissionsParams struct {

	/*FormID*/
	FormID string
	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32

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

ListFormSubmissionsParams contains all the parameters to send to the API endpoint for the list form submissions operation typically these are written to a http.Request

func NewListFormSubmissionsParams ¶

func NewListFormSubmissionsParams() *ListFormSubmissionsParams

NewListFormSubmissionsParams creates a new ListFormSubmissionsParams object with the default values initialized.

func NewListFormSubmissionsParamsWithContext ¶

func NewListFormSubmissionsParamsWithContext(ctx context.Context) *ListFormSubmissionsParams

NewListFormSubmissionsParamsWithContext creates a new ListFormSubmissionsParams object with the default values initialized, and the ability to set a context for a request

func NewListFormSubmissionsParamsWithHTTPClient ¶

func NewListFormSubmissionsParamsWithHTTPClient(client *http.Client) *ListFormSubmissionsParams

NewListFormSubmissionsParamsWithHTTPClient creates a new ListFormSubmissionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListFormSubmissionsParamsWithTimeout ¶

func NewListFormSubmissionsParamsWithTimeout(timeout time.Duration) *ListFormSubmissionsParams

NewListFormSubmissionsParamsWithTimeout creates a new ListFormSubmissionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListFormSubmissionsParams) SetContext ¶

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

SetContext adds the context to the list form submissions params

func (*ListFormSubmissionsParams) SetFormID ¶

func (o *ListFormSubmissionsParams) SetFormID(formID string)

SetFormID adds the formId to the list form submissions params

func (*ListFormSubmissionsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list form submissions params

func (*ListFormSubmissionsParams) SetPage ¶

func (o *ListFormSubmissionsParams) SetPage(page *int32)

SetPage adds the page to the list form submissions params

func (*ListFormSubmissionsParams) SetPerPage ¶

func (o *ListFormSubmissionsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list form submissions params

func (*ListFormSubmissionsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list form submissions params

func (*ListFormSubmissionsParams) WithContext ¶

WithContext adds the context to the list form submissions params

func (*ListFormSubmissionsParams) WithFormID ¶

WithFormID adds the formID to the list form submissions params

func (*ListFormSubmissionsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list form submissions params

func (*ListFormSubmissionsParams) WithPage ¶

WithPage adds the page to the list form submissions params

func (*ListFormSubmissionsParams) WithPerPage ¶

func (o *ListFormSubmissionsParams) WithPerPage(perPage *int32) *ListFormSubmissionsParams

WithPerPage adds the perPage to the list form submissions params

func (*ListFormSubmissionsParams) WithTimeout ¶

WithTimeout adds the timeout to the list form submissions params

func (*ListFormSubmissionsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListFormSubmissionsReader ¶

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

ListFormSubmissionsReader is a Reader for the ListFormSubmissions structure.

func (*ListFormSubmissionsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListFormsDefault ¶

type ListFormsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListFormsDefault handles this case with default header values.

error

func NewListFormsDefault ¶

func NewListFormsDefault(code int) *ListFormsDefault

NewListFormsDefault creates a ListFormsDefault with default headers values

func (*ListFormsDefault) Code ¶

func (o *ListFormsDefault) Code() int

Code gets the status code for the list forms default response

func (*ListFormsDefault) Error ¶

func (o *ListFormsDefault) Error() string

func (*ListFormsDefault) GetPayload ¶

func (o *ListFormsDefault) GetPayload() *models.Error

type ListFormsOK ¶

type ListFormsOK struct {
	Payload []*models.Form
}

ListFormsOK handles this case with default header values.

OK

func NewListFormsOK ¶

func NewListFormsOK() *ListFormsOK

NewListFormsOK creates a ListFormsOK with default headers values

func (*ListFormsOK) Error ¶

func (o *ListFormsOK) Error() string

func (*ListFormsOK) GetPayload ¶

func (o *ListFormsOK) GetPayload() []*models.Form

type ListFormsParams ¶

type ListFormsParams struct {

	/*SiteID*/
	SiteID *string

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

ListFormsParams contains all the parameters to send to the API endpoint for the list forms operation typically these are written to a http.Request

func NewListFormsParams ¶

func NewListFormsParams() *ListFormsParams

NewListFormsParams creates a new ListFormsParams object with the default values initialized.

func NewListFormsParamsWithContext ¶

func NewListFormsParamsWithContext(ctx context.Context) *ListFormsParams

NewListFormsParamsWithContext creates a new ListFormsParams object with the default values initialized, and the ability to set a context for a request

func NewListFormsParamsWithHTTPClient ¶

func NewListFormsParamsWithHTTPClient(client *http.Client) *ListFormsParams

NewListFormsParamsWithHTTPClient creates a new ListFormsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListFormsParamsWithTimeout ¶

func NewListFormsParamsWithTimeout(timeout time.Duration) *ListFormsParams

NewListFormsParamsWithTimeout creates a new ListFormsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListFormsParams) SetContext ¶

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

SetContext adds the context to the list forms params

func (*ListFormsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list forms params

func (*ListFormsParams) SetSiteID ¶

func (o *ListFormsParams) SetSiteID(siteID *string)

SetSiteID adds the siteId to the list forms params

func (*ListFormsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list forms params

func (*ListFormsParams) WithContext ¶

func (o *ListFormsParams) WithContext(ctx context.Context) *ListFormsParams

WithContext adds the context to the list forms params

func (*ListFormsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list forms params

func (*ListFormsParams) WithSiteID ¶

func (o *ListFormsParams) WithSiteID(siteID *string) *ListFormsParams

WithSiteID adds the siteID to the list forms params

func (*ListFormsParams) WithTimeout ¶

func (o *ListFormsParams) WithTimeout(timeout time.Duration) *ListFormsParams

WithTimeout adds the timeout to the list forms params

func (*ListFormsParams) WriteToRequest ¶

func (o *ListFormsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListFormsReader ¶

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

ListFormsReader is a Reader for the ListForms structure.

func (*ListFormsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListHookTypesDefault ¶

type ListHookTypesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListHookTypesDefault handles this case with default header values.

error

func NewListHookTypesDefault ¶

func NewListHookTypesDefault(code int) *ListHookTypesDefault

NewListHookTypesDefault creates a ListHookTypesDefault with default headers values

func (*ListHookTypesDefault) Code ¶

func (o *ListHookTypesDefault) Code() int

Code gets the status code for the list hook types default response

func (*ListHookTypesDefault) Error ¶

func (o *ListHookTypesDefault) Error() string

func (*ListHookTypesDefault) GetPayload ¶

func (o *ListHookTypesDefault) GetPayload() *models.Error

type ListHookTypesOK ¶

type ListHookTypesOK struct {
	Payload []*models.HookType
}

ListHookTypesOK handles this case with default header values.

OK

func NewListHookTypesOK ¶

func NewListHookTypesOK() *ListHookTypesOK

NewListHookTypesOK creates a ListHookTypesOK with default headers values

func (*ListHookTypesOK) Error ¶

func (o *ListHookTypesOK) Error() string

func (*ListHookTypesOK) GetPayload ¶

func (o *ListHookTypesOK) GetPayload() []*models.HookType

type ListHookTypesParams ¶

type ListHookTypesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListHookTypesParams contains all the parameters to send to the API endpoint for the list hook types operation typically these are written to a http.Request

func NewListHookTypesParams ¶

func NewListHookTypesParams() *ListHookTypesParams

NewListHookTypesParams creates a new ListHookTypesParams object with the default values initialized.

func NewListHookTypesParamsWithContext ¶

func NewListHookTypesParamsWithContext(ctx context.Context) *ListHookTypesParams

NewListHookTypesParamsWithContext creates a new ListHookTypesParams object with the default values initialized, and the ability to set a context for a request

func NewListHookTypesParamsWithHTTPClient ¶

func NewListHookTypesParamsWithHTTPClient(client *http.Client) *ListHookTypesParams

NewListHookTypesParamsWithHTTPClient creates a new ListHookTypesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListHookTypesParamsWithTimeout ¶

func NewListHookTypesParamsWithTimeout(timeout time.Duration) *ListHookTypesParams

NewListHookTypesParamsWithTimeout creates a new ListHookTypesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListHookTypesParams) SetContext ¶

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

SetContext adds the context to the list hook types params

func (*ListHookTypesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list hook types params

func (*ListHookTypesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list hook types params

func (*ListHookTypesParams) WithContext ¶

WithContext adds the context to the list hook types params

func (*ListHookTypesParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list hook types params

func (*ListHookTypesParams) WithTimeout ¶

func (o *ListHookTypesParams) WithTimeout(timeout time.Duration) *ListHookTypesParams

WithTimeout adds the timeout to the list hook types params

func (*ListHookTypesParams) WriteToRequest ¶

func (o *ListHookTypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListHookTypesReader ¶

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

ListHookTypesReader is a Reader for the ListHookTypes structure.

func (*ListHookTypesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListHooksBySiteIDDefault ¶

type ListHooksBySiteIDDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListHooksBySiteIDDefault handles this case with default header values.

error

func NewListHooksBySiteIDDefault ¶

func NewListHooksBySiteIDDefault(code int) *ListHooksBySiteIDDefault

NewListHooksBySiteIDDefault creates a ListHooksBySiteIDDefault with default headers values

func (*ListHooksBySiteIDDefault) Code ¶

func (o *ListHooksBySiteIDDefault) Code() int

Code gets the status code for the list hooks by site Id default response

func (*ListHooksBySiteIDDefault) Error ¶

func (o *ListHooksBySiteIDDefault) Error() string

func (*ListHooksBySiteIDDefault) GetPayload ¶

func (o *ListHooksBySiteIDDefault) GetPayload() *models.Error

type ListHooksBySiteIDOK ¶

type ListHooksBySiteIDOK struct {
	Payload []*models.Hook
}

ListHooksBySiteIDOK handles this case with default header values.

OK

func NewListHooksBySiteIDOK ¶

func NewListHooksBySiteIDOK() *ListHooksBySiteIDOK

NewListHooksBySiteIDOK creates a ListHooksBySiteIDOK with default headers values

func (*ListHooksBySiteIDOK) Error ¶

func (o *ListHooksBySiteIDOK) Error() string

func (*ListHooksBySiteIDOK) GetPayload ¶

func (o *ListHooksBySiteIDOK) GetPayload() []*models.Hook

type ListHooksBySiteIDParams ¶

type ListHooksBySiteIDParams struct {

	/*SiteID*/
	SiteID string

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

ListHooksBySiteIDParams contains all the parameters to send to the API endpoint for the list hooks by site Id operation typically these are written to a http.Request

func NewListHooksBySiteIDParams ¶

func NewListHooksBySiteIDParams() *ListHooksBySiteIDParams

NewListHooksBySiteIDParams creates a new ListHooksBySiteIDParams object with the default values initialized.

func NewListHooksBySiteIDParamsWithContext ¶

func NewListHooksBySiteIDParamsWithContext(ctx context.Context) *ListHooksBySiteIDParams

NewListHooksBySiteIDParamsWithContext creates a new ListHooksBySiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewListHooksBySiteIDParamsWithHTTPClient ¶

func NewListHooksBySiteIDParamsWithHTTPClient(client *http.Client) *ListHooksBySiteIDParams

NewListHooksBySiteIDParamsWithHTTPClient creates a new ListHooksBySiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListHooksBySiteIDParamsWithTimeout ¶

func NewListHooksBySiteIDParamsWithTimeout(timeout time.Duration) *ListHooksBySiteIDParams

NewListHooksBySiteIDParamsWithTimeout creates a new ListHooksBySiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListHooksBySiteIDParams) SetContext ¶

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

SetContext adds the context to the list hooks by site Id params

func (*ListHooksBySiteIDParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list hooks by site Id params

func (*ListHooksBySiteIDParams) SetSiteID ¶

func (o *ListHooksBySiteIDParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list hooks by site Id params

func (*ListHooksBySiteIDParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WithContext ¶

WithContext adds the context to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WithSiteID ¶

WithSiteID adds the siteID to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListHooksBySiteIDReader ¶

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

ListHooksBySiteIDReader is a Reader for the ListHooksBySiteID structure.

func (*ListHooksBySiteIDReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListMembersForAccountDefault ¶

type ListMembersForAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListMembersForAccountDefault handles this case with default header values.

error

func NewListMembersForAccountDefault ¶

func NewListMembersForAccountDefault(code int) *ListMembersForAccountDefault

NewListMembersForAccountDefault creates a ListMembersForAccountDefault with default headers values

func (*ListMembersForAccountDefault) Code ¶

Code gets the status code for the list members for account default response

func (*ListMembersForAccountDefault) Error ¶

func (*ListMembersForAccountDefault) GetPayload ¶

func (o *ListMembersForAccountDefault) GetPayload() *models.Error

type ListMembersForAccountOK ¶

type ListMembersForAccountOK struct {
	Payload []*models.Member
}

ListMembersForAccountOK handles this case with default header values.

OK

func NewListMembersForAccountOK ¶

func NewListMembersForAccountOK() *ListMembersForAccountOK

NewListMembersForAccountOK creates a ListMembersForAccountOK with default headers values

func (*ListMembersForAccountOK) Error ¶

func (o *ListMembersForAccountOK) Error() string

func (*ListMembersForAccountOK) GetPayload ¶

func (o *ListMembersForAccountOK) GetPayload() []*models.Member

type ListMembersForAccountParams ¶

type ListMembersForAccountParams struct {

	/*AccountSlug*/
	AccountSlug string

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

ListMembersForAccountParams contains all the parameters to send to the API endpoint for the list members for account operation typically these are written to a http.Request

func NewListMembersForAccountParams ¶

func NewListMembersForAccountParams() *ListMembersForAccountParams

NewListMembersForAccountParams creates a new ListMembersForAccountParams object with the default values initialized.

func NewListMembersForAccountParamsWithContext ¶

func NewListMembersForAccountParamsWithContext(ctx context.Context) *ListMembersForAccountParams

NewListMembersForAccountParamsWithContext creates a new ListMembersForAccountParams object with the default values initialized, and the ability to set a context for a request

func NewListMembersForAccountParamsWithHTTPClient ¶

func NewListMembersForAccountParamsWithHTTPClient(client *http.Client) *ListMembersForAccountParams

NewListMembersForAccountParamsWithHTTPClient creates a new ListMembersForAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListMembersForAccountParamsWithTimeout ¶

func NewListMembersForAccountParamsWithTimeout(timeout time.Duration) *ListMembersForAccountParams

NewListMembersForAccountParamsWithTimeout creates a new ListMembersForAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListMembersForAccountParams) SetAccountSlug ¶

func (o *ListMembersForAccountParams) SetAccountSlug(accountSlug string)

SetAccountSlug adds the accountSlug to the list members for account params

func (*ListMembersForAccountParams) SetContext ¶

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

SetContext adds the context to the list members for account params

func (*ListMembersForAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list members for account params

func (*ListMembersForAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list members for account params

func (*ListMembersForAccountParams) WithAccountSlug ¶

func (o *ListMembersForAccountParams) WithAccountSlug(accountSlug string) *ListMembersForAccountParams

WithAccountSlug adds the accountSlug to the list members for account params

func (*ListMembersForAccountParams) WithContext ¶

WithContext adds the context to the list members for account params

func (*ListMembersForAccountParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list members for account params

func (*ListMembersForAccountParams) WithTimeout ¶

WithTimeout adds the timeout to the list members for account params

func (*ListMembersForAccountParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListMembersForAccountReader ¶

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

ListMembersForAccountReader is a Reader for the ListMembersForAccount structure.

func (*ListMembersForAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListPaymentMethodsForUserDefault ¶

type ListPaymentMethodsForUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListPaymentMethodsForUserDefault handles this case with default header values.

error

func NewListPaymentMethodsForUserDefault ¶

func NewListPaymentMethodsForUserDefault(code int) *ListPaymentMethodsForUserDefault

NewListPaymentMethodsForUserDefault creates a ListPaymentMethodsForUserDefault with default headers values

func (*ListPaymentMethodsForUserDefault) Code ¶

Code gets the status code for the list payment methods for user default response

func (*ListPaymentMethodsForUserDefault) Error ¶

func (*ListPaymentMethodsForUserDefault) GetPayload ¶

type ListPaymentMethodsForUserOK ¶

type ListPaymentMethodsForUserOK struct {
	Payload []*models.PaymentMethod
}

ListPaymentMethodsForUserOK handles this case with default header values.

OK

func NewListPaymentMethodsForUserOK ¶

func NewListPaymentMethodsForUserOK() *ListPaymentMethodsForUserOK

NewListPaymentMethodsForUserOK creates a ListPaymentMethodsForUserOK with default headers values

func (*ListPaymentMethodsForUserOK) Error ¶

func (*ListPaymentMethodsForUserOK) GetPayload ¶

type ListPaymentMethodsForUserParams ¶

type ListPaymentMethodsForUserParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListPaymentMethodsForUserParams contains all the parameters to send to the API endpoint for the list payment methods for user operation typically these are written to a http.Request

func NewListPaymentMethodsForUserParams ¶

func NewListPaymentMethodsForUserParams() *ListPaymentMethodsForUserParams

NewListPaymentMethodsForUserParams creates a new ListPaymentMethodsForUserParams object with the default values initialized.

func NewListPaymentMethodsForUserParamsWithContext ¶

func NewListPaymentMethodsForUserParamsWithContext(ctx context.Context) *ListPaymentMethodsForUserParams

NewListPaymentMethodsForUserParamsWithContext creates a new ListPaymentMethodsForUserParams object with the default values initialized, and the ability to set a context for a request

func NewListPaymentMethodsForUserParamsWithHTTPClient ¶

func NewListPaymentMethodsForUserParamsWithHTTPClient(client *http.Client) *ListPaymentMethodsForUserParams

NewListPaymentMethodsForUserParamsWithHTTPClient creates a new ListPaymentMethodsForUserParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListPaymentMethodsForUserParamsWithTimeout ¶

func NewListPaymentMethodsForUserParamsWithTimeout(timeout time.Duration) *ListPaymentMethodsForUserParams

NewListPaymentMethodsForUserParamsWithTimeout creates a new ListPaymentMethodsForUserParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListPaymentMethodsForUserParams) SetContext ¶

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

SetContext adds the context to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) WithContext ¶

WithContext adds the context to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) WithTimeout ¶

WithTimeout adds the timeout to the list payment methods for user params

func (*ListPaymentMethodsForUserParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListPaymentMethodsForUserReader ¶

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

ListPaymentMethodsForUserReader is a Reader for the ListPaymentMethodsForUser structure.

func (*ListPaymentMethodsForUserReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListServiceInstancesForSiteDefault ¶

type ListServiceInstancesForSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListServiceInstancesForSiteDefault handles this case with default header values.

error

func NewListServiceInstancesForSiteDefault ¶

func NewListServiceInstancesForSiteDefault(code int) *ListServiceInstancesForSiteDefault

NewListServiceInstancesForSiteDefault creates a ListServiceInstancesForSiteDefault with default headers values

func (*ListServiceInstancesForSiteDefault) Code ¶

Code gets the status code for the list service instances for site default response

func (*ListServiceInstancesForSiteDefault) Error ¶

func (*ListServiceInstancesForSiteDefault) GetPayload ¶

type ListServiceInstancesForSiteOK ¶

type ListServiceInstancesForSiteOK struct {
	Payload []*models.ServiceInstance
}

ListServiceInstancesForSiteOK handles this case with default header values.

OK

func NewListServiceInstancesForSiteOK ¶

func NewListServiceInstancesForSiteOK() *ListServiceInstancesForSiteOK

NewListServiceInstancesForSiteOK creates a ListServiceInstancesForSiteOK with default headers values

func (*ListServiceInstancesForSiteOK) Error ¶

func (*ListServiceInstancesForSiteOK) GetPayload ¶

type ListServiceInstancesForSiteParams ¶

type ListServiceInstancesForSiteParams struct {

	/*SiteID*/
	SiteID string

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

ListServiceInstancesForSiteParams contains all the parameters to send to the API endpoint for the list service instances for site operation typically these are written to a http.Request

func NewListServiceInstancesForSiteParams ¶

func NewListServiceInstancesForSiteParams() *ListServiceInstancesForSiteParams

NewListServiceInstancesForSiteParams creates a new ListServiceInstancesForSiteParams object with the default values initialized.

func NewListServiceInstancesForSiteParamsWithContext ¶

func NewListServiceInstancesForSiteParamsWithContext(ctx context.Context) *ListServiceInstancesForSiteParams

NewListServiceInstancesForSiteParamsWithContext creates a new ListServiceInstancesForSiteParams object with the default values initialized, and the ability to set a context for a request

func NewListServiceInstancesForSiteParamsWithHTTPClient ¶

func NewListServiceInstancesForSiteParamsWithHTTPClient(client *http.Client) *ListServiceInstancesForSiteParams

NewListServiceInstancesForSiteParamsWithHTTPClient creates a new ListServiceInstancesForSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListServiceInstancesForSiteParamsWithTimeout ¶

func NewListServiceInstancesForSiteParamsWithTimeout(timeout time.Duration) *ListServiceInstancesForSiteParams

NewListServiceInstancesForSiteParamsWithTimeout creates a new ListServiceInstancesForSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListServiceInstancesForSiteParams) SetContext ¶

SetContext adds the context to the list service instances for site params

func (*ListServiceInstancesForSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list service instances for site params

func (*ListServiceInstancesForSiteParams) SetSiteID ¶

func (o *ListServiceInstancesForSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list service instances for site params

func (*ListServiceInstancesForSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list service instances for site params

func (*ListServiceInstancesForSiteParams) WithContext ¶

WithContext adds the context to the list service instances for site params

func (*ListServiceInstancesForSiteParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list service instances for site params

func (*ListServiceInstancesForSiteParams) WithSiteID ¶

WithSiteID adds the siteID to the list service instances for site params

func (*ListServiceInstancesForSiteParams) WithTimeout ¶

WithTimeout adds the timeout to the list service instances for site params

func (*ListServiceInstancesForSiteParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListServiceInstancesForSiteReader ¶

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

ListServiceInstancesForSiteReader is a Reader for the ListServiceInstancesForSite structure.

func (*ListServiceInstancesForSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteAssetsDefault ¶

type ListSiteAssetsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteAssetsDefault handles this case with default header values.

error

func NewListSiteAssetsDefault ¶

func NewListSiteAssetsDefault(code int) *ListSiteAssetsDefault

NewListSiteAssetsDefault creates a ListSiteAssetsDefault with default headers values

func (*ListSiteAssetsDefault) Code ¶

func (o *ListSiteAssetsDefault) Code() int

Code gets the status code for the list site assets default response

func (*ListSiteAssetsDefault) Error ¶

func (o *ListSiteAssetsDefault) Error() string

func (*ListSiteAssetsDefault) GetPayload ¶

func (o *ListSiteAssetsDefault) GetPayload() *models.Error

type ListSiteAssetsOK ¶

type ListSiteAssetsOK struct {
	Payload []*models.Asset
}

ListSiteAssetsOK handles this case with default header values.

OK

func NewListSiteAssetsOK ¶

func NewListSiteAssetsOK() *ListSiteAssetsOK

NewListSiteAssetsOK creates a ListSiteAssetsOK with default headers values

func (*ListSiteAssetsOK) Error ¶

func (o *ListSiteAssetsOK) Error() string

func (*ListSiteAssetsOK) GetPayload ¶

func (o *ListSiteAssetsOK) GetPayload() []*models.Asset

type ListSiteAssetsParams ¶

type ListSiteAssetsParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteAssetsParams contains all the parameters to send to the API endpoint for the list site assets operation typically these are written to a http.Request

func NewListSiteAssetsParams ¶

func NewListSiteAssetsParams() *ListSiteAssetsParams

NewListSiteAssetsParams creates a new ListSiteAssetsParams object with the default values initialized.

func NewListSiteAssetsParamsWithContext ¶

func NewListSiteAssetsParamsWithContext(ctx context.Context) *ListSiteAssetsParams

NewListSiteAssetsParamsWithContext creates a new ListSiteAssetsParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteAssetsParamsWithHTTPClient ¶

func NewListSiteAssetsParamsWithHTTPClient(client *http.Client) *ListSiteAssetsParams

NewListSiteAssetsParamsWithHTTPClient creates a new ListSiteAssetsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteAssetsParamsWithTimeout ¶

func NewListSiteAssetsParamsWithTimeout(timeout time.Duration) *ListSiteAssetsParams

NewListSiteAssetsParamsWithTimeout creates a new ListSiteAssetsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteAssetsParams) SetContext ¶

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

SetContext adds the context to the list site assets params

func (*ListSiteAssetsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site assets params

func (*ListSiteAssetsParams) SetSiteID ¶

func (o *ListSiteAssetsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site assets params

func (*ListSiteAssetsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site assets params

func (*ListSiteAssetsParams) WithContext ¶

WithContext adds the context to the list site assets params

func (*ListSiteAssetsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site assets params

func (*ListSiteAssetsParams) WithSiteID ¶

func (o *ListSiteAssetsParams) WithSiteID(siteID string) *ListSiteAssetsParams

WithSiteID adds the siteID to the list site assets params

func (*ListSiteAssetsParams) WithTimeout ¶

func (o *ListSiteAssetsParams) WithTimeout(timeout time.Duration) *ListSiteAssetsParams

WithTimeout adds the timeout to the list site assets params

func (*ListSiteAssetsParams) WriteToRequest ¶

func (o *ListSiteAssetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSiteAssetsReader ¶

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

ListSiteAssetsReader is a Reader for the ListSiteAssets structure.

func (*ListSiteAssetsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteBuildHooksDefault ¶

type ListSiteBuildHooksDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteBuildHooksDefault handles this case with default header values.

error

func NewListSiteBuildHooksDefault ¶

func NewListSiteBuildHooksDefault(code int) *ListSiteBuildHooksDefault

NewListSiteBuildHooksDefault creates a ListSiteBuildHooksDefault with default headers values

func (*ListSiteBuildHooksDefault) Code ¶

func (o *ListSiteBuildHooksDefault) Code() int

Code gets the status code for the list site build hooks default response

func (*ListSiteBuildHooksDefault) Error ¶

func (o *ListSiteBuildHooksDefault) Error() string

func (*ListSiteBuildHooksDefault) GetPayload ¶

func (o *ListSiteBuildHooksDefault) GetPayload() *models.Error

type ListSiteBuildHooksOK ¶

type ListSiteBuildHooksOK struct {
	Payload []*models.BuildHook
}

ListSiteBuildHooksOK handles this case with default header values.

OK

func NewListSiteBuildHooksOK ¶

func NewListSiteBuildHooksOK() *ListSiteBuildHooksOK

NewListSiteBuildHooksOK creates a ListSiteBuildHooksOK with default headers values

func (*ListSiteBuildHooksOK) Error ¶

func (o *ListSiteBuildHooksOK) Error() string

func (*ListSiteBuildHooksOK) GetPayload ¶

func (o *ListSiteBuildHooksOK) GetPayload() []*models.BuildHook

type ListSiteBuildHooksParams ¶

type ListSiteBuildHooksParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteBuildHooksParams contains all the parameters to send to the API endpoint for the list site build hooks operation typically these are written to a http.Request

func NewListSiteBuildHooksParams ¶

func NewListSiteBuildHooksParams() *ListSiteBuildHooksParams

NewListSiteBuildHooksParams creates a new ListSiteBuildHooksParams object with the default values initialized.

func NewListSiteBuildHooksParamsWithContext ¶

func NewListSiteBuildHooksParamsWithContext(ctx context.Context) *ListSiteBuildHooksParams

NewListSiteBuildHooksParamsWithContext creates a new ListSiteBuildHooksParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteBuildHooksParamsWithHTTPClient ¶

func NewListSiteBuildHooksParamsWithHTTPClient(client *http.Client) *ListSiteBuildHooksParams

NewListSiteBuildHooksParamsWithHTTPClient creates a new ListSiteBuildHooksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteBuildHooksParamsWithTimeout ¶

func NewListSiteBuildHooksParamsWithTimeout(timeout time.Duration) *ListSiteBuildHooksParams

NewListSiteBuildHooksParamsWithTimeout creates a new ListSiteBuildHooksParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteBuildHooksParams) SetContext ¶

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

SetContext adds the context to the list site build hooks params

func (*ListSiteBuildHooksParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site build hooks params

func (*ListSiteBuildHooksParams) SetSiteID ¶

func (o *ListSiteBuildHooksParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site build hooks params

func (*ListSiteBuildHooksParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site build hooks params

func (*ListSiteBuildHooksParams) WithContext ¶

WithContext adds the context to the list site build hooks params

func (*ListSiteBuildHooksParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site build hooks params

func (*ListSiteBuildHooksParams) WithSiteID ¶

WithSiteID adds the siteID to the list site build hooks params

func (*ListSiteBuildHooksParams) WithTimeout ¶

WithTimeout adds the timeout to the list site build hooks params

func (*ListSiteBuildHooksParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListSiteBuildHooksReader ¶

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

ListSiteBuildHooksReader is a Reader for the ListSiteBuildHooks structure.

func (*ListSiteBuildHooksReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteBuildsDefault ¶

type ListSiteBuildsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteBuildsDefault handles this case with default header values.

error

func NewListSiteBuildsDefault ¶

func NewListSiteBuildsDefault(code int) *ListSiteBuildsDefault

NewListSiteBuildsDefault creates a ListSiteBuildsDefault with default headers values

func (*ListSiteBuildsDefault) Code ¶

func (o *ListSiteBuildsDefault) Code() int

Code gets the status code for the list site builds default response

func (*ListSiteBuildsDefault) Error ¶

func (o *ListSiteBuildsDefault) Error() string

func (*ListSiteBuildsDefault) GetPayload ¶

func (o *ListSiteBuildsDefault) GetPayload() *models.Error

type ListSiteBuildsOK ¶

type ListSiteBuildsOK struct {
	Payload []*models.Build
}

ListSiteBuildsOK handles this case with default header values.

OK

func NewListSiteBuildsOK ¶

func NewListSiteBuildsOK() *ListSiteBuildsOK

NewListSiteBuildsOK creates a ListSiteBuildsOK with default headers values

func (*ListSiteBuildsOK) Error ¶

func (o *ListSiteBuildsOK) Error() string

func (*ListSiteBuildsOK) GetPayload ¶

func (o *ListSiteBuildsOK) GetPayload() []*models.Build

type ListSiteBuildsParams ¶

type ListSiteBuildsParams struct {

	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32
	/*SiteID*/
	SiteID string

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

ListSiteBuildsParams contains all the parameters to send to the API endpoint for the list site builds operation typically these are written to a http.Request

func NewListSiteBuildsParams ¶

func NewListSiteBuildsParams() *ListSiteBuildsParams

NewListSiteBuildsParams creates a new ListSiteBuildsParams object with the default values initialized.

func NewListSiteBuildsParamsWithContext ¶

func NewListSiteBuildsParamsWithContext(ctx context.Context) *ListSiteBuildsParams

NewListSiteBuildsParamsWithContext creates a new ListSiteBuildsParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteBuildsParamsWithHTTPClient ¶

func NewListSiteBuildsParamsWithHTTPClient(client *http.Client) *ListSiteBuildsParams

NewListSiteBuildsParamsWithHTTPClient creates a new ListSiteBuildsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteBuildsParamsWithTimeout ¶

func NewListSiteBuildsParamsWithTimeout(timeout time.Duration) *ListSiteBuildsParams

NewListSiteBuildsParamsWithTimeout creates a new ListSiteBuildsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteBuildsParams) SetContext ¶

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

SetContext adds the context to the list site builds params

func (*ListSiteBuildsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site builds params

func (*ListSiteBuildsParams) SetPage ¶

func (o *ListSiteBuildsParams) SetPage(page *int32)

SetPage adds the page to the list site builds params

func (*ListSiteBuildsParams) SetPerPage ¶

func (o *ListSiteBuildsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list site builds params

func (*ListSiteBuildsParams) SetSiteID ¶

func (o *ListSiteBuildsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site builds params

func (*ListSiteBuildsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site builds params

func (*ListSiteBuildsParams) WithContext ¶

WithContext adds the context to the list site builds params

func (*ListSiteBuildsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site builds params

func (*ListSiteBuildsParams) WithPage ¶

func (o *ListSiteBuildsParams) WithPage(page *int32) *ListSiteBuildsParams

WithPage adds the page to the list site builds params

func (*ListSiteBuildsParams) WithPerPage ¶

func (o *ListSiteBuildsParams) WithPerPage(perPage *int32) *ListSiteBuildsParams

WithPerPage adds the perPage to the list site builds params

func (*ListSiteBuildsParams) WithSiteID ¶

func (o *ListSiteBuildsParams) WithSiteID(siteID string) *ListSiteBuildsParams

WithSiteID adds the siteID to the list site builds params

func (*ListSiteBuildsParams) WithTimeout ¶

func (o *ListSiteBuildsParams) WithTimeout(timeout time.Duration) *ListSiteBuildsParams

WithTimeout adds the timeout to the list site builds params

func (*ListSiteBuildsParams) WriteToRequest ¶

func (o *ListSiteBuildsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSiteBuildsReader ¶

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

ListSiteBuildsReader is a Reader for the ListSiteBuilds structure.

func (*ListSiteBuildsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteDeployedBranchesDefault ¶

type ListSiteDeployedBranchesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteDeployedBranchesDefault handles this case with default header values.

error

func NewListSiteDeployedBranchesDefault ¶

func NewListSiteDeployedBranchesDefault(code int) *ListSiteDeployedBranchesDefault

NewListSiteDeployedBranchesDefault creates a ListSiteDeployedBranchesDefault with default headers values

func (*ListSiteDeployedBranchesDefault) Code ¶

Code gets the status code for the list site deployed branches default response

func (*ListSiteDeployedBranchesDefault) Error ¶

func (*ListSiteDeployedBranchesDefault) GetPayload ¶

func (o *ListSiteDeployedBranchesDefault) GetPayload() *models.Error

type ListSiteDeployedBranchesOK ¶

type ListSiteDeployedBranchesOK struct {
	Payload []*models.DeployedBranch
}

ListSiteDeployedBranchesOK handles this case with default header values.

OK

func NewListSiteDeployedBranchesOK ¶

func NewListSiteDeployedBranchesOK() *ListSiteDeployedBranchesOK

NewListSiteDeployedBranchesOK creates a ListSiteDeployedBranchesOK with default headers values

func (*ListSiteDeployedBranchesOK) Error ¶

func (*ListSiteDeployedBranchesOK) GetPayload ¶

type ListSiteDeployedBranchesParams ¶

type ListSiteDeployedBranchesParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteDeployedBranchesParams contains all the parameters to send to the API endpoint for the list site deployed branches operation typically these are written to a http.Request

func NewListSiteDeployedBranchesParams ¶

func NewListSiteDeployedBranchesParams() *ListSiteDeployedBranchesParams

NewListSiteDeployedBranchesParams creates a new ListSiteDeployedBranchesParams object with the default values initialized.

func NewListSiteDeployedBranchesParamsWithContext ¶

func NewListSiteDeployedBranchesParamsWithContext(ctx context.Context) *ListSiteDeployedBranchesParams

NewListSiteDeployedBranchesParamsWithContext creates a new ListSiteDeployedBranchesParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteDeployedBranchesParamsWithHTTPClient ¶

func NewListSiteDeployedBranchesParamsWithHTTPClient(client *http.Client) *ListSiteDeployedBranchesParams

NewListSiteDeployedBranchesParamsWithHTTPClient creates a new ListSiteDeployedBranchesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteDeployedBranchesParamsWithTimeout ¶

func NewListSiteDeployedBranchesParamsWithTimeout(timeout time.Duration) *ListSiteDeployedBranchesParams

NewListSiteDeployedBranchesParamsWithTimeout creates a new ListSiteDeployedBranchesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteDeployedBranchesParams) SetContext ¶

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

SetContext adds the context to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) SetSiteID ¶

func (o *ListSiteDeployedBranchesParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) WithContext ¶

WithContext adds the context to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) WithSiteID ¶

WithSiteID adds the siteID to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) WithTimeout ¶

WithTimeout adds the timeout to the list site deployed branches params

func (*ListSiteDeployedBranchesParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListSiteDeployedBranchesReader ¶

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

ListSiteDeployedBranchesReader is a Reader for the ListSiteDeployedBranches structure.

func (*ListSiteDeployedBranchesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteDeploysDefault ¶

type ListSiteDeploysDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteDeploysDefault handles this case with default header values.

error

func NewListSiteDeploysDefault ¶

func NewListSiteDeploysDefault(code int) *ListSiteDeploysDefault

NewListSiteDeploysDefault creates a ListSiteDeploysDefault with default headers values

func (*ListSiteDeploysDefault) Code ¶

func (o *ListSiteDeploysDefault) Code() int

Code gets the status code for the list site deploys default response

func (*ListSiteDeploysDefault) Error ¶

func (o *ListSiteDeploysDefault) Error() string

func (*ListSiteDeploysDefault) GetPayload ¶

func (o *ListSiteDeploysDefault) GetPayload() *models.Error

type ListSiteDeploysOK ¶

type ListSiteDeploysOK struct {
	Payload []*models.Deploy
}

ListSiteDeploysOK handles this case with default header values.

OK

func NewListSiteDeploysOK ¶

func NewListSiteDeploysOK() *ListSiteDeploysOK

NewListSiteDeploysOK creates a ListSiteDeploysOK with default headers values

func (*ListSiteDeploysOK) Error ¶

func (o *ListSiteDeploysOK) Error() string

func (*ListSiteDeploysOK) GetPayload ¶

func (o *ListSiteDeploysOK) GetPayload() []*models.Deploy

type ListSiteDeploysParams ¶

type ListSiteDeploysParams struct {

	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32
	/*SiteID*/
	SiteID string

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

ListSiteDeploysParams contains all the parameters to send to the API endpoint for the list site deploys operation typically these are written to a http.Request

func NewListSiteDeploysParams ¶

func NewListSiteDeploysParams() *ListSiteDeploysParams

NewListSiteDeploysParams creates a new ListSiteDeploysParams object with the default values initialized.

func NewListSiteDeploysParamsWithContext ¶

func NewListSiteDeploysParamsWithContext(ctx context.Context) *ListSiteDeploysParams

NewListSiteDeploysParamsWithContext creates a new ListSiteDeploysParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteDeploysParamsWithHTTPClient ¶

func NewListSiteDeploysParamsWithHTTPClient(client *http.Client) *ListSiteDeploysParams

NewListSiteDeploysParamsWithHTTPClient creates a new ListSiteDeploysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteDeploysParamsWithTimeout ¶

func NewListSiteDeploysParamsWithTimeout(timeout time.Duration) *ListSiteDeploysParams

NewListSiteDeploysParamsWithTimeout creates a new ListSiteDeploysParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteDeploysParams) SetContext ¶

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

SetContext adds the context to the list site deploys params

func (*ListSiteDeploysParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site deploys params

func (*ListSiteDeploysParams) SetPage ¶

func (o *ListSiteDeploysParams) SetPage(page *int32)

SetPage adds the page to the list site deploys params

func (*ListSiteDeploysParams) SetPerPage ¶

func (o *ListSiteDeploysParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list site deploys params

func (*ListSiteDeploysParams) SetSiteID ¶

func (o *ListSiteDeploysParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site deploys params

func (*ListSiteDeploysParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site deploys params

func (*ListSiteDeploysParams) WithContext ¶

WithContext adds the context to the list site deploys params

func (*ListSiteDeploysParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site deploys params

func (*ListSiteDeploysParams) WithPage ¶

WithPage adds the page to the list site deploys params

func (*ListSiteDeploysParams) WithPerPage ¶

func (o *ListSiteDeploysParams) WithPerPage(perPage *int32) *ListSiteDeploysParams

WithPerPage adds the perPage to the list site deploys params

func (*ListSiteDeploysParams) WithSiteID ¶

func (o *ListSiteDeploysParams) WithSiteID(siteID string) *ListSiteDeploysParams

WithSiteID adds the siteID to the list site deploys params

func (*ListSiteDeploysParams) WithTimeout ¶

func (o *ListSiteDeploysParams) WithTimeout(timeout time.Duration) *ListSiteDeploysParams

WithTimeout adds the timeout to the list site deploys params

func (*ListSiteDeploysParams) WriteToRequest ¶

func (o *ListSiteDeploysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSiteDeploysReader ¶

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

ListSiteDeploysReader is a Reader for the ListSiteDeploys structure.

func (*ListSiteDeploysReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteFilesDefault ¶

type ListSiteFilesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteFilesDefault handles this case with default header values.

error

func NewListSiteFilesDefault ¶

func NewListSiteFilesDefault(code int) *ListSiteFilesDefault

NewListSiteFilesDefault creates a ListSiteFilesDefault with default headers values

func (*ListSiteFilesDefault) Code ¶

func (o *ListSiteFilesDefault) Code() int

Code gets the status code for the list site files default response

func (*ListSiteFilesDefault) Error ¶

func (o *ListSiteFilesDefault) Error() string

func (*ListSiteFilesDefault) GetPayload ¶

func (o *ListSiteFilesDefault) GetPayload() *models.Error

type ListSiteFilesOK ¶

type ListSiteFilesOK struct {
	Payload []*models.File
}

ListSiteFilesOK handles this case with default header values.

OK

func NewListSiteFilesOK ¶

func NewListSiteFilesOK() *ListSiteFilesOK

NewListSiteFilesOK creates a ListSiteFilesOK with default headers values

func (*ListSiteFilesOK) Error ¶

func (o *ListSiteFilesOK) Error() string

func (*ListSiteFilesOK) GetPayload ¶

func (o *ListSiteFilesOK) GetPayload() []*models.File

type ListSiteFilesParams ¶

type ListSiteFilesParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteFilesParams contains all the parameters to send to the API endpoint for the list site files operation typically these are written to a http.Request

func NewListSiteFilesParams ¶

func NewListSiteFilesParams() *ListSiteFilesParams

NewListSiteFilesParams creates a new ListSiteFilesParams object with the default values initialized.

func NewListSiteFilesParamsWithContext ¶

func NewListSiteFilesParamsWithContext(ctx context.Context) *ListSiteFilesParams

NewListSiteFilesParamsWithContext creates a new ListSiteFilesParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteFilesParamsWithHTTPClient ¶

func NewListSiteFilesParamsWithHTTPClient(client *http.Client) *ListSiteFilesParams

NewListSiteFilesParamsWithHTTPClient creates a new ListSiteFilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteFilesParamsWithTimeout ¶

func NewListSiteFilesParamsWithTimeout(timeout time.Duration) *ListSiteFilesParams

NewListSiteFilesParamsWithTimeout creates a new ListSiteFilesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteFilesParams) SetContext ¶

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

SetContext adds the context to the list site files params

func (*ListSiteFilesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site files params

func (*ListSiteFilesParams) SetSiteID ¶

func (o *ListSiteFilesParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site files params

func (*ListSiteFilesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site files params

func (*ListSiteFilesParams) WithContext ¶

WithContext adds the context to the list site files params

func (*ListSiteFilesParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site files params

func (*ListSiteFilesParams) WithSiteID ¶

func (o *ListSiteFilesParams) WithSiteID(siteID string) *ListSiteFilesParams

WithSiteID adds the siteID to the list site files params

func (*ListSiteFilesParams) WithTimeout ¶

func (o *ListSiteFilesParams) WithTimeout(timeout time.Duration) *ListSiteFilesParams

WithTimeout adds the timeout to the list site files params

func (*ListSiteFilesParams) WriteToRequest ¶

func (o *ListSiteFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSiteFilesReader ¶

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

ListSiteFilesReader is a Reader for the ListSiteFiles structure.

func (*ListSiteFilesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteFormsDefault ¶

type ListSiteFormsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteFormsDefault handles this case with default header values.

error

func NewListSiteFormsDefault ¶

func NewListSiteFormsDefault(code int) *ListSiteFormsDefault

NewListSiteFormsDefault creates a ListSiteFormsDefault with default headers values

func (*ListSiteFormsDefault) Code ¶

func (o *ListSiteFormsDefault) Code() int

Code gets the status code for the list site forms default response

func (*ListSiteFormsDefault) Error ¶

func (o *ListSiteFormsDefault) Error() string

func (*ListSiteFormsDefault) GetPayload ¶

func (o *ListSiteFormsDefault) GetPayload() *models.Error

type ListSiteFormsOK ¶

type ListSiteFormsOK struct {
	Payload []*models.Form
}

ListSiteFormsOK handles this case with default header values.

OK

func NewListSiteFormsOK ¶

func NewListSiteFormsOK() *ListSiteFormsOK

NewListSiteFormsOK creates a ListSiteFormsOK with default headers values

func (*ListSiteFormsOK) Error ¶

func (o *ListSiteFormsOK) Error() string

func (*ListSiteFormsOK) GetPayload ¶

func (o *ListSiteFormsOK) GetPayload() []*models.Form

type ListSiteFormsParams ¶

type ListSiteFormsParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteFormsParams contains all the parameters to send to the API endpoint for the list site forms operation typically these are written to a http.Request

func NewListSiteFormsParams ¶

func NewListSiteFormsParams() *ListSiteFormsParams

NewListSiteFormsParams creates a new ListSiteFormsParams object with the default values initialized.

func NewListSiteFormsParamsWithContext ¶

func NewListSiteFormsParamsWithContext(ctx context.Context) *ListSiteFormsParams

NewListSiteFormsParamsWithContext creates a new ListSiteFormsParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteFormsParamsWithHTTPClient ¶

func NewListSiteFormsParamsWithHTTPClient(client *http.Client) *ListSiteFormsParams

NewListSiteFormsParamsWithHTTPClient creates a new ListSiteFormsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteFormsParamsWithTimeout ¶

func NewListSiteFormsParamsWithTimeout(timeout time.Duration) *ListSiteFormsParams

NewListSiteFormsParamsWithTimeout creates a new ListSiteFormsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteFormsParams) SetContext ¶

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

SetContext adds the context to the list site forms params

func (*ListSiteFormsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site forms params

func (*ListSiteFormsParams) SetSiteID ¶

func (o *ListSiteFormsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site forms params

func (*ListSiteFormsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site forms params

func (*ListSiteFormsParams) WithContext ¶

WithContext adds the context to the list site forms params

func (*ListSiteFormsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site forms params

func (*ListSiteFormsParams) WithSiteID ¶

func (o *ListSiteFormsParams) WithSiteID(siteID string) *ListSiteFormsParams

WithSiteID adds the siteID to the list site forms params

func (*ListSiteFormsParams) WithTimeout ¶

func (o *ListSiteFormsParams) WithTimeout(timeout time.Duration) *ListSiteFormsParams

WithTimeout adds the timeout to the list site forms params

func (*ListSiteFormsParams) WriteToRequest ¶

func (o *ListSiteFormsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSiteFormsReader ¶

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

ListSiteFormsReader is a Reader for the ListSiteForms structure.

func (*ListSiteFormsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteSnippetsDefault ¶

type ListSiteSnippetsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteSnippetsDefault handles this case with default header values.

error

func NewListSiteSnippetsDefault ¶

func NewListSiteSnippetsDefault(code int) *ListSiteSnippetsDefault

NewListSiteSnippetsDefault creates a ListSiteSnippetsDefault with default headers values

func (*ListSiteSnippetsDefault) Code ¶

func (o *ListSiteSnippetsDefault) Code() int

Code gets the status code for the list site snippets default response

func (*ListSiteSnippetsDefault) Error ¶

func (o *ListSiteSnippetsDefault) Error() string

func (*ListSiteSnippetsDefault) GetPayload ¶

func (o *ListSiteSnippetsDefault) GetPayload() *models.Error

type ListSiteSnippetsOK ¶

type ListSiteSnippetsOK struct {
	Payload []*models.Snippet
}

ListSiteSnippetsOK handles this case with default header values.

OK

func NewListSiteSnippetsOK ¶

func NewListSiteSnippetsOK() *ListSiteSnippetsOK

NewListSiteSnippetsOK creates a ListSiteSnippetsOK with default headers values

func (*ListSiteSnippetsOK) Error ¶

func (o *ListSiteSnippetsOK) Error() string

func (*ListSiteSnippetsOK) GetPayload ¶

func (o *ListSiteSnippetsOK) GetPayload() []*models.Snippet

type ListSiteSnippetsParams ¶

type ListSiteSnippetsParams struct {

	/*SiteID*/
	SiteID string

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

ListSiteSnippetsParams contains all the parameters to send to the API endpoint for the list site snippets operation typically these are written to a http.Request

func NewListSiteSnippetsParams ¶

func NewListSiteSnippetsParams() *ListSiteSnippetsParams

NewListSiteSnippetsParams creates a new ListSiteSnippetsParams object with the default values initialized.

func NewListSiteSnippetsParamsWithContext ¶

func NewListSiteSnippetsParamsWithContext(ctx context.Context) *ListSiteSnippetsParams

NewListSiteSnippetsParamsWithContext creates a new ListSiteSnippetsParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteSnippetsParamsWithHTTPClient ¶

func NewListSiteSnippetsParamsWithHTTPClient(client *http.Client) *ListSiteSnippetsParams

NewListSiteSnippetsParamsWithHTTPClient creates a new ListSiteSnippetsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteSnippetsParamsWithTimeout ¶

func NewListSiteSnippetsParamsWithTimeout(timeout time.Duration) *ListSiteSnippetsParams

NewListSiteSnippetsParamsWithTimeout creates a new ListSiteSnippetsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteSnippetsParams) SetContext ¶

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

SetContext adds the context to the list site snippets params

func (*ListSiteSnippetsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site snippets params

func (*ListSiteSnippetsParams) SetSiteID ¶

func (o *ListSiteSnippetsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site snippets params

func (*ListSiteSnippetsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site snippets params

func (*ListSiteSnippetsParams) WithContext ¶

WithContext adds the context to the list site snippets params

func (*ListSiteSnippetsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site snippets params

func (*ListSiteSnippetsParams) WithSiteID ¶

func (o *ListSiteSnippetsParams) WithSiteID(siteID string) *ListSiteSnippetsParams

WithSiteID adds the siteID to the list site snippets params

func (*ListSiteSnippetsParams) WithTimeout ¶

WithTimeout adds the timeout to the list site snippets params

func (*ListSiteSnippetsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListSiteSnippetsReader ¶

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

ListSiteSnippetsReader is a Reader for the ListSiteSnippets structure.

func (*ListSiteSnippetsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSiteSubmissionsDefault ¶

type ListSiteSubmissionsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSiteSubmissionsDefault handles this case with default header values.

error

func NewListSiteSubmissionsDefault ¶

func NewListSiteSubmissionsDefault(code int) *ListSiteSubmissionsDefault

NewListSiteSubmissionsDefault creates a ListSiteSubmissionsDefault with default headers values

func (*ListSiteSubmissionsDefault) Code ¶

func (o *ListSiteSubmissionsDefault) Code() int

Code gets the status code for the list site submissions default response

func (*ListSiteSubmissionsDefault) Error ¶

func (*ListSiteSubmissionsDefault) GetPayload ¶

func (o *ListSiteSubmissionsDefault) GetPayload() *models.Error

type ListSiteSubmissionsOK ¶

type ListSiteSubmissionsOK struct {
	Payload []*models.Submission
}

ListSiteSubmissionsOK handles this case with default header values.

OK

func NewListSiteSubmissionsOK ¶

func NewListSiteSubmissionsOK() *ListSiteSubmissionsOK

NewListSiteSubmissionsOK creates a ListSiteSubmissionsOK with default headers values

func (*ListSiteSubmissionsOK) Error ¶

func (o *ListSiteSubmissionsOK) Error() string

func (*ListSiteSubmissionsOK) GetPayload ¶

func (o *ListSiteSubmissionsOK) GetPayload() []*models.Submission

type ListSiteSubmissionsParams ¶

type ListSiteSubmissionsParams struct {

	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32
	/*SiteID*/
	SiteID string

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

ListSiteSubmissionsParams contains all the parameters to send to the API endpoint for the list site submissions operation typically these are written to a http.Request

func NewListSiteSubmissionsParams ¶

func NewListSiteSubmissionsParams() *ListSiteSubmissionsParams

NewListSiteSubmissionsParams creates a new ListSiteSubmissionsParams object with the default values initialized.

func NewListSiteSubmissionsParamsWithContext ¶

func NewListSiteSubmissionsParamsWithContext(ctx context.Context) *ListSiteSubmissionsParams

NewListSiteSubmissionsParamsWithContext creates a new ListSiteSubmissionsParams object with the default values initialized, and the ability to set a context for a request

func NewListSiteSubmissionsParamsWithHTTPClient ¶

func NewListSiteSubmissionsParamsWithHTTPClient(client *http.Client) *ListSiteSubmissionsParams

NewListSiteSubmissionsParamsWithHTTPClient creates a new ListSiteSubmissionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSiteSubmissionsParamsWithTimeout ¶

func NewListSiteSubmissionsParamsWithTimeout(timeout time.Duration) *ListSiteSubmissionsParams

NewListSiteSubmissionsParamsWithTimeout creates a new ListSiteSubmissionsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSiteSubmissionsParams) SetContext ¶

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

SetContext adds the context to the list site submissions params

func (*ListSiteSubmissionsParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list site submissions params

func (*ListSiteSubmissionsParams) SetPage ¶

func (o *ListSiteSubmissionsParams) SetPage(page *int32)

SetPage adds the page to the list site submissions params

func (*ListSiteSubmissionsParams) SetPerPage ¶

func (o *ListSiteSubmissionsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list site submissions params

func (*ListSiteSubmissionsParams) SetSiteID ¶

func (o *ListSiteSubmissionsParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the list site submissions params

func (*ListSiteSubmissionsParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list site submissions params

func (*ListSiteSubmissionsParams) WithContext ¶

WithContext adds the context to the list site submissions params

func (*ListSiteSubmissionsParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list site submissions params

func (*ListSiteSubmissionsParams) WithPage ¶

WithPage adds the page to the list site submissions params

func (*ListSiteSubmissionsParams) WithPerPage ¶

func (o *ListSiteSubmissionsParams) WithPerPage(perPage *int32) *ListSiteSubmissionsParams

WithPerPage adds the perPage to the list site submissions params

func (*ListSiteSubmissionsParams) WithSiteID ¶

WithSiteID adds the siteID to the list site submissions params

func (*ListSiteSubmissionsParams) WithTimeout ¶

WithTimeout adds the timeout to the list site submissions params

func (*ListSiteSubmissionsParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListSiteSubmissionsReader ¶

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

ListSiteSubmissionsReader is a Reader for the ListSiteSubmissions structure.

func (*ListSiteSubmissionsReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSitesDefault ¶

type ListSitesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSitesDefault handles this case with default header values.

error

func NewListSitesDefault ¶

func NewListSitesDefault(code int) *ListSitesDefault

NewListSitesDefault creates a ListSitesDefault with default headers values

func (*ListSitesDefault) Code ¶

func (o *ListSitesDefault) Code() int

Code gets the status code for the list sites default response

func (*ListSitesDefault) Error ¶

func (o *ListSitesDefault) Error() string

func (*ListSitesDefault) GetPayload ¶

func (o *ListSitesDefault) GetPayload() *models.Error

type ListSitesForAccountDefault ¶

type ListSitesForAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ListSitesForAccountDefault handles this case with default header values.

error

func NewListSitesForAccountDefault ¶

func NewListSitesForAccountDefault(code int) *ListSitesForAccountDefault

NewListSitesForAccountDefault creates a ListSitesForAccountDefault with default headers values

func (*ListSitesForAccountDefault) Code ¶

func (o *ListSitesForAccountDefault) Code() int

Code gets the status code for the list sites for account default response

func (*ListSitesForAccountDefault) Error ¶

func (*ListSitesForAccountDefault) GetPayload ¶

func (o *ListSitesForAccountDefault) GetPayload() *models.Error

type ListSitesForAccountOK ¶

type ListSitesForAccountOK struct {
	Payload []*models.Site
}

ListSitesForAccountOK handles this case with default header values.

OK

func NewListSitesForAccountOK ¶

func NewListSitesForAccountOK() *ListSitesForAccountOK

NewListSitesForAccountOK creates a ListSitesForAccountOK with default headers values

func (*ListSitesForAccountOK) Error ¶

func (o *ListSitesForAccountOK) Error() string

func (*ListSitesForAccountOK) GetPayload ¶

func (o *ListSitesForAccountOK) GetPayload() []*models.Site

type ListSitesForAccountParams ¶

type ListSitesForAccountParams struct {

	/*AccountSlug*/
	AccountSlug string
	/*Name*/
	Name *string
	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32

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

ListSitesForAccountParams contains all the parameters to send to the API endpoint for the list sites for account operation typically these are written to a http.Request

func NewListSitesForAccountParams ¶

func NewListSitesForAccountParams() *ListSitesForAccountParams

NewListSitesForAccountParams creates a new ListSitesForAccountParams object with the default values initialized.

func NewListSitesForAccountParamsWithContext ¶

func NewListSitesForAccountParamsWithContext(ctx context.Context) *ListSitesForAccountParams

NewListSitesForAccountParamsWithContext creates a new ListSitesForAccountParams object with the default values initialized, and the ability to set a context for a request

func NewListSitesForAccountParamsWithHTTPClient ¶

func NewListSitesForAccountParamsWithHTTPClient(client *http.Client) *ListSitesForAccountParams

NewListSitesForAccountParamsWithHTTPClient creates a new ListSitesForAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSitesForAccountParamsWithTimeout ¶

func NewListSitesForAccountParamsWithTimeout(timeout time.Duration) *ListSitesForAccountParams

NewListSitesForAccountParamsWithTimeout creates a new ListSitesForAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSitesForAccountParams) SetAccountSlug ¶

func (o *ListSitesForAccountParams) SetAccountSlug(accountSlug string)

SetAccountSlug adds the accountSlug to the list sites for account params

func (*ListSitesForAccountParams) SetContext ¶

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

SetContext adds the context to the list sites for account params

func (*ListSitesForAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list sites for account params

func (*ListSitesForAccountParams) SetName ¶

func (o *ListSitesForAccountParams) SetName(name *string)

SetName adds the name to the list sites for account params

func (*ListSitesForAccountParams) SetPage ¶

func (o *ListSitesForAccountParams) SetPage(page *int32)

SetPage adds the page to the list sites for account params

func (*ListSitesForAccountParams) SetPerPage ¶

func (o *ListSitesForAccountParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list sites for account params

func (*ListSitesForAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list sites for account params

func (*ListSitesForAccountParams) WithAccountSlug ¶

func (o *ListSitesForAccountParams) WithAccountSlug(accountSlug string) *ListSitesForAccountParams

WithAccountSlug adds the accountSlug to the list sites for account params

func (*ListSitesForAccountParams) WithContext ¶

WithContext adds the context to the list sites for account params

func (*ListSitesForAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list sites for account params

func (*ListSitesForAccountParams) WithName ¶

WithName adds the name to the list sites for account params

func (*ListSitesForAccountParams) WithPage ¶

WithPage adds the page to the list sites for account params

func (*ListSitesForAccountParams) WithPerPage ¶

func (o *ListSitesForAccountParams) WithPerPage(perPage *int32) *ListSitesForAccountParams

WithPerPage adds the perPage to the list sites for account params

func (*ListSitesForAccountParams) WithTimeout ¶

WithTimeout adds the timeout to the list sites for account params

func (*ListSitesForAccountParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ListSitesForAccountReader ¶

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

ListSitesForAccountReader is a Reader for the ListSitesForAccount structure.

func (*ListSitesForAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ListSitesOK ¶

type ListSitesOK struct {
	Payload []*models.Site
}

ListSitesOK handles this case with default header values.

OK

func NewListSitesOK ¶

func NewListSitesOK() *ListSitesOK

NewListSitesOK creates a ListSitesOK with default headers values

func (*ListSitesOK) Error ¶

func (o *ListSitesOK) Error() string

func (*ListSitesOK) GetPayload ¶

func (o *ListSitesOK) GetPayload() []*models.Site

type ListSitesParams ¶

type ListSitesParams struct {

	/*Filter*/
	Filter *string
	/*Name*/
	Name *string
	/*Page*/
	Page *int32
	/*PerPage*/
	PerPage *int32

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

ListSitesParams contains all the parameters to send to the API endpoint for the list sites operation typically these are written to a http.Request

func NewListSitesParams ¶

func NewListSitesParams() *ListSitesParams

NewListSitesParams creates a new ListSitesParams object with the default values initialized.

func NewListSitesParamsWithContext ¶

func NewListSitesParamsWithContext(ctx context.Context) *ListSitesParams

NewListSitesParamsWithContext creates a new ListSitesParams object with the default values initialized, and the ability to set a context for a request

func NewListSitesParamsWithHTTPClient ¶

func NewListSitesParamsWithHTTPClient(client *http.Client) *ListSitesParams

NewListSitesParamsWithHTTPClient creates a new ListSitesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListSitesParamsWithTimeout ¶

func NewListSitesParamsWithTimeout(timeout time.Duration) *ListSitesParams

NewListSitesParamsWithTimeout creates a new ListSitesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListSitesParams) SetContext ¶

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

SetContext adds the context to the list sites params

func (*ListSitesParams) SetFilter ¶

func (o *ListSitesParams) SetFilter(filter *string)

SetFilter adds the filter to the list sites params

func (*ListSitesParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the list sites params

func (*ListSitesParams) SetName ¶

func (o *ListSitesParams) SetName(name *string)

SetName adds the name to the list sites params

func (*ListSitesParams) SetPage ¶

func (o *ListSitesParams) SetPage(page *int32)

SetPage adds the page to the list sites params

func (*ListSitesParams) SetPerPage ¶

func (o *ListSitesParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the list sites params

func (*ListSitesParams) SetTimeout ¶

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

SetTimeout adds the timeout to the list sites params

func (*ListSitesParams) WithContext ¶

func (o *ListSitesParams) WithContext(ctx context.Context) *ListSitesParams

WithContext adds the context to the list sites params

func (*ListSitesParams) WithFilter ¶

func (o *ListSitesParams) WithFilter(filter *string) *ListSitesParams

WithFilter adds the filter to the list sites params

func (*ListSitesParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the list sites params

func (*ListSitesParams) WithName ¶

func (o *ListSitesParams) WithName(name *string) *ListSitesParams

WithName adds the name to the list sites params

func (*ListSitesParams) WithPage ¶

func (o *ListSitesParams) WithPage(page *int32) *ListSitesParams

WithPage adds the page to the list sites params

func (*ListSitesParams) WithPerPage ¶

func (o *ListSitesParams) WithPerPage(perPage *int32) *ListSitesParams

WithPerPage adds the perPage to the list sites params

func (*ListSitesParams) WithTimeout ¶

func (o *ListSitesParams) WithTimeout(timeout time.Duration) *ListSitesParams

WithTimeout adds the timeout to the list sites params

func (*ListSitesParams) WriteToRequest ¶

func (o *ListSitesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListSitesReader ¶

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

ListSitesReader is a Reader for the ListSites structure.

func (*ListSitesReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LockDeployDefault ¶

type LockDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

LockDeployDefault handles this case with default header values.

error

func NewLockDeployDefault ¶

func NewLockDeployDefault(code int) *LockDeployDefault

NewLockDeployDefault creates a LockDeployDefault with default headers values

func (*LockDeployDefault) Code ¶

func (o *LockDeployDefault) Code() int

Code gets the status code for the lock deploy default response

func (*LockDeployDefault) Error ¶

func (o *LockDeployDefault) Error() string

func (*LockDeployDefault) GetPayload ¶

func (o *LockDeployDefault) GetPayload() *models.Error

type LockDeployOK ¶

type LockDeployOK struct {
	Payload *models.Deploy
}

LockDeployOK handles this case with default header values.

OK

func NewLockDeployOK ¶

func NewLockDeployOK() *LockDeployOK

NewLockDeployOK creates a LockDeployOK with default headers values

func (*LockDeployOK) Error ¶

func (o *LockDeployOK) Error() string

func (*LockDeployOK) GetPayload ¶

func (o *LockDeployOK) GetPayload() *models.Deploy

type LockDeployParams ¶

type LockDeployParams struct {

	/*DeployID*/
	DeployID string

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

LockDeployParams contains all the parameters to send to the API endpoint for the lock deploy operation typically these are written to a http.Request

func NewLockDeployParams ¶

func NewLockDeployParams() *LockDeployParams

NewLockDeployParams creates a new LockDeployParams object with the default values initialized.

func NewLockDeployParamsWithContext ¶

func NewLockDeployParamsWithContext(ctx context.Context) *LockDeployParams

NewLockDeployParamsWithContext creates a new LockDeployParams object with the default values initialized, and the ability to set a context for a request

func NewLockDeployParamsWithHTTPClient ¶

func NewLockDeployParamsWithHTTPClient(client *http.Client) *LockDeployParams

NewLockDeployParamsWithHTTPClient creates a new LockDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewLockDeployParamsWithTimeout ¶

func NewLockDeployParamsWithTimeout(timeout time.Duration) *LockDeployParams

NewLockDeployParamsWithTimeout creates a new LockDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*LockDeployParams) SetContext ¶

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

SetContext adds the context to the lock deploy params

func (*LockDeployParams) SetDeployID ¶

func (o *LockDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the lock deploy params

func (*LockDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the lock deploy params

func (*LockDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the lock deploy params

func (*LockDeployParams) WithContext ¶

func (o *LockDeployParams) WithContext(ctx context.Context) *LockDeployParams

WithContext adds the context to the lock deploy params

func (*LockDeployParams) WithDeployID ¶

func (o *LockDeployParams) WithDeployID(deployID string) *LockDeployParams

WithDeployID adds the deployID to the lock deploy params

func (*LockDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the lock deploy params

func (*LockDeployParams) WithTimeout ¶

func (o *LockDeployParams) WithTimeout(timeout time.Duration) *LockDeployParams

WithTimeout adds the timeout to the lock deploy params

func (*LockDeployParams) WriteToRequest ¶

func (o *LockDeployParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type LockDeployReader ¶

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

LockDeployReader is a Reader for the LockDeploy structure.

func (*LockDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type NotifyBuildStartDefault ¶

type NotifyBuildStartDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

NotifyBuildStartDefault handles this case with default header values.

error

func NewNotifyBuildStartDefault ¶

func NewNotifyBuildStartDefault(code int) *NotifyBuildStartDefault

NewNotifyBuildStartDefault creates a NotifyBuildStartDefault with default headers values

func (*NotifyBuildStartDefault) Code ¶

func (o *NotifyBuildStartDefault) Code() int

Code gets the status code for the notify build start default response

func (*NotifyBuildStartDefault) Error ¶

func (o *NotifyBuildStartDefault) Error() string

func (*NotifyBuildStartDefault) GetPayload ¶

func (o *NotifyBuildStartDefault) GetPayload() *models.Error

type NotifyBuildStartNoContent ¶

type NotifyBuildStartNoContent struct {
}

NotifyBuildStartNoContent handles this case with default header values.

No content

func NewNotifyBuildStartNoContent ¶

func NewNotifyBuildStartNoContent() *NotifyBuildStartNoContent

NewNotifyBuildStartNoContent creates a NotifyBuildStartNoContent with default headers values

func (*NotifyBuildStartNoContent) Error ¶

func (o *NotifyBuildStartNoContent) Error() string

type NotifyBuildStartParams ¶

type NotifyBuildStartParams struct {

	/*BuildID*/
	BuildID string

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

NotifyBuildStartParams contains all the parameters to send to the API endpoint for the notify build start operation typically these are written to a http.Request

func NewNotifyBuildStartParams ¶

func NewNotifyBuildStartParams() *NotifyBuildStartParams

NewNotifyBuildStartParams creates a new NotifyBuildStartParams object with the default values initialized.

func NewNotifyBuildStartParamsWithContext ¶

func NewNotifyBuildStartParamsWithContext(ctx context.Context) *NotifyBuildStartParams

NewNotifyBuildStartParamsWithContext creates a new NotifyBuildStartParams object with the default values initialized, and the ability to set a context for a request

func NewNotifyBuildStartParamsWithHTTPClient ¶

func NewNotifyBuildStartParamsWithHTTPClient(client *http.Client) *NotifyBuildStartParams

NewNotifyBuildStartParamsWithHTTPClient creates a new NotifyBuildStartParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewNotifyBuildStartParamsWithTimeout ¶

func NewNotifyBuildStartParamsWithTimeout(timeout time.Duration) *NotifyBuildStartParams

NewNotifyBuildStartParamsWithTimeout creates a new NotifyBuildStartParams object with the default values initialized, and the ability to set a timeout on a request

func (*NotifyBuildStartParams) SetBuildID ¶

func (o *NotifyBuildStartParams) SetBuildID(buildID string)

SetBuildID adds the buildId to the notify build start params

func (*NotifyBuildStartParams) SetContext ¶

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

SetContext adds the context to the notify build start params

func (*NotifyBuildStartParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the notify build start params

func (*NotifyBuildStartParams) SetTimeout ¶

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

SetTimeout adds the timeout to the notify build start params

func (*NotifyBuildStartParams) WithBuildID ¶

func (o *NotifyBuildStartParams) WithBuildID(buildID string) *NotifyBuildStartParams

WithBuildID adds the buildID to the notify build start params

func (*NotifyBuildStartParams) WithContext ¶

WithContext adds the context to the notify build start params

func (*NotifyBuildStartParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the notify build start params

func (*NotifyBuildStartParams) WithTimeout ¶

WithTimeout adds the timeout to the notify build start params

func (*NotifyBuildStartParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type NotifyBuildStartReader ¶

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

NotifyBuildStartReader is a Reader for the NotifyBuildStart structure.

func (*NotifyBuildStartReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ProvisionSiteTLSCertificateDefault ¶

type ProvisionSiteTLSCertificateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ProvisionSiteTLSCertificateDefault handles this case with default header values.

error

func NewProvisionSiteTLSCertificateDefault ¶

func NewProvisionSiteTLSCertificateDefault(code int) *ProvisionSiteTLSCertificateDefault

NewProvisionSiteTLSCertificateDefault creates a ProvisionSiteTLSCertificateDefault with default headers values

func (*ProvisionSiteTLSCertificateDefault) Code ¶

Code gets the status code for the provision site TLS certificate default response

func (*ProvisionSiteTLSCertificateDefault) Error ¶

func (*ProvisionSiteTLSCertificateDefault) GetPayload ¶

type ProvisionSiteTLSCertificateOK ¶

type ProvisionSiteTLSCertificateOK struct {
	Payload *models.SniCertificate
}

ProvisionSiteTLSCertificateOK handles this case with default header values.

OK

func NewProvisionSiteTLSCertificateOK ¶

func NewProvisionSiteTLSCertificateOK() *ProvisionSiteTLSCertificateOK

NewProvisionSiteTLSCertificateOK creates a ProvisionSiteTLSCertificateOK with default headers values

func (*ProvisionSiteTLSCertificateOK) Error ¶

func (*ProvisionSiteTLSCertificateOK) GetPayload ¶

type ProvisionSiteTLSCertificateParams ¶

type ProvisionSiteTLSCertificateParams struct {

	/*CaCertificates*/
	CaCertificates *string
	/*Certificate*/
	Certificate *string
	/*Key*/
	Key *string
	/*SiteID*/
	SiteID string

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

ProvisionSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the provision site TLS certificate operation typically these are written to a http.Request

func NewProvisionSiteTLSCertificateParams ¶

func NewProvisionSiteTLSCertificateParams() *ProvisionSiteTLSCertificateParams

NewProvisionSiteTLSCertificateParams creates a new ProvisionSiteTLSCertificateParams object with the default values initialized.

func NewProvisionSiteTLSCertificateParamsWithContext ¶

func NewProvisionSiteTLSCertificateParamsWithContext(ctx context.Context) *ProvisionSiteTLSCertificateParams

NewProvisionSiteTLSCertificateParamsWithContext creates a new ProvisionSiteTLSCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewProvisionSiteTLSCertificateParamsWithHTTPClient ¶

func NewProvisionSiteTLSCertificateParamsWithHTTPClient(client *http.Client) *ProvisionSiteTLSCertificateParams

NewProvisionSiteTLSCertificateParamsWithHTTPClient creates a new ProvisionSiteTLSCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewProvisionSiteTLSCertificateParamsWithTimeout ¶

func NewProvisionSiteTLSCertificateParamsWithTimeout(timeout time.Duration) *ProvisionSiteTLSCertificateParams

NewProvisionSiteTLSCertificateParamsWithTimeout creates a new ProvisionSiteTLSCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*ProvisionSiteTLSCertificateParams) SetCaCertificates ¶

func (o *ProvisionSiteTLSCertificateParams) SetCaCertificates(caCertificates *string)

SetCaCertificates adds the caCertificates to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetCertificate ¶

func (o *ProvisionSiteTLSCertificateParams) SetCertificate(certificate *string)

SetCertificate adds the certificate to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetContext ¶

SetContext adds the context to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetKey ¶

func (o *ProvisionSiteTLSCertificateParams) SetKey(key *string)

SetKey adds the key to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetSiteID ¶

func (o *ProvisionSiteTLSCertificateParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) SetTimeout ¶

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

SetTimeout adds the timeout to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithCaCertificates ¶

func (o *ProvisionSiteTLSCertificateParams) WithCaCertificates(caCertificates *string) *ProvisionSiteTLSCertificateParams

WithCaCertificates adds the caCertificates to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithCertificate ¶

WithCertificate adds the certificate to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithContext ¶

WithContext adds the context to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithKey ¶

WithKey adds the key to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithSiteID ¶

WithSiteID adds the siteID to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithTimeout ¶

WithTimeout adds the timeout to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ProvisionSiteTLSCertificateReader ¶

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

ProvisionSiteTLSCertificateReader is a Reader for the ProvisionSiteTLSCertificate structure.

func (*ProvisionSiteTLSCertificateReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RestoreSiteDeployCreated ¶

type RestoreSiteDeployCreated struct {
	Payload *models.Deploy
}

RestoreSiteDeployCreated handles this case with default header values.

Created

func NewRestoreSiteDeployCreated ¶

func NewRestoreSiteDeployCreated() *RestoreSiteDeployCreated

NewRestoreSiteDeployCreated creates a RestoreSiteDeployCreated with default headers values

func (*RestoreSiteDeployCreated) Error ¶

func (o *RestoreSiteDeployCreated) Error() string

func (*RestoreSiteDeployCreated) GetPayload ¶

func (o *RestoreSiteDeployCreated) GetPayload() *models.Deploy

type RestoreSiteDeployDefault ¶

type RestoreSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RestoreSiteDeployDefault handles this case with default header values.

error

func NewRestoreSiteDeployDefault ¶

func NewRestoreSiteDeployDefault(code int) *RestoreSiteDeployDefault

NewRestoreSiteDeployDefault creates a RestoreSiteDeployDefault with default headers values

func (*RestoreSiteDeployDefault) Code ¶

func (o *RestoreSiteDeployDefault) Code() int

Code gets the status code for the restore site deploy default response

func (*RestoreSiteDeployDefault) Error ¶

func (o *RestoreSiteDeployDefault) Error() string

func (*RestoreSiteDeployDefault) GetPayload ¶

func (o *RestoreSiteDeployDefault) GetPayload() *models.Error

type RestoreSiteDeployParams ¶

type RestoreSiteDeployParams struct {

	/*DeployID*/
	DeployID string
	/*SiteID*/
	SiteID string

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

RestoreSiteDeployParams contains all the parameters to send to the API endpoint for the restore site deploy operation typically these are written to a http.Request

func NewRestoreSiteDeployParams ¶

func NewRestoreSiteDeployParams() *RestoreSiteDeployParams

NewRestoreSiteDeployParams creates a new RestoreSiteDeployParams object with the default values initialized.

func NewRestoreSiteDeployParamsWithContext ¶

func NewRestoreSiteDeployParamsWithContext(ctx context.Context) *RestoreSiteDeployParams

NewRestoreSiteDeployParamsWithContext creates a new RestoreSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewRestoreSiteDeployParamsWithHTTPClient ¶

func NewRestoreSiteDeployParamsWithHTTPClient(client *http.Client) *RestoreSiteDeployParams

NewRestoreSiteDeployParamsWithHTTPClient creates a new RestoreSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestoreSiteDeployParamsWithTimeout ¶

func NewRestoreSiteDeployParamsWithTimeout(timeout time.Duration) *RestoreSiteDeployParams

NewRestoreSiteDeployParamsWithTimeout creates a new RestoreSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestoreSiteDeployParams) SetContext ¶

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

SetContext adds the context to the restore site deploy params

func (*RestoreSiteDeployParams) SetDeployID ¶

func (o *RestoreSiteDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the restore site deploy params

func (*RestoreSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the restore site deploy params

func (*RestoreSiteDeployParams) SetSiteID ¶

func (o *RestoreSiteDeployParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the restore site deploy params

func (*RestoreSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the restore site deploy params

func (*RestoreSiteDeployParams) WithContext ¶

WithContext adds the context to the restore site deploy params

func (*RestoreSiteDeployParams) WithDeployID ¶

func (o *RestoreSiteDeployParams) WithDeployID(deployID string) *RestoreSiteDeployParams

WithDeployID adds the deployID to the restore site deploy params

func (*RestoreSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the restore site deploy params

func (*RestoreSiteDeployParams) WithSiteID ¶

WithSiteID adds the siteID to the restore site deploy params

func (*RestoreSiteDeployParams) WithTimeout ¶

WithTimeout adds the timeout to the restore site deploy params

func (*RestoreSiteDeployParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RestoreSiteDeployReader ¶

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

RestoreSiteDeployReader is a Reader for the RestoreSiteDeploy structure.

func (*RestoreSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RollbackSiteDeployDefault ¶

type RollbackSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

RollbackSiteDeployDefault handles this case with default header values.

error

func NewRollbackSiteDeployDefault ¶

func NewRollbackSiteDeployDefault(code int) *RollbackSiteDeployDefault

NewRollbackSiteDeployDefault creates a RollbackSiteDeployDefault with default headers values

func (*RollbackSiteDeployDefault) Code ¶

func (o *RollbackSiteDeployDefault) Code() int

Code gets the status code for the rollback site deploy default response

func (*RollbackSiteDeployDefault) Error ¶

func (o *RollbackSiteDeployDefault) Error() string

func (*RollbackSiteDeployDefault) GetPayload ¶

func (o *RollbackSiteDeployDefault) GetPayload() *models.Error

type RollbackSiteDeployNoContent ¶

type RollbackSiteDeployNoContent struct {
}

RollbackSiteDeployNoContent handles this case with default header values.

No content

func NewRollbackSiteDeployNoContent ¶

func NewRollbackSiteDeployNoContent() *RollbackSiteDeployNoContent

NewRollbackSiteDeployNoContent creates a RollbackSiteDeployNoContent with default headers values

func (*RollbackSiteDeployNoContent) Error ¶

type RollbackSiteDeployParams ¶

type RollbackSiteDeployParams struct {

	/*SiteID*/
	SiteID string

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

RollbackSiteDeployParams contains all the parameters to send to the API endpoint for the rollback site deploy operation typically these are written to a http.Request

func NewRollbackSiteDeployParams ¶

func NewRollbackSiteDeployParams() *RollbackSiteDeployParams

NewRollbackSiteDeployParams creates a new RollbackSiteDeployParams object with the default values initialized.

func NewRollbackSiteDeployParamsWithContext ¶

func NewRollbackSiteDeployParamsWithContext(ctx context.Context) *RollbackSiteDeployParams

NewRollbackSiteDeployParamsWithContext creates a new RollbackSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewRollbackSiteDeployParamsWithHTTPClient ¶

func NewRollbackSiteDeployParamsWithHTTPClient(client *http.Client) *RollbackSiteDeployParams

NewRollbackSiteDeployParamsWithHTTPClient creates a new RollbackSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRollbackSiteDeployParamsWithTimeout ¶

func NewRollbackSiteDeployParamsWithTimeout(timeout time.Duration) *RollbackSiteDeployParams

NewRollbackSiteDeployParamsWithTimeout creates a new RollbackSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*RollbackSiteDeployParams) SetContext ¶

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

SetContext adds the context to the rollback site deploy params

func (*RollbackSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the rollback site deploy params

func (*RollbackSiteDeployParams) SetSiteID ¶

func (o *RollbackSiteDeployParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the rollback site deploy params

func (*RollbackSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the rollback site deploy params

func (*RollbackSiteDeployParams) WithContext ¶

WithContext adds the context to the rollback site deploy params

func (*RollbackSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the rollback site deploy params

func (*RollbackSiteDeployParams) WithSiteID ¶

WithSiteID adds the siteID to the rollback site deploy params

func (*RollbackSiteDeployParams) WithTimeout ¶

WithTimeout adds the timeout to the rollback site deploy params

func (*RollbackSiteDeployParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RollbackSiteDeployReader ¶

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

RollbackSiteDeployReader is a Reader for the RollbackSiteDeploy structure.

func (*RollbackSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShowServiceDefault ¶

type ShowServiceDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ShowServiceDefault handles this case with default header values.

error

func NewShowServiceDefault ¶

func NewShowServiceDefault(code int) *ShowServiceDefault

NewShowServiceDefault creates a ShowServiceDefault with default headers values

func (*ShowServiceDefault) Code ¶

func (o *ShowServiceDefault) Code() int

Code gets the status code for the show service default response

func (*ShowServiceDefault) Error ¶

func (o *ShowServiceDefault) Error() string

func (*ShowServiceDefault) GetPayload ¶

func (o *ShowServiceDefault) GetPayload() *models.Error

type ShowServiceInstanceDefault ¶

type ShowServiceInstanceDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ShowServiceInstanceDefault handles this case with default header values.

error

func NewShowServiceInstanceDefault ¶

func NewShowServiceInstanceDefault(code int) *ShowServiceInstanceDefault

NewShowServiceInstanceDefault creates a ShowServiceInstanceDefault with default headers values

func (*ShowServiceInstanceDefault) Code ¶

func (o *ShowServiceInstanceDefault) Code() int

Code gets the status code for the show service instance default response

func (*ShowServiceInstanceDefault) Error ¶

func (*ShowServiceInstanceDefault) GetPayload ¶

func (o *ShowServiceInstanceDefault) GetPayload() *models.Error

type ShowServiceInstanceOK ¶

type ShowServiceInstanceOK struct {
	Payload *models.ServiceInstance
}

ShowServiceInstanceOK handles this case with default header values.

OK

func NewShowServiceInstanceOK ¶

func NewShowServiceInstanceOK() *ShowServiceInstanceOK

NewShowServiceInstanceOK creates a ShowServiceInstanceOK with default headers values

func (*ShowServiceInstanceOK) Error ¶

func (o *ShowServiceInstanceOK) Error() string

func (*ShowServiceInstanceOK) GetPayload ¶

func (o *ShowServiceInstanceOK) GetPayload() *models.ServiceInstance

type ShowServiceInstanceParams ¶

type ShowServiceInstanceParams struct {

	/*Addon*/
	Addon string
	/*InstanceID*/
	InstanceID string
	/*SiteID*/
	SiteID string

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

ShowServiceInstanceParams contains all the parameters to send to the API endpoint for the show service instance operation typically these are written to a http.Request

func NewShowServiceInstanceParams ¶

func NewShowServiceInstanceParams() *ShowServiceInstanceParams

NewShowServiceInstanceParams creates a new ShowServiceInstanceParams object with the default values initialized.

func NewShowServiceInstanceParamsWithContext ¶

func NewShowServiceInstanceParamsWithContext(ctx context.Context) *ShowServiceInstanceParams

NewShowServiceInstanceParamsWithContext creates a new ShowServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewShowServiceInstanceParamsWithHTTPClient ¶

func NewShowServiceInstanceParamsWithHTTPClient(client *http.Client) *ShowServiceInstanceParams

NewShowServiceInstanceParamsWithHTTPClient creates a new ShowServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShowServiceInstanceParamsWithTimeout ¶

func NewShowServiceInstanceParamsWithTimeout(timeout time.Duration) *ShowServiceInstanceParams

NewShowServiceInstanceParamsWithTimeout creates a new ShowServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShowServiceInstanceParams) SetAddon ¶

func (o *ShowServiceInstanceParams) SetAddon(addon string)

SetAddon adds the addon to the show service instance params

func (*ShowServiceInstanceParams) SetContext ¶

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

SetContext adds the context to the show service instance params

func (*ShowServiceInstanceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the show service instance params

func (*ShowServiceInstanceParams) SetInstanceID ¶

func (o *ShowServiceInstanceParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the show service instance params

func (*ShowServiceInstanceParams) SetSiteID ¶

func (o *ShowServiceInstanceParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the show service instance params

func (*ShowServiceInstanceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the show service instance params

func (*ShowServiceInstanceParams) WithAddon ¶

WithAddon adds the addon to the show service instance params

func (*ShowServiceInstanceParams) WithContext ¶

WithContext adds the context to the show service instance params

func (*ShowServiceInstanceParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the show service instance params

func (*ShowServiceInstanceParams) WithInstanceID ¶

func (o *ShowServiceInstanceParams) WithInstanceID(instanceID string) *ShowServiceInstanceParams

WithInstanceID adds the instanceID to the show service instance params

func (*ShowServiceInstanceParams) WithSiteID ¶

WithSiteID adds the siteID to the show service instance params

func (*ShowServiceInstanceParams) WithTimeout ¶

WithTimeout adds the timeout to the show service instance params

func (*ShowServiceInstanceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ShowServiceInstanceReader ¶

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

ShowServiceInstanceReader is a Reader for the ShowServiceInstance structure.

func (*ShowServiceInstanceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShowServiceManifestCreated ¶

type ShowServiceManifestCreated struct {
	Payload interface{}
}

ShowServiceManifestCreated handles this case with default header values.

retrieving from provider

func NewShowServiceManifestCreated ¶

func NewShowServiceManifestCreated() *ShowServiceManifestCreated

NewShowServiceManifestCreated creates a ShowServiceManifestCreated with default headers values

func (*ShowServiceManifestCreated) Error ¶

func (*ShowServiceManifestCreated) GetPayload ¶

func (o *ShowServiceManifestCreated) GetPayload() interface{}

type ShowServiceManifestDefault ¶

type ShowServiceManifestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ShowServiceManifestDefault handles this case with default header values.

error

func NewShowServiceManifestDefault ¶

func NewShowServiceManifestDefault(code int) *ShowServiceManifestDefault

NewShowServiceManifestDefault creates a ShowServiceManifestDefault with default headers values

func (*ShowServiceManifestDefault) Code ¶

func (o *ShowServiceManifestDefault) Code() int

Code gets the status code for the show service manifest default response

func (*ShowServiceManifestDefault) Error ¶

func (*ShowServiceManifestDefault) GetPayload ¶

func (o *ShowServiceManifestDefault) GetPayload() *models.Error

type ShowServiceManifestParams ¶

type ShowServiceManifestParams struct {

	/*AddonName*/
	AddonName string

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

ShowServiceManifestParams contains all the parameters to send to the API endpoint for the show service manifest operation typically these are written to a http.Request

func NewShowServiceManifestParams ¶

func NewShowServiceManifestParams() *ShowServiceManifestParams

NewShowServiceManifestParams creates a new ShowServiceManifestParams object with the default values initialized.

func NewShowServiceManifestParamsWithContext ¶

func NewShowServiceManifestParamsWithContext(ctx context.Context) *ShowServiceManifestParams

NewShowServiceManifestParamsWithContext creates a new ShowServiceManifestParams object with the default values initialized, and the ability to set a context for a request

func NewShowServiceManifestParamsWithHTTPClient ¶

func NewShowServiceManifestParamsWithHTTPClient(client *http.Client) *ShowServiceManifestParams

NewShowServiceManifestParamsWithHTTPClient creates a new ShowServiceManifestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShowServiceManifestParamsWithTimeout ¶

func NewShowServiceManifestParamsWithTimeout(timeout time.Duration) *ShowServiceManifestParams

NewShowServiceManifestParamsWithTimeout creates a new ShowServiceManifestParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShowServiceManifestParams) SetAddonName ¶

func (o *ShowServiceManifestParams) SetAddonName(addonName string)

SetAddonName adds the addonName to the show service manifest params

func (*ShowServiceManifestParams) SetContext ¶

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

SetContext adds the context to the show service manifest params

func (*ShowServiceManifestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the show service manifest params

func (*ShowServiceManifestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the show service manifest params

func (*ShowServiceManifestParams) WithAddonName ¶

func (o *ShowServiceManifestParams) WithAddonName(addonName string) *ShowServiceManifestParams

WithAddonName adds the addonName to the show service manifest params

func (*ShowServiceManifestParams) WithContext ¶

WithContext adds the context to the show service manifest params

func (*ShowServiceManifestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the show service manifest params

func (*ShowServiceManifestParams) WithTimeout ¶

WithTimeout adds the timeout to the show service manifest params

func (*ShowServiceManifestParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ShowServiceManifestReader ¶

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

ShowServiceManifestReader is a Reader for the ShowServiceManifest structure.

func (*ShowServiceManifestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShowServiceOK ¶

type ShowServiceOK struct {
	Payload *models.Service
}

ShowServiceOK handles this case with default header values.

services

func NewShowServiceOK ¶

func NewShowServiceOK() *ShowServiceOK

NewShowServiceOK creates a ShowServiceOK with default headers values

func (*ShowServiceOK) Error ¶

func (o *ShowServiceOK) Error() string

func (*ShowServiceOK) GetPayload ¶

func (o *ShowServiceOK) GetPayload() *models.Service

type ShowServiceParams ¶

type ShowServiceParams struct {

	/*AddonName*/
	AddonName string

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

ShowServiceParams contains all the parameters to send to the API endpoint for the show service operation typically these are written to a http.Request

func NewShowServiceParams ¶

func NewShowServiceParams() *ShowServiceParams

NewShowServiceParams creates a new ShowServiceParams object with the default values initialized.

func NewShowServiceParamsWithContext ¶

func NewShowServiceParamsWithContext(ctx context.Context) *ShowServiceParams

NewShowServiceParamsWithContext creates a new ShowServiceParams object with the default values initialized, and the ability to set a context for a request

func NewShowServiceParamsWithHTTPClient ¶

func NewShowServiceParamsWithHTTPClient(client *http.Client) *ShowServiceParams

NewShowServiceParamsWithHTTPClient creates a new ShowServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShowServiceParamsWithTimeout ¶

func NewShowServiceParamsWithTimeout(timeout time.Duration) *ShowServiceParams

NewShowServiceParamsWithTimeout creates a new ShowServiceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShowServiceParams) SetAddonName ¶

func (o *ShowServiceParams) SetAddonName(addonName string)

SetAddonName adds the addonName to the show service params

func (*ShowServiceParams) SetContext ¶

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

SetContext adds the context to the show service params

func (*ShowServiceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the show service params

func (*ShowServiceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the show service params

func (*ShowServiceParams) WithAddonName ¶

func (o *ShowServiceParams) WithAddonName(addonName string) *ShowServiceParams

WithAddonName adds the addonName to the show service params

func (*ShowServiceParams) WithContext ¶

func (o *ShowServiceParams) WithContext(ctx context.Context) *ShowServiceParams

WithContext adds the context to the show service params

func (*ShowServiceParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the show service params

func (*ShowServiceParams) WithTimeout ¶

func (o *ShowServiceParams) WithTimeout(timeout time.Duration) *ShowServiceParams

WithTimeout adds the timeout to the show service params

func (*ShowServiceParams) WriteToRequest ¶

func (o *ShowServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ShowServiceReader ¶

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

ShowServiceReader is a Reader for the ShowService structure.

func (*ShowServiceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShowSiteTLSCertificateDefault ¶

type ShowSiteTLSCertificateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ShowSiteTLSCertificateDefault handles this case with default header values.

error

func NewShowSiteTLSCertificateDefault ¶

func NewShowSiteTLSCertificateDefault(code int) *ShowSiteTLSCertificateDefault

NewShowSiteTLSCertificateDefault creates a ShowSiteTLSCertificateDefault with default headers values

func (*ShowSiteTLSCertificateDefault) Code ¶

Code gets the status code for the show site TLS certificate default response

func (*ShowSiteTLSCertificateDefault) Error ¶

func (*ShowSiteTLSCertificateDefault) GetPayload ¶

func (o *ShowSiteTLSCertificateDefault) GetPayload() *models.Error

type ShowSiteTLSCertificateOK ¶

type ShowSiteTLSCertificateOK struct {
	Payload *models.SniCertificate
}

ShowSiteTLSCertificateOK handles this case with default header values.

OK

func NewShowSiteTLSCertificateOK ¶

func NewShowSiteTLSCertificateOK() *ShowSiteTLSCertificateOK

NewShowSiteTLSCertificateOK creates a ShowSiteTLSCertificateOK with default headers values

func (*ShowSiteTLSCertificateOK) Error ¶

func (o *ShowSiteTLSCertificateOK) Error() string

func (*ShowSiteTLSCertificateOK) GetPayload ¶

type ShowSiteTLSCertificateParams ¶

type ShowSiteTLSCertificateParams struct {

	/*SiteID*/
	SiteID string

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

ShowSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the show site TLS certificate operation typically these are written to a http.Request

func NewShowSiteTLSCertificateParams ¶

func NewShowSiteTLSCertificateParams() *ShowSiteTLSCertificateParams

NewShowSiteTLSCertificateParams creates a new ShowSiteTLSCertificateParams object with the default values initialized.

func NewShowSiteTLSCertificateParamsWithContext ¶

func NewShowSiteTLSCertificateParamsWithContext(ctx context.Context) *ShowSiteTLSCertificateParams

NewShowSiteTLSCertificateParamsWithContext creates a new ShowSiteTLSCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewShowSiteTLSCertificateParamsWithHTTPClient ¶

func NewShowSiteTLSCertificateParamsWithHTTPClient(client *http.Client) *ShowSiteTLSCertificateParams

NewShowSiteTLSCertificateParamsWithHTTPClient creates a new ShowSiteTLSCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShowSiteTLSCertificateParamsWithTimeout ¶

func NewShowSiteTLSCertificateParamsWithTimeout(timeout time.Duration) *ShowSiteTLSCertificateParams

NewShowSiteTLSCertificateParamsWithTimeout creates a new ShowSiteTLSCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShowSiteTLSCertificateParams) SetContext ¶

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

SetContext adds the context to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) SetSiteID ¶

func (o *ShowSiteTLSCertificateParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) SetTimeout ¶

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

SetTimeout adds the timeout to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WithContext ¶

WithContext adds the context to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WithSiteID ¶

WithSiteID adds the siteID to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WithTimeout ¶

WithTimeout adds the timeout to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ShowSiteTLSCertificateReader ¶

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

ShowSiteTLSCertificateReader is a Reader for the ShowSiteTLSCertificate structure.

func (*ShowSiteTLSCertificateReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShowTicketDefault ¶

type ShowTicketDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

ShowTicketDefault handles this case with default header values.

error

func NewShowTicketDefault ¶

func NewShowTicketDefault(code int) *ShowTicketDefault

NewShowTicketDefault creates a ShowTicketDefault with default headers values

func (*ShowTicketDefault) Code ¶

func (o *ShowTicketDefault) Code() int

Code gets the status code for the show ticket default response

func (*ShowTicketDefault) Error ¶

func (o *ShowTicketDefault) Error() string

func (*ShowTicketDefault) GetPayload ¶

func (o *ShowTicketDefault) GetPayload() *models.Error

type ShowTicketOK ¶

type ShowTicketOK struct {
	Payload *models.Ticket
}

ShowTicketOK handles this case with default header values.

ok

func NewShowTicketOK ¶

func NewShowTicketOK() *ShowTicketOK

NewShowTicketOK creates a ShowTicketOK with default headers values

func (*ShowTicketOK) Error ¶

func (o *ShowTicketOK) Error() string

func (*ShowTicketOK) GetPayload ¶

func (o *ShowTicketOK) GetPayload() *models.Ticket

type ShowTicketParams ¶

type ShowTicketParams struct {

	/*TicketID*/
	TicketID string

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

ShowTicketParams contains all the parameters to send to the API endpoint for the show ticket operation typically these are written to a http.Request

func NewShowTicketParams ¶

func NewShowTicketParams() *ShowTicketParams

NewShowTicketParams creates a new ShowTicketParams object with the default values initialized.

func NewShowTicketParamsWithContext ¶

func NewShowTicketParamsWithContext(ctx context.Context) *ShowTicketParams

NewShowTicketParamsWithContext creates a new ShowTicketParams object with the default values initialized, and the ability to set a context for a request

func NewShowTicketParamsWithHTTPClient ¶

func NewShowTicketParamsWithHTTPClient(client *http.Client) *ShowTicketParams

NewShowTicketParamsWithHTTPClient creates a new ShowTicketParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShowTicketParamsWithTimeout ¶

func NewShowTicketParamsWithTimeout(timeout time.Duration) *ShowTicketParams

NewShowTicketParamsWithTimeout creates a new ShowTicketParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShowTicketParams) SetContext ¶

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

SetContext adds the context to the show ticket params

func (*ShowTicketParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the show ticket params

func (*ShowTicketParams) SetTicketID ¶

func (o *ShowTicketParams) SetTicketID(ticketID string)

SetTicketID adds the ticketId to the show ticket params

func (*ShowTicketParams) SetTimeout ¶

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

SetTimeout adds the timeout to the show ticket params

func (*ShowTicketParams) WithContext ¶

func (o *ShowTicketParams) WithContext(ctx context.Context) *ShowTicketParams

WithContext adds the context to the show ticket params

func (*ShowTicketParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the show ticket params

func (*ShowTicketParams) WithTicketID ¶

func (o *ShowTicketParams) WithTicketID(ticketID string) *ShowTicketParams

WithTicketID adds the ticketID to the show ticket params

func (*ShowTicketParams) WithTimeout ¶

func (o *ShowTicketParams) WithTimeout(timeout time.Duration) *ShowTicketParams

WithTimeout adds the timeout to the show ticket params

func (*ShowTicketParams) WriteToRequest ¶

func (o *ShowTicketParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ShowTicketReader ¶

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

ShowTicketReader is a Reader for the ShowTicket structure.

func (*ShowTicketReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type TransferDNSZoneDefault ¶

type TransferDNSZoneDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

TransferDNSZoneDefault handles this case with default header values.

error

func NewTransferDNSZoneDefault ¶

func NewTransferDNSZoneDefault(code int) *TransferDNSZoneDefault

NewTransferDNSZoneDefault creates a TransferDNSZoneDefault with default headers values

func (*TransferDNSZoneDefault) Code ¶

func (o *TransferDNSZoneDefault) Code() int

Code gets the status code for the transfer Dns zone default response

func (*TransferDNSZoneDefault) Error ¶

func (o *TransferDNSZoneDefault) Error() string

func (*TransferDNSZoneDefault) GetPayload ¶

func (o *TransferDNSZoneDefault) GetPayload() *models.Error

type TransferDNSZoneOK ¶

type TransferDNSZoneOK struct {
	Payload *models.DNSZone
}

TransferDNSZoneOK handles this case with default header values.

transfer a DNS zone to another account

func NewTransferDNSZoneOK ¶

func NewTransferDNSZoneOK() *TransferDNSZoneOK

NewTransferDNSZoneOK creates a TransferDNSZoneOK with default headers values

func (*TransferDNSZoneOK) Error ¶

func (o *TransferDNSZoneOK) Error() string

func (*TransferDNSZoneOK) GetPayload ¶

func (o *TransferDNSZoneOK) GetPayload() *models.DNSZone

type TransferDNSZoneParams ¶

type TransferDNSZoneParams struct {

	/*AccountID
	  the account of the dns zone

	*/
	AccountID string
	/*TransferAccountID
	  the account you want to transfer the dns zone to

	*/
	TransferAccountID string
	/*TransferUserID
	  the user you want to transfer the dns zone to

	*/
	TransferUserID string
	/*ZoneID*/
	ZoneID string

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

TransferDNSZoneParams contains all the parameters to send to the API endpoint for the transfer Dns zone operation typically these are written to a http.Request

func NewTransferDNSZoneParams ¶

func NewTransferDNSZoneParams() *TransferDNSZoneParams

NewTransferDNSZoneParams creates a new TransferDNSZoneParams object with the default values initialized.

func NewTransferDNSZoneParamsWithContext ¶

func NewTransferDNSZoneParamsWithContext(ctx context.Context) *TransferDNSZoneParams

NewTransferDNSZoneParamsWithContext creates a new TransferDNSZoneParams object with the default values initialized, and the ability to set a context for a request

func NewTransferDNSZoneParamsWithHTTPClient ¶

func NewTransferDNSZoneParamsWithHTTPClient(client *http.Client) *TransferDNSZoneParams

NewTransferDNSZoneParamsWithHTTPClient creates a new TransferDNSZoneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewTransferDNSZoneParamsWithTimeout ¶

func NewTransferDNSZoneParamsWithTimeout(timeout time.Duration) *TransferDNSZoneParams

NewTransferDNSZoneParamsWithTimeout creates a new TransferDNSZoneParams object with the default values initialized, and the ability to set a timeout on a request

func (*TransferDNSZoneParams) SetAccountID ¶

func (o *TransferDNSZoneParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the transfer Dns zone params

func (*TransferDNSZoneParams) SetContext ¶

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

SetContext adds the context to the transfer Dns zone params

func (*TransferDNSZoneParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the transfer Dns zone params

func (*TransferDNSZoneParams) SetTimeout ¶

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

SetTimeout adds the timeout to the transfer Dns zone params

func (*TransferDNSZoneParams) SetTransferAccountID ¶

func (o *TransferDNSZoneParams) SetTransferAccountID(transferAccountID string)

SetTransferAccountID adds the transferAccountId to the transfer Dns zone params

func (*TransferDNSZoneParams) SetTransferUserID ¶

func (o *TransferDNSZoneParams) SetTransferUserID(transferUserID string)

SetTransferUserID adds the transferUserId to the transfer Dns zone params

func (*TransferDNSZoneParams) SetZoneID ¶

func (o *TransferDNSZoneParams) SetZoneID(zoneID string)

SetZoneID adds the zoneId to the transfer Dns zone params

func (*TransferDNSZoneParams) WithAccountID ¶

func (o *TransferDNSZoneParams) WithAccountID(accountID string) *TransferDNSZoneParams

WithAccountID adds the accountID to the transfer Dns zone params

func (*TransferDNSZoneParams) WithContext ¶

WithContext adds the context to the transfer Dns zone params

func (*TransferDNSZoneParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the transfer Dns zone params

func (*TransferDNSZoneParams) WithTimeout ¶

func (o *TransferDNSZoneParams) WithTimeout(timeout time.Duration) *TransferDNSZoneParams

WithTimeout adds the timeout to the transfer Dns zone params

func (*TransferDNSZoneParams) WithTransferAccountID ¶

func (o *TransferDNSZoneParams) WithTransferAccountID(transferAccountID string) *TransferDNSZoneParams

WithTransferAccountID adds the transferAccountID to the transfer Dns zone params

func (*TransferDNSZoneParams) WithTransferUserID ¶

func (o *TransferDNSZoneParams) WithTransferUserID(transferUserID string) *TransferDNSZoneParams

WithTransferUserID adds the transferUserID to the transfer Dns zone params

func (*TransferDNSZoneParams) WithZoneID ¶

func (o *TransferDNSZoneParams) WithZoneID(zoneID string) *TransferDNSZoneParams

WithZoneID adds the zoneID to the transfer Dns zone params

func (*TransferDNSZoneParams) WriteToRequest ¶

func (o *TransferDNSZoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type TransferDNSZoneReader ¶

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

TransferDNSZoneReader is a Reader for the TransferDNSZone structure.

func (*TransferDNSZoneReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UnlinkSiteRepoNotFound ¶

type UnlinkSiteRepoNotFound struct {
}

UnlinkSiteRepoNotFound handles this case with default header values.

Site not found

func NewUnlinkSiteRepoNotFound ¶

func NewUnlinkSiteRepoNotFound() *UnlinkSiteRepoNotFound

NewUnlinkSiteRepoNotFound creates a UnlinkSiteRepoNotFound with default headers values

func (*UnlinkSiteRepoNotFound) Error ¶

func (o *UnlinkSiteRepoNotFound) Error() string

type UnlinkSiteRepoOK ¶

type UnlinkSiteRepoOK struct {
	Payload *models.Site
}

UnlinkSiteRepoOK handles this case with default header values.

OK

func NewUnlinkSiteRepoOK ¶

func NewUnlinkSiteRepoOK() *UnlinkSiteRepoOK

NewUnlinkSiteRepoOK creates a UnlinkSiteRepoOK with default headers values

func (*UnlinkSiteRepoOK) Error ¶

func (o *UnlinkSiteRepoOK) Error() string

func (*UnlinkSiteRepoOK) GetPayload ¶

func (o *UnlinkSiteRepoOK) GetPayload() *models.Site

type UnlinkSiteRepoParams ¶

type UnlinkSiteRepoParams struct {

	/*SiteID*/
	SiteID string

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

UnlinkSiteRepoParams contains all the parameters to send to the API endpoint for the unlink site repo operation typically these are written to a http.Request

func NewUnlinkSiteRepoParams ¶

func NewUnlinkSiteRepoParams() *UnlinkSiteRepoParams

NewUnlinkSiteRepoParams creates a new UnlinkSiteRepoParams object with the default values initialized.

func NewUnlinkSiteRepoParamsWithContext ¶

func NewUnlinkSiteRepoParamsWithContext(ctx context.Context) *UnlinkSiteRepoParams

NewUnlinkSiteRepoParamsWithContext creates a new UnlinkSiteRepoParams object with the default values initialized, and the ability to set a context for a request

func NewUnlinkSiteRepoParamsWithHTTPClient ¶

func NewUnlinkSiteRepoParamsWithHTTPClient(client *http.Client) *UnlinkSiteRepoParams

NewUnlinkSiteRepoParamsWithHTTPClient creates a new UnlinkSiteRepoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUnlinkSiteRepoParamsWithTimeout ¶

func NewUnlinkSiteRepoParamsWithTimeout(timeout time.Duration) *UnlinkSiteRepoParams

NewUnlinkSiteRepoParamsWithTimeout creates a new UnlinkSiteRepoParams object with the default values initialized, and the ability to set a timeout on a request

func (*UnlinkSiteRepoParams) SetContext ¶

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

SetContext adds the context to the unlink site repo params

func (*UnlinkSiteRepoParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the unlink site repo params

func (*UnlinkSiteRepoParams) SetSiteID ¶

func (o *UnlinkSiteRepoParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the unlink site repo params

func (*UnlinkSiteRepoParams) SetTimeout ¶

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

SetTimeout adds the timeout to the unlink site repo params

func (*UnlinkSiteRepoParams) WithContext ¶

WithContext adds the context to the unlink site repo params

func (*UnlinkSiteRepoParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the unlink site repo params

func (*UnlinkSiteRepoParams) WithSiteID ¶

func (o *UnlinkSiteRepoParams) WithSiteID(siteID string) *UnlinkSiteRepoParams

WithSiteID adds the siteID to the unlink site repo params

func (*UnlinkSiteRepoParams) WithTimeout ¶

func (o *UnlinkSiteRepoParams) WithTimeout(timeout time.Duration) *UnlinkSiteRepoParams

WithTimeout adds the timeout to the unlink site repo params

func (*UnlinkSiteRepoParams) WriteToRequest ¶

func (o *UnlinkSiteRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnlinkSiteRepoReader ¶

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

UnlinkSiteRepoReader is a Reader for the UnlinkSiteRepo structure.

func (*UnlinkSiteRepoReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UnlockDeployDefault ¶

type UnlockDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UnlockDeployDefault handles this case with default header values.

error

func NewUnlockDeployDefault ¶

func NewUnlockDeployDefault(code int) *UnlockDeployDefault

NewUnlockDeployDefault creates a UnlockDeployDefault with default headers values

func (*UnlockDeployDefault) Code ¶

func (o *UnlockDeployDefault) Code() int

Code gets the status code for the unlock deploy default response

func (*UnlockDeployDefault) Error ¶

func (o *UnlockDeployDefault) Error() string

func (*UnlockDeployDefault) GetPayload ¶

func (o *UnlockDeployDefault) GetPayload() *models.Error

type UnlockDeployOK ¶

type UnlockDeployOK struct {
	Payload *models.Deploy
}

UnlockDeployOK handles this case with default header values.

OK

func NewUnlockDeployOK ¶

func NewUnlockDeployOK() *UnlockDeployOK

NewUnlockDeployOK creates a UnlockDeployOK with default headers values

func (*UnlockDeployOK) Error ¶

func (o *UnlockDeployOK) Error() string

func (*UnlockDeployOK) GetPayload ¶

func (o *UnlockDeployOK) GetPayload() *models.Deploy

type UnlockDeployParams ¶

type UnlockDeployParams struct {

	/*DeployID*/
	DeployID string

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

UnlockDeployParams contains all the parameters to send to the API endpoint for the unlock deploy operation typically these are written to a http.Request

func NewUnlockDeployParams ¶

func NewUnlockDeployParams() *UnlockDeployParams

NewUnlockDeployParams creates a new UnlockDeployParams object with the default values initialized.

func NewUnlockDeployParamsWithContext ¶

func NewUnlockDeployParamsWithContext(ctx context.Context) *UnlockDeployParams

NewUnlockDeployParamsWithContext creates a new UnlockDeployParams object with the default values initialized, and the ability to set a context for a request

func NewUnlockDeployParamsWithHTTPClient ¶

func NewUnlockDeployParamsWithHTTPClient(client *http.Client) *UnlockDeployParams

NewUnlockDeployParamsWithHTTPClient creates a new UnlockDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUnlockDeployParamsWithTimeout ¶

func NewUnlockDeployParamsWithTimeout(timeout time.Duration) *UnlockDeployParams

NewUnlockDeployParamsWithTimeout creates a new UnlockDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*UnlockDeployParams) SetContext ¶

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

SetContext adds the context to the unlock deploy params

func (*UnlockDeployParams) SetDeployID ¶

func (o *UnlockDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the unlock deploy params

func (*UnlockDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the unlock deploy params

func (*UnlockDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the unlock deploy params

func (*UnlockDeployParams) WithContext ¶

WithContext adds the context to the unlock deploy params

func (*UnlockDeployParams) WithDeployID ¶

func (o *UnlockDeployParams) WithDeployID(deployID string) *UnlockDeployParams

WithDeployID adds the deployID to the unlock deploy params

func (*UnlockDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the unlock deploy params

func (*UnlockDeployParams) WithTimeout ¶

func (o *UnlockDeployParams) WithTimeout(timeout time.Duration) *UnlockDeployParams

WithTimeout adds the timeout to the unlock deploy params

func (*UnlockDeployParams) WriteToRequest ¶

func (o *UnlockDeployParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnlockDeployReader ¶

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

UnlockDeployReader is a Reader for the UnlockDeploy structure.

func (*UnlockDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateAccountDefault ¶

type UpdateAccountDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAccountDefault handles this case with default header values.

error

func NewUpdateAccountDefault ¶

func NewUpdateAccountDefault(code int) *UpdateAccountDefault

NewUpdateAccountDefault creates a UpdateAccountDefault with default headers values

func (*UpdateAccountDefault) Code ¶

func (o *UpdateAccountDefault) Code() int

Code gets the status code for the update account default response

func (*UpdateAccountDefault) Error ¶

func (o *UpdateAccountDefault) Error() string

func (*UpdateAccountDefault) GetPayload ¶

func (o *UpdateAccountDefault) GetPayload() *models.Error

type UpdateAccountOK ¶

type UpdateAccountOK struct {
	Payload *models.AccountMembership
}

UpdateAccountOK handles this case with default header values.

OK

func NewUpdateAccountOK ¶

func NewUpdateAccountOK() *UpdateAccountOK

NewUpdateAccountOK creates a UpdateAccountOK with default headers values

func (*UpdateAccountOK) Error ¶

func (o *UpdateAccountOK) Error() string

func (*UpdateAccountOK) GetPayload ¶

func (o *UpdateAccountOK) GetPayload() *models.AccountMembership

type UpdateAccountParams ¶

type UpdateAccountParams struct {

	/*AccountUpdateSetup*/
	AccountUpdateSetup *models.AccountUpdateSetup
	/*AccountID*/
	AccountID string

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

UpdateAccountParams contains all the parameters to send to the API endpoint for the update account operation typically these are written to a http.Request

func NewUpdateAccountParams ¶

func NewUpdateAccountParams() *UpdateAccountParams

NewUpdateAccountParams creates a new UpdateAccountParams object with the default values initialized.

func NewUpdateAccountParamsWithContext ¶

func NewUpdateAccountParamsWithContext(ctx context.Context) *UpdateAccountParams

NewUpdateAccountParamsWithContext creates a new UpdateAccountParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAccountParamsWithHTTPClient ¶

func NewUpdateAccountParamsWithHTTPClient(client *http.Client) *UpdateAccountParams

NewUpdateAccountParamsWithHTTPClient creates a new UpdateAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAccountParamsWithTimeout ¶

func NewUpdateAccountParamsWithTimeout(timeout time.Duration) *UpdateAccountParams

NewUpdateAccountParamsWithTimeout creates a new UpdateAccountParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAccountParams) SetAccountID ¶

func (o *UpdateAccountParams) SetAccountID(accountID string)

SetAccountID adds the accountId to the update account params

func (*UpdateAccountParams) SetAccountUpdateSetup ¶

func (o *UpdateAccountParams) SetAccountUpdateSetup(accountUpdateSetup *models.AccountUpdateSetup)

SetAccountUpdateSetup adds the accountUpdateSetup to the update account params

func (*UpdateAccountParams) SetContext ¶

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

SetContext adds the context to the update account params

func (*UpdateAccountParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update account params

func (*UpdateAccountParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update account params

func (*UpdateAccountParams) WithAccountID ¶

func (o *UpdateAccountParams) WithAccountID(accountID string) *UpdateAccountParams

WithAccountID adds the accountID to the update account params

func (*UpdateAccountParams) WithAccountUpdateSetup ¶

func (o *UpdateAccountParams) WithAccountUpdateSetup(accountUpdateSetup *models.AccountUpdateSetup) *UpdateAccountParams

WithAccountUpdateSetup adds the accountUpdateSetup to the update account params

func (*UpdateAccountParams) WithContext ¶

WithContext adds the context to the update account params

func (*UpdateAccountParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update account params

func (*UpdateAccountParams) WithTimeout ¶

func (o *UpdateAccountParams) WithTimeout(timeout time.Duration) *UpdateAccountParams

WithTimeout adds the timeout to the update account params

func (*UpdateAccountParams) WriteToRequest ¶

func (o *UpdateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateAccountReader ¶

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

UpdateAccountReader is a Reader for the UpdateAccount structure.

func (*UpdateAccountReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateHookDefault ¶

type UpdateHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateHookDefault handles this case with default header values.

error

func NewUpdateHookDefault ¶

func NewUpdateHookDefault(code int) *UpdateHookDefault

NewUpdateHookDefault creates a UpdateHookDefault with default headers values

func (*UpdateHookDefault) Code ¶

func (o *UpdateHookDefault) Code() int

Code gets the status code for the update hook default response

func (*UpdateHookDefault) Error ¶

func (o *UpdateHookDefault) Error() string

func (*UpdateHookDefault) GetPayload ¶

func (o *UpdateHookDefault) GetPayload() *models.Error

type UpdateHookOK ¶

type UpdateHookOK struct {
	Payload *models.Hook
}

UpdateHookOK handles this case with default header values.

OK

func NewUpdateHookOK ¶

func NewUpdateHookOK() *UpdateHookOK

NewUpdateHookOK creates a UpdateHookOK with default headers values

func (*UpdateHookOK) Error ¶

func (o *UpdateHookOK) Error() string

func (*UpdateHookOK) GetPayload ¶

func (o *UpdateHookOK) GetPayload() *models.Hook

type UpdateHookParams ¶

type UpdateHookParams struct {

	/*Hook*/
	Hook *models.Hook
	/*HookID*/
	HookID string

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

UpdateHookParams contains all the parameters to send to the API endpoint for the update hook operation typically these are written to a http.Request

func NewUpdateHookParams ¶

func NewUpdateHookParams() *UpdateHookParams

NewUpdateHookParams creates a new UpdateHookParams object with the default values initialized.

func NewUpdateHookParamsWithContext ¶

func NewUpdateHookParamsWithContext(ctx context.Context) *UpdateHookParams

NewUpdateHookParamsWithContext creates a new UpdateHookParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateHookParamsWithHTTPClient ¶

func NewUpdateHookParamsWithHTTPClient(client *http.Client) *UpdateHookParams

NewUpdateHookParamsWithHTTPClient creates a new UpdateHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateHookParamsWithTimeout ¶

func NewUpdateHookParamsWithTimeout(timeout time.Duration) *UpdateHookParams

NewUpdateHookParamsWithTimeout creates a new UpdateHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateHookParams) SetContext ¶

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

SetContext adds the context to the update hook params

func (*UpdateHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update hook params

func (*UpdateHookParams) SetHook ¶

func (o *UpdateHookParams) SetHook(hook *models.Hook)

SetHook adds the hook to the update hook params

func (*UpdateHookParams) SetHookID ¶

func (o *UpdateHookParams) SetHookID(hookID string)

SetHookID adds the hookId to the update hook params

func (*UpdateHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update hook params

func (*UpdateHookParams) WithContext ¶

func (o *UpdateHookParams) WithContext(ctx context.Context) *UpdateHookParams

WithContext adds the context to the update hook params

func (*UpdateHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update hook params

func (*UpdateHookParams) WithHook ¶

func (o *UpdateHookParams) WithHook(hook *models.Hook) *UpdateHookParams

WithHook adds the hook to the update hook params

func (*UpdateHookParams) WithHookID ¶

func (o *UpdateHookParams) WithHookID(hookID string) *UpdateHookParams

WithHookID adds the hookID to the update hook params

func (*UpdateHookParams) WithTimeout ¶

func (o *UpdateHookParams) WithTimeout(timeout time.Duration) *UpdateHookParams

WithTimeout adds the timeout to the update hook params

func (*UpdateHookParams) WriteToRequest ¶

func (o *UpdateHookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateHookReader ¶

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

UpdateHookReader is a Reader for the UpdateHook structure.

func (*UpdateHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdatePluginDefault ¶ added in v2.3.0

type UpdatePluginDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdatePluginDefault handles this case with default header values.

error

func NewUpdatePluginDefault ¶ added in v2.3.0

func NewUpdatePluginDefault(code int) *UpdatePluginDefault

NewUpdatePluginDefault creates a UpdatePluginDefault with default headers values

func (*UpdatePluginDefault) Code ¶ added in v2.3.0

func (o *UpdatePluginDefault) Code() int

Code gets the status code for the update plugin default response

func (*UpdatePluginDefault) Error ¶ added in v2.3.0

func (o *UpdatePluginDefault) Error() string

func (*UpdatePluginDefault) GetPayload ¶ added in v2.3.0

func (o *UpdatePluginDefault) GetPayload() *models.Error

type UpdatePluginOK ¶ added in v2.3.0

type UpdatePluginOK struct {
	Payload *models.Plugin
}

UpdatePluginOK handles this case with default header values.

OK

func NewUpdatePluginOK ¶ added in v2.3.0

func NewUpdatePluginOK() *UpdatePluginOK

NewUpdatePluginOK creates a UpdatePluginOK with default headers values

func (*UpdatePluginOK) Error ¶ added in v2.3.0

func (o *UpdatePluginOK) Error() string

func (*UpdatePluginOK) GetPayload ¶ added in v2.3.0

func (o *UpdatePluginOK) GetPayload() *models.Plugin

type UpdatePluginParams ¶ added in v2.3.0

type UpdatePluginParams struct {

	/*Package*/
	Package string
	/*PluginParams*/
	PluginParams *models.PluginParams
	/*SiteID*/
	SiteID string

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

UpdatePluginParams contains all the parameters to send to the API endpoint for the update plugin operation typically these are written to a http.Request

func NewUpdatePluginParams ¶ added in v2.3.0

func NewUpdatePluginParams() *UpdatePluginParams

NewUpdatePluginParams creates a new UpdatePluginParams object with the default values initialized.

func NewUpdatePluginParamsWithContext ¶ added in v2.3.0

func NewUpdatePluginParamsWithContext(ctx context.Context) *UpdatePluginParams

NewUpdatePluginParamsWithContext creates a new UpdatePluginParams object with the default values initialized, and the ability to set a context for a request

func NewUpdatePluginParamsWithHTTPClient ¶ added in v2.3.0

func NewUpdatePluginParamsWithHTTPClient(client *http.Client) *UpdatePluginParams

NewUpdatePluginParamsWithHTTPClient creates a new UpdatePluginParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdatePluginParamsWithTimeout ¶ added in v2.3.0

func NewUpdatePluginParamsWithTimeout(timeout time.Duration) *UpdatePluginParams

NewUpdatePluginParamsWithTimeout creates a new UpdatePluginParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdatePluginParams) SetContext ¶ added in v2.3.0

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

SetContext adds the context to the update plugin params

func (*UpdatePluginParams) SetHTTPClient ¶ added in v2.3.0

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

SetHTTPClient adds the HTTPClient to the update plugin params

func (*UpdatePluginParams) SetPackage ¶ added in v2.3.0

func (o *UpdatePluginParams) SetPackage(packageVar string)

SetPackage adds the package to the update plugin params

func (*UpdatePluginParams) SetPluginParams ¶ added in v2.3.0

func (o *UpdatePluginParams) SetPluginParams(pluginParams *models.PluginParams)

SetPluginParams adds the pluginParams to the update plugin params

func (*UpdatePluginParams) SetSiteID ¶ added in v2.3.0

func (o *UpdatePluginParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update plugin params

func (*UpdatePluginParams) SetTimeout ¶ added in v2.3.0

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

SetTimeout adds the timeout to the update plugin params

func (*UpdatePluginParams) WithContext ¶ added in v2.3.0

WithContext adds the context to the update plugin params

func (*UpdatePluginParams) WithHTTPClient ¶ added in v2.3.0

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

WithHTTPClient adds the HTTPClient to the update plugin params

func (*UpdatePluginParams) WithPackage ¶ added in v2.3.0

func (o *UpdatePluginParams) WithPackage(packageVar string) *UpdatePluginParams

WithPackage adds the packageVar to the update plugin params

func (*UpdatePluginParams) WithPluginParams ¶ added in v2.3.0

func (o *UpdatePluginParams) WithPluginParams(pluginParams *models.PluginParams) *UpdatePluginParams

WithPluginParams adds the pluginParams to the update plugin params

func (*UpdatePluginParams) WithSiteID ¶ added in v2.3.0

func (o *UpdatePluginParams) WithSiteID(siteID string) *UpdatePluginParams

WithSiteID adds the siteID to the update plugin params

func (*UpdatePluginParams) WithTimeout ¶ added in v2.3.0

func (o *UpdatePluginParams) WithTimeout(timeout time.Duration) *UpdatePluginParams

WithTimeout adds the timeout to the update plugin params

func (*UpdatePluginParams) WriteToRequest ¶ added in v2.3.0

func (o *UpdatePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdatePluginReader ¶ added in v2.3.0

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

UpdatePluginReader is a Reader for the UpdatePlugin structure.

func (*UpdatePluginReader) ReadResponse ¶ added in v2.3.0

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

ReadResponse reads a server response into the received o.

type UpdateServiceInstanceDefault ¶

type UpdateServiceInstanceDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateServiceInstanceDefault handles this case with default header values.

error

func NewUpdateServiceInstanceDefault ¶

func NewUpdateServiceInstanceDefault(code int) *UpdateServiceInstanceDefault

NewUpdateServiceInstanceDefault creates a UpdateServiceInstanceDefault with default headers values

func (*UpdateServiceInstanceDefault) Code ¶

Code gets the status code for the update service instance default response

func (*UpdateServiceInstanceDefault) Error ¶

func (*UpdateServiceInstanceDefault) GetPayload ¶

func (o *UpdateServiceInstanceDefault) GetPayload() *models.Error

type UpdateServiceInstanceNoContent ¶

type UpdateServiceInstanceNoContent struct {
}

UpdateServiceInstanceNoContent handles this case with default header values.

No Content

func NewUpdateServiceInstanceNoContent ¶

func NewUpdateServiceInstanceNoContent() *UpdateServiceInstanceNoContent

NewUpdateServiceInstanceNoContent creates a UpdateServiceInstanceNoContent with default headers values

func (*UpdateServiceInstanceNoContent) Error ¶

type UpdateServiceInstanceParams ¶

type UpdateServiceInstanceParams struct {

	/*Addon*/
	Addon string
	/*Config*/
	Config interface{}
	/*InstanceID*/
	InstanceID string
	/*SiteID*/
	SiteID string

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

UpdateServiceInstanceParams contains all the parameters to send to the API endpoint for the update service instance operation typically these are written to a http.Request

func NewUpdateServiceInstanceParams ¶

func NewUpdateServiceInstanceParams() *UpdateServiceInstanceParams

NewUpdateServiceInstanceParams creates a new UpdateServiceInstanceParams object with the default values initialized.

func NewUpdateServiceInstanceParamsWithContext ¶

func NewUpdateServiceInstanceParamsWithContext(ctx context.Context) *UpdateServiceInstanceParams

NewUpdateServiceInstanceParamsWithContext creates a new UpdateServiceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateServiceInstanceParamsWithHTTPClient ¶

func NewUpdateServiceInstanceParamsWithHTTPClient(client *http.Client) *UpdateServiceInstanceParams

NewUpdateServiceInstanceParamsWithHTTPClient creates a new UpdateServiceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateServiceInstanceParamsWithTimeout ¶

func NewUpdateServiceInstanceParamsWithTimeout(timeout time.Duration) *UpdateServiceInstanceParams

NewUpdateServiceInstanceParamsWithTimeout creates a new UpdateServiceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateServiceInstanceParams) SetAddon ¶

func (o *UpdateServiceInstanceParams) SetAddon(addon string)

SetAddon adds the addon to the update service instance params

func (*UpdateServiceInstanceParams) SetConfig ¶

func (o *UpdateServiceInstanceParams) SetConfig(config interface{})

SetConfig adds the config to the update service instance params

func (*UpdateServiceInstanceParams) SetContext ¶

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

SetContext adds the context to the update service instance params

func (*UpdateServiceInstanceParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update service instance params

func (*UpdateServiceInstanceParams) SetInstanceID ¶

func (o *UpdateServiceInstanceParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the update service instance params

func (*UpdateServiceInstanceParams) SetSiteID ¶

func (o *UpdateServiceInstanceParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update service instance params

func (*UpdateServiceInstanceParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update service instance params

func (*UpdateServiceInstanceParams) WithAddon ¶

WithAddon adds the addon to the update service instance params

func (*UpdateServiceInstanceParams) WithConfig ¶

func (o *UpdateServiceInstanceParams) WithConfig(config interface{}) *UpdateServiceInstanceParams

WithConfig adds the config to the update service instance params

func (*UpdateServiceInstanceParams) WithContext ¶

WithContext adds the context to the update service instance params

func (*UpdateServiceInstanceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update service instance params

func (*UpdateServiceInstanceParams) WithInstanceID ¶

func (o *UpdateServiceInstanceParams) WithInstanceID(instanceID string) *UpdateServiceInstanceParams

WithInstanceID adds the instanceID to the update service instance params

func (*UpdateServiceInstanceParams) WithSiteID ¶

WithSiteID adds the siteID to the update service instance params

func (*UpdateServiceInstanceParams) WithTimeout ¶

WithTimeout adds the timeout to the update service instance params

func (*UpdateServiceInstanceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateServiceInstanceReader ¶

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

UpdateServiceInstanceReader is a Reader for the UpdateServiceInstance structure.

func (*UpdateServiceInstanceReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteAssetDefault ¶

type UpdateSiteAssetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteAssetDefault handles this case with default header values.

error

func NewUpdateSiteAssetDefault ¶

func NewUpdateSiteAssetDefault(code int) *UpdateSiteAssetDefault

NewUpdateSiteAssetDefault creates a UpdateSiteAssetDefault with default headers values

func (*UpdateSiteAssetDefault) Code ¶

func (o *UpdateSiteAssetDefault) Code() int

Code gets the status code for the update site asset default response

func (*UpdateSiteAssetDefault) Error ¶

func (o *UpdateSiteAssetDefault) Error() string

func (*UpdateSiteAssetDefault) GetPayload ¶

func (o *UpdateSiteAssetDefault) GetPayload() *models.Error

type UpdateSiteAssetOK ¶

type UpdateSiteAssetOK struct {
	Payload *models.Asset
}

UpdateSiteAssetOK handles this case with default header values.

Updated

func NewUpdateSiteAssetOK ¶

func NewUpdateSiteAssetOK() *UpdateSiteAssetOK

NewUpdateSiteAssetOK creates a UpdateSiteAssetOK with default headers values

func (*UpdateSiteAssetOK) Error ¶

func (o *UpdateSiteAssetOK) Error() string

func (*UpdateSiteAssetOK) GetPayload ¶

func (o *UpdateSiteAssetOK) GetPayload() *models.Asset

type UpdateSiteAssetParams ¶

type UpdateSiteAssetParams struct {

	/*AssetID*/
	AssetID string
	/*SiteID*/
	SiteID string
	/*State*/
	State string

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

UpdateSiteAssetParams contains all the parameters to send to the API endpoint for the update site asset operation typically these are written to a http.Request

func NewUpdateSiteAssetParams ¶

func NewUpdateSiteAssetParams() *UpdateSiteAssetParams

NewUpdateSiteAssetParams creates a new UpdateSiteAssetParams object with the default values initialized.

func NewUpdateSiteAssetParamsWithContext ¶

func NewUpdateSiteAssetParamsWithContext(ctx context.Context) *UpdateSiteAssetParams

NewUpdateSiteAssetParamsWithContext creates a new UpdateSiteAssetParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteAssetParamsWithHTTPClient ¶

func NewUpdateSiteAssetParamsWithHTTPClient(client *http.Client) *UpdateSiteAssetParams

NewUpdateSiteAssetParamsWithHTTPClient creates a new UpdateSiteAssetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteAssetParamsWithTimeout ¶

func NewUpdateSiteAssetParamsWithTimeout(timeout time.Duration) *UpdateSiteAssetParams

NewUpdateSiteAssetParamsWithTimeout creates a new UpdateSiteAssetParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteAssetParams) SetAssetID ¶

func (o *UpdateSiteAssetParams) SetAssetID(assetID string)

SetAssetID adds the assetId to the update site asset params

func (*UpdateSiteAssetParams) SetContext ¶

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

SetContext adds the context to the update site asset params

func (*UpdateSiteAssetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site asset params

func (*UpdateSiteAssetParams) SetSiteID ¶

func (o *UpdateSiteAssetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site asset params

func (*UpdateSiteAssetParams) SetState ¶

func (o *UpdateSiteAssetParams) SetState(state string)

SetState adds the state to the update site asset params

func (*UpdateSiteAssetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site asset params

func (*UpdateSiteAssetParams) WithAssetID ¶

func (o *UpdateSiteAssetParams) WithAssetID(assetID string) *UpdateSiteAssetParams

WithAssetID adds the assetID to the update site asset params

func (*UpdateSiteAssetParams) WithContext ¶

WithContext adds the context to the update site asset params

func (*UpdateSiteAssetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site asset params

func (*UpdateSiteAssetParams) WithSiteID ¶

func (o *UpdateSiteAssetParams) WithSiteID(siteID string) *UpdateSiteAssetParams

WithSiteID adds the siteID to the update site asset params

func (*UpdateSiteAssetParams) WithState ¶

func (o *UpdateSiteAssetParams) WithState(state string) *UpdateSiteAssetParams

WithState adds the state to the update site asset params

func (*UpdateSiteAssetParams) WithTimeout ¶

func (o *UpdateSiteAssetParams) WithTimeout(timeout time.Duration) *UpdateSiteAssetParams

WithTimeout adds the timeout to the update site asset params

func (*UpdateSiteAssetParams) WriteToRequest ¶

func (o *UpdateSiteAssetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSiteAssetReader ¶

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

UpdateSiteAssetReader is a Reader for the UpdateSiteAsset structure.

func (*UpdateSiteAssetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteBuildHookDefault ¶

type UpdateSiteBuildHookDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteBuildHookDefault handles this case with default header values.

error

func NewUpdateSiteBuildHookDefault ¶

func NewUpdateSiteBuildHookDefault(code int) *UpdateSiteBuildHookDefault

NewUpdateSiteBuildHookDefault creates a UpdateSiteBuildHookDefault with default headers values

func (*UpdateSiteBuildHookDefault) Code ¶

func (o *UpdateSiteBuildHookDefault) Code() int

Code gets the status code for the update site build hook default response

func (*UpdateSiteBuildHookDefault) Error ¶

func (*UpdateSiteBuildHookDefault) GetPayload ¶

func (o *UpdateSiteBuildHookDefault) GetPayload() *models.Error

type UpdateSiteBuildHookNoContent ¶

type UpdateSiteBuildHookNoContent struct {
}

UpdateSiteBuildHookNoContent handles this case with default header values.

No content

func NewUpdateSiteBuildHookNoContent ¶

func NewUpdateSiteBuildHookNoContent() *UpdateSiteBuildHookNoContent

NewUpdateSiteBuildHookNoContent creates a UpdateSiteBuildHookNoContent with default headers values

func (*UpdateSiteBuildHookNoContent) Error ¶

type UpdateSiteBuildHookParams ¶

type UpdateSiteBuildHookParams struct {

	/*BuildHook*/
	BuildHook *models.BuildHookSetup
	/*ID*/
	ID string
	/*SiteID*/
	SiteID string

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

UpdateSiteBuildHookParams contains all the parameters to send to the API endpoint for the update site build hook operation typically these are written to a http.Request

func NewUpdateSiteBuildHookParams ¶

func NewUpdateSiteBuildHookParams() *UpdateSiteBuildHookParams

NewUpdateSiteBuildHookParams creates a new UpdateSiteBuildHookParams object with the default values initialized.

func NewUpdateSiteBuildHookParamsWithContext ¶

func NewUpdateSiteBuildHookParamsWithContext(ctx context.Context) *UpdateSiteBuildHookParams

NewUpdateSiteBuildHookParamsWithContext creates a new UpdateSiteBuildHookParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteBuildHookParamsWithHTTPClient ¶

func NewUpdateSiteBuildHookParamsWithHTTPClient(client *http.Client) *UpdateSiteBuildHookParams

NewUpdateSiteBuildHookParamsWithHTTPClient creates a new UpdateSiteBuildHookParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteBuildHookParamsWithTimeout ¶

func NewUpdateSiteBuildHookParamsWithTimeout(timeout time.Duration) *UpdateSiteBuildHookParams

NewUpdateSiteBuildHookParamsWithTimeout creates a new UpdateSiteBuildHookParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteBuildHookParams) SetBuildHook ¶

func (o *UpdateSiteBuildHookParams) SetBuildHook(buildHook *models.BuildHookSetup)

SetBuildHook adds the buildHook to the update site build hook params

func (*UpdateSiteBuildHookParams) SetContext ¶

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

SetContext adds the context to the update site build hook params

func (*UpdateSiteBuildHookParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site build hook params

func (*UpdateSiteBuildHookParams) SetID ¶

func (o *UpdateSiteBuildHookParams) SetID(id string)

SetID adds the id to the update site build hook params

func (*UpdateSiteBuildHookParams) SetSiteID ¶

func (o *UpdateSiteBuildHookParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site build hook params

func (*UpdateSiteBuildHookParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site build hook params

func (*UpdateSiteBuildHookParams) WithBuildHook ¶

WithBuildHook adds the buildHook to the update site build hook params

func (*UpdateSiteBuildHookParams) WithContext ¶

WithContext adds the context to the update site build hook params

func (*UpdateSiteBuildHookParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site build hook params

func (*UpdateSiteBuildHookParams) WithID ¶

WithID adds the id to the update site build hook params

func (*UpdateSiteBuildHookParams) WithSiteID ¶

WithSiteID adds the siteID to the update site build hook params

func (*UpdateSiteBuildHookParams) WithTimeout ¶

WithTimeout adds the timeout to the update site build hook params

func (*UpdateSiteBuildHookParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateSiteBuildHookReader ¶

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

UpdateSiteBuildHookReader is a Reader for the UpdateSiteBuildHook structure.

func (*UpdateSiteBuildHookReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteBuildLogDefault ¶

type UpdateSiteBuildLogDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteBuildLogDefault handles this case with default header values.

error

func NewUpdateSiteBuildLogDefault ¶

func NewUpdateSiteBuildLogDefault(code int) *UpdateSiteBuildLogDefault

NewUpdateSiteBuildLogDefault creates a UpdateSiteBuildLogDefault with default headers values

func (*UpdateSiteBuildLogDefault) Code ¶

func (o *UpdateSiteBuildLogDefault) Code() int

Code gets the status code for the update site build log default response

func (*UpdateSiteBuildLogDefault) Error ¶

func (o *UpdateSiteBuildLogDefault) Error() string

func (*UpdateSiteBuildLogDefault) GetPayload ¶

func (o *UpdateSiteBuildLogDefault) GetPayload() *models.Error

type UpdateSiteBuildLogNoContent ¶

type UpdateSiteBuildLogNoContent struct {
}

UpdateSiteBuildLogNoContent handles this case with default header values.

No content

func NewUpdateSiteBuildLogNoContent ¶

func NewUpdateSiteBuildLogNoContent() *UpdateSiteBuildLogNoContent

NewUpdateSiteBuildLogNoContent creates a UpdateSiteBuildLogNoContent with default headers values

func (*UpdateSiteBuildLogNoContent) Error ¶

type UpdateSiteBuildLogParams ¶

type UpdateSiteBuildLogParams struct {

	/*BuildID*/
	BuildID string
	/*Msg*/
	Msg *models.BuildLogMsg

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

UpdateSiteBuildLogParams contains all the parameters to send to the API endpoint for the update site build log operation typically these are written to a http.Request

func NewUpdateSiteBuildLogParams ¶

func NewUpdateSiteBuildLogParams() *UpdateSiteBuildLogParams

NewUpdateSiteBuildLogParams creates a new UpdateSiteBuildLogParams object with the default values initialized.

func NewUpdateSiteBuildLogParamsWithContext ¶

func NewUpdateSiteBuildLogParamsWithContext(ctx context.Context) *UpdateSiteBuildLogParams

NewUpdateSiteBuildLogParamsWithContext creates a new UpdateSiteBuildLogParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteBuildLogParamsWithHTTPClient ¶

func NewUpdateSiteBuildLogParamsWithHTTPClient(client *http.Client) *UpdateSiteBuildLogParams

NewUpdateSiteBuildLogParamsWithHTTPClient creates a new UpdateSiteBuildLogParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteBuildLogParamsWithTimeout ¶

func NewUpdateSiteBuildLogParamsWithTimeout(timeout time.Duration) *UpdateSiteBuildLogParams

NewUpdateSiteBuildLogParamsWithTimeout creates a new UpdateSiteBuildLogParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteBuildLogParams) SetBuildID ¶

func (o *UpdateSiteBuildLogParams) SetBuildID(buildID string)

SetBuildID adds the buildId to the update site build log params

func (*UpdateSiteBuildLogParams) SetContext ¶

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

SetContext adds the context to the update site build log params

func (*UpdateSiteBuildLogParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site build log params

func (*UpdateSiteBuildLogParams) SetMsg ¶

SetMsg adds the msg to the update site build log params

func (*UpdateSiteBuildLogParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site build log params

func (*UpdateSiteBuildLogParams) WithBuildID ¶

func (o *UpdateSiteBuildLogParams) WithBuildID(buildID string) *UpdateSiteBuildLogParams

WithBuildID adds the buildID to the update site build log params

func (*UpdateSiteBuildLogParams) WithContext ¶

WithContext adds the context to the update site build log params

func (*UpdateSiteBuildLogParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site build log params

func (*UpdateSiteBuildLogParams) WithMsg ¶

WithMsg adds the msg to the update site build log params

func (*UpdateSiteBuildLogParams) WithTimeout ¶

WithTimeout adds the timeout to the update site build log params

func (*UpdateSiteBuildLogParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateSiteBuildLogReader ¶

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

UpdateSiteBuildLogReader is a Reader for the UpdateSiteBuildLog structure.

func (*UpdateSiteBuildLogReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteDefault ¶

type UpdateSiteDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteDefault handles this case with default header values.

error

func NewUpdateSiteDefault ¶

func NewUpdateSiteDefault(code int) *UpdateSiteDefault

NewUpdateSiteDefault creates a UpdateSiteDefault with default headers values

func (*UpdateSiteDefault) Code ¶

func (o *UpdateSiteDefault) Code() int

Code gets the status code for the update site default response

func (*UpdateSiteDefault) Error ¶

func (o *UpdateSiteDefault) Error() string

func (*UpdateSiteDefault) GetPayload ¶

func (o *UpdateSiteDefault) GetPayload() *models.Error

type UpdateSiteDeployDefault ¶

type UpdateSiteDeployDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteDeployDefault handles this case with default header values.

error

func NewUpdateSiteDeployDefault ¶

func NewUpdateSiteDeployDefault(code int) *UpdateSiteDeployDefault

NewUpdateSiteDeployDefault creates a UpdateSiteDeployDefault with default headers values

func (*UpdateSiteDeployDefault) Code ¶

func (o *UpdateSiteDeployDefault) Code() int

Code gets the status code for the update site deploy default response

func (*UpdateSiteDeployDefault) Error ¶

func (o *UpdateSiteDeployDefault) Error() string

func (*UpdateSiteDeployDefault) GetPayload ¶

func (o *UpdateSiteDeployDefault) GetPayload() *models.Error

type UpdateSiteDeployOK ¶

type UpdateSiteDeployOK struct {
	Payload *models.Deploy
}

UpdateSiteDeployOK handles this case with default header values.

OK

func NewUpdateSiteDeployOK ¶

func NewUpdateSiteDeployOK() *UpdateSiteDeployOK

NewUpdateSiteDeployOK creates a UpdateSiteDeployOK with default headers values

func (*UpdateSiteDeployOK) Error ¶

func (o *UpdateSiteDeployOK) Error() string

func (*UpdateSiteDeployOK) GetPayload ¶

func (o *UpdateSiteDeployOK) GetPayload() *models.Deploy

type UpdateSiteDeployParams ¶

type UpdateSiteDeployParams struct {

	/*Deploy*/
	Deploy *models.DeployFiles
	/*DeployID*/
	DeployID string
	/*SiteID*/
	SiteID string

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

UpdateSiteDeployParams contains all the parameters to send to the API endpoint for the update site deploy operation typically these are written to a http.Request

func NewUpdateSiteDeployParams ¶

func NewUpdateSiteDeployParams() *UpdateSiteDeployParams

NewUpdateSiteDeployParams creates a new UpdateSiteDeployParams object with the default values initialized.

func NewUpdateSiteDeployParamsWithContext ¶

func NewUpdateSiteDeployParamsWithContext(ctx context.Context) *UpdateSiteDeployParams

NewUpdateSiteDeployParamsWithContext creates a new UpdateSiteDeployParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteDeployParamsWithHTTPClient ¶

func NewUpdateSiteDeployParamsWithHTTPClient(client *http.Client) *UpdateSiteDeployParams

NewUpdateSiteDeployParamsWithHTTPClient creates a new UpdateSiteDeployParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteDeployParamsWithTimeout ¶

func NewUpdateSiteDeployParamsWithTimeout(timeout time.Duration) *UpdateSiteDeployParams

NewUpdateSiteDeployParamsWithTimeout creates a new UpdateSiteDeployParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteDeployParams) SetContext ¶

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

SetContext adds the context to the update site deploy params

func (*UpdateSiteDeployParams) SetDeploy ¶

func (o *UpdateSiteDeployParams) SetDeploy(deploy *models.DeployFiles)

SetDeploy adds the deploy to the update site deploy params

func (*UpdateSiteDeployParams) SetDeployID ¶

func (o *UpdateSiteDeployParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the update site deploy params

func (*UpdateSiteDeployParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site deploy params

func (*UpdateSiteDeployParams) SetSiteID ¶

func (o *UpdateSiteDeployParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site deploy params

func (*UpdateSiteDeployParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site deploy params

func (*UpdateSiteDeployParams) WithContext ¶

WithContext adds the context to the update site deploy params

func (*UpdateSiteDeployParams) WithDeploy ¶

WithDeploy adds the deploy to the update site deploy params

func (*UpdateSiteDeployParams) WithDeployID ¶

func (o *UpdateSiteDeployParams) WithDeployID(deployID string) *UpdateSiteDeployParams

WithDeployID adds the deployID to the update site deploy params

func (*UpdateSiteDeployParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site deploy params

func (*UpdateSiteDeployParams) WithSiteID ¶

func (o *UpdateSiteDeployParams) WithSiteID(siteID string) *UpdateSiteDeployParams

WithSiteID adds the siteID to the update site deploy params

func (*UpdateSiteDeployParams) WithTimeout ¶

WithTimeout adds the timeout to the update site deploy params

func (*UpdateSiteDeployParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateSiteDeployReader ¶

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

UpdateSiteDeployReader is a Reader for the UpdateSiteDeploy structure.

func (*UpdateSiteDeployReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteMetadataDefault ¶

type UpdateSiteMetadataDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteMetadataDefault handles this case with default header values.

error

func NewUpdateSiteMetadataDefault ¶

func NewUpdateSiteMetadataDefault(code int) *UpdateSiteMetadataDefault

NewUpdateSiteMetadataDefault creates a UpdateSiteMetadataDefault with default headers values

func (*UpdateSiteMetadataDefault) Code ¶

func (o *UpdateSiteMetadataDefault) Code() int

Code gets the status code for the update site metadata default response

func (*UpdateSiteMetadataDefault) Error ¶

func (o *UpdateSiteMetadataDefault) Error() string

func (*UpdateSiteMetadataDefault) GetPayload ¶

func (o *UpdateSiteMetadataDefault) GetPayload() *models.Error

type UpdateSiteMetadataNoContent ¶

type UpdateSiteMetadataNoContent struct {
}

UpdateSiteMetadataNoContent handles this case with default header values.

No content

func NewUpdateSiteMetadataNoContent ¶

func NewUpdateSiteMetadataNoContent() *UpdateSiteMetadataNoContent

NewUpdateSiteMetadataNoContent creates a UpdateSiteMetadataNoContent with default headers values

func (*UpdateSiteMetadataNoContent) Error ¶

type UpdateSiteMetadataParams ¶

type UpdateSiteMetadataParams struct {

	/*Metadata*/
	Metadata models.Metadata
	/*SiteID*/
	SiteID string

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

UpdateSiteMetadataParams contains all the parameters to send to the API endpoint for the update site metadata operation typically these are written to a http.Request

func NewUpdateSiteMetadataParams ¶

func NewUpdateSiteMetadataParams() *UpdateSiteMetadataParams

NewUpdateSiteMetadataParams creates a new UpdateSiteMetadataParams object with the default values initialized.

func NewUpdateSiteMetadataParamsWithContext ¶

func NewUpdateSiteMetadataParamsWithContext(ctx context.Context) *UpdateSiteMetadataParams

NewUpdateSiteMetadataParamsWithContext creates a new UpdateSiteMetadataParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteMetadataParamsWithHTTPClient ¶

func NewUpdateSiteMetadataParamsWithHTTPClient(client *http.Client) *UpdateSiteMetadataParams

NewUpdateSiteMetadataParamsWithHTTPClient creates a new UpdateSiteMetadataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteMetadataParamsWithTimeout ¶

func NewUpdateSiteMetadataParamsWithTimeout(timeout time.Duration) *UpdateSiteMetadataParams

NewUpdateSiteMetadataParamsWithTimeout creates a new UpdateSiteMetadataParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteMetadataParams) SetContext ¶

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

SetContext adds the context to the update site metadata params

func (*UpdateSiteMetadataParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site metadata params

func (*UpdateSiteMetadataParams) SetMetadata ¶

func (o *UpdateSiteMetadataParams) SetMetadata(metadata models.Metadata)

SetMetadata adds the metadata to the update site metadata params

func (*UpdateSiteMetadataParams) SetSiteID ¶

func (o *UpdateSiteMetadataParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site metadata params

func (*UpdateSiteMetadataParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site metadata params

func (*UpdateSiteMetadataParams) WithContext ¶

WithContext adds the context to the update site metadata params

func (*UpdateSiteMetadataParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site metadata params

func (*UpdateSiteMetadataParams) WithMetadata ¶

WithMetadata adds the metadata to the update site metadata params

func (*UpdateSiteMetadataParams) WithSiteID ¶

WithSiteID adds the siteID to the update site metadata params

func (*UpdateSiteMetadataParams) WithTimeout ¶

WithTimeout adds the timeout to the update site metadata params

func (*UpdateSiteMetadataParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateSiteMetadataReader ¶

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

UpdateSiteMetadataReader is a Reader for the UpdateSiteMetadata structure.

func (*UpdateSiteMetadataReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteOK ¶

type UpdateSiteOK struct {
	Payload *models.Site
}

UpdateSiteOK handles this case with default header values.

OK

func NewUpdateSiteOK ¶

func NewUpdateSiteOK() *UpdateSiteOK

NewUpdateSiteOK creates a UpdateSiteOK with default headers values

func (*UpdateSiteOK) Error ¶

func (o *UpdateSiteOK) Error() string

func (*UpdateSiteOK) GetPayload ¶

func (o *UpdateSiteOK) GetPayload() *models.Site

type UpdateSiteParams ¶

type UpdateSiteParams struct {

	/*Site*/
	Site *models.SiteSetup
	/*SiteID*/
	SiteID string

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

UpdateSiteParams contains all the parameters to send to the API endpoint for the update site operation typically these are written to a http.Request

func NewUpdateSiteParams ¶

func NewUpdateSiteParams() *UpdateSiteParams

NewUpdateSiteParams creates a new UpdateSiteParams object with the default values initialized.

func NewUpdateSiteParamsWithContext ¶

func NewUpdateSiteParamsWithContext(ctx context.Context) *UpdateSiteParams

NewUpdateSiteParamsWithContext creates a new UpdateSiteParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteParamsWithHTTPClient ¶

func NewUpdateSiteParamsWithHTTPClient(client *http.Client) *UpdateSiteParams

NewUpdateSiteParamsWithHTTPClient creates a new UpdateSiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteParamsWithTimeout ¶

func NewUpdateSiteParamsWithTimeout(timeout time.Duration) *UpdateSiteParams

NewUpdateSiteParamsWithTimeout creates a new UpdateSiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteParams) SetContext ¶

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

SetContext adds the context to the update site params

func (*UpdateSiteParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site params

func (*UpdateSiteParams) SetSite ¶

func (o *UpdateSiteParams) SetSite(site *models.SiteSetup)

SetSite adds the site to the update site params

func (*UpdateSiteParams) SetSiteID ¶

func (o *UpdateSiteParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site params

func (*UpdateSiteParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site params

func (*UpdateSiteParams) WithContext ¶

func (o *UpdateSiteParams) WithContext(ctx context.Context) *UpdateSiteParams

WithContext adds the context to the update site params

func (*UpdateSiteParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site params

func (*UpdateSiteParams) WithSite ¶

func (o *UpdateSiteParams) WithSite(site *models.SiteSetup) *UpdateSiteParams

WithSite adds the site to the update site params

func (*UpdateSiteParams) WithSiteID ¶

func (o *UpdateSiteParams) WithSiteID(siteID string) *UpdateSiteParams

WithSiteID adds the siteID to the update site params

func (*UpdateSiteParams) WithTimeout ¶

func (o *UpdateSiteParams) WithTimeout(timeout time.Duration) *UpdateSiteParams

WithTimeout adds the timeout to the update site params

func (*UpdateSiteParams) WriteToRequest ¶

func (o *UpdateSiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSiteReader ¶

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

UpdateSiteReader is a Reader for the UpdateSite structure.

func (*UpdateSiteReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSiteSnippetDefault ¶

type UpdateSiteSnippetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSiteSnippetDefault handles this case with default header values.

error

func NewUpdateSiteSnippetDefault ¶

func NewUpdateSiteSnippetDefault(code int) *UpdateSiteSnippetDefault

NewUpdateSiteSnippetDefault creates a UpdateSiteSnippetDefault with default headers values

func (*UpdateSiteSnippetDefault) Code ¶

func (o *UpdateSiteSnippetDefault) Code() int

Code gets the status code for the update site snippet default response

func (*UpdateSiteSnippetDefault) Error ¶

func (o *UpdateSiteSnippetDefault) Error() string

func (*UpdateSiteSnippetDefault) GetPayload ¶

func (o *UpdateSiteSnippetDefault) GetPayload() *models.Error

type UpdateSiteSnippetNoContent ¶

type UpdateSiteSnippetNoContent struct {
}

UpdateSiteSnippetNoContent handles this case with default header values.

No content

func NewUpdateSiteSnippetNoContent ¶

func NewUpdateSiteSnippetNoContent() *UpdateSiteSnippetNoContent

NewUpdateSiteSnippetNoContent creates a UpdateSiteSnippetNoContent with default headers values

func (*UpdateSiteSnippetNoContent) Error ¶

type UpdateSiteSnippetParams ¶

type UpdateSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*Snippet*/
	Snippet *models.Snippet
	/*SnippetID*/
	SnippetID string

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

UpdateSiteSnippetParams contains all the parameters to send to the API endpoint for the update site snippet operation typically these are written to a http.Request

func NewUpdateSiteSnippetParams ¶

func NewUpdateSiteSnippetParams() *UpdateSiteSnippetParams

NewUpdateSiteSnippetParams creates a new UpdateSiteSnippetParams object with the default values initialized.

func NewUpdateSiteSnippetParamsWithContext ¶

func NewUpdateSiteSnippetParamsWithContext(ctx context.Context) *UpdateSiteSnippetParams

NewUpdateSiteSnippetParamsWithContext creates a new UpdateSiteSnippetParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSiteSnippetParamsWithHTTPClient ¶

func NewUpdateSiteSnippetParamsWithHTTPClient(client *http.Client) *UpdateSiteSnippetParams

NewUpdateSiteSnippetParamsWithHTTPClient creates a new UpdateSiteSnippetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSiteSnippetParamsWithTimeout ¶

func NewUpdateSiteSnippetParamsWithTimeout(timeout time.Duration) *UpdateSiteSnippetParams

NewUpdateSiteSnippetParamsWithTimeout creates a new UpdateSiteSnippetParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSiteSnippetParams) SetContext ¶

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

SetContext adds the context to the update site snippet params

func (*UpdateSiteSnippetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update site snippet params

func (*UpdateSiteSnippetParams) SetSiteID ¶

func (o *UpdateSiteSnippetParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update site snippet params

func (*UpdateSiteSnippetParams) SetSnippet ¶

func (o *UpdateSiteSnippetParams) SetSnippet(snippet *models.Snippet)

SetSnippet adds the snippet to the update site snippet params

func (*UpdateSiteSnippetParams) SetSnippetID ¶

func (o *UpdateSiteSnippetParams) SetSnippetID(snippetID string)

SetSnippetID adds the snippetId to the update site snippet params

func (*UpdateSiteSnippetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update site snippet params

func (*UpdateSiteSnippetParams) WithContext ¶

WithContext adds the context to the update site snippet params

func (*UpdateSiteSnippetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update site snippet params

func (*UpdateSiteSnippetParams) WithSiteID ¶

WithSiteID adds the siteID to the update site snippet params

func (*UpdateSiteSnippetParams) WithSnippet ¶

WithSnippet adds the snippet to the update site snippet params

func (*UpdateSiteSnippetParams) WithSnippetID ¶

func (o *UpdateSiteSnippetParams) WithSnippetID(snippetID string) *UpdateSiteSnippetParams

WithSnippetID adds the snippetID to the update site snippet params

func (*UpdateSiteSnippetParams) WithTimeout ¶

WithTimeout adds the timeout to the update site snippet params

func (*UpdateSiteSnippetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateSiteSnippetReader ¶

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

UpdateSiteSnippetReader is a Reader for the UpdateSiteSnippet structure.

func (*UpdateSiteSnippetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateSplitTestCreated ¶

type UpdateSplitTestCreated struct {
	Payload *models.SplitTest
}

UpdateSplitTestCreated handles this case with default header values.

Created

func NewUpdateSplitTestCreated ¶

func NewUpdateSplitTestCreated() *UpdateSplitTestCreated

NewUpdateSplitTestCreated creates a UpdateSplitTestCreated with default headers values

func (*UpdateSplitTestCreated) Error ¶

func (o *UpdateSplitTestCreated) Error() string

func (*UpdateSplitTestCreated) GetPayload ¶

func (o *UpdateSplitTestCreated) GetPayload() *models.SplitTest

type UpdateSplitTestDefault ¶

type UpdateSplitTestDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSplitTestDefault handles this case with default header values.

error

func NewUpdateSplitTestDefault ¶

func NewUpdateSplitTestDefault(code int) *UpdateSplitTestDefault

NewUpdateSplitTestDefault creates a UpdateSplitTestDefault with default headers values

func (*UpdateSplitTestDefault) Code ¶

func (o *UpdateSplitTestDefault) Code() int

Code gets the status code for the update split test default response

func (*UpdateSplitTestDefault) Error ¶

func (o *UpdateSplitTestDefault) Error() string

func (*UpdateSplitTestDefault) GetPayload ¶

func (o *UpdateSplitTestDefault) GetPayload() *models.Error

type UpdateSplitTestParams ¶

type UpdateSplitTestParams struct {

	/*BranchTests*/
	BranchTests *models.SplitTestSetup
	/*SiteID*/
	SiteID string
	/*SplitTestID*/
	SplitTestID string

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

UpdateSplitTestParams contains all the parameters to send to the API endpoint for the update split test operation typically these are written to a http.Request

func NewUpdateSplitTestParams ¶

func NewUpdateSplitTestParams() *UpdateSplitTestParams

NewUpdateSplitTestParams creates a new UpdateSplitTestParams object with the default values initialized.

func NewUpdateSplitTestParamsWithContext ¶

func NewUpdateSplitTestParamsWithContext(ctx context.Context) *UpdateSplitTestParams

NewUpdateSplitTestParamsWithContext creates a new UpdateSplitTestParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSplitTestParamsWithHTTPClient ¶

func NewUpdateSplitTestParamsWithHTTPClient(client *http.Client) *UpdateSplitTestParams

NewUpdateSplitTestParamsWithHTTPClient creates a new UpdateSplitTestParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSplitTestParamsWithTimeout ¶

func NewUpdateSplitTestParamsWithTimeout(timeout time.Duration) *UpdateSplitTestParams

NewUpdateSplitTestParamsWithTimeout creates a new UpdateSplitTestParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSplitTestParams) SetBranchTests ¶

func (o *UpdateSplitTestParams) SetBranchTests(branchTests *models.SplitTestSetup)

SetBranchTests adds the branchTests to the update split test params

func (*UpdateSplitTestParams) SetContext ¶

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

SetContext adds the context to the update split test params

func (*UpdateSplitTestParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the update split test params

func (*UpdateSplitTestParams) SetSiteID ¶

func (o *UpdateSplitTestParams) SetSiteID(siteID string)

SetSiteID adds the siteId to the update split test params

func (*UpdateSplitTestParams) SetSplitTestID ¶

func (o *UpdateSplitTestParams) SetSplitTestID(splitTestID string)

SetSplitTestID adds the splitTestId to the update split test params

func (*UpdateSplitTestParams) SetTimeout ¶

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

SetTimeout adds the timeout to the update split test params

func (*UpdateSplitTestParams) WithBranchTests ¶

func (o *UpdateSplitTestParams) WithBranchTests(branchTests *models.SplitTestSetup) *UpdateSplitTestParams

WithBranchTests adds the branchTests to the update split test params

func (*UpdateSplitTestParams) WithContext ¶

WithContext adds the context to the update split test params

func (*UpdateSplitTestParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the update split test params

func (*UpdateSplitTestParams) WithSiteID ¶

func (o *UpdateSplitTestParams) WithSiteID(siteID string) *UpdateSplitTestParams

WithSiteID adds the siteID to the update split test params

func (*UpdateSplitTestParams) WithSplitTestID ¶

func (o *UpdateSplitTestParams) WithSplitTestID(splitTestID string) *UpdateSplitTestParams

WithSplitTestID adds the splitTestID to the update split test params

func (*UpdateSplitTestParams) WithTimeout ¶

func (o *UpdateSplitTestParams) WithTimeout(timeout time.Duration) *UpdateSplitTestParams

WithTimeout adds the timeout to the update split test params

func (*UpdateSplitTestParams) WriteToRequest ¶

func (o *UpdateSplitTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSplitTestReader ¶

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

UpdateSplitTestReader is a Reader for the UpdateSplitTest structure.

func (*UpdateSplitTestReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UploadDeployFileDefault ¶

type UploadDeployFileDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UploadDeployFileDefault handles this case with default header values.

error

func NewUploadDeployFileDefault ¶

func NewUploadDeployFileDefault(code int) *UploadDeployFileDefault

NewUploadDeployFileDefault creates a UploadDeployFileDefault with default headers values

func (*UploadDeployFileDefault) Code ¶

func (o *UploadDeployFileDefault) Code() int

Code gets the status code for the upload deploy file default response

func (*UploadDeployFileDefault) Error ¶

func (o *UploadDeployFileDefault) Error() string

func (*UploadDeployFileDefault) GetPayload ¶

func (o *UploadDeployFileDefault) GetPayload() *models.Error

type UploadDeployFileOK ¶

type UploadDeployFileOK struct {
	Payload *models.File
}

UploadDeployFileOK handles this case with default header values.

OK

func NewUploadDeployFileOK ¶

func NewUploadDeployFileOK() *UploadDeployFileOK

NewUploadDeployFileOK creates a UploadDeployFileOK with default headers values

func (*UploadDeployFileOK) Error ¶

func (o *UploadDeployFileOK) Error() string

func (*UploadDeployFileOK) GetPayload ¶

func (o *UploadDeployFileOK) GetPayload() *models.File

type UploadDeployFileParams ¶

type UploadDeployFileParams struct {

	/*DeployID*/
	DeployID string
	/*FileBody*/
	FileBody io.ReadCloser
	/*Path*/
	Path string
	/*Size*/
	Size *int64

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

UploadDeployFileParams contains all the parameters to send to the API endpoint for the upload deploy file operation typically these are written to a http.Request

func NewUploadDeployFileParams ¶

func NewUploadDeployFileParams() *UploadDeployFileParams

NewUploadDeployFileParams creates a new UploadDeployFileParams object with the default values initialized.

func NewUploadDeployFileParamsWithContext ¶

func NewUploadDeployFileParamsWithContext(ctx context.Context) *UploadDeployFileParams

NewUploadDeployFileParamsWithContext creates a new UploadDeployFileParams object with the default values initialized, and the ability to set a context for a request

func NewUploadDeployFileParamsWithHTTPClient ¶

func NewUploadDeployFileParamsWithHTTPClient(client *http.Client) *UploadDeployFileParams

NewUploadDeployFileParamsWithHTTPClient creates a new UploadDeployFileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUploadDeployFileParamsWithTimeout ¶

func NewUploadDeployFileParamsWithTimeout(timeout time.Duration) *UploadDeployFileParams

NewUploadDeployFileParamsWithTimeout creates a new UploadDeployFileParams object with the default values initialized, and the ability to set a timeout on a request

func (*UploadDeployFileParams) SetContext ¶

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

SetContext adds the context to the upload deploy file params

func (*UploadDeployFileParams) SetDeployID ¶

func (o *UploadDeployFileParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the upload deploy file params

func (*UploadDeployFileParams) SetFileBody ¶

func (o *UploadDeployFileParams) SetFileBody(fileBody io.ReadCloser)

SetFileBody adds the fileBody to the upload deploy file params

func (*UploadDeployFileParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the upload deploy file params

func (*UploadDeployFileParams) SetPath ¶

func (o *UploadDeployFileParams) SetPath(path string)

SetPath adds the path to the upload deploy file params

func (*UploadDeployFileParams) SetSize ¶

func (o *UploadDeployFileParams) SetSize(size *int64)

SetSize adds the size to the upload deploy file params

func (*UploadDeployFileParams) SetTimeout ¶

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

SetTimeout adds the timeout to the upload deploy file params

func (*UploadDeployFileParams) WithContext ¶

WithContext adds the context to the upload deploy file params

func (*UploadDeployFileParams) WithDeployID ¶

func (o *UploadDeployFileParams) WithDeployID(deployID string) *UploadDeployFileParams

WithDeployID adds the deployID to the upload deploy file params

func (*UploadDeployFileParams) WithFileBody ¶

func (o *UploadDeployFileParams) WithFileBody(fileBody io.ReadCloser) *UploadDeployFileParams

WithFileBody adds the fileBody to the upload deploy file params

func (*UploadDeployFileParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the upload deploy file params

func (*UploadDeployFileParams) WithPath ¶

WithPath adds the path to the upload deploy file params

func (*UploadDeployFileParams) WithSize ¶

WithSize adds the size to the upload deploy file params

func (*UploadDeployFileParams) WithTimeout ¶

WithTimeout adds the timeout to the upload deploy file params

func (*UploadDeployFileParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UploadDeployFileReader ¶

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

UploadDeployFileReader is a Reader for the UploadDeployFile structure.

func (*UploadDeployFileReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UploadDeployFunctionDefault ¶

type UploadDeployFunctionDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UploadDeployFunctionDefault handles this case with default header values.

error

func NewUploadDeployFunctionDefault ¶

func NewUploadDeployFunctionDefault(code int) *UploadDeployFunctionDefault

NewUploadDeployFunctionDefault creates a UploadDeployFunctionDefault with default headers values

func (*UploadDeployFunctionDefault) Code ¶

func (o *UploadDeployFunctionDefault) Code() int

Code gets the status code for the upload deploy function default response

func (*UploadDeployFunctionDefault) Error ¶

func (*UploadDeployFunctionDefault) GetPayload ¶

func (o *UploadDeployFunctionDefault) GetPayload() *models.Error

type UploadDeployFunctionOK ¶

type UploadDeployFunctionOK struct {
	Payload *models.Function
}

UploadDeployFunctionOK handles this case with default header values.

OK

func NewUploadDeployFunctionOK ¶

func NewUploadDeployFunctionOK() *UploadDeployFunctionOK

NewUploadDeployFunctionOK creates a UploadDeployFunctionOK with default headers values

func (*UploadDeployFunctionOK) Error ¶

func (o *UploadDeployFunctionOK) Error() string

func (*UploadDeployFunctionOK) GetPayload ¶

func (o *UploadDeployFunctionOK) GetPayload() *models.Function

type UploadDeployFunctionParams ¶

type UploadDeployFunctionParams struct {

	/*DeployID*/
	DeployID string
	/*FileBody*/
	FileBody io.ReadCloser
	/*Name*/
	Name string
	/*Runtime*/
	Runtime *string
	/*Size*/
	Size *int64

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

UploadDeployFunctionParams contains all the parameters to send to the API endpoint for the upload deploy function operation typically these are written to a http.Request

func NewUploadDeployFunctionParams ¶

func NewUploadDeployFunctionParams() *UploadDeployFunctionParams

NewUploadDeployFunctionParams creates a new UploadDeployFunctionParams object with the default values initialized.

func NewUploadDeployFunctionParamsWithContext ¶

func NewUploadDeployFunctionParamsWithContext(ctx context.Context) *UploadDeployFunctionParams

NewUploadDeployFunctionParamsWithContext creates a new UploadDeployFunctionParams object with the default values initialized, and the ability to set a context for a request

func NewUploadDeployFunctionParamsWithHTTPClient ¶

func NewUploadDeployFunctionParamsWithHTTPClient(client *http.Client) *UploadDeployFunctionParams

NewUploadDeployFunctionParamsWithHTTPClient creates a new UploadDeployFunctionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUploadDeployFunctionParamsWithTimeout ¶

func NewUploadDeployFunctionParamsWithTimeout(timeout time.Duration) *UploadDeployFunctionParams

NewUploadDeployFunctionParamsWithTimeout creates a new UploadDeployFunctionParams object with the default values initialized, and the ability to set a timeout on a request

func (*UploadDeployFunctionParams) SetContext ¶

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

SetContext adds the context to the upload deploy function params

func (*UploadDeployFunctionParams) SetDeployID ¶

func (o *UploadDeployFunctionParams) SetDeployID(deployID string)

SetDeployID adds the deployId to the upload deploy function params

func (*UploadDeployFunctionParams) SetFileBody ¶

func (o *UploadDeployFunctionParams) SetFileBody(fileBody io.ReadCloser)

SetFileBody adds the fileBody to the upload deploy function params

func (*UploadDeployFunctionParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the upload deploy function params

func (*UploadDeployFunctionParams) SetName ¶

func (o *UploadDeployFunctionParams) SetName(name string)

SetName adds the name to the upload deploy function params

func (*UploadDeployFunctionParams) SetRuntime ¶

func (o *UploadDeployFunctionParams) SetRuntime(runtime *string)

SetRuntime adds the runtime to the upload deploy function params

func (*UploadDeployFunctionParams) SetSize ¶

func (o *UploadDeployFunctionParams) SetSize(size *int64)

SetSize adds the size to the upload deploy function params

func (*UploadDeployFunctionParams) SetTimeout ¶

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

SetTimeout adds the timeout to the upload deploy function params

func (*UploadDeployFunctionParams) WithContext ¶

WithContext adds the context to the upload deploy function params

func (*UploadDeployFunctionParams) WithDeployID ¶

WithDeployID adds the deployID to the upload deploy function params

func (*UploadDeployFunctionParams) WithFileBody ¶

WithFileBody adds the fileBody to the upload deploy function params

func (*UploadDeployFunctionParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the upload deploy function params

func (*UploadDeployFunctionParams) WithName ¶

WithName adds the name to the upload deploy function params

func (*UploadDeployFunctionParams) WithRuntime ¶

WithRuntime adds the runtime to the upload deploy function params

func (*UploadDeployFunctionParams) WithSize ¶

WithSize adds the size to the upload deploy function params

func (*UploadDeployFunctionParams) WithTimeout ¶

WithTimeout adds the timeout to the upload deploy function params

func (*UploadDeployFunctionParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UploadDeployFunctionReader ¶

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

UploadDeployFunctionReader is a Reader for the UploadDeployFunction structure.

func (*UploadDeployFunctionReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

Source Files ¶

Jump to

Keyboard shortcuts

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