Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateIidMigrationOfProjectVersion(params *CreateIidMigrationOfProjectVersionParams, ...) (*CreateIidMigrationOfProjectVersionCreated, error)
- func (a *Client) ListIidMigrationOfProjectVersion(params *ListIidMigrationOfProjectVersionParams, ...) (*ListIidMigrationOfProjectVersionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CreateIidMigrationOfProjectVersionBadRequest
- type CreateIidMigrationOfProjectVersionConflict
- type CreateIidMigrationOfProjectVersionCreated
- type CreateIidMigrationOfProjectVersionForbidden
- type CreateIidMigrationOfProjectVersionInternalServerError
- type CreateIidMigrationOfProjectVersionNotFound
- type CreateIidMigrationOfProjectVersionParams
- func NewCreateIidMigrationOfProjectVersionParams() *CreateIidMigrationOfProjectVersionParams
- func NewCreateIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *CreateIidMigrationOfProjectVersionParams
- func NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateIidMigrationOfProjectVersionParams
- func NewCreateIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *CreateIidMigrationOfProjectVersionParams) SetData(data *models.IIDMigration)
- func (o *CreateIidMigrationOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *CreateIidMigrationOfProjectVersionParams) SetParentID(parentID int64)
- func (o *CreateIidMigrationOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *CreateIidMigrationOfProjectVersionParams) WithContext(ctx context.Context) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) WithData(data *models.IIDMigration) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) WithHTTPClient(client *http.Client) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) WithParentID(parentID int64) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) WithTimeout(timeout time.Duration) *CreateIidMigrationOfProjectVersionParams
- func (o *CreateIidMigrationOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateIidMigrationOfProjectVersionReader
- type CreateIidMigrationOfProjectVersionUnauthorized
- type ListIidMigrationOfProjectVersionBadRequest
- type ListIidMigrationOfProjectVersionConflict
- type ListIidMigrationOfProjectVersionForbidden
- type ListIidMigrationOfProjectVersionInternalServerError
- type ListIidMigrationOfProjectVersionNotFound
- type ListIidMigrationOfProjectVersionOK
- type ListIidMigrationOfProjectVersionParams
- func NewListIidMigrationOfProjectVersionParams() *ListIidMigrationOfProjectVersionParams
- func NewListIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *ListIidMigrationOfProjectVersionParams
- func NewListIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIidMigrationOfProjectVersionParams
- func NewListIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) SetContext(ctx context.Context)
- func (o *ListIidMigrationOfProjectVersionParams) SetFields(fields *string)
- func (o *ListIidMigrationOfProjectVersionParams) SetHTTPClient(client *http.Client)
- func (o *ListIidMigrationOfProjectVersionParams) SetParentID(parentID int64)
- func (o *ListIidMigrationOfProjectVersionParams) SetTimeout(timeout time.Duration)
- func (o *ListIidMigrationOfProjectVersionParams) WithContext(ctx context.Context) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) WithFields(fields *string) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) WithParentID(parentID int64) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIidMigrationOfProjectVersionParams
- func (o *ListIidMigrationOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIidMigrationOfProjectVersionReader
- type ListIidMigrationOfProjectVersionUnauthorized
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 iid migration of project version controller API
func (*Client) CreateIidMigrationOfProjectVersion ¶
func (a *Client) CreateIidMigrationOfProjectVersion(params *CreateIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateIidMigrationOfProjectVersionCreated, error)
CreateIidMigrationOfProjectVersion creates
func (*Client) ListIidMigrationOfProjectVersion ¶
func (a *Client) ListIidMigrationOfProjectVersion(params *ListIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIidMigrationOfProjectVersionOK, error)
ListIidMigrationOfProjectVersion lists
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { CreateIidMigrationOfProjectVersion(params *CreateIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateIidMigrationOfProjectVersionCreated, error) ListIidMigrationOfProjectVersion(params *ListIidMigrationOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIidMigrationOfProjectVersionOK, 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 iid migration of project version controller API client.
type CreateIidMigrationOfProjectVersionBadRequest ¶
CreateIidMigrationOfProjectVersionBadRequest handles this case with default header values.
Bad Request
func NewCreateIidMigrationOfProjectVersionBadRequest ¶
func NewCreateIidMigrationOfProjectVersionBadRequest() *CreateIidMigrationOfProjectVersionBadRequest
NewCreateIidMigrationOfProjectVersionBadRequest creates a CreateIidMigrationOfProjectVersionBadRequest with default headers values
func (*CreateIidMigrationOfProjectVersionBadRequest) Error ¶
func (o *CreateIidMigrationOfProjectVersionBadRequest) Error() string
func (*CreateIidMigrationOfProjectVersionBadRequest) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionBadRequest) GetPayload() *models.APIResult
type CreateIidMigrationOfProjectVersionConflict ¶
CreateIidMigrationOfProjectVersionConflict handles this case with default header values.
Conflict
func NewCreateIidMigrationOfProjectVersionConflict ¶
func NewCreateIidMigrationOfProjectVersionConflict() *CreateIidMigrationOfProjectVersionConflict
NewCreateIidMigrationOfProjectVersionConflict creates a CreateIidMigrationOfProjectVersionConflict with default headers values
func (*CreateIidMigrationOfProjectVersionConflict) Error ¶
func (o *CreateIidMigrationOfProjectVersionConflict) Error() string
func (*CreateIidMigrationOfProjectVersionConflict) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionConflict) GetPayload() *models.APIResult
type CreateIidMigrationOfProjectVersionCreated ¶
type CreateIidMigrationOfProjectVersionCreated struct {
Payload *models.APIResultIIDMigration
}
CreateIidMigrationOfProjectVersionCreated handles this case with default header values.
Created
func NewCreateIidMigrationOfProjectVersionCreated ¶
func NewCreateIidMigrationOfProjectVersionCreated() *CreateIidMigrationOfProjectVersionCreated
NewCreateIidMigrationOfProjectVersionCreated creates a CreateIidMigrationOfProjectVersionCreated with default headers values
func (*CreateIidMigrationOfProjectVersionCreated) Error ¶
func (o *CreateIidMigrationOfProjectVersionCreated) Error() string
func (*CreateIidMigrationOfProjectVersionCreated) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionCreated) GetPayload() *models.APIResultIIDMigration
type CreateIidMigrationOfProjectVersionForbidden ¶
CreateIidMigrationOfProjectVersionForbidden handles this case with default header values.
Forbidden
func NewCreateIidMigrationOfProjectVersionForbidden ¶
func NewCreateIidMigrationOfProjectVersionForbidden() *CreateIidMigrationOfProjectVersionForbidden
NewCreateIidMigrationOfProjectVersionForbidden creates a CreateIidMigrationOfProjectVersionForbidden with default headers values
func (*CreateIidMigrationOfProjectVersionForbidden) Error ¶
func (o *CreateIidMigrationOfProjectVersionForbidden) Error() string
func (*CreateIidMigrationOfProjectVersionForbidden) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionForbidden) GetPayload() *models.APIResult
type CreateIidMigrationOfProjectVersionInternalServerError ¶
CreateIidMigrationOfProjectVersionInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateIidMigrationOfProjectVersionInternalServerError ¶
func NewCreateIidMigrationOfProjectVersionInternalServerError() *CreateIidMigrationOfProjectVersionInternalServerError
NewCreateIidMigrationOfProjectVersionInternalServerError creates a CreateIidMigrationOfProjectVersionInternalServerError with default headers values
func (*CreateIidMigrationOfProjectVersionInternalServerError) Error ¶
func (o *CreateIidMigrationOfProjectVersionInternalServerError) Error() string
func (*CreateIidMigrationOfProjectVersionInternalServerError) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type CreateIidMigrationOfProjectVersionNotFound ¶
CreateIidMigrationOfProjectVersionNotFound handles this case with default header values.
Not Found
func NewCreateIidMigrationOfProjectVersionNotFound ¶
func NewCreateIidMigrationOfProjectVersionNotFound() *CreateIidMigrationOfProjectVersionNotFound
NewCreateIidMigrationOfProjectVersionNotFound creates a CreateIidMigrationOfProjectVersionNotFound with default headers values
func (*CreateIidMigrationOfProjectVersionNotFound) Error ¶
func (o *CreateIidMigrationOfProjectVersionNotFound) Error() string
func (*CreateIidMigrationOfProjectVersionNotFound) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionNotFound) GetPayload() *models.APIResult
type CreateIidMigrationOfProjectVersionParams ¶
type CreateIidMigrationOfProjectVersionParams struct { /*Data data */ Data *models.IIDMigration /*ParentID parentId */ ParentID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateIidMigrationOfProjectVersionParams contains all the parameters to send to the API endpoint for the create iid migration of project version operation typically these are written to a http.Request
func NewCreateIidMigrationOfProjectVersionParams ¶
func NewCreateIidMigrationOfProjectVersionParams() *CreateIidMigrationOfProjectVersionParams
NewCreateIidMigrationOfProjectVersionParams creates a new CreateIidMigrationOfProjectVersionParams object with the default values initialized.
func NewCreateIidMigrationOfProjectVersionParamsWithContext ¶
func NewCreateIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *CreateIidMigrationOfProjectVersionParams
NewCreateIidMigrationOfProjectVersionParamsWithContext creates a new CreateIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a context for a request
func NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient ¶
func NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *CreateIidMigrationOfProjectVersionParams
NewCreateIidMigrationOfProjectVersionParamsWithHTTPClient creates a new CreateIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateIidMigrationOfProjectVersionParamsWithTimeout ¶
func NewCreateIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *CreateIidMigrationOfProjectVersionParams
NewCreateIidMigrationOfProjectVersionParamsWithTimeout creates a new CreateIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateIidMigrationOfProjectVersionParams) SetContext ¶
func (o *CreateIidMigrationOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) SetData ¶
func (o *CreateIidMigrationOfProjectVersionParams) SetData(data *models.IIDMigration)
SetData adds the data to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) SetHTTPClient ¶
func (o *CreateIidMigrationOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) SetParentID ¶
func (o *CreateIidMigrationOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) SetTimeout ¶
func (o *CreateIidMigrationOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WithContext ¶
func (o *CreateIidMigrationOfProjectVersionParams) WithContext(ctx context.Context) *CreateIidMigrationOfProjectVersionParams
WithContext adds the context to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WithData ¶
func (o *CreateIidMigrationOfProjectVersionParams) WithData(data *models.IIDMigration) *CreateIidMigrationOfProjectVersionParams
WithData adds the data to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WithHTTPClient ¶
func (o *CreateIidMigrationOfProjectVersionParams) WithHTTPClient(client *http.Client) *CreateIidMigrationOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WithParentID ¶
func (o *CreateIidMigrationOfProjectVersionParams) WithParentID(parentID int64) *CreateIidMigrationOfProjectVersionParams
WithParentID adds the parentID to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WithTimeout ¶
func (o *CreateIidMigrationOfProjectVersionParams) WithTimeout(timeout time.Duration) *CreateIidMigrationOfProjectVersionParams
WithTimeout adds the timeout to the create iid migration of project version params
func (*CreateIidMigrationOfProjectVersionParams) WriteToRequest ¶
func (o *CreateIidMigrationOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateIidMigrationOfProjectVersionReader ¶
type CreateIidMigrationOfProjectVersionReader struct {
// contains filtered or unexported fields
}
CreateIidMigrationOfProjectVersionReader is a Reader for the CreateIidMigrationOfProjectVersion structure.
func (*CreateIidMigrationOfProjectVersionReader) ReadResponse ¶
func (o *CreateIidMigrationOfProjectVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateIidMigrationOfProjectVersionUnauthorized ¶
type CreateIidMigrationOfProjectVersionUnauthorized struct {
}CreateIidMigrationOfProjectVersionUnauthorized handles this case with default header values.
Unauthorized
func NewCreateIidMigrationOfProjectVersionUnauthorized ¶
func NewCreateIidMigrationOfProjectVersionUnauthorized() *CreateIidMigrationOfProjectVersionUnauthorized
NewCreateIidMigrationOfProjectVersionUnauthorized creates a CreateIidMigrationOfProjectVersionUnauthorized with default headers values
func (*CreateIidMigrationOfProjectVersionUnauthorized) Error ¶
func (o *CreateIidMigrationOfProjectVersionUnauthorized) Error() string
func (*CreateIidMigrationOfProjectVersionUnauthorized) GetPayload ¶
func (o *CreateIidMigrationOfProjectVersionUnauthorized) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionBadRequest ¶
ListIidMigrationOfProjectVersionBadRequest handles this case with default header values.
Bad Request
func NewListIidMigrationOfProjectVersionBadRequest ¶
func NewListIidMigrationOfProjectVersionBadRequest() *ListIidMigrationOfProjectVersionBadRequest
NewListIidMigrationOfProjectVersionBadRequest creates a ListIidMigrationOfProjectVersionBadRequest with default headers values
func (*ListIidMigrationOfProjectVersionBadRequest) Error ¶
func (o *ListIidMigrationOfProjectVersionBadRequest) Error() string
func (*ListIidMigrationOfProjectVersionBadRequest) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionBadRequest) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionConflict ¶
ListIidMigrationOfProjectVersionConflict handles this case with default header values.
Conflict
func NewListIidMigrationOfProjectVersionConflict ¶
func NewListIidMigrationOfProjectVersionConflict() *ListIidMigrationOfProjectVersionConflict
NewListIidMigrationOfProjectVersionConflict creates a ListIidMigrationOfProjectVersionConflict with default headers values
func (*ListIidMigrationOfProjectVersionConflict) Error ¶
func (o *ListIidMigrationOfProjectVersionConflict) Error() string
func (*ListIidMigrationOfProjectVersionConflict) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionConflict) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionForbidden ¶
ListIidMigrationOfProjectVersionForbidden handles this case with default header values.
Forbidden
func NewListIidMigrationOfProjectVersionForbidden ¶
func NewListIidMigrationOfProjectVersionForbidden() *ListIidMigrationOfProjectVersionForbidden
NewListIidMigrationOfProjectVersionForbidden creates a ListIidMigrationOfProjectVersionForbidden with default headers values
func (*ListIidMigrationOfProjectVersionForbidden) Error ¶
func (o *ListIidMigrationOfProjectVersionForbidden) Error() string
func (*ListIidMigrationOfProjectVersionForbidden) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionForbidden) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionInternalServerError ¶
ListIidMigrationOfProjectVersionInternalServerError handles this case with default header values.
Internal Server Error
func NewListIidMigrationOfProjectVersionInternalServerError ¶
func NewListIidMigrationOfProjectVersionInternalServerError() *ListIidMigrationOfProjectVersionInternalServerError
NewListIidMigrationOfProjectVersionInternalServerError creates a ListIidMigrationOfProjectVersionInternalServerError with default headers values
func (*ListIidMigrationOfProjectVersionInternalServerError) Error ¶
func (o *ListIidMigrationOfProjectVersionInternalServerError) Error() string
func (*ListIidMigrationOfProjectVersionInternalServerError) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionInternalServerError) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionNotFound ¶
ListIidMigrationOfProjectVersionNotFound handles this case with default header values.
Not Found
func NewListIidMigrationOfProjectVersionNotFound ¶
func NewListIidMigrationOfProjectVersionNotFound() *ListIidMigrationOfProjectVersionNotFound
NewListIidMigrationOfProjectVersionNotFound creates a ListIidMigrationOfProjectVersionNotFound with default headers values
func (*ListIidMigrationOfProjectVersionNotFound) Error ¶
func (o *ListIidMigrationOfProjectVersionNotFound) Error() string
func (*ListIidMigrationOfProjectVersionNotFound) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionNotFound) GetPayload() *models.APIResult
type ListIidMigrationOfProjectVersionOK ¶
type ListIidMigrationOfProjectVersionOK struct {
Payload *models.APIResultListIIDMigration
}
ListIidMigrationOfProjectVersionOK handles this case with default header values.
OK
func NewListIidMigrationOfProjectVersionOK ¶
func NewListIidMigrationOfProjectVersionOK() *ListIidMigrationOfProjectVersionOK
NewListIidMigrationOfProjectVersionOK creates a ListIidMigrationOfProjectVersionOK with default headers values
func (*ListIidMigrationOfProjectVersionOK) Error ¶
func (o *ListIidMigrationOfProjectVersionOK) Error() string
func (*ListIidMigrationOfProjectVersionOK) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionOK) GetPayload() *models.APIResultListIIDMigration
type ListIidMigrationOfProjectVersionParams ¶
type ListIidMigrationOfProjectVersionParams struct { /*Fields Output fields */ Fields *string /*ParentID parentId */ ParentID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListIidMigrationOfProjectVersionParams contains all the parameters to send to the API endpoint for the list iid migration of project version operation typically these are written to a http.Request
func NewListIidMigrationOfProjectVersionParams ¶
func NewListIidMigrationOfProjectVersionParams() *ListIidMigrationOfProjectVersionParams
NewListIidMigrationOfProjectVersionParams creates a new ListIidMigrationOfProjectVersionParams object with the default values initialized.
func NewListIidMigrationOfProjectVersionParamsWithContext ¶
func NewListIidMigrationOfProjectVersionParamsWithContext(ctx context.Context) *ListIidMigrationOfProjectVersionParams
NewListIidMigrationOfProjectVersionParamsWithContext creates a new ListIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a context for a request
func NewListIidMigrationOfProjectVersionParamsWithHTTPClient ¶
func NewListIidMigrationOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIidMigrationOfProjectVersionParams
NewListIidMigrationOfProjectVersionParamsWithHTTPClient creates a new ListIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListIidMigrationOfProjectVersionParamsWithTimeout ¶
func NewListIidMigrationOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIidMigrationOfProjectVersionParams
NewListIidMigrationOfProjectVersionParamsWithTimeout creates a new ListIidMigrationOfProjectVersionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListIidMigrationOfProjectVersionParams) SetContext ¶
func (o *ListIidMigrationOfProjectVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) SetFields ¶
func (o *ListIidMigrationOfProjectVersionParams) SetFields(fields *string)
SetFields adds the fields to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) SetHTTPClient ¶
func (o *ListIidMigrationOfProjectVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) SetParentID ¶
func (o *ListIidMigrationOfProjectVersionParams) SetParentID(parentID int64)
SetParentID adds the parentId to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) SetTimeout ¶
func (o *ListIidMigrationOfProjectVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WithContext ¶
func (o *ListIidMigrationOfProjectVersionParams) WithContext(ctx context.Context) *ListIidMigrationOfProjectVersionParams
WithContext adds the context to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WithFields ¶
func (o *ListIidMigrationOfProjectVersionParams) WithFields(fields *string) *ListIidMigrationOfProjectVersionParams
WithFields adds the fields to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WithHTTPClient ¶
func (o *ListIidMigrationOfProjectVersionParams) WithHTTPClient(client *http.Client) *ListIidMigrationOfProjectVersionParams
WithHTTPClient adds the HTTPClient to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WithParentID ¶
func (o *ListIidMigrationOfProjectVersionParams) WithParentID(parentID int64) *ListIidMigrationOfProjectVersionParams
WithParentID adds the parentID to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WithTimeout ¶
func (o *ListIidMigrationOfProjectVersionParams) WithTimeout(timeout time.Duration) *ListIidMigrationOfProjectVersionParams
WithTimeout adds the timeout to the list iid migration of project version params
func (*ListIidMigrationOfProjectVersionParams) WriteToRequest ¶
func (o *ListIidMigrationOfProjectVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListIidMigrationOfProjectVersionReader ¶
type ListIidMigrationOfProjectVersionReader struct {
// contains filtered or unexported fields
}
ListIidMigrationOfProjectVersionReader is a Reader for the ListIidMigrationOfProjectVersion structure.
func (*ListIidMigrationOfProjectVersionReader) ReadResponse ¶
func (o *ListIidMigrationOfProjectVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListIidMigrationOfProjectVersionUnauthorized ¶
type ListIidMigrationOfProjectVersionUnauthorized struct {
}ListIidMigrationOfProjectVersionUnauthorized handles this case with default header values.
Unauthorized
func NewListIidMigrationOfProjectVersionUnauthorized ¶
func NewListIidMigrationOfProjectVersionUnauthorized() *ListIidMigrationOfProjectVersionUnauthorized
NewListIidMigrationOfProjectVersionUnauthorized creates a ListIidMigrationOfProjectVersionUnauthorized with default headers values
func (*ListIidMigrationOfProjectVersionUnauthorized) Error ¶
func (o *ListIidMigrationOfProjectVersionUnauthorized) Error() string
func (*ListIidMigrationOfProjectVersionUnauthorized) GetPayload ¶
func (o *ListIidMigrationOfProjectVersionUnauthorized) GetPayload() *models.APIResult