properties

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for properties API

func (*Client) DeleteCommitHostedPropertyValue

func (a *Client) DeleteCommitHostedPropertyValue(params *DeleteCommitHostedPropertyValueParams) (*DeleteCommitHostedPropertyValueNoContent, error)

DeleteCommitHostedPropertyValue Delete an application property value stored against a commit.

func (*Client) DeletePullRequestHostedPropertyValue

DeletePullRequestHostedPropertyValue Delete an application property value stored against a pull request.

func (*Client) DeleteRepositoryHostedPropertyValue

func (a *Client) DeleteRepositoryHostedPropertyValue(params *DeleteRepositoryHostedPropertyValueParams) (*DeleteRepositoryHostedPropertyValueNoContent, error)

DeleteRepositoryHostedPropertyValue Delete an application property value stored against a repository.

func (*Client) DeleteUserHostedPropertyValue

func (a *Client) DeleteUserHostedPropertyValue(params *DeleteUserHostedPropertyValueParams) (*DeleteUserHostedPropertyValueNoContent, error)

DeleteUserHostedPropertyValue Delete an application property value stored against a user.

func (*Client) GetCommitHostedPropertyValue

func (a *Client) GetCommitHostedPropertyValue(params *GetCommitHostedPropertyValueParams) (*GetCommitHostedPropertyValueOK, error)

GetCommitHostedPropertyValue Retrieve an application property value stored against a commit.

func (*Client) GetPullRequestHostedPropertyValue

func (a *Client) GetPullRequestHostedPropertyValue(params *GetPullRequestHostedPropertyValueParams) (*GetPullRequestHostedPropertyValueOK, error)

GetPullRequestHostedPropertyValue Retrieve an application property value stored against a pull request.

func (*Client) GetRepositoryHostedPropertyValue

func (a *Client) GetRepositoryHostedPropertyValue(params *GetRepositoryHostedPropertyValueParams) (*GetRepositoryHostedPropertyValueOK, error)

GetRepositoryHostedPropertyValue Retrieve an application property value stored against a repository.

func (*Client) RetrieveUserHostedPropertyValue

func (a *Client) RetrieveUserHostedPropertyValue(params *RetrieveUserHostedPropertyValueParams) (*RetrieveUserHostedPropertyValueOK, error)

RetrieveUserHostedPropertyValue Retrieve an application property value stored against a user.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCommitHostedPropertyValue

func (a *Client) UpdateCommitHostedPropertyValue(params *UpdateCommitHostedPropertyValueParams) (*UpdateCommitHostedPropertyValueNoContent, error)

UpdateCommitHostedPropertyValue Update an application property value stored against a commit.

func (*Client) UpdatePullRequestHostedPropertyValue

UpdatePullRequestHostedPropertyValue Update an application property value stored against a pull request.

func (*Client) UpdateRepositoryHostedPropertyValue

func (a *Client) UpdateRepositoryHostedPropertyValue(params *UpdateRepositoryHostedPropertyValueParams) (*UpdateRepositoryHostedPropertyValueNoContent, error)

UpdateRepositoryHostedPropertyValue Update an application property value stored against a repository.

func (*Client) UpdateUserHostedPropertyValue

func (a *Client) UpdateUserHostedPropertyValue(params *UpdateUserHostedPropertyValueParams) (*UpdateUserHostedPropertyValueNoContent, error)

UpdateUserHostedPropertyValue Update an application property value stored against a user.

type ClientService

type ClientService interface {
	DeleteCommitHostedPropertyValue(params *DeleteCommitHostedPropertyValueParams) (*DeleteCommitHostedPropertyValueNoContent, error)

	DeletePullRequestHostedPropertyValue(params *DeletePullRequestHostedPropertyValueParams) (*DeletePullRequestHostedPropertyValueNoContent, error)

	DeleteRepositoryHostedPropertyValue(params *DeleteRepositoryHostedPropertyValueParams) (*DeleteRepositoryHostedPropertyValueNoContent, error)

	DeleteUserHostedPropertyValue(params *DeleteUserHostedPropertyValueParams) (*DeleteUserHostedPropertyValueNoContent, error)

	GetCommitHostedPropertyValue(params *GetCommitHostedPropertyValueParams) (*GetCommitHostedPropertyValueOK, error)

	GetPullRequestHostedPropertyValue(params *GetPullRequestHostedPropertyValueParams) (*GetPullRequestHostedPropertyValueOK, error)

	GetRepositoryHostedPropertyValue(params *GetRepositoryHostedPropertyValueParams) (*GetRepositoryHostedPropertyValueOK, error)

	RetrieveUserHostedPropertyValue(params *RetrieveUserHostedPropertyValueParams) (*RetrieveUserHostedPropertyValueOK, error)

	UpdateCommitHostedPropertyValue(params *UpdateCommitHostedPropertyValueParams) (*UpdateCommitHostedPropertyValueNoContent, error)

	UpdatePullRequestHostedPropertyValue(params *UpdatePullRequestHostedPropertyValueParams) (*UpdatePullRequestHostedPropertyValueNoContent, error)

	UpdateRepositoryHostedPropertyValue(params *UpdateRepositoryHostedPropertyValueParams) (*UpdateRepositoryHostedPropertyValueNoContent, error)

	UpdateUserHostedPropertyValue(params *UpdateUserHostedPropertyValueParams) (*UpdateUserHostedPropertyValueNoContent, 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 properties API client.

type DeleteCommitHostedPropertyValueNoContent

type DeleteCommitHostedPropertyValueNoContent struct {
}

DeleteCommitHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewDeleteCommitHostedPropertyValueNoContent

func NewDeleteCommitHostedPropertyValueNoContent() *DeleteCommitHostedPropertyValueNoContent

NewDeleteCommitHostedPropertyValueNoContent creates a DeleteCommitHostedPropertyValueNoContent with default headers values

func (*DeleteCommitHostedPropertyValueNoContent) Error

type DeleteCommitHostedPropertyValueParams

type DeleteCommitHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*Commit
	  The commit.

	*/
	Commit string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

DeleteCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete commit hosted property value operation typically these are written to a http.Request

func NewDeleteCommitHostedPropertyValueParams

func NewDeleteCommitHostedPropertyValueParams() *DeleteCommitHostedPropertyValueParams

NewDeleteCommitHostedPropertyValueParams creates a new DeleteCommitHostedPropertyValueParams object with the default values initialized.

func NewDeleteCommitHostedPropertyValueParamsWithContext

func NewDeleteCommitHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteCommitHostedPropertyValueParams

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

func NewDeleteCommitHostedPropertyValueParamsWithHTTPClient

func NewDeleteCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteCommitHostedPropertyValueParams

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

func NewDeleteCommitHostedPropertyValueParamsWithTimeout

func NewDeleteCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteCommitHostedPropertyValueParams

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

func (*DeleteCommitHostedPropertyValueParams) SetAppKey

func (o *DeleteCommitHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetCommit

func (o *DeleteCommitHostedPropertyValueParams) SetCommit(commit string)

SetCommit adds the commit to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetContext

SetContext adds the context to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetPropertyName

func (o *DeleteCommitHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetRepoSlug

func (o *DeleteCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) SetWorkspace

func (o *DeleteCommitHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithCommit

WithCommit adds the commit to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithContext

WithContext adds the context to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the delete commit hosted property value params

func (*DeleteCommitHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCommitHostedPropertyValueReader

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

DeleteCommitHostedPropertyValueReader is a Reader for the DeleteCommitHostedPropertyValue structure.

func (*DeleteCommitHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePullRequestHostedPropertyValueNoContent

type DeletePullRequestHostedPropertyValueNoContent struct {
}

DeletePullRequestHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewDeletePullRequestHostedPropertyValueNoContent

func NewDeletePullRequestHostedPropertyValueNoContent() *DeletePullRequestHostedPropertyValueNoContent

NewDeletePullRequestHostedPropertyValueNoContent creates a DeletePullRequestHostedPropertyValueNoContent with default headers values

func (*DeletePullRequestHostedPropertyValueNoContent) Error

type DeletePullRequestHostedPropertyValueParams

type DeletePullRequestHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*PullrequestID
	  The pull request ID.

	*/
	PullrequestID string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

DeletePullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete pull request hosted property value operation typically these are written to a http.Request

func NewDeletePullRequestHostedPropertyValueParams

func NewDeletePullRequestHostedPropertyValueParams() *DeletePullRequestHostedPropertyValueParams

NewDeletePullRequestHostedPropertyValueParams creates a new DeletePullRequestHostedPropertyValueParams object with the default values initialized.

func NewDeletePullRequestHostedPropertyValueParamsWithContext

func NewDeletePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *DeletePullRequestHostedPropertyValueParams

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

func NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient

func NewDeletePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeletePullRequestHostedPropertyValueParams

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

func NewDeletePullRequestHostedPropertyValueParamsWithTimeout

func NewDeletePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeletePullRequestHostedPropertyValueParams

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

func (*DeletePullRequestHostedPropertyValueParams) SetAppKey

SetAppKey adds the appKey to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetContext

SetContext adds the context to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetPropertyName

func (o *DeletePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetPullrequestID

func (o *DeletePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)

SetPullrequestID adds the pullrequestId to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetRepoSlug

func (o *DeletePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetTimeout

SetTimeout adds the timeout to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) SetWorkspace

func (o *DeletePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithContext

WithContext adds the context to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithPullrequestID

WithPullrequestID adds the pullrequestID to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the delete pull request hosted property value params

func (*DeletePullRequestHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePullRequestHostedPropertyValueReader

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

DeletePullRequestHostedPropertyValueReader is a Reader for the DeletePullRequestHostedPropertyValue structure.

func (*DeletePullRequestHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteRepositoryHostedPropertyValueNoContent

type DeleteRepositoryHostedPropertyValueNoContent struct {
}

DeleteRepositoryHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewDeleteRepositoryHostedPropertyValueNoContent

func NewDeleteRepositoryHostedPropertyValueNoContent() *DeleteRepositoryHostedPropertyValueNoContent

NewDeleteRepositoryHostedPropertyValueNoContent creates a DeleteRepositoryHostedPropertyValueNoContent with default headers values

func (*DeleteRepositoryHostedPropertyValueNoContent) Error

type DeleteRepositoryHostedPropertyValueParams

type DeleteRepositoryHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

DeleteRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete repository hosted property value operation typically these are written to a http.Request

func NewDeleteRepositoryHostedPropertyValueParams

func NewDeleteRepositoryHostedPropertyValueParams() *DeleteRepositoryHostedPropertyValueParams

NewDeleteRepositoryHostedPropertyValueParams creates a new DeleteRepositoryHostedPropertyValueParams object with the default values initialized.

func NewDeleteRepositoryHostedPropertyValueParamsWithContext

func NewDeleteRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteRepositoryHostedPropertyValueParams

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

func NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient

func NewDeleteRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteRepositoryHostedPropertyValueParams

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

func NewDeleteRepositoryHostedPropertyValueParamsWithTimeout

func NewDeleteRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteRepositoryHostedPropertyValueParams

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

func (*DeleteRepositoryHostedPropertyValueParams) SetAppKey

SetAppKey adds the appKey to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetContext

SetContext adds the context to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetPropertyName

func (o *DeleteRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetRepoSlug

func (o *DeleteRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetTimeout

SetTimeout adds the timeout to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) SetWorkspace

func (o *DeleteRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithContext

WithContext adds the context to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the delete repository hosted property value params

func (*DeleteRepositoryHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRepositoryHostedPropertyValueReader

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

DeleteRepositoryHostedPropertyValueReader is a Reader for the DeleteRepositoryHostedPropertyValue structure.

func (*DeleteRepositoryHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserHostedPropertyValueNoContent

type DeleteUserHostedPropertyValueNoContent struct {
}

DeleteUserHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewDeleteUserHostedPropertyValueNoContent

func NewDeleteUserHostedPropertyValueNoContent() *DeleteUserHostedPropertyValueNoContent

NewDeleteUserHostedPropertyValueNoContent creates a DeleteUserHostedPropertyValueNoContent with default headers values

func (*DeleteUserHostedPropertyValueNoContent) Error

type DeleteUserHostedPropertyValueParams

type DeleteUserHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*SelectedUser
	  Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.

	*/
	SelectedUser string

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

DeleteUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the delete user hosted property value operation typically these are written to a http.Request

func NewDeleteUserHostedPropertyValueParams

func NewDeleteUserHostedPropertyValueParams() *DeleteUserHostedPropertyValueParams

NewDeleteUserHostedPropertyValueParams creates a new DeleteUserHostedPropertyValueParams object with the default values initialized.

func NewDeleteUserHostedPropertyValueParamsWithContext

func NewDeleteUserHostedPropertyValueParamsWithContext(ctx context.Context) *DeleteUserHostedPropertyValueParams

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

func NewDeleteUserHostedPropertyValueParamsWithHTTPClient

func NewDeleteUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *DeleteUserHostedPropertyValueParams

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

func NewDeleteUserHostedPropertyValueParamsWithTimeout

func NewDeleteUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *DeleteUserHostedPropertyValueParams

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

func (*DeleteUserHostedPropertyValueParams) SetAppKey

func (o *DeleteUserHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) SetContext

SetContext adds the context to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) SetPropertyName

func (o *DeleteUserHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) SetSelectedUser

func (o *DeleteUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)

SetSelectedUser adds the selectedUser to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithContext

WithContext adds the context to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithSelectedUser

WithSelectedUser adds the selectedUser to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the delete user hosted property value params

func (*DeleteUserHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteUserHostedPropertyValueReader

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

DeleteUserHostedPropertyValueReader is a Reader for the DeleteUserHostedPropertyValue structure.

func (*DeleteUserHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCommitHostedPropertyValueOK

type GetCommitHostedPropertyValueOK struct {
}

GetCommitHostedPropertyValueOK handles this case with default header values.

The value of the property.

func NewGetCommitHostedPropertyValueOK

func NewGetCommitHostedPropertyValueOK() *GetCommitHostedPropertyValueOK

NewGetCommitHostedPropertyValueOK creates a GetCommitHostedPropertyValueOK with default headers values

func (*GetCommitHostedPropertyValueOK) Error

type GetCommitHostedPropertyValueParams

type GetCommitHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*Commit
	  The commit.

	*/
	Commit string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

GetCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get commit hosted property value operation typically these are written to a http.Request

func NewGetCommitHostedPropertyValueParams

func NewGetCommitHostedPropertyValueParams() *GetCommitHostedPropertyValueParams

NewGetCommitHostedPropertyValueParams creates a new GetCommitHostedPropertyValueParams object with the default values initialized.

func NewGetCommitHostedPropertyValueParamsWithContext

func NewGetCommitHostedPropertyValueParamsWithContext(ctx context.Context) *GetCommitHostedPropertyValueParams

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

func NewGetCommitHostedPropertyValueParamsWithHTTPClient

func NewGetCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetCommitHostedPropertyValueParams

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

func NewGetCommitHostedPropertyValueParamsWithTimeout

func NewGetCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetCommitHostedPropertyValueParams

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

func (*GetCommitHostedPropertyValueParams) SetAppKey

func (o *GetCommitHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetCommit

func (o *GetCommitHostedPropertyValueParams) SetCommit(commit string)

SetCommit adds the commit to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetContext

SetContext adds the context to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetPropertyName

func (o *GetCommitHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetRepoSlug

func (o *GetCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) SetWorkspace

func (o *GetCommitHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithCommit

WithCommit adds the commit to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithContext

WithContext adds the context to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the get commit hosted property value params

func (*GetCommitHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCommitHostedPropertyValueReader

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

GetCommitHostedPropertyValueReader is a Reader for the GetCommitHostedPropertyValue structure.

func (*GetCommitHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPullRequestHostedPropertyValueOK

type GetPullRequestHostedPropertyValueOK struct {
}

GetPullRequestHostedPropertyValueOK handles this case with default header values.

The value of the property.

func NewGetPullRequestHostedPropertyValueOK

func NewGetPullRequestHostedPropertyValueOK() *GetPullRequestHostedPropertyValueOK

NewGetPullRequestHostedPropertyValueOK creates a GetPullRequestHostedPropertyValueOK with default headers values

func (*GetPullRequestHostedPropertyValueOK) Error

type GetPullRequestHostedPropertyValueParams

type GetPullRequestHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*PullrequestID
	  The pull request ID.

	*/
	PullrequestID string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

GetPullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get pull request hosted property value operation typically these are written to a http.Request

func NewGetPullRequestHostedPropertyValueParams

func NewGetPullRequestHostedPropertyValueParams() *GetPullRequestHostedPropertyValueParams

NewGetPullRequestHostedPropertyValueParams creates a new GetPullRequestHostedPropertyValueParams object with the default values initialized.

func NewGetPullRequestHostedPropertyValueParamsWithContext

func NewGetPullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *GetPullRequestHostedPropertyValueParams

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

func NewGetPullRequestHostedPropertyValueParamsWithHTTPClient

func NewGetPullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetPullRequestHostedPropertyValueParams

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

func NewGetPullRequestHostedPropertyValueParamsWithTimeout

func NewGetPullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetPullRequestHostedPropertyValueParams

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

func (*GetPullRequestHostedPropertyValueParams) SetAppKey

func (o *GetPullRequestHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetContext

SetContext adds the context to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetPropertyName

func (o *GetPullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetPullrequestID

func (o *GetPullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)

SetPullrequestID adds the pullrequestId to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetRepoSlug

func (o *GetPullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) SetWorkspace

func (o *GetPullRequestHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithContext

WithContext adds the context to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithPullrequestID

WithPullrequestID adds the pullrequestID to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the get pull request hosted property value params

func (*GetPullRequestHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPullRequestHostedPropertyValueReader

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

GetPullRequestHostedPropertyValueReader is a Reader for the GetPullRequestHostedPropertyValue structure.

func (*GetPullRequestHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRepositoryHostedPropertyValueOK

type GetRepositoryHostedPropertyValueOK struct {
}

GetRepositoryHostedPropertyValueOK handles this case with default header values.

The value of the property.

func NewGetRepositoryHostedPropertyValueOK

func NewGetRepositoryHostedPropertyValueOK() *GetRepositoryHostedPropertyValueOK

NewGetRepositoryHostedPropertyValueOK creates a GetRepositoryHostedPropertyValueOK with default headers values

func (*GetRepositoryHostedPropertyValueOK) Error

type GetRepositoryHostedPropertyValueParams

type GetRepositoryHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

GetRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the get repository hosted property value operation typically these are written to a http.Request

func NewGetRepositoryHostedPropertyValueParams

func NewGetRepositoryHostedPropertyValueParams() *GetRepositoryHostedPropertyValueParams

NewGetRepositoryHostedPropertyValueParams creates a new GetRepositoryHostedPropertyValueParams object with the default values initialized.

func NewGetRepositoryHostedPropertyValueParamsWithContext

func NewGetRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *GetRepositoryHostedPropertyValueParams

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

func NewGetRepositoryHostedPropertyValueParamsWithHTTPClient

func NewGetRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *GetRepositoryHostedPropertyValueParams

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

func NewGetRepositoryHostedPropertyValueParamsWithTimeout

func NewGetRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *GetRepositoryHostedPropertyValueParams

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

func (*GetRepositoryHostedPropertyValueParams) SetAppKey

func (o *GetRepositoryHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetContext

SetContext adds the context to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetPropertyName

func (o *GetRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetRepoSlug

func (o *GetRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) SetWorkspace

func (o *GetRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithContext

WithContext adds the context to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the get repository hosted property value params

func (*GetRepositoryHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRepositoryHostedPropertyValueReader

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

GetRepositoryHostedPropertyValueReader is a Reader for the GetRepositoryHostedPropertyValue structure.

func (*GetRepositoryHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetrieveUserHostedPropertyValueOK

type RetrieveUserHostedPropertyValueOK struct {
}

RetrieveUserHostedPropertyValueOK handles this case with default header values.

The value of the property.

func NewRetrieveUserHostedPropertyValueOK

func NewRetrieveUserHostedPropertyValueOK() *RetrieveUserHostedPropertyValueOK

NewRetrieveUserHostedPropertyValueOK creates a RetrieveUserHostedPropertyValueOK with default headers values

func (*RetrieveUserHostedPropertyValueOK) Error

type RetrieveUserHostedPropertyValueParams

type RetrieveUserHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*SelectedUser
	  Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.

	*/
	SelectedUser string

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

RetrieveUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the retrieve user hosted property value operation typically these are written to a http.Request

func NewRetrieveUserHostedPropertyValueParams

func NewRetrieveUserHostedPropertyValueParams() *RetrieveUserHostedPropertyValueParams

NewRetrieveUserHostedPropertyValueParams creates a new RetrieveUserHostedPropertyValueParams object with the default values initialized.

func NewRetrieveUserHostedPropertyValueParamsWithContext

func NewRetrieveUserHostedPropertyValueParamsWithContext(ctx context.Context) *RetrieveUserHostedPropertyValueParams

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

func NewRetrieveUserHostedPropertyValueParamsWithHTTPClient

func NewRetrieveUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *RetrieveUserHostedPropertyValueParams

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

func NewRetrieveUserHostedPropertyValueParamsWithTimeout

func NewRetrieveUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *RetrieveUserHostedPropertyValueParams

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

func (*RetrieveUserHostedPropertyValueParams) SetAppKey

func (o *RetrieveUserHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) SetContext

SetContext adds the context to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) SetPropertyName

func (o *RetrieveUserHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) SetSelectedUser

func (o *RetrieveUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)

SetSelectedUser adds the selectedUser to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithContext

WithContext adds the context to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithSelectedUser

WithSelectedUser adds the selectedUser to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the retrieve user hosted property value params

func (*RetrieveUserHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RetrieveUserHostedPropertyValueReader

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

RetrieveUserHostedPropertyValueReader is a Reader for the RetrieveUserHostedPropertyValue structure.

func (*RetrieveUserHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCommitHostedPropertyValueNoContent

type UpdateCommitHostedPropertyValueNoContent struct {
}

UpdateCommitHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewUpdateCommitHostedPropertyValueNoContent

func NewUpdateCommitHostedPropertyValueNoContent() *UpdateCommitHostedPropertyValueNoContent

NewUpdateCommitHostedPropertyValueNoContent creates a UpdateCommitHostedPropertyValueNoContent with default headers values

func (*UpdateCommitHostedPropertyValueNoContent) Error

type UpdateCommitHostedPropertyValueParams

type UpdateCommitHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*Commit
	  The commit.

	*/
	Commit string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

UpdateCommitHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update commit hosted property value operation typically these are written to a http.Request

func NewUpdateCommitHostedPropertyValueParams

func NewUpdateCommitHostedPropertyValueParams() *UpdateCommitHostedPropertyValueParams

NewUpdateCommitHostedPropertyValueParams creates a new UpdateCommitHostedPropertyValueParams object with the default values initialized.

func NewUpdateCommitHostedPropertyValueParamsWithContext

func NewUpdateCommitHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateCommitHostedPropertyValueParams

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

func NewUpdateCommitHostedPropertyValueParamsWithHTTPClient

func NewUpdateCommitHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateCommitHostedPropertyValueParams

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

func NewUpdateCommitHostedPropertyValueParamsWithTimeout

func NewUpdateCommitHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateCommitHostedPropertyValueParams

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

func (*UpdateCommitHostedPropertyValueParams) SetAppKey

func (o *UpdateCommitHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetCommit

func (o *UpdateCommitHostedPropertyValueParams) SetCommit(commit string)

SetCommit adds the commit to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetContext

SetContext adds the context to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetPropertyName

func (o *UpdateCommitHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetRepoSlug

func (o *UpdateCommitHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) SetWorkspace

func (o *UpdateCommitHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithCommit

WithCommit adds the commit to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithContext

WithContext adds the context to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the update commit hosted property value params

func (*UpdateCommitHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCommitHostedPropertyValueReader

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

UpdateCommitHostedPropertyValueReader is a Reader for the UpdateCommitHostedPropertyValue structure.

func (*UpdateCommitHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePullRequestHostedPropertyValueNoContent

type UpdatePullRequestHostedPropertyValueNoContent struct {
}

UpdatePullRequestHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewUpdatePullRequestHostedPropertyValueNoContent

func NewUpdatePullRequestHostedPropertyValueNoContent() *UpdatePullRequestHostedPropertyValueNoContent

NewUpdatePullRequestHostedPropertyValueNoContent creates a UpdatePullRequestHostedPropertyValueNoContent with default headers values

func (*UpdatePullRequestHostedPropertyValueNoContent) Error

type UpdatePullRequestHostedPropertyValueParams

type UpdatePullRequestHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*PullrequestID
	  The pull request ID.

	*/
	PullrequestID string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

UpdatePullRequestHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update pull request hosted property value operation typically these are written to a http.Request

func NewUpdatePullRequestHostedPropertyValueParams

func NewUpdatePullRequestHostedPropertyValueParams() *UpdatePullRequestHostedPropertyValueParams

NewUpdatePullRequestHostedPropertyValueParams creates a new UpdatePullRequestHostedPropertyValueParams object with the default values initialized.

func NewUpdatePullRequestHostedPropertyValueParamsWithContext

func NewUpdatePullRequestHostedPropertyValueParamsWithContext(ctx context.Context) *UpdatePullRequestHostedPropertyValueParams

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

func NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient

func NewUpdatePullRequestHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdatePullRequestHostedPropertyValueParams

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

func NewUpdatePullRequestHostedPropertyValueParamsWithTimeout

func NewUpdatePullRequestHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdatePullRequestHostedPropertyValueParams

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

func (*UpdatePullRequestHostedPropertyValueParams) SetAppKey

SetAppKey adds the appKey to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetContext

SetContext adds the context to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetPropertyName

func (o *UpdatePullRequestHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetPullrequestID

func (o *UpdatePullRequestHostedPropertyValueParams) SetPullrequestID(pullrequestID string)

SetPullrequestID adds the pullrequestId to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetRepoSlug

func (o *UpdatePullRequestHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetTimeout

SetTimeout adds the timeout to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) SetWorkspace

func (o *UpdatePullRequestHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithContext

WithContext adds the context to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithPullrequestID

WithPullrequestID adds the pullrequestID to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the update pull request hosted property value params

func (*UpdatePullRequestHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdatePullRequestHostedPropertyValueReader

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

UpdatePullRequestHostedPropertyValueReader is a Reader for the UpdatePullRequestHostedPropertyValue structure.

func (*UpdatePullRequestHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateRepositoryHostedPropertyValueNoContent

type UpdateRepositoryHostedPropertyValueNoContent struct {
}

UpdateRepositoryHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewUpdateRepositoryHostedPropertyValueNoContent

func NewUpdateRepositoryHostedPropertyValueNoContent() *UpdateRepositoryHostedPropertyValueNoContent

NewUpdateRepositoryHostedPropertyValueNoContent creates a UpdateRepositoryHostedPropertyValueNoContent with default headers values

func (*UpdateRepositoryHostedPropertyValueNoContent) Error

type UpdateRepositoryHostedPropertyValueParams

type UpdateRepositoryHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*RepoSlug
	  The repository.

	*/
	RepoSlug string
	/*Workspace
	  The repository container; either the workspace slug or the UUID in curly braces.

	*/
	Workspace string

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

UpdateRepositoryHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update repository hosted property value operation typically these are written to a http.Request

func NewUpdateRepositoryHostedPropertyValueParams

func NewUpdateRepositoryHostedPropertyValueParams() *UpdateRepositoryHostedPropertyValueParams

NewUpdateRepositoryHostedPropertyValueParams creates a new UpdateRepositoryHostedPropertyValueParams object with the default values initialized.

func NewUpdateRepositoryHostedPropertyValueParamsWithContext

func NewUpdateRepositoryHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateRepositoryHostedPropertyValueParams

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

func NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient

func NewUpdateRepositoryHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateRepositoryHostedPropertyValueParams

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

func NewUpdateRepositoryHostedPropertyValueParamsWithTimeout

func NewUpdateRepositoryHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateRepositoryHostedPropertyValueParams

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

func (*UpdateRepositoryHostedPropertyValueParams) SetAppKey

SetAppKey adds the appKey to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetContext

SetContext adds the context to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetPropertyName

func (o *UpdateRepositoryHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetRepoSlug

func (o *UpdateRepositoryHostedPropertyValueParams) SetRepoSlug(repoSlug string)

SetRepoSlug adds the repoSlug to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetTimeout

SetTimeout adds the timeout to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) SetWorkspace

func (o *UpdateRepositoryHostedPropertyValueParams) SetWorkspace(workspace string)

SetWorkspace adds the workspace to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithContext

WithContext adds the context to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithRepoSlug

WithRepoSlug adds the repoSlug to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WithWorkspace

WithWorkspace adds the workspace to the update repository hosted property value params

func (*UpdateRepositoryHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateRepositoryHostedPropertyValueReader

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

UpdateRepositoryHostedPropertyValueReader is a Reader for the UpdateRepositoryHostedPropertyValue structure.

func (*UpdateRepositoryHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateUserHostedPropertyValueNoContent

type UpdateUserHostedPropertyValueNoContent struct {
}

UpdateUserHostedPropertyValueNoContent handles this case with default header values.

An empty response.

func NewUpdateUserHostedPropertyValueNoContent

func NewUpdateUserHostedPropertyValueNoContent() *UpdateUserHostedPropertyValueNoContent

NewUpdateUserHostedPropertyValueNoContent creates a UpdateUserHostedPropertyValueNoContent with default headers values

func (*UpdateUserHostedPropertyValueNoContent) Error

type UpdateUserHostedPropertyValueParams

type UpdateUserHostedPropertyValueParams struct {

	/*AppKey
	  The key of the Connect app.

	*/
	AppKey string
	/*PropertyName
	  The name of the property.

	*/
	PropertyName string
	/*SelectedUser
	  Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian Account ID.

	*/
	SelectedUser string

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

UpdateUserHostedPropertyValueParams contains all the parameters to send to the API endpoint for the update user hosted property value operation typically these are written to a http.Request

func NewUpdateUserHostedPropertyValueParams

func NewUpdateUserHostedPropertyValueParams() *UpdateUserHostedPropertyValueParams

NewUpdateUserHostedPropertyValueParams creates a new UpdateUserHostedPropertyValueParams object with the default values initialized.

func NewUpdateUserHostedPropertyValueParamsWithContext

func NewUpdateUserHostedPropertyValueParamsWithContext(ctx context.Context) *UpdateUserHostedPropertyValueParams

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

func NewUpdateUserHostedPropertyValueParamsWithHTTPClient

func NewUpdateUserHostedPropertyValueParamsWithHTTPClient(client *http.Client) *UpdateUserHostedPropertyValueParams

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

func NewUpdateUserHostedPropertyValueParamsWithTimeout

func NewUpdateUserHostedPropertyValueParamsWithTimeout(timeout time.Duration) *UpdateUserHostedPropertyValueParams

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

func (*UpdateUserHostedPropertyValueParams) SetAppKey

func (o *UpdateUserHostedPropertyValueParams) SetAppKey(appKey string)

SetAppKey adds the appKey to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) SetContext

SetContext adds the context to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) SetPropertyName

func (o *UpdateUserHostedPropertyValueParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) SetSelectedUser

func (o *UpdateUserHostedPropertyValueParams) SetSelectedUser(selectedUser string)

SetSelectedUser adds the selectedUser to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) SetTimeout

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

SetTimeout adds the timeout to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithAppKey

WithAppKey adds the appKey to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithContext

WithContext adds the context to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithPropertyName

WithPropertyName adds the propertyName to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithSelectedUser

WithSelectedUser adds the selectedUser to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WithTimeout

WithTimeout adds the timeout to the update user hosted property value params

func (*UpdateUserHostedPropertyValueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateUserHostedPropertyValueReader

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

UpdateUserHostedPropertyValueReader is a Reader for the UpdateUserHostedPropertyValue structure.

func (*UpdateUserHostedPropertyValueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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