Documentation
¶
Index ¶
- type Client
- func (a *Client) ListVariableHistoryOfProjectVersion(params *ListVariableHistoryOfProjectVersionParams, ...) (*ListVariableHistoryOfProjectVersionOK, error)
- func (a *Client) ReadVariableHistoryOfProjectVersion(params *ReadVariableHistoryOfProjectVersionParams, ...) (*ReadVariableHistoryOfProjectVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type ListVariableHistoryOfProjectVersionBadRequest
- type ListVariableHistoryOfProjectVersionConflict
- type ListVariableHistoryOfProjectVersionForbidden
- type ListVariableHistoryOfProjectVersionInternalServerError
- type ListVariableHistoryOfProjectVersionNotFound
- type ListVariableHistoryOfProjectVersionOK
- type ListVariableHistoryOfProjectVersionParams
- func NewListVariableHistoryOfProjectVersionParams() *ListVariableHistoryOfProjectVersionParams
- func NewListVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ListVariableHistoryOfProjectVersionParams
- func NewListVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListVariableHistoryOfProjectVersionParams
- func NewListVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ListVariableHistoryOfProjectVersionParams) SetFields(fields *string)
- func (o *ListVariableHistoryOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ListVariableHistoryOfProjectVersionParams) SetLimit(limit *int32)
- func (o *ListVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ListVariableHistoryOfProjectVersionParams) SetQ(q *string)
- func (o *ListVariableHistoryOfProjectVersionParams) SetStart(start *int32)
- func (o *ListVariableHistoryOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ListVariableHistoryOfProjectVersionParams) WithContext(ctx context.Context) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithFields(fields *string) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithLimit(limit *int32) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithParentID(parentID int64) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithQ(q *string) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithStart(start *int32) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListVariableHistoryOfProjectVersionParams
- func (o *ListVariableHistoryOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVariableHistoryOfProjectVersionReader
- type ListVariableHistoryOfProjectVersionUnauthorized
- type ReadVariableHistoryOfProjectVersionBadRequest
- type ReadVariableHistoryOfProjectVersionConflict
- type ReadVariableHistoryOfProjectVersionForbidden
- type ReadVariableHistoryOfProjectVersionInternalServerError
- type ReadVariableHistoryOfProjectVersionNotFound
- type ReadVariableHistoryOfProjectVersionOK
- type ReadVariableHistoryOfProjectVersionParams
- func NewReadVariableHistoryOfProjectVersionParams() *ReadVariableHistoryOfProjectVersionParams
- func NewReadVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ReadVariableHistoryOfProjectVersionParams
- func NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadVariableHistoryOfProjectVersionParams
- func NewReadVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ReadVariableHistoryOfProjectVersionParams) SetFields(fields *string)
- func (o *ReadVariableHistoryOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ReadVariableHistoryOfProjectVersionParams) SetID(id string)
- func (o *ReadVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ReadVariableHistoryOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ReadVariableHistoryOfProjectVersionParams) WithContext(ctx context.Context) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WithFields(fields *string) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WithHTTPClient(client *http.Client) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WithID(id string) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WithParentID(parentID int64) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WithTimeout(timeout time.Duration) *ReadVariableHistoryOfProjectVersionParams
- func (o *ReadVariableHistoryOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadVariableHistoryOfProjectVersionReader
- type ReadVariableHistoryOfProjectVersionUnauthorized
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 variable history of project version controller API
func (*Client) ListVariableHistoryOfProjectVersion ¶
func (a *Client) ListVariableHistoryOfProjectVersion(params *ListVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListVariableHistoryOfProjectVersionOK, error)
ListVariableHistoryOfProjectVersion lists
func (*Client) ReadVariableHistoryOfProjectVersion ¶
func (a *Client) ReadVariableHistoryOfProjectVersion(params *ReadVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadVariableHistoryOfProjectVersionOK, error)
ReadVariableHistoryOfProjectVersion reads
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { ListVariableHistoryOfProjectVersion(params *ListVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListVariableHistoryOfProjectVersionOK, error) ReadVariableHistoryOfProjectVersion(params *ReadVariableHistoryOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadVariableHistoryOfProjectVersionOK, 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 variable history of project version controller API client.
type ListVariableHistoryOfProjectVersionBadRequest ¶
ListVariableHistoryOfProjectVersionBadRequest handles this case with default header values.
Bad Request
func NewListVariableHistoryOfProjectVersionBadRequest ¶
func NewListVariableHistoryOfProjectVersionBadRequest() *ListVariableHistoryOfProjectVersionBadRequest
NewListVariableHistoryOfProjectVersionBadRequest creates a ListVariableHistoryOfProjectVersionBadRequest with default headers values
func (*ListVariableHistoryOfProjectVersionBadRequest) Error ¶
func (o *ListVariableHistoryOfProjectVersionBadRequest) Error() string
func (*ListVariableHistoryOfProjectVersionBadRequest) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ListVariableHistoryOfProjectVersionConflict ¶
ListVariableHistoryOfProjectVersionConflict handles this case with default header values.
Conflict
func NewListVariableHistoryOfProjectVersionConflict ¶
func NewListVariableHistoryOfProjectVersionConflict() *ListVariableHistoryOfProjectVersionConflict
NewListVariableHistoryOfProjectVersionConflict creates a ListVariableHistoryOfProjectVersionConflict with default headers values
func (*ListVariableHistoryOfProjectVersionConflict) Error ¶
func (o *ListVariableHistoryOfProjectVersionConflict) Error() string
func (*ListVariableHistoryOfProjectVersionConflict) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionConflict) GetPayload() *models.APIResult
type ListVariableHistoryOfProjectVersionForbidden ¶
ListVariableHistoryOfProjectVersionForbidden handles this case with default header values.
Forbidden
func NewListVariableHistoryOfProjectVersionForbidden ¶
func NewListVariableHistoryOfProjectVersionForbidden() *ListVariableHistoryOfProjectVersionForbidden
NewListVariableHistoryOfProjectVersionForbidden creates a ListVariableHistoryOfProjectVersionForbidden with default headers values
func (*ListVariableHistoryOfProjectVersionForbidden) Error ¶
func (o *ListVariableHistoryOfProjectVersionForbidden) Error() string
func (*ListVariableHistoryOfProjectVersionForbidden) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionForbidden) GetPayload() *models.APIResult
type ListVariableHistoryOfProjectVersionInternalServerError ¶
ListVariableHistoryOfProjectVersionInternalServerError handles this case with default header values.
Internal Server Error
func NewListVariableHistoryOfProjectVersionInternalServerError ¶
func NewListVariableHistoryOfProjectVersionInternalServerError() *ListVariableHistoryOfProjectVersionInternalServerError
NewListVariableHistoryOfProjectVersionInternalServerError creates a ListVariableHistoryOfProjectVersionInternalServerError with default headers values
func (*ListVariableHistoryOfProjectVersionInternalServerError) Error ¶
func (o *ListVariableHistoryOfProjectVersionInternalServerError) Error() string
func (*ListVariableHistoryOfProjectVersionInternalServerError) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ListVariableHistoryOfProjectVersionNotFound ¶
ListVariableHistoryOfProjectVersionNotFound handles this case with default header values.
Not Found
func NewListVariableHistoryOfProjectVersionNotFound ¶
func NewListVariableHistoryOfProjectVersionNotFound() *ListVariableHistoryOfProjectVersionNotFound
NewListVariableHistoryOfProjectVersionNotFound creates a ListVariableHistoryOfProjectVersionNotFound with default headers values
func (*ListVariableHistoryOfProjectVersionNotFound) Error ¶
func (o *ListVariableHistoryOfProjectVersionNotFound) Error() string
func (*ListVariableHistoryOfProjectVersionNotFound) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionNotFound) GetPayload() *models.APIResult
type ListVariableHistoryOfProjectVersionOK ¶
type ListVariableHistoryOfProjectVersionOK struct {
Payload *models.APIResultListVariableHistory
}
ListVariableHistoryOfProjectVersionOK handles this case with default header values.
OK
func NewListVariableHistoryOfProjectVersionOK ¶
func NewListVariableHistoryOfProjectVersionOK() *ListVariableHistoryOfProjectVersionOK
NewListVariableHistoryOfProjectVersionOK creates a ListVariableHistoryOfProjectVersionOK with default headers values
func (*ListVariableHistoryOfProjectVersionOK) Error ¶
func (o *ListVariableHistoryOfProjectVersionOK) Error() string
func (*ListVariableHistoryOfProjectVersionOK) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionOK) GetPayload() *models.APIResultListVariableHistory
type ListVariableHistoryOfProjectVersionParams ¶
type ListVariableHistoryOfProjectVersionParams struct { /*Fields Output fields */ Fields *string /*Limit A maximum number of returned objects in listing, if '-1' or '0' no limit is applied */ Limit *int32 /*ParentID parentId */ ParentID int64 /*Q A search query */ Q *string /*Start A start offset in object listing */ Start *int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListVariableHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the list variable history of project version operation typically these are written to a http.Request
func NewListVariableHistoryOfProjectVersionParams ¶
func NewListVariableHistoryOfProjectVersionParams() *ListVariableHistoryOfProjectVersionParams
NewListVariableHistoryOfProjectVersionParams creates a new ListVariableHistoryOfProjectVersionParams object with the default values initialized.
func NewListVariableHistoryOfProjectVersionParamsWithContext ¶
func NewListVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ListVariableHistoryOfProjectVersionParams
NewListVariableHistoryOfProjectVersionParamsWithContext creates a new ListVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a context for a request
func NewListVariableHistoryOfProjectVersionParamsWithHTTPClient ¶
func NewListVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListVariableHistoryOfProjectVersionParams
NewListVariableHistoryOfProjectVersionParamsWithHTTPClient creates a new ListVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListVariableHistoryOfProjectVersionParamsWithTimeout ¶
func NewListVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListVariableHistoryOfProjectVersionParams
NewListVariableHistoryOfProjectVersionParamsWithTimeout creates a new ListVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListVariableHistoryOfProjectVersionParams) SetContext ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetFields ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetFields(fields *string)
SetFields adds the fields to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetHTTPClient ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetLimit ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetLimit(limit *int32)
SetLimit adds the limit to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetParentID ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetQ ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetQ(q *string)
SetQ adds the q to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetStart ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetStart(start *int32)
SetStart adds the start to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) SetTimeout ¶
func (o *ListVariableHistoryOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithContext ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithContext(ctx context.Context) *ListVariableHistoryOfProjectVersionParams
WithContext adds the context to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithFields ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithFields(fields *string) *ListVariableHistoryOfProjectVersionParams
WithFields adds the fields to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithHTTPClient ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListVariableHistoryOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithLimit ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithLimit(limit *int32) *ListVariableHistoryOfProjectVersionParams
WithLimit adds the limit to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithParentID ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithParentID(parentID int64) *ListVariableHistoryOfProjectVersionParams
WithParentID adds the parentID to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithQ ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithQ(q *string) *ListVariableHistoryOfProjectVersionParams
WithQ adds the q to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithStart ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithStart(start *int32) *ListVariableHistoryOfProjectVersionParams
WithStart adds the start to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WithTimeout ¶
func (o *ListVariableHistoryOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListVariableHistoryOfProjectVersionParams
WithTimeout adds the timeout to the list variable history of project version params
func (*ListVariableHistoryOfProjectVersionParams) WriteToRequest ¶
func (o *ListVariableHistoryOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListVariableHistoryOfProjectVersionReader ¶
type ListVariableHistoryOfProjectVersionReader struct {
// contains filtered or unexported fields
}
ListVariableHistoryOfProjectVersionReader is a Reader for the ListVariableHistoryOfProjectVersion structure.
func (*ListVariableHistoryOfProjectVersionReader) ReadResponse ¶
func (o *ListVariableHistoryOfProjectVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListVariableHistoryOfProjectVersionUnauthorized ¶
type ListVariableHistoryOfProjectVersionUnauthorized struct {
}ListVariableHistoryOfProjectVersionUnauthorized handles this case with default header values.
Unauthorized
func NewListVariableHistoryOfProjectVersionUnauthorized ¶
func NewListVariableHistoryOfProjectVersionUnauthorized() *ListVariableHistoryOfProjectVersionUnauthorized
NewListVariableHistoryOfProjectVersionUnauthorized creates a ListVariableHistoryOfProjectVersionUnauthorized with default headers values
func (*ListVariableHistoryOfProjectVersionUnauthorized) Error ¶
func (o *ListVariableHistoryOfProjectVersionUnauthorized) Error() string
func (*ListVariableHistoryOfProjectVersionUnauthorized) GetPayload ¶
func (o *ListVariableHistoryOfProjectVersionUnauthorized) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionBadRequest ¶
ReadVariableHistoryOfProjectVersionBadRequest handles this case with default header values.
Bad Request
func NewReadVariableHistoryOfProjectVersionBadRequest ¶
func NewReadVariableHistoryOfProjectVersionBadRequest() *ReadVariableHistoryOfProjectVersionBadRequest
NewReadVariableHistoryOfProjectVersionBadRequest creates a ReadVariableHistoryOfProjectVersionBadRequest with default headers values
func (*ReadVariableHistoryOfProjectVersionBadRequest) Error ¶
func (o *ReadVariableHistoryOfProjectVersionBadRequest) Error() string
func (*ReadVariableHistoryOfProjectVersionBadRequest) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionConflict ¶
ReadVariableHistoryOfProjectVersionConflict handles this case with default header values.
Conflict
func NewReadVariableHistoryOfProjectVersionConflict ¶
func NewReadVariableHistoryOfProjectVersionConflict() *ReadVariableHistoryOfProjectVersionConflict
NewReadVariableHistoryOfProjectVersionConflict creates a ReadVariableHistoryOfProjectVersionConflict with default headers values
func (*ReadVariableHistoryOfProjectVersionConflict) Error ¶
func (o *ReadVariableHistoryOfProjectVersionConflict) Error() string
func (*ReadVariableHistoryOfProjectVersionConflict) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionConflict) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionForbidden ¶
ReadVariableHistoryOfProjectVersionForbidden handles this case with default header values.
Forbidden
func NewReadVariableHistoryOfProjectVersionForbidden ¶
func NewReadVariableHistoryOfProjectVersionForbidden() *ReadVariableHistoryOfProjectVersionForbidden
NewReadVariableHistoryOfProjectVersionForbidden creates a ReadVariableHistoryOfProjectVersionForbidden with default headers values
func (*ReadVariableHistoryOfProjectVersionForbidden) Error ¶
func (o *ReadVariableHistoryOfProjectVersionForbidden) Error() string
func (*ReadVariableHistoryOfProjectVersionForbidden) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionForbidden) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionInternalServerError ¶
ReadVariableHistoryOfProjectVersionInternalServerError handles this case with default header values.
Internal Server Error
func NewReadVariableHistoryOfProjectVersionInternalServerError ¶
func NewReadVariableHistoryOfProjectVersionInternalServerError() *ReadVariableHistoryOfProjectVersionInternalServerError
NewReadVariableHistoryOfProjectVersionInternalServerError creates a ReadVariableHistoryOfProjectVersionInternalServerError with default headers values
func (*ReadVariableHistoryOfProjectVersionInternalServerError) Error ¶
func (o *ReadVariableHistoryOfProjectVersionInternalServerError) Error() string
func (*ReadVariableHistoryOfProjectVersionInternalServerError) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionNotFound ¶
ReadVariableHistoryOfProjectVersionNotFound handles this case with default header values.
Not Found
func NewReadVariableHistoryOfProjectVersionNotFound ¶
func NewReadVariableHistoryOfProjectVersionNotFound() *ReadVariableHistoryOfProjectVersionNotFound
NewReadVariableHistoryOfProjectVersionNotFound creates a ReadVariableHistoryOfProjectVersionNotFound with default headers values
func (*ReadVariableHistoryOfProjectVersionNotFound) Error ¶
func (o *ReadVariableHistoryOfProjectVersionNotFound) Error() string
func (*ReadVariableHistoryOfProjectVersionNotFound) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionNotFound) GetPayload() *models.APIResult
type ReadVariableHistoryOfProjectVersionOK ¶
type ReadVariableHistoryOfProjectVersionOK struct {
Payload *models.APIResultVariableHistory
}
ReadVariableHistoryOfProjectVersionOK handles this case with default header values.
OK
func NewReadVariableHistoryOfProjectVersionOK ¶
func NewReadVariableHistoryOfProjectVersionOK() *ReadVariableHistoryOfProjectVersionOK
NewReadVariableHistoryOfProjectVersionOK creates a ReadVariableHistoryOfProjectVersionOK with default headers values
func (*ReadVariableHistoryOfProjectVersionOK) Error ¶
func (o *ReadVariableHistoryOfProjectVersionOK) Error() string
func (*ReadVariableHistoryOfProjectVersionOK) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionOK) GetPayload() *models.APIResultVariableHistory
type ReadVariableHistoryOfProjectVersionParams ¶
type ReadVariableHistoryOfProjectVersionParams struct { /*Fields Output fields */ Fields *string /*ID id */ ID string /*ParentID parentId */ ParentID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadVariableHistoryOfProjectVersionParams contains all the parameters to send to the API endpoint for the read variable history of project version operation typically these are written to a http.Request
func NewReadVariableHistoryOfProjectVersionParams ¶
func NewReadVariableHistoryOfProjectVersionParams() *ReadVariableHistoryOfProjectVersionParams
NewReadVariableHistoryOfProjectVersionParams creates a new ReadVariableHistoryOfProjectVersionParams object with the default values initialized.
func NewReadVariableHistoryOfProjectVersionParamsWithContext ¶
func NewReadVariableHistoryOfProjectVersionParamsWithContext(ctx context.Context) *ReadVariableHistoryOfProjectVersionParams
NewReadVariableHistoryOfProjectVersionParamsWithContext creates a new ReadVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a context for a request
func NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient ¶
func NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadVariableHistoryOfProjectVersionParams
NewReadVariableHistoryOfProjectVersionParamsWithHTTPClient creates a new ReadVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewReadVariableHistoryOfProjectVersionParamsWithTimeout ¶
func NewReadVariableHistoryOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadVariableHistoryOfProjectVersionParams
NewReadVariableHistoryOfProjectVersionParamsWithTimeout creates a new ReadVariableHistoryOfProjectVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ReadVariableHistoryOfProjectVersionParams) SetContext ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) SetFields ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetFields(fields *string)
SetFields adds the fields to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) SetHTTPClient ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) SetID ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetID(id string)
SetID adds the id to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) SetParentID ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) SetTimeout ¶
func (o *ReadVariableHistoryOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithContext ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithContext(ctx context.Context) *ReadVariableHistoryOfProjectVersionParams
WithContext adds the context to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithFields ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithFields(fields *string) *ReadVariableHistoryOfProjectVersionParams
WithFields adds the fields to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithHTTPClient ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithHTTPClient(client *http.Client) *ReadVariableHistoryOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithID ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithID(id string) *ReadVariableHistoryOfProjectVersionParams
WithID adds the id to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithParentID ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithParentID(parentID int64) *ReadVariableHistoryOfProjectVersionParams
WithParentID adds the parentID to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WithTimeout ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WithTimeout(timeout time.Duration) *ReadVariableHistoryOfProjectVersionParams
WithTimeout adds the timeout to the read variable history of project version params
func (*ReadVariableHistoryOfProjectVersionParams) WriteToRequest ¶
func (o *ReadVariableHistoryOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadVariableHistoryOfProjectVersionReader ¶
type ReadVariableHistoryOfProjectVersionReader struct {
// contains filtered or unexported fields
}
ReadVariableHistoryOfProjectVersionReader is a Reader for the ReadVariableHistoryOfProjectVersion structure.
func (*ReadVariableHistoryOfProjectVersionReader) ReadResponse ¶
func (o *ReadVariableHistoryOfProjectVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadVariableHistoryOfProjectVersionUnauthorized ¶
type ReadVariableHistoryOfProjectVersionUnauthorized struct {
}ReadVariableHistoryOfProjectVersionUnauthorized handles this case with default header values.
Unauthorized
func NewReadVariableHistoryOfProjectVersionUnauthorized ¶
func NewReadVariableHistoryOfProjectVersionUnauthorized() *ReadVariableHistoryOfProjectVersionUnauthorized
NewReadVariableHistoryOfProjectVersionUnauthorized creates a ReadVariableHistoryOfProjectVersionUnauthorized with default headers values
func (*ReadVariableHistoryOfProjectVersionUnauthorized) Error ¶
func (o *ReadVariableHistoryOfProjectVersionUnauthorized) Error() string
func (*ReadVariableHistoryOfProjectVersionUnauthorized) GetPayload ¶
func (o *ReadVariableHistoryOfProjectVersionUnauthorized) GetPayload() *models.APIResult