import cloudeng.io/webapi/benchling/benchlingsdk
Package benchlingsdk provides primitives to interact with the openapi HTTP
API.
Code generated by github.com/deepmap/oapi-codegen version
v1.12.5-0.20230118012357-f4cf8f9a5703 DO NOT EDIT.
Constants
BasicApiKeyAuthScopes, BasicClientIdSecretAuthScopes, OAuthScopes
BasicApiKeyAuthScopes = "basicApiKeyAuth.Scopes"
BasicClientIdSecretAuthScopes = "basicClientIdSecretAuth.Scopes"
OAuthScopes = "oAuth.Scopes"
Functions
Func GetSwagger
func GetSwagger() (swagger *openapi3.T, err error)
GetSwagger returns the Swagger specification corresponding to the generated
code in this file. The external references of Swagger specification are
resolved. The logic of resolving external references is tightly connected
to "import-mapping" feature. Externally referenced files must be embedded in
the corresponding golang packages. Urls can be supported but this task was
out of the scope.
Func NewAbortAssayResultsTransactionRequest
func NewAbortAssayResultsTransactionRequest(server string, transactionId openapi_types.UUID) (*http.Request, error)
NewAbortAssayResultsTransactionRequest generates requests for
AbortAssayResultsTransaction
Func NewAbortMultipartBlobRequest
func NewAbortMultipartBlobRequest(server string, blobId string) (*http.Request, error)
NewAbortMultipartBlobRequest generates requests for AbortMultipartBlob
Func NewArchiveAASequencesRequest
func NewArchiveAASequencesRequest(server string, body ArchiveAASequencesJSONRequestBody) (*http.Request, error)
NewArchiveAASequencesRequest calls the generic ArchiveAASequences builder
with application/json body
Func NewArchiveAASequencesRequestWithBody
func NewArchiveAASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveAASequencesRequestWithBody generates requests for
ArchiveAASequences with any type of body
Func NewArchiveAssayResultsRequest
func NewArchiveAssayResultsRequest(server string, body ArchiveAssayResultsJSONRequestBody) (*http.Request, error)
NewArchiveAssayResultsRequest calls the generic ArchiveAssayResults builder
with application/json body
Func NewArchiveAssayResultsRequestWithBody
func NewArchiveAssayResultsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveAssayResultsRequestWithBody generates requests for
ArchiveAssayResults with any type of body
Func NewArchiveAssayRunsRequest
func NewArchiveAssayRunsRequest(server string, body ArchiveAssayRunsJSONRequestBody) (*http.Request, error)
NewArchiveAssayRunsRequest calls the generic ArchiveAssayRuns builder with
application/json body
Func NewArchiveAssayRunsRequestWithBody
func NewArchiveAssayRunsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveAssayRunsRequestWithBody generates requests for ArchiveAssayRuns
with any type of body
Func NewArchiveAutomationOutputProcessorsRequest
func NewArchiveAutomationOutputProcessorsRequest(server string, body ArchiveAutomationOutputProcessorsJSONRequestBody) (*http.Request, error)
NewArchiveAutomationOutputProcessorsRequest calls the generic
ArchiveAutomationOutputProcessors builder with application/json body
Func NewArchiveAutomationOutputProcessorsRequestWithBody
func NewArchiveAutomationOutputProcessorsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveAutomationOutputProcessorsRequestWithBody generates requests for
ArchiveAutomationOutputProcessors with any type of body
Func NewArchiveBatchesRequest
func NewArchiveBatchesRequest(server string, body ArchiveBatchesJSONRequestBody) (*http.Request, error)
NewArchiveBatchesRequest calls the generic ArchiveBatches builder with
application/json body
Func NewArchiveBatchesRequestWithBody
func NewArchiveBatchesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveBatchesRequestWithBody generates requests for ArchiveBatches with
any type of body
Func NewArchiveBenchlingAppsRequest
func NewArchiveBenchlingAppsRequest(server string, body ArchiveBenchlingAppsJSONRequestBody) (*http.Request, error)
NewArchiveBenchlingAppsRequest calls the generic ArchiveBenchlingApps
builder with application/json body
Func NewArchiveBenchlingAppsRequestWithBody
func NewArchiveBenchlingAppsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveBenchlingAppsRequestWithBody generates requests for
ArchiveBenchlingApps with any type of body
Func NewArchiveBoxesRequest
func NewArchiveBoxesRequest(server string, body ArchiveBoxesJSONRequestBody) (*http.Request, error)
NewArchiveBoxesRequest calls the generic ArchiveBoxes builder with
application/json body
Func NewArchiveBoxesRequestWithBody
func NewArchiveBoxesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveBoxesRequestWithBody generates requests for ArchiveBoxes with any
type of body
Func NewArchiveContainersRequest
func NewArchiveContainersRequest(server string, body ArchiveContainersJSONRequestBody) (*http.Request, error)
NewArchiveContainersRequest calls the generic ArchiveContainers builder with
application/json body
Func NewArchiveContainersRequestWithBody
func NewArchiveContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveContainersRequestWithBody generates requests for ArchiveContainers
with any type of body
Func NewArchiveCustomEntitiesRequest
func NewArchiveCustomEntitiesRequest(server string, body ArchiveCustomEntitiesJSONRequestBody) (*http.Request, error)
NewArchiveCustomEntitiesRequest calls the generic ArchiveCustomEntities
builder with application/json body
Func NewArchiveCustomEntitiesRequestWithBody
func NewArchiveCustomEntitiesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveCustomEntitiesRequestWithBody generates requests for
ArchiveCustomEntities with any type of body
Func NewArchiveDNAOligosRequest
func NewArchiveDNAOligosRequest(server string, body ArchiveDNAOligosJSONRequestBody) (*http.Request, error)
NewArchiveDNAOligosRequest calls the generic ArchiveDNAOligos builder with
application/json body
Func NewArchiveDNAOligosRequestWithBody
func NewArchiveDNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveDNAOligosRequestWithBody generates requests for ArchiveDNAOligos
with any type of body
Func NewArchiveDNASequencesRequest
func NewArchiveDNASequencesRequest(server string, body ArchiveDNASequencesJSONRequestBody) (*http.Request, error)
NewArchiveDNASequencesRequest calls the generic ArchiveDNASequences builder
with application/json body
Func NewArchiveDNASequencesRequestWithBody
func NewArchiveDNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveDNASequencesRequestWithBody generates requests for
ArchiveDNASequences with any type of body
Func NewArchiveDropdownOptionsRequest
func NewArchiveDropdownOptionsRequest(server string, dropdownId string, body ArchiveDropdownOptionsJSONRequestBody) (*http.Request, error)
NewArchiveDropdownOptionsRequest calls the generic ArchiveDropdownOptions
builder with application/json body
Func NewArchiveDropdownOptionsRequestWithBody
func NewArchiveDropdownOptionsRequestWithBody(server string, dropdownId string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveDropdownOptionsRequestWithBody generates requests for
ArchiveDropdownOptions with any type of body
Func NewArchiveEntriesRequest
func NewArchiveEntriesRequest(server string, body ArchiveEntriesJSONRequestBody) (*http.Request, error)
NewArchiveEntriesRequest calls the generic ArchiveEntries builder with
application/json body
Func NewArchiveEntriesRequestWithBody
func NewArchiveEntriesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveEntriesRequestWithBody generates requests for ArchiveEntries with
any type of body
Func NewArchiveFoldersRequest
func NewArchiveFoldersRequest(server string, body ArchiveFoldersJSONRequestBody) (*http.Request, error)
NewArchiveFoldersRequest calls the generic ArchiveFolders builder with
application/json body
Func NewArchiveFoldersRequestWithBody
func NewArchiveFoldersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveFoldersRequestWithBody generates requests for ArchiveFolders with
any type of body
Func NewArchiveLocationsRequest
func NewArchiveLocationsRequest(server string, body ArchiveLocationsJSONRequestBody) (*http.Request, error)
NewArchiveLocationsRequest calls the generic ArchiveLocations builder with
application/json body
Func NewArchiveLocationsRequestWithBody
func NewArchiveLocationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveLocationsRequestWithBody generates requests for ArchiveLocations
with any type of body
Func NewArchiveMixturesRequest
func NewArchiveMixturesRequest(server string, body ArchiveMixturesJSONRequestBody) (*http.Request, error)
NewArchiveMixturesRequest calls the generic ArchiveMixtures builder with
application/json body
Func NewArchiveMixturesRequestWithBody
func NewArchiveMixturesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveMixturesRequestWithBody generates requests for ArchiveMixtures
with any type of body
Func NewArchiveMoleculesRequest
func NewArchiveMoleculesRequest(server string, body ArchiveMoleculesJSONRequestBody) (*http.Request, error)
NewArchiveMoleculesRequest calls the generic ArchiveMolecules builder with
application/json body
Func NewArchiveMoleculesRequestWithBody
func NewArchiveMoleculesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveMoleculesRequestWithBody generates requests for ArchiveMolecules
with any type of body
Func NewArchiveOligosRequest
func NewArchiveOligosRequest(server string, body ArchiveOligosJSONRequestBody) (*http.Request, error)
NewArchiveOligosRequest calls the generic ArchiveOligos builder with
application/json body
Func NewArchiveOligosRequestWithBody
func NewArchiveOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveOligosRequestWithBody generates requests for ArchiveOligos with
any type of body
Func NewArchivePlatesRequest
func NewArchivePlatesRequest(server string, body ArchivePlatesJSONRequestBody) (*http.Request, error)
NewArchivePlatesRequest calls the generic ArchivePlates builder with
application/json body
Func NewArchivePlatesRequestWithBody
func NewArchivePlatesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchivePlatesRequestWithBody generates requests for ArchivePlates with
any type of body
Func NewArchiveProjectsRequest
func NewArchiveProjectsRequest(server string, body ArchiveProjectsJSONRequestBody) (*http.Request, error)
NewArchiveProjectsRequest calls the generic ArchiveProjects builder with
application/json body
Func NewArchiveProjectsRequestWithBody
func NewArchiveProjectsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveProjectsRequestWithBody generates requests for ArchiveProjects
with any type of body
Func NewArchiveRNAOligosRequest
func NewArchiveRNAOligosRequest(server string, body ArchiveRNAOligosJSONRequestBody) (*http.Request, error)
NewArchiveRNAOligosRequest calls the generic ArchiveRNAOligos builder with
application/json body
Func NewArchiveRNAOligosRequestWithBody
func NewArchiveRNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveRNAOligosRequestWithBody generates requests for ArchiveRNAOligos
with any type of body
Func NewArchiveRNASequencesRequest
func NewArchiveRNASequencesRequest(server string, body ArchiveRNASequencesJSONRequestBody) (*http.Request, error)
NewArchiveRNASequencesRequest calls the generic ArchiveRNASequences builder
with application/json body
Func NewArchiveRNASequencesRequestWithBody
func NewArchiveRNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveRNASequencesRequestWithBody generates requests for
ArchiveRNASequences with any type of body
Func NewArchiveWorkflowOutputsRequest
func NewArchiveWorkflowOutputsRequest(server string, body ArchiveWorkflowOutputsJSONRequestBody) (*http.Request, error)
NewArchiveWorkflowOutputsRequest calls the generic ArchiveWorkflowOutputs
builder with application/json body
Func NewArchiveWorkflowOutputsRequestWithBody
func NewArchiveWorkflowOutputsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveWorkflowOutputsRequestWithBody generates requests for
ArchiveWorkflowOutputs with any type of body
Func NewArchiveWorkflowTaskGroupsRequest
func NewArchiveWorkflowTaskGroupsRequest(server string, body ArchiveWorkflowTaskGroupsJSONRequestBody) (*http.Request, error)
NewArchiveWorkflowTaskGroupsRequest calls the generic
ArchiveWorkflowTaskGroups builder with application/json body
Func NewArchiveWorkflowTaskGroupsRequestWithBody
func NewArchiveWorkflowTaskGroupsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveWorkflowTaskGroupsRequestWithBody generates requests for
ArchiveWorkflowTaskGroups with any type of body
Func NewArchiveWorkflowTasksRequest
func NewArchiveWorkflowTasksRequest(server string, body ArchiveWorkflowTasksJSONRequestBody) (*http.Request, error)
NewArchiveWorkflowTasksRequest calls the generic ArchiveWorkflowTasks
builder with application/json body
Func NewArchiveWorkflowTasksRequestWithBody
func NewArchiveWorkflowTasksRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewArchiveWorkflowTasksRequestWithBody generates requests for
ArchiveWorkflowTasks with any type of body
Func NewAutoAnnotateAaSequencesRequest
func NewAutoAnnotateAaSequencesRequest(server string, body AutoAnnotateAaSequencesJSONRequestBody) (*http.Request, error)
NewAutoAnnotateAaSequencesRequest calls the generic AutoAnnotateAaSequences
builder with application/json body
Func NewAutoAnnotateAaSequencesRequestWithBody
func NewAutoAnnotateAaSequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutoAnnotateAaSequencesRequestWithBody generates requests for
AutoAnnotateAaSequences with any type of body
Func NewAutoAnnotateDnaSequencesRequest
func NewAutoAnnotateDnaSequencesRequest(server string, body AutoAnnotateDnaSequencesJSONRequestBody) (*http.Request, error)
NewAutoAnnotateDnaSequencesRequest calls the generic
AutoAnnotateDnaSequences builder with application/json body
Func NewAutoAnnotateDnaSequencesRequestWithBody
func NewAutoAnnotateDnaSequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutoAnnotateDnaSequencesRequestWithBody generates requests for
AutoAnnotateDnaSequences with any type of body
Func NewAutoAnnotateRnaSequencesRequest
func NewAutoAnnotateRnaSequencesRequest(server string, body AutoAnnotateRnaSequencesJSONRequestBody) (*http.Request, error)
NewAutoAnnotateRnaSequencesRequest calls the generic
AutoAnnotateRnaSequences builder with application/json body
Func NewAutoAnnotateRnaSequencesRequestWithBody
func NewAutoAnnotateRnaSequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutoAnnotateRnaSequencesRequestWithBody generates requests for
AutoAnnotateRnaSequences with any type of body
Func NewAutofillDNASequencePartsRequest
func NewAutofillDNASequencePartsRequest(server string, body AutofillDNASequencePartsJSONRequestBody) (*http.Request, error)
NewAutofillDNASequencePartsRequest calls the generic
AutofillDNASequenceParts builder with application/json body
Func NewAutofillDNASequencePartsRequestWithBody
func NewAutofillDNASequencePartsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutofillDNASequencePartsRequestWithBody generates requests for
AutofillDNASequenceParts with any type of body
Func NewAutofillDNASequenceTranslationsRequest
func NewAutofillDNASequenceTranslationsRequest(server string, body AutofillDNASequenceTranslationsJSONRequestBody) (*http.Request, error)
NewAutofillDNASequenceTranslationsRequest calls the generic
AutofillDNASequenceTranslations builder with application/json body
Func NewAutofillDNASequenceTranslationsRequestWithBody
func NewAutofillDNASequenceTranslationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutofillDNASequenceTranslationsRequestWithBody generates requests for
AutofillDNASequenceTranslations with any type of body
Func NewAutofillRNASequencePartsRequest
func NewAutofillRNASequencePartsRequest(server string, body AutofillRNASequencePartsJSONRequestBody) (*http.Request, error)
NewAutofillRNASequencePartsRequest calls the generic
AutofillRNASequenceParts builder with application/json body
Func NewAutofillRNASequencePartsRequestWithBody
func NewAutofillRNASequencePartsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutofillRNASequencePartsRequestWithBody generates requests for
AutofillRNASequenceParts with any type of body
Func NewAutofillRNASequenceTranslationsRequest
func NewAutofillRNASequenceTranslationsRequest(server string, body AutofillRNASequenceTranslationsJSONRequestBody) (*http.Request, error)
NewAutofillRNASequenceTranslationsRequest calls the generic
AutofillRNASequenceTranslations builder with application/json body
Func NewAutofillRNASequenceTranslationsRequestWithBody
func NewAutofillRNASequenceTranslationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewAutofillRNASequenceTranslationsRequestWithBody generates requests for
AutofillRNASequenceTranslations with any type of body
Func NewBulkCopyWorkflowTasksRequest
func NewBulkCopyWorkflowTasksRequest(server string, body BulkCopyWorkflowTasksJSONRequestBody) (*http.Request, error)
NewBulkCopyWorkflowTasksRequest calls the generic BulkCopyWorkflowTasks
builder with application/json body
Func NewBulkCopyWorkflowTasksRequestWithBody
func NewBulkCopyWorkflowTasksRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCopyWorkflowTasksRequestWithBody generates requests for
BulkCopyWorkflowTasks with any type of body
Func NewBulkCreateAASequencesRequest
func NewBulkCreateAASequencesRequest(server string, body BulkCreateAASequencesJSONRequestBody) (*http.Request, error)
NewBulkCreateAASequencesRequest calls the generic BulkCreateAASequences
builder with application/json body
Func NewBulkCreateAASequencesRequestWithBody
func NewBulkCreateAASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateAASequencesRequestWithBody generates requests for
BulkCreateAASequences with any type of body
Func NewBulkCreateAppConfigurationItemsRequest
func NewBulkCreateAppConfigurationItemsRequest(server string, body BulkCreateAppConfigurationItemsJSONRequestBody) (*http.Request, error)
NewBulkCreateAppConfigurationItemsRequest calls the generic
BulkCreateAppConfigurationItems builder with application/json body
Func NewBulkCreateAppConfigurationItemsRequestWithBody
func NewBulkCreateAppConfigurationItemsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateAppConfigurationItemsRequestWithBody generates requests for
BulkCreateAppConfigurationItems with any type of body
Func NewBulkCreateContainersRequest
func NewBulkCreateContainersRequest(server string, body BulkCreateContainersJSONRequestBody) (*http.Request, error)
NewBulkCreateContainersRequest calls the generic BulkCreateContainers
builder with application/json body
Func NewBulkCreateContainersRequestWithBody
func NewBulkCreateContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateContainersRequestWithBody generates requests for
BulkCreateContainers with any type of body
Func NewBulkCreateCustomEntitiesRequest
func NewBulkCreateCustomEntitiesRequest(server string, body BulkCreateCustomEntitiesJSONRequestBody) (*http.Request, error)
NewBulkCreateCustomEntitiesRequest calls the generic
BulkCreateCustomEntities builder with application/json body
Func NewBulkCreateCustomEntitiesRequestWithBody
func NewBulkCreateCustomEntitiesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateCustomEntitiesRequestWithBody generates requests for
BulkCreateCustomEntities with any type of body
Func NewBulkCreateDNAOligosRequest
func NewBulkCreateDNAOligosRequest(server string, body BulkCreateDNAOligosJSONRequestBody) (*http.Request, error)
NewBulkCreateDNAOligosRequest calls the generic BulkCreateDNAOligos builder
with application/json body
Func NewBulkCreateDNAOligosRequestWithBody
func NewBulkCreateDNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateDNAOligosRequestWithBody generates requests for
BulkCreateDNAOligos with any type of body
Func NewBulkCreateDNASequencesRequest
func NewBulkCreateDNASequencesRequest(server string, body BulkCreateDNASequencesJSONRequestBody) (*http.Request, error)
NewBulkCreateDNASequencesRequest calls the generic BulkCreateDNASequences
builder with application/json body
Func NewBulkCreateDNASequencesRequestWithBody
func NewBulkCreateDNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateDNASequencesRequestWithBody generates requests for
BulkCreateDNASequences with any type of body
Func NewBulkCreateFeaturesRequest
func NewBulkCreateFeaturesRequest(server string, body BulkCreateFeaturesJSONRequestBody) (*http.Request, error)
NewBulkCreateFeaturesRequest calls the generic BulkCreateFeatures builder
with application/json body
Func NewBulkCreateFeaturesRequestWithBody
func NewBulkCreateFeaturesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateFeaturesRequestWithBody generates requests for
BulkCreateFeatures with any type of body
Func NewBulkCreateMixturesRequest
func NewBulkCreateMixturesRequest(server string, body BulkCreateMixturesJSONRequestBody) (*http.Request, error)
NewBulkCreateMixturesRequest calls the generic BulkCreateMixtures builder
with application/json body
Func NewBulkCreateMixturesRequestWithBody
func NewBulkCreateMixturesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateMixturesRequestWithBody generates requests for
BulkCreateMixtures with any type of body
Func NewBulkCreateMoleculesRequest
func NewBulkCreateMoleculesRequest(server string, body BulkCreateMoleculesJSONRequestBody) (*http.Request, error)
NewBulkCreateMoleculesRequest calls the generic BulkCreateMolecules builder
with application/json body
Func NewBulkCreateMoleculesRequestWithBody
func NewBulkCreateMoleculesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateMoleculesRequestWithBody generates requests for
BulkCreateMolecules with any type of body
Func NewBulkCreateOligosRequest
func NewBulkCreateOligosRequest(server string, body BulkCreateOligosJSONRequestBody) (*http.Request, error)
NewBulkCreateOligosRequest calls the generic BulkCreateOligos builder with
application/json body
Func NewBulkCreateOligosRequestWithBody
func NewBulkCreateOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateOligosRequestWithBody generates requests for BulkCreateOligos
with any type of body
Func NewBulkCreateRNAOligosRequest
func NewBulkCreateRNAOligosRequest(server string, body BulkCreateRNAOligosJSONRequestBody) (*http.Request, error)
NewBulkCreateRNAOligosRequest calls the generic BulkCreateRNAOligos builder
with application/json body
Func NewBulkCreateRNAOligosRequestWithBody
func NewBulkCreateRNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateRNAOligosRequestWithBody generates requests for
BulkCreateRNAOligos with any type of body
Func NewBulkCreateRNASequencesRequest
func NewBulkCreateRNASequencesRequest(server string, body BulkCreateRNASequencesJSONRequestBody) (*http.Request, error)
NewBulkCreateRNASequencesRequest calls the generic BulkCreateRNASequences
builder with application/json body
Func NewBulkCreateRNASequencesRequestWithBody
func NewBulkCreateRNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateRNASequencesRequestWithBody generates requests for
BulkCreateRNASequences with any type of body
Func NewBulkCreateRequestTasksRequest
func NewBulkCreateRequestTasksRequest(server string, requestId string, body BulkCreateRequestTasksJSONRequestBody) (*http.Request, error)
NewBulkCreateRequestTasksRequest calls the generic BulkCreateRequestTasks
builder with application/json body
Func NewBulkCreateRequestTasksRequestWithBody
func NewBulkCreateRequestTasksRequestWithBody(server string, requestId string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateRequestTasksRequestWithBody generates requests for
BulkCreateRequestTasks with any type of body
Func NewBulkCreateUsersRequest
func NewBulkCreateUsersRequest(server string, body BulkCreateUsersJSONRequestBody) (*http.Request, error)
NewBulkCreateUsersRequest calls the generic BulkCreateUsers builder with
application/json body
Func NewBulkCreateUsersRequestWithBody
func NewBulkCreateUsersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateUsersRequestWithBody generates requests for BulkCreateUsers
with any type of body
Func NewBulkCreateWorkflowOutputsRequest
func NewBulkCreateWorkflowOutputsRequest(server string, body BulkCreateWorkflowOutputsJSONRequestBody) (*http.Request, error)
NewBulkCreateWorkflowOutputsRequest calls the generic
BulkCreateWorkflowOutputs builder with application/json body
Func NewBulkCreateWorkflowOutputsRequestWithBody
func NewBulkCreateWorkflowOutputsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateWorkflowOutputsRequestWithBody generates requests for
BulkCreateWorkflowOutputs with any type of body
Func NewBulkCreateWorkflowTasksRequest
func NewBulkCreateWorkflowTasksRequest(server string, body BulkCreateWorkflowTasksJSONRequestBody) (*http.Request, error)
NewBulkCreateWorkflowTasksRequest calls the generic BulkCreateWorkflowTasks
builder with application/json body
Func NewBulkCreateWorkflowTasksRequestWithBody
func NewBulkCreateWorkflowTasksRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkCreateWorkflowTasksRequestWithBody generates requests for
BulkCreateWorkflowTasks with any type of body
Func NewBulkGetAASequencesRequest
func NewBulkGetAASequencesRequest(server string, params *BulkGetAASequencesParams) (*http.Request, error)
NewBulkGetAASequencesRequest generates requests for BulkGetAASequences
Func NewBulkGetAssayResultsRequest
func NewBulkGetAssayResultsRequest(server string, params *BulkGetAssayResultsParams) (*http.Request, error)
NewBulkGetAssayResultsRequest generates requests for BulkGetAssayResults
Func NewBulkGetAssayRunsRequest
func NewBulkGetAssayRunsRequest(server string, params *BulkGetAssayRunsParams) (*http.Request, error)
NewBulkGetAssayRunsRequest generates requests for BulkGetAssayRuns
Func NewBulkGetBatchesRequest
func NewBulkGetBatchesRequest(server string, params *BulkGetBatchesParams) (*http.Request, error)
NewBulkGetBatchesRequest generates requests for BulkGetBatches
Func NewBulkGetBlobsRequest
func NewBulkGetBlobsRequest(server string, params *BulkGetBlobsParams) (*http.Request, error)
NewBulkGetBlobsRequest generates requests for BulkGetBlobs
Func NewBulkGetBoxesRequest
func NewBulkGetBoxesRequest(server string, params *BulkGetBoxesParams) (*http.Request, error)
NewBulkGetBoxesRequest generates requests for BulkGetBoxes
Func NewBulkGetContainersRequest
func NewBulkGetContainersRequest(server string, params *BulkGetContainersParams) (*http.Request, error)
NewBulkGetContainersRequest generates requests for BulkGetContainers
Func NewBulkGetCustomEntitiesRequest
func NewBulkGetCustomEntitiesRequest(server string, params *BulkGetCustomEntitiesParams) (*http.Request, error)
NewBulkGetCustomEntitiesRequest generates requests for BulkGetCustomEntities
Func NewBulkGetDNASequencesRequest
func NewBulkGetDNASequencesRequest(server string, params *BulkGetDNASequencesParams) (*http.Request, error)
NewBulkGetDNASequencesRequest generates requests for BulkGetDNASequences
Func NewBulkGetEntriesRequest
func NewBulkGetEntriesRequest(server string, params *BulkGetEntriesParams) (*http.Request, error)
NewBulkGetEntriesRequest generates requests for BulkGetEntries
Func NewBulkGetLocationsRequest
func NewBulkGetLocationsRequest(server string, params *BulkGetLocationsParams) (*http.Request, error)
NewBulkGetLocationsRequest generates requests for BulkGetLocations
Func NewBulkGetOligosRequest
func NewBulkGetOligosRequest(server string, params *BulkGetOligosParams) (*http.Request, error)
NewBulkGetOligosRequest generates requests for BulkGetOligos
Func NewBulkGetPlatesRequest
func NewBulkGetPlatesRequest(server string, params *BulkGetPlatesParams) (*http.Request, error)
NewBulkGetPlatesRequest generates requests for BulkGetPlates
Func NewBulkGetRNASequencesRequest
func NewBulkGetRNASequencesRequest(server string, params *BulkGetRNASequencesParams) (*http.Request, error)
NewBulkGetRNASequencesRequest generates requests for BulkGetRNASequences
Func NewBulkGetRegisteredEntitiesRequest
func NewBulkGetRegisteredEntitiesRequest(server string, registryId string, params *BulkGetRegisteredEntitiesParams) (*http.Request, error)
NewBulkGetRegisteredEntitiesRequest generates requests for
BulkGetRegisteredEntities
Func NewBulkGetRequestsRequest
func NewBulkGetRequestsRequest(server string, params *BulkGetRequestsParams) (*http.Request, error)
NewBulkGetRequestsRequest generates requests for BulkGetRequests
Func NewBulkUpdateAASequencesRequest
func NewBulkUpdateAASequencesRequest(server string, body BulkUpdateAASequencesJSONRequestBody) (*http.Request, error)
NewBulkUpdateAASequencesRequest calls the generic BulkUpdateAASequences
builder with application/json body
Func NewBulkUpdateAASequencesRequestWithBody
func NewBulkUpdateAASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateAASequencesRequestWithBody generates requests for
BulkUpdateAASequences with any type of body
Func NewBulkUpdateAppConfigurationItemsRequest
func NewBulkUpdateAppConfigurationItemsRequest(server string, body BulkUpdateAppConfigurationItemsJSONRequestBody) (*http.Request, error)
NewBulkUpdateAppConfigurationItemsRequest calls the generic
BulkUpdateAppConfigurationItems builder with application/json body
Func NewBulkUpdateAppConfigurationItemsRequestWithBody
func NewBulkUpdateAppConfigurationItemsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateAppConfigurationItemsRequestWithBody generates requests for
BulkUpdateAppConfigurationItems with any type of body
Func NewBulkUpdateContainersRequest
func NewBulkUpdateContainersRequest(server string, body BulkUpdateContainersJSONRequestBody) (*http.Request, error)
NewBulkUpdateContainersRequest calls the generic BulkUpdateContainers
builder with application/json body
Func NewBulkUpdateContainersRequestWithBody
func NewBulkUpdateContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateContainersRequestWithBody generates requests for
BulkUpdateContainers with any type of body
Func NewBulkUpdateCustomEntitiesRequest
func NewBulkUpdateCustomEntitiesRequest(server string, body BulkUpdateCustomEntitiesJSONRequestBody) (*http.Request, error)
NewBulkUpdateCustomEntitiesRequest calls the generic
BulkUpdateCustomEntities builder with application/json body
Func NewBulkUpdateCustomEntitiesRequestWithBody
func NewBulkUpdateCustomEntitiesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateCustomEntitiesRequestWithBody generates requests for
BulkUpdateCustomEntities with any type of body
Func NewBulkUpdateDNAOligosRequest
func NewBulkUpdateDNAOligosRequest(server string, body BulkUpdateDNAOligosJSONRequestBody) (*http.Request, error)
NewBulkUpdateDNAOligosRequest calls the generic BulkUpdateDNAOligos builder
with application/json body
Func NewBulkUpdateDNAOligosRequestWithBody
func NewBulkUpdateDNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateDNAOligosRequestWithBody generates requests for
BulkUpdateDNAOligos with any type of body
Func NewBulkUpdateDNASequencesRequest
func NewBulkUpdateDNASequencesRequest(server string, body BulkUpdateDNASequencesJSONRequestBody) (*http.Request, error)
NewBulkUpdateDNASequencesRequest calls the generic BulkUpdateDNASequences
builder with application/json body
Func NewBulkUpdateDNASequencesRequestWithBody
func NewBulkUpdateDNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateDNASequencesRequestWithBody generates requests for
BulkUpdateDNASequences with any type of body
Func NewBulkUpdateMixturesRequest
func NewBulkUpdateMixturesRequest(server string, body BulkUpdateMixturesJSONRequestBody) (*http.Request, error)
NewBulkUpdateMixturesRequest calls the generic BulkUpdateMixtures builder
with application/json body
Func NewBulkUpdateMixturesRequestWithBody
func NewBulkUpdateMixturesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateMixturesRequestWithBody generates requests for
BulkUpdateMixtures with any type of body
Func NewBulkUpdateMoleculesRequest
func NewBulkUpdateMoleculesRequest(server string, body BulkUpdateMoleculesJSONRequestBody) (*http.Request, error)
NewBulkUpdateMoleculesRequest calls the generic BulkUpdateMolecules builder
with application/json body
Func NewBulkUpdateMoleculesRequestWithBody
func NewBulkUpdateMoleculesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateMoleculesRequestWithBody generates requests for
BulkUpdateMolecules with any type of body
Func NewBulkUpdateRNAOligosRequest
func NewBulkUpdateRNAOligosRequest(server string, body BulkUpdateRNAOligosJSONRequestBody) (*http.Request, error)
NewBulkUpdateRNAOligosRequest calls the generic BulkUpdateRNAOligos builder
with application/json body
Func NewBulkUpdateRNAOligosRequestWithBody
func NewBulkUpdateRNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateRNAOligosRequestWithBody generates requests for
BulkUpdateRNAOligos with any type of body
Func NewBulkUpdateRNASequencesRequest
func NewBulkUpdateRNASequencesRequest(server string, body BulkUpdateRNASequencesJSONRequestBody) (*http.Request, error)
NewBulkUpdateRNASequencesRequest calls the generic BulkUpdateRNASequences
builder with application/json body
Func NewBulkUpdateRNASequencesRequestWithBody
func NewBulkUpdateRNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateRNASequencesRequestWithBody generates requests for
BulkUpdateRNASequences with any type of body
Func NewBulkUpdateRequestTasksRequest
func NewBulkUpdateRequestTasksRequest(server string, requestId string, body BulkUpdateRequestTasksJSONRequestBody) (*http.Request, error)
NewBulkUpdateRequestTasksRequest calls the generic BulkUpdateRequestTasks
builder with application/json body
Func NewBulkUpdateRequestTasksRequestWithBody
func NewBulkUpdateRequestTasksRequestWithBody(server string, requestId string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateRequestTasksRequestWithBody generates requests for
BulkUpdateRequestTasks with any type of body
Func NewBulkUpdateUsersRequest
func NewBulkUpdateUsersRequest(server string, body BulkUpdateUsersJSONRequestBody) (*http.Request, error)
NewBulkUpdateUsersRequest calls the generic BulkUpdateUsers builder with
application/json body
Func NewBulkUpdateUsersRequestWithBody
func NewBulkUpdateUsersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateUsersRequestWithBody generates requests for BulkUpdateUsers
with any type of body
Func NewBulkUpdateWorkflowOutputsRequest
func NewBulkUpdateWorkflowOutputsRequest(server string, body BulkUpdateWorkflowOutputsJSONRequestBody) (*http.Request, error)
NewBulkUpdateWorkflowOutputsRequest calls the generic
BulkUpdateWorkflowOutputs builder with application/json body
Func NewBulkUpdateWorkflowOutputsRequestWithBody
func NewBulkUpdateWorkflowOutputsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateWorkflowOutputsRequestWithBody generates requests for
BulkUpdateWorkflowOutputs with any type of body
Func NewBulkUpdateWorkflowTasksRequest
func NewBulkUpdateWorkflowTasksRequest(server string, body BulkUpdateWorkflowTasksJSONRequestBody) (*http.Request, error)
NewBulkUpdateWorkflowTasksRequest calls the generic BulkUpdateWorkflowTasks
builder with application/json body
Func NewBulkUpdateWorkflowTasksRequestWithBody
func NewBulkUpdateWorkflowTasksRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkUpdateWorkflowTasksRequestWithBody generates requests for
BulkUpdateWorkflowTasks with any type of body
Func NewCheckinContainersRequest
func NewCheckinContainersRequest(server string, body CheckinContainersJSONRequestBody) (*http.Request, error)
NewCheckinContainersRequest calls the generic CheckinContainers builder with
application/json body
Func NewCheckinContainersRequestWithBody
func NewCheckinContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCheckinContainersRequestWithBody generates requests for CheckinContainers
with any type of body
Func NewCheckoutContainersRequest
func NewCheckoutContainersRequest(server string, body CheckoutContainersJSONRequestBody) (*http.Request, error)
NewCheckoutContainersRequest calls the generic CheckoutContainers builder
with application/json body
Func NewCheckoutContainersRequestWithBody
func NewCheckoutContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCheckoutContainersRequestWithBody generates requests for
CheckoutContainers with any type of body
Func NewCommitAssayResultsTransactionRequest
func NewCommitAssayResultsTransactionRequest(server string, transactionId openapi_types.UUID) (*http.Request, error)
NewCommitAssayResultsTransactionRequest generates requests for
CommitAssayResultsTransaction
Func NewCompleteMultipartBlobRequest
func NewCompleteMultipartBlobRequest(server string, blobId string, body CompleteMultipartBlobJSONRequestBody) (*http.Request, error)
NewCompleteMultipartBlobRequest calls the generic CompleteMultipartBlob
builder with application/json body
Func NewCompleteMultipartBlobRequestWithBody
func NewCompleteMultipartBlobRequestWithBody(server string, blobId string, contentType string, body io.Reader) (*http.Request, error)
NewCompleteMultipartBlobRequestWithBody generates requests for
CompleteMultipartBlob with any type of body
Func NewCopyWorkflowTaskRequest
func NewCopyWorkflowTaskRequest(server string, workflowTaskId string) (*http.Request, error)
NewCopyWorkflowTaskRequest generates requests for CopyWorkflowTask
Func NewCreateAASequenceRequest
func NewCreateAASequenceRequest(server string, body CreateAASequenceJSONRequestBody) (*http.Request, error)
NewCreateAASequenceRequest calls the generic CreateAASequence builder with
application/json body
Func NewCreateAASequenceRequestWithBody
func NewCreateAASequenceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAASequenceRequestWithBody generates requests for CreateAASequence
with any type of body
Func NewCreateAppConfigurationItemRequest
func NewCreateAppConfigurationItemRequest(server string, body CreateAppConfigurationItemJSONRequestBody) (*http.Request, error)
NewCreateAppConfigurationItemRequest calls the generic
CreateAppConfigurationItem builder with application/json body
Func NewCreateAppConfigurationItemRequestWithBody
func NewCreateAppConfigurationItemRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAppConfigurationItemRequestWithBody generates requests for
CreateAppConfigurationItem with any type of body
Func NewCreateAssayResultsInTransactionRequest
func NewCreateAssayResultsInTransactionRequest(server string, transactionId openapi_types.UUID, body CreateAssayResultsInTransactionJSONRequestBody) (*http.Request, error)
NewCreateAssayResultsInTransactionRequest calls the generic
CreateAssayResultsInTransaction builder with application/json body
Func NewCreateAssayResultsInTransactionRequestWithBody
func NewCreateAssayResultsInTransactionRequestWithBody(server string, transactionId openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
NewCreateAssayResultsInTransactionRequestWithBody generates requests for
CreateAssayResultsInTransaction with any type of body
Func NewCreateAssayResultsRequest
func NewCreateAssayResultsRequest(server string, body CreateAssayResultsJSONRequestBody) (*http.Request, error)
NewCreateAssayResultsRequest calls the generic CreateAssayResults builder
with application/json body
Func NewCreateAssayResultsRequestWithBody
func NewCreateAssayResultsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAssayResultsRequestWithBody generates requests for
CreateAssayResults with any type of body
Func NewCreateAssayResultsTransactionRequest
func NewCreateAssayResultsTransactionRequest(server string) (*http.Request, error)
NewCreateAssayResultsTransactionRequest generates requests for
CreateAssayResultsTransaction
Func NewCreateAssayRunsRequest
func NewCreateAssayRunsRequest(server string, body CreateAssayRunsJSONRequestBody) (*http.Request, error)
NewCreateAssayRunsRequest calls the generic CreateAssayRuns builder with
application/json body
Func NewCreateAssayRunsRequestWithBody
func NewCreateAssayRunsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAssayRunsRequestWithBody generates requests for CreateAssayRuns
with any type of body
Func NewCreateAutomationOutputProcessorRequest
func NewCreateAutomationOutputProcessorRequest(server string, body CreateAutomationOutputProcessorJSONRequestBody) (*http.Request, error)
NewCreateAutomationOutputProcessorRequest calls the generic
CreateAutomationOutputProcessor builder with application/json body
Func NewCreateAutomationOutputProcessorRequestWithBody
func NewCreateAutomationOutputProcessorRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateAutomationOutputProcessorRequestWithBody generates requests for
CreateAutomationOutputProcessor with any type of body
Func NewCreateBatchRequest
func NewCreateBatchRequest(server string, body CreateBatchJSONRequestBody) (*http.Request, error)
NewCreateBatchRequest calls the generic CreateBatch builder with
application/json body
Func NewCreateBatchRequestWithBody
func NewCreateBatchRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateBatchRequestWithBody generates requests for CreateBatch with any
type of body
Func NewCreateBenchlingAppRequest
func NewCreateBenchlingAppRequest(server string, body CreateBenchlingAppJSONRequestBody) (*http.Request, error)
NewCreateBenchlingAppRequest calls the generic CreateBenchlingApp builder
with application/json body
Func NewCreateBenchlingAppRequestWithBody
func NewCreateBenchlingAppRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateBenchlingAppRequestWithBody generates requests for
CreateBenchlingApp with any type of body
Func NewCreateBlobPartRequest
func NewCreateBlobPartRequest(server string, blobId string, body CreateBlobPartJSONRequestBody) (*http.Request, error)
NewCreateBlobPartRequest calls the generic CreateBlobPart builder with
application/json body
Func NewCreateBlobPartRequestWithBody
func NewCreateBlobPartRequestWithBody(server string, blobId string, contentType string, body io.Reader) (*http.Request, error)
NewCreateBlobPartRequestWithBody generates requests for CreateBlobPart with
any type of body
Func NewCreateBlobRequest
func NewCreateBlobRequest(server string, body CreateBlobJSONRequestBody) (*http.Request, error)
NewCreateBlobRequest calls the generic CreateBlob builder with
application/json body
Func NewCreateBlobRequestWithBody
func NewCreateBlobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateBlobRequestWithBody generates requests for CreateBlob with any type
of body
Func NewCreateBoxRequest
func NewCreateBoxRequest(server string, body CreateBoxJSONRequestBody) (*http.Request, error)
NewCreateBoxRequest calls the generic CreateBox builder with
application/json body
Func NewCreateBoxRequestWithBody
func NewCreateBoxRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateBoxRequestWithBody generates requests for CreateBox with any type
of body
Func NewCreateConsensusNucleotideAlignmentRequest
func NewCreateConsensusNucleotideAlignmentRequest(server string, body CreateConsensusNucleotideAlignmentJSONRequestBody) (*http.Request, error)
NewCreateConsensusNucleotideAlignmentRequest calls the generic
CreateConsensusNucleotideAlignment builder with application/json body
Func NewCreateConsensusNucleotideAlignmentRequestWithBody
func NewCreateConsensusNucleotideAlignmentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateConsensusNucleotideAlignmentRequestWithBody generates requests for
CreateConsensusNucleotideAlignment with any type of body
Func NewCreateContainerRequest
func NewCreateContainerRequest(server string, body CreateContainerJSONRequestBody) (*http.Request, error)
NewCreateContainerRequest calls the generic CreateContainer builder with
application/json body
Func NewCreateContainerRequestWithBody
func NewCreateContainerRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateContainerRequestWithBody generates requests for CreateContainer
with any type of body
Func NewCreateCustomEntityRequest
func NewCreateCustomEntityRequest(server string, body CreateCustomEntityJSONRequestBody) (*http.Request, error)
NewCreateCustomEntityRequest calls the generic CreateCustomEntity builder
with application/json body
Func NewCreateCustomEntityRequestWithBody
func NewCreateCustomEntityRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateCustomEntityRequestWithBody generates requests for
CreateCustomEntity with any type of body
Func NewCreateDNAOligoRequest
func NewCreateDNAOligoRequest(server string, body CreateDNAOligoJSONRequestBody) (*http.Request, error)
NewCreateDNAOligoRequest calls the generic CreateDNAOligo builder with
application/json body
Func NewCreateDNAOligoRequestWithBody
func NewCreateDNAOligoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDNAOligoRequestWithBody generates requests for CreateDNAOligo with
any type of body
Func NewCreateDNASequenceRequest
func NewCreateDNASequenceRequest(server string, body CreateDNASequenceJSONRequestBody) (*http.Request, error)
NewCreateDNASequenceRequest calls the generic CreateDNASequence builder with
application/json body
Func NewCreateDNASequenceRequestWithBody
func NewCreateDNASequenceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDNASequenceRequestWithBody generates requests for CreateDNASequence
with any type of body
Func NewCreateDnaConsensusAlignmentRequest
func NewCreateDnaConsensusAlignmentRequest(server string, body CreateDnaConsensusAlignmentJSONRequestBody) (*http.Request, error)
NewCreateDnaConsensusAlignmentRequest calls the generic
CreateDnaConsensusAlignment builder with application/json body
Func NewCreateDnaConsensusAlignmentRequestWithBody
func NewCreateDnaConsensusAlignmentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDnaConsensusAlignmentRequestWithBody generates requests for
CreateDnaConsensusAlignment with any type of body
Func NewCreateDnaTemplateAlignmentRequest
func NewCreateDnaTemplateAlignmentRequest(server string, body CreateDnaTemplateAlignmentJSONRequestBody) (*http.Request, error)
NewCreateDnaTemplateAlignmentRequest calls the generic
CreateDnaTemplateAlignment builder with application/json body
Func NewCreateDnaTemplateAlignmentRequestWithBody
func NewCreateDnaTemplateAlignmentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDnaTemplateAlignmentRequestWithBody generates requests for
CreateDnaTemplateAlignment with any type of body
Func NewCreateDropdownRequest
func NewCreateDropdownRequest(server string, body CreateDropdownJSONRequestBody) (*http.Request, error)
NewCreateDropdownRequest calls the generic CreateDropdown builder with
application/json body
Func NewCreateDropdownRequestWithBody
func NewCreateDropdownRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateDropdownRequestWithBody generates requests for CreateDropdown with
any type of body
Func NewCreateEntryRequest
func NewCreateEntryRequest(server string, body CreateEntryJSONRequestBody) (*http.Request, error)
NewCreateEntryRequest calls the generic CreateEntry builder with
application/json body
Func NewCreateEntryRequestWithBody
func NewCreateEntryRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateEntryRequestWithBody generates requests for CreateEntry with any
type of body
Func NewCreateFeatureLibraryRequest
func NewCreateFeatureLibraryRequest(server string, body CreateFeatureLibraryJSONRequestBody) (*http.Request, error)
NewCreateFeatureLibraryRequest calls the generic CreateFeatureLibrary
builder with application/json body
Func NewCreateFeatureLibraryRequestWithBody
func NewCreateFeatureLibraryRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateFeatureLibraryRequestWithBody generates requests for
CreateFeatureLibrary with any type of body
Func NewCreateFeatureRequest
func NewCreateFeatureRequest(server string, body CreateFeatureJSONRequestBody) (*http.Request, error)
NewCreateFeatureRequest calls the generic CreateFeature builder with
application/json body
Func NewCreateFeatureRequestWithBody
func NewCreateFeatureRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateFeatureRequestWithBody generates requests for CreateFeature with
any type of body
Func NewCreateFolderRequest
func NewCreateFolderRequest(server string, body CreateFolderJSONRequestBody) (*http.Request, error)
NewCreateFolderRequest calls the generic CreateFolder builder with
application/json body
Func NewCreateFolderRequestWithBody
func NewCreateFolderRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateFolderRequestWithBody generates requests for CreateFolder with any
type of body
Func NewCreateLocationRequest
func NewCreateLocationRequest(server string, body CreateLocationJSONRequestBody) (*http.Request, error)
NewCreateLocationRequest calls the generic CreateLocation builder with
application/json body
Func NewCreateLocationRequestWithBody
func NewCreateLocationRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateLocationRequestWithBody generates requests for CreateLocation with
any type of body
Func NewCreateMixtureRequest
func NewCreateMixtureRequest(server string, body CreateMixtureJSONRequestBody) (*http.Request, error)
NewCreateMixtureRequest calls the generic CreateMixture builder with
application/json body
Func NewCreateMixtureRequestWithBody
func NewCreateMixtureRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateMixtureRequestWithBody generates requests for CreateMixture with
any type of body
Func NewCreateMoleculeRequest
func NewCreateMoleculeRequest(server string, body CreateMoleculeJSONRequestBody) (*http.Request, error)
NewCreateMoleculeRequest calls the generic CreateMolecule builder with
application/json body
Func NewCreateMoleculeRequestWithBody
func NewCreateMoleculeRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateMoleculeRequestWithBody generates requests for CreateMolecule with
any type of body
Func NewCreateMultipartBlobRequest
func NewCreateMultipartBlobRequest(server string, body CreateMultipartBlobJSONRequestBody) (*http.Request, error)
NewCreateMultipartBlobRequest calls the generic CreateMultipartBlob builder
with application/json body
Func NewCreateMultipartBlobRequestWithBody
func NewCreateMultipartBlobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateMultipartBlobRequestWithBody generates requests for
CreateMultipartBlob with any type of body
Func NewCreateOligoRequest
func NewCreateOligoRequest(server string, body CreateOligoJSONRequestBody) (*http.Request, error)
NewCreateOligoRequest calls the generic CreateOligo builder with
application/json body
Func NewCreateOligoRequestWithBody
func NewCreateOligoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateOligoRequestWithBody generates requests for CreateOligo with any
type of body
Func NewCreatePlateRequest
func NewCreatePlateRequest(server string, params *CreatePlateParams, body CreatePlateJSONRequestBody) (*http.Request, error)
NewCreatePlateRequest calls the generic CreatePlate builder with
application/json body
Func NewCreatePlateRequestWithBody
func NewCreatePlateRequestWithBody(server string, params *CreatePlateParams, contentType string, body io.Reader) (*http.Request, error)
NewCreatePlateRequestWithBody generates requests for CreatePlate with any
type of body
Func NewCreateRNAOligoRequest
func NewCreateRNAOligoRequest(server string, body CreateRNAOligoJSONRequestBody) (*http.Request, error)
NewCreateRNAOligoRequest calls the generic CreateRNAOligo builder with
application/json body
Func NewCreateRNAOligoRequestWithBody
func NewCreateRNAOligoRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateRNAOligoRequestWithBody generates requests for CreateRNAOligo with
any type of body
Func NewCreateRNASequenceRequest
func NewCreateRNASequenceRequest(server string, body CreateRNASequenceJSONRequestBody) (*http.Request, error)
NewCreateRNASequenceRequest calls the generic CreateRNASequence builder with
application/json body
Func NewCreateRNASequenceRequestWithBody
func NewCreateRNASequenceRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateRNASequenceRequestWithBody generates requests for CreateRNASequence
with any type of body
Func NewCreateRequestRequest
func NewCreateRequestRequest(server string, body CreateRequestJSONRequestBody) (*http.Request, error)
NewCreateRequestRequest calls the generic CreateRequest builder with
application/json body
Func NewCreateRequestRequestWithBody
func NewCreateRequestRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateRequestRequestWithBody generates requests for CreateRequest with
any type of body
Func NewCreateTemplateNucleotideAlignmentRequest
func NewCreateTemplateNucleotideAlignmentRequest(server string, body CreateTemplateNucleotideAlignmentJSONRequestBody) (*http.Request, error)
NewCreateTemplateNucleotideAlignmentRequest calls the generic
CreateTemplateNucleotideAlignment builder with application/json body
Func NewCreateTemplateNucleotideAlignmentRequestWithBody
func NewCreateTemplateNucleotideAlignmentRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateTemplateNucleotideAlignmentRequestWithBody generates requests for
CreateTemplateNucleotideAlignment with any type of body
Func NewCreateUserRequest
func NewCreateUserRequest(server string, body CreateUserJSONRequestBody) (*http.Request, error)
NewCreateUserRequest calls the generic CreateUser builder with
application/json body
Func NewCreateUserRequestWithBody
func NewCreateUserRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateUserRequestWithBody generates requests for CreateUser with any type
of body
Func NewCreateWarehouseCredentialsRequest
func NewCreateWarehouseCredentialsRequest(server string, body CreateWarehouseCredentialsJSONRequestBody) (*http.Request, error)
NewCreateWarehouseCredentialsRequest calls the generic
CreateWarehouseCredentials builder with application/json body
Func NewCreateWarehouseCredentialsRequestWithBody
func NewCreateWarehouseCredentialsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateWarehouseCredentialsRequestWithBody generates requests for
CreateWarehouseCredentials with any type of body
Func NewCreateWorkflowOutputRequest
func NewCreateWorkflowOutputRequest(server string, body CreateWorkflowOutputJSONRequestBody) (*http.Request, error)
NewCreateWorkflowOutputRequest calls the generic CreateWorkflowOutput
builder with application/json body
Func NewCreateWorkflowOutputRequestWithBody
func NewCreateWorkflowOutputRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateWorkflowOutputRequestWithBody generates requests for
CreateWorkflowOutput with any type of body
Func NewCreateWorkflowTaskGroupRequest
func NewCreateWorkflowTaskGroupRequest(server string, body CreateWorkflowTaskGroupJSONRequestBody) (*http.Request, error)
NewCreateWorkflowTaskGroupRequest calls the generic CreateWorkflowTaskGroup
builder with application/json body
Func NewCreateWorkflowTaskGroupRequestWithBody
func NewCreateWorkflowTaskGroupRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateWorkflowTaskGroupRequestWithBody generates requests for
CreateWorkflowTaskGroup with any type of body
Func NewCreateWorkflowTaskRequest
func NewCreateWorkflowTaskRequest(server string, body CreateWorkflowTaskJSONRequestBody) (*http.Request, error)
NewCreateWorkflowTaskRequest calls the generic CreateWorkflowTask builder
with application/json body
Func NewCreateWorkflowTaskRequestWithBody
func NewCreateWorkflowTaskRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCreateWorkflowTaskRequestWithBody generates requests for
CreateWorkflowTask with any type of body
Func NewDeleteContainerContentRequest
func NewDeleteContainerContentRequest(server string, containerId string, containableId string) (*http.Request, error)
NewDeleteContainerContentRequest generates requests for
DeleteContainerContent
Func NewDeleteDNAAlignmentRequest
func NewDeleteDNAAlignmentRequest(server string, dnaAlignmentId string) (*http.Request, error)
NewDeleteDNAAlignmentRequest generates requests for DeleteDNAAlignment
Func NewDeleteNucleotideAlignmentRequest
func NewDeleteNucleotideAlignmentRequest(server string, alignmentId string) (*http.Request, error)
NewDeleteNucleotideAlignmentRequest generates requests for
DeleteNucleotideAlignment
Func NewExecuteRequestsSampleGroupsRequest
func NewExecuteRequestsSampleGroupsRequest(server string, requestId string, body ExecuteRequestsSampleGroupsJSONRequestBody) (*http.Request, error)
NewExecuteRequestsSampleGroupsRequest calls the generic
ExecuteRequestsSampleGroups builder with application/json body
Func NewExecuteRequestsSampleGroupsRequestWithBody
func NewExecuteRequestsSampleGroupsRequestWithBody(server string, requestId string, contentType string, body io.Reader) (*http.Request, error)
NewExecuteRequestsSampleGroupsRequestWithBody generates requests for
ExecuteRequestsSampleGroups with any type of body
Func NewExportItemRequest
func NewExportItemRequest(server string, body ExportItemJSONRequestBody) (*http.Request, error)
NewExportItemRequest calls the generic ExportItem builder with
application/json body
Func NewExportItemRequestWithBody
func NewExportItemRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewExportItemRequestWithBody generates requests for ExportItem with any type
of body
func NewGenerateInputWithAutomationInputGeneratorRequest(server string, inputGeneratorId string) (*http.Request, error)
NewGenerateInputWithAutomationInputGeneratorRequest generates requests for
GenerateInputWithAutomationInputGenerator
Func NewGenerateTokenRequestWithBody
func NewGenerateTokenRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewGenerateTokenRequestWithBody generates requests for GenerateToken with
any type of body
Func NewGenerateTokenRequestWithFormdataBody
func NewGenerateTokenRequestWithFormdataBody(server string, body GenerateTokenFormdataRequestBody) (*http.Request, error)
NewGenerateTokenRequestWithFormdataBody calls the generic GenerateToken
builder with application/x-www-form-urlencoded body
Func NewGetAASequenceRequest
func NewGetAASequenceRequest(server string, aaSequenceId string) (*http.Request, error)
NewGetAASequenceRequest generates requests for GetAASequence
Func NewGetAppConfigurationItemByIdRequest
func NewGetAppConfigurationItemByIdRequest(server string, itemId string) (*http.Request, error)
NewGetAppConfigurationItemByIdRequest generates requests for
GetAppConfigurationItemById
Func NewGetAssayResultRequest
func NewGetAssayResultRequest(server string, assayResultId openapi_types.UUID) (*http.Request, error)
NewGetAssayResultRequest generates requests for GetAssayResult
Func NewGetAssayRunRequest
func NewGetAssayRunRequest(server string, assayRunId string) (*http.Request, error)
NewGetAssayRunRequest generates requests for GetAssayRun
func NewGetAutomationInputGeneratorRequest(server string, inputGeneratorId string) (*http.Request, error)
NewGetAutomationInputGeneratorRequest generates requests for
GetAutomationInputGenerator
Func NewGetAutomationOutputProcessorRequest
func NewGetAutomationOutputProcessorRequest(server string, outputProcessorId string) (*http.Request, error)
NewGetAutomationOutputProcessorRequest generates requests for
GetAutomationOutputProcessor
Func NewGetBatchRequest
func NewGetBatchRequest(server string, batchId string) (*http.Request, error)
NewGetBatchRequest generates requests for GetBatch
Func NewGetBatchSchemaRequest
func NewGetBatchSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetBatchSchemaRequest generates requests for GetBatchSchema
Func NewGetBenchlingAppByIDRequest
func NewGetBenchlingAppByIDRequest(server string, appId string) (*http.Request, error)
NewGetBenchlingAppByIDRequest generates requests for GetBenchlingAppByID
Func NewGetBlobRequest
func NewGetBlobRequest(server string, blobId string) (*http.Request, error)
NewGetBlobRequest generates requests for GetBlob
Func NewGetBlobUrlRequest
func NewGetBlobUrlRequest(server string, blobId string) (*http.Request, error)
NewGetBlobUrlRequest generates requests for GetBlobUrl
Func NewGetBoxRequest
func NewGetBoxRequest(server string, boxId string) (*http.Request, error)
NewGetBoxRequest generates requests for GetBox
Func NewGetBoxSchemaRequest
func NewGetBoxSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetBoxSchemaRequest generates requests for GetBoxSchema
Func NewGetContainerContentRequest
func NewGetContainerContentRequest(server string, containerId string, containableId string) (*http.Request, error)
NewGetContainerContentRequest generates requests for GetContainerContent
Func NewGetContainerRequest
func NewGetContainerRequest(server string, containerId string) (*http.Request, error)
NewGetContainerRequest generates requests for GetContainer
Func NewGetContainerSchemaRequest
func NewGetContainerSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetContainerSchemaRequest generates requests for GetContainerSchema
Func NewGetCustomEntityRequest
func NewGetCustomEntityRequest(server string, customEntityId string) (*http.Request, error)
NewGetCustomEntityRequest generates requests for GetCustomEntity
Func NewGetDNAAlignmentRequest
func NewGetDNAAlignmentRequest(server string, dnaAlignmentId string) (*http.Request, error)
NewGetDNAAlignmentRequest generates requests for GetDNAAlignment
Func NewGetDNAOligoRequest
func NewGetDNAOligoRequest(server string, oligoId string) (*http.Request, error)
NewGetDNAOligoRequest generates requests for GetDNAOligo
Func NewGetDNASequenceRequest
func NewGetDNASequenceRequest(server string, dnaSequenceId string) (*http.Request, error)
NewGetDNASequenceRequest generates requests for GetDNASequence
Func NewGetDropdownRequest
func NewGetDropdownRequest(server string, dropdownId string) (*http.Request, error)
NewGetDropdownRequest generates requests for GetDropdown
Func NewGetEnitityBatchesRequest
func NewGetEnitityBatchesRequest(server string, entityId string) (*http.Request, error)
NewGetEnitityBatchesRequest generates requests for GetEnitityBatches
Func NewGetEntitySchemaRequest
func NewGetEntitySchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetEntitySchemaRequest generates requests for GetEntitySchema
Func NewGetEntryRequest
func NewGetEntryRequest(server string, entryId string) (*http.Request, error)
NewGetEntryRequest generates requests for GetEntry
Func NewGetEntrySchemaRequest
func NewGetEntrySchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetEntrySchemaRequest generates requests for GetEntrySchema
Func NewGetEntryTemplateRequest
func NewGetEntryTemplateRequest(server string, entryTemplateId string) (*http.Request, error)
NewGetEntryTemplateRequest generates requests for GetEntryTemplate
Func NewGetExternalFileMetadataRequest
func NewGetExternalFileMetadataRequest(server string, entryId string, externalFileId string) (*http.Request, error)
NewGetExternalFileMetadataRequest generates requests for
GetExternalFileMetadata
Func NewGetFeatureLibraryRequest
func NewGetFeatureLibraryRequest(server string, featureLibraryId string) (*http.Request, error)
NewGetFeatureLibraryRequest generates requests for GetFeatureLibrary
Func NewGetFeatureRequest
func NewGetFeatureRequest(server string, featureId string) (*http.Request, error)
NewGetFeatureRequest generates requests for GetFeature
Func NewGetFolderRequest
func NewGetFolderRequest(server string, folderId string) (*http.Request, error)
NewGetFolderRequest generates requests for GetFolder
func NewGetLabAutomationTransformRequest(server string, transformId string) (*http.Request, error)
NewGetLabAutomationTransformRequest generates requests for
GetLabAutomationTransform
Func NewGetLocationRequest
func NewGetLocationRequest(server string, locationId string) (*http.Request, error)
NewGetLocationRequest generates requests for GetLocation
Func NewGetLocationSchemaRequest
func NewGetLocationSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetLocationSchemaRequest generates requests for GetLocationSchema
Func NewGetMixtureRequest
func NewGetMixtureRequest(server string, mixtureId string) (*http.Request, error)
NewGetMixtureRequest generates requests for GetMixture
Func NewGetMoleculeRequest
func NewGetMoleculeRequest(server string, moleculeId string) (*http.Request, error)
NewGetMoleculeRequest generates requests for GetMolecule
Func NewGetNucleotideAlignmentRequest
func NewGetNucleotideAlignmentRequest(server string, alignmentId string) (*http.Request, error)
NewGetNucleotideAlignmentRequest generates requests for
GetNucleotideAlignment
Func NewGetOligoRequest
func NewGetOligoRequest(server string, oligoId string) (*http.Request, error)
NewGetOligoRequest generates requests for GetOligo
Func NewGetOrganizationRequest
func NewGetOrganizationRequest(server string, organizationId string) (*http.Request, error)
NewGetOrganizationRequest generates requests for GetOrganization
Func NewGetPlateRequest
func NewGetPlateRequest(server string, plateId string, params *GetPlateParams) (*http.Request, error)
NewGetPlateRequest generates requests for GetPlate
Func NewGetPlateSchemaRequest
func NewGetPlateSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetPlateSchemaRequest generates requests for GetPlateSchema
Func NewGetProjectRequest
func NewGetProjectRequest(server string, projectId string) (*http.Request, error)
NewGetProjectRequest generates requests for GetProject
Func NewGetRNAOligoRequest
func NewGetRNAOligoRequest(server string, oligoId string) (*http.Request, error)
NewGetRNAOligoRequest generates requests for GetRNAOligo
Func NewGetRNASequenceRequest
func NewGetRNASequenceRequest(server string, rnaSequenceId string) (*http.Request, error)
NewGetRNASequenceRequest generates requests for GetRNASequence
Func NewGetRegistryRequest
func NewGetRegistryRequest(server string, registryId string) (*http.Request, error)
NewGetRegistryRequest generates requests for GetRegistry
Func NewGetRequestFulfillmentRequest
func NewGetRequestFulfillmentRequest(server string, requestFulfillmentId string) (*http.Request, error)
NewGetRequestFulfillmentRequest generates requests for GetRequestFulfillment
Func NewGetRequestRequest
func NewGetRequestRequest(server string, requestId string) (*http.Request, error)
NewGetRequestRequest generates requests for GetRequest
Func NewGetRequestResponseRequest
func NewGetRequestResponseRequest(server string, requestId string) (*http.Request, error)
NewGetRequestResponseRequest generates requests for GetRequestResponse
Func NewGetRequestSchemaRequest
func NewGetRequestSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetRequestSchemaRequest generates requests for GetRequestSchema
Func NewGetRequestTaskSchemaRequest
func NewGetRequestTaskSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetRequestTaskSchemaRequest generates requests for GetRequestTaskSchema
Func NewGetResultSchemaRequest
func NewGetResultSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetResultSchemaRequest generates requests for GetResultSchema
Func NewGetRunSchemaRequest
func NewGetRunSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetRunSchemaRequest generates requests for GetRunSchema
Func NewGetTaskRequest
func NewGetTaskRequest(server string, taskId string) (*http.Request, error)
NewGetTaskRequest generates requests for GetTask
Func NewGetTeamRequest
func NewGetTeamRequest(server string, teamId string) (*http.Request, error)
NewGetTeamRequest generates requests for GetTeam
Func NewGetUserActivityRequest
func NewGetUserActivityRequest(server string, userId string) (*http.Request, error)
NewGetUserActivityRequest generates requests for GetUserActivity
Func NewGetUserRequest
func NewGetUserRequest(server string, userId string) (*http.Request, error)
NewGetUserRequest generates requests for GetUser
Func NewGetWorkflowOutputRequest
func NewGetWorkflowOutputRequest(server string, workflowOutputId string) (*http.Request, error)
NewGetWorkflowOutputRequest generates requests for GetWorkflowOutput
Func NewGetWorkflowTaskGroupRequest
func NewGetWorkflowTaskGroupRequest(server string, workflowTaskGroupId string) (*http.Request, error)
NewGetWorkflowTaskGroupRequest generates requests for GetWorkflowTaskGroup
Func NewGetWorkflowTaskRequest
func NewGetWorkflowTaskRequest(server string, workflowTaskId string) (*http.Request, error)
NewGetWorkflowTaskRequest generates requests for GetWorkflowTask
Func NewGetWorkflowTaskSchemaRequest
func NewGetWorkflowTaskSchemaRequest(server string, schemaId string) (*http.Request, error)
NewGetWorkflowTaskSchemaRequest generates requests for GetWorkflowTaskSchema
Func NewListAASequencesRequest
func NewListAASequencesRequest(server string, params *ListAASequencesParams) (*http.Request, error)
NewListAASequencesRequest generates requests for ListAASequences
Func NewListAppConfigurationItemsRequest
func NewListAppConfigurationItemsRequest(server string, params *ListAppConfigurationItemsParams) (*http.Request, error)
NewListAppConfigurationItemsRequest generates requests for
ListAppConfigurationItems
Func NewListAssayResultSchemasRequest
func NewListAssayResultSchemasRequest(server string, params *ListAssayResultSchemasParams) (*http.Request, error)
NewListAssayResultSchemasRequest generates requests for
ListAssayResultSchemas
Func NewListAssayResultsRequest
func NewListAssayResultsRequest(server string, params *ListAssayResultsParams) (*http.Request, error)
NewListAssayResultsRequest generates requests for ListAssayResults
Func NewListAssayRunSchemasRequest
func NewListAssayRunSchemasRequest(server string, params *ListAssayRunSchemasParams) (*http.Request, error)
NewListAssayRunSchemasRequest generates requests for ListAssayRunSchemas
Func NewListAssayRunsRequest
func NewListAssayRunsRequest(server string, params *ListAssayRunsParams) (*http.Request, error)
NewListAssayRunsRequest generates requests for ListAssayRuns
func NewListAutomationInputGeneratorsRequest(server string, assayRunId string, params *ListAutomationInputGeneratorsParams) (*http.Request, error)
NewListAutomationInputGeneratorsRequest generates requests for
ListAutomationInputGenerators
Func NewListAutomationOutputProcessorsDeprecatedRequest
func NewListAutomationOutputProcessorsDeprecatedRequest(server string, assayRunId string, params *ListAutomationOutputProcessorsDeprecatedParams) (*http.Request, error)
NewListAutomationOutputProcessorsDeprecatedRequest generates requests for
ListAutomationOutputProcessorsDeprecated
Func NewListAutomationOutputProcessorsRequest
func NewListAutomationOutputProcessorsRequest(server string, params *ListAutomationOutputProcessorsParams) (*http.Request, error)
NewListAutomationOutputProcessorsRequest generates requests for
ListAutomationOutputProcessors
Func NewListBatchSchemasByRegistryRequest
func NewListBatchSchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListBatchSchemasByRegistryRequest generates requests for
ListBatchSchemasByRegistry
Func NewListBatchSchemasRequest
func NewListBatchSchemasRequest(server string, params *ListBatchSchemasParams) (*http.Request, error)
NewListBatchSchemasRequest generates requests for ListBatchSchemas
Func NewListBatchesRequest
func NewListBatchesRequest(server string, params *ListBatchesParams) (*http.Request, error)
NewListBatchesRequest generates requests for ListBatches
Func NewListBenchlingAppsRequest
func NewListBenchlingAppsRequest(server string, params *ListBenchlingAppsParams) (*http.Request, error)
NewListBenchlingAppsRequest generates requests for ListBenchlingApps
Func NewListBoxContentsRequest
func NewListBoxContentsRequest(server string, boxId string, params *ListBoxContentsParams) (*http.Request, error)
NewListBoxContentsRequest generates requests for ListBoxContents
Func NewListBoxSchemasByRegistryRequest
func NewListBoxSchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListBoxSchemasByRegistryRequest generates requests for
ListBoxSchemasByRegistry
Func NewListBoxSchemasRequest
func NewListBoxSchemasRequest(server string, params *ListBoxSchemasParams) (*http.Request, error)
NewListBoxSchemasRequest generates requests for ListBoxSchemas
Func NewListBoxesRequest
func NewListBoxesRequest(server string, params *ListBoxesParams) (*http.Request, error)
NewListBoxesRequest generates requests for ListBoxes
Func NewListContainerContentsRequest
func NewListContainerContentsRequest(server string, containerId string) (*http.Request, error)
NewListContainerContentsRequest generates requests for ListContainerContents
Func NewListContainerSchemasByRegistryRequest
func NewListContainerSchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListContainerSchemasByRegistryRequest generates requests for
ListContainerSchemasByRegistry
Func NewListContainerSchemasRequest
func NewListContainerSchemasRequest(server string, params *ListContainerSchemasParams) (*http.Request, error)
NewListContainerSchemasRequest generates requests for ListContainerSchemas
Func NewListContainersRequest
func NewListContainersRequest(server string, params *ListContainersParams) (*http.Request, error)
NewListContainersRequest generates requests for ListContainers
Func NewListCustomEntitiesRequest
func NewListCustomEntitiesRequest(server string, params *ListCustomEntitiesParams) (*http.Request, error)
NewListCustomEntitiesRequest generates requests for ListCustomEntities
Func NewListDNAAlignmentsRequest
func NewListDNAAlignmentsRequest(server string, params *ListDNAAlignmentsParams) (*http.Request, error)
NewListDNAAlignmentsRequest generates requests for ListDNAAlignments
Func NewListDNAOligosRequest
func NewListDNAOligosRequest(server string, params *ListDNAOligosParams) (*http.Request, error)
NewListDNAOligosRequest generates requests for ListDNAOligos
Func NewListDNASequencesRequest
func NewListDNASequencesRequest(server string, params *ListDNASequencesParams) (*http.Request, error)
NewListDNASequencesRequest generates requests for ListDNASequences
Func NewListDropdownsByRegistryRequest
func NewListDropdownsByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListDropdownsByRegistryRequest generates requests for
ListDropdownsByRegistry
Func NewListDropdownsRequest
func NewListDropdownsRequest(server string, params *ListDropdownsParams) (*http.Request, error)
NewListDropdownsRequest generates requests for ListDropdowns
Func NewListEntitySchemasByRegistryRequest
func NewListEntitySchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListEntitySchemasByRegistryRequest generates requests for
ListEntitySchemasByRegistry
Func NewListEntitySchemasRequest
func NewListEntitySchemasRequest(server string, params *ListEntitySchemasParams) (*http.Request, error)
NewListEntitySchemasRequest generates requests for ListEntitySchemas
Func NewListEntriesRequest
func NewListEntriesRequest(server string, params *ListEntriesParams) (*http.Request, error)
NewListEntriesRequest generates requests for ListEntries
Func NewListEntrySchemasRequest
func NewListEntrySchemasRequest(server string, params *ListEntrySchemasParams) (*http.Request, error)
NewListEntrySchemasRequest generates requests for ListEntrySchemas
Func NewListEntryTemplatesRequest
func NewListEntryTemplatesRequest(server string, params *ListEntryTemplatesParams) (*http.Request, error)
NewListEntryTemplatesRequest generates requests for ListEntryTemplates
Func NewListEventsRequest
func NewListEventsRequest(server string, params *ListEventsParams) (*http.Request, error)
NewListEventsRequest generates requests for ListEvents
Func NewListFeatureLibrariesRequest
func NewListFeatureLibrariesRequest(server string, params *ListFeatureLibrariesParams) (*http.Request, error)
NewListFeatureLibrariesRequest generates requests for ListFeatureLibraries
Func NewListFeaturesRequest
func NewListFeaturesRequest(server string, params *ListFeaturesParams) (*http.Request, error)
NewListFeaturesRequest generates requests for ListFeatures
Func NewListFoldersRequest
func NewListFoldersRequest(server string, params *ListFoldersParams) (*http.Request, error)
NewListFoldersRequest generates requests for ListFolders
Func NewListLabelTemplatesRequest
func NewListLabelTemplatesRequest(server string, registryId string, params *ListLabelTemplatesParams) (*http.Request, error)
NewListLabelTemplatesRequest generates requests for ListLabelTemplates
func NewListLegacyWorkflowStageRunInputSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListLegacyWorkflowStageRunInputSamplesRequest generates requests for
ListLegacyWorkflowStageRunInputSamples
Func NewListLegacyWorkflowStageRunOutputSamplesRequest
func NewListLegacyWorkflowStageRunOutputSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListLegacyWorkflowStageRunOutputSamplesRequest generates requests for
ListLegacyWorkflowStageRunOutputSamples
Func NewListLegacyWorkflowStageRunRegisteredSamplesRequest
func NewListLegacyWorkflowStageRunRegisteredSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListLegacyWorkflowStageRunRegisteredSamplesRequest generates requests for
ListLegacyWorkflowStageRunRegisteredSamples
Func NewListLegacyWorkflowStageRunsRequest
func NewListLegacyWorkflowStageRunsRequest(server string, stageId string) (*http.Request, error)
NewListLegacyWorkflowStageRunsRequest generates requests for
ListLegacyWorkflowStageRuns
Func NewListLegacyWorkflowStagesRequest
func NewListLegacyWorkflowStagesRequest(server string, legacyWorkflowId string) (*http.Request, error)
NewListLegacyWorkflowStagesRequest generates requests for
ListLegacyWorkflowStages
Func NewListLegacyWorkflowsRequest
func NewListLegacyWorkflowsRequest(server string) (*http.Request, error)
NewListLegacyWorkflowsRequest generates requests for ListLegacyWorkflows
Func NewListLocationSchemasByRegistryRequest
func NewListLocationSchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListLocationSchemasByRegistryRequest generates requests for
ListLocationSchemasByRegistry
Func NewListLocationSchemasRequest
func NewListLocationSchemasRequest(server string, params *ListLocationSchemasParams) (*http.Request, error)
NewListLocationSchemasRequest generates requests for ListLocationSchemas
Func NewListLocationsRequest
func NewListLocationsRequest(server string, params *ListLocationsParams) (*http.Request, error)
NewListLocationsRequest generates requests for ListLocations
Func NewListMixturesRequest
func NewListMixturesRequest(server string, params *ListMixturesParams) (*http.Request, error)
NewListMixturesRequest generates requests for ListMixtures
Func NewListMoleculesRequest
func NewListMoleculesRequest(server string, params *ListMoleculesParams) (*http.Request, error)
NewListMoleculesRequest generates requests for ListMolecules
Func NewListNucleotideAlignmentsRequest
func NewListNucleotideAlignmentsRequest(server string, params *ListNucleotideAlignmentsParams) (*http.Request, error)
NewListNucleotideAlignmentsRequest generates requests for
ListNucleotideAlignments
Func NewListOligosRequest
func NewListOligosRequest(server string, params *ListOligosParams) (*http.Request, error)
NewListOligosRequest generates requests for ListOligos
Func NewListOrganizationsRequest
func NewListOrganizationsRequest(server string, params *ListOrganizationsParams) (*http.Request, error)
NewListOrganizationsRequest generates requests for ListOrganizations
Func NewListPlateSchemasByRegistryRequest
func NewListPlateSchemasByRegistryRequest(server string, registryId string) (*http.Request, error)
NewListPlateSchemasByRegistryRequest generates requests for
ListPlateSchemasByRegistry
Func NewListPlateSchemasRequest
func NewListPlateSchemasRequest(server string, params *ListPlateSchemasParams) (*http.Request, error)
NewListPlateSchemasRequest generates requests for ListPlateSchemas
Func NewListPlatesRequest
func NewListPlatesRequest(server string, params *ListPlatesParams) (*http.Request, error)
NewListPlatesRequest generates requests for ListPlates
Func NewListPrintersRequest
func NewListPrintersRequest(server string, registryId string, params *ListPrintersParams) (*http.Request, error)
NewListPrintersRequest generates requests for ListPrinters
Func NewListProjectsRequest
func NewListProjectsRequest(server string, params *ListProjectsParams) (*http.Request, error)
NewListProjectsRequest generates requests for ListProjects
Func NewListRNAOligosRequest
func NewListRNAOligosRequest(server string, params *ListRNAOligosParams) (*http.Request, error)
NewListRNAOligosRequest generates requests for ListRNAOligos
Func NewListRNASequencesRequest
func NewListRNASequencesRequest(server string, params *ListRNASequencesParams) (*http.Request, error)
NewListRNASequencesRequest generates requests for ListRNASequences
Func NewListRegistriesRequest
func NewListRegistriesRequest(server string, params *ListRegistriesParams) (*http.Request, error)
NewListRegistriesRequest generates requests for ListRegistries
Func NewListRequestFulfillmentsRequest
func NewListRequestFulfillmentsRequest(server string, params *ListRequestFulfillmentsParams) (*http.Request, error)
NewListRequestFulfillmentsRequest generates requests for
ListRequestFulfillments
Func NewListRequestSchemasRequest
func NewListRequestSchemasRequest(server string, params *ListRequestSchemasParams) (*http.Request, error)
NewListRequestSchemasRequest generates requests for ListRequestSchemas
Func NewListRequestTaskSchemasRequest
func NewListRequestTaskSchemasRequest(server string, params *ListRequestTaskSchemasParams) (*http.Request, error)
NewListRequestTaskSchemasRequest generates requests for
ListRequestTaskSchemas
Func NewListRequestsRequest
func NewListRequestsRequest(server string, params *ListRequestsParams) (*http.Request, error)
NewListRequestsRequest generates requests for ListRequests
func NewListStageRunInputSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListStageRunInputSamplesRequest generates requests for
ListStageRunInputSamples
Func NewListStageRunOutputSamplesRequest
func NewListStageRunOutputSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListStageRunOutputSamplesRequest generates requests for
ListStageRunOutputSamples
Func NewListStageRunRegisteredSamplesRequest
func NewListStageRunRegisteredSamplesRequest(server string, stageRunId string) (*http.Request, error)
NewListStageRunRegisteredSamplesRequest generates requests for
ListStageRunRegisteredSamples
Func NewListTeamsRequest
func NewListTeamsRequest(server string, params *ListTeamsParams) (*http.Request, error)
NewListTeamsRequest generates requests for ListTeams
Func NewListUsersRequest
func NewListUsersRequest(server string, params *ListUsersParams) (*http.Request, error)
NewListUsersRequest generates requests for ListUsers
Func NewListWorkflowOutputsRequest
func NewListWorkflowOutputsRequest(server string, params *ListWorkflowOutputsParams) (*http.Request, error)
NewListWorkflowOutputsRequest generates requests for ListWorkflowOutputs
Func NewListWorkflowStageRunsRequest
func NewListWorkflowStageRunsRequest(server string, stageId string) (*http.Request, error)
NewListWorkflowStageRunsRequest generates requests for ListWorkflowStageRuns
Func NewListWorkflowStagesRequest
func NewListWorkflowStagesRequest(server string, workflowId string) (*http.Request, error)
NewListWorkflowStagesRequest generates requests for ListWorkflowStages
Func NewListWorkflowTaskGroupsRequest
func NewListWorkflowTaskGroupsRequest(server string, params *ListWorkflowTaskGroupsParams) (*http.Request, error)
NewListWorkflowTaskGroupsRequest generates requests for
ListWorkflowTaskGroups
Func NewListWorkflowTaskSchemasRequest
func NewListWorkflowTaskSchemasRequest(server string, params *ListWorkflowTaskSchemasParams) (*http.Request, error)
NewListWorkflowTaskSchemasRequest generates requests for
ListWorkflowTaskSchemas
Func NewListWorkflowTasksRequest
func NewListWorkflowTasksRequest(server string, params *ListWorkflowTasksParams) (*http.Request, error)
NewListWorkflowTasksRequest generates requests for ListWorkflowTasks
Func NewListWorkflowsRequest
func NewListWorkflowsRequest(server string) (*http.Request, error)
NewListWorkflowsRequest generates requests for ListWorkflows
Func NewPatchBenchlingAppRequest
func NewPatchBenchlingAppRequest(server string, appId string, body PatchBenchlingAppJSONRequestBody) (*http.Request, error)
NewPatchBenchlingAppRequest calls the generic PatchBenchlingApp builder with
application/json body
Func NewPatchBenchlingAppRequestWithBody
func NewPatchBenchlingAppRequestWithBody(server string, appId string, contentType string, body io.Reader) (*http.Request, error)
NewPatchBenchlingAppRequestWithBody generates requests for PatchBenchlingApp
with any type of body
Func NewPatchRequestRequest
func NewPatchRequestRequest(server string, requestId string, body PatchRequestJSONRequestBody) (*http.Request, error)
NewPatchRequestRequest calls the generic PatchRequest builder with
application/json body
Func NewPatchRequestRequestWithBody
func NewPatchRequestRequestWithBody(server string, requestId string, contentType string, body io.Reader) (*http.Request, error)
NewPatchRequestRequestWithBody generates requests for PatchRequest with any
type of body
Func NewPrintLabelsRequest
func NewPrintLabelsRequest(server string, body PrintLabelsJSONRequestBody) (*http.Request, error)
NewPrintLabelsRequest calls the generic PrintLabels builder with
application/json body
Func NewPrintLabelsRequestWithBody
func NewPrintLabelsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewPrintLabelsRequestWithBody generates requests for PrintLabels with any
type of body
Func NewProcessOutputWithAutomationOutputProcessorRequest
func NewProcessOutputWithAutomationOutputProcessorRequest(server string, outputProcessorId string) (*http.Request, error)
NewProcessOutputWithAutomationOutputProcessorRequest generates requests for
ProcessOutputWithAutomationOutputProcessor
Func NewRegisterEntitiesRequest
func NewRegisterEntitiesRequest(server string, registryId string, body RegisterEntitiesJSONRequestBody) (*http.Request, error)
NewRegisterEntitiesRequest calls the generic RegisterEntities builder with
application/json body
Func NewRegisterEntitiesRequestWithBody
func NewRegisterEntitiesRequestWithBody(server string, registryId string, contentType string, body io.Reader) (*http.Request, error)
NewRegisterEntitiesRequestWithBody generates requests for RegisterEntities
with any type of body
Func NewReserveContainersRequest
func NewReserveContainersRequest(server string, body ReserveContainersJSONRequestBody) (*http.Request, error)
NewReserveContainersRequest calls the generic ReserveContainers builder with
application/json body
Func NewReserveContainersRequestWithBody
func NewReserveContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewReserveContainersRequestWithBody generates requests for ReserveContainers
with any type of body
Func NewTransferIntoContainerRequest
func NewTransferIntoContainerRequest(server string, destinationContainerId string, body TransferIntoContainerJSONRequestBody) (*http.Request, error)
NewTransferIntoContainerRequest calls the generic TransferIntoContainer
builder with application/json body
Func NewTransferIntoContainerRequestWithBody
func NewTransferIntoContainerRequestWithBody(server string, destinationContainerId string, contentType string, body io.Reader) (*http.Request, error)
NewTransferIntoContainerRequestWithBody generates requests for
TransferIntoContainer with any type of body
Func NewTransferIntoContainersRequest
func NewTransferIntoContainersRequest(server string, body TransferIntoContainersJSONRequestBody) (*http.Request, error)
NewTransferIntoContainersRequest calls the generic TransferIntoContainers
builder with application/json body
Func NewTransferIntoContainersRequestWithBody
func NewTransferIntoContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTransferIntoContainersRequestWithBody generates requests for
TransferIntoContainers with any type of body
Func NewUnarchiveAASequencesRequest
func NewUnarchiveAASequencesRequest(server string, body UnarchiveAASequencesJSONRequestBody) (*http.Request, error)
NewUnarchiveAASequencesRequest calls the generic UnarchiveAASequences
builder with application/json body
Func NewUnarchiveAASequencesRequestWithBody
func NewUnarchiveAASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveAASequencesRequestWithBody generates requests for
UnarchiveAASequences with any type of body
Func NewUnarchiveAssayResultsRequest
func NewUnarchiveAssayResultsRequest(server string, body UnarchiveAssayResultsJSONRequestBody) (*http.Request, error)
NewUnarchiveAssayResultsRequest calls the generic UnarchiveAssayResults
builder with application/json body
Func NewUnarchiveAssayResultsRequestWithBody
func NewUnarchiveAssayResultsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveAssayResultsRequestWithBody generates requests for
UnarchiveAssayResults with any type of body
Func NewUnarchiveAssayRunsRequest
func NewUnarchiveAssayRunsRequest(server string, body UnarchiveAssayRunsJSONRequestBody) (*http.Request, error)
NewUnarchiveAssayRunsRequest calls the generic UnarchiveAssayRuns builder
with application/json body
Func NewUnarchiveAssayRunsRequestWithBody
func NewUnarchiveAssayRunsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveAssayRunsRequestWithBody generates requests for
UnarchiveAssayRuns with any type of body
Func NewUnarchiveAutomationOutputProcessorsRequest
func NewUnarchiveAutomationOutputProcessorsRequest(server string, body UnarchiveAutomationOutputProcessorsJSONRequestBody) (*http.Request, error)
NewUnarchiveAutomationOutputProcessorsRequest calls the generic
UnarchiveAutomationOutputProcessors builder with application/json body
Func NewUnarchiveAutomationOutputProcessorsRequestWithBody
func NewUnarchiveAutomationOutputProcessorsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveAutomationOutputProcessorsRequestWithBody generates requests for
UnarchiveAutomationOutputProcessors with any type of body
Func NewUnarchiveBatchesRequest
func NewUnarchiveBatchesRequest(server string, body UnarchiveBatchesJSONRequestBody) (*http.Request, error)
NewUnarchiveBatchesRequest calls the generic UnarchiveBatches builder with
application/json body
Func NewUnarchiveBatchesRequestWithBody
func NewUnarchiveBatchesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveBatchesRequestWithBody generates requests for UnarchiveBatches
with any type of body
Func NewUnarchiveBenchlingAppsRequest
func NewUnarchiveBenchlingAppsRequest(server string, body UnarchiveBenchlingAppsJSONRequestBody) (*http.Request, error)
NewUnarchiveBenchlingAppsRequest calls the generic UnarchiveBenchlingApps
builder with application/json body
Func NewUnarchiveBenchlingAppsRequestWithBody
func NewUnarchiveBenchlingAppsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveBenchlingAppsRequestWithBody generates requests for
UnarchiveBenchlingApps with any type of body
Func NewUnarchiveBoxesRequest
func NewUnarchiveBoxesRequest(server string, body UnarchiveBoxesJSONRequestBody) (*http.Request, error)
NewUnarchiveBoxesRequest calls the generic UnarchiveBoxes builder with
application/json body
Func NewUnarchiveBoxesRequestWithBody
func NewUnarchiveBoxesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveBoxesRequestWithBody generates requests for UnarchiveBoxes with
any type of body
Func NewUnarchiveContainersRequest
func NewUnarchiveContainersRequest(server string, body UnarchiveContainersJSONRequestBody) (*http.Request, error)
NewUnarchiveContainersRequest calls the generic UnarchiveContainers builder
with application/json body
Func NewUnarchiveContainersRequestWithBody
func NewUnarchiveContainersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveContainersRequestWithBody generates requests for
UnarchiveContainers with any type of body
Func NewUnarchiveCustomEntitiesRequest
func NewUnarchiveCustomEntitiesRequest(server string, body UnarchiveCustomEntitiesJSONRequestBody) (*http.Request, error)
NewUnarchiveCustomEntitiesRequest calls the generic UnarchiveCustomEntities
builder with application/json body
Func NewUnarchiveCustomEntitiesRequestWithBody
func NewUnarchiveCustomEntitiesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveCustomEntitiesRequestWithBody generates requests for
UnarchiveCustomEntities with any type of body
Func NewUnarchiveDNAOligosRequest
func NewUnarchiveDNAOligosRequest(server string, body UnarchiveDNAOligosJSONRequestBody) (*http.Request, error)
NewUnarchiveDNAOligosRequest calls the generic UnarchiveDNAOligos builder
with application/json body
Func NewUnarchiveDNAOligosRequestWithBody
func NewUnarchiveDNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveDNAOligosRequestWithBody generates requests for
UnarchiveDNAOligos with any type of body
Func NewUnarchiveDNASequencesRequest
func NewUnarchiveDNASequencesRequest(server string, body UnarchiveDNASequencesJSONRequestBody) (*http.Request, error)
NewUnarchiveDNASequencesRequest calls the generic UnarchiveDNASequences
builder with application/json body
Func NewUnarchiveDNASequencesRequestWithBody
func NewUnarchiveDNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveDNASequencesRequestWithBody generates requests for
UnarchiveDNASequences with any type of body
Func NewUnarchiveDropdownOptionsRequest
func NewUnarchiveDropdownOptionsRequest(server string, dropdownId string, body UnarchiveDropdownOptionsJSONRequestBody) (*http.Request, error)
NewUnarchiveDropdownOptionsRequest calls the generic
UnarchiveDropdownOptions builder with application/json body
Func NewUnarchiveDropdownOptionsRequestWithBody
func NewUnarchiveDropdownOptionsRequestWithBody(server string, dropdownId string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveDropdownOptionsRequestWithBody generates requests for
UnarchiveDropdownOptions with any type of body
Func NewUnarchiveEntriesRequest
func NewUnarchiveEntriesRequest(server string, body UnarchiveEntriesJSONRequestBody) (*http.Request, error)
NewUnarchiveEntriesRequest calls the generic UnarchiveEntries builder with
application/json body
Func NewUnarchiveEntriesRequestWithBody
func NewUnarchiveEntriesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveEntriesRequestWithBody generates requests for UnarchiveEntries
with any type of body
Func NewUnarchiveFoldersRequest
func NewUnarchiveFoldersRequest(server string, body UnarchiveFoldersJSONRequestBody) (*http.Request, error)
NewUnarchiveFoldersRequest calls the generic UnarchiveFolders builder with
application/json body
Func NewUnarchiveFoldersRequestWithBody
func NewUnarchiveFoldersRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveFoldersRequestWithBody generates requests for UnarchiveFolders
with any type of body
Func NewUnarchiveLocationsRequest
func NewUnarchiveLocationsRequest(server string, body UnarchiveLocationsJSONRequestBody) (*http.Request, error)
NewUnarchiveLocationsRequest calls the generic UnarchiveLocations builder
with application/json body
Func NewUnarchiveLocationsRequestWithBody
func NewUnarchiveLocationsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveLocationsRequestWithBody generates requests for
UnarchiveLocations with any type of body
Func NewUnarchiveMixturesRequest
func NewUnarchiveMixturesRequest(server string, body UnarchiveMixturesJSONRequestBody) (*http.Request, error)
NewUnarchiveMixturesRequest calls the generic UnarchiveMixtures builder with
application/json body
Func NewUnarchiveMixturesRequestWithBody
func NewUnarchiveMixturesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveMixturesRequestWithBody generates requests for UnarchiveMixtures
with any type of body
Func NewUnarchiveMoleculesRequest
func NewUnarchiveMoleculesRequest(server string, body UnarchiveMoleculesJSONRequestBody) (*http.Request, error)
NewUnarchiveMoleculesRequest calls the generic UnarchiveMolecules builder
with application/json body
Func NewUnarchiveMoleculesRequestWithBody
func NewUnarchiveMoleculesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveMoleculesRequestWithBody generates requests for
UnarchiveMolecules with any type of body
Func NewUnarchiveOligosRequest
func NewUnarchiveOligosRequest(server string, body UnarchiveOligosJSONRequestBody) (*http.Request, error)
NewUnarchiveOligosRequest calls the generic UnarchiveOligos builder with
application/json body
Func NewUnarchiveOligosRequestWithBody
func NewUnarchiveOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveOligosRequestWithBody generates requests for UnarchiveOligos
with any type of body
Func NewUnarchivePlatesRequest
func NewUnarchivePlatesRequest(server string, body UnarchivePlatesJSONRequestBody) (*http.Request, error)
NewUnarchivePlatesRequest calls the generic UnarchivePlates builder with
application/json body
Func NewUnarchivePlatesRequestWithBody
func NewUnarchivePlatesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchivePlatesRequestWithBody generates requests for UnarchivePlates
with any type of body
Func NewUnarchiveProjectsRequest
func NewUnarchiveProjectsRequest(server string, body UnarchiveProjectsJSONRequestBody) (*http.Request, error)
NewUnarchiveProjectsRequest calls the generic UnarchiveProjects builder with
application/json body
Func NewUnarchiveProjectsRequestWithBody
func NewUnarchiveProjectsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveProjectsRequestWithBody generates requests for UnarchiveProjects
with any type of body
Func NewUnarchiveRNAOligosRequest
func NewUnarchiveRNAOligosRequest(server string, body UnarchiveRNAOligosJSONRequestBody) (*http.Request, error)
NewUnarchiveRNAOligosRequest calls the generic UnarchiveRNAOligos builder
with application/json body
Func NewUnarchiveRNAOligosRequestWithBody
func NewUnarchiveRNAOligosRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveRNAOligosRequestWithBody generates requests for
UnarchiveRNAOligos with any type of body
Func NewUnarchiveRNASequencesRequest
func NewUnarchiveRNASequencesRequest(server string, body UnarchiveRNASequencesJSONRequestBody) (*http.Request, error)
NewUnarchiveRNASequencesRequest calls the generic UnarchiveRNASequences
builder with application/json body
Func NewUnarchiveRNASequencesRequestWithBody
func NewUnarchiveRNASequencesRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveRNASequencesRequestWithBody generates requests for
UnarchiveRNASequences with any type of body
Func NewUnarchiveWorkflowOutputsRequest
func NewUnarchiveWorkflowOutputsRequest(server string, body UnarchiveWorkflowOutputsJSONRequestBody) (*http.Request, error)
NewUnarchiveWorkflowOutputsRequest calls the generic
UnarchiveWorkflowOutputs builder with application/json body
Func NewUnarchiveWorkflowOutputsRequestWithBody
func NewUnarchiveWorkflowOutputsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveWorkflowOutputsRequestWithBody generates requests for
UnarchiveWorkflowOutputs with any type of body
Func NewUnarchiveWorkflowTaskGroupsRequest
func NewUnarchiveWorkflowTaskGroupsRequest(server string, body UnarchiveWorkflowTaskGroupsJSONRequestBody) (*http.Request, error)
NewUnarchiveWorkflowTaskGroupsRequest calls the generic
UnarchiveWorkflowTaskGroups builder with application/json body
Func NewUnarchiveWorkflowTaskGroupsRequestWithBody
func NewUnarchiveWorkflowTaskGroupsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveWorkflowTaskGroupsRequestWithBody generates requests for
UnarchiveWorkflowTaskGroups with any type of body
Func NewUnarchiveWorkflowTasksRequest
func NewUnarchiveWorkflowTasksRequest(server string, body UnarchiveWorkflowTasksJSONRequestBody) (*http.Request, error)
NewUnarchiveWorkflowTasksRequest calls the generic UnarchiveWorkflowTasks
builder with application/json body
Func NewUnarchiveWorkflowTasksRequestWithBody
func NewUnarchiveWorkflowTasksRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUnarchiveWorkflowTasksRequestWithBody generates requests for
UnarchiveWorkflowTasks with any type of body
Func NewUnregisterEntitiesRequest
func NewUnregisterEntitiesRequest(server string, registryId string, body UnregisterEntitiesJSONRequestBody) (*http.Request, error)
NewUnregisterEntitiesRequest calls the generic UnregisterEntities builder
with application/json body
Func NewUnregisterEntitiesRequestWithBody
func NewUnregisterEntitiesRequestWithBody(server string, registryId string, contentType string, body io.Reader) (*http.Request, error)
NewUnregisterEntitiesRequestWithBody generates requests for
UnregisterEntities with any type of body
Func NewUpdateAASequenceRequest
func NewUpdateAASequenceRequest(server string, aaSequenceId string, body UpdateAASequenceJSONRequestBody) (*http.Request, error)
NewUpdateAASequenceRequest calls the generic UpdateAASequence builder with
application/json body
Func NewUpdateAASequenceRequestWithBody
func NewUpdateAASequenceRequestWithBody(server string, aaSequenceId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAASequenceRequestWithBody generates requests for UpdateAASequence
with any type of body
Func NewUpdateAppConfigurationItemRequest
func NewUpdateAppConfigurationItemRequest(server string, itemId string, body UpdateAppConfigurationItemJSONRequestBody) (*http.Request, error)
NewUpdateAppConfigurationItemRequest calls the generic
UpdateAppConfigurationItem builder with application/json body
Func NewUpdateAppConfigurationItemRequestWithBody
func NewUpdateAppConfigurationItemRequestWithBody(server string, itemId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAppConfigurationItemRequestWithBody generates requests for
UpdateAppConfigurationItem with any type of body
Func NewUpdateAssayRunRequest
func NewUpdateAssayRunRequest(server string, assayRunId string, body UpdateAssayRunJSONRequestBody) (*http.Request, error)
NewUpdateAssayRunRequest calls the generic UpdateAssayRun builder with
application/json body
Func NewUpdateAssayRunRequestWithBody
func NewUpdateAssayRunRequestWithBody(server string, assayRunId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAssayRunRequestWithBody generates requests for UpdateAssayRun with
any type of body
func NewUpdateAutomationInputGeneratorRequest(server string, inputGeneratorId string, body UpdateAutomationInputGeneratorJSONRequestBody) (*http.Request, error)
NewUpdateAutomationInputGeneratorRequest calls the generic
UpdateAutomationInputGenerator builder with application/json body
Func NewUpdateAutomationInputGeneratorRequestWithBody
func NewUpdateAutomationInputGeneratorRequestWithBody(server string, inputGeneratorId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAutomationInputGeneratorRequestWithBody generates requests for
UpdateAutomationInputGenerator with any type of body
Func NewUpdateAutomationOutputProcessorRequest
func NewUpdateAutomationOutputProcessorRequest(server string, outputProcessorId string, body UpdateAutomationOutputProcessorJSONRequestBody) (*http.Request, error)
NewUpdateAutomationOutputProcessorRequest calls the generic
UpdateAutomationOutputProcessor builder with application/json body
Func NewUpdateAutomationOutputProcessorRequestWithBody
func NewUpdateAutomationOutputProcessorRequestWithBody(server string, outputProcessorId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateAutomationOutputProcessorRequestWithBody generates requests for
UpdateAutomationOutputProcessor with any type of body
Func NewUpdateBatchRequest
func NewUpdateBatchRequest(server string, batchId string, body UpdateBatchJSONRequestBody) (*http.Request, error)
NewUpdateBatchRequest calls the generic UpdateBatch builder with
application/json body
Func NewUpdateBatchRequestWithBody
func NewUpdateBatchRequestWithBody(server string, batchId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateBatchRequestWithBody generates requests for UpdateBatch with any
type of body
Func NewUpdateBoxRequest
func NewUpdateBoxRequest(server string, boxId string, body UpdateBoxJSONRequestBody) (*http.Request, error)
NewUpdateBoxRequest calls the generic UpdateBox builder with
application/json body
Func NewUpdateBoxRequestWithBody
func NewUpdateBoxRequestWithBody(server string, boxId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateBoxRequestWithBody generates requests for UpdateBox with any type
of body
Func NewUpdateContainerContentRequest
func NewUpdateContainerContentRequest(server string, containerId string, containableId string, body UpdateContainerContentJSONRequestBody) (*http.Request, error)
NewUpdateContainerContentRequest calls the generic UpdateContainerContent
builder with application/json body
Func NewUpdateContainerContentRequestWithBody
func NewUpdateContainerContentRequestWithBody(server string, containerId string, containableId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateContainerContentRequestWithBody generates requests for
UpdateContainerContent with any type of body
Func NewUpdateContainerRequest
func NewUpdateContainerRequest(server string, containerId string, body UpdateContainerJSONRequestBody) (*http.Request, error)
NewUpdateContainerRequest calls the generic UpdateContainer builder with
application/json body
Func NewUpdateContainerRequestWithBody
func NewUpdateContainerRequestWithBody(server string, containerId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateContainerRequestWithBody generates requests for UpdateContainer
with any type of body
Func NewUpdateCustomEntityRequest
func NewUpdateCustomEntityRequest(server string, customEntityId string, body UpdateCustomEntityJSONRequestBody) (*http.Request, error)
NewUpdateCustomEntityRequest calls the generic UpdateCustomEntity builder
with application/json body
Func NewUpdateCustomEntityRequestWithBody
func NewUpdateCustomEntityRequestWithBody(server string, customEntityId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateCustomEntityRequestWithBody generates requests for
UpdateCustomEntity with any type of body
Func NewUpdateDNAOligoRequest
func NewUpdateDNAOligoRequest(server string, oligoId string, body UpdateDNAOligoJSONRequestBody) (*http.Request, error)
NewUpdateDNAOligoRequest calls the generic UpdateDNAOligo builder with
application/json body
Func NewUpdateDNAOligoRequestWithBody
func NewUpdateDNAOligoRequestWithBody(server string, oligoId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateDNAOligoRequestWithBody generates requests for UpdateDNAOligo with
any type of body
Func NewUpdateDNASequenceRequest
func NewUpdateDNASequenceRequest(server string, dnaSequenceId string, body UpdateDNASequenceJSONRequestBody) (*http.Request, error)
NewUpdateDNASequenceRequest calls the generic UpdateDNASequence builder with
application/json body
Func NewUpdateDNASequenceRequestWithBody
func NewUpdateDNASequenceRequestWithBody(server string, dnaSequenceId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateDNASequenceRequestWithBody generates requests for UpdateDNASequence
with any type of body
Func NewUpdateDropdownRequest
func NewUpdateDropdownRequest(server string, dropdownId string, body UpdateDropdownJSONRequestBody) (*http.Request, error)
NewUpdateDropdownRequest calls the generic UpdateDropdown builder with
application/json body
Func NewUpdateDropdownRequestWithBody
func NewUpdateDropdownRequestWithBody(server string, dropdownId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateDropdownRequestWithBody generates requests for UpdateDropdown with
any type of body
Func NewUpdateEntryRequest
func NewUpdateEntryRequest(server string, entryId string, body UpdateEntryJSONRequestBody) (*http.Request, error)
NewUpdateEntryRequest calls the generic UpdateEntry builder with
application/json body
Func NewUpdateEntryRequestWithBody
func NewUpdateEntryRequestWithBody(server string, entryId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateEntryRequestWithBody generates requests for UpdateEntry with any
type of body
Func NewUpdateFeatureLibraryRequest
func NewUpdateFeatureLibraryRequest(server string, featureLibraryId string, body UpdateFeatureLibraryJSONRequestBody) (*http.Request, error)
NewUpdateFeatureLibraryRequest calls the generic UpdateFeatureLibrary
builder with application/json body
Func NewUpdateFeatureLibraryRequestWithBody
func NewUpdateFeatureLibraryRequestWithBody(server string, featureLibraryId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateFeatureLibraryRequestWithBody generates requests for
UpdateFeatureLibrary with any type of body
Func NewUpdateFeatureRequest
func NewUpdateFeatureRequest(server string, featureId string, body UpdateFeatureJSONRequestBody) (*http.Request, error)
NewUpdateFeatureRequest calls the generic UpdateFeature builder with
application/json body
Func NewUpdateFeatureRequestWithBody
func NewUpdateFeatureRequestWithBody(server string, featureId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateFeatureRequestWithBody generates requests for UpdateFeature with
any type of body
func NewUpdateLabAutomationTransformRequest(server string, transformId string, body UpdateLabAutomationTransformJSONRequestBody) (*http.Request, error)
NewUpdateLabAutomationTransformRequest calls the generic
UpdateLabAutomationTransform builder with application/json body
Func NewUpdateLabAutomationTransformRequestWithBody
func NewUpdateLabAutomationTransformRequestWithBody(server string, transformId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLabAutomationTransformRequestWithBody generates requests for
UpdateLabAutomationTransform with any type of body
func NewUpdateLegacyWorkflowMetadataRequest(server string, legacyWorkflowId string, body UpdateLegacyWorkflowMetadataJSONRequestBody) (*http.Request, error)
NewUpdateLegacyWorkflowMetadataRequest calls the generic
UpdateLegacyWorkflowMetadata builder with application/json body
Func NewUpdateLegacyWorkflowMetadataRequestWithBody
func NewUpdateLegacyWorkflowMetadataRequestWithBody(server string, legacyWorkflowId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLegacyWorkflowMetadataRequestWithBody generates requests for
UpdateLegacyWorkflowMetadata with any type of body
Func NewUpdateLocationRequest
func NewUpdateLocationRequest(server string, locationId string, body UpdateLocationJSONRequestBody) (*http.Request, error)
NewUpdateLocationRequest calls the generic UpdateLocation builder with
application/json body
Func NewUpdateLocationRequestWithBody
func NewUpdateLocationRequestWithBody(server string, locationId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateLocationRequestWithBody generates requests for UpdateLocation with
any type of body
Func NewUpdateMixtureRequest
func NewUpdateMixtureRequest(server string, mixtureId string, body UpdateMixtureJSONRequestBody) (*http.Request, error)
NewUpdateMixtureRequest calls the generic UpdateMixture builder with
application/json body
Func NewUpdateMixtureRequestWithBody
func NewUpdateMixtureRequestWithBody(server string, mixtureId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateMixtureRequestWithBody generates requests for UpdateMixture with
any type of body
Func NewUpdateMoleculeRequest
func NewUpdateMoleculeRequest(server string, moleculeId string, body UpdateMoleculeJSONRequestBody) (*http.Request, error)
NewUpdateMoleculeRequest calls the generic UpdateMolecule builder with
application/json body
Func NewUpdateMoleculeRequestWithBody
func NewUpdateMoleculeRequestWithBody(server string, moleculeId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateMoleculeRequestWithBody generates requests for UpdateMolecule with
any type of body
Func NewUpdateOligoRequest
func NewUpdateOligoRequest(server string, oligoId string, body UpdateOligoJSONRequestBody) (*http.Request, error)
NewUpdateOligoRequest calls the generic UpdateOligo builder with
application/json body
Func NewUpdateOligoRequestWithBody
func NewUpdateOligoRequestWithBody(server string, oligoId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateOligoRequestWithBody generates requests for UpdateOligo with any
type of body
Func NewUpdatePlateRequest
func NewUpdatePlateRequest(server string, plateId string, params *UpdatePlateParams, body UpdatePlateJSONRequestBody) (*http.Request, error)
NewUpdatePlateRequest calls the generic UpdatePlate builder with
application/json body
Func NewUpdatePlateRequestWithBody
func NewUpdatePlateRequestWithBody(server string, plateId string, params *UpdatePlateParams, contentType string, body io.Reader) (*http.Request, error)
NewUpdatePlateRequestWithBody generates requests for UpdatePlate with any
type of body
Func NewUpdateRNAOligoRequest
func NewUpdateRNAOligoRequest(server string, oligoId string, body UpdateRNAOligoJSONRequestBody) (*http.Request, error)
NewUpdateRNAOligoRequest calls the generic UpdateRNAOligo builder with
application/json body
Func NewUpdateRNAOligoRequestWithBody
func NewUpdateRNAOligoRequestWithBody(server string, oligoId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateRNAOligoRequestWithBody generates requests for UpdateRNAOligo with
any type of body
Func NewUpdateRNASequenceRequest
func NewUpdateRNASequenceRequest(server string, rnaSequenceId string, body UpdateRNASequenceJSONRequestBody) (*http.Request, error)
NewUpdateRNASequenceRequest calls the generic UpdateRNASequence builder with
application/json body
Func NewUpdateRNASequenceRequestWithBody
func NewUpdateRNASequenceRequestWithBody(server string, rnaSequenceId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateRNASequenceRequestWithBody generates requests for UpdateRNASequence
with any type of body
Func NewUpdateUserRequest
func NewUpdateUserRequest(server string, userId string, body UpdateUserJSONRequestBody) (*http.Request, error)
NewUpdateUserRequest calls the generic UpdateUser builder with
application/json body
Func NewUpdateUserRequestWithBody
func NewUpdateUserRequestWithBody(server string, userId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateUserRequestWithBody generates requests for UpdateUser with any type
of body
func NewUpdateWorkflowMetadataRequest(server string, workflowId string, body UpdateWorkflowMetadataJSONRequestBody) (*http.Request, error)
NewUpdateWorkflowMetadataRequest calls the generic UpdateWorkflowMetadata
builder with application/json body
Func NewUpdateWorkflowMetadataRequestWithBody
func NewUpdateWorkflowMetadataRequestWithBody(server string, workflowId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateWorkflowMetadataRequestWithBody generates requests for
UpdateWorkflowMetadata with any type of body
Func NewUpdateWorkflowOutputRequest
func NewUpdateWorkflowOutputRequest(server string, workflowOutputId string, body UpdateWorkflowOutputJSONRequestBody) (*http.Request, error)
NewUpdateWorkflowOutputRequest calls the generic UpdateWorkflowOutput
builder with application/json body
Func NewUpdateWorkflowOutputRequestWithBody
func NewUpdateWorkflowOutputRequestWithBody(server string, workflowOutputId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateWorkflowOutputRequestWithBody generates requests for
UpdateWorkflowOutput with any type of body
Func NewUpdateWorkflowTaskGroupRequest
func NewUpdateWorkflowTaskGroupRequest(server string, workflowTaskGroupId string, body UpdateWorkflowTaskGroupJSONRequestBody) (*http.Request, error)
NewUpdateWorkflowTaskGroupRequest calls the generic UpdateWorkflowTaskGroup
builder with application/json body
Func NewUpdateWorkflowTaskGroupRequestWithBody
func NewUpdateWorkflowTaskGroupRequestWithBody(server string, workflowTaskGroupId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateWorkflowTaskGroupRequestWithBody generates requests for
UpdateWorkflowTaskGroup with any type of body
Func NewUpdateWorkflowTaskRequest
func NewUpdateWorkflowTaskRequest(server string, workflowTaskId string, body UpdateWorkflowTaskJSONRequestBody) (*http.Request, error)
NewUpdateWorkflowTaskRequest calls the generic UpdateWorkflowTask builder
with application/json body
Func NewUpdateWorkflowTaskRequestWithBody
func NewUpdateWorkflowTaskRequestWithBody(server string, workflowTaskId string, contentType string, body io.Reader) (*http.Request, error)
NewUpdateWorkflowTaskRequestWithBody generates requests for
UpdateWorkflowTask with any type of body
Func NewValidateBarcodesRequest
func NewValidateBarcodesRequest(server string, registryId string, body ValidateBarcodesJSONRequestBody) (*http.Request, error)
NewValidateBarcodesRequest calls the generic ValidateBarcodes builder with
application/json body
Func NewValidateBarcodesRequestWithBody
func NewValidateBarcodesRequestWithBody(server string, registryId string, contentType string, body io.Reader) (*http.Request, error)
NewValidateBarcodesRequestWithBody generates requests for ValidateBarcodes
with any type of body
Func PathToRawSpec
func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error)
Constructs a synthetic filesystem for resolving external references when
loading openapi specifications.
Func RegisterHandlers
func RegisterHandlers(router EchoRouter, si ServerInterface)
RegisterHandlers adds each server route to the EchoRouter.
Func RegisterHandlersWithBaseURL
func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string)
Registers handlers, and prepends BaseURL to the paths, so that the paths can
be served under a prefix.
Types
type AIGGenerateInputAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *AutomationInputGenerator `json:"response,omitempty"`
// Status The current state of the task.
Status AIGGenerateInputAsyncTaskStatus `json:"status"`
}
AIGGenerateInputAsyncTask defines model for AIGGenerateInputAsyncTask.
type AIGGenerateInputAsyncTaskStatus string
AIGGenerateInputAsyncTaskStatus The current state of the task.
Constants
AIGGenerateInputAsyncTaskStatusFAILED AIGGenerateInputAsyncTaskStatus = "FAILED"
AIGGenerateInputAsyncTaskStatusRUNNING AIGGenerateInputAsyncTaskStatus = "RUNNING"
AIGGenerateInputAsyncTaskStatusSUCCEEDED AIGGenerateInputAsyncTaskStatus = "SUCCEEDED"
Defines values for AIGGenerateInputAsyncTaskStatus.
Type AOPProcessOutputAsyncTask
type AOPProcessOutputAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *AutomationOutputProcessor `json:"response,omitempty"`
// Status The current state of the task.
Status AOPProcessOutputAsyncTaskStatus `json:"status"`
}
AOPProcessOutputAsyncTask defines model for AOPProcessOutputAsyncTask.
Type AOPProcessOutputAsyncTaskStatus
type AOPProcessOutputAsyncTaskStatus string
AOPProcessOutputAsyncTaskStatus The current state of the task.
Constants
AOPProcessOutputAsyncTaskStatusFAILED, AOPProcessOutputAsyncTaskStatusRUNNING, AOPProcessOutputAsyncTaskStatusSUCCEEDED
AOPProcessOutputAsyncTaskStatusFAILED AOPProcessOutputAsyncTaskStatus = "FAILED"
AOPProcessOutputAsyncTaskStatusRUNNING AOPProcessOutputAsyncTaskStatus = "RUNNING"
AOPProcessOutputAsyncTaskStatusSUCCEEDED AOPProcessOutputAsyncTaskStatus = "SUCCEEDED"
Defines values for AOPProcessOutputAsyncTaskStatus.
Type AaAnnotation
type AaAnnotation struct {
Color *string `json:"color,omitempty"`
End *int `json:"end,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Start *int `json:"start,omitempty"`
Type *string `json:"type,omitempty"`
}
AaAnnotation defines model for AaAnnotation.
Type AaSequence
type AaSequence struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids of the AA sequence.
AminoAcids *string `json:"aminoAcids,omitempty"`
// Annotations Array of annotation objects on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// ApiURL The canonical url of the AA Sequence in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CreatedAt DateTime the AA sequence was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the AA sequence.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the AA sequence if registered.
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the AA sequence.
FolderId *string `json:"folderId"`
// Id ID of the AA sequence.
Id *string `json:"id,omitempty"`
// Length Number of amino acids in the AA sequence.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the AA sequence was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the AA sequence.
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the AA sequence is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the protein.
WebURL *string `json:"webURL,omitempty"`
}
AaSequence defines model for AaSequence.
Type AaSequenceBaseRequest
type AaSequenceBaseRequest struct {
// Aliases Aliases to add to the AA sequence
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids for the AA sequence.
AminoAcids *string `json:"aminoAcids,omitempty"`
// Annotations Annotations to create on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the AA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the AA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the AA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the AA sequence.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the AA sequence.
Name *string `json:"name,omitempty"`
// SchemaId ID of the AA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
AaSequenceBaseRequest defines model for AaSequenceBaseRequest.
Type AaSequenceBaseRequestForCreate
type AaSequenceBaseRequestForCreate struct {
// Aliases Aliases to add to the AA sequence
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids for the AA sequence.
AminoAcids string `json:"aminoAcids"`
// Annotations Annotations to create on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the AA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the AA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the AA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the AA sequence.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the AA sequence.
Name string `json:"name"`
// SchemaId ID of the AA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
AaSequenceBaseRequestForCreate defines model for
AaSequenceBaseRequestForCreate.
Type AaSequenceBulkCreate
type AaSequenceBulkCreate = AaSequenceCreate
AaSequenceBulkCreate defines model for AaSequenceBulkCreate.
Type AaSequenceBulkUpdate
type AaSequenceBulkUpdate struct {
// Aliases Aliases to add to the AA sequence
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids for the AA sequence.
AminoAcids *string `json:"aminoAcids,omitempty"`
// Annotations Annotations to create on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the AA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the AA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the AA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the AA sequence.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// Name Name of the AA sequence.
Name *string `json:"name,omitempty"`
// SchemaId ID of the AA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
AaSequenceBulkUpdate defines model for AaSequenceBulkUpdate.
Type AaSequenceCreate
type AaSequenceCreate struct {
// Aliases Aliases to add to the AA sequence
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids for the AA sequence.
AminoAcids string `json:"aminoAcids"`
// Annotations Annotations to create on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the AA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the AA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the AA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the AA sequence.
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
// SchemaId ID of the AA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
AaSequenceCreate defines model for AaSequenceCreate.
Type AaSequenceRequestRegistryFields
type AaSequenceRequestRegistryFields struct {
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
}
AaSequenceRequestRegistryFields defines model for
AaSequenceRequestRegistryFields.
Type AaSequenceSummary
type AaSequenceSummary struct {
EntityType *AaSequenceSummaryEntityType `json:"entityType,omitempty"`
Id *string `json:"id,omitempty"`
Type *string `json:"type,omitempty"`
}
AaSequenceSummary defines model for AaSequenceSummary.
Type AaSequenceSummaryEntityType
type AaSequenceSummaryEntityType string
AaSequenceSummaryEntityType defines model for AaSequenceSummary.EntityType.
Constants
AaSequenceSummaryEntityTypeAaSequence
AaSequenceSummaryEntityTypeAaSequence AaSequenceSummaryEntityType = "aa_sequence"
Defines values for AaSequenceSummaryEntityType.
Type AaSequenceUpdate
type AaSequenceUpdate struct {
// Aliases Aliases to add to the AA sequence
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids for the AA sequence.
AminoAcids *string `json:"aminoAcids,omitempty"`
// Annotations Annotations to create on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the AA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the AA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the AA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the AA sequence.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the AA sequence.
Name *string `json:"name,omitempty"`
// SchemaId ID of the AA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
AaSequenceUpdate defines model for AaSequenceUpdate.
Type AaSequenceWithEntityType
type AaSequenceWithEntityType struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
// AminoAcids Amino acids of the AA sequence.
AminoAcids *string `json:"aminoAcids,omitempty"`
// Annotations Array of annotation objects on the AA sequence.
Annotations *[]AaAnnotation `json:"annotations,omitempty"`
// ApiURL The canonical url of the AA Sequence in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CreatedAt DateTime the AA sequence was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the AA sequence.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the AA sequence if registered.
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *AaSequenceWithEntityTypeEntityType `json:"entityType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the AA sequence.
FolderId *string `json:"folderId"`
// Id ID of the AA sequence.
Id *string `json:"id,omitempty"`
// Length Number of amino acids in the AA sequence.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the AA sequence was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the AA sequence.
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the AA sequence is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the protein.
WebURL *string `json:"webURL,omitempty"`
}
AaSequenceWithEntityType defines model for AaSequenceWithEntityType.
Type AaSequenceWithEntityTypeEntityType
type AaSequenceWithEntityTypeEntityType string
AaSequenceWithEntityTypeEntityType defines model for
AaSequenceWithEntityType.EntityType.
Constants
AaSequenceWithEntityTypeEntityTypeAaSequence
AaSequenceWithEntityTypeEntityTypeAaSequence AaSequenceWithEntityTypeEntityType = "aa_sequence"
Defines values for AaSequenceWithEntityTypeEntityType.
Type AaSequencesArchivalChange
type AaSequencesArchivalChange struct {
AaSequenceIds *[]string `json:"aaSequenceIds,omitempty"`
BatchIds *[]string `json:"batchIds,omitempty"`
}
AaSequencesArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of AA sequences along with
any IDs of batches that were archived / unarchived.
Type AaSequencesArchive
type AaSequencesArchive struct {
AaSequenceIds []string `json:"aaSequenceIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
AaSequencesArchive The request body for archiving AA sequences.
Type AaSequencesBulkCreateRequest
type AaSequencesBulkCreateRequest struct {
AaSequences *[]AaSequenceBulkCreate `json:"aaSequences,omitempty"`
}
AaSequencesBulkCreateRequest defines model for AaSequencesBulkCreateRequest.
Type AaSequencesBulkGet
type AaSequencesBulkGet struct {
AaSequences *[]AaSequence `json:"aaSequences,omitempty"`
}
AaSequencesBulkGet defines model for AaSequencesBulkGet.
Type AaSequencesBulkUpdateRequest
type AaSequencesBulkUpdateRequest struct {
AaSequences *[]AaSequenceBulkUpdate `json:"aaSequences,omitempty"`
}
AaSequencesBulkUpdateRequest defines model for AaSequencesBulkUpdateRequest.
Type AaSequencesPaginatedList
type AaSequencesPaginatedList struct {
AaSequences *[]AaSequence `json:"aaSequences,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AaSequencesPaginatedList defines model for AaSequencesPaginatedList.
Type AaSequencesUnarchive
type AaSequencesUnarchive struct {
AaSequenceIds []string `json:"aaSequenceIds"`
}
AaSequencesUnarchive The request body for unarchiving AA sequences.
Type AbortAssayResultsTransactionResponse
type AbortAssayResultsTransactionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultTransactionCreateResponse
}
Functions
func ParseAbortAssayResultsTransactionResponse(rsp *http.Response) (*AbortAssayResultsTransactionResponse, error)
ParseAbortAssayResultsTransactionResponse parses an HTTP response from a
AbortAssayResultsTransactionWithResponse call
Methods
func (r AbortAssayResultsTransactionResponse) Status() string
Status returns HTTPResponse.Status
func (r AbortAssayResultsTransactionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AbortMultipartBlobResponse
type AbortMultipartBlobResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseAbortMultipartBlobResponse(rsp *http.Response) (*AbortMultipartBlobResponse, error)
ParseAbortMultipartBlobResponse parses an HTTP response from a
AbortMultipartBlobWithResponse call
Methods
func (r AbortMultipartBlobResponse) Status() string
Status returns HTTPResponse.Status
func (r AbortMultipartBlobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AlignedNucleotideSequence
type AlignedNucleotideSequence struct {
Bases *string `json:"bases,omitempty"`
Name *string `json:"name,omitempty"`
// PairwiseIdentity Fraction of bases between trimStart and trimEnd that match the template bases. Only present for Template Alignments; Will be empty for Consensus Alignments.
PairwiseIdentity *float32 `json:"pairwiseIdentity,omitempty"`
SequenceId *string `json:"sequenceId"`
TrimEnd *int `json:"trimEnd,omitempty"`
TrimStart *int `json:"trimStart,omitempty"`
}
AlignedNucleotideSequence defines model for AlignedNucleotideSequence.
Type AlignedSequence
type AlignedSequence struct {
Bases *string `json:"bases,omitempty"`
DnaSequenceId *string `json:"dnaSequenceId"`
Name *string `json:"name,omitempty"`
// PairwiseIdentity Fraction of bases between trimStart and trimEnd that match the template bases. Only present for Template Alignments; Will be empty for Consensus Alignments.
PairwiseIdentity *float32 `json:"pairwiseIdentity,omitempty"`
TrimEnd *int `json:"trimEnd,omitempty"`
TrimStart *int `json:"trimStart,omitempty"`
}
AlignedSequence defines model for AlignedSequence.
Type AppConfigItem
type AppConfigItem struct {
Type string `json:"type"`
// contains filtered or unexported fields
}
AppConfigItem defines model for AppConfigItem.
Methods
func (t AppConfigItem) AsArrayElementAppConfigItem() (ArrayElementAppConfigItem, error)
AsArrayElementAppConfigItem returns the union data inside the AppConfigItem
as a ArrayElementAppConfigItem
func (t AppConfigItem) AsBooleanAppConfigItem() (BooleanAppConfigItem, error)
AsBooleanAppConfigItem returns the union data inside the AppConfigItem as a
BooleanAppConfigItem
func (t AppConfigItem) AsDateAppConfigItem() (DateAppConfigItem, error)
AsDateAppConfigItem returns the union data inside the AppConfigItem as a
DateAppConfigItem
func (t AppConfigItem) AsDatetimeAppConfigItem() (DatetimeAppConfigItem, error)
AsDatetimeAppConfigItem returns the union data inside the AppConfigItem as a
DatetimeAppConfigItem
func (t AppConfigItem) AsEntitySchemaAppConfigItem() (EntitySchemaAppConfigItem, error)
AsEntitySchemaAppConfigItem returns the union data inside the AppConfigItem
as a EntitySchemaAppConfigItem
func (t AppConfigItem) AsFieldAppConfigItem() (FieldAppConfigItem, error)
AsFieldAppConfigItem returns the union data inside the AppConfigItem as a
FieldAppConfigItem
func (t AppConfigItem) AsFloatAppConfigItem() (FloatAppConfigItem, error)
AsFloatAppConfigItem returns the union data inside the AppConfigItem as a
FloatAppConfigItem
func (t AppConfigItem) AsGenericApiIdentifiedAppConfigItem() (GenericApiIdentifiedAppConfigItem, error)
AsGenericApiIdentifiedAppConfigItem returns the union data inside the
AppConfigItem as a GenericApiIdentifiedAppConfigItem
func (t AppConfigItem) AsIntegerAppConfigItem() (IntegerAppConfigItem, error)
AsIntegerAppConfigItem returns the union data inside the AppConfigItem as a
IntegerAppConfigItem
func (t AppConfigItem) AsJsonAppConfigItem() (JsonAppConfigItem, error)
AsJsonAppConfigItem returns the union data inside the AppConfigItem as a
JsonAppConfigItem
func (t AppConfigItem) AsSecureTextAppConfigItem() (SecureTextAppConfigItem, error)
AsSecureTextAppConfigItem returns the union data inside the AppConfigItem as
a SecureTextAppConfigItem
func (t AppConfigItem) AsTextAppConfigItem() (TextAppConfigItem, error)
AsTextAppConfigItem returns the union data inside the AppConfigItem as a
TextAppConfigItem
func (t AppConfigItem) Discriminator() (string, error)
func (t *AppConfigItem) FromArrayElementAppConfigItem(v ArrayElementAppConfigItem) error
FromArrayElementAppConfigItem overwrites any union data inside the
AppConfigItem as the provided ArrayElementAppConfigItem
func (t *AppConfigItem) FromBooleanAppConfigItem(v BooleanAppConfigItem) error
FromBooleanAppConfigItem overwrites any union data inside the AppConfigItem
as the provided BooleanAppConfigItem
func (t *AppConfigItem) FromDateAppConfigItem(v DateAppConfigItem) error
FromDateAppConfigItem overwrites any union data inside the AppConfigItem as
the provided DateAppConfigItem
func (t *AppConfigItem) FromDatetimeAppConfigItem(v DatetimeAppConfigItem) error
FromDatetimeAppConfigItem overwrites any union data inside the AppConfigItem
as the provided DatetimeAppConfigItem
func (t *AppConfigItem) FromEntitySchemaAppConfigItem(v EntitySchemaAppConfigItem) error
FromEntitySchemaAppConfigItem overwrites any union data inside the
AppConfigItem as the provided EntitySchemaAppConfigItem
func (t *AppConfigItem) FromFieldAppConfigItem(v FieldAppConfigItem) error
FromFieldAppConfigItem overwrites any union data inside the AppConfigItem as
the provided FieldAppConfigItem
func (t *AppConfigItem) FromFloatAppConfigItem(v FloatAppConfigItem) error
FromFloatAppConfigItem overwrites any union data inside the AppConfigItem as
the provided FloatAppConfigItem
func (t *AppConfigItem) FromGenericApiIdentifiedAppConfigItem(v GenericApiIdentifiedAppConfigItem) error
FromGenericApiIdentifiedAppConfigItem overwrites any union data inside the
AppConfigItem as the provided GenericApiIdentifiedAppConfigItem
func (t *AppConfigItem) FromIntegerAppConfigItem(v IntegerAppConfigItem) error
FromIntegerAppConfigItem overwrites any union data inside the AppConfigItem
as the provided IntegerAppConfigItem
func (t *AppConfigItem) FromJsonAppConfigItem(v JsonAppConfigItem) error
FromJsonAppConfigItem overwrites any union data inside the AppConfigItem as
the provided JsonAppConfigItem
func (t *AppConfigItem) FromSecureTextAppConfigItem(v SecureTextAppConfigItem) error
FromSecureTextAppConfigItem overwrites any union data inside the
AppConfigItem as the provided SecureTextAppConfigItem
func (t *AppConfigItem) FromTextAppConfigItem(v TextAppConfigItem) error
FromTextAppConfigItem overwrites any union data inside the AppConfigItem as
the provided TextAppConfigItem
func (t AppConfigItem) MarshalJSON() ([]byte, error)
func (t *AppConfigItem) MergeArrayElementAppConfigItem(v ArrayElementAppConfigItem) error
MergeArrayElementAppConfigItem performs a merge with any union data inside
the AppConfigItem, using the provided ArrayElementAppConfigItem
func (t *AppConfigItem) MergeBooleanAppConfigItem(v BooleanAppConfigItem) error
MergeBooleanAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided BooleanAppConfigItem
func (t *AppConfigItem) MergeDateAppConfigItem(v DateAppConfigItem) error
MergeDateAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided DateAppConfigItem
func (t *AppConfigItem) MergeDatetimeAppConfigItem(v DatetimeAppConfigItem) error
MergeDatetimeAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided DatetimeAppConfigItem
func (t *AppConfigItem) MergeEntitySchemaAppConfigItem(v EntitySchemaAppConfigItem) error
MergeEntitySchemaAppConfigItem performs a merge with any union data inside
the AppConfigItem, using the provided EntitySchemaAppConfigItem
func (t *AppConfigItem) MergeFieldAppConfigItem(v FieldAppConfigItem) error
MergeFieldAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided FieldAppConfigItem
func (t *AppConfigItem) MergeFloatAppConfigItem(v FloatAppConfigItem) error
MergeFloatAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided FloatAppConfigItem
func (t *AppConfigItem) MergeGenericApiIdentifiedAppConfigItem(v GenericApiIdentifiedAppConfigItem) error
MergeGenericApiIdentifiedAppConfigItem performs a merge with
any union data inside the AppConfigItem, using the provided
GenericApiIdentifiedAppConfigItem
func (t *AppConfigItem) MergeIntegerAppConfigItem(v IntegerAppConfigItem) error
MergeIntegerAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided IntegerAppConfigItem
func (t *AppConfigItem) MergeJsonAppConfigItem(v JsonAppConfigItem) error
MergeJsonAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided JsonAppConfigItem
func (t *AppConfigItem) MergeSecureTextAppConfigItem(v SecureTextAppConfigItem) error
MergeSecureTextAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided SecureTextAppConfigItem
func (t *AppConfigItem) MergeTextAppConfigItem(v TextAppConfigItem) error
MergeTextAppConfigItem performs a merge with any union data inside the
AppConfigItem, using the provided TextAppConfigItem
func (t *AppConfigItem) UnmarshalJSON(b []byte) error
func (t AppConfigItem) ValueByDiscriminator() (interface{}, error)
Type AppConfigItemApiMixin
type AppConfigItemApiMixin struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
// Type Type of the app config item
Type *string `json:"type,omitempty"`
}
AppConfigItemApiMixin defines model for AppConfigItemApiMixin.
Type AppConfigItemBooleanBulkUpdate
type AppConfigItemBooleanBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemBooleanBulkUpdateType `json:"type"`
Value bool `json:"value"`
}
AppConfigItemBooleanBulkUpdate defines model for
AppConfigItemBooleanBulkUpdate.
Type AppConfigItemBooleanBulkUpdateType
type AppConfigItemBooleanBulkUpdateType string
AppConfigItemBooleanBulkUpdateType defines model for
AppConfigItemBooleanBulkUpdate.Type.
Constants
AppConfigItemBooleanBulkUpdateTypeBoolean
AppConfigItemBooleanBulkUpdateTypeBoolean AppConfigItemBooleanBulkUpdateType = "boolean"
Defines values for AppConfigItemBooleanBulkUpdateType.
Type AppConfigItemBooleanCreate
type AppConfigItemBooleanCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemBooleanCreateType `json:"type"`
Value bool `json:"value"`
}
AppConfigItemBooleanCreate defines model for AppConfigItemBooleanCreate.
Type AppConfigItemBooleanCreateType
type AppConfigItemBooleanCreateType string
AppConfigItemBooleanCreateType defines model for
AppConfigItemBooleanCreate.Type.
Constants
AppConfigItemBooleanCreateTypeBoolean
AppConfigItemBooleanCreateTypeBoolean AppConfigItemBooleanCreateType = "boolean"
Defines values for AppConfigItemBooleanCreateType.
Type AppConfigItemBooleanUpdate
type AppConfigItemBooleanUpdate struct {
Type AppConfigItemBooleanUpdateType `json:"type"`
Value bool `json:"value"`
}
AppConfigItemBooleanUpdate defines model for AppConfigItemBooleanUpdate.
Type AppConfigItemBooleanUpdateType
type AppConfigItemBooleanUpdateType string
AppConfigItemBooleanUpdateType defines model for
AppConfigItemBooleanUpdate.Type.
Constants
AppConfigItemBooleanUpdateTypeBoolean
AppConfigItemBooleanUpdateTypeBoolean AppConfigItemBooleanUpdateType = "boolean"
Defines values for AppConfigItemBooleanUpdateType.
Type AppConfigItemBulkUpdate
type AppConfigItemBulkUpdate struct {
Type string `json:"type"`
// contains filtered or unexported fields
}
AppConfigItemBulkUpdate defines model for AppConfigItemBulkUpdate.
Methods
func (t AppConfigItemBulkUpdate) AsAppConfigItemBooleanBulkUpdate() (AppConfigItemBooleanBulkUpdate, error)
AsAppConfigItemBooleanBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemBooleanBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemDateBulkUpdate() (AppConfigItemDateBulkUpdate, error)
AsAppConfigItemDateBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemDateBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemDatetimeBulkUpdate() (AppConfigItemDatetimeBulkUpdate, error)
AsAppConfigItemDatetimeBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemDatetimeBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemFloatBulkUpdate() (AppConfigItemFloatBulkUpdate, error)
AsAppConfigItemFloatBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemFloatBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemGenericBulkUpdate() (AppConfigItemGenericBulkUpdate, error)
AsAppConfigItemGenericBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemGenericBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemIntegerBulkUpdate() (AppConfigItemIntegerBulkUpdate, error)
AsAppConfigItemIntegerBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemIntegerBulkUpdate
func (t AppConfigItemBulkUpdate) AsAppConfigItemJsonBulkUpdate() (AppConfigItemJsonBulkUpdate, error)
AsAppConfigItemJsonBulkUpdate returns the union data inside the
AppConfigItemBulkUpdate as a AppConfigItemJsonBulkUpdate
func (t AppConfigItemBulkUpdate) Discriminator() (string, error)
func (t *AppConfigItemBulkUpdate) FromAppConfigItemBooleanBulkUpdate(v AppConfigItemBooleanBulkUpdate) error
FromAppConfigItemBooleanBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemBooleanBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemDateBulkUpdate(v AppConfigItemDateBulkUpdate) error
FromAppConfigItemDateBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemDateBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemDatetimeBulkUpdate(v AppConfigItemDatetimeBulkUpdate) error
FromAppConfigItemDatetimeBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemDatetimeBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemFloatBulkUpdate(v AppConfigItemFloatBulkUpdate) error
FromAppConfigItemFloatBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemFloatBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemGenericBulkUpdate(v AppConfigItemGenericBulkUpdate) error
FromAppConfigItemGenericBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemGenericBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemIntegerBulkUpdate(v AppConfigItemIntegerBulkUpdate) error
FromAppConfigItemIntegerBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemIntegerBulkUpdate
func (t *AppConfigItemBulkUpdate) FromAppConfigItemJsonBulkUpdate(v AppConfigItemJsonBulkUpdate) error
FromAppConfigItemJsonBulkUpdate overwrites any union data inside the
AppConfigItemBulkUpdate as the provided AppConfigItemJsonBulkUpdate
func (t AppConfigItemBulkUpdate) MarshalJSON() ([]byte, error)
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemBooleanBulkUpdate(v AppConfigItemBooleanBulkUpdate) error
MergeAppConfigItemBooleanBulkUpdate performs a merge with any
union data inside the AppConfigItemBulkUpdate, using the provided
AppConfigItemBooleanBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemDateBulkUpdate(v AppConfigItemDateBulkUpdate) error
MergeAppConfigItemDateBulkUpdate performs a merge with any union data inside
the AppConfigItemBulkUpdate, using the provided AppConfigItemDateBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemDatetimeBulkUpdate(v AppConfigItemDatetimeBulkUpdate) error
MergeAppConfigItemDatetimeBulkUpdate performs a merge with any
union data inside the AppConfigItemBulkUpdate, using the provided
AppConfigItemDatetimeBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemFloatBulkUpdate(v AppConfigItemFloatBulkUpdate) error
MergeAppConfigItemFloatBulkUpdate performs a merge with any
union data inside the AppConfigItemBulkUpdate, using the provided
AppConfigItemFloatBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemGenericBulkUpdate(v AppConfigItemGenericBulkUpdate) error
MergeAppConfigItemGenericBulkUpdate performs a merge with any
union data inside the AppConfigItemBulkUpdate, using the provided
AppConfigItemGenericBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemIntegerBulkUpdate(v AppConfigItemIntegerBulkUpdate) error
MergeAppConfigItemIntegerBulkUpdate performs a merge with any
union data inside the AppConfigItemBulkUpdate, using the provided
AppConfigItemIntegerBulkUpdate
func (t *AppConfigItemBulkUpdate) MergeAppConfigItemJsonBulkUpdate(v AppConfigItemJsonBulkUpdate) error
MergeAppConfigItemJsonBulkUpdate performs a merge with any union data inside
the AppConfigItemBulkUpdate, using the provided AppConfigItemJsonBulkUpdate
func (t *AppConfigItemBulkUpdate) UnmarshalJSON(b []byte) error
func (t AppConfigItemBulkUpdate) ValueByDiscriminator() (interface{}, error)
Type AppConfigItemBulkUpdateMixin
type AppConfigItemBulkUpdateMixin struct {
Id string `json:"id"`
}
AppConfigItemBulkUpdateMixin defines model for AppConfigItemBulkUpdateMixin.
Type AppConfigItemCreate
type AppConfigItemCreate struct {
Type string `json:"type"`
// contains filtered or unexported fields
}
AppConfigItemCreate defines model for AppConfigItemCreate.
Methods
func (t AppConfigItemCreate) AsAppConfigItemBooleanCreate() (AppConfigItemBooleanCreate, error)
AsAppConfigItemBooleanCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemBooleanCreate
func (t AppConfigItemCreate) AsAppConfigItemDateCreate() (AppConfigItemDateCreate, error)
AsAppConfigItemDateCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemDateCreate
func (t AppConfigItemCreate) AsAppConfigItemDatetimeCreate() (AppConfigItemDatetimeCreate, error)
AsAppConfigItemDatetimeCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemDatetimeCreate
func (t AppConfigItemCreate) AsAppConfigItemFloatCreate() (AppConfigItemFloatCreate, error)
AsAppConfigItemFloatCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemFloatCreate
func (t AppConfigItemCreate) AsAppConfigItemGenericCreate() (AppConfigItemGenericCreate, error)
AsAppConfigItemGenericCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemGenericCreate
func (t AppConfigItemCreate) AsAppConfigItemIntegerCreate() (AppConfigItemIntegerCreate, error)
AsAppConfigItemIntegerCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemIntegerCreate
func (t AppConfigItemCreate) AsAppConfigItemJsonCreate() (AppConfigItemJsonCreate, error)
AsAppConfigItemJsonCreate returns the union data inside the
AppConfigItemCreate as a AppConfigItemJsonCreate
func (t AppConfigItemCreate) Discriminator() (string, error)
func (t *AppConfigItemCreate) FromAppConfigItemBooleanCreate(v AppConfigItemBooleanCreate) error
FromAppConfigItemBooleanCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemBooleanCreate
func (t *AppConfigItemCreate) FromAppConfigItemDateCreate(v AppConfigItemDateCreate) error
FromAppConfigItemDateCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemDateCreate
func (t *AppConfigItemCreate) FromAppConfigItemDatetimeCreate(v AppConfigItemDatetimeCreate) error
FromAppConfigItemDatetimeCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemDatetimeCreate
func (t *AppConfigItemCreate) FromAppConfigItemFloatCreate(v AppConfigItemFloatCreate) error
FromAppConfigItemFloatCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemFloatCreate
func (t *AppConfigItemCreate) FromAppConfigItemGenericCreate(v AppConfigItemGenericCreate) error
FromAppConfigItemGenericCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemGenericCreate
func (t *AppConfigItemCreate) FromAppConfigItemIntegerCreate(v AppConfigItemIntegerCreate) error
FromAppConfigItemIntegerCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemIntegerCreate
func (t *AppConfigItemCreate) FromAppConfigItemJsonCreate(v AppConfigItemJsonCreate) error
FromAppConfigItemJsonCreate overwrites any union data inside the
AppConfigItemCreate as the provided AppConfigItemJsonCreate
func (t AppConfigItemCreate) MarshalJSON() ([]byte, error)
func (t *AppConfigItemCreate) MergeAppConfigItemBooleanCreate(v AppConfigItemBooleanCreate) error
MergeAppConfigItemBooleanCreate performs a merge with any union data inside
the AppConfigItemCreate, using the provided AppConfigItemBooleanCreate
func (t *AppConfigItemCreate) MergeAppConfigItemDateCreate(v AppConfigItemDateCreate) error
MergeAppConfigItemDateCreate performs a merge with any union data inside the
AppConfigItemCreate, using the provided AppConfigItemDateCreate
func (t *AppConfigItemCreate) MergeAppConfigItemDatetimeCreate(v AppConfigItemDatetimeCreate) error
MergeAppConfigItemDatetimeCreate performs a merge with any union data inside
the AppConfigItemCreate, using the provided AppConfigItemDatetimeCreate
func (t *AppConfigItemCreate) MergeAppConfigItemFloatCreate(v AppConfigItemFloatCreate) error
MergeAppConfigItemFloatCreate performs a merge with any union data inside
the AppConfigItemCreate, using the provided AppConfigItemFloatCreate
func (t *AppConfigItemCreate) MergeAppConfigItemGenericCreate(v AppConfigItemGenericCreate) error
MergeAppConfigItemGenericCreate performs a merge with any union data inside
the AppConfigItemCreate, using the provided AppConfigItemGenericCreate
func (t *AppConfigItemCreate) MergeAppConfigItemIntegerCreate(v AppConfigItemIntegerCreate) error
MergeAppConfigItemIntegerCreate performs a merge with any union data inside
the AppConfigItemCreate, using the provided AppConfigItemIntegerCreate
func (t *AppConfigItemCreate) MergeAppConfigItemJsonCreate(v AppConfigItemJsonCreate) error
MergeAppConfigItemJsonCreate performs a merge with any union data inside the
AppConfigItemCreate, using the provided AppConfigItemJsonCreate
func (t *AppConfigItemCreate) UnmarshalJSON(b []byte) error
func (t AppConfigItemCreate) ValueByDiscriminator() (interface{}, error)
Type AppConfigItemCreateMixin
type AppConfigItemCreateMixin struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
}
AppConfigItemCreateMixin defines model for AppConfigItemCreateMixin.
Type AppConfigItemDateBulkUpdate
type AppConfigItemDateBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemDateBulkUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemDateBulkUpdate defines model for AppConfigItemDateBulkUpdate.
Type AppConfigItemDateBulkUpdateType
type AppConfigItemDateBulkUpdateType string
AppConfigItemDateBulkUpdateType defines model for
AppConfigItemDateBulkUpdate.Type.
Constants
AppConfigItemDateBulkUpdateTypeDate
AppConfigItemDateBulkUpdateTypeDate AppConfigItemDateBulkUpdateType = "date"
Defines values for AppConfigItemDateBulkUpdateType.
Type AppConfigItemDateCreate
type AppConfigItemDateCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemDateCreateType `json:"type"`
Value openapi_types.Date `json:"value"`
}
AppConfigItemDateCreate defines model for AppConfigItemDateCreate.
Type AppConfigItemDateCreateType
type AppConfigItemDateCreateType string
AppConfigItemDateCreateType defines model for AppConfigItemDateCreate.Type.
Constants
AppConfigItemDateCreateTypeDate
AppConfigItemDateCreateTypeDate AppConfigItemDateCreateType = "date"
Defines values for AppConfigItemDateCreateType.
Type AppConfigItemDateUpdate
type AppConfigItemDateUpdate struct {
Type AppConfigItemDateUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemDateUpdate defines model for AppConfigItemDateUpdate.
Type AppConfigItemDateUpdateType
type AppConfigItemDateUpdateType string
AppConfigItemDateUpdateType defines model for AppConfigItemDateUpdate.Type.
Constants
AppConfigItemDateUpdateTypeDate
AppConfigItemDateUpdateTypeDate AppConfigItemDateUpdateType = "date"
Defines values for AppConfigItemDateUpdateType.
Type AppConfigItemDatetimeBulkUpdate
type AppConfigItemDatetimeBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemDatetimeBulkUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemDatetimeBulkUpdate defines model for
AppConfigItemDatetimeBulkUpdate.
Type AppConfigItemDatetimeBulkUpdateType
type AppConfigItemDatetimeBulkUpdateType string
AppConfigItemDatetimeBulkUpdateType defines model for
AppConfigItemDatetimeBulkUpdate.Type.
Constants
AppConfigItemDatetimeBulkUpdateTypeDatetime
AppConfigItemDatetimeBulkUpdateTypeDatetime AppConfigItemDatetimeBulkUpdateType = "datetime"
Defines values for AppConfigItemDatetimeBulkUpdateType.
Type AppConfigItemDatetimeCreate
type AppConfigItemDatetimeCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemDatetimeCreateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemDatetimeCreate defines model for AppConfigItemDatetimeCreate.
Type AppConfigItemDatetimeCreateType
type AppConfigItemDatetimeCreateType string
AppConfigItemDatetimeCreateType defines model for
AppConfigItemDatetimeCreate.Type.
Constants
AppConfigItemDatetimeCreateTypeDatetime
AppConfigItemDatetimeCreateTypeDatetime AppConfigItemDatetimeCreateType = "datetime"
Defines values for AppConfigItemDatetimeCreateType.
Type AppConfigItemDatetimeUpdate
type AppConfigItemDatetimeUpdate struct {
Type AppConfigItemDatetimeUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemDatetimeUpdate defines model for AppConfigItemDatetimeUpdate.
Type AppConfigItemDatetimeUpdateType
type AppConfigItemDatetimeUpdateType string
AppConfigItemDatetimeUpdateType defines model for
AppConfigItemDatetimeUpdate.Type.
Constants
AppConfigItemDatetimeUpdateTypeDatetime
AppConfigItemDatetimeUpdateTypeDatetime AppConfigItemDatetimeUpdateType = "datetime"
Defines values for AppConfigItemDatetimeUpdateType.
Type AppConfigItemFloatBulkUpdate
type AppConfigItemFloatBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemFloatBulkUpdateType `json:"type"`
Value float32 `json:"value"`
}
AppConfigItemFloatBulkUpdate defines model for AppConfigItemFloatBulkUpdate.
Type AppConfigItemFloatBulkUpdateType
type AppConfigItemFloatBulkUpdateType string
AppConfigItemFloatBulkUpdateType defines model for
AppConfigItemFloatBulkUpdate.Type.
Constants
AppConfigItemFloatBulkUpdateTypeFloat
AppConfigItemFloatBulkUpdateTypeFloat AppConfigItemFloatBulkUpdateType = "float"
Defines values for AppConfigItemFloatBulkUpdateType.
Type AppConfigItemFloatCreate
type AppConfigItemFloatCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemFloatCreateType `json:"type"`
Value float32 `json:"value"`
}
AppConfigItemFloatCreate defines model for AppConfigItemFloatCreate.
Type AppConfigItemFloatCreateType
type AppConfigItemFloatCreateType string
AppConfigItemFloatCreateType defines model for
AppConfigItemFloatCreate.Type.
Constants
AppConfigItemFloatCreateTypeFloat
AppConfigItemFloatCreateTypeFloat AppConfigItemFloatCreateType = "float"
Defines values for AppConfigItemFloatCreateType.
Type AppConfigItemFloatUpdate
type AppConfigItemFloatUpdate struct {
Type AppConfigItemFloatUpdateType `json:"type"`
Value float32 `json:"value"`
}
AppConfigItemFloatUpdate defines model for AppConfigItemFloatUpdate.
Type AppConfigItemFloatUpdateType
type AppConfigItemFloatUpdateType string
AppConfigItemFloatUpdateType defines model for
AppConfigItemFloatUpdate.Type.
Constants
AppConfigItemFloatUpdateTypeFloat
AppConfigItemFloatUpdateTypeFloat AppConfigItemFloatUpdateType = "float"
Defines values for AppConfigItemFloatUpdateType.
Type AppConfigItemGenericBulkUpdate
type AppConfigItemGenericBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemGenericBulkUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemGenericBulkUpdate defines model for
AppConfigItemGenericBulkUpdate.
Type AppConfigItemGenericBulkUpdateType
type AppConfigItemGenericBulkUpdateType string
AppConfigItemGenericBulkUpdateType defines model for
AppConfigItemGenericBulkUpdate.Type.
Constants
AppConfigItemGenericBulkUpdateTypeAaSequence, AppConfigItemGenericBulkUpdateTypeBox, AppConfigItemGenericBulkUpdateTypeBoxSchema, AppConfigItemGenericBulkUpdateTypeContainer, AppConfigItemGenericBulkUpdateTypeContainerSchema, AppConfigItemGenericBulkUpdateTypeCustomEntity, AppConfigItemGenericBulkUpdateTypeDate, AppConfigItemGenericBulkUpdateTypeDatetime, AppConfigItemGenericBulkUpdateTypeDnaOligo, AppConfigItemGenericBulkUpdateTypeDnaSequence, AppConfigItemGenericBulkUpdateTypeDropdown, AppConfigItemGenericBulkUpdateTypeDropdownOption, AppConfigItemGenericBulkUpdateTypeEntitySchema, AppConfigItemGenericBulkUpdateTypeEntry, AppConfigItemGenericBulkUpdateTypeEntrySchema, AppConfigItemGenericBulkUpdateTypeField, AppConfigItemGenericBulkUpdateTypeFolder, AppConfigItemGenericBulkUpdateTypeJson, AppConfigItemGenericBulkUpdateTypeLocation, AppConfigItemGenericBulkUpdateTypeLocationSchema, AppConfigItemGenericBulkUpdateTypeMixture, AppConfigItemGenericBulkUpdateTypeMolecule, AppConfigItemGenericBulkUpdateTypePlate, AppConfigItemGenericBulkUpdateTypePlateSchema, AppConfigItemGenericBulkUpdateTypeProject, AppConfigItemGenericBulkUpdateTypeRegistry, AppConfigItemGenericBulkUpdateTypeRequestSchema, AppConfigItemGenericBulkUpdateTypeResultSchema, AppConfigItemGenericBulkUpdateTypeRnaOligo, AppConfigItemGenericBulkUpdateTypeRnaSequence, AppConfigItemGenericBulkUpdateTypeRunSchema, AppConfigItemGenericBulkUpdateTypeSecureText, AppConfigItemGenericBulkUpdateTypeText, AppConfigItemGenericBulkUpdateTypeWorkflowTaskSchema, AppConfigItemGenericBulkUpdateTypeWorkflowTaskStatus, AppConfigItemGenericBulkUpdateTypeWorklist
AppConfigItemGenericBulkUpdateTypeAaSequence AppConfigItemGenericBulkUpdateType = "aa_sequence"
AppConfigItemGenericBulkUpdateTypeBox AppConfigItemGenericBulkUpdateType = "box"
AppConfigItemGenericBulkUpdateTypeBoxSchema AppConfigItemGenericBulkUpdateType = "box_schema"
AppConfigItemGenericBulkUpdateTypeContainer AppConfigItemGenericBulkUpdateType = "container"
AppConfigItemGenericBulkUpdateTypeContainerSchema AppConfigItemGenericBulkUpdateType = "container_schema"
AppConfigItemGenericBulkUpdateTypeCustomEntity AppConfigItemGenericBulkUpdateType = "custom_entity"
AppConfigItemGenericBulkUpdateTypeDate AppConfigItemGenericBulkUpdateType = "date"
AppConfigItemGenericBulkUpdateTypeDatetime AppConfigItemGenericBulkUpdateType = "datetime"
AppConfigItemGenericBulkUpdateTypeDnaOligo AppConfigItemGenericBulkUpdateType = "dna_oligo"
AppConfigItemGenericBulkUpdateTypeDnaSequence AppConfigItemGenericBulkUpdateType = "dna_sequence"
AppConfigItemGenericBulkUpdateTypeDropdown AppConfigItemGenericBulkUpdateType = "dropdown"
AppConfigItemGenericBulkUpdateTypeDropdownOption AppConfigItemGenericBulkUpdateType = "dropdown_option"
AppConfigItemGenericBulkUpdateTypeEntitySchema AppConfigItemGenericBulkUpdateType = "entity_schema"
AppConfigItemGenericBulkUpdateTypeEntry AppConfigItemGenericBulkUpdateType = "entry"
AppConfigItemGenericBulkUpdateTypeEntrySchema AppConfigItemGenericBulkUpdateType = "entry_schema"
AppConfigItemGenericBulkUpdateTypeField AppConfigItemGenericBulkUpdateType = "field"
AppConfigItemGenericBulkUpdateTypeFolder AppConfigItemGenericBulkUpdateType = "folder"
AppConfigItemGenericBulkUpdateTypeJson AppConfigItemGenericBulkUpdateType = "json"
AppConfigItemGenericBulkUpdateTypeLocation AppConfigItemGenericBulkUpdateType = "location"
AppConfigItemGenericBulkUpdateTypeLocationSchema AppConfigItemGenericBulkUpdateType = "location_schema"
AppConfigItemGenericBulkUpdateTypeMixture AppConfigItemGenericBulkUpdateType = "mixture"
AppConfigItemGenericBulkUpdateTypeMolecule AppConfigItemGenericBulkUpdateType = "molecule"
AppConfigItemGenericBulkUpdateTypePlate AppConfigItemGenericBulkUpdateType = "plate"
AppConfigItemGenericBulkUpdateTypePlateSchema AppConfigItemGenericBulkUpdateType = "plate_schema"
AppConfigItemGenericBulkUpdateTypeProject AppConfigItemGenericBulkUpdateType = "project"
AppConfigItemGenericBulkUpdateTypeRegistry AppConfigItemGenericBulkUpdateType = "registry"
AppConfigItemGenericBulkUpdateTypeRequestSchema AppConfigItemGenericBulkUpdateType = "request_schema"
AppConfigItemGenericBulkUpdateTypeResultSchema AppConfigItemGenericBulkUpdateType = "result_schema"
AppConfigItemGenericBulkUpdateTypeRnaOligo AppConfigItemGenericBulkUpdateType = "rna_oligo"
AppConfigItemGenericBulkUpdateTypeRnaSequence AppConfigItemGenericBulkUpdateType = "rna_sequence"
AppConfigItemGenericBulkUpdateTypeRunSchema AppConfigItemGenericBulkUpdateType = "run_schema"
AppConfigItemGenericBulkUpdateTypeSecureText AppConfigItemGenericBulkUpdateType = "secure_text"
AppConfigItemGenericBulkUpdateTypeText AppConfigItemGenericBulkUpdateType = "text"
AppConfigItemGenericBulkUpdateTypeWorkflowTaskSchema AppConfigItemGenericBulkUpdateType = "workflow_task_schema"
AppConfigItemGenericBulkUpdateTypeWorkflowTaskStatus AppConfigItemGenericBulkUpdateType = "workflow_task_status"
AppConfigItemGenericBulkUpdateTypeWorklist AppConfigItemGenericBulkUpdateType = "worklist"
Defines values for AppConfigItemGenericBulkUpdateType.
Type AppConfigItemGenericCreate
type AppConfigItemGenericCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemGenericCreateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemGenericCreate defines model for AppConfigItemGenericCreate.
Type AppConfigItemGenericCreateType
type AppConfigItemGenericCreateType string
AppConfigItemGenericCreateType defines model for
AppConfigItemGenericCreate.Type.
Constants
AppConfigItemGenericCreateTypeAaSequence, AppConfigItemGenericCreateTypeBox, AppConfigItemGenericCreateTypeBoxSchema, AppConfigItemGenericCreateTypeContainer, AppConfigItemGenericCreateTypeContainerSchema, AppConfigItemGenericCreateTypeCustomEntity, AppConfigItemGenericCreateTypeDate, AppConfigItemGenericCreateTypeDatetime, AppConfigItemGenericCreateTypeDnaOligo, AppConfigItemGenericCreateTypeDnaSequence, AppConfigItemGenericCreateTypeDropdown, AppConfigItemGenericCreateTypeDropdownOption, AppConfigItemGenericCreateTypeEntitySchema, AppConfigItemGenericCreateTypeEntry, AppConfigItemGenericCreateTypeEntrySchema, AppConfigItemGenericCreateTypeField, AppConfigItemGenericCreateTypeFolder, AppConfigItemGenericCreateTypeJson, AppConfigItemGenericCreateTypeLocation, AppConfigItemGenericCreateTypeLocationSchema, AppConfigItemGenericCreateTypeMixture, AppConfigItemGenericCreateTypeMolecule, AppConfigItemGenericCreateTypePlate, AppConfigItemGenericCreateTypePlateSchema, AppConfigItemGenericCreateTypeProject, AppConfigItemGenericCreateTypeRegistry, AppConfigItemGenericCreateTypeRequestSchema, AppConfigItemGenericCreateTypeResultSchema, AppConfigItemGenericCreateTypeRnaOligo, AppConfigItemGenericCreateTypeRnaSequence, AppConfigItemGenericCreateTypeRunSchema, AppConfigItemGenericCreateTypeSecureText, AppConfigItemGenericCreateTypeText, AppConfigItemGenericCreateTypeWorkflowTaskSchema, AppConfigItemGenericCreateTypeWorkflowTaskStatus, AppConfigItemGenericCreateTypeWorklist
AppConfigItemGenericCreateTypeAaSequence AppConfigItemGenericCreateType = "aa_sequence"
AppConfigItemGenericCreateTypeBox AppConfigItemGenericCreateType = "box"
AppConfigItemGenericCreateTypeBoxSchema AppConfigItemGenericCreateType = "box_schema"
AppConfigItemGenericCreateTypeContainer AppConfigItemGenericCreateType = "container"
AppConfigItemGenericCreateTypeContainerSchema AppConfigItemGenericCreateType = "container_schema"
AppConfigItemGenericCreateTypeCustomEntity AppConfigItemGenericCreateType = "custom_entity"
AppConfigItemGenericCreateTypeDate AppConfigItemGenericCreateType = "date"
AppConfigItemGenericCreateTypeDatetime AppConfigItemGenericCreateType = "datetime"
AppConfigItemGenericCreateTypeDnaOligo AppConfigItemGenericCreateType = "dna_oligo"
AppConfigItemGenericCreateTypeDnaSequence AppConfigItemGenericCreateType = "dna_sequence"
AppConfigItemGenericCreateTypeDropdown AppConfigItemGenericCreateType = "dropdown"
AppConfigItemGenericCreateTypeDropdownOption AppConfigItemGenericCreateType = "dropdown_option"
AppConfigItemGenericCreateTypeEntitySchema AppConfigItemGenericCreateType = "entity_schema"
AppConfigItemGenericCreateTypeEntry AppConfigItemGenericCreateType = "entry"
AppConfigItemGenericCreateTypeEntrySchema AppConfigItemGenericCreateType = "entry_schema"
AppConfigItemGenericCreateTypeField AppConfigItemGenericCreateType = "field"
AppConfigItemGenericCreateTypeFolder AppConfigItemGenericCreateType = "folder"
AppConfigItemGenericCreateTypeJson AppConfigItemGenericCreateType = "json"
AppConfigItemGenericCreateTypeLocation AppConfigItemGenericCreateType = "location"
AppConfigItemGenericCreateTypeLocationSchema AppConfigItemGenericCreateType = "location_schema"
AppConfigItemGenericCreateTypeMixture AppConfigItemGenericCreateType = "mixture"
AppConfigItemGenericCreateTypeMolecule AppConfigItemGenericCreateType = "molecule"
AppConfigItemGenericCreateTypePlate AppConfigItemGenericCreateType = "plate"
AppConfigItemGenericCreateTypePlateSchema AppConfigItemGenericCreateType = "plate_schema"
AppConfigItemGenericCreateTypeProject AppConfigItemGenericCreateType = "project"
AppConfigItemGenericCreateTypeRegistry AppConfigItemGenericCreateType = "registry"
AppConfigItemGenericCreateTypeRequestSchema AppConfigItemGenericCreateType = "request_schema"
AppConfigItemGenericCreateTypeResultSchema AppConfigItemGenericCreateType = "result_schema"
AppConfigItemGenericCreateTypeRnaOligo AppConfigItemGenericCreateType = "rna_oligo"
AppConfigItemGenericCreateTypeRnaSequence AppConfigItemGenericCreateType = "rna_sequence"
AppConfigItemGenericCreateTypeRunSchema AppConfigItemGenericCreateType = "run_schema"
AppConfigItemGenericCreateTypeSecureText AppConfigItemGenericCreateType = "secure_text"
AppConfigItemGenericCreateTypeText AppConfigItemGenericCreateType = "text"
AppConfigItemGenericCreateTypeWorkflowTaskSchema AppConfigItemGenericCreateType = "workflow_task_schema"
AppConfigItemGenericCreateTypeWorkflowTaskStatus AppConfigItemGenericCreateType = "workflow_task_status"
AppConfigItemGenericCreateTypeWorklist AppConfigItemGenericCreateType = "worklist"
Defines values for AppConfigItemGenericCreateType.
Type AppConfigItemGenericUpdate
type AppConfigItemGenericUpdate struct {
Type AppConfigItemGenericUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemGenericUpdate defines model for AppConfigItemGenericUpdate.
Type AppConfigItemGenericUpdateType
type AppConfigItemGenericUpdateType string
AppConfigItemGenericUpdateType defines model for
AppConfigItemGenericUpdate.Type.
Constants
AppConfigItemGenericUpdateTypeAaSequence, AppConfigItemGenericUpdateTypeBox, AppConfigItemGenericUpdateTypeBoxSchema, AppConfigItemGenericUpdateTypeContainer, AppConfigItemGenericUpdateTypeContainerSchema, AppConfigItemGenericUpdateTypeCustomEntity, AppConfigItemGenericUpdateTypeDate, AppConfigItemGenericUpdateTypeDatetime, AppConfigItemGenericUpdateTypeDnaOligo, AppConfigItemGenericUpdateTypeDnaSequence, AppConfigItemGenericUpdateTypeDropdown, AppConfigItemGenericUpdateTypeDropdownOption, AppConfigItemGenericUpdateTypeEntitySchema, AppConfigItemGenericUpdateTypeEntry, AppConfigItemGenericUpdateTypeEntrySchema, AppConfigItemGenericUpdateTypeField, AppConfigItemGenericUpdateTypeFolder, AppConfigItemGenericUpdateTypeJson, AppConfigItemGenericUpdateTypeLocation, AppConfigItemGenericUpdateTypeLocationSchema, AppConfigItemGenericUpdateTypeMixture, AppConfigItemGenericUpdateTypeMolecule, AppConfigItemGenericUpdateTypePlate, AppConfigItemGenericUpdateTypePlateSchema, AppConfigItemGenericUpdateTypeProject, AppConfigItemGenericUpdateTypeRegistry, AppConfigItemGenericUpdateTypeRequestSchema, AppConfigItemGenericUpdateTypeResultSchema, AppConfigItemGenericUpdateTypeRnaOligo, AppConfigItemGenericUpdateTypeRnaSequence, AppConfigItemGenericUpdateTypeRunSchema, AppConfigItemGenericUpdateTypeSecureText, AppConfigItemGenericUpdateTypeText, AppConfigItemGenericUpdateTypeWorkflowTaskSchema, AppConfigItemGenericUpdateTypeWorkflowTaskStatus, AppConfigItemGenericUpdateTypeWorklist
AppConfigItemGenericUpdateTypeAaSequence AppConfigItemGenericUpdateType = "aa_sequence"
AppConfigItemGenericUpdateTypeBox AppConfigItemGenericUpdateType = "box"
AppConfigItemGenericUpdateTypeBoxSchema AppConfigItemGenericUpdateType = "box_schema"
AppConfigItemGenericUpdateTypeContainer AppConfigItemGenericUpdateType = "container"
AppConfigItemGenericUpdateTypeContainerSchema AppConfigItemGenericUpdateType = "container_schema"
AppConfigItemGenericUpdateTypeCustomEntity AppConfigItemGenericUpdateType = "custom_entity"
AppConfigItemGenericUpdateTypeDate AppConfigItemGenericUpdateType = "date"
AppConfigItemGenericUpdateTypeDatetime AppConfigItemGenericUpdateType = "datetime"
AppConfigItemGenericUpdateTypeDnaOligo AppConfigItemGenericUpdateType = "dna_oligo"
AppConfigItemGenericUpdateTypeDnaSequence AppConfigItemGenericUpdateType = "dna_sequence"
AppConfigItemGenericUpdateTypeDropdown AppConfigItemGenericUpdateType = "dropdown"
AppConfigItemGenericUpdateTypeDropdownOption AppConfigItemGenericUpdateType = "dropdown_option"
AppConfigItemGenericUpdateTypeEntitySchema AppConfigItemGenericUpdateType = "entity_schema"
AppConfigItemGenericUpdateTypeEntry AppConfigItemGenericUpdateType = "entry"
AppConfigItemGenericUpdateTypeEntrySchema AppConfigItemGenericUpdateType = "entry_schema"
AppConfigItemGenericUpdateTypeField AppConfigItemGenericUpdateType = "field"
AppConfigItemGenericUpdateTypeFolder AppConfigItemGenericUpdateType = "folder"
AppConfigItemGenericUpdateTypeJson AppConfigItemGenericUpdateType = "json"
AppConfigItemGenericUpdateTypeLocation AppConfigItemGenericUpdateType = "location"
AppConfigItemGenericUpdateTypeLocationSchema AppConfigItemGenericUpdateType = "location_schema"
AppConfigItemGenericUpdateTypeMixture AppConfigItemGenericUpdateType = "mixture"
AppConfigItemGenericUpdateTypeMolecule AppConfigItemGenericUpdateType = "molecule"
AppConfigItemGenericUpdateTypePlate AppConfigItemGenericUpdateType = "plate"
AppConfigItemGenericUpdateTypePlateSchema AppConfigItemGenericUpdateType = "plate_schema"
AppConfigItemGenericUpdateTypeProject AppConfigItemGenericUpdateType = "project"
AppConfigItemGenericUpdateTypeRegistry AppConfigItemGenericUpdateType = "registry"
AppConfigItemGenericUpdateTypeRequestSchema AppConfigItemGenericUpdateType = "request_schema"
AppConfigItemGenericUpdateTypeResultSchema AppConfigItemGenericUpdateType = "result_schema"
AppConfigItemGenericUpdateTypeRnaOligo AppConfigItemGenericUpdateType = "rna_oligo"
AppConfigItemGenericUpdateTypeRnaSequence AppConfigItemGenericUpdateType = "rna_sequence"
AppConfigItemGenericUpdateTypeRunSchema AppConfigItemGenericUpdateType = "run_schema"
AppConfigItemGenericUpdateTypeSecureText AppConfigItemGenericUpdateType = "secure_text"
AppConfigItemGenericUpdateTypeText AppConfigItemGenericUpdateType = "text"
AppConfigItemGenericUpdateTypeWorkflowTaskSchema AppConfigItemGenericUpdateType = "workflow_task_schema"
AppConfigItemGenericUpdateTypeWorkflowTaskStatus AppConfigItemGenericUpdateType = "workflow_task_status"
AppConfigItemGenericUpdateTypeWorklist AppConfigItemGenericUpdateType = "worklist"
Defines values for AppConfigItemGenericUpdateType.
Type AppConfigItemIntegerBulkUpdate
type AppConfigItemIntegerBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemIntegerBulkUpdateType `json:"type"`
Value int `json:"value"`
}
AppConfigItemIntegerBulkUpdate defines model for
AppConfigItemIntegerBulkUpdate.
Type AppConfigItemIntegerBulkUpdateType
type AppConfigItemIntegerBulkUpdateType string
AppConfigItemIntegerBulkUpdateType defines model for
AppConfigItemIntegerBulkUpdate.Type.
Constants
AppConfigItemIntegerBulkUpdateTypeInteger
AppConfigItemIntegerBulkUpdateTypeInteger AppConfigItemIntegerBulkUpdateType = "integer"
Defines values for AppConfigItemIntegerBulkUpdateType.
Type AppConfigItemIntegerCreate
type AppConfigItemIntegerCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemIntegerCreateType `json:"type"`
Value int `json:"value"`
}
AppConfigItemIntegerCreate defines model for AppConfigItemIntegerCreate.
Type AppConfigItemIntegerCreateType
type AppConfigItemIntegerCreateType string
AppConfigItemIntegerCreateType defines model for
AppConfigItemIntegerCreate.Type.
Constants
AppConfigItemIntegerCreateTypeInteger
AppConfigItemIntegerCreateTypeInteger AppConfigItemIntegerCreateType = "integer"
Defines values for AppConfigItemIntegerCreateType.
Type AppConfigItemIntegerUpdate
type AppConfigItemIntegerUpdate struct {
Type AppConfigItemIntegerUpdateType `json:"type"`
Value int `json:"value"`
}
AppConfigItemIntegerUpdate defines model for AppConfigItemIntegerUpdate.
Type AppConfigItemIntegerUpdateType
type AppConfigItemIntegerUpdateType string
AppConfigItemIntegerUpdateType defines model for
AppConfigItemIntegerUpdate.Type.
Constants
AppConfigItemIntegerUpdateTypeInteger
AppConfigItemIntegerUpdateTypeInteger AppConfigItemIntegerUpdateType = "integer"
Defines values for AppConfigItemIntegerUpdateType.
Type AppConfigItemJsonBulkUpdate
type AppConfigItemJsonBulkUpdate struct {
Id string `json:"id"`
Type AppConfigItemJsonBulkUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemJsonBulkUpdate defines model for AppConfigItemJsonBulkUpdate.
Type AppConfigItemJsonBulkUpdateType
type AppConfigItemJsonBulkUpdateType string
AppConfigItemJsonBulkUpdateType defines model for
AppConfigItemJsonBulkUpdate.Type.
Constants
AppConfigItemJsonBulkUpdateTypeJson
AppConfigItemJsonBulkUpdateTypeJson AppConfigItemJsonBulkUpdateType = "json"
Defines values for AppConfigItemJsonBulkUpdateType.
Type AppConfigItemJsonCreate
type AppConfigItemJsonCreate struct {
// AppId App id to which this config item belongs.
AppId string `json:"appId"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path []string `json:"path"`
Type AppConfigItemJsonCreateType `json:"type"`
// Value The value of a json create object should be json parseable.
Value string `json:"value"`
}
AppConfigItemJsonCreate defines model for AppConfigItemJsonCreate.
Type AppConfigItemJsonCreateType
type AppConfigItemJsonCreateType string
AppConfigItemJsonCreateType defines model for AppConfigItemJsonCreate.Type.
Constants
AppConfigItemJsonCreateTypeJson
AppConfigItemJsonCreateTypeJson AppConfigItemJsonCreateType = "json"
Defines values for AppConfigItemJsonCreateType.
Type AppConfigItemJsonUpdate
type AppConfigItemJsonUpdate struct {
Type AppConfigItemJsonUpdateType `json:"type"`
Value string `json:"value"`
}
AppConfigItemJsonUpdate defines model for AppConfigItemJsonUpdate.
Type AppConfigItemJsonUpdateType
type AppConfigItemJsonUpdateType string
AppConfigItemJsonUpdateType defines model for AppConfigItemJsonUpdate.Type.
Constants
AppConfigItemJsonUpdateTypeJson
AppConfigItemJsonUpdateTypeJson AppConfigItemJsonUpdateType = "json"
Defines values for AppConfigItemJsonUpdateType.
Type AppConfigItemUpdate
type AppConfigItemUpdate struct {
Type string `json:"type"`
// contains filtered or unexported fields
}
AppConfigItemUpdate defines model for AppConfigItemUpdate.
Methods
func (t AppConfigItemUpdate) AsAppConfigItemBooleanUpdate() (AppConfigItemBooleanUpdate, error)
AsAppConfigItemBooleanUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemBooleanUpdate
func (t AppConfigItemUpdate) AsAppConfigItemDateUpdate() (AppConfigItemDateUpdate, error)
AsAppConfigItemDateUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemDateUpdate
func (t AppConfigItemUpdate) AsAppConfigItemDatetimeUpdate() (AppConfigItemDatetimeUpdate, error)
AsAppConfigItemDatetimeUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemDatetimeUpdate
func (t AppConfigItemUpdate) AsAppConfigItemFloatUpdate() (AppConfigItemFloatUpdate, error)
AsAppConfigItemFloatUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemFloatUpdate
func (t AppConfigItemUpdate) AsAppConfigItemGenericUpdate() (AppConfigItemGenericUpdate, error)
AsAppConfigItemGenericUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemGenericUpdate
func (t AppConfigItemUpdate) AsAppConfigItemIntegerUpdate() (AppConfigItemIntegerUpdate, error)
AsAppConfigItemIntegerUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemIntegerUpdate
func (t AppConfigItemUpdate) AsAppConfigItemJsonUpdate() (AppConfigItemJsonUpdate, error)
AsAppConfigItemJsonUpdate returns the union data inside the
AppConfigItemUpdate as a AppConfigItemJsonUpdate
func (t AppConfigItemUpdate) Discriminator() (string, error)
func (t *AppConfigItemUpdate) FromAppConfigItemBooleanUpdate(v AppConfigItemBooleanUpdate) error
FromAppConfigItemBooleanUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemBooleanUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemDateUpdate(v AppConfigItemDateUpdate) error
FromAppConfigItemDateUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemDateUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemDatetimeUpdate(v AppConfigItemDatetimeUpdate) error
FromAppConfigItemDatetimeUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemDatetimeUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemFloatUpdate(v AppConfigItemFloatUpdate) error
FromAppConfigItemFloatUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemFloatUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemGenericUpdate(v AppConfigItemGenericUpdate) error
FromAppConfigItemGenericUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemGenericUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemIntegerUpdate(v AppConfigItemIntegerUpdate) error
FromAppConfigItemIntegerUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemIntegerUpdate
func (t *AppConfigItemUpdate) FromAppConfigItemJsonUpdate(v AppConfigItemJsonUpdate) error
FromAppConfigItemJsonUpdate overwrites any union data inside the
AppConfigItemUpdate as the provided AppConfigItemJsonUpdate
func (t AppConfigItemUpdate) MarshalJSON() ([]byte, error)
func (t *AppConfigItemUpdate) MergeAppConfigItemBooleanUpdate(v AppConfigItemBooleanUpdate) error
MergeAppConfigItemBooleanUpdate performs a merge with any union data inside
the AppConfigItemUpdate, using the provided AppConfigItemBooleanUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemDateUpdate(v AppConfigItemDateUpdate) error
MergeAppConfigItemDateUpdate performs a merge with any union data inside the
AppConfigItemUpdate, using the provided AppConfigItemDateUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemDatetimeUpdate(v AppConfigItemDatetimeUpdate) error
MergeAppConfigItemDatetimeUpdate performs a merge with any union data inside
the AppConfigItemUpdate, using the provided AppConfigItemDatetimeUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemFloatUpdate(v AppConfigItemFloatUpdate) error
MergeAppConfigItemFloatUpdate performs a merge with any union data inside
the AppConfigItemUpdate, using the provided AppConfigItemFloatUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemGenericUpdate(v AppConfigItemGenericUpdate) error
MergeAppConfigItemGenericUpdate performs a merge with any union data inside
the AppConfigItemUpdate, using the provided AppConfigItemGenericUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemIntegerUpdate(v AppConfigItemIntegerUpdate) error
MergeAppConfigItemIntegerUpdate performs a merge with any union data inside
the AppConfigItemUpdate, using the provided AppConfigItemIntegerUpdate
func (t *AppConfigItemUpdate) MergeAppConfigItemJsonUpdate(v AppConfigItemJsonUpdate) error
MergeAppConfigItemJsonUpdate performs a merge with any union data inside the
AppConfigItemUpdate, using the provided AppConfigItemJsonUpdate
func (t *AppConfigItemUpdate) UnmarshalJSON(b []byte) error
func (t AppConfigItemUpdate) ValueByDiscriminator() (interface{}, error)
Type AppConfigItemsBulkCreateRequest
type AppConfigItemsBulkCreateRequest struct {
AppConfigurationItems []AppConfigItemCreate `json:"appConfigurationItems"`
}
AppConfigItemsBulkCreateRequest defines model for
AppConfigItemsBulkCreateRequest.
Type AppConfigItemsBulkUpdateRequest
type AppConfigItemsBulkUpdateRequest struct {
AppConfigurationItems []AppConfigItemBulkUpdate `json:"appConfigurationItems"`
}
AppConfigItemsBulkUpdateRequest defines model for
AppConfigItemsBulkUpdateRequest.
Type AppConfigurationPaginatedList
type AppConfigurationPaginatedList struct {
AppConfigurationItems *[]AppConfigItem `json:"appConfigurationItems,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AppConfigurationPaginatedList defines model for
AppConfigurationPaginatedList.
Type ArchiveAASequencesJSONRequestBody
type ArchiveAASequencesJSONRequestBody = AaSequencesArchive
ArchiveAASequencesJSONRequestBody defines body for ArchiveAASequences for
application/json ContentType.
Type ArchiveAASequencesResponse
type ArchiveAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveAASequencesResponse(rsp *http.Response) (*ArchiveAASequencesResponse, error)
ParseArchiveAASequencesResponse parses an HTTP response from a
ArchiveAASequencesWithResponse call
Methods
func (r ArchiveAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveAssayResultsJSONRequestBody
type ArchiveAssayResultsJSONRequestBody = AssayResultsArchive
ArchiveAssayResultsJSONRequestBody defines body for ArchiveAssayResults for
application/json ContentType.
Type ArchiveAssayResultsResponse
type ArchiveAssayResultsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultIdsResponse
JSON400 *BadRequestError
}
Functions
func ParseArchiveAssayResultsResponse(rsp *http.Response) (*ArchiveAssayResultsResponse, error)
ParseArchiveAssayResultsResponse parses an HTTP response from a
ArchiveAssayResultsWithResponse call
Methods
func (r ArchiveAssayResultsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveAssayResultsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveAssayRunsJSONRequestBody
type ArchiveAssayRunsJSONRequestBody = AssayRunsArchive
ArchiveAssayRunsJSONRequestBody defines body for ArchiveAssayRuns for
application/json ContentType.
Type ArchiveAssayRunsResponse
type ArchiveAssayRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveAssayRunsResponse(rsp *http.Response) (*ArchiveAssayRunsResponse, error)
ParseArchiveAssayRunsResponse parses an HTTP response from a
ArchiveAssayRunsWithResponse call
Methods
func (r ArchiveAssayRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveAssayRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveAutomationOutputProcessorsJSONRequestBody
type ArchiveAutomationOutputProcessorsJSONRequestBody = AutomationOutputProcessorsArchive
ArchiveAutomationOutputProcessorsJSONRequestBody defines body for
ArchiveAutomationOutputProcessors for application/json ContentType.
Type ArchiveAutomationOutputProcessorsResponse
type ArchiveAutomationOutputProcessorsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationOutputProcessorArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveAutomationOutputProcessorsResponse(rsp *http.Response) (*ArchiveAutomationOutputProcessorsResponse, error)
ParseArchiveAutomationOutputProcessorsResponse parses an HTTP response from
a ArchiveAutomationOutputProcessorsWithResponse call
Methods
func (r ArchiveAutomationOutputProcessorsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveAutomationOutputProcessorsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveBatchesJSONRequestBody
type ArchiveBatchesJSONRequestBody = BatchesArchive
ArchiveBatchesJSONRequestBody defines body for ArchiveBatches for
application/json ContentType.
Type ArchiveBatchesResponse
type ArchiveBatchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveBatchesResponse(rsp *http.Response) (*ArchiveBatchesResponse, error)
ParseArchiveBatchesResponse parses an HTTP response from a
ArchiveBatchesWithResponse call
Methods
func (r ArchiveBatchesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveBatchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveBenchlingAppsJSONRequestBody
type ArchiveBenchlingAppsJSONRequestBody = BenchlingAppsArchive
ArchiveBenchlingAppsJSONRequestBody defines body for ArchiveBenchlingApps
for application/json ContentType.
Type ArchiveBenchlingAppsResponse
type ArchiveBenchlingAppsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BenchlingAppsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveBenchlingAppsResponse(rsp *http.Response) (*ArchiveBenchlingAppsResponse, error)
ParseArchiveBenchlingAppsResponse parses an HTTP response from a
ArchiveBenchlingAppsWithResponse call
Methods
func (r ArchiveBenchlingAppsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveBenchlingAppsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveBoxesJSONRequestBody
type ArchiveBoxesJSONRequestBody = BoxesArchive
ArchiveBoxesJSONRequestBody defines body for ArchiveBoxes for
application/json ContentType.
Type ArchiveBoxesResponse
type ArchiveBoxesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxesArchivalChange
}
Functions
func ParseArchiveBoxesResponse(rsp *http.Response) (*ArchiveBoxesResponse, error)
ParseArchiveBoxesResponse parses an HTTP response from a
ArchiveBoxesWithResponse call
Methods
func (r ArchiveBoxesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveBoxesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveContainersJSONRequestBody
type ArchiveContainersJSONRequestBody = ContainersArchive
ArchiveContainersJSONRequestBody defines body for ArchiveContainers for
application/json ContentType.
Type ArchiveContainersResponse
type ArchiveContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainersArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveContainersResponse(rsp *http.Response) (*ArchiveContainersResponse, error)
ParseArchiveContainersResponse parses an HTTP response from a
ArchiveContainersWithResponse call
Methods
func (r ArchiveContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveCustomEntitiesJSONRequestBody
type ArchiveCustomEntitiesJSONRequestBody = CustomEntitiesArchive
ArchiveCustomEntitiesJSONRequestBody defines body for ArchiveCustomEntities
for application/json ContentType.
Type ArchiveCustomEntitiesResponse
type ArchiveCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntitiesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveCustomEntitiesResponse(rsp *http.Response) (*ArchiveCustomEntitiesResponse, error)
ParseArchiveCustomEntitiesResponse parses an HTTP response from a
ArchiveCustomEntitiesWithResponse call
Methods
func (r ArchiveCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveDNAOligosJSONRequestBody
type ArchiveDNAOligosJSONRequestBody = DnaOligosArchive
ArchiveDNAOligosJSONRequestBody defines body for ArchiveDNAOligos for
application/json ContentType.
Type ArchiveDNAOligosResponse
type ArchiveDNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveDNAOligosResponse(rsp *http.Response) (*ArchiveDNAOligosResponse, error)
ParseArchiveDNAOligosResponse parses an HTTP response from a
ArchiveDNAOligosWithResponse call
Methods
func (r ArchiveDNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveDNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveDNASequencesJSONRequestBody
type ArchiveDNASequencesJSONRequestBody = DnaSequencesArchive
ArchiveDNASequencesJSONRequestBody defines body for ArchiveDNASequences for
application/json ContentType.
Type ArchiveDNASequencesResponse
type ArchiveDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveDNASequencesResponse(rsp *http.Response) (*ArchiveDNASequencesResponse, error)
ParseArchiveDNASequencesResponse parses an HTTP response from a
ArchiveDNASequencesWithResponse call
Methods
func (r ArchiveDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveDropdownOptionsJSONRequestBody
type ArchiveDropdownOptionsJSONRequestBody = DropdownOptionsArchive
ArchiveDropdownOptionsJSONRequestBody defines body for
ArchiveDropdownOptions for application/json ContentType.
Type ArchiveDropdownOptionsResponse
type ArchiveDropdownOptionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DropdownOptionsArchivalChange
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseArchiveDropdownOptionsResponse(rsp *http.Response) (*ArchiveDropdownOptionsResponse, error)
ParseArchiveDropdownOptionsResponse parses an HTTP response from a
ArchiveDropdownOptionsWithResponse call
Methods
func (r ArchiveDropdownOptionsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveDropdownOptionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveEntriesJSONRequestBody
type ArchiveEntriesJSONRequestBody = EntriesArchive
ArchiveEntriesJSONRequestBody defines body for ArchiveEntries for
application/json ContentType.
Type ArchiveEntriesResponse
type ArchiveEntriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntriesArchivalChange
}
Functions
func ParseArchiveEntriesResponse(rsp *http.Response) (*ArchiveEntriesResponse, error)
ParseArchiveEntriesResponse parses an HTTP response from a
ArchiveEntriesWithResponse call
Methods
func (r ArchiveEntriesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveEntriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveFoldersJSONRequestBody
type ArchiveFoldersJSONRequestBody = FoldersArchive
ArchiveFoldersJSONRequestBody defines body for ArchiveFolders for
application/json ContentType.
Type ArchiveFoldersResponse
type ArchiveFoldersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FoldersArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveFoldersResponse(rsp *http.Response) (*ArchiveFoldersResponse, error)
ParseArchiveFoldersResponse parses an HTTP response from a
ArchiveFoldersWithResponse call
Methods
func (r ArchiveFoldersResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveFoldersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveLocationsJSONRequestBody
type ArchiveLocationsJSONRequestBody = LocationsArchive
ArchiveLocationsJSONRequestBody defines body for ArchiveLocations for
application/json ContentType.
Type ArchiveLocationsResponse
type ArchiveLocationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveLocationsResponse(rsp *http.Response) (*ArchiveLocationsResponse, error)
ParseArchiveLocationsResponse parses an HTTP response from a
ArchiveLocationsWithResponse call
Methods
func (r ArchiveLocationsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveLocationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveMixturesJSONRequestBody
type ArchiveMixturesJSONRequestBody = MixturesArchive
ArchiveMixturesJSONRequestBody defines body for ArchiveMixtures for
application/json ContentType.
Type ArchiveMixturesResponse
type ArchiveMixturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MixturesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveMixturesResponse(rsp *http.Response) (*ArchiveMixturesResponse, error)
ParseArchiveMixturesResponse parses an HTTP response from a
ArchiveMixturesWithResponse call
Methods
func (r ArchiveMixturesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveMixturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveMoleculesJSONRequestBody
type ArchiveMoleculesJSONRequestBody = MoleculesArchive
ArchiveMoleculesJSONRequestBody defines body for ArchiveMolecules for
application/json ContentType.
Type ArchiveMoleculesResponse
type ArchiveMoleculesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MoleculesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveMoleculesResponse(rsp *http.Response) (*ArchiveMoleculesResponse, error)
ParseArchiveMoleculesResponse parses an HTTP response from a
ArchiveMoleculesWithResponse call
Methods
func (r ArchiveMoleculesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveMoleculesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveOligosJSONRequestBody
type ArchiveOligosJSONRequestBody = OligosArchive
ArchiveOligosJSONRequestBody defines body for ArchiveOligos for
application/json ContentType.
Type ArchiveOligosResponse
type ArchiveOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveOligosResponse(rsp *http.Response) (*ArchiveOligosResponse, error)
ParseArchiveOligosResponse parses an HTTP response from a
ArchiveOligosWithResponse call
Methods
func (r ArchiveOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchivePlatesJSONRequestBody
type ArchivePlatesJSONRequestBody = PlatesArchive
ArchivePlatesJSONRequestBody defines body for ArchivePlates for
application/json ContentType.
Type ArchivePlatesResponse
type ArchivePlatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlatesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchivePlatesResponse(rsp *http.Response) (*ArchivePlatesResponse, error)
ParseArchivePlatesResponse parses an HTTP response from a
ArchivePlatesWithResponse call
Methods
func (r ArchivePlatesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchivePlatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveProjectsJSONRequestBody
type ArchiveProjectsJSONRequestBody = ProjectsArchive
ArchiveProjectsJSONRequestBody defines body for ArchiveProjects for
application/json ContentType.
Type ArchiveProjectsResponse
type ArchiveProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveProjectsResponse(rsp *http.Response) (*ArchiveProjectsResponse, error)
ParseArchiveProjectsResponse parses an HTTP response from a
ArchiveProjectsWithResponse call
Methods
func (r ArchiveProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveRNAOligosJSONRequestBody
type ArchiveRNAOligosJSONRequestBody = RnaOligosArchive
ArchiveRNAOligosJSONRequestBody defines body for ArchiveRNAOligos for
application/json ContentType.
Type ArchiveRNAOligosResponse
type ArchiveRNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaOligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveRNAOligosResponse(rsp *http.Response) (*ArchiveRNAOligosResponse, error)
ParseArchiveRNAOligosResponse parses an HTTP response from a
ArchiveRNAOligosWithResponse call
Methods
func (r ArchiveRNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveRNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveRNASequencesJSONRequestBody
type ArchiveRNASequencesJSONRequestBody = RnaSequencesArchive
ArchiveRNASequencesJSONRequestBody defines body for ArchiveRNASequences for
application/json ContentType.
Type ArchiveRNASequencesResponse
type ArchiveRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveRNASequencesResponse(rsp *http.Response) (*ArchiveRNASequencesResponse, error)
ParseArchiveRNASequencesResponse parses an HTTP response from a
ArchiveRNASequencesWithResponse call
Methods
func (r ArchiveRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveRecord
type ArchiveRecord struct {
Reason *string `json:"reason,omitempty"`
}
ArchiveRecord defines model for ArchiveRecord.
Type ArchiveWorkflowOutputsJSONRequestBody
type ArchiveWorkflowOutputsJSONRequestBody = WorkflowOutputsArchive
ArchiveWorkflowOutputsJSONRequestBody defines body for
ArchiveWorkflowOutputs for application/json ContentType.
Type ArchiveWorkflowOutputsResponse
type ArchiveWorkflowOutputsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowOutputsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveWorkflowOutputsResponse(rsp *http.Response) (*ArchiveWorkflowOutputsResponse, error)
ParseArchiveWorkflowOutputsResponse parses an HTTP response from a
ArchiveWorkflowOutputsWithResponse call
Methods
func (r ArchiveWorkflowOutputsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveWorkflowOutputsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveWorkflowTaskGroupsJSONRequestBody
type ArchiveWorkflowTaskGroupsJSONRequestBody = WorkflowTaskGroupsArchive
ArchiveWorkflowTaskGroupsJSONRequestBody defines body for
ArchiveWorkflowTaskGroups for application/json ContentType.
Type ArchiveWorkflowTaskGroupsResponse
type ArchiveWorkflowTaskGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskGroupsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveWorkflowTaskGroupsResponse(rsp *http.Response) (*ArchiveWorkflowTaskGroupsResponse, error)
ParseArchiveWorkflowTaskGroupsResponse parses an HTTP response from a
ArchiveWorkflowTaskGroupsWithResponse call
Methods
func (r ArchiveWorkflowTaskGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveWorkflowTaskGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArchiveWorkflowTasksJSONRequestBody
type ArchiveWorkflowTasksJSONRequestBody = WorkflowTasksArchive
ArchiveWorkflowTasksJSONRequestBody defines body for ArchiveWorkflowTasks
for application/json ContentType.
Type ArchiveWorkflowTasksResponse
type ArchiveWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTasksArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseArchiveWorkflowTasksResponse(rsp *http.Response) (*ArchiveWorkflowTasksResponse, error)
ParseArchiveWorkflowTasksResponse parses an HTTP response from a
ArchiveWorkflowTasksWithResponse call
Methods
func (r ArchiveWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r ArchiveWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ArrayElementAppConfigItem
type ArrayElementAppConfigItem = AppConfigItemApiMixin
ArrayElementAppConfigItem defines model for ArrayElementAppConfigItem.
Type AssayFieldsCreate
type AssayFieldsCreate map[string]interface{}
AssayFieldsCreate defines model for AssayFieldsCreate.
Type AssayResult
type AssayResult struct {
// ArchiveRecord ArchiveRecord Resource if the result is archived. This is null if the result is not archived.
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CreatedAt DateTime at which the the result was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Creator UserSummary Resource of who created the request
Creator *UserSummary `json:"creator,omitempty"`
// EntryId ID of the entry that this result is attached to
EntryId *string `json:"entryId"`
// FieldValidation Object mapping field names to a UserValidation Resource object for that field. To **set** validation for a result, you *must* use this object.
FieldValidation *map[string]UserValidation `json:"fieldValidation,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id ID of the result
Id *string `json:"id,omitempty"`
// IsReviewed Whether or not this result is attached to an accepted entry
IsReviewed *bool `json:"isReviewed,omitempty"`
// ModifiedAt DateTime at which the the result was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// ProjectId ID of the project to insert the result into
ProjectId *string `json:"projectId"`
// Schema Schema that the result belongs to
Schema *SchemaSummary `json:"schema,omitempty"`
ValidationComment *string `json:"validationComment,omitempty"`
ValidationStatus *string `json:"validationStatus,omitempty"`
}
AssayResult defines model for AssayResult.
Type AssayResultCreate
type AssayResultCreate struct {
// FieldValidation Dictionary mapping field names to UserValidation Resources.
FieldValidation *map[string]UserValidation `json:"fieldValidation,omitempty"`
// Fields Dictionary of result fields
Fields AssayResultCreate_Fields `json:"fields"`
// Id UUID
Id *string `json:"id,omitempty"`
// ProjectId The project that the assay result should be uploaded to. Only users with read access to the project will be able to read the assay result. Leaving this empty will result in only the creator having read access.
ProjectId *string `json:"projectId"`
// SchemaId ID of result schema under which to upload this result
SchemaId string `json:"schemaId"`
}
AssayResultCreate defines model for AssayResultCreate.
Type AssayResultCreate_Fields
type AssayResultCreate_Fields struct {
// contains filtered or unexported fields
}
AssayResultCreate_Fields Dictionary of result fields
Methods
func (t AssayResultCreate_Fields) AsAssayFieldsCreate() (AssayFieldsCreate, error)
AsAssayFieldsCreate returns the union data inside the
AssayResultCreate_Fields as a AssayFieldsCreate
func (t AssayResultCreate_Fields) AsFields() (Fields, error)
AsFields returns the union data inside the AssayResultCreate_Fields as a
Fields
func (t *AssayResultCreate_Fields) FromAssayFieldsCreate(v AssayFieldsCreate) error
FromAssayFieldsCreate overwrites any union data inside the
AssayResultCreate_Fields as the provided AssayFieldsCreate
func (t *AssayResultCreate_Fields) FromFields(v Fields) error
FromFields overwrites any union data inside the AssayResultCreate_Fields as
the provided Fields
func (t AssayResultCreate_Fields) MarshalJSON() ([]byte, error)
func (t *AssayResultCreate_Fields) MergeAssayFieldsCreate(v AssayFieldsCreate) error
MergeAssayFieldsCreate performs a merge with any union data inside the
AssayResultCreate_Fields, using the provided AssayFieldsCreate
func (t *AssayResultCreate_Fields) MergeFields(v Fields) error
MergeFields performs a merge with any union data inside the
AssayResultCreate_Fields, using the provided Fields
func (t *AssayResultCreate_Fields) UnmarshalJSON(b []byte) error
Type AssayResultIdsRequest
type AssayResultIdsRequest struct {
AssayResultIds []openapi_types.UUID `json:"assayResultIds"`
}
AssayResultIdsRequest defines model for AssayResultIdsRequest.
Type AssayResultIdsResponse
type AssayResultIdsResponse struct {
AssayResultIds *[]openapi_types.UUID `json:"assayResultIds,omitempty"`
}
AssayResultIdsResponse defines model for AssayResultIdsResponse.
Type AssayResultSchema
type AssayResultSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
DerivedFrom *string `json:"derivedFrom"`
FieldDefinitions *[]AssayResultSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Assay Result Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Organization *struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"organization,omitempty"`
SystemName *string `json:"systemName,omitempty"`
Type *AssayResultSchemaType `json:"type,omitempty"`
}
AssayResultSchema defines model for AssayResultSchema.
Type AssayResultSchemaType
type AssayResultSchemaType string
AssayResultSchemaType defines model for AssayResultSchema.Type.
Constants
AssayResultSchemaTypeAssayResult
AssayResultSchemaTypeAssayResult AssayResultSchemaType = "assay_result"
Defines values for AssayResultSchemaType.
Type AssayResultSchema_FieldDefinitions_Item
type AssayResultSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
AssayResultSchema_FieldDefinitions_Item defines model for
AssayResultSchema.fieldDefinitions.Item.
Methods
func (t AssayResultSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
AssayResultSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t AssayResultSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
AssayResultSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t AssayResultSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
AssayResultSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t AssayResultSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
AssayResultSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t AssayResultSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
AssayResultSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the AssayResultSchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
AssayResultSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside
the AssayResultSchema_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the AssayResultSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside
the AssayResultSchema_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t AssayResultSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *AssayResultSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the AssayResultSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the AssayResultSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the AssayResultSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the AssayResultSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the AssayResultSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *AssayResultSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type AssayResultSchemasPaginatedList
type AssayResultSchemasPaginatedList struct {
AssayResultSchemas *[]AssayResultSchema `json:"assayResultSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AssayResultSchemasPaginatedList defines model for
AssayResultSchemasPaginatedList.
Type AssayResultTransactionCreateResponse
type AssayResultTransactionCreateResponse struct {
Id *openapi_types.UUID `json:"id,omitempty"`
}
AssayResultTransactionCreateResponse defines model for
AssayResultTransactionCreateResponse.
Type AssayResultsArchive
type AssayResultsArchive struct {
AssayResultIds []openapi_types.UUID `json:"assayResultIds"`
// Reason The reason for archiving the provided results. Accepted reasons may differ based on tenant configuration
Reason *AssayResultsArchiveReason `json:"reason,omitempty"`
}
AssayResultsArchive defines model for AssayResultsArchive.
Type AssayResultsArchiveReason
type AssayResultsArchiveReason string
AssayResultsArchiveReason The reason for archiving the provided results.
Accepted reasons may differ based on tenant configuration
Constants
AssayResultsArchiveReasonArchived, AssayResultsArchiveReasonMadeInError, AssayResultsArchiveReasonOther
AssayResultsArchiveReasonArchived AssayResultsArchiveReason = "Archived"
AssayResultsArchiveReasonMadeInError AssayResultsArchiveReason = "Made in error"
AssayResultsArchiveReasonOther AssayResultsArchiveReason = "Other"
Defines values for AssayResultsArchiveReason.
Type AssayResultsBulkCreateRequest
type AssayResultsBulkCreateRequest struct {
AssayResults []AssayResultCreate `json:"assayResults"`
}
AssayResultsBulkCreateRequest defines model for
AssayResultsBulkCreateRequest.
Type AssayResultsBulkGet
type AssayResultsBulkGet struct {
AssayResults *[]AssayResult `json:"assayResults,omitempty"`
}
AssayResultsBulkGet defines model for AssayResultsBulkGet.
Type AssayResultsCreateResponse
type AssayResultsCreateResponse struct {
AssayResults *[]openapi_types.UUID `json:"assayResults,omitempty"`
}
AssayResultsCreateResponse defines model for AssayResultsCreateResponse.
Type AssayResultsPaginatedList
type AssayResultsPaginatedList struct {
AssayResults *[]AssayResult `json:"assayResults,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AssayResultsPaginatedList defines model for AssayResultsPaginatedList.
Type AssayRun
type AssayRun struct {
// ApiURL The canonical url of the Run in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
CreatedAt *string `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
EntryId *string `json:"entryId"`
Fields *Fields `json:"fields,omitempty"`
Id *string `json:"id,omitempty"`
IsReviewed *bool `json:"isReviewed,omitempty"`
ProjectId *string `json:"projectId"`
Schema *SchemaSummary `json:"schema"`
ValidationComment *string `json:"validationComment"`
// ValidationStatus Must be either VALID or INVALID
ValidationStatus *AssayRunValidationStatus `json:"validationStatus,omitempty"`
}
AssayRun defines model for AssayRun.
Type AssayRunCreate
type AssayRunCreate struct {
// Fields Object of assay run fields
Fields AssayRunCreate_Fields `json:"fields"`
// Id ID of assay run
Id *string `json:"id,omitempty"`
// ProjectId The project that the assay run should be uploaded to. Only users with read access to the project will be able to read the assay run. Leaving this empty will result in only the creator having read access.
ProjectId *string `json:"projectId,omitempty"`
// SchemaId ID of assay schema that assay run conforms to
SchemaId string `json:"schemaId"`
// ValidationComment Additional information about the validation status
ValidationComment *string `json:"validationComment,omitempty"`
// ValidationStatus Must be either VALID or INVALID
ValidationStatus *AssayRunValidationStatus `json:"validationStatus,omitempty"`
}
AssayRunCreate defines model for AssayRunCreate.
Type AssayRunCreate_Fields
type AssayRunCreate_Fields struct {
// contains filtered or unexported fields
}
AssayRunCreate_Fields Object of assay run fields
Methods
func (t AssayRunCreate_Fields) AsAssayFieldsCreate() (AssayFieldsCreate, error)
AsAssayFieldsCreate returns the union data inside the AssayRunCreate_Fields
as a AssayFieldsCreate
func (t AssayRunCreate_Fields) AsFields() (Fields, error)
AsFields returns the union data inside the AssayRunCreate_Fields as a Fields
func (t *AssayRunCreate_Fields) FromAssayFieldsCreate(v AssayFieldsCreate) error
FromAssayFieldsCreate overwrites any union data inside the
AssayRunCreate_Fields as the provided AssayFieldsCreate
func (t *AssayRunCreate_Fields) FromFields(v Fields) error
FromFields overwrites any union data inside the AssayRunCreate_Fields as the
provided Fields
func (t AssayRunCreate_Fields) MarshalJSON() ([]byte, error)
func (t *AssayRunCreate_Fields) MergeAssayFieldsCreate(v AssayFieldsCreate) error
MergeAssayFieldsCreate performs a merge with any union data inside the
AssayRunCreate_Fields, using the provided AssayFieldsCreate
func (t *AssayRunCreate_Fields) MergeFields(v Fields) error
MergeFields performs a merge with any union data inside the
AssayRunCreate_Fields, using the provided Fields
func (t *AssayRunCreate_Fields) UnmarshalJSON(b []byte) error
Type AssayRunCreatedEvent
type AssayRunCreatedEvent struct {
AssayRun *AssayRun `json:"assayRun,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *AssayRunCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
AssayRunCreatedEvent defines model for AssayRunCreatedEvent.
Type AssayRunCreatedEventEventType
type AssayRunCreatedEventEventType string
AssayRunCreatedEventEventType defines model for
AssayRunCreatedEvent.EventType.
Constants
V2AssayRunCreated
V2AssayRunCreated AssayRunCreatedEventEventType = "v2.assayRun.created"
Defines values for AssayRunCreatedEventEventType.
Type AssayRunNotePart
type AssayRunNotePart struct {
AssayRunId *string `json:"assayRunId"`
AssayRunSchemaId *string `json:"assayRunSchemaId,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
Type *AssayRunNotePartType `json:"type,omitempty"`
}
AssayRunNotePart defines model for AssayRunNotePart.
Type AssayRunNotePartType
type AssayRunNotePartType string
AssayRunNotePartType defines model for AssayRunNotePart.Type.
Constants
AssayRunNotePartTypeAssayRun
AssayRunNotePartTypeAssayRun AssayRunNotePartType = "assay_run"
Defines values for AssayRunNotePartType.
Type AssayRunSchema
type AssayRunSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
AutomationInputFileConfigs *[]struct {
Name *string `json:"name,omitempty"`
} `json:"automationInputFileConfigs,omitempty"`
AutomationOutputFileConfigs *[]struct {
Name *string `json:"name,omitempty"`
} `json:"automationOutputFileConfigs,omitempty"`
DerivedFrom *string `json:"derivedFrom"`
FieldDefinitions *[]AssayRunSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Assay Run Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Organization *struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"organization,omitempty"`
SystemName *string `json:"systemName,omitempty"`
Type *AssayRunSchemaType `json:"type,omitempty"`
}
AssayRunSchema defines model for AssayRunSchema.
Type AssayRunSchemaType
type AssayRunSchemaType string
AssayRunSchemaType defines model for AssayRunSchema.Type.
Constants
AssayRunSchemaTypeAssayRun
AssayRunSchemaTypeAssayRun AssayRunSchemaType = "assay_run"
Defines values for AssayRunSchemaType.
Type AssayRunSchema_FieldDefinitions_Item
type AssayRunSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
AssayRunSchema_FieldDefinitions_Item defines model for
AssayRunSchema.fieldDefinitions.Item.
Methods
func (t AssayRunSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
AssayRunSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t AssayRunSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
AssayRunSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t AssayRunSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
AssayRunSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t AssayRunSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
AssayRunSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t AssayRunSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
AssayRunSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
AssayRunSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
AssayRunSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
AssayRunSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the AssayRunSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
AssayRunSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t AssayRunSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *AssayRunSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the AssayRunSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data
inside the AssayRunSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the AssayRunSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the AssayRunSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the AssayRunSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *AssayRunSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type AssayRunSchemasPaginatedList
type AssayRunSchemasPaginatedList struct {
AssayRunSchemas *[]AssayRunSchema `json:"assayRunSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AssayRunSchemasPaginatedList defines model for AssayRunSchemasPaginatedList.
Type AssayRunUpdate
type AssayRunUpdate struct {
Fields *Fields `json:"fields,omitempty"`
}
AssayRunUpdate defines model for AssayRunUpdate.
Type AssayRunUpdatedFieldsEvent
type AssayRunUpdatedFieldsEvent struct {
AssayRun *AssayRun `json:"assayRun,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *AssayRunUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
AssayRunUpdatedFieldsEvent defines model for AssayRunUpdatedFieldsEvent.
Type AssayRunUpdatedFieldsEventEventType
type AssayRunUpdatedFieldsEventEventType string
AssayRunUpdatedFieldsEventEventType defines model for
AssayRunUpdatedFieldsEvent.EventType.
Constants
V2AssayRunUpdatedFields
V2AssayRunUpdatedFields AssayRunUpdatedFieldsEventEventType = "v2.assayRun.updated.fields"
Defines values for AssayRunUpdatedFieldsEventEventType.
Type AssayRunValidationStatus
type AssayRunValidationStatus string
AssayRunValidationStatus Must be either VALID or INVALID
Constants
AssayRunValidationStatusINVALID, AssayRunValidationStatusVALID
AssayRunValidationStatusINVALID AssayRunValidationStatus = "INVALID"
AssayRunValidationStatusVALID AssayRunValidationStatus = "VALID"
Defines values for AssayRunValidationStatus.
Type AssayRunsArchivalChange
type AssayRunsArchivalChange struct {
AssayRunIds *[]string `json:"assayRunIds,omitempty"`
}
AssayRunsArchivalChange IDs of all Assay Runs that were archived /
unarchived.
Type AssayRunsArchive
type AssayRunsArchive struct {
AssayRunIds []string `json:"assayRunIds"`
// Reason The reason for archiving the provided Assay Runs. Accepted reasons may differ based on tenant configuration.
Reason AssayRunsArchiveReason `json:"reason"`
}
AssayRunsArchive The request body for archiving Assay Runs.
Type AssayRunsArchiveReason
type AssayRunsArchiveReason string
AssayRunsArchiveReason The reason for archiving the provided Assay Runs.
Accepted reasons may differ based on tenant configuration.
Constants
AssayRunsArchiveReasonArchived, AssayRunsArchiveReasonMadeInError, AssayRunsArchiveReasonOther
AssayRunsArchiveReasonArchived AssayRunsArchiveReason = "Archived"
AssayRunsArchiveReasonMadeInError AssayRunsArchiveReason = "Made in error"
AssayRunsArchiveReasonOther AssayRunsArchiveReason = "Other"
Defines values for AssayRunsArchiveReason.
Type AssayRunsBulkCreateRequest
type AssayRunsBulkCreateRequest struct {
AssayRuns []AssayRunCreate `json:"assayRuns"`
}
AssayRunsBulkCreateRequest defines model for AssayRunsBulkCreateRequest.
Type AssayRunsBulkCreateResponse
type AssayRunsBulkCreateResponse struct {
AssayRuns *[]string `json:"assayRuns,omitempty"`
}
AssayRunsBulkCreateResponse defines model for AssayRunsBulkCreateResponse.
Type AssayRunsBulkGet
type AssayRunsBulkGet struct {
AssayRuns *[]AssayRun `json:"assayRuns,omitempty"`
}
AssayRunsBulkGet defines model for AssayRunsBulkGet.
Type AssayRunsPaginatedList
type AssayRunsPaginatedList struct {
AssayRuns *[]AssayRun `json:"assayRuns,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AssayRunsPaginatedList defines model for AssayRunsPaginatedList.
Type AssayRunsUnarchive
type AssayRunsUnarchive struct {
AssayRunIds []string `json:"assayRunIds"`
}
AssayRunsUnarchive The request body for unarchiving Assay Runs.
Type AsyncTask
type AsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
// Response Present only when status is SUCCEEDED. response can be empty if there is no data to be returned.
Response *map[string]interface{} `json:"response,omitempty"`
// Status The current state of the task.
Status AsyncTaskStatus `json:"status"`
}
AsyncTask defines model for AsyncTask.
Type AsyncTaskLink
type AsyncTaskLink struct {
TaskId *openapi_types.UUID `json:"taskId,omitempty"`
}
AsyncTaskLink defines model for AsyncTaskLink.
Type AsyncTaskStatus
type AsyncTaskStatus string
AsyncTaskStatus The current state of the task.
Constants
AsyncTaskStatusFAILED, AsyncTaskStatusRUNNING, AsyncTaskStatusSUCCEEDED
AsyncTaskStatusFAILED AsyncTaskStatus = "FAILED"
AsyncTaskStatusRUNNING AsyncTaskStatus = "RUNNING"
AsyncTaskStatusSUCCEEDED AsyncTaskStatus = "SUCCEEDED"
Defines values for AsyncTaskStatus.
Type AutoAnnotateAaSequences
type AutoAnnotateAaSequences struct {
// AaSequenceIds Array of AA sequence IDs.
AaSequenceIds []string `json:"aaSequenceIds"`
// FeatureLibraryIds Array of feature library IDs.
FeatureLibraryIds []string `json:"featureLibraryIds"`
}
AutoAnnotateAaSequences defines model for AutoAnnotateAaSequences.
Type AutoAnnotateAaSequencesJSONRequestBody
type AutoAnnotateAaSequencesJSONRequestBody = AutoAnnotateAaSequences
AutoAnnotateAaSequencesJSONRequestBody defines body for
AutoAnnotateAaSequences for application/json ContentType.
Type AutoAnnotateAaSequencesResponse
type AutoAnnotateAaSequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutoAnnotateAaSequencesResponse(rsp *http.Response) (*AutoAnnotateAaSequencesResponse, error)
ParseAutoAnnotateAaSequencesResponse parses an HTTP response from a
AutoAnnotateAaSequencesWithResponse call
Methods
func (r AutoAnnotateAaSequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r AutoAnnotateAaSequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutoAnnotateDnaSequences
type AutoAnnotateDnaSequences struct {
// DnaSequenceIds Array of DNA sequence IDs.
DnaSequenceIds []string `json:"dnaSequenceIds"`
// FeatureLibraryIds Array of feature library IDs.
FeatureLibraryIds []string `json:"featureLibraryIds"`
}
AutoAnnotateDnaSequences defines model for AutoAnnotateDnaSequences.
Type AutoAnnotateDnaSequencesJSONRequestBody
type AutoAnnotateDnaSequencesJSONRequestBody = AutoAnnotateDnaSequences
AutoAnnotateDnaSequencesJSONRequestBody defines body for
AutoAnnotateDnaSequences for application/json ContentType.
Type AutoAnnotateDnaSequencesResponse
type AutoAnnotateDnaSequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutoAnnotateDnaSequencesResponse(rsp *http.Response) (*AutoAnnotateDnaSequencesResponse, error)
ParseAutoAnnotateDnaSequencesResponse parses an HTTP response from a
AutoAnnotateDnaSequencesWithResponse call
Methods
func (r AutoAnnotateDnaSequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r AutoAnnotateDnaSequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutoAnnotateRnaSequences
type AutoAnnotateRnaSequences struct {
// FeatureLibraryIds Array of feature library IDs.
FeatureLibraryIds []string `json:"featureLibraryIds"`
// RnaSequenceIds Array of RNA sequence IDs.
RnaSequenceIds []string `json:"rnaSequenceIds"`
}
AutoAnnotateRnaSequences defines model for AutoAnnotateRnaSequences.
Type AutoAnnotateRnaSequencesJSONRequestBody
type AutoAnnotateRnaSequencesJSONRequestBody = AutoAnnotateRnaSequences
AutoAnnotateRnaSequencesJSONRequestBody defines body for
AutoAnnotateRnaSequences for application/json ContentType.
Type AutoAnnotateRnaSequencesResponse
type AutoAnnotateRnaSequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutoAnnotateRnaSequencesResponse(rsp *http.Response) (*AutoAnnotateRnaSequencesResponse, error)
ParseAutoAnnotateRnaSequencesResponse parses an HTTP response from a
AutoAnnotateRnaSequencesWithResponse call
Methods
func (r AutoAnnotateRnaSequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r AutoAnnotateRnaSequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutofillDNASequencePartsJSONRequestBody
type AutofillDNASequencePartsJSONRequestBody = AutofillSequences
AutofillDNASequencePartsJSONRequestBody defines body for
AutofillDNASequenceParts for application/json ContentType.
Type AutofillDNASequencePartsResponse
type AutofillDNASequencePartsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutofillDNASequencePartsResponse(rsp *http.Response) (*AutofillDNASequencePartsResponse, error)
ParseAutofillDNASequencePartsResponse parses an HTTP response from a
AutofillDNASequencePartsWithResponse call
Methods
func (r AutofillDNASequencePartsResponse) Status() string
Status returns HTTPResponse.Status
func (r AutofillDNASequencePartsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutofillDNASequenceTranslationsJSONRequestBody
type AutofillDNASequenceTranslationsJSONRequestBody = AutofillSequences
AutofillDNASequenceTranslationsJSONRequestBody defines body for
AutofillDNASequenceTranslations for application/json ContentType.
Type AutofillDNASequenceTranslationsResponse
type AutofillDNASequenceTranslationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutofillDNASequenceTranslationsResponse(rsp *http.Response) (*AutofillDNASequenceTranslationsResponse, error)
ParseAutofillDNASequenceTranslationsResponse parses an HTTP response from a
AutofillDNASequenceTranslationsWithResponse call
Methods
func (r AutofillDNASequenceTranslationsResponse) Status() string
Status returns HTTPResponse.Status
func (r AutofillDNASequenceTranslationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutofillPartsAsyncTask
type AutofillPartsAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *interface{} `json:"response,omitempty"`
// Status The current state of the task.
Status AutofillPartsAsyncTaskStatus `json:"status"`
}
AutofillPartsAsyncTask defines model for AutofillPartsAsyncTask.
Type AutofillPartsAsyncTaskStatus
type AutofillPartsAsyncTaskStatus string
AutofillPartsAsyncTaskStatus The current state of the task.
Constants
AutofillPartsAsyncTaskStatusFAILED, AutofillPartsAsyncTaskStatusRUNNING, AutofillPartsAsyncTaskStatusSUCCEEDED
AutofillPartsAsyncTaskStatusFAILED AutofillPartsAsyncTaskStatus = "FAILED"
AutofillPartsAsyncTaskStatusRUNNING AutofillPartsAsyncTaskStatus = "RUNNING"
AutofillPartsAsyncTaskStatusSUCCEEDED AutofillPartsAsyncTaskStatus = "SUCCEEDED"
Defines values for AutofillPartsAsyncTaskStatus.
Type AutofillRNASequencePartsJSONRequestBody
type AutofillRNASequencePartsJSONRequestBody = AutofillRnaSequences
AutofillRNASequencePartsJSONRequestBody defines body for
AutofillRNASequenceParts for application/json ContentType.
Type AutofillRNASequencePartsResponse
type AutofillRNASequencePartsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutofillRNASequencePartsResponse(rsp *http.Response) (*AutofillRNASequencePartsResponse, error)
ParseAutofillRNASequencePartsResponse parses an HTTP response from a
AutofillRNASequencePartsWithResponse call
Methods
func (r AutofillRNASequencePartsResponse) Status() string
Status returns HTTPResponse.Status
func (r AutofillRNASequencePartsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutofillRNASequenceTranslationsJSONRequestBody
type AutofillRNASequenceTranslationsJSONRequestBody = AutofillRnaSequences
AutofillRNASequenceTranslationsJSONRequestBody defines body for
AutofillRNASequenceTranslations for application/json ContentType.
Type AutofillRNASequenceTranslationsResponse
type AutofillRNASequenceTranslationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseAutofillRNASequenceTranslationsResponse(rsp *http.Response) (*AutofillRNASequenceTranslationsResponse, error)
ParseAutofillRNASequenceTranslationsResponse parses an HTTP response from a
AutofillRNASequenceTranslationsWithResponse call
Methods
func (r AutofillRNASequenceTranslationsResponse) Status() string
Status returns HTTPResponse.Status
func (r AutofillRNASequenceTranslationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type AutofillRnaSequences
type AutofillRnaSequences struct {
// RnaSequenceIds Array of RNA sequence IDs.
RnaSequenceIds []string `json:"rnaSequenceIds"`
}
AutofillRnaSequences defines model for AutofillRnaSequences.
Type AutofillSequences
type AutofillSequences struct {
// DnaSequenceIds Array of DNA sequence IDs.
DnaSequenceIds []string `json:"dnaSequenceIds"`
}
AutofillSequences defines model for AutofillSequences.
Type AutofillTranslationsAsyncTask
type AutofillTranslationsAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *interface{} `json:"response,omitempty"`
// Status The current state of the task.
Status AutofillTranslationsAsyncTaskStatus `json:"status"`
}
AutofillTranslationsAsyncTask defines model for
AutofillTranslationsAsyncTask.
Type AutofillTranslationsAsyncTaskStatus
type AutofillTranslationsAsyncTaskStatus string
AutofillTranslationsAsyncTaskStatus The current state of the task.
Constants
AutofillTranslationsAsyncTaskStatusFAILED, AutofillTranslationsAsyncTaskStatusRUNNING, AutofillTranslationsAsyncTaskStatusSUCCEEDED
AutofillTranslationsAsyncTaskStatusFAILED AutofillTranslationsAsyncTaskStatus = "FAILED"
AutofillTranslationsAsyncTaskStatusRUNNING AutofillTranslationsAsyncTaskStatus = "RUNNING"
AutofillTranslationsAsyncTaskStatusSUCCEEDED AutofillTranslationsAsyncTaskStatus = "SUCCEEDED"
Defines values for AutofillTranslationsAsyncTaskStatus.
Type AutomationFile
type AutomationFile struct {
AssayRunId *string `json:"assayRunId,omitempty"`
AutomationFileConfig *struct {
Name *string `json:"name,omitempty"`
} `json:"automationFileConfig,omitempty"`
File *Blob `json:"file"`
Id *string `json:"id,omitempty"`
Status *AutomationFileStatus `json:"status,omitempty"`
}
AutomationFile defines model for AutomationFile.
type AutomationFileInputsPaginatedList struct {
AutomationInputGenerators *[]AutomationInputGenerator `json:"automationInputGenerators,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AutomationFileInputsPaginatedList defines model for
AutomationFileInputsPaginatedList.
Type AutomationFileStatus
type AutomationFileStatus string
AutomationFileStatus defines model for AutomationFile.Status.
Constants
AutomationFileStatusFAILED, AutomationFileStatusNOTSTARTED, AutomationFileStatusRUNNING, AutomationFileStatusSUCCEEDED
AutomationFileStatusFAILED AutomationFileStatus = "FAILED"
AutomationFileStatusNOTSTARTED AutomationFileStatus = "NOT_STARTED"
AutomationFileStatusRUNNING AutomationFileStatus = "RUNNING"
AutomationFileStatusSUCCEEDED AutomationFileStatus = "SUCCEEDED"
Defines values for AutomationFileStatus.
type AutomationInputGenerator struct {
// ApiURL The canonical url of the Automation Input Generator in the API.
ApiURL *string `json:"apiURL,omitempty"`
AssayRunId *string `json:"assayRunId,omitempty"`
AutomationFileConfig *struct {
Name *string `json:"name,omitempty"`
} `json:"automationFileConfig,omitempty"`
// CreatedAt DateTime the Automation Input Generator was last modified
CreatedAt *time.Time `json:"createdAt,omitempty"`
File *Blob `json:"file"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Automation Input Generator was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Status *AutomationInputGeneratorStatus `json:"status,omitempty"`
}
AutomationInputGenerator defines model for AutomationInputGenerator.
type AutomationInputGeneratorCompletedV2BetaEvent struct {
AutomationInputGenerator *AutomationFile `json:"automationInputGenerator,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *AutomationInputGeneratorCompletedV2BetaEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
AutomationInputGeneratorCompletedV2BetaEvent defines model for
AutomationInputGeneratorCompletedV2BetaEvent.
type AutomationInputGeneratorCompletedV2BetaEventEventType string
AutomationInputGeneratorCompletedV2BetaEventEventType defines model for
AutomationInputGeneratorCompletedV2BetaEvent.EventType.
Constants
V2BetaAutomationInputGeneratorCompleted AutomationInputGeneratorCompletedV2BetaEventEventType = "v2-beta.automationInputGenerator.completed"
Defines values for AutomationInputGeneratorCompletedV2BetaEventEventType.
type AutomationInputGeneratorStatus string
AutomationInputGeneratorStatus defines model for
AutomationInputGenerator.Status.
Constants
AutomationInputGeneratorStatusFAILED AutomationInputGeneratorStatus = "FAILED"
AutomationInputGeneratorStatusNOTSTARTED AutomationInputGeneratorStatus = "NOT_STARTED"
AutomationInputGeneratorStatusRUNNING AutomationInputGeneratorStatus = "RUNNING"
AutomationInputGeneratorStatusSUCCEEDED AutomationInputGeneratorStatus = "SUCCEEDED"
Defines values for AutomationInputGeneratorStatus.
type AutomationInputGeneratorUpdate struct {
// FileId The ID of the file (blob) associated with the input generator. Set to `null` to remove an existing file from the generator.
FileId *string `json:"fileId"`
}
AutomationInputGeneratorUpdate defines model for
AutomationInputGeneratorUpdate.
Type AutomationOutputProcessor
type AutomationOutputProcessor struct {
// ApiURL The canonical url of the Automation Output Processor in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord,omitempty"`
AssayRunId *string `json:"assayRunId,omitempty"`
AutomationFileConfig *struct {
Name *string `json:"name,omitempty"`
} `json:"automationFileConfig,omitempty"`
// CompleteWithErrors Specifies whether file processing should complete with errors. False means any error in output file processing will result in no actions being committed. True means that if row-level errors occur, then failing rows and their errors will be saved to errorFile, and actions from successful rows will be committed.
CompleteWithErrors *bool `json:"completeWithErrors,omitempty"`
// CreatedAt DateTime the Automation Output Processor was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
ErrorFile *Blob `json:"errorFile"`
File *Blob `json:"file"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Automation Output Processor was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// ProgressStats Processing progress information.
ProgressStats *AutomationProgressStats `json:"progressStats,omitempty"`
Status *AutomationOutputProcessorStatus `json:"status,omitempty"`
Transforms *[]LabAutomationTransform `json:"transforms,omitempty"`
}
AutomationOutputProcessor defines model for AutomationOutputProcessor.
Type AutomationOutputProcessorArchivalChange
type AutomationOutputProcessorArchivalChange struct {
AutomationOutputProcessorIds *[]string `json:"automationOutputProcessorIds,omitempty"`
ResultIds *[]string `json:"resultIds,omitempty"`
}
AutomationOutputProcessorArchivalChange IDs of all items that were archived
or unarchived, grouped by resource type. This includes the IDs of any linked
Results that were archived / unarchived.
Type AutomationOutputProcessorCompletedV2BetaEvent
type AutomationOutputProcessorCompletedV2BetaEvent struct {
AutomationOutputProcessor *AutomationFile `json:"automationOutputProcessor,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *AutomationOutputProcessorCompletedV2BetaEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
AutomationOutputProcessorCompletedV2BetaEvent defines model for
AutomationOutputProcessorCompletedV2BetaEvent.
Type AutomationOutputProcessorCompletedV2BetaEventEventType
type AutomationOutputProcessorCompletedV2BetaEventEventType string
AutomationOutputProcessorCompletedV2BetaEventEventType defines model for
AutomationOutputProcessorCompletedV2BetaEvent.EventType.
Constants
V2BetaAutomationOutputProcessorCompleted
V2BetaAutomationOutputProcessorCompleted AutomationOutputProcessorCompletedV2BetaEventEventType = "v2-beta.automationOutputProcessor.completed"
Defines values for AutomationOutputProcessorCompletedV2BetaEventEventType.
Type AutomationOutputProcessorCreate
type AutomationOutputProcessorCreate struct {
AssayRunId string `json:"assayRunId"`
AutomationFileConfigName string `json:"automationFileConfigName"`
// CompleteWithErrors Specifies whether file processing should complete with errors. False means any error in output file processing will result in no actions being committed. True means that if row-level errors occur, then failing rows and their errors will be saved to errorFile, and actions from successful rows will be committed.
CompleteWithErrors *bool `json:"completeWithErrors,omitempty"`
// FileId The ID of a blob link to process.
FileId string `json:"fileId"`
}
AutomationOutputProcessorCreate defines model for
AutomationOutputProcessorCreate.
Type AutomationOutputProcessorStatus
type AutomationOutputProcessorStatus string
AutomationOutputProcessorStatus defines model for
AutomationOutputProcessor.Status.
Constants
AutomationOutputProcessorStatusFAILED, AutomationOutputProcessorStatusNOTSTARTED, AutomationOutputProcessorStatusRUNNING, AutomationOutputProcessorStatusSUCCEEDED
AutomationOutputProcessorStatusFAILED AutomationOutputProcessorStatus = "FAILED"
AutomationOutputProcessorStatusNOTSTARTED AutomationOutputProcessorStatus = "NOT_STARTED"
AutomationOutputProcessorStatusRUNNING AutomationOutputProcessorStatus = "RUNNING"
AutomationOutputProcessorStatusSUCCEEDED AutomationOutputProcessorStatus = "SUCCEEDED"
Defines values for AutomationOutputProcessorStatus.
Type AutomationOutputProcessorUpdate
type AutomationOutputProcessorUpdate struct {
// FileId The ID of a blob link to process.
FileId string `json:"fileId"`
}
AutomationOutputProcessorUpdate defines model for
AutomationOutputProcessorUpdate.
Type AutomationOutputProcessorUploadedV2BetaEvent
type AutomationOutputProcessorUploadedV2BetaEvent struct {
AutomationOutputProcessor *AutomationFile `json:"automationOutputProcessor,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *AutomationOutputProcessorUploadedV2BetaEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
AutomationOutputProcessorUploadedV2BetaEvent defines model for
AutomationOutputProcessorUploadedV2BetaEvent.
Type AutomationOutputProcessorUploadedV2BetaEventEventType
type AutomationOutputProcessorUploadedV2BetaEventEventType string
AutomationOutputProcessorUploadedV2BetaEventEventType defines model for
AutomationOutputProcessorUploadedV2BetaEvent.EventType.
Constants
V2BetaAutomationOutputProcessorUploaded
V2BetaAutomationOutputProcessorUploaded AutomationOutputProcessorUploadedV2BetaEventEventType = "v2-beta.automationOutputProcessor.uploaded"
Defines values for AutomationOutputProcessorUploadedV2BetaEventEventType.
Type AutomationOutputProcessorsArchive
type AutomationOutputProcessorsArchive struct {
// AutomationOutputProcessorIds Array of automation output processor IDs
AutomationOutputProcessorIds []string `json:"automationOutputProcessorIds"`
// Reason The reason that the output processors are being archived. Accepted reasons may differ based on tenant configuration.
Reason *AutomationOutputProcessorsArchiveReason `json:"reason,omitempty"`
}
AutomationOutputProcessorsArchive defines model for
AutomationOutputProcessorsArchive.
Type AutomationOutputProcessorsArchiveReason
type AutomationOutputProcessorsArchiveReason string
AutomationOutputProcessorsArchiveReason The reason that the output
processors are being archived. Accepted reasons may differ based on tenant
configuration.
Constants
AutomationOutputProcessorsArchiveReasonContaminated, AutomationOutputProcessorsArchiveReasonExpended, AutomationOutputProcessorsArchiveReasonExpired, AutomationOutputProcessorsArchiveReasonMadeInError, AutomationOutputProcessorsArchiveReasonMissing, AutomationOutputProcessorsArchiveReasonOther, AutomationOutputProcessorsArchiveReasonRetired, AutomationOutputProcessorsArchiveReasonShipped
AutomationOutputProcessorsArchiveReasonContaminated AutomationOutputProcessorsArchiveReason = "Contaminated"
AutomationOutputProcessorsArchiveReasonExpended AutomationOutputProcessorsArchiveReason = "Expended"
AutomationOutputProcessorsArchiveReasonExpired AutomationOutputProcessorsArchiveReason = "Expired"
AutomationOutputProcessorsArchiveReasonMadeInError AutomationOutputProcessorsArchiveReason = "Made in error"
AutomationOutputProcessorsArchiveReasonMissing AutomationOutputProcessorsArchiveReason = "Missing"
AutomationOutputProcessorsArchiveReasonOther AutomationOutputProcessorsArchiveReason = "Other"
AutomationOutputProcessorsArchiveReasonRetired AutomationOutputProcessorsArchiveReason = "Retired"
AutomationOutputProcessorsArchiveReasonShipped AutomationOutputProcessorsArchiveReason = "Shipped"
Defines values for AutomationOutputProcessorsArchiveReason.
Type AutomationOutputProcessorsPaginatedList
type AutomationOutputProcessorsPaginatedList struct {
AutomationOutputProcessors *[]AutomationOutputProcessor `json:"automationOutputProcessors,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
AutomationOutputProcessorsPaginatedList A paginated list of automation
output processors which have an attached file.
Type AutomationOutputProcessorsUnarchive
type AutomationOutputProcessorsUnarchive struct {
// AutomationOutputProcessorIds Array of automation output processor IDs
AutomationOutputProcessorIds []string `json:"automationOutputProcessorIds"`
}
AutomationOutputProcessorsUnarchive defines model for
AutomationOutputProcessorsUnarchive.
Type AutomationProgressStats
type AutomationProgressStats struct {
RowsFailed *int `json:"rowsFailed,omitempty"`
RowsSucceeded *int `json:"rowsSucceeded,omitempty"`
RowsUnprocessed *int `json:"rowsUnprocessed,omitempty"`
}
AutomationProgressStats Processing progress information.
Type BadRequestError
type BadRequestError struct {
Error *struct {
Message *string `json:"message,omitempty"`
Type *BadRequestErrorErrorType `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
BadRequestError defines model for BadRequestError.
Type BadRequestErrorBulk
type BadRequestErrorBulk struct {
Error *struct {
Errors *[]struct {
Index *float32 `json:"index,omitempty"`
Message *string `json:"message,omitempty"`
} `json:"errors,omitempty"`
} `json:"error,omitempty"`
}
BadRequestErrorBulk defines model for BadRequestErrorBulk.
Type BadRequestErrorErrorType
type BadRequestErrorErrorType string
BadRequestErrorErrorType defines model for BadRequestError.Error.Type.
Constants
BadRequestErrorErrorTypeInvalidRequestError
BadRequestErrorErrorTypeInvalidRequestError BadRequestErrorErrorType = "invalid_request_error"
Defines values for BadRequestErrorErrorType.
Type BarcodeValidationResult
type BarcodeValidationResult struct {
// Barcode Barcode to validate.
Barcode *string `json:"barcode,omitempty"`
// IsValid Whether the barcode is valid.
IsValid *bool `json:"isValid,omitempty"`
// Message If barcode is not valid, a message string explaining the error.
Message *string `json:"message"`
}
BarcodeValidationResult defines model for BarcodeValidationResult.
Type BarcodeValidationResults
type BarcodeValidationResults struct {
ValidationResults *[]BarcodeValidationResult `json:"validationResults,omitempty"`
}
BarcodeValidationResults defines model for BarcodeValidationResults.
Type BarcodesList
type BarcodesList struct {
// Barcodes Array of barcodes to validate.
Barcodes []string `json:"barcodes"`
}
BarcodesList defines model for BarcodesList.
Type BaseAppConfigItem
type BaseAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
// Type Type of the app config item
Type *string `json:"type,omitempty"`
}
BaseAppConfigItem defines model for BaseAppConfigItem.
Type BaseAssaySchema
type BaseAssaySchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
DerivedFrom *string `json:"derivedFrom"`
FieldDefinitions *[]BaseAssaySchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Organization *struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"organization,omitempty"`
SystemName *string `json:"systemName,omitempty"`
Type *string `json:"type,omitempty"`
}
BaseAssaySchema defines model for BaseAssaySchema.
Type BaseAssaySchema_FieldDefinitions_Item
type BaseAssaySchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
BaseAssaySchema_FieldDefinitions_Item defines model for
BaseAssaySchema.fieldDefinitions.Item.
Methods
func (t BaseAssaySchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
BaseAssaySchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t BaseAssaySchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
BaseAssaySchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t BaseAssaySchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
BaseAssaySchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t BaseAssaySchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
BaseAssaySchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t BaseAssaySchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
BaseAssaySchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the BaseAssaySchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
BaseAssaySchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
BaseAssaySchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the BaseAssaySchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
BaseAssaySchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t BaseAssaySchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *BaseAssaySchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the BaseAssaySchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data
inside the BaseAssaySchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the BaseAssaySchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the BaseAssaySchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the BaseAssaySchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *BaseAssaySchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type BaseError
type BaseError struct {
Message *string `json:"message,omitempty"`
Type *string `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
}
BaseError defines model for BaseError.
Type BaseNotePart
type BaseNotePart struct {
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
// Type The type of the note. Type determines what other fields are present.
Type *string `json:"type,omitempty"`
}
BaseNotePart defines model for BaseNotePart.
Type Batch
type Batch struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CreatedAt DateTime at which the the result was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
DefaultConcentration *Measurement `json:"defaultConcentration,omitempty"`
Entity *Batch_Entity `json:"entity,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Schema *SchemaSummary `json:"schema"`
WebURL *string `json:"webURL,omitempty"`
}
Batch defines model for Batch.
Type BatchCreate
type BatchCreate struct {
DefaultConcentration *DefaultConcentrationSummary `json:"defaultConcentration,omitempty"`
// EntityId API identifier for the entity that the batch will be added to.
EntityId *string `json:"entityId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
}
BatchCreate defines model for BatchCreate.
Type BatchOrInaccessibleResource
type BatchOrInaccessibleResource struct {
// contains filtered or unexported fields
}
BatchOrInaccessibleResource defines model for BatchOrInaccessibleResource.
Methods
func (t BatchOrInaccessibleResource) AsBatch() (Batch, error)
AsBatch returns the union data inside the BatchOrInaccessibleResource as a
Batch
func (t BatchOrInaccessibleResource) AsInaccessibleResource() (InaccessibleResource, error)
AsInaccessibleResource returns the union data inside the
BatchOrInaccessibleResource as a InaccessibleResource
func (t *BatchOrInaccessibleResource) FromBatch(v Batch) error
FromBatch overwrites any union data inside the BatchOrInaccessibleResource
as the provided Batch
func (t *BatchOrInaccessibleResource) FromInaccessibleResource(v InaccessibleResource) error
FromInaccessibleResource overwrites any union data inside the
BatchOrInaccessibleResource as the provided InaccessibleResource
func (t BatchOrInaccessibleResource) MarshalJSON() ([]byte, error)
func (t *BatchOrInaccessibleResource) MergeBatch(v Batch) error
MergeBatch performs a merge with any union data inside the
BatchOrInaccessibleResource, using the provided Batch
func (t *BatchOrInaccessibleResource) MergeInaccessibleResource(v InaccessibleResource) error
MergeInaccessibleResource performs a merge with any union data inside the
BatchOrInaccessibleResource, using the provided InaccessibleResource
func (t *BatchOrInaccessibleResource) UnmarshalJSON(b []byte) error
Type BatchSchema
type BatchSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
EntitySchemaId *string `json:"entitySchemaId,omitempty"`
FieldDefinitions *[]BatchSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Batch Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *string `json:"type,omitempty"`
}
BatchSchema defines model for BatchSchema.
Type BatchSchema_FieldDefinitions_Item
type BatchSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
BatchSchema_FieldDefinitions_Item defines model for
BatchSchema.fieldDefinitions.Item.
Methods
func (t BatchSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
BatchSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t BatchSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
BatchSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t BatchSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
BatchSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t BatchSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
BatchSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t BatchSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
BatchSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
BatchSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
BatchSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
BatchSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside the
BatchSchema_FieldDefinitions_Item as the provided SchemaLinkFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
BatchSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t BatchSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *BatchSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the BatchSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
BatchSchema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside the
BatchSchema_FieldDefinitions_Item, using the provided IntegerFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the BatchSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside the
BatchSchema_FieldDefinitions_Item, using the provided SimpleFieldDefinition
func (t *BatchSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type BatchSchemasList
type BatchSchemasList struct {
BatchSchemas *[]BatchSchema `json:"batchSchemas,omitempty"`
}
BatchSchemasList defines model for BatchSchemasList.
Type BatchSchemasPaginatedList
type BatchSchemasPaginatedList struct {
BatchSchemas *[]BatchSchema `json:"batchSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BatchSchemasPaginatedList defines model for BatchSchemasPaginatedList.
Type BatchUpdate
type BatchUpdate struct {
DefaultConcentration *DefaultConcentrationSummary `json:"defaultConcentration,omitempty"`
Fields *Fields `json:"fields,omitempty"`
}
BatchUpdate defines model for BatchUpdate.
Type Batch_Entity
type Batch_Entity struct {
EntityType string `json:"entityType"`
// contains filtered or unexported fields
}
Batch_Entity defines model for Batch.Entity.
Methods
func (t Batch_Entity) AsAaSequenceSummary() (AaSequenceSummary, error)
AsAaSequenceSummary returns the union data inside the Batch_Entity as a
AaSequenceSummary
func (t Batch_Entity) AsCustomEntitySummary() (CustomEntitySummary, error)
AsCustomEntitySummary returns the union data inside the Batch_Entity as a
CustomEntitySummary
func (t Batch_Entity) AsDnaSequenceSummary() (DnaSequenceSummary, error)
AsDnaSequenceSummary returns the union data inside the Batch_Entity as a
DnaSequenceSummary
func (t Batch_Entity) Discriminator() (string, error)
func (t *Batch_Entity) FromAaSequenceSummary(v AaSequenceSummary) error
FromAaSequenceSummary overwrites any union data inside the Batch_Entity as
the provided AaSequenceSummary
func (t *Batch_Entity) FromCustomEntitySummary(v CustomEntitySummary) error
FromCustomEntitySummary overwrites any union data inside the Batch_Entity as
the provided CustomEntitySummary
func (t *Batch_Entity) FromDnaSequenceSummary(v DnaSequenceSummary) error
FromDnaSequenceSummary overwrites any union data inside the Batch_Entity as
the provided DnaSequenceSummary
func (t Batch_Entity) MarshalJSON() ([]byte, error)
func (t *Batch_Entity) MergeAaSequenceSummary(v AaSequenceSummary) error
MergeAaSequenceSummary performs a merge with any union data inside the
Batch_Entity, using the provided AaSequenceSummary
func (t *Batch_Entity) MergeCustomEntitySummary(v CustomEntitySummary) error
MergeCustomEntitySummary performs a merge with any union data inside the
Batch_Entity, using the provided CustomEntitySummary
func (t *Batch_Entity) MergeDnaSequenceSummary(v DnaSequenceSummary) error
MergeDnaSequenceSummary performs a merge with any union data inside the
Batch_Entity, using the provided DnaSequenceSummary
func (t *Batch_Entity) UnmarshalJSON(b []byte) error
func (t Batch_Entity) ValueByDiscriminator() (interface{}, error)
Type BatchesArchivalChange
type BatchesArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
}
BatchesArchivalChange IDs of all batches that were archived / unarchived,
grouped by resource type.
Type BatchesArchive
type BatchesArchive struct {
BatchIds []string `json:"batchIds"`
// Reason The reason for archiving the provided Batches. Accepted reasons may differ based on tenant configuration.
Reason BatchesArchiveReason `json:"reason"`
}
BatchesArchive The request body for archiving Batches.
Type BatchesArchiveReason
type BatchesArchiveReason string
BatchesArchiveReason The reason for archiving the provided Batches. Accepted
reasons may differ based on tenant configuration.
Constants
BatchesArchiveReasonContaminated, BatchesArchiveReasonExpended, BatchesArchiveReasonExpired, BatchesArchiveReasonMadeInError, BatchesArchiveReasonMissing, BatchesArchiveReasonOther, BatchesArchiveReasonRetired, BatchesArchiveReasonShipped
BatchesArchiveReasonContaminated BatchesArchiveReason = "Contaminated"
BatchesArchiveReasonExpended BatchesArchiveReason = "Expended"
BatchesArchiveReasonExpired BatchesArchiveReason = "Expired"
BatchesArchiveReasonMadeInError BatchesArchiveReason = "Made in error"
BatchesArchiveReasonMissing BatchesArchiveReason = "Missing"
BatchesArchiveReasonOther BatchesArchiveReason = "Other"
BatchesArchiveReasonRetired BatchesArchiveReason = "Retired"
BatchesArchiveReasonShipped BatchesArchiveReason = "Shipped"
Defines values for BatchesArchiveReason.
Type BatchesBulkGet
type BatchesBulkGet struct {
Batches *[]Batch `json:"batches,omitempty"`
}
BatchesBulkGet defines model for BatchesBulkGet.
Type BatchesPaginatedList
type BatchesPaginatedList struct {
Batches *[]Batch `json:"batches,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BatchesPaginatedList defines model for BatchesPaginatedList.
Type BatchesUnarchive
type BatchesUnarchive struct {
BatchIds []string `json:"batchIds"`
}
BatchesUnarchive The request body for unarchiving Batches.
Type BenchlingApp
type BenchlingApp struct {
ApiUrl *string `json:"apiUrl,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CreatedAt DateTime at which the the app was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime at which the the app was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
WebUrl *string `json:"webUrl,omitempty"`
}
BenchlingApp defines model for BenchlingApp.
Type BenchlingAppCreate
type BenchlingAppCreate struct {
Description *string `json:"description,omitempty"`
Name string `json:"name"`
}
BenchlingAppCreate defines model for BenchlingAppCreate.
Type BenchlingAppUpdate
type BenchlingAppUpdate struct {
Description *string `json:"description,omitempty"`
Name *string `json:"name,omitempty"`
}
BenchlingAppUpdate defines model for BenchlingAppUpdate.
Type BenchlingAppsArchivalChange
type BenchlingAppsArchivalChange struct {
AppIds *[]string `json:"appIds,omitempty"`
}
BenchlingAppsArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type. This includes the IDs of apps that
were archived / unarchived.
Type BenchlingAppsArchive
type BenchlingAppsArchive struct {
// AppIds Array of app IDs
AppIds []string `json:"appIds"`
// Reason Reason that apps are being archived. Actual reason enum varies by tenant.
Reason BenchlingAppsArchiveReason `json:"reason"`
}
BenchlingAppsArchive defines model for BenchlingAppsArchive.
Type BenchlingAppsArchiveReason
type BenchlingAppsArchiveReason string
BenchlingAppsArchiveReason Reason that apps are being archived. Actual
reason enum varies by tenant.
Constants
BenchlingAppsArchiveReasonMadeInError, BenchlingAppsArchiveReasonOther, BenchlingAppsArchiveReasonRetired
BenchlingAppsArchiveReasonMadeInError BenchlingAppsArchiveReason = "Made in error"
BenchlingAppsArchiveReasonOther BenchlingAppsArchiveReason = "Other"
BenchlingAppsArchiveReasonRetired BenchlingAppsArchiveReason = "Retired"
Defines values for BenchlingAppsArchiveReason.
Type BenchlingAppsPaginatedList
type BenchlingAppsPaginatedList struct {
Apps *[]BenchlingApp `json:"apps,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BenchlingAppsPaginatedList defines model for BenchlingAppsPaginatedList.
Type BenchlingAppsUnarchive
type BenchlingAppsUnarchive struct {
// AppIds Array of app IDs
AppIds []string `json:"appIds"`
}
BenchlingAppsUnarchive defines model for BenchlingAppsUnarchive.
Type Blob
type Blob struct {
// Id The universally unique identifier (UUID) for the blob.
Id *openapi_types.UUID `json:"id,omitempty"`
// MimeType eg. application/jpeg
MimeType *string `json:"mimeType,omitempty"`
// Name Name of the blob
Name *string `json:"name,omitempty"`
// Type One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
Type *BlobType `json:"type,omitempty"`
UploadStatus *BlobUploadStatus `json:"uploadStatus,omitempty"`
}
Blob defines model for Blob.
Type BlobComplete
type BlobComplete struct {
Parts *[]BlobPart `json:"parts,omitempty"`
}
BlobComplete defines model for BlobComplete.
Type BlobCreate
type BlobCreate struct {
// Data64 base64 encoded file contents
Data64 []byte `json:"data64"`
// Md5 The MD5 hash of the blob part. Note: this should be the hash of the raw data of the blob part, not the hash of the base64 encoding.
Md5 string `json:"md5"`
// MimeType eg. application/jpeg
MimeType *string `json:"mimeType,omitempty"`
// Name Name of the blob
Name string `json:"name"`
// Type One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
Type BlobCreateType `json:"type"`
}
BlobCreate defines model for BlobCreate.
Type BlobCreateType
type BlobCreateType string
BlobCreateType One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob
may be displayed as an image preview.
Constants
BlobCreateTypeRAWFILE, BlobCreateTypeVISUALIZATION
BlobCreateTypeRAWFILE BlobCreateType = "RAW_FILE"
BlobCreateTypeVISUALIZATION BlobCreateType = "VISUALIZATION"
Defines values for BlobCreateType.
Type BlobMultipartCreate
type BlobMultipartCreate struct {
// MimeType eg. application/jpeg
MimeType *string `json:"mimeType,omitempty"`
// Name Name of the blob
Name string `json:"name"`
// Type One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
Type BlobMultipartCreateType `json:"type"`
}
BlobMultipartCreate defines model for BlobMultipartCreate.
Type BlobMultipartCreateType
type BlobMultipartCreateType string
BlobMultipartCreateType One of RAW_FILE or VISUALIZATION. If VISUALIZATION,
the blob may be displayed as an image preview.
Constants
RAWFILE, VISUALIZATION
RAWFILE BlobMultipartCreateType = "RAW_FILE"
VISUALIZATION BlobMultipartCreateType = "VISUALIZATION"
Defines values for BlobMultipartCreateType.
Type BlobPart
type BlobPart struct {
ETag *string `json:"eTag,omitempty"`
PartNumber *int `json:"partNumber,omitempty"`
}
BlobPart defines model for BlobPart.
Type BlobPartCreate
type BlobPartCreate struct {
Data64 string `json:"data64"`
Md5 string `json:"md5"`
// PartNumber An integer between 1 to 10,000, inclusive. The part number must be unique per part and indicates the ordering of the part inside the final blob. The part numbers do not need to be consecutive.
PartNumber int `json:"partNumber"`
}
BlobPartCreate defines model for BlobPartCreate.
Type BlobType
type BlobType string
BlobType One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be
displayed as an image preview.
Constants
BlobTypeRAWFILE, BlobTypeVISUALIZATION
BlobTypeRAWFILE BlobType = "RAW_FILE"
BlobTypeVISUALIZATION BlobType = "VISUALIZATION"
Defines values for BlobType.
Type BlobUploadStatus
type BlobUploadStatus string
BlobUploadStatus defines model for Blob.UploadStatus.
Constants
BlobUploadStatusABORTED, BlobUploadStatusCOMPLETE, BlobUploadStatusINPROGRESS
BlobUploadStatusABORTED BlobUploadStatus = "ABORTED"
BlobUploadStatusCOMPLETE BlobUploadStatus = "COMPLETE"
BlobUploadStatusINPROGRESS BlobUploadStatus = "IN_PROGRESS"
Defines values for BlobUploadStatus.
Type BlobUrl
type BlobUrl struct {
// DownloadURL a pre-signed download url.
DownloadURL *string `json:"downloadURL,omitempty"`
// ExpiresAt The unix time that the download URL expires at.
ExpiresAt *int `json:"expiresAt,omitempty"`
}
BlobUrl defines model for BlobUrl.
Type BlobsBulkGet
type BlobsBulkGet struct {
Blobs *[]Blob `json:"blobs,omitempty"`
}
BlobsBulkGet defines model for BlobsBulkGet.
Type BooleanAppConfigItem
type BooleanAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *BooleanAppConfigItemType `json:"type,omitempty"`
Value *bool `json:"value"`
}
BooleanAppConfigItem defines model for BooleanAppConfigItem.
Type BooleanAppConfigItemType
type BooleanAppConfigItemType string
BooleanAppConfigItemType defines model for BooleanAppConfigItem.Type.
Constants
BooleanAppConfigItemTypeBoolean
BooleanAppConfigItemTypeBoolean BooleanAppConfigItemType = "boolean"
Defines values for BooleanAppConfigItemType.
Type Box
type Box struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Barcode *string `json:"barcode"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// EmptyContainers The number of containers in the box that have no contents.
EmptyContainers *int `json:"emptyContainers,omitempty"`
// EmptyPositions The number of empty positions for adding additional containers in the box.
EmptyPositions *int `json:"emptyPositions,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// FilledPositions The number of containers currently in the box.
FilledPositions *int `json:"filledPositions,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId"`
ProjectId *string `json:"projectId"`
Schema *SchemaSummary `json:"schema"`
// Size The size of the box (i.e. how many containers it can store).
Size *int `json:"size,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
Box defines model for Box.
Type BoxContentsPaginatedList
type BoxContentsPaginatedList struct {
Containers *[]ContainerWithCoordinates `json:"containers,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BoxContentsPaginatedList defines model for BoxContentsPaginatedList.
Type BoxCreate
type BoxCreate struct {
Barcode *string `json:"barcode,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId,omitempty"`
SchemaId string `json:"schemaId"`
}
BoxCreate defines model for BoxCreate.
Type BoxCreationTableNotePart
type BoxCreationTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
BoxSchemaId *string `json:"boxSchemaId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
Type *BoxCreationTableNotePartType `json:"type,omitempty"`
}
BoxCreationTableNotePart defines model for BoxCreationTableNotePart.
Type BoxCreationTableNotePartType
type BoxCreationTableNotePartType string
BoxCreationTableNotePartType defines model for
BoxCreationTableNotePart.Type.
Constants
BoxCreationTable
BoxCreationTable BoxCreationTableNotePartType = "box_creation_table"
Defines values for BoxCreationTableNotePartType.
Type BoxSchema
type BoxSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
ContainerSchema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"containerSchema"`
FieldDefinitions *[]BoxSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Height *float32 `json:"height,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *BoxSchemaType `json:"type,omitempty"`
Width *float32 `json:"width,omitempty"`
}
BoxSchema defines model for BoxSchema.
Type BoxSchemaType
type BoxSchemaType string
BoxSchemaType defines model for BoxSchema.Type.
Constants
BoxSchemaTypeBox
BoxSchemaTypeBox BoxSchemaType = "box"
Defines values for BoxSchemaType.
Type BoxSchema_FieldDefinitions_Item
type BoxSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
BoxSchema_FieldDefinitions_Item defines model for
BoxSchema.fieldDefinitions.Item.
Methods
func (t BoxSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
BoxSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t BoxSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
BoxSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t BoxSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
BoxSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t BoxSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
BoxSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t BoxSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
BoxSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
BoxSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
BoxSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
BoxSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside the
BoxSchema_FieldDefinitions_Item as the provided SchemaLinkFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
BoxSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t BoxSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *BoxSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data inside the
BoxSchema_FieldDefinitions_Item, using the provided DropdownFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
BoxSchema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside the
BoxSchema_FieldDefinitions_Item, using the provided IntegerFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union
data inside the BoxSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside the
BoxSchema_FieldDefinitions_Item, using the provided SimpleFieldDefinition
func (t *BoxSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type BoxSchemasList
type BoxSchemasList struct {
BoxSchemas *[]BoxSchema `json:"boxSchemas,omitempty"`
}
BoxSchemasList defines model for BoxSchemasList.
Type BoxSchemasPaginatedList
type BoxSchemasPaginatedList struct {
BoxSchemas *[]BoxSchema `json:"boxSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BoxSchemasPaginatedList defines model for BoxSchemasPaginatedList.
Type BoxUpdate
type BoxUpdate struct {
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId,omitempty"`
}
BoxUpdate defines model for BoxUpdate.
Type BoxesArchivalChange
type BoxesArchivalChange struct {
BoxIds *[]string `json:"boxIds,omitempty"`
ContainerIds *[]string `json:"containerIds,omitempty"`
}
BoxesArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of boxes along with any IDs
of containers that were archived / unarchived.
Type BoxesArchive
type BoxesArchive struct {
// BoxIds Array of box IDs
BoxIds []string `json:"boxIds"`
// Reason Reason that boxes are being archived.
Reason BoxesArchiveReason `json:"reason"`
// ShouldRemoveBarcodes Remove barcodes. Removing barcodes from archived inventory that contain items will also remove barcodes from the contained items.
ShouldRemoveBarcodes *bool `json:"shouldRemoveBarcodes,omitempty"`
}
BoxesArchive defines model for BoxesArchive.
Type BoxesArchiveReason
type BoxesArchiveReason string
BoxesArchiveReason Reason that boxes are being archived.
Constants
BoxesArchiveReasonContaminated, BoxesArchiveReasonExpended, BoxesArchiveReasonExpired, BoxesArchiveReasonMadeInError, BoxesArchiveReasonMissing, BoxesArchiveReasonOther, BoxesArchiveReasonRetired, BoxesArchiveReasonShipped
BoxesArchiveReasonContaminated BoxesArchiveReason = "Contaminated"
BoxesArchiveReasonExpended BoxesArchiveReason = "Expended"
BoxesArchiveReasonExpired BoxesArchiveReason = "Expired"
BoxesArchiveReasonMadeInError BoxesArchiveReason = "Made in error"
BoxesArchiveReasonMissing BoxesArchiveReason = "Missing"
BoxesArchiveReasonOther BoxesArchiveReason = "Other"
BoxesArchiveReasonRetired BoxesArchiveReason = "Retired"
BoxesArchiveReasonShipped BoxesArchiveReason = "Shipped"
Defines values for BoxesArchiveReason.
Type BoxesBulkGet
type BoxesBulkGet struct {
Boxes *[]Box `json:"boxes,omitempty"`
}
BoxesBulkGet defines model for BoxesBulkGet.
Type BoxesPaginatedList
type BoxesPaginatedList struct {
Boxes *[]Box `json:"boxes,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
BoxesPaginatedList defines model for BoxesPaginatedList.
Type BoxesUnarchive
type BoxesUnarchive struct {
// BoxIds Array of box IDs
BoxIds []string `json:"boxIds"`
}
BoxesUnarchive defines model for BoxesUnarchive.
Type BulkCopyWorkflowTasksJSONRequestBody
type BulkCopyWorkflowTasksJSONRequestBody = WorkflowTasksBulkCopyRequest
BulkCopyWorkflowTasksJSONRequestBody defines body for BulkCopyWorkflowTasks
for application/json ContentType.
Type BulkCopyWorkflowTasksResponse
type BulkCopyWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCopyWorkflowTasksResponse(rsp *http.Response) (*BulkCopyWorkflowTasksResponse, error)
ParseBulkCopyWorkflowTasksResponse parses an HTTP response from a
BulkCopyWorkflowTasksWithResponse call
Methods
func (r BulkCopyWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCopyWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateAASequencesJSONRequestBody
type BulkCreateAASequencesJSONRequestBody = AaSequencesBulkCreateRequest
BulkCreateAASequencesJSONRequestBody defines body for BulkCreateAASequences
for application/json ContentType.
Type BulkCreateAASequencesResponse
type BulkCreateAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateAASequencesResponse(rsp *http.Response) (*BulkCreateAASequencesResponse, error)
ParseBulkCreateAASequencesResponse parses an HTTP response from a
BulkCreateAASequencesWithResponse call
Methods
func (r BulkCreateAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateAaSequencesAsyncTask
type BulkCreateAaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
AaSequences *[]AaSequence `json:"aaSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateAaSequencesAsyncTaskStatus `json:"status"`
}
BulkCreateAaSequencesAsyncTask defines model for
BulkCreateAaSequencesAsyncTask.
Type BulkCreateAaSequencesAsyncTaskStatus
type BulkCreateAaSequencesAsyncTaskStatus string
BulkCreateAaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkCreateAaSequencesAsyncTaskStatusFAILED, BulkCreateAaSequencesAsyncTaskStatusRUNNING, BulkCreateAaSequencesAsyncTaskStatusSUCCEEDED
BulkCreateAaSequencesAsyncTaskStatusFAILED BulkCreateAaSequencesAsyncTaskStatus = "FAILED"
BulkCreateAaSequencesAsyncTaskStatusRUNNING BulkCreateAaSequencesAsyncTaskStatus = "RUNNING"
BulkCreateAaSequencesAsyncTaskStatusSUCCEEDED BulkCreateAaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateAaSequencesAsyncTaskStatus.
Type BulkCreateAppConfigurationItemsJSONRequestBody
type BulkCreateAppConfigurationItemsJSONRequestBody = AppConfigItemsBulkCreateRequest
BulkCreateAppConfigurationItemsJSONRequestBody defines body for
BulkCreateAppConfigurationItems for application/json ContentType.
Type BulkCreateAppConfigurationItemsResponse
type BulkCreateAppConfigurationItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateAppConfigurationItemsResponse(rsp *http.Response) (*BulkCreateAppConfigurationItemsResponse, error)
ParseBulkCreateAppConfigurationItemsResponse parses an HTTP response from a
BulkCreateAppConfigurationItemsWithResponse call
Methods
func (r BulkCreateAppConfigurationItemsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateAppConfigurationItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateContainersAsyncTask
type BulkCreateContainersAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
Containers *[]Container `json:"containers,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateContainersAsyncTaskStatus `json:"status"`
}
BulkCreateContainersAsyncTask defines model for
BulkCreateContainersAsyncTask.
Type BulkCreateContainersAsyncTaskStatus
type BulkCreateContainersAsyncTaskStatus string
BulkCreateContainersAsyncTaskStatus The current state of the task.
Constants
BulkCreateContainersAsyncTaskStatusFAILED, BulkCreateContainersAsyncTaskStatusRUNNING, BulkCreateContainersAsyncTaskStatusSUCCEEDED
BulkCreateContainersAsyncTaskStatusFAILED BulkCreateContainersAsyncTaskStatus = "FAILED"
BulkCreateContainersAsyncTaskStatusRUNNING BulkCreateContainersAsyncTaskStatus = "RUNNING"
BulkCreateContainersAsyncTaskStatusSUCCEEDED BulkCreateContainersAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateContainersAsyncTaskStatus.
Type BulkCreateContainersJSONRequestBody
type BulkCreateContainersJSONRequestBody = ContainersBulkCreateRequest
BulkCreateContainersJSONRequestBody defines body for BulkCreateContainers
for application/json ContentType.
Type BulkCreateContainersResponse
type BulkCreateContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateContainersResponse(rsp *http.Response) (*BulkCreateContainersResponse, error)
ParseBulkCreateContainersResponse parses an HTTP response from a
BulkCreateContainersWithResponse call
Methods
func (r BulkCreateContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateCustomEntitiesAsyncTask
type BulkCreateCustomEntitiesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
CustomEntities *[]CustomEntity `json:"customEntities,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateCustomEntitiesAsyncTaskStatus `json:"status"`
}
BulkCreateCustomEntitiesAsyncTask defines model for
BulkCreateCustomEntitiesAsyncTask.
Type BulkCreateCustomEntitiesAsyncTaskStatus
type BulkCreateCustomEntitiesAsyncTaskStatus string
BulkCreateCustomEntitiesAsyncTaskStatus The current state of the task.
Constants
BulkCreateCustomEntitiesAsyncTaskStatusFAILED, BulkCreateCustomEntitiesAsyncTaskStatusRUNNING, BulkCreateCustomEntitiesAsyncTaskStatusSUCCEEDED
BulkCreateCustomEntitiesAsyncTaskStatusFAILED BulkCreateCustomEntitiesAsyncTaskStatus = "FAILED"
BulkCreateCustomEntitiesAsyncTaskStatusRUNNING BulkCreateCustomEntitiesAsyncTaskStatus = "RUNNING"
BulkCreateCustomEntitiesAsyncTaskStatusSUCCEEDED BulkCreateCustomEntitiesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateCustomEntitiesAsyncTaskStatus.
Type BulkCreateCustomEntitiesJSONRequestBody
type BulkCreateCustomEntitiesJSONRequestBody = CustomEntitiesBulkCreateRequest
BulkCreateCustomEntitiesJSONRequestBody defines body for
BulkCreateCustomEntities for application/json ContentType.
Type BulkCreateCustomEntitiesResponse
type BulkCreateCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateCustomEntitiesResponse(rsp *http.Response) (*BulkCreateCustomEntitiesResponse, error)
ParseBulkCreateCustomEntitiesResponse parses an HTTP response from a
BulkCreateCustomEntitiesWithResponse call
Methods
func (r BulkCreateCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateDNAOligosJSONRequestBody
type BulkCreateDNAOligosJSONRequestBody = DnaOligosBulkCreateRequest
BulkCreateDNAOligosJSONRequestBody defines body for BulkCreateDNAOligos for
application/json ContentType.
Type BulkCreateDNAOligosResponse
type BulkCreateDNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateDNAOligosResponse(rsp *http.Response) (*BulkCreateDNAOligosResponse, error)
ParseBulkCreateDNAOligosResponse parses an HTTP response from a
BulkCreateDNAOligosWithResponse call
Methods
func (r BulkCreateDNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateDNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateDNASequencesJSONRequestBody
type BulkCreateDNASequencesJSONRequestBody = DnaSequencesBulkCreateRequest
BulkCreateDNASequencesJSONRequestBody defines body for
BulkCreateDNASequences for application/json ContentType.
Type BulkCreateDNASequencesResponse
type BulkCreateDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateDNASequencesResponse(rsp *http.Response) (*BulkCreateDNASequencesResponse, error)
ParseBulkCreateDNASequencesResponse parses an HTTP response from a
BulkCreateDNASequencesWithResponse call
Methods
func (r BulkCreateDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateDnaOligosAsyncTask
type BulkCreateDnaOligosAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DnaOligos *[]DnaOligo `json:"dnaOligos,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateDnaOligosAsyncTaskStatus `json:"status"`
}
BulkCreateDnaOligosAsyncTask defines model for BulkCreateDnaOligosAsyncTask.
Type BulkCreateDnaOligosAsyncTaskStatus
type BulkCreateDnaOligosAsyncTaskStatus string
BulkCreateDnaOligosAsyncTaskStatus The current state of the task.
Constants
BulkCreateDnaOligosAsyncTaskStatusFAILED, BulkCreateDnaOligosAsyncTaskStatusRUNNING, BulkCreateDnaOligosAsyncTaskStatusSUCCEEDED
BulkCreateDnaOligosAsyncTaskStatusFAILED BulkCreateDnaOligosAsyncTaskStatus = "FAILED"
BulkCreateDnaOligosAsyncTaskStatusRUNNING BulkCreateDnaOligosAsyncTaskStatus = "RUNNING"
BulkCreateDnaOligosAsyncTaskStatusSUCCEEDED BulkCreateDnaOligosAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateDnaOligosAsyncTaskStatus.
Type BulkCreateDnaSequencesAsyncTask
type BulkCreateDnaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DnaSequences *[]DnaSequence `json:"dnaSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateDnaSequencesAsyncTaskStatus `json:"status"`
}
BulkCreateDnaSequencesAsyncTask defines model for
BulkCreateDnaSequencesAsyncTask.
Type BulkCreateDnaSequencesAsyncTaskStatus
type BulkCreateDnaSequencesAsyncTaskStatus string
BulkCreateDnaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkCreateDnaSequencesAsyncTaskStatusFAILED, BulkCreateDnaSequencesAsyncTaskStatusRUNNING, BulkCreateDnaSequencesAsyncTaskStatusSUCCEEDED
BulkCreateDnaSequencesAsyncTaskStatusFAILED BulkCreateDnaSequencesAsyncTaskStatus = "FAILED"
BulkCreateDnaSequencesAsyncTaskStatusRUNNING BulkCreateDnaSequencesAsyncTaskStatus = "RUNNING"
BulkCreateDnaSequencesAsyncTaskStatusSUCCEEDED BulkCreateDnaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateDnaSequencesAsyncTaskStatus.
Type BulkCreateFeaturesAsyncTask
type BulkCreateFeaturesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
Features *[]Feature `json:"features,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateFeaturesAsyncTaskStatus `json:"status"`
}
BulkCreateFeaturesAsyncTask defines model for BulkCreateFeaturesAsyncTask.
Type BulkCreateFeaturesAsyncTaskStatus
type BulkCreateFeaturesAsyncTaskStatus string
BulkCreateFeaturesAsyncTaskStatus The current state of the task.
Constants
BulkCreateFeaturesAsyncTaskStatusFAILED, BulkCreateFeaturesAsyncTaskStatusRUNNING, BulkCreateFeaturesAsyncTaskStatusSUCCEEDED
BulkCreateFeaturesAsyncTaskStatusFAILED BulkCreateFeaturesAsyncTaskStatus = "FAILED"
BulkCreateFeaturesAsyncTaskStatusRUNNING BulkCreateFeaturesAsyncTaskStatus = "RUNNING"
BulkCreateFeaturesAsyncTaskStatusSUCCEEDED BulkCreateFeaturesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateFeaturesAsyncTaskStatus.
Type BulkCreateFeaturesJSONRequestBody
type BulkCreateFeaturesJSONRequestBody = FeaturesBulkCreateRequest
BulkCreateFeaturesJSONRequestBody defines body for BulkCreateFeatures for
application/json ContentType.
Type BulkCreateFeaturesResponse
type BulkCreateFeaturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateFeaturesResponse(rsp *http.Response) (*BulkCreateFeaturesResponse, error)
ParseBulkCreateFeaturesResponse parses an HTTP response from a
BulkCreateFeaturesWithResponse call
Methods
func (r BulkCreateFeaturesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateFeaturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateMixturesJSONRequestBody
type BulkCreateMixturesJSONRequestBody = MixturesBulkCreateRequest
BulkCreateMixturesJSONRequestBody defines body for BulkCreateMixtures for
application/json ContentType.
Type BulkCreateMixturesResponse
type BulkCreateMixturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateMixturesResponse(rsp *http.Response) (*BulkCreateMixturesResponse, error)
ParseBulkCreateMixturesResponse parses an HTTP response from a
BulkCreateMixturesWithResponse call
Methods
func (r BulkCreateMixturesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateMixturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateMoleculesJSONRequestBody
type BulkCreateMoleculesJSONRequestBody = MoleculesBulkCreateRequest
BulkCreateMoleculesJSONRequestBody defines body for BulkCreateMolecules for
application/json ContentType.
Type BulkCreateMoleculesResponse
type BulkCreateMoleculesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateMoleculesResponse(rsp *http.Response) (*BulkCreateMoleculesResponse, error)
ParseBulkCreateMoleculesResponse parses an HTTP response from a
BulkCreateMoleculesWithResponse call
Methods
func (r BulkCreateMoleculesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateMoleculesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateOligosJSONRequestBody
type BulkCreateOligosJSONRequestBody = OligosBulkCreateRequest
BulkCreateOligosJSONRequestBody defines body for BulkCreateOligos for
application/json ContentType.
Type BulkCreateOligosResponse
type BulkCreateOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateOligosResponse(rsp *http.Response) (*BulkCreateOligosResponse, error)
ParseBulkCreateOligosResponse parses an HTTP response from a
BulkCreateOligosWithResponse call
Methods
func (r BulkCreateOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateRNAOligosJSONRequestBody
type BulkCreateRNAOligosJSONRequestBody = RnaOligosBulkCreateRequest
BulkCreateRNAOligosJSONRequestBody defines body for BulkCreateRNAOligos for
application/json ContentType.
Type BulkCreateRNAOligosResponse
type BulkCreateRNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateRNAOligosResponse(rsp *http.Response) (*BulkCreateRNAOligosResponse, error)
ParseBulkCreateRNAOligosResponse parses an HTTP response from a
BulkCreateRNAOligosWithResponse call
Methods
func (r BulkCreateRNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateRNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateRNASequencesJSONRequestBody
type BulkCreateRNASequencesJSONRequestBody = RnaSequencesBulkCreateRequest
BulkCreateRNASequencesJSONRequestBody defines body for
BulkCreateRNASequences for application/json ContentType.
Type BulkCreateRNASequencesResponse
type BulkCreateRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateRNASequencesResponse(rsp *http.Response) (*BulkCreateRNASequencesResponse, error)
ParseBulkCreateRNASequencesResponse parses an HTTP response from a
BulkCreateRNASequencesWithResponse call
Methods
func (r BulkCreateRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateRequestTasksJSONRequestBody
type BulkCreateRequestTasksJSONRequestBody = RequestTasksBulkCreateRequest
BulkCreateRequestTasksJSONRequestBody defines body for
BulkCreateRequestTasks for application/json ContentType.
Type BulkCreateRequestTasksResponse
type BulkCreateRequestTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestTasksBulkCreateResponse
JSON400 *BadRequestErrorBulk
}
Functions
func ParseBulkCreateRequestTasksResponse(rsp *http.Response) (*BulkCreateRequestTasksResponse, error)
ParseBulkCreateRequestTasksResponse parses an HTTP response from a
BulkCreateRequestTasksWithResponse call
Methods
func (r BulkCreateRequestTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateRequestTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateRnaOligosAsyncTask
type BulkCreateRnaOligosAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
RnaOligos *[]RnaOligo `json:"rnaOligos,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateRnaOligosAsyncTaskStatus `json:"status"`
}
BulkCreateRnaOligosAsyncTask defines model for BulkCreateRnaOligosAsyncTask.
Type BulkCreateRnaOligosAsyncTaskStatus
type BulkCreateRnaOligosAsyncTaskStatus string
BulkCreateRnaOligosAsyncTaskStatus The current state of the task.
Constants
BulkCreateRnaOligosAsyncTaskStatusFAILED, BulkCreateRnaOligosAsyncTaskStatusRUNNING, BulkCreateRnaOligosAsyncTaskStatusSUCCEEDED
BulkCreateRnaOligosAsyncTaskStatusFAILED BulkCreateRnaOligosAsyncTaskStatus = "FAILED"
BulkCreateRnaOligosAsyncTaskStatusRUNNING BulkCreateRnaOligosAsyncTaskStatus = "RUNNING"
BulkCreateRnaOligosAsyncTaskStatusSUCCEEDED BulkCreateRnaOligosAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateRnaOligosAsyncTaskStatus.
Type BulkCreateRnaSequencesAsyncTask
type BulkCreateRnaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
RnaSequences *[]RnaSequence `json:"rnaSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkCreateRnaSequencesAsyncTaskStatus `json:"status"`
}
BulkCreateRnaSequencesAsyncTask defines model for
BulkCreateRnaSequencesAsyncTask.
Type BulkCreateRnaSequencesAsyncTaskStatus
type BulkCreateRnaSequencesAsyncTaskStatus string
BulkCreateRnaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkCreateRnaSequencesAsyncTaskStatusFAILED, BulkCreateRnaSequencesAsyncTaskStatusRUNNING, BulkCreateRnaSequencesAsyncTaskStatusSUCCEEDED
BulkCreateRnaSequencesAsyncTaskStatusFAILED BulkCreateRnaSequencesAsyncTaskStatus = "FAILED"
BulkCreateRnaSequencesAsyncTaskStatusRUNNING BulkCreateRnaSequencesAsyncTaskStatus = "RUNNING"
BulkCreateRnaSequencesAsyncTaskStatusSUCCEEDED BulkCreateRnaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkCreateRnaSequencesAsyncTaskStatus.
Type BulkCreateUsersJSONRequestBody
type BulkCreateUsersJSONRequestBody = UserBulkCreateRequest
BulkCreateUsersJSONRequestBody defines body for BulkCreateUsers for
application/json ContentType.
Type BulkCreateUsersResponse
type BulkCreateUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateUsersResponse(rsp *http.Response) (*BulkCreateUsersResponse, error)
ParseBulkCreateUsersResponse parses an HTTP response from a
BulkCreateUsersWithResponse call
Methods
func (r BulkCreateUsersResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateWorkflowOutputsJSONRequestBody
type BulkCreateWorkflowOutputsJSONRequestBody = WorkflowOutputsBulkCreateRequest
BulkCreateWorkflowOutputsJSONRequestBody defines body for
BulkCreateWorkflowOutputs for application/json ContentType.
Type BulkCreateWorkflowOutputsResponse
type BulkCreateWorkflowOutputsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateWorkflowOutputsResponse(rsp *http.Response) (*BulkCreateWorkflowOutputsResponse, error)
ParseBulkCreateWorkflowOutputsResponse parses an HTTP response from a
BulkCreateWorkflowOutputsWithResponse call
Methods
func (r BulkCreateWorkflowOutputsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateWorkflowOutputsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkCreateWorkflowTasksJSONRequestBody
type BulkCreateWorkflowTasksJSONRequestBody = WorkflowTasksBulkCreateRequest
BulkCreateWorkflowTasksJSONRequestBody defines body for
BulkCreateWorkflowTasks for application/json ContentType.
Type BulkCreateWorkflowTasksResponse
type BulkCreateWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkCreateWorkflowTasksResponse(rsp *http.Response) (*BulkCreateWorkflowTasksResponse, error)
ParseBulkCreateWorkflowTasksResponse parses an HTTP response from a
BulkCreateWorkflowTasksWithResponse call
Methods
func (r BulkCreateWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkCreateWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetAASequencesParams
type BulkGetAASequencesParams struct {
// AaSequenceIds Comma-separated list of IDs of AA sequences to get.
AaSequenceIds string `form:"aaSequenceIds" json:"aaSequenceIds"`
}
BulkGetAASequencesParams defines parameters for BulkGetAASequences.
Type BulkGetAASequencesResponse
type BulkGetAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequencesBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetAASequencesResponse(rsp *http.Response) (*BulkGetAASequencesResponse, error)
ParseBulkGetAASequencesResponse parses an HTTP response from a
BulkGetAASequencesWithResponse call
Methods
func (r BulkGetAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetAssayResultsParams
type BulkGetAssayResultsParams struct {
// AssayResultIds Comma-separated list of assay result IDs.
AssayResultIds string `form:"assayResultIds" json:"assayResultIds"`
}
BulkGetAssayResultsParams defines parameters for BulkGetAssayResults.
Type BulkGetAssayResultsResponse
type BulkGetAssayResultsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultsBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetAssayResultsResponse(rsp *http.Response) (*BulkGetAssayResultsResponse, error)
ParseBulkGetAssayResultsResponse parses an HTTP response from a
BulkGetAssayResultsWithResponse call
Methods
func (r BulkGetAssayResultsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetAssayResultsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetAssayRunsParams
type BulkGetAssayRunsParams struct {
// AssayRunIds Comma-separated list of assay run IDs
AssayRunIds string `form:"assayRunIds" json:"assayRunIds"`
}
BulkGetAssayRunsParams defines parameters for BulkGetAssayRuns.
Type BulkGetAssayRunsResponse
type BulkGetAssayRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunsBulkGet
}
Functions
func ParseBulkGetAssayRunsResponse(rsp *http.Response) (*BulkGetAssayRunsResponse, error)
ParseBulkGetAssayRunsResponse parses an HTTP response from a
BulkGetAssayRunsWithResponse call
Methods
func (r BulkGetAssayRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetAssayRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetBatchesParams
type BulkGetBatchesParams struct {
// BatchIds Comma-separated list of batch IDs.
BatchIds *string `form:"batchIds,omitempty" json:"batchIds,omitempty"`
// BatchNames Comma-separated list of batch names. Batch names have the format {file name}-{creation date as YYYYMMDD}-{optional inventory number}. Must specify registryId with batchNames.
BatchNames *string `form:"batchNames,omitempty" json:"batchNames,omitempty"`
// RegistryId ID of the registry that batches are registered in. Required if querying by batchNames.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
}
BulkGetBatchesParams defines parameters for BulkGetBatches.
Type BulkGetBatchesResponse
type BulkGetBatchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchesBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetBatchesResponse(rsp *http.Response) (*BulkGetBatchesResponse, error)
ParseBulkGetBatchesResponse parses an HTTP response from a
BulkGetBatchesWithResponse call
Methods
func (r BulkGetBatchesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetBatchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetBlobsParams
type BulkGetBlobsParams struct {
// BlobIds Comma-separated list of blob IDs.
BlobIds *string `form:"blobIds,omitempty" json:"blobIds,omitempty"`
}
BulkGetBlobsParams defines parameters for BulkGetBlobs.
Type BulkGetBlobsResponse
type BulkGetBlobsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BlobsBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetBlobsResponse(rsp *http.Response) (*BulkGetBlobsResponse, error)
ParseBulkGetBlobsResponse parses an HTTP response from a
BulkGetBlobsWithResponse call
Methods
func (r BulkGetBlobsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetBlobsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetBoxesParams
type BulkGetBoxesParams struct {
BoxIds *string `form:"boxIds,omitempty" json:"boxIds,omitempty"`
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
}
BulkGetBoxesParams defines parameters for BulkGetBoxes.
Type BulkGetBoxesResponse
type BulkGetBoxesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxesBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetBoxesResponse(rsp *http.Response) (*BulkGetBoxesResponse, error)
ParseBulkGetBoxesResponse parses an HTTP response from a
BulkGetBoxesWithResponse call
Methods
func (r BulkGetBoxesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetBoxesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetContainersParams
type BulkGetContainersParams struct {
// ContainerIds Comma-separated list of container IDs.
ContainerIds *string `form:"containerIds,omitempty" json:"containerIds,omitempty"`
// Barcodes Comma-separated list of barcodes. Matches all of the provided barcodes, or returns a 400 error that includes a list of which barcodes are invalid.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
}
BulkGetContainersParams defines parameters for BulkGetContainers.
Type BulkGetContainersResponse
type BulkGetContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainersList
JSON400 *BadRequestError
}
Functions
func ParseBulkGetContainersResponse(rsp *http.Response) (*BulkGetContainersResponse, error)
ParseBulkGetContainersResponse parses an HTTP response from a
BulkGetContainersWithResponse call
Methods
func (r BulkGetContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetCustomEntitiesParams
type BulkGetCustomEntitiesParams struct {
// CustomEntityIds Comma-separated list of IDs of custom entities to get.
CustomEntityIds string `form:"customEntityIds" json:"customEntityIds"`
}
BulkGetCustomEntitiesParams defines parameters for BulkGetCustomEntities.
Type BulkGetCustomEntitiesResponse
type BulkGetCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntitiesList
JSON400 *BadRequestError
}
Functions
func ParseBulkGetCustomEntitiesResponse(rsp *http.Response) (*BulkGetCustomEntitiesResponse, error)
ParseBulkGetCustomEntitiesResponse parses an HTTP response from a
BulkGetCustomEntitiesWithResponse call
Methods
func (r BulkGetCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetDNASequencesParams
type BulkGetDNASequencesParams struct {
// DnaSequenceIds Comma-separated list of IDs of DNA sequences to get.
DnaSequenceIds string `form:"dnaSequenceIds" json:"dnaSequenceIds"`
}
BulkGetDNASequencesParams defines parameters for BulkGetDNASequences.
Type BulkGetDNASequencesResponse
type BulkGetDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequencesBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetDNASequencesResponse(rsp *http.Response) (*BulkGetDNASequencesResponse, error)
ParseBulkGetDNASequencesResponse parses an HTTP response from a
BulkGetDNASequencesWithResponse call
Methods
func (r BulkGetDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetEntriesParams
type BulkGetEntriesParams struct {
// EntryIds Comma-separated list of Entry IDs.
EntryIds *string `form:"entryIds,omitempty" json:"entryIds,omitempty"`
// DisplayIds Comma-separated list of Entry Display IDs.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
}
BulkGetEntriesParams defines parameters for BulkGetEntries.
Type BulkGetEntriesResponse
type BulkGetEntriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Entries
JSON400 *BadRequestError
}
Functions
func ParseBulkGetEntriesResponse(rsp *http.Response) (*BulkGetEntriesResponse, error)
ParseBulkGetEntriesResponse parses an HTTP response from a
BulkGetEntriesWithResponse call
Methods
func (r BulkGetEntriesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetEntriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetLocationsParams
type BulkGetLocationsParams struct {
// LocationIds Comma-separated list of location IDs.
LocationIds *string `form:"locationIds,omitempty" json:"locationIds,omitempty"`
// Barcodes Comma-separated list of location barcodes.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
}
BulkGetLocationsParams defines parameters for BulkGetLocations.
Type BulkGetLocationsResponse
type BulkGetLocationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationsBulkGet
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseBulkGetLocationsResponse(rsp *http.Response) (*BulkGetLocationsResponse, error)
ParseBulkGetLocationsResponse parses an HTTP response from a
BulkGetLocationsWithResponse call
Methods
func (r BulkGetLocationsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetLocationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetOligosParams
type BulkGetOligosParams struct {
// OligoIds Comma-separated list of IDs of Oligos to get.
OligoIds string `form:"oligoIds" json:"oligoIds"`
}
BulkGetOligosParams defines parameters for BulkGetOligos.
Type BulkGetOligosResponse
type BulkGetOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OligosBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetOligosResponse(rsp *http.Response) (*BulkGetOligosResponse, error)
ParseBulkGetOligosResponse parses an HTTP response from a
BulkGetOligosWithResponse call
Methods
func (r BulkGetOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetPlatesParams
type BulkGetPlatesParams struct {
// PlateIds Comma-separated list of plate IDs.
PlateIds *string `form:"plateIds,omitempty" json:"plateIds,omitempty"`
// Barcodes Comma-separated list of plate barcodes.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
}
BulkGetPlatesParams defines parameters for BulkGetPlates.
Type BulkGetPlatesResponse
type BulkGetPlatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlatesBulkGet
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseBulkGetPlatesResponse(rsp *http.Response) (*BulkGetPlatesResponse, error)
ParseBulkGetPlatesResponse parses an HTTP response from a
BulkGetPlatesWithResponse call
Methods
func (r BulkGetPlatesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetPlatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetRNASequencesParams
type BulkGetRNASequencesParams struct {
// RnaSequenceIds Comma-separated list of IDs of RNA sequences to get.
RnaSequenceIds string `form:"rnaSequenceIds" json:"rnaSequenceIds"`
}
BulkGetRNASequencesParams defines parameters for BulkGetRNASequences.
Type BulkGetRNASequencesResponse
type BulkGetRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequencesBulkGet
JSON400 *BadRequestError
}
Functions
func ParseBulkGetRNASequencesResponse(rsp *http.Response) (*BulkGetRNASequencesResponse, error)
ParseBulkGetRNASequencesResponse parses an HTTP response from a
BulkGetRNASequencesWithResponse call
Methods
func (r BulkGetRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetRegisteredEntitiesParams
type BulkGetRegisteredEntitiesParams struct {
// EntityRegistryIds Comma separated list of entity Registry IDs
EntityRegistryIds string `form:"entityRegistryIds" json:"entityRegistryIds"`
}
BulkGetRegisteredEntitiesParams defines parameters for
BulkGetRegisteredEntities.
Type BulkGetRegisteredEntitiesResponse
type BulkGetRegisteredEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RegisteredEntitiesList
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseBulkGetRegisteredEntitiesResponse(rsp *http.Response) (*BulkGetRegisteredEntitiesResponse, error)
ParseBulkGetRegisteredEntitiesResponse parses an HTTP response from a
BulkGetRegisteredEntitiesWithResponse call
Methods
func (r BulkGetRegisteredEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetRegisteredEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkGetRequestsParams
type BulkGetRequestsParams struct {
// RequestIds Comma-separated list of request IDs. Exactly one of requestIds or displayIds must be specified.
RequestIds *string `form:"requestIds,omitempty" json:"requestIds,omitempty"`
// DisplayIds Comma-separated list of display IDs. Exactly one of requestIds or displayIds must be specified.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
}
BulkGetRequestsParams defines parameters for BulkGetRequests.
Type BulkGetRequestsResponse
type BulkGetRequestsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestsBulkGet
JSON404 *NotFoundError
}
Functions
func ParseBulkGetRequestsResponse(rsp *http.Response) (*BulkGetRequestsResponse, error)
ParseBulkGetRequestsResponse parses an HTTP response from a
BulkGetRequestsWithResponse call
Methods
func (r BulkGetRequestsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkGetRequestsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkRegisterEntitiesAsyncTask
type BulkRegisterEntitiesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *interface{} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkRegisterEntitiesAsyncTaskStatus `json:"status"`
}
BulkRegisterEntitiesAsyncTask defines model for
BulkRegisterEntitiesAsyncTask.
Type BulkRegisterEntitiesAsyncTaskStatus
type BulkRegisterEntitiesAsyncTaskStatus string
BulkRegisterEntitiesAsyncTaskStatus The current state of the task.
Constants
BulkRegisterEntitiesAsyncTaskStatusFAILED, BulkRegisterEntitiesAsyncTaskStatusRUNNING, BulkRegisterEntitiesAsyncTaskStatusSUCCEEDED
BulkRegisterEntitiesAsyncTaskStatusFAILED BulkRegisterEntitiesAsyncTaskStatus = "FAILED"
BulkRegisterEntitiesAsyncTaskStatusRUNNING BulkRegisterEntitiesAsyncTaskStatus = "RUNNING"
BulkRegisterEntitiesAsyncTaskStatusSUCCEEDED BulkRegisterEntitiesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkRegisterEntitiesAsyncTaskStatus.
Type BulkUpdateAASequencesJSONRequestBody
type BulkUpdateAASequencesJSONRequestBody = AaSequencesBulkUpdateRequest
BulkUpdateAASequencesJSONRequestBody defines body for BulkUpdateAASequences
for application/json ContentType.
Type BulkUpdateAASequencesResponse
type BulkUpdateAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateAASequencesResponse(rsp *http.Response) (*BulkUpdateAASequencesResponse, error)
ParseBulkUpdateAASequencesResponse parses an HTTP response from a
BulkUpdateAASequencesWithResponse call
Methods
func (r BulkUpdateAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateAaSequencesAsyncTask
type BulkUpdateAaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
AsSequences *[]AaSequence `json:"AsSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateAaSequencesAsyncTaskStatus `json:"status"`
}
BulkUpdateAaSequencesAsyncTask defines model for
BulkUpdateAaSequencesAsyncTask.
Type BulkUpdateAaSequencesAsyncTaskStatus
type BulkUpdateAaSequencesAsyncTaskStatus string
BulkUpdateAaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkUpdateAaSequencesAsyncTaskStatusFAILED, BulkUpdateAaSequencesAsyncTaskStatusRUNNING, BulkUpdateAaSequencesAsyncTaskStatusSUCCEEDED
BulkUpdateAaSequencesAsyncTaskStatusFAILED BulkUpdateAaSequencesAsyncTaskStatus = "FAILED"
BulkUpdateAaSequencesAsyncTaskStatusRUNNING BulkUpdateAaSequencesAsyncTaskStatus = "RUNNING"
BulkUpdateAaSequencesAsyncTaskStatusSUCCEEDED BulkUpdateAaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateAaSequencesAsyncTaskStatus.
Type BulkUpdateAppConfigurationItemsJSONRequestBody
type BulkUpdateAppConfigurationItemsJSONRequestBody = AppConfigItemsBulkUpdateRequest
BulkUpdateAppConfigurationItemsJSONRequestBody defines body for
BulkUpdateAppConfigurationItems for application/json ContentType.
Type BulkUpdateAppConfigurationItemsResponse
type BulkUpdateAppConfigurationItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateAppConfigurationItemsResponse(rsp *http.Response) (*BulkUpdateAppConfigurationItemsResponse, error)
ParseBulkUpdateAppConfigurationItemsResponse parses an HTTP response from a
BulkUpdateAppConfigurationItemsWithResponse call
Methods
func (r BulkUpdateAppConfigurationItemsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateAppConfigurationItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateContainersAsyncTask
type BulkUpdateContainersAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
Containers *[]Container `json:"containers,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateContainersAsyncTaskStatus `json:"status"`
}
BulkUpdateContainersAsyncTask defines model for
BulkUpdateContainersAsyncTask.
Type BulkUpdateContainersAsyncTaskStatus
type BulkUpdateContainersAsyncTaskStatus string
BulkUpdateContainersAsyncTaskStatus The current state of the task.
Constants
BulkUpdateContainersAsyncTaskStatusFAILED, BulkUpdateContainersAsyncTaskStatusRUNNING, BulkUpdateContainersAsyncTaskStatusSUCCEEDED
BulkUpdateContainersAsyncTaskStatusFAILED BulkUpdateContainersAsyncTaskStatus = "FAILED"
BulkUpdateContainersAsyncTaskStatusRUNNING BulkUpdateContainersAsyncTaskStatus = "RUNNING"
BulkUpdateContainersAsyncTaskStatusSUCCEEDED BulkUpdateContainersAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateContainersAsyncTaskStatus.
Type BulkUpdateContainersJSONRequestBody
type BulkUpdateContainersJSONRequestBody = ContainersBulkUpdateRequest
BulkUpdateContainersJSONRequestBody defines body for BulkUpdateContainers
for application/json ContentType.
Type BulkUpdateContainersResponse
type BulkUpdateContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateContainersResponse(rsp *http.Response) (*BulkUpdateContainersResponse, error)
ParseBulkUpdateContainersResponse parses an HTTP response from a
BulkUpdateContainersWithResponse call
Methods
func (r BulkUpdateContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateCustomEntitiesAsyncTask
type BulkUpdateCustomEntitiesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
CustomEntities *[]CustomEntity `json:"customEntities,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateCustomEntitiesAsyncTaskStatus `json:"status"`
}
BulkUpdateCustomEntitiesAsyncTask defines model for
BulkUpdateCustomEntitiesAsyncTask.
Type BulkUpdateCustomEntitiesAsyncTaskStatus
type BulkUpdateCustomEntitiesAsyncTaskStatus string
BulkUpdateCustomEntitiesAsyncTaskStatus The current state of the task.
Constants
BulkUpdateCustomEntitiesAsyncTaskStatusFAILED, BulkUpdateCustomEntitiesAsyncTaskStatusRUNNING, BulkUpdateCustomEntitiesAsyncTaskStatusSUCCEEDED
BulkUpdateCustomEntitiesAsyncTaskStatusFAILED BulkUpdateCustomEntitiesAsyncTaskStatus = "FAILED"
BulkUpdateCustomEntitiesAsyncTaskStatusRUNNING BulkUpdateCustomEntitiesAsyncTaskStatus = "RUNNING"
BulkUpdateCustomEntitiesAsyncTaskStatusSUCCEEDED BulkUpdateCustomEntitiesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateCustomEntitiesAsyncTaskStatus.
Type BulkUpdateCustomEntitiesJSONRequestBody
type BulkUpdateCustomEntitiesJSONRequestBody = CustomEntitiesBulkUpdateRequest
BulkUpdateCustomEntitiesJSONRequestBody defines body for
BulkUpdateCustomEntities for application/json ContentType.
Type BulkUpdateCustomEntitiesResponse
type BulkUpdateCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateCustomEntitiesResponse(rsp *http.Response) (*BulkUpdateCustomEntitiesResponse, error)
ParseBulkUpdateCustomEntitiesResponse parses an HTTP response from a
BulkUpdateCustomEntitiesWithResponse call
Methods
func (r BulkUpdateCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateDNAOligosJSONRequestBody
type BulkUpdateDNAOligosJSONRequestBody = DnaOligosBulkUpdateRequest
BulkUpdateDNAOligosJSONRequestBody defines body for BulkUpdateDNAOligos for
application/json ContentType.
Type BulkUpdateDNAOligosResponse
type BulkUpdateDNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateDNAOligosResponse(rsp *http.Response) (*BulkUpdateDNAOligosResponse, error)
ParseBulkUpdateDNAOligosResponse parses an HTTP response from a
BulkUpdateDNAOligosWithResponse call
Methods
func (r BulkUpdateDNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateDNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateDNASequencesJSONRequestBody
type BulkUpdateDNASequencesJSONRequestBody = DnaSequencesBulkUpdateRequest
BulkUpdateDNASequencesJSONRequestBody defines body for
BulkUpdateDNASequences for application/json ContentType.
Type BulkUpdateDNASequencesResponse
type BulkUpdateDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateDNASequencesResponse(rsp *http.Response) (*BulkUpdateDNASequencesResponse, error)
ParseBulkUpdateDNASequencesResponse parses an HTTP response from a
BulkUpdateDNASequencesWithResponse call
Methods
func (r BulkUpdateDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateDnaOligosAsyncTask
type BulkUpdateDnaOligosAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DnaOligos *[]DnaOligo `json:"dnaOligos,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateDnaOligosAsyncTaskStatus `json:"status"`
}
BulkUpdateDnaOligosAsyncTask defines model for BulkUpdateDnaOligosAsyncTask.
Type BulkUpdateDnaOligosAsyncTaskStatus
type BulkUpdateDnaOligosAsyncTaskStatus string
BulkUpdateDnaOligosAsyncTaskStatus The current state of the task.
Constants
BulkUpdateDnaOligosAsyncTaskStatusFAILED, BulkUpdateDnaOligosAsyncTaskStatusRUNNING, BulkUpdateDnaOligosAsyncTaskStatusSUCCEEDED
BulkUpdateDnaOligosAsyncTaskStatusFAILED BulkUpdateDnaOligosAsyncTaskStatus = "FAILED"
BulkUpdateDnaOligosAsyncTaskStatusRUNNING BulkUpdateDnaOligosAsyncTaskStatus = "RUNNING"
BulkUpdateDnaOligosAsyncTaskStatusSUCCEEDED BulkUpdateDnaOligosAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateDnaOligosAsyncTaskStatus.
Type BulkUpdateDnaSequencesAsyncTask
type BulkUpdateDnaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DnaSequences *[]DnaSequence `json:"dnaSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateDnaSequencesAsyncTaskStatus `json:"status"`
}
BulkUpdateDnaSequencesAsyncTask defines model for
BulkUpdateDnaSequencesAsyncTask.
Type BulkUpdateDnaSequencesAsyncTaskStatus
type BulkUpdateDnaSequencesAsyncTaskStatus string
BulkUpdateDnaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkUpdateDnaSequencesAsyncTaskStatusFAILED, BulkUpdateDnaSequencesAsyncTaskStatusRUNNING, BulkUpdateDnaSequencesAsyncTaskStatusSUCCEEDED
BulkUpdateDnaSequencesAsyncTaskStatusFAILED BulkUpdateDnaSequencesAsyncTaskStatus = "FAILED"
BulkUpdateDnaSequencesAsyncTaskStatusRUNNING BulkUpdateDnaSequencesAsyncTaskStatus = "RUNNING"
BulkUpdateDnaSequencesAsyncTaskStatusSUCCEEDED BulkUpdateDnaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateDnaSequencesAsyncTaskStatus.
Type BulkUpdateMixturesJSONRequestBody
type BulkUpdateMixturesJSONRequestBody = MixturesBulkUpdateRequest
BulkUpdateMixturesJSONRequestBody defines body for BulkUpdateMixtures for
application/json ContentType.
Type BulkUpdateMixturesResponse
type BulkUpdateMixturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateMixturesResponse(rsp *http.Response) (*BulkUpdateMixturesResponse, error)
ParseBulkUpdateMixturesResponse parses an HTTP response from a
BulkUpdateMixturesWithResponse call
Methods
func (r BulkUpdateMixturesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateMixturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateMoleculesJSONRequestBody
type BulkUpdateMoleculesJSONRequestBody = MoleculesBulkUpdateRequest
BulkUpdateMoleculesJSONRequestBody defines body for BulkUpdateMolecules for
application/json ContentType.
Type BulkUpdateMoleculesResponse
type BulkUpdateMoleculesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateMoleculesResponse(rsp *http.Response) (*BulkUpdateMoleculesResponse, error)
ParseBulkUpdateMoleculesResponse parses an HTTP response from a
BulkUpdateMoleculesWithResponse call
Methods
func (r BulkUpdateMoleculesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateMoleculesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateRNAOligosJSONRequestBody
type BulkUpdateRNAOligosJSONRequestBody = RnaOligosBulkUpdateRequest
BulkUpdateRNAOligosJSONRequestBody defines body for BulkUpdateRNAOligos for
application/json ContentType.
Type BulkUpdateRNAOligosResponse
type BulkUpdateRNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateRNAOligosResponse(rsp *http.Response) (*BulkUpdateRNAOligosResponse, error)
ParseBulkUpdateRNAOligosResponse parses an HTTP response from a
BulkUpdateRNAOligosWithResponse call
Methods
func (r BulkUpdateRNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateRNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateRNASequencesJSONRequestBody
type BulkUpdateRNASequencesJSONRequestBody = RnaSequencesBulkUpdateRequest
BulkUpdateRNASequencesJSONRequestBody defines body for
BulkUpdateRNASequences for application/json ContentType.
Type BulkUpdateRNASequencesResponse
type BulkUpdateRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateRNASequencesResponse(rsp *http.Response) (*BulkUpdateRNASequencesResponse, error)
ParseBulkUpdateRNASequencesResponse parses an HTTP response from a
BulkUpdateRNASequencesWithResponse call
Methods
func (r BulkUpdateRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateRequestTasksJSONRequestBody
type BulkUpdateRequestTasksJSONRequestBody = RequestTasksBulkUpdateRequest
BulkUpdateRequestTasksJSONRequestBody defines body for
BulkUpdateRequestTasks for application/json ContentType.
Type BulkUpdateRequestTasksResponse
type BulkUpdateRequestTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestTasksBulkUpdateResponse
JSON404 *NotFoundError
}
Functions
func ParseBulkUpdateRequestTasksResponse(rsp *http.Response) (*BulkUpdateRequestTasksResponse, error)
ParseBulkUpdateRequestTasksResponse parses an HTTP response from a
BulkUpdateRequestTasksWithResponse call
Methods
func (r BulkUpdateRequestTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateRequestTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateRnaOligosAsyncTask
type BulkUpdateRnaOligosAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
RnaOligos *[]RnaOligo `json:"rnaOligos,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateRnaOligosAsyncTaskStatus `json:"status"`
}
BulkUpdateRnaOligosAsyncTask defines model for BulkUpdateRnaOligosAsyncTask.
Type BulkUpdateRnaOligosAsyncTaskStatus
type BulkUpdateRnaOligosAsyncTaskStatus string
BulkUpdateRnaOligosAsyncTaskStatus The current state of the task.
Constants
BulkUpdateRnaOligosAsyncTaskStatusFAILED, BulkUpdateRnaOligosAsyncTaskStatusRUNNING, BulkUpdateRnaOligosAsyncTaskStatusSUCCEEDED
BulkUpdateRnaOligosAsyncTaskStatusFAILED BulkUpdateRnaOligosAsyncTaskStatus = "FAILED"
BulkUpdateRnaOligosAsyncTaskStatusRUNNING BulkUpdateRnaOligosAsyncTaskStatus = "RUNNING"
BulkUpdateRnaOligosAsyncTaskStatusSUCCEEDED BulkUpdateRnaOligosAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateRnaOligosAsyncTaskStatus.
Type BulkUpdateRnaSequencesAsyncTask
type BulkUpdateRnaSequencesAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
RnaSequences *[]RnaSequence `json:"rnaSequences,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status BulkUpdateRnaSequencesAsyncTaskStatus `json:"status"`
}
BulkUpdateRnaSequencesAsyncTask defines model for
BulkUpdateRnaSequencesAsyncTask.
Type BulkUpdateRnaSequencesAsyncTaskStatus
type BulkUpdateRnaSequencesAsyncTaskStatus string
BulkUpdateRnaSequencesAsyncTaskStatus The current state of the task.
Constants
BulkUpdateRnaSequencesAsyncTaskStatusFAILED, BulkUpdateRnaSequencesAsyncTaskStatusRUNNING, BulkUpdateRnaSequencesAsyncTaskStatusSUCCEEDED
BulkUpdateRnaSequencesAsyncTaskStatusFAILED BulkUpdateRnaSequencesAsyncTaskStatus = "FAILED"
BulkUpdateRnaSequencesAsyncTaskStatusRUNNING BulkUpdateRnaSequencesAsyncTaskStatus = "RUNNING"
BulkUpdateRnaSequencesAsyncTaskStatusSUCCEEDED BulkUpdateRnaSequencesAsyncTaskStatus = "SUCCEEDED"
Defines values for BulkUpdateRnaSequencesAsyncTaskStatus.
Type BulkUpdateUsersJSONRequestBody
type BulkUpdateUsersJSONRequestBody = UserBulkUpdateRequest
BulkUpdateUsersJSONRequestBody defines body for BulkUpdateUsers for
application/json ContentType.
Type BulkUpdateUsersResponse
type BulkUpdateUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateUsersResponse(rsp *http.Response) (*BulkUpdateUsersResponse, error)
ParseBulkUpdateUsersResponse parses an HTTP response from a
BulkUpdateUsersWithResponse call
Methods
func (r BulkUpdateUsersResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateWorkflowOutputsJSONRequestBody
type BulkUpdateWorkflowOutputsJSONRequestBody = WorkflowOutputsBulkUpdateRequest
BulkUpdateWorkflowOutputsJSONRequestBody defines body for
BulkUpdateWorkflowOutputs for application/json ContentType.
Type BulkUpdateWorkflowOutputsResponse
type BulkUpdateWorkflowOutputsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateWorkflowOutputsResponse(rsp *http.Response) (*BulkUpdateWorkflowOutputsResponse, error)
ParseBulkUpdateWorkflowOutputsResponse parses an HTTP response from a
BulkUpdateWorkflowOutputsWithResponse call
Methods
func (r BulkUpdateWorkflowOutputsResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateWorkflowOutputsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type BulkUpdateWorkflowTasksJSONRequestBody
type BulkUpdateWorkflowTasksJSONRequestBody = WorkflowTasksBulkUpdateRequest
BulkUpdateWorkflowTasksJSONRequestBody defines body for
BulkUpdateWorkflowTasks for application/json ContentType.
Type BulkUpdateWorkflowTasksResponse
type BulkUpdateWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseBulkUpdateWorkflowTasksResponse(rsp *http.Response) (*BulkUpdateWorkflowTasksResponse, error)
ParseBulkUpdateWorkflowTasksResponse parses an HTTP response from a
BulkUpdateWorkflowTasksWithResponse call
Methods
func (r BulkUpdateWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r BulkUpdateWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CheckboxNotePart
type CheckboxNotePart struct {
// Checked Indicates whether the checkbox is checked or not.
Checked *bool `json:"checked,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
// Links Array of links referenced in text via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
Links *[]EntryLink `json:"links,omitempty"`
// Text The textual contents of the note.
Text *string `json:"text,omitempty"`
Type *CheckboxNotePartType `json:"type,omitempty"`
}
CheckboxNotePart defines model for CheckboxNotePart.
Type CheckboxNotePartType
type CheckboxNotePartType string
CheckboxNotePartType defines model for CheckboxNotePart.Type.
Constants
ListCheckbox
ListCheckbox CheckboxNotePartType = "list_checkbox"
Defines values for CheckboxNotePartType.
Type CheckinContainersJSONRequestBody
type CheckinContainersJSONRequestBody = ContainersCheckin
CheckinContainersJSONRequestBody defines body for CheckinContainers for
application/json ContentType.
Type CheckinContainersResponse
type CheckinContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseCheckinContainersResponse(rsp *http.Response) (*CheckinContainersResponse, error)
ParseCheckinContainersResponse parses an HTTP response from a
CheckinContainersWithResponse call
Methods
func (r CheckinContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r CheckinContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CheckoutContainersJSONRequestBody
type CheckoutContainersJSONRequestBody = ContainersCheckout
CheckoutContainersJSONRequestBody defines body for CheckoutContainers for
application/json ContentType.
Type CheckoutContainersResponse
type CheckoutContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseCheckoutContainersResponse(rsp *http.Response) (*CheckoutContainersResponse, error)
ParseCheckoutContainersResponse parses an HTTP response from a
CheckoutContainersWithResponse call
Methods
func (r CheckoutContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r CheckoutContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CheckoutRecord
type CheckoutRecord struct {
Assignee *CheckoutRecord_Assignee `json:"assignee"`
Comment *string `json:"comment,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Status *CheckoutRecordStatus `json:"status,omitempty"`
}
CheckoutRecord assignee field is set if status is "RESERVED" or
"CHECKED_OUT", or null if status is "AVAILABLE".
comment field is set when container was last reserved, checked out,
or checked into.
modifiedAt field is the date and time when container was last checked out,
checked in, or reserved
Type CheckoutRecordStatus
type CheckoutRecordStatus string
CheckoutRecordStatus defines model for CheckoutRecord.Status.
Constants
CheckoutRecordStatusAVAILABLE, CheckoutRecordStatusCHECKEDOUT, CheckoutRecordStatusRESERVED
CheckoutRecordStatusAVAILABLE CheckoutRecordStatus = "AVAILABLE"
CheckoutRecordStatusCHECKEDOUT CheckoutRecordStatus = "CHECKED_OUT"
CheckoutRecordStatusRESERVED CheckoutRecordStatus = "RESERVED"
Defines values for CheckoutRecordStatus.
Type CheckoutRecord_Assignee
type CheckoutRecord_Assignee struct {
// contains filtered or unexported fields
}
CheckoutRecord_Assignee defines model for CheckoutRecord.Assignee.
Methods
func (t CheckoutRecord_Assignee) AsTeamSummary() (TeamSummary, error)
AsTeamSummary returns the union data inside the CheckoutRecord_Assignee as a
TeamSummary
func (t CheckoutRecord_Assignee) AsUserSummary() (UserSummary, error)
AsUserSummary returns the union data inside the CheckoutRecord_Assignee as a
UserSummary
func (t *CheckoutRecord_Assignee) FromTeamSummary(v TeamSummary) error
FromTeamSummary overwrites any union data inside the CheckoutRecord_Assignee
as the provided TeamSummary
func (t *CheckoutRecord_Assignee) FromUserSummary(v UserSummary) error
FromUserSummary overwrites any union data inside the CheckoutRecord_Assignee
as the provided UserSummary
func (t CheckoutRecord_Assignee) MarshalJSON() ([]byte, error)
func (t *CheckoutRecord_Assignee) MergeTeamSummary(v TeamSummary) error
MergeTeamSummary performs a merge with any union data inside the
CheckoutRecord_Assignee, using the provided TeamSummary
func (t *CheckoutRecord_Assignee) MergeUserSummary(v UserSummary) error
MergeUserSummary performs a merge with any union data inside the
CheckoutRecord_Assignee, using the provided UserSummary
func (t *CheckoutRecord_Assignee) UnmarshalJSON(b []byte) error
Type Client
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
Client which conforms to the OpenAPI3 specification for this service.
Functions
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
Methods
func (c *Client) AbortAssayResultsTransaction(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AbortMultipartBlob(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAASequences(ctx context.Context, body ArchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAssayResults(ctx context.Context, body ArchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAssayRuns(ctx context.Context, body ArchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAutomationOutputProcessors(ctx context.Context, body ArchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveAutomationOutputProcessorsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBatches(ctx context.Context, body ArchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBatchesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBenchlingApps(ctx context.Context, body ArchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBenchlingAppsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBoxes(ctx context.Context, body ArchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveBoxesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveContainers(ctx context.Context, body ArchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveCustomEntities(ctx context.Context, body ArchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDNAOligos(ctx context.Context, body ArchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDNASequences(ctx context.Context, body ArchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDropdownOptions(ctx context.Context, dropdownId string, body ArchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveDropdownOptionsWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveEntries(ctx context.Context, body ArchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveEntriesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveFolders(ctx context.Context, body ArchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveLocations(ctx context.Context, body ArchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveLocationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveMixtures(ctx context.Context, body ArchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveMolecules(ctx context.Context, body ArchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveOligos(ctx context.Context, body ArchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchivePlates(ctx context.Context, body ArchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchivePlatesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveProjects(ctx context.Context, body ArchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveProjectsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveRNAOligos(ctx context.Context, body ArchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveRNASequences(ctx context.Context, body ArchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowOutputs(ctx context.Context, body ArchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowTaskGroups(ctx context.Context, body ArchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowTaskGroupsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowTasks(ctx context.Context, body ArchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ArchiveWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateAaSequences(ctx context.Context, body AutoAnnotateAaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateAaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateDnaSequences(ctx context.Context, body AutoAnnotateDnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateDnaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateRnaSequences(ctx context.Context, body AutoAnnotateRnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutoAnnotateRnaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillDNASequenceParts(ctx context.Context, body AutofillDNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillDNASequencePartsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillDNASequenceTranslations(ctx context.Context, body AutofillDNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillDNASequenceTranslationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillRNASequenceParts(ctx context.Context, body AutofillRNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillRNASequencePartsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillRNASequenceTranslations(ctx context.Context, body AutofillRNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) AutofillRNASequenceTranslationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCopyWorkflowTasks(ctx context.Context, body BulkCopyWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCopyWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateAASequences(ctx context.Context, body BulkCreateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateAppConfigurationItems(ctx context.Context, body BulkCreateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateAppConfigurationItemsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateContainers(ctx context.Context, body BulkCreateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateCustomEntities(ctx context.Context, body BulkCreateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateDNAOligos(ctx context.Context, body BulkCreateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateDNASequences(ctx context.Context, body BulkCreateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateFeatures(ctx context.Context, body BulkCreateFeaturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateFeaturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateMixtures(ctx context.Context, body BulkCreateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateMolecules(ctx context.Context, body BulkCreateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateOligos(ctx context.Context, body BulkCreateOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRNAOligos(ctx context.Context, body BulkCreateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRNASequences(ctx context.Context, body BulkCreateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRequestTasks(ctx context.Context, requestId string, body BulkCreateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateRequestTasksWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateUsers(ctx context.Context, body BulkCreateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateUsersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateWorkflowOutputs(ctx context.Context, body BulkCreateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateWorkflowTasks(ctx context.Context, body BulkCreateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkCreateWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetAASequences(ctx context.Context, params *BulkGetAASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetAssayResults(ctx context.Context, params *BulkGetAssayResultsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetAssayRuns(ctx context.Context, params *BulkGetAssayRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetBatches(ctx context.Context, params *BulkGetBatchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetBlobs(ctx context.Context, params *BulkGetBlobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetBoxes(ctx context.Context, params *BulkGetBoxesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetContainers(ctx context.Context, params *BulkGetContainersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetCustomEntities(ctx context.Context, params *BulkGetCustomEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetDNASequences(ctx context.Context, params *BulkGetDNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetEntries(ctx context.Context, params *BulkGetEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetLocations(ctx context.Context, params *BulkGetLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetOligos(ctx context.Context, params *BulkGetOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetPlates(ctx context.Context, params *BulkGetPlatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetRNASequences(ctx context.Context, params *BulkGetRNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetRegisteredEntities(ctx context.Context, registryId string, params *BulkGetRegisteredEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkGetRequests(ctx context.Context, params *BulkGetRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateAASequences(ctx context.Context, body BulkUpdateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateAppConfigurationItems(ctx context.Context, body BulkUpdateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateAppConfigurationItemsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateContainers(ctx context.Context, body BulkUpdateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateCustomEntities(ctx context.Context, body BulkUpdateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateDNAOligos(ctx context.Context, body BulkUpdateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateDNASequences(ctx context.Context, body BulkUpdateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateMixtures(ctx context.Context, body BulkUpdateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateMolecules(ctx context.Context, body BulkUpdateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRNAOligos(ctx context.Context, body BulkUpdateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRNASequences(ctx context.Context, body BulkUpdateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRequestTasks(ctx context.Context, requestId string, body BulkUpdateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateRequestTasksWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateUsers(ctx context.Context, body BulkUpdateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateUsersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateWorkflowOutputs(ctx context.Context, body BulkUpdateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateWorkflowTasks(ctx context.Context, body BulkUpdateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) BulkUpdateWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CheckinContainers(ctx context.Context, body CheckinContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CheckinContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CheckoutContainers(ctx context.Context, body CheckoutContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CheckoutContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CommitAssayResultsTransaction(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CompleteMultipartBlob(ctx context.Context, blobId string, body CompleteMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CompleteMultipartBlobWithBody(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CopyWorkflowTask(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAASequence(ctx context.Context, body CreateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAppConfigurationItem(ctx context.Context, body CreateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAppConfigurationItemWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayResults(ctx context.Context, body CreateAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayResultsInTransaction(ctx context.Context, transactionId openapi_types.UUID, body CreateAssayResultsInTransactionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayResultsInTransactionWithBody(ctx context.Context, transactionId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayResultsTransaction(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayRuns(ctx context.Context, body CreateAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAutomationOutputProcessor(ctx context.Context, body CreateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateAutomationOutputProcessorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBatch(ctx context.Context, body CreateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBatchWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBenchlingApp(ctx context.Context, body CreateBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBenchlingAppWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBlob(ctx context.Context, body CreateBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBlobPart(ctx context.Context, blobId string, body CreateBlobPartJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBlobPartWithBody(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBlobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBox(ctx context.Context, body CreateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateBoxWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateConsensusNucleotideAlignment(ctx context.Context, body CreateConsensusNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateConsensusNucleotideAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateContainer(ctx context.Context, body CreateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateContainerWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateCustomEntity(ctx context.Context, body CreateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateCustomEntityWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDNAOligo(ctx context.Context, body CreateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDNAOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDNASequence(ctx context.Context, body CreateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDNASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDnaConsensusAlignment(ctx context.Context, body CreateDnaConsensusAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDnaConsensusAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDnaTemplateAlignment(ctx context.Context, body CreateDnaTemplateAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDnaTemplateAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDropdown(ctx context.Context, body CreateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateDropdownWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateEntry(ctx context.Context, body CreateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateEntryWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFeature(ctx context.Context, body CreateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFeatureLibrary(ctx context.Context, body CreateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFeatureLibraryWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFeatureWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFolder(ctx context.Context, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateFolderWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateLocation(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMixture(ctx context.Context, body CreateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMixtureWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMolecule(ctx context.Context, body CreateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMoleculeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMultipartBlob(ctx context.Context, body CreateMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateMultipartBlobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateOligo(ctx context.Context, body CreateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreatePlate(ctx context.Context, params *CreatePlateParams, body CreatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreatePlateWithBody(ctx context.Context, params *CreatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRNAOligo(ctx context.Context, body CreateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRNAOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRNASequence(ctx context.Context, body CreateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRNASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRequest(ctx context.Context, body CreateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateRequestWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateTemplateNucleotideAlignment(ctx context.Context, body CreateTemplateNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateTemplateNucleotideAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateUser(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWarehouseCredentials(ctx context.Context, body CreateWarehouseCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWarehouseCredentialsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowOutput(ctx context.Context, body CreateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowOutputWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowTask(ctx context.Context, body CreateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowTaskGroup(ctx context.Context, body CreateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowTaskGroupWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) CreateWorkflowTaskWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) DeleteContainerContent(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) DeleteDNAAlignment(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) DeleteNucleotideAlignment(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ExecuteRequestsSampleGroups(ctx context.Context, requestId string, body ExecuteRequestsSampleGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ExecuteRequestsSampleGroupsWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ExportItem(ctx context.Context, body ExportItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ExportItemWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GenerateInputWithAutomationInputGenerator(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GenerateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GenerateTokenWithFormdataBody(ctx context.Context, body GenerateTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAASequence(ctx context.Context, aaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAppConfigurationItemById(ctx context.Context, itemId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAssayResult(ctx context.Context, assayResultId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAssayRun(ctx context.Context, assayRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAutomationInputGenerator(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetAutomationOutputProcessor(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBatch(ctx context.Context, batchId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBatchSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBenchlingAppByID(ctx context.Context, appId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBlob(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBlobUrl(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBox(ctx context.Context, boxId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetBoxSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetContainer(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetContainerContent(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetContainerSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetCustomEntity(ctx context.Context, customEntityId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetDNAAlignment(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetDNAOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetDNASequence(ctx context.Context, dnaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetDropdown(ctx context.Context, dropdownId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetEnitityBatches(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetEntitySchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetEntry(ctx context.Context, entryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetEntrySchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetEntryTemplate(ctx context.Context, entryTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetExternalFileMetadata(ctx context.Context, entryId string, externalFileId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetFeature(ctx context.Context, featureId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetFeatureLibrary(ctx context.Context, featureLibraryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetFolder(ctx context.Context, folderId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetLabAutomationTransform(ctx context.Context, transformId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetLocation(ctx context.Context, locationId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetLocationSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetMixture(ctx context.Context, mixtureId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetMolecule(ctx context.Context, moleculeId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetNucleotideAlignment(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetOrganization(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetPlate(ctx context.Context, plateId string, params *GetPlateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetPlateSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRNAOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRNASequence(ctx context.Context, rnaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRequest(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRequestFulfillment(ctx context.Context, requestFulfillmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRequestResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRequestSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRequestTaskSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetResultSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetRunSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetTask(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetTeam(ctx context.Context, teamId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetUserActivity(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetWorkflowOutput(ctx context.Context, workflowOutputId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetWorkflowTask(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetWorkflowTaskGroup(ctx context.Context, workflowTaskGroupId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) GetWorkflowTaskSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAASequences(ctx context.Context, params *ListAASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAppConfigurationItems(ctx context.Context, params *ListAppConfigurationItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAssayResultSchemas(ctx context.Context, params *ListAssayResultSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAssayResults(ctx context.Context, params *ListAssayResultsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAssayRunSchemas(ctx context.Context, params *ListAssayRunSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAssayRuns(ctx context.Context, params *ListAssayRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAutomationInputGenerators(ctx context.Context, assayRunId string, params *ListAutomationInputGeneratorsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAutomationOutputProcessors(ctx context.Context, params *ListAutomationOutputProcessorsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListAutomationOutputProcessorsDeprecated(ctx context.Context, assayRunId string, params *ListAutomationOutputProcessorsDeprecatedParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBatchSchemas(ctx context.Context, params *ListBatchSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBatchSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBatches(ctx context.Context, params *ListBatchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBenchlingApps(ctx context.Context, params *ListBenchlingAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBoxContents(ctx context.Context, boxId string, params *ListBoxContentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBoxSchemas(ctx context.Context, params *ListBoxSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBoxSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListBoxes(ctx context.Context, params *ListBoxesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListContainerContents(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListContainerSchemas(ctx context.Context, params *ListContainerSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListContainerSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListContainers(ctx context.Context, params *ListContainersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListCustomEntities(ctx context.Context, params *ListCustomEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListDNAAlignments(ctx context.Context, params *ListDNAAlignmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListDNAOligos(ctx context.Context, params *ListDNAOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListDNASequences(ctx context.Context, params *ListDNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListDropdowns(ctx context.Context, params *ListDropdownsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListDropdownsByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEntitySchemas(ctx context.Context, params *ListEntitySchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEntitySchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEntries(ctx context.Context, params *ListEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEntrySchemas(ctx context.Context, params *ListEntrySchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEntryTemplates(ctx context.Context, params *ListEntryTemplatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListEvents(ctx context.Context, params *ListEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListFeatureLibraries(ctx context.Context, params *ListFeatureLibrariesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListFeatures(ctx context.Context, params *ListFeaturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListFolders(ctx context.Context, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLabelTemplates(ctx context.Context, registryId string, params *ListLabelTemplatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflowStageRunInputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflowStageRunOutputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflowStageRunRegisteredSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflowStageRuns(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflowStages(ctx context.Context, legacyWorkflowId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLegacyWorkflows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLocationSchemas(ctx context.Context, params *ListLocationSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLocationSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListLocations(ctx context.Context, params *ListLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListMixtures(ctx context.Context, params *ListMixturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListMolecules(ctx context.Context, params *ListMoleculesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListNucleotideAlignments(ctx context.Context, params *ListNucleotideAlignmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListOligos(ctx context.Context, params *ListOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListOrganizations(ctx context.Context, params *ListOrganizationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListPlateSchemas(ctx context.Context, params *ListPlateSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListPlateSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListPlates(ctx context.Context, params *ListPlatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListPrinters(ctx context.Context, registryId string, params *ListPrintersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListProjects(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRNAOligos(ctx context.Context, params *ListRNAOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRNASequences(ctx context.Context, params *ListRNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRegistries(ctx context.Context, params *ListRegistriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRequestFulfillments(ctx context.Context, params *ListRequestFulfillmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRequestSchemas(ctx context.Context, params *ListRequestSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRequestTaskSchemas(ctx context.Context, params *ListRequestTaskSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListRequests(ctx context.Context, params *ListRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListStageRunInputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListStageRunOutputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListStageRunRegisteredSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListTeams(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListUsers(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowOutputs(ctx context.Context, params *ListWorkflowOutputsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowStageRuns(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowStages(ctx context.Context, workflowId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowTaskGroups(ctx context.Context, params *ListWorkflowTaskGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowTaskSchemas(ctx context.Context, params *ListWorkflowTaskSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflowTasks(ctx context.Context, params *ListWorkflowTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ListWorkflows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PatchBenchlingApp(ctx context.Context, appId string, body PatchBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PatchBenchlingAppWithBody(ctx context.Context, appId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PatchRequest(ctx context.Context, requestId string, body PatchRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PatchRequestWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PrintLabels(ctx context.Context, body PrintLabelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) PrintLabelsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ProcessOutputWithAutomationOutputProcessor(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) RegisterEntities(ctx context.Context, registryId string, body RegisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) RegisterEntitiesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ReserveContainers(ctx context.Context, body ReserveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ReserveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) TransferIntoContainer(ctx context.Context, destinationContainerId string, body TransferIntoContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) TransferIntoContainerWithBody(ctx context.Context, destinationContainerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) TransferIntoContainers(ctx context.Context, body TransferIntoContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) TransferIntoContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAASequences(ctx context.Context, body UnarchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAssayResults(ctx context.Context, body UnarchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAssayRuns(ctx context.Context, body UnarchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAutomationOutputProcessors(ctx context.Context, body UnarchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveAutomationOutputProcessorsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBatches(ctx context.Context, body UnarchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBatchesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBenchlingApps(ctx context.Context, body UnarchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBenchlingAppsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBoxes(ctx context.Context, body UnarchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveBoxesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveContainers(ctx context.Context, body UnarchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveCustomEntities(ctx context.Context, body UnarchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDNAOligos(ctx context.Context, body UnarchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDNASequences(ctx context.Context, body UnarchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDropdownOptions(ctx context.Context, dropdownId string, body UnarchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveDropdownOptionsWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveEntries(ctx context.Context, body UnarchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveEntriesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveFolders(ctx context.Context, body UnarchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveLocations(ctx context.Context, body UnarchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveLocationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveMixtures(ctx context.Context, body UnarchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveMolecules(ctx context.Context, body UnarchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveOligos(ctx context.Context, body UnarchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchivePlates(ctx context.Context, body UnarchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchivePlatesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveProjects(ctx context.Context, body UnarchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveProjectsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveRNAOligos(ctx context.Context, body UnarchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveRNASequences(ctx context.Context, body UnarchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowOutputs(ctx context.Context, body UnarchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowTaskGroups(ctx context.Context, body UnarchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowTaskGroupsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowTasks(ctx context.Context, body UnarchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnarchiveWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnregisterEntities(ctx context.Context, registryId string, body UnregisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UnregisterEntitiesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAASequence(ctx context.Context, aaSequenceId string, body UpdateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAASequenceWithBody(ctx context.Context, aaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAppConfigurationItem(ctx context.Context, itemId string, body UpdateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAppConfigurationItemWithBody(ctx context.Context, itemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAssayRun(ctx context.Context, assayRunId string, body UpdateAssayRunJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAssayRunWithBody(ctx context.Context, assayRunId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAutomationInputGenerator(ctx context.Context, inputGeneratorId string, body UpdateAutomationInputGeneratorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAutomationInputGeneratorWithBody(ctx context.Context, inputGeneratorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAutomationOutputProcessor(ctx context.Context, outputProcessorId string, body UpdateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateAutomationOutputProcessorWithBody(ctx context.Context, outputProcessorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateBatch(ctx context.Context, batchId string, body UpdateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateBatchWithBody(ctx context.Context, batchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateBox(ctx context.Context, boxId string, body UpdateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateBoxWithBody(ctx context.Context, boxId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateContainer(ctx context.Context, containerId string, body UpdateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateContainerContent(ctx context.Context, containerId string, containableId string, body UpdateContainerContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateContainerContentWithBody(ctx context.Context, containerId string, containableId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateContainerWithBody(ctx context.Context, containerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateCustomEntity(ctx context.Context, customEntityId string, body UpdateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateCustomEntityWithBody(ctx context.Context, customEntityId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDNAOligo(ctx context.Context, oligoId string, body UpdateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDNAOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDNASequence(ctx context.Context, dnaSequenceId string, body UpdateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDNASequenceWithBody(ctx context.Context, dnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDropdown(ctx context.Context, dropdownId string, body UpdateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateDropdownWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateEntry(ctx context.Context, entryId string, body UpdateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateEntryWithBody(ctx context.Context, entryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateFeature(ctx context.Context, featureId string, body UpdateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateFeatureLibrary(ctx context.Context, featureLibraryId string, body UpdateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateFeatureLibraryWithBody(ctx context.Context, featureLibraryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateFeatureWithBody(ctx context.Context, featureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLabAutomationTransform(ctx context.Context, transformId string, body UpdateLabAutomationTransformJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLabAutomationTransformWithBody(ctx context.Context, transformId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLegacyWorkflowMetadata(ctx context.Context, legacyWorkflowId string, body UpdateLegacyWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLegacyWorkflowMetadataWithBody(ctx context.Context, legacyWorkflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLocation(ctx context.Context, locationId string, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateLocationWithBody(ctx context.Context, locationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateMixture(ctx context.Context, mixtureId string, body UpdateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateMixtureWithBody(ctx context.Context, mixtureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateMolecule(ctx context.Context, moleculeId string, body UpdateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateMoleculeWithBody(ctx context.Context, moleculeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateOligo(ctx context.Context, oligoId string, body UpdateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdatePlate(ctx context.Context, plateId string, params *UpdatePlateParams, body UpdatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdatePlateWithBody(ctx context.Context, plateId string, params *UpdatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateRNAOligo(ctx context.Context, oligoId string, body UpdateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateRNAOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateRNASequence(ctx context.Context, rnaSequenceId string, body UpdateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateRNASequenceWithBody(ctx context.Context, rnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateUser(ctx context.Context, userId string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowMetadata(ctx context.Context, workflowId string, body UpdateWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowMetadataWithBody(ctx context.Context, workflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowOutput(ctx context.Context, workflowOutputId string, body UpdateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowOutputWithBody(ctx context.Context, workflowOutputId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowTask(ctx context.Context, workflowTaskId string, body UpdateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowTaskGroup(ctx context.Context, workflowTaskGroupId string, body UpdateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowTaskGroupWithBody(ctx context.Context, workflowTaskGroupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) UpdateWorkflowTaskWithBody(ctx context.Context, workflowTaskId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ValidateBarcodes(ctx context.Context, registryId string, body ValidateBarcodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (c *Client) ValidateBarcodesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
Type ClientInterface
type ClientInterface interface {
// ListAASequences request
ListAASequences(ctx context.Context, params *ListAASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAASequence request with any body
CreateAASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAASequence(ctx context.Context, body CreateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAASequence request
GetAASequence(ctx context.Context, aaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateAASequence request with any body
UpdateAASequenceWithBody(ctx context.Context, aaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateAASequence(ctx context.Context, aaSequenceId string, body UpdateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveAASequences request with any body
ArchiveAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveAASequences(ctx context.Context, body ArchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutoAnnotateAaSequences request with any body
AutoAnnotateAaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutoAnnotateAaSequences(ctx context.Context, body AutoAnnotateAaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateAASequences request with any body
BulkCreateAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateAASequences(ctx context.Context, body BulkCreateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetAASequences request
BulkGetAASequences(ctx context.Context, params *BulkGetAASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateAASequences request with any body
BulkUpdateAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateAASequences(ctx context.Context, body BulkUpdateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveAASequences request with any body
UnarchiveAASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveAASequences(ctx context.Context, body UnarchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAppConfigurationItems request
ListAppConfigurationItems(ctx context.Context, params *ListAppConfigurationItemsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAppConfigurationItem request with any body
CreateAppConfigurationItemWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAppConfigurationItem(ctx context.Context, body CreateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAppConfigurationItemById request
GetAppConfigurationItemById(ctx context.Context, itemId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateAppConfigurationItem request with any body
UpdateAppConfigurationItemWithBody(ctx context.Context, itemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateAppConfigurationItem(ctx context.Context, itemId string, body UpdateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateAppConfigurationItems request with any body
BulkCreateAppConfigurationItemsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateAppConfigurationItems(ctx context.Context, body BulkCreateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateAppConfigurationItems request with any body
BulkUpdateAppConfigurationItemsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateAppConfigurationItems(ctx context.Context, body BulkUpdateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBenchlingApps request
ListBenchlingApps(ctx context.Context, params *ListBenchlingAppsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateBenchlingApp request with any body
CreateBenchlingAppWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateBenchlingApp(ctx context.Context, body CreateBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBenchlingAppByID request
GetBenchlingAppByID(ctx context.Context, appId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchBenchlingApp request with any body
PatchBenchlingAppWithBody(ctx context.Context, appId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PatchBenchlingApp(ctx context.Context, appId string, body PatchBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveBenchlingApps request with any body
ArchiveBenchlingAppsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveBenchlingApps(ctx context.Context, body ArchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveBenchlingApps request with any body
UnarchiveBenchlingAppsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveBenchlingApps(ctx context.Context, body UnarchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAssayResultSchemas request
ListAssayResultSchemas(ctx context.Context, params *ListAssayResultSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetResultSchema request
GetResultSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAssayResults request
ListAssayResults(ctx context.Context, params *ListAssayResultsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAssayResults request with any body
CreateAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAssayResults(ctx context.Context, body CreateAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAssayResult request
GetAssayResult(ctx context.Context, assayResultId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveAssayResults request with any body
ArchiveAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveAssayResults(ctx context.Context, body ArchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetAssayResults request
BulkGetAssayResults(ctx context.Context, params *BulkGetAssayResultsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveAssayResults request with any body
UnarchiveAssayResultsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveAssayResults(ctx context.Context, body UnarchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAssayRunSchemas request
ListAssayRunSchemas(ctx context.Context, params *ListAssayRunSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRunSchema request
GetRunSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAssayRuns request
ListAssayRuns(ctx context.Context, params *ListAssayRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAssayRuns request with any body
CreateAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAssayRuns(ctx context.Context, body CreateAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAssayRun request
GetAssayRun(ctx context.Context, assayRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateAssayRun request with any body
UpdateAssayRunWithBody(ctx context.Context, assayRunId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateAssayRun(ctx context.Context, assayRunId string, body UpdateAssayRunJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAutomationInputGenerators request
ListAutomationInputGenerators(ctx context.Context, assayRunId string, params *ListAutomationInputGeneratorsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAutomationOutputProcessorsDeprecated request
ListAutomationOutputProcessorsDeprecated(ctx context.Context, assayRunId string, params *ListAutomationOutputProcessorsDeprecatedParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveAssayRuns request with any body
ArchiveAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveAssayRuns(ctx context.Context, body ArchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetAssayRuns request
BulkGetAssayRuns(ctx context.Context, params *BulkGetAssayRunsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveAssayRuns request with any body
UnarchiveAssayRunsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveAssayRuns(ctx context.Context, body UnarchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLabAutomationTransform request
GetLabAutomationTransform(ctx context.Context, transformId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLabAutomationTransform request with any body
UpdateLabAutomationTransformWithBody(ctx context.Context, transformId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLabAutomationTransform(ctx context.Context, transformId string, body UpdateLabAutomationTransformJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAutomationInputGenerator request
GetAutomationInputGenerator(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateAutomationInputGenerator request with any body
UpdateAutomationInputGeneratorWithBody(ctx context.Context, inputGeneratorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateAutomationInputGenerator(ctx context.Context, inputGeneratorId string, body UpdateAutomationInputGeneratorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GenerateInputWithAutomationInputGenerator request
GenerateInputWithAutomationInputGenerator(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListAutomationOutputProcessors request
ListAutomationOutputProcessors(ctx context.Context, params *ListAutomationOutputProcessorsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAutomationOutputProcessor request with any body
CreateAutomationOutputProcessorWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAutomationOutputProcessor(ctx context.Context, body CreateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetAutomationOutputProcessor request
GetAutomationOutputProcessor(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateAutomationOutputProcessor request with any body
UpdateAutomationOutputProcessorWithBody(ctx context.Context, outputProcessorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateAutomationOutputProcessor(ctx context.Context, outputProcessorId string, body UpdateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProcessOutputWithAutomationOutputProcessor request
ProcessOutputWithAutomationOutputProcessor(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveAutomationOutputProcessors request with any body
ArchiveAutomationOutputProcessorsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveAutomationOutputProcessors(ctx context.Context, body ArchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveAutomationOutputProcessors request with any body
UnarchiveAutomationOutputProcessorsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveAutomationOutputProcessors(ctx context.Context, body UnarchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBatchSchemas request
ListBatchSchemas(ctx context.Context, params *ListBatchSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBatchSchema request
GetBatchSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBatches request
ListBatches(ctx context.Context, params *ListBatchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateBatch request with any body
CreateBatchWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateBatch(ctx context.Context, body CreateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBatch request
GetBatch(ctx context.Context, batchId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateBatch request with any body
UpdateBatchWithBody(ctx context.Context, batchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateBatch(ctx context.Context, batchId string, body UpdateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveBatches request with any body
ArchiveBatchesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveBatches(ctx context.Context, body ArchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetBatches request
BulkGetBatches(ctx context.Context, params *BulkGetBatchesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveBatches request with any body
UnarchiveBatchesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveBatches(ctx context.Context, body UnarchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateBlob request with any body
CreateBlobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateBlob(ctx context.Context, body CreateBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBlob request
GetBlob(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBlobUrl request
GetBlobUrl(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateBlobPart request with any body
CreateBlobPartWithBody(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateBlobPart(ctx context.Context, blobId string, body CreateBlobPartJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AbortMultipartBlob request
AbortMultipartBlob(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CompleteMultipartBlob request with any body
CompleteMultipartBlobWithBody(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CompleteMultipartBlob(ctx context.Context, blobId string, body CompleteMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetBlobs request
BulkGetBlobs(ctx context.Context, params *BulkGetBlobsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateMultipartBlob request with any body
CreateMultipartBlobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateMultipartBlob(ctx context.Context, body CreateMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBoxSchemas request
ListBoxSchemas(ctx context.Context, params *ListBoxSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBoxSchema request
GetBoxSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBoxes request
ListBoxes(ctx context.Context, params *ListBoxesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateBox request with any body
CreateBoxWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateBox(ctx context.Context, body CreateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetBox request
GetBox(ctx context.Context, boxId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateBox request with any body
UpdateBoxWithBody(ctx context.Context, boxId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateBox(ctx context.Context, boxId string, body UpdateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBoxContents request
ListBoxContents(ctx context.Context, boxId string, params *ListBoxContentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveBoxes request with any body
ArchiveBoxesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveBoxes(ctx context.Context, body ArchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetBoxes request
BulkGetBoxes(ctx context.Context, params *BulkGetBoxesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveBoxes request with any body
UnarchiveBoxesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveBoxes(ctx context.Context, body UnarchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListContainerSchemas request
ListContainerSchemas(ctx context.Context, params *ListContainerSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetContainerSchema request
GetContainerSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListContainers request
ListContainers(ctx context.Context, params *ListContainersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateContainer request with any body
CreateContainerWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateContainer(ctx context.Context, body CreateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetContainer request
GetContainer(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateContainer request with any body
UpdateContainerWithBody(ctx context.Context, containerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateContainer(ctx context.Context, containerId string, body UpdateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListContainerContents request
ListContainerContents(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteContainerContent request
DeleteContainerContent(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetContainerContent request
GetContainerContent(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateContainerContent request with any body
UpdateContainerContentWithBody(ctx context.Context, containerId string, containableId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateContainerContent(ctx context.Context, containerId string, containableId string, body UpdateContainerContentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TransferIntoContainer request with any body
TransferIntoContainerWithBody(ctx context.Context, destinationContainerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TransferIntoContainer(ctx context.Context, destinationContainerId string, body TransferIntoContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveContainers request with any body
ArchiveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveContainers(ctx context.Context, body ArchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateContainers request with any body
BulkCreateContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateContainers(ctx context.Context, body BulkCreateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetContainers request
BulkGetContainers(ctx context.Context, params *BulkGetContainersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateContainers request with any body
BulkUpdateContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateContainers(ctx context.Context, body BulkUpdateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CheckinContainers request with any body
CheckinContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CheckinContainers(ctx context.Context, body CheckinContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CheckoutContainers request with any body
CheckoutContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CheckoutContainers(ctx context.Context, body CheckoutContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// PrintLabels request with any body
PrintLabelsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PrintLabels(ctx context.Context, body PrintLabelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ReserveContainers request with any body
ReserveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ReserveContainers(ctx context.Context, body ReserveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveContainers request with any body
UnarchiveContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveContainers(ctx context.Context, body UnarchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListCustomEntities request
ListCustomEntities(ctx context.Context, params *ListCustomEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateCustomEntity request with any body
CreateCustomEntityWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateCustomEntity(ctx context.Context, body CreateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetCustomEntity request
GetCustomEntity(ctx context.Context, customEntityId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateCustomEntity request with any body
UpdateCustomEntityWithBody(ctx context.Context, customEntityId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateCustomEntity(ctx context.Context, customEntityId string, body UpdateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveCustomEntities request with any body
ArchiveCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveCustomEntities(ctx context.Context, body ArchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateCustomEntities request with any body
BulkCreateCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateCustomEntities(ctx context.Context, body BulkCreateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetCustomEntities request
BulkGetCustomEntities(ctx context.Context, params *BulkGetCustomEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateCustomEntities request with any body
BulkUpdateCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateCustomEntities(ctx context.Context, body BulkUpdateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveCustomEntities request with any body
UnarchiveCustomEntitiesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveCustomEntities(ctx context.Context, body UnarchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListDNAAlignments request
ListDNAAlignments(ctx context.Context, params *ListDNAAlignmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteDNAAlignment request
DeleteDNAAlignment(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDNAAlignment request
GetDNAAlignment(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDnaConsensusAlignment request with any body
CreateDnaConsensusAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDnaConsensusAlignment(ctx context.Context, body CreateDnaConsensusAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDnaTemplateAlignment request with any body
CreateDnaTemplateAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDnaTemplateAlignment(ctx context.Context, body CreateDnaTemplateAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListDNAOligos request
ListDNAOligos(ctx context.Context, params *ListDNAOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDNAOligo request with any body
CreateDNAOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDNAOligo(ctx context.Context, body CreateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDNAOligo request
GetDNAOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateDNAOligo request with any body
UpdateDNAOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateDNAOligo(ctx context.Context, oligoId string, body UpdateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveDNAOligos request with any body
ArchiveDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveDNAOligos(ctx context.Context, body ArchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateDNAOligos request with any body
BulkCreateDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateDNAOligos(ctx context.Context, body BulkCreateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateDNAOligos request with any body
BulkUpdateDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateDNAOligos(ctx context.Context, body BulkUpdateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveDNAOligos request with any body
UnarchiveDNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveDNAOligos(ctx context.Context, body UnarchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListDNASequences request
ListDNASequences(ctx context.Context, params *ListDNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDNASequence request with any body
CreateDNASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDNASequence(ctx context.Context, body CreateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDNASequence request
GetDNASequence(ctx context.Context, dnaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateDNASequence request with any body
UpdateDNASequenceWithBody(ctx context.Context, dnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateDNASequence(ctx context.Context, dnaSequenceId string, body UpdateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveDNASequences request with any body
ArchiveDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveDNASequences(ctx context.Context, body ArchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutoAnnotateDnaSequences request with any body
AutoAnnotateDnaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutoAnnotateDnaSequences(ctx context.Context, body AutoAnnotateDnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutofillDNASequenceParts request with any body
AutofillDNASequencePartsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutofillDNASequenceParts(ctx context.Context, body AutofillDNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutofillDNASequenceTranslations request with any body
AutofillDNASequenceTranslationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutofillDNASequenceTranslations(ctx context.Context, body AutofillDNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateDNASequences request with any body
BulkCreateDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateDNASequences(ctx context.Context, body BulkCreateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetDNASequences request
BulkGetDNASequences(ctx context.Context, params *BulkGetDNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateDNASequences request with any body
BulkUpdateDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateDNASequences(ctx context.Context, body BulkUpdateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveDNASequences request with any body
UnarchiveDNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveDNASequences(ctx context.Context, body UnarchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListDropdowns request
ListDropdowns(ctx context.Context, params *ListDropdownsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateDropdown request with any body
CreateDropdownWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateDropdown(ctx context.Context, body CreateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetDropdown request
GetDropdown(ctx context.Context, dropdownId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateDropdown request with any body
UpdateDropdownWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateDropdown(ctx context.Context, dropdownId string, body UpdateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveDropdownOptions request with any body
ArchiveDropdownOptionsWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveDropdownOptions(ctx context.Context, dropdownId string, body ArchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveDropdownOptions request with any body
UnarchiveDropdownOptionsWithBody(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveDropdownOptions(ctx context.Context, dropdownId string, body UnarchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetEnitityBatches request
GetEnitityBatches(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEntitySchemas request
ListEntitySchemas(ctx context.Context, params *ListEntitySchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetEntitySchema request
GetEntitySchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEntries request
ListEntries(ctx context.Context, params *ListEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateEntry request with any body
CreateEntryWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateEntry(ctx context.Context, body CreateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetEntry request
GetEntry(ctx context.Context, entryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateEntry request with any body
UpdateEntryWithBody(ctx context.Context, entryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateEntry(ctx context.Context, entryId string, body UpdateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetExternalFileMetadata request
GetExternalFileMetadata(ctx context.Context, entryId string, externalFileId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveEntries request with any body
ArchiveEntriesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveEntries(ctx context.Context, body ArchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetEntries request
BulkGetEntries(ctx context.Context, params *BulkGetEntriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveEntries request with any body
UnarchiveEntriesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveEntries(ctx context.Context, body UnarchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEntrySchemas request
ListEntrySchemas(ctx context.Context, params *ListEntrySchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetEntrySchema request
GetEntrySchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEntryTemplates request
ListEntryTemplates(ctx context.Context, params *ListEntryTemplatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetEntryTemplate request
GetEntryTemplate(ctx context.Context, entryTemplateId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEvents request
ListEvents(ctx context.Context, params *ListEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExportItem request with any body
ExportItemWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExportItem(ctx context.Context, body ExportItemJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListFeatureLibraries request
ListFeatureLibraries(ctx context.Context, params *ListFeatureLibrariesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateFeatureLibrary request with any body
CreateFeatureLibraryWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateFeatureLibrary(ctx context.Context, body CreateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetFeatureLibrary request
GetFeatureLibrary(ctx context.Context, featureLibraryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateFeatureLibrary request with any body
UpdateFeatureLibraryWithBody(ctx context.Context, featureLibraryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateFeatureLibrary(ctx context.Context, featureLibraryId string, body UpdateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListFeatures request
ListFeatures(ctx context.Context, params *ListFeaturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateFeature request with any body
CreateFeatureWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateFeature(ctx context.Context, body CreateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetFeature request
GetFeature(ctx context.Context, featureId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateFeature request with any body
UpdateFeatureWithBody(ctx context.Context, featureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateFeature(ctx context.Context, featureId string, body UpdateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateFeatures request with any body
BulkCreateFeaturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateFeatures(ctx context.Context, body BulkCreateFeaturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListFolders request
ListFolders(ctx context.Context, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateFolder request with any body
CreateFolderWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateFolder(ctx context.Context, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetFolder request
GetFolder(ctx context.Context, folderId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveFolders request with any body
ArchiveFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveFolders(ctx context.Context, body ArchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveFolders request with any body
UnarchiveFoldersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveFolders(ctx context.Context, body UnarchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflowStageRunInputSamples request
ListLegacyWorkflowStageRunInputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflowStageRunOutputSamples request
ListLegacyWorkflowStageRunOutputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflowStageRunRegisteredSamples request
ListLegacyWorkflowStageRunRegisteredSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflowStageRuns request
ListLegacyWorkflowStageRuns(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflows request
ListLegacyWorkflows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLegacyWorkflowMetadata request with any body
UpdateLegacyWorkflowMetadataWithBody(ctx context.Context, legacyWorkflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLegacyWorkflowMetadata(ctx context.Context, legacyWorkflowId string, body UpdateLegacyWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLegacyWorkflowStages request
ListLegacyWorkflowStages(ctx context.Context, legacyWorkflowId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLocationSchemas request
ListLocationSchemas(ctx context.Context, params *ListLocationSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLocationSchema request
GetLocationSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLocations request
ListLocations(ctx context.Context, params *ListLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateLocation request with any body
CreateLocationWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateLocation(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetLocation request
GetLocation(ctx context.Context, locationId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateLocation request with any body
UpdateLocationWithBody(ctx context.Context, locationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateLocation(ctx context.Context, locationId string, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveLocations request with any body
ArchiveLocationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveLocations(ctx context.Context, body ArchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetLocations request
BulkGetLocations(ctx context.Context, params *BulkGetLocationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveLocations request with any body
UnarchiveLocationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveLocations(ctx context.Context, body UnarchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListMixtures request
ListMixtures(ctx context.Context, params *ListMixturesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateMixture request with any body
CreateMixtureWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateMixture(ctx context.Context, body CreateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetMixture request
GetMixture(ctx context.Context, mixtureId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateMixture request with any body
UpdateMixtureWithBody(ctx context.Context, mixtureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateMixture(ctx context.Context, mixtureId string, body UpdateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveMixtures request with any body
ArchiveMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveMixtures(ctx context.Context, body ArchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateMixtures request with any body
BulkCreateMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateMixtures(ctx context.Context, body BulkCreateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateMixtures request with any body
BulkUpdateMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateMixtures(ctx context.Context, body BulkUpdateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveMixtures request with any body
UnarchiveMixturesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveMixtures(ctx context.Context, body UnarchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListMolecules request
ListMolecules(ctx context.Context, params *ListMoleculesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateMolecule request with any body
CreateMoleculeWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateMolecule(ctx context.Context, body CreateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetMolecule request
GetMolecule(ctx context.Context, moleculeId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateMolecule request with any body
UpdateMoleculeWithBody(ctx context.Context, moleculeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateMolecule(ctx context.Context, moleculeId string, body UpdateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveMolecules request with any body
ArchiveMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveMolecules(ctx context.Context, body ArchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateMolecules request with any body
BulkCreateMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateMolecules(ctx context.Context, body BulkCreateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateMolecules request with any body
BulkUpdateMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateMolecules(ctx context.Context, body BulkUpdateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveMolecules request with any body
UnarchiveMoleculesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveMolecules(ctx context.Context, body UnarchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListNucleotideAlignments request
ListNucleotideAlignments(ctx context.Context, params *ListNucleotideAlignmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteNucleotideAlignment request
DeleteNucleotideAlignment(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetNucleotideAlignment request
GetNucleotideAlignment(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateConsensusNucleotideAlignment request with any body
CreateConsensusNucleotideAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateConsensusNucleotideAlignment(ctx context.Context, body CreateConsensusNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateTemplateNucleotideAlignment request with any body
CreateTemplateNucleotideAlignmentWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateTemplateNucleotideAlignment(ctx context.Context, body CreateTemplateNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListOligos request
ListOligos(ctx context.Context, params *ListOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateOligo request with any body
CreateOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateOligo(ctx context.Context, body CreateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetOligo request
GetOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateOligo request with any body
UpdateOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateOligo(ctx context.Context, oligoId string, body UpdateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveOligos request with any body
ArchiveOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveOligos(ctx context.Context, body ArchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateOligos request with any body
BulkCreateOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateOligos(ctx context.Context, body BulkCreateOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetOligos request
BulkGetOligos(ctx context.Context, params *BulkGetOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveOligos request with any body
UnarchiveOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveOligos(ctx context.Context, body UnarchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListOrganizations request
ListOrganizations(ctx context.Context, params *ListOrganizationsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetOrganization request
GetOrganization(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListPlateSchemas request
ListPlateSchemas(ctx context.Context, params *ListPlateSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPlateSchema request
GetPlateSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListPlates request
ListPlates(ctx context.Context, params *ListPlatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreatePlate request with any body
CreatePlateWithBody(ctx context.Context, params *CreatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreatePlate(ctx context.Context, params *CreatePlateParams, body CreatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetPlate request
GetPlate(ctx context.Context, plateId string, params *GetPlateParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdatePlate request with any body
UpdatePlateWithBody(ctx context.Context, plateId string, params *UpdatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdatePlate(ctx context.Context, plateId string, params *UpdatePlateParams, body UpdatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchivePlates request with any body
ArchivePlatesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchivePlates(ctx context.Context, body ArchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetPlates request
BulkGetPlates(ctx context.Context, params *BulkGetPlatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchivePlates request with any body
UnarchivePlatesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchivePlates(ctx context.Context, body UnarchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListProjects request
ListProjects(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetProject request
GetProject(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveProjects request with any body
ArchiveProjectsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveProjects(ctx context.Context, body ArchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveProjects request with any body
UnarchiveProjectsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveProjects(ctx context.Context, body UnarchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRegistries request
ListRegistries(ctx context.Context, params *ListRegistriesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRegistry request
GetRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBatchSchemasByRegistry request
ListBatchSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListBoxSchemasByRegistry request
ListBoxSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListContainerSchemasByRegistry request
ListContainerSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListDropdownsByRegistry request
ListDropdownsByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListEntitySchemasByRegistry request
ListEntitySchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListPrinters request
ListPrinters(ctx context.Context, registryId string, params *ListPrintersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLabelTemplates request
ListLabelTemplates(ctx context.Context, registryId string, params *ListLabelTemplatesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListLocationSchemasByRegistry request
ListLocationSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListPlateSchemasByRegistry request
ListPlateSchemasByRegistry(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetRegisteredEntities request
BulkGetRegisteredEntities(ctx context.Context, registryId string, params *BulkGetRegisteredEntitiesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// RegisterEntities request with any body
RegisterEntitiesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
RegisterEntities(ctx context.Context, registryId string, body RegisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnregisterEntities request with any body
UnregisterEntitiesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnregisterEntities(ctx context.Context, registryId string, body UnregisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ValidateBarcodes request with any body
ValidateBarcodesWithBody(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ValidateBarcodes(ctx context.Context, registryId string, body ValidateBarcodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRequestFulfillments request
ListRequestFulfillments(ctx context.Context, params *ListRequestFulfillmentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRequestFulfillment request
GetRequestFulfillment(ctx context.Context, requestFulfillmentId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRequestSchemas request
ListRequestSchemas(ctx context.Context, params *ListRequestSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRequestSchema request
GetRequestSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRequestTaskSchemas request
ListRequestTaskSchemas(ctx context.Context, params *ListRequestTaskSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRequestTaskSchema request
GetRequestTaskSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRequests request
ListRequests(ctx context.Context, params *ListRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateRequest request with any body
CreateRequestWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateRequest(ctx context.Context, body CreateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRequest request
GetRequest(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// PatchRequest request with any body
PatchRequestWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
PatchRequest(ctx context.Context, requestId string, body PatchRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRequestResponse request
GetRequestResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateRequestTasks request with any body
BulkCreateRequestTasksWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateRequestTasks(ctx context.Context, requestId string, body BulkCreateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateRequestTasks request with any body
BulkUpdateRequestTasksWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateRequestTasks(ctx context.Context, requestId string, body BulkUpdateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ExecuteRequestsSampleGroups request with any body
ExecuteRequestsSampleGroupsWithBody(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ExecuteRequestsSampleGroups(ctx context.Context, requestId string, body ExecuteRequestsSampleGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetRequests request
BulkGetRequests(ctx context.Context, params *BulkGetRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAssayResultsTransaction request
CreateAssayResultsTransaction(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateAssayResultsInTransaction request with any body
CreateAssayResultsInTransactionWithBody(ctx context.Context, transactionId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateAssayResultsInTransaction(ctx context.Context, transactionId openapi_types.UUID, body CreateAssayResultsInTransactionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AbortAssayResultsTransaction request
AbortAssayResultsTransaction(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// CommitAssayResultsTransaction request
CommitAssayResultsTransaction(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRNAOligos request
ListRNAOligos(ctx context.Context, params *ListRNAOligosParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateRNAOligo request with any body
CreateRNAOligoWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateRNAOligo(ctx context.Context, body CreateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRNAOligo request
GetRNAOligo(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateRNAOligo request with any body
UpdateRNAOligoWithBody(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateRNAOligo(ctx context.Context, oligoId string, body UpdateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveRNAOligos request with any body
ArchiveRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveRNAOligos(ctx context.Context, body ArchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateRNAOligos request with any body
BulkCreateRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateRNAOligos(ctx context.Context, body BulkCreateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateRNAOligos request with any body
BulkUpdateRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateRNAOligos(ctx context.Context, body BulkUpdateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveRNAOligos request with any body
UnarchiveRNAOligosWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveRNAOligos(ctx context.Context, body UnarchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListRNASequences request
ListRNASequences(ctx context.Context, params *ListRNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateRNASequence request with any body
CreateRNASequenceWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateRNASequence(ctx context.Context, body CreateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetRNASequence request
GetRNASequence(ctx context.Context, rnaSequenceId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateRNASequence request with any body
UpdateRNASequenceWithBody(ctx context.Context, rnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateRNASequence(ctx context.Context, rnaSequenceId string, body UpdateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveRNASequences request with any body
ArchiveRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveRNASequences(ctx context.Context, body ArchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutoAnnotateRnaSequences request with any body
AutoAnnotateRnaSequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutoAnnotateRnaSequences(ctx context.Context, body AutoAnnotateRnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutofillRNASequenceParts request with any body
AutofillRNASequencePartsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutofillRNASequenceParts(ctx context.Context, body AutofillRNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// AutofillRNASequenceTranslations request with any body
AutofillRNASequenceTranslationsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AutofillRNASequenceTranslations(ctx context.Context, body AutofillRNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateRNASequences request with any body
BulkCreateRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateRNASequences(ctx context.Context, body BulkCreateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkGetRNASequences request
BulkGetRNASequences(ctx context.Context, params *BulkGetRNASequencesParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateRNASequences request with any body
BulkUpdateRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateRNASequences(ctx context.Context, body BulkUpdateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveRNASequences request with any body
UnarchiveRNASequencesWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveRNASequences(ctx context.Context, body UnarchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTask request
GetTask(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListTeams request
ListTeams(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetTeam request
GetTeam(ctx context.Context, teamId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// GenerateToken request with any body
GenerateTokenWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GenerateTokenWithFormdataBody(ctx context.Context, body GenerateTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TransferIntoContainers request with any body
TransferIntoContainersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TransferIntoContainers(ctx context.Context, body TransferIntoContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListUsers request
ListUsers(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateUser request with any body
CreateUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateUser(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUser request
GetUser(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateUser request with any body
UpdateUserWithBody(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateUser(ctx context.Context, userId string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetUserActivity request
GetUserActivity(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateUsers request with any body
BulkCreateUsersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateUsers(ctx context.Context, body BulkCreateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateUsers request with any body
BulkUpdateUsersWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateUsers(ctx context.Context, body BulkUpdateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateWarehouseCredentials request with any body
CreateWarehouseCredentialsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateWarehouseCredentials(ctx context.Context, body CreateWarehouseCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowOutputs request
ListWorkflowOutputs(ctx context.Context, params *ListWorkflowOutputsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateWorkflowOutput request with any body
CreateWorkflowOutputWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateWorkflowOutput(ctx context.Context, body CreateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWorkflowOutput request
GetWorkflowOutput(ctx context.Context, workflowOutputId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateWorkflowOutput request with any body
UpdateWorkflowOutputWithBody(ctx context.Context, workflowOutputId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateWorkflowOutput(ctx context.Context, workflowOutputId string, body UpdateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveWorkflowOutputs request with any body
ArchiveWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveWorkflowOutputs(ctx context.Context, body ArchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateWorkflowOutputs request with any body
BulkCreateWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateWorkflowOutputs(ctx context.Context, body BulkCreateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateWorkflowOutputs request with any body
BulkUpdateWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateWorkflowOutputs(ctx context.Context, body BulkUpdateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveWorkflowOutputs request with any body
UnarchiveWorkflowOutputsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveWorkflowOutputs(ctx context.Context, body UnarchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListStageRunInputSamples request
ListStageRunInputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListStageRunOutputSamples request
ListStageRunOutputSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListStageRunRegisteredSamples request
ListStageRunRegisteredSamples(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowStageRuns request
ListWorkflowStageRuns(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowTaskGroups request
ListWorkflowTaskGroups(ctx context.Context, params *ListWorkflowTaskGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateWorkflowTaskGroup request with any body
CreateWorkflowTaskGroupWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateWorkflowTaskGroup(ctx context.Context, body CreateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWorkflowTaskGroup request
GetWorkflowTaskGroup(ctx context.Context, workflowTaskGroupId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateWorkflowTaskGroup request with any body
UpdateWorkflowTaskGroupWithBody(ctx context.Context, workflowTaskGroupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateWorkflowTaskGroup(ctx context.Context, workflowTaskGroupId string, body UpdateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveWorkflowTaskGroups request with any body
ArchiveWorkflowTaskGroupsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveWorkflowTaskGroups(ctx context.Context, body ArchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveWorkflowTaskGroups request with any body
UnarchiveWorkflowTaskGroupsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveWorkflowTaskGroups(ctx context.Context, body UnarchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowTaskSchemas request
ListWorkflowTaskSchemas(ctx context.Context, params *ListWorkflowTaskSchemasParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWorkflowTaskSchema request
GetWorkflowTaskSchema(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowTasks request
ListWorkflowTasks(ctx context.Context, params *ListWorkflowTasksParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CreateWorkflowTask request with any body
CreateWorkflowTaskWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CreateWorkflowTask(ctx context.Context, body CreateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GetWorkflowTask request
GetWorkflowTask(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateWorkflowTask request with any body
UpdateWorkflowTaskWithBody(ctx context.Context, workflowTaskId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateWorkflowTask(ctx context.Context, workflowTaskId string, body UpdateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CopyWorkflowTask request
CopyWorkflowTask(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*http.Response, error)
// ArchiveWorkflowTasks request with any body
ArchiveWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ArchiveWorkflowTasks(ctx context.Context, body ArchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCopyWorkflowTasks request with any body
BulkCopyWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCopyWorkflowTasks(ctx context.Context, body BulkCopyWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkCreateWorkflowTasks request with any body
BulkCreateWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkCreateWorkflowTasks(ctx context.Context, body BulkCreateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkUpdateWorkflowTasks request with any body
BulkUpdateWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkUpdateWorkflowTasks(ctx context.Context, body BulkUpdateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UnarchiveWorkflowTasks request with any body
UnarchiveWorkflowTasksWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UnarchiveWorkflowTasks(ctx context.Context, body UnarchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflows request
ListWorkflows(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UpdateWorkflowMetadata request with any body
UpdateWorkflowMetadataWithBody(ctx context.Context, workflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UpdateWorkflowMetadata(ctx context.Context, workflowId string, body UpdateWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ListWorkflowStages request
ListWorkflowStages(ctx context.Context, workflowId string, reqEditors ...RequestEditorFn) (*http.Response, error)
}
The interface specification for the client above.
Type ClientOption
type ClientOption func(*Client) error
ClientOption allows setting custom parameters during construction
Functions
func WithBaseURL(baseURL string) ClientOption
WithBaseURL overrides the baseURL.
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically
created using http.Client. This is useful for tests.
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be
called right before sending the request. This can be used to mutate the
request.
Type ClientWithResponses
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
Functions
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client
with return type handling
Methods
func (c *ClientWithResponses) AbortAssayResultsTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AbortAssayResultsTransactionResponse, error)
AbortAssayResultsTransactionWithResponse request returning
*AbortAssayResultsTransactionResponse
func (c *ClientWithResponses) AbortMultipartBlobWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*AbortMultipartBlobResponse, error)
AbortMultipartBlobWithResponse request returning *AbortMultipartBlobResponse
func (c *ClientWithResponses) ArchiveAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAASequencesResponse, error)
ArchiveAASequencesWithBodyWithResponse request with arbitrary body returning
*ArchiveAASequencesResponse
func (c *ClientWithResponses) ArchiveAASequencesWithResponse(ctx context.Context, body ArchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAASequencesResponse, error)
func (c *ClientWithResponses) ArchiveAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAssayResultsResponse, error)
ArchiveAssayResultsWithBodyWithResponse request with arbitrary body
returning *ArchiveAssayResultsResponse
func (c *ClientWithResponses) ArchiveAssayResultsWithResponse(ctx context.Context, body ArchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAssayResultsResponse, error)
func (c *ClientWithResponses) ArchiveAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAssayRunsResponse, error)
ArchiveAssayRunsWithBodyWithResponse request with arbitrary body returning
*ArchiveAssayRunsResponse
func (c *ClientWithResponses) ArchiveAssayRunsWithResponse(ctx context.Context, body ArchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAssayRunsResponse, error)
func (c *ClientWithResponses) ArchiveAutomationOutputProcessorsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAutomationOutputProcessorsResponse, error)
ArchiveAutomationOutputProcessorsWithBodyWithResponse request with arbitrary
body returning *ArchiveAutomationOutputProcessorsResponse
func (c *ClientWithResponses) ArchiveAutomationOutputProcessorsWithResponse(ctx context.Context, body ArchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAutomationOutputProcessorsResponse, error)
func (c *ClientWithResponses) ArchiveBatchesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBatchesResponse, error)
ArchiveBatchesWithBodyWithResponse request with arbitrary body returning
*ArchiveBatchesResponse
func (c *ClientWithResponses) ArchiveBatchesWithResponse(ctx context.Context, body ArchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBatchesResponse, error)
func (c *ClientWithResponses) ArchiveBenchlingAppsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBenchlingAppsResponse, error)
ArchiveBenchlingAppsWithBodyWithResponse request with arbitrary body
returning *ArchiveBenchlingAppsResponse
func (c *ClientWithResponses) ArchiveBenchlingAppsWithResponse(ctx context.Context, body ArchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBenchlingAppsResponse, error)
func (c *ClientWithResponses) ArchiveBoxesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBoxesResponse, error)
ArchiveBoxesWithBodyWithResponse request with arbitrary body returning
*ArchiveBoxesResponse
func (c *ClientWithResponses) ArchiveBoxesWithResponse(ctx context.Context, body ArchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBoxesResponse, error)
func (c *ClientWithResponses) ArchiveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveContainersResponse, error)
ArchiveContainersWithBodyWithResponse request with arbitrary body returning
*ArchiveContainersResponse
func (c *ClientWithResponses) ArchiveContainersWithResponse(ctx context.Context, body ArchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveContainersResponse, error)
func (c *ClientWithResponses) ArchiveCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveCustomEntitiesResponse, error)
ArchiveCustomEntitiesWithBodyWithResponse request with arbitrary body
returning *ArchiveCustomEntitiesResponse
func (c *ClientWithResponses) ArchiveCustomEntitiesWithResponse(ctx context.Context, body ArchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveCustomEntitiesResponse, error)
func (c *ClientWithResponses) ArchiveDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDNAOligosResponse, error)
ArchiveDNAOligosWithBodyWithResponse request with arbitrary body returning
*ArchiveDNAOligosResponse
func (c *ClientWithResponses) ArchiveDNAOligosWithResponse(ctx context.Context, body ArchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDNAOligosResponse, error)
func (c *ClientWithResponses) ArchiveDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDNASequencesResponse, error)
ArchiveDNASequencesWithBodyWithResponse request with arbitrary body
returning *ArchiveDNASequencesResponse
func (c *ClientWithResponses) ArchiveDNASequencesWithResponse(ctx context.Context, body ArchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDNASequencesResponse, error)
func (c *ClientWithResponses) ArchiveDropdownOptionsWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDropdownOptionsResponse, error)
ArchiveDropdownOptionsWithBodyWithResponse request with arbitrary body
returning *ArchiveDropdownOptionsResponse
func (c *ClientWithResponses) ArchiveDropdownOptionsWithResponse(ctx context.Context, dropdownId string, body ArchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDropdownOptionsResponse, error)
func (c *ClientWithResponses) ArchiveEntriesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveEntriesResponse, error)
ArchiveEntriesWithBodyWithResponse request with arbitrary body returning
*ArchiveEntriesResponse
func (c *ClientWithResponses) ArchiveEntriesWithResponse(ctx context.Context, body ArchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveEntriesResponse, error)
func (c *ClientWithResponses) ArchiveFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveFoldersResponse, error)
ArchiveFoldersWithBodyWithResponse request with arbitrary body returning
*ArchiveFoldersResponse
func (c *ClientWithResponses) ArchiveFoldersWithResponse(ctx context.Context, body ArchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveFoldersResponse, error)
func (c *ClientWithResponses) ArchiveLocationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveLocationsResponse, error)
ArchiveLocationsWithBodyWithResponse request with arbitrary body returning
*ArchiveLocationsResponse
func (c *ClientWithResponses) ArchiveLocationsWithResponse(ctx context.Context, body ArchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveLocationsResponse, error)
func (c *ClientWithResponses) ArchiveMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveMixturesResponse, error)
ArchiveMixturesWithBodyWithResponse request with arbitrary body returning
*ArchiveMixturesResponse
func (c *ClientWithResponses) ArchiveMixturesWithResponse(ctx context.Context, body ArchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveMixturesResponse, error)
func (c *ClientWithResponses) ArchiveMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveMoleculesResponse, error)
ArchiveMoleculesWithBodyWithResponse request with arbitrary body returning
*ArchiveMoleculesResponse
func (c *ClientWithResponses) ArchiveMoleculesWithResponse(ctx context.Context, body ArchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveMoleculesResponse, error)
func (c *ClientWithResponses) ArchiveOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveOligosResponse, error)
ArchiveOligosWithBodyWithResponse request with arbitrary body returning
*ArchiveOligosResponse
func (c *ClientWithResponses) ArchiveOligosWithResponse(ctx context.Context, body ArchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveOligosResponse, error)
func (c *ClientWithResponses) ArchivePlatesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchivePlatesResponse, error)
ArchivePlatesWithBodyWithResponse request with arbitrary body returning
*ArchivePlatesResponse
func (c *ClientWithResponses) ArchivePlatesWithResponse(ctx context.Context, body ArchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchivePlatesResponse, error)
func (c *ClientWithResponses) ArchiveProjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveProjectsResponse, error)
ArchiveProjectsWithBodyWithResponse request with arbitrary body returning
*ArchiveProjectsResponse
func (c *ClientWithResponses) ArchiveProjectsWithResponse(ctx context.Context, body ArchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveProjectsResponse, error)
func (c *ClientWithResponses) ArchiveRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveRNAOligosResponse, error)
ArchiveRNAOligosWithBodyWithResponse request with arbitrary body returning
*ArchiveRNAOligosResponse
func (c *ClientWithResponses) ArchiveRNAOligosWithResponse(ctx context.Context, body ArchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveRNAOligosResponse, error)
func (c *ClientWithResponses) ArchiveRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveRNASequencesResponse, error)
ArchiveRNASequencesWithBodyWithResponse request with arbitrary body
returning *ArchiveRNASequencesResponse
func (c *ClientWithResponses) ArchiveRNASequencesWithResponse(ctx context.Context, body ArchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveRNASequencesResponse, error)
func (c *ClientWithResponses) ArchiveWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowOutputsResponse, error)
ArchiveWorkflowOutputsWithBodyWithResponse request with arbitrary body
returning *ArchiveWorkflowOutputsResponse
func (c *ClientWithResponses) ArchiveWorkflowOutputsWithResponse(ctx context.Context, body ArchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowOutputsResponse, error)
func (c *ClientWithResponses) ArchiveWorkflowTaskGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTaskGroupsResponse, error)
ArchiveWorkflowTaskGroupsWithBodyWithResponse request with arbitrary body
returning *ArchiveWorkflowTaskGroupsResponse
func (c *ClientWithResponses) ArchiveWorkflowTaskGroupsWithResponse(ctx context.Context, body ArchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTaskGroupsResponse, error)
func (c *ClientWithResponses) ArchiveWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTasksResponse, error)
ArchiveWorkflowTasksWithBodyWithResponse request with arbitrary body
returning *ArchiveWorkflowTasksResponse
func (c *ClientWithResponses) ArchiveWorkflowTasksWithResponse(ctx context.Context, body ArchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTasksResponse, error)
func (c *ClientWithResponses) AutoAnnotateAaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateAaSequencesResponse, error)
AutoAnnotateAaSequencesWithBodyWithResponse request with arbitrary body
returning *AutoAnnotateAaSequencesResponse
func (c *ClientWithResponses) AutoAnnotateAaSequencesWithResponse(ctx context.Context, body AutoAnnotateAaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateAaSequencesResponse, error)
func (c *ClientWithResponses) AutoAnnotateDnaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateDnaSequencesResponse, error)
AutoAnnotateDnaSequencesWithBodyWithResponse request with arbitrary body
returning *AutoAnnotateDnaSequencesResponse
func (c *ClientWithResponses) AutoAnnotateDnaSequencesWithResponse(ctx context.Context, body AutoAnnotateDnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateDnaSequencesResponse, error)
func (c *ClientWithResponses) AutoAnnotateRnaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateRnaSequencesResponse, error)
AutoAnnotateRnaSequencesWithBodyWithResponse request with arbitrary body
returning *AutoAnnotateRnaSequencesResponse
func (c *ClientWithResponses) AutoAnnotateRnaSequencesWithResponse(ctx context.Context, body AutoAnnotateRnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateRnaSequencesResponse, error)
func (c *ClientWithResponses) AutofillDNASequencePartsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillDNASequencePartsResponse, error)
AutofillDNASequencePartsWithBodyWithResponse request with arbitrary body
returning *AutofillDNASequencePartsResponse
func (c *ClientWithResponses) AutofillDNASequencePartsWithResponse(ctx context.Context, body AutofillDNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillDNASequencePartsResponse, error)
func (c *ClientWithResponses) AutofillDNASequenceTranslationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillDNASequenceTranslationsResponse, error)
AutofillDNASequenceTranslationsWithBodyWithResponse request with arbitrary
body returning *AutofillDNASequenceTranslationsResponse
func (c *ClientWithResponses) AutofillDNASequenceTranslationsWithResponse(ctx context.Context, body AutofillDNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillDNASequenceTranslationsResponse, error)
func (c *ClientWithResponses) AutofillRNASequencePartsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillRNASequencePartsResponse, error)
AutofillRNASequencePartsWithBodyWithResponse request with arbitrary body
returning *AutofillRNASequencePartsResponse
func (c *ClientWithResponses) AutofillRNASequencePartsWithResponse(ctx context.Context, body AutofillRNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillRNASequencePartsResponse, error)
func (c *ClientWithResponses) AutofillRNASequenceTranslationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillRNASequenceTranslationsResponse, error)
AutofillRNASequenceTranslationsWithBodyWithResponse request with arbitrary
body returning *AutofillRNASequenceTranslationsResponse
func (c *ClientWithResponses) AutofillRNASequenceTranslationsWithResponse(ctx context.Context, body AutofillRNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillRNASequenceTranslationsResponse, error)
func (c *ClientWithResponses) BulkCopyWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCopyWorkflowTasksResponse, error)
BulkCopyWorkflowTasksWithBodyWithResponse request with arbitrary body
returning *BulkCopyWorkflowTasksResponse
func (c *ClientWithResponses) BulkCopyWorkflowTasksWithResponse(ctx context.Context, body BulkCopyWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCopyWorkflowTasksResponse, error)
func (c *ClientWithResponses) BulkCreateAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateAASequencesResponse, error)
BulkCreateAASequencesWithBodyWithResponse request with arbitrary body
returning *BulkCreateAASequencesResponse
func (c *ClientWithResponses) BulkCreateAASequencesWithResponse(ctx context.Context, body BulkCreateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateAASequencesResponse, error)
func (c *ClientWithResponses) BulkCreateAppConfigurationItemsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateAppConfigurationItemsResponse, error)
BulkCreateAppConfigurationItemsWithBodyWithResponse request with arbitrary
body returning *BulkCreateAppConfigurationItemsResponse
func (c *ClientWithResponses) BulkCreateAppConfigurationItemsWithResponse(ctx context.Context, body BulkCreateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateAppConfigurationItemsResponse, error)
func (c *ClientWithResponses) BulkCreateContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateContainersResponse, error)
BulkCreateContainersWithBodyWithResponse request with arbitrary body
returning *BulkCreateContainersResponse
func (c *ClientWithResponses) BulkCreateContainersWithResponse(ctx context.Context, body BulkCreateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateContainersResponse, error)
func (c *ClientWithResponses) BulkCreateCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateCustomEntitiesResponse, error)
BulkCreateCustomEntitiesWithBodyWithResponse request with arbitrary body
returning *BulkCreateCustomEntitiesResponse
func (c *ClientWithResponses) BulkCreateCustomEntitiesWithResponse(ctx context.Context, body BulkCreateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateCustomEntitiesResponse, error)
func (c *ClientWithResponses) BulkCreateDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateDNAOligosResponse, error)
BulkCreateDNAOligosWithBodyWithResponse request with arbitrary body
returning *BulkCreateDNAOligosResponse
func (c *ClientWithResponses) BulkCreateDNAOligosWithResponse(ctx context.Context, body BulkCreateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateDNAOligosResponse, error)
func (c *ClientWithResponses) BulkCreateDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateDNASequencesResponse, error)
BulkCreateDNASequencesWithBodyWithResponse request with arbitrary body
returning *BulkCreateDNASequencesResponse
func (c *ClientWithResponses) BulkCreateDNASequencesWithResponse(ctx context.Context, body BulkCreateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateDNASequencesResponse, error)
func (c *ClientWithResponses) BulkCreateFeaturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateFeaturesResponse, error)
BulkCreateFeaturesWithBodyWithResponse request with arbitrary body returning
*BulkCreateFeaturesResponse
func (c *ClientWithResponses) BulkCreateFeaturesWithResponse(ctx context.Context, body BulkCreateFeaturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateFeaturesResponse, error)
func (c *ClientWithResponses) BulkCreateMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateMixturesResponse, error)
BulkCreateMixturesWithBodyWithResponse request with arbitrary body returning
*BulkCreateMixturesResponse
func (c *ClientWithResponses) BulkCreateMixturesWithResponse(ctx context.Context, body BulkCreateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateMixturesResponse, error)
func (c *ClientWithResponses) BulkCreateMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateMoleculesResponse, error)
BulkCreateMoleculesWithBodyWithResponse request with arbitrary body
returning *BulkCreateMoleculesResponse
func (c *ClientWithResponses) BulkCreateMoleculesWithResponse(ctx context.Context, body BulkCreateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateMoleculesResponse, error)
func (c *ClientWithResponses) BulkCreateOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateOligosResponse, error)
BulkCreateOligosWithBodyWithResponse request with arbitrary body returning
*BulkCreateOligosResponse
func (c *ClientWithResponses) BulkCreateOligosWithResponse(ctx context.Context, body BulkCreateOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateOligosResponse, error)
func (c *ClientWithResponses) BulkCreateRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRNAOligosResponse, error)
BulkCreateRNAOligosWithBodyWithResponse request with arbitrary body
returning *BulkCreateRNAOligosResponse
func (c *ClientWithResponses) BulkCreateRNAOligosWithResponse(ctx context.Context, body BulkCreateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRNAOligosResponse, error)
func (c *ClientWithResponses) BulkCreateRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRNASequencesResponse, error)
BulkCreateRNASequencesWithBodyWithResponse request with arbitrary body
returning *BulkCreateRNASequencesResponse
func (c *ClientWithResponses) BulkCreateRNASequencesWithResponse(ctx context.Context, body BulkCreateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRNASequencesResponse, error)
func (c *ClientWithResponses) BulkCreateRequestTasksWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRequestTasksResponse, error)
BulkCreateRequestTasksWithBodyWithResponse request with arbitrary body
returning *BulkCreateRequestTasksResponse
func (c *ClientWithResponses) BulkCreateRequestTasksWithResponse(ctx context.Context, requestId string, body BulkCreateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRequestTasksResponse, error)
func (c *ClientWithResponses) BulkCreateUsersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateUsersResponse, error)
BulkCreateUsersWithBodyWithResponse request with arbitrary body returning
*BulkCreateUsersResponse
func (c *ClientWithResponses) BulkCreateUsersWithResponse(ctx context.Context, body BulkCreateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateUsersResponse, error)
func (c *ClientWithResponses) BulkCreateWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowOutputsResponse, error)
BulkCreateWorkflowOutputsWithBodyWithResponse request with arbitrary body
returning *BulkCreateWorkflowOutputsResponse
func (c *ClientWithResponses) BulkCreateWorkflowOutputsWithResponse(ctx context.Context, body BulkCreateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowOutputsResponse, error)
func (c *ClientWithResponses) BulkCreateWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowTasksResponse, error)
BulkCreateWorkflowTasksWithBodyWithResponse request with arbitrary body
returning *BulkCreateWorkflowTasksResponse
func (c *ClientWithResponses) BulkCreateWorkflowTasksWithResponse(ctx context.Context, body BulkCreateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowTasksResponse, error)
func (c *ClientWithResponses) BulkGetAASequencesWithResponse(ctx context.Context, params *BulkGetAASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetAASequencesResponse, error)
BulkGetAASequencesWithResponse request returning *BulkGetAASequencesResponse
func (c *ClientWithResponses) BulkGetAssayResultsWithResponse(ctx context.Context, params *BulkGetAssayResultsParams, reqEditors ...RequestEditorFn) (*BulkGetAssayResultsResponse, error)
BulkGetAssayResultsWithResponse request returning
*BulkGetAssayResultsResponse
func (c *ClientWithResponses) BulkGetAssayRunsWithResponse(ctx context.Context, params *BulkGetAssayRunsParams, reqEditors ...RequestEditorFn) (*BulkGetAssayRunsResponse, error)
BulkGetAssayRunsWithResponse request returning *BulkGetAssayRunsResponse
func (c *ClientWithResponses) BulkGetBatchesWithResponse(ctx context.Context, params *BulkGetBatchesParams, reqEditors ...RequestEditorFn) (*BulkGetBatchesResponse, error)
BulkGetBatchesWithResponse request returning *BulkGetBatchesResponse
func (c *ClientWithResponses) BulkGetBlobsWithResponse(ctx context.Context, params *BulkGetBlobsParams, reqEditors ...RequestEditorFn) (*BulkGetBlobsResponse, error)
BulkGetBlobsWithResponse request returning *BulkGetBlobsResponse
func (c *ClientWithResponses) BulkGetBoxesWithResponse(ctx context.Context, params *BulkGetBoxesParams, reqEditors ...RequestEditorFn) (*BulkGetBoxesResponse, error)
BulkGetBoxesWithResponse request returning *BulkGetBoxesResponse
func (c *ClientWithResponses) BulkGetContainersWithResponse(ctx context.Context, params *BulkGetContainersParams, reqEditors ...RequestEditorFn) (*BulkGetContainersResponse, error)
BulkGetContainersWithResponse request returning *BulkGetContainersResponse
func (c *ClientWithResponses) BulkGetCustomEntitiesWithResponse(ctx context.Context, params *BulkGetCustomEntitiesParams, reqEditors ...RequestEditorFn) (*BulkGetCustomEntitiesResponse, error)
BulkGetCustomEntitiesWithResponse request returning
*BulkGetCustomEntitiesResponse
func (c *ClientWithResponses) BulkGetDNASequencesWithResponse(ctx context.Context, params *BulkGetDNASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetDNASequencesResponse, error)
BulkGetDNASequencesWithResponse request returning
*BulkGetDNASequencesResponse
func (c *ClientWithResponses) BulkGetEntriesWithResponse(ctx context.Context, params *BulkGetEntriesParams, reqEditors ...RequestEditorFn) (*BulkGetEntriesResponse, error)
BulkGetEntriesWithResponse request returning *BulkGetEntriesResponse
func (c *ClientWithResponses) BulkGetLocationsWithResponse(ctx context.Context, params *BulkGetLocationsParams, reqEditors ...RequestEditorFn) (*BulkGetLocationsResponse, error)
BulkGetLocationsWithResponse request returning *BulkGetLocationsResponse
func (c *ClientWithResponses) BulkGetOligosWithResponse(ctx context.Context, params *BulkGetOligosParams, reqEditors ...RequestEditorFn) (*BulkGetOligosResponse, error)
BulkGetOligosWithResponse request returning *BulkGetOligosResponse
func (c *ClientWithResponses) BulkGetPlatesWithResponse(ctx context.Context, params *BulkGetPlatesParams, reqEditors ...RequestEditorFn) (*BulkGetPlatesResponse, error)
BulkGetPlatesWithResponse request returning *BulkGetPlatesResponse
func (c *ClientWithResponses) BulkGetRNASequencesWithResponse(ctx context.Context, params *BulkGetRNASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetRNASequencesResponse, error)
BulkGetRNASequencesWithResponse request returning
*BulkGetRNASequencesResponse
func (c *ClientWithResponses) BulkGetRegisteredEntitiesWithResponse(ctx context.Context, registryId string, params *BulkGetRegisteredEntitiesParams, reqEditors ...RequestEditorFn) (*BulkGetRegisteredEntitiesResponse, error)
BulkGetRegisteredEntitiesWithResponse request returning
*BulkGetRegisteredEntitiesResponse
func (c *ClientWithResponses) BulkGetRequestsWithResponse(ctx context.Context, params *BulkGetRequestsParams, reqEditors ...RequestEditorFn) (*BulkGetRequestsResponse, error)
BulkGetRequestsWithResponse request returning *BulkGetRequestsResponse
func (c *ClientWithResponses) BulkUpdateAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateAASequencesResponse, error)
BulkUpdateAASequencesWithBodyWithResponse request with arbitrary body
returning *BulkUpdateAASequencesResponse
func (c *ClientWithResponses) BulkUpdateAASequencesWithResponse(ctx context.Context, body BulkUpdateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateAASequencesResponse, error)
func (c *ClientWithResponses) BulkUpdateAppConfigurationItemsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateAppConfigurationItemsResponse, error)
BulkUpdateAppConfigurationItemsWithBodyWithResponse request with arbitrary
body returning *BulkUpdateAppConfigurationItemsResponse
func (c *ClientWithResponses) BulkUpdateAppConfigurationItemsWithResponse(ctx context.Context, body BulkUpdateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateAppConfigurationItemsResponse, error)
func (c *ClientWithResponses) BulkUpdateContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateContainersResponse, error)
BulkUpdateContainersWithBodyWithResponse request with arbitrary body
returning *BulkUpdateContainersResponse
func (c *ClientWithResponses) BulkUpdateContainersWithResponse(ctx context.Context, body BulkUpdateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateContainersResponse, error)
func (c *ClientWithResponses) BulkUpdateCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateCustomEntitiesResponse, error)
BulkUpdateCustomEntitiesWithBodyWithResponse request with arbitrary body
returning *BulkUpdateCustomEntitiesResponse
func (c *ClientWithResponses) BulkUpdateCustomEntitiesWithResponse(ctx context.Context, body BulkUpdateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateCustomEntitiesResponse, error)
func (c *ClientWithResponses) BulkUpdateDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateDNAOligosResponse, error)
BulkUpdateDNAOligosWithBodyWithResponse request with arbitrary body
returning *BulkUpdateDNAOligosResponse
func (c *ClientWithResponses) BulkUpdateDNAOligosWithResponse(ctx context.Context, body BulkUpdateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateDNAOligosResponse, error)
func (c *ClientWithResponses) BulkUpdateDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateDNASequencesResponse, error)
BulkUpdateDNASequencesWithBodyWithResponse request with arbitrary body
returning *BulkUpdateDNASequencesResponse
func (c *ClientWithResponses) BulkUpdateDNASequencesWithResponse(ctx context.Context, body BulkUpdateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateDNASequencesResponse, error)
func (c *ClientWithResponses) BulkUpdateMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateMixturesResponse, error)
BulkUpdateMixturesWithBodyWithResponse request with arbitrary body returning
*BulkUpdateMixturesResponse
func (c *ClientWithResponses) BulkUpdateMixturesWithResponse(ctx context.Context, body BulkUpdateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateMixturesResponse, error)
func (c *ClientWithResponses) BulkUpdateMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateMoleculesResponse, error)
BulkUpdateMoleculesWithBodyWithResponse request with arbitrary body
returning *BulkUpdateMoleculesResponse
func (c *ClientWithResponses) BulkUpdateMoleculesWithResponse(ctx context.Context, body BulkUpdateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateMoleculesResponse, error)
func (c *ClientWithResponses) BulkUpdateRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRNAOligosResponse, error)
BulkUpdateRNAOligosWithBodyWithResponse request with arbitrary body
returning *BulkUpdateRNAOligosResponse
func (c *ClientWithResponses) BulkUpdateRNAOligosWithResponse(ctx context.Context, body BulkUpdateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRNAOligosResponse, error)
func (c *ClientWithResponses) BulkUpdateRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRNASequencesResponse, error)
BulkUpdateRNASequencesWithBodyWithResponse request with arbitrary body
returning *BulkUpdateRNASequencesResponse
func (c *ClientWithResponses) BulkUpdateRNASequencesWithResponse(ctx context.Context, body BulkUpdateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRNASequencesResponse, error)
func (c *ClientWithResponses) BulkUpdateRequestTasksWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRequestTasksResponse, error)
BulkUpdateRequestTasksWithBodyWithResponse request with arbitrary body
returning *BulkUpdateRequestTasksResponse
func (c *ClientWithResponses) BulkUpdateRequestTasksWithResponse(ctx context.Context, requestId string, body BulkUpdateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRequestTasksResponse, error)
func (c *ClientWithResponses) BulkUpdateUsersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateUsersResponse, error)
BulkUpdateUsersWithBodyWithResponse request with arbitrary body returning
*BulkUpdateUsersResponse
func (c *ClientWithResponses) BulkUpdateUsersWithResponse(ctx context.Context, body BulkUpdateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateUsersResponse, error)
func (c *ClientWithResponses) BulkUpdateWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowOutputsResponse, error)
BulkUpdateWorkflowOutputsWithBodyWithResponse request with arbitrary body
returning *BulkUpdateWorkflowOutputsResponse
func (c *ClientWithResponses) BulkUpdateWorkflowOutputsWithResponse(ctx context.Context, body BulkUpdateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowOutputsResponse, error)
func (c *ClientWithResponses) BulkUpdateWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowTasksResponse, error)
BulkUpdateWorkflowTasksWithBodyWithResponse request with arbitrary body
returning *BulkUpdateWorkflowTasksResponse
func (c *ClientWithResponses) BulkUpdateWorkflowTasksWithResponse(ctx context.Context, body BulkUpdateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowTasksResponse, error)
func (c *ClientWithResponses) CheckinContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CheckinContainersResponse, error)
CheckinContainersWithBodyWithResponse request with arbitrary body returning
*CheckinContainersResponse
func (c *ClientWithResponses) CheckinContainersWithResponse(ctx context.Context, body CheckinContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*CheckinContainersResponse, error)
func (c *ClientWithResponses) CheckoutContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CheckoutContainersResponse, error)
CheckoutContainersWithBodyWithResponse request with arbitrary body returning
*CheckoutContainersResponse
func (c *ClientWithResponses) CheckoutContainersWithResponse(ctx context.Context, body CheckoutContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*CheckoutContainersResponse, error)
func (c *ClientWithResponses) CommitAssayResultsTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CommitAssayResultsTransactionResponse, error)
CommitAssayResultsTransactionWithResponse request returning
*CommitAssayResultsTransactionResponse
func (c *ClientWithResponses) CompleteMultipartBlobWithBodyWithResponse(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CompleteMultipartBlobResponse, error)
CompleteMultipartBlobWithBodyWithResponse request with arbitrary body
returning *CompleteMultipartBlobResponse
func (c *ClientWithResponses) CompleteMultipartBlobWithResponse(ctx context.Context, blobId string, body CompleteMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CompleteMultipartBlobResponse, error)
func (c *ClientWithResponses) CopyWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*CopyWorkflowTaskResponse, error)
CopyWorkflowTaskWithResponse request returning *CopyWorkflowTaskResponse
func (c *ClientWithResponses) CreateAASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAASequenceResponse, error)
CreateAASequenceWithBodyWithResponse request with arbitrary body returning
*CreateAASequenceResponse
func (c *ClientWithResponses) CreateAASequenceWithResponse(ctx context.Context, body CreateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAASequenceResponse, error)
func (c *ClientWithResponses) CreateAppConfigurationItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppConfigurationItemResponse, error)
CreateAppConfigurationItemWithBodyWithResponse request with arbitrary body
returning *CreateAppConfigurationItemResponse
func (c *ClientWithResponses) CreateAppConfigurationItemWithResponse(ctx context.Context, body CreateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppConfigurationItemResponse, error)
func (c *ClientWithResponses) CreateAssayResultsInTransactionWithBodyWithResponse(ctx context.Context, transactionId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayResultsInTransactionResponse, error)
CreateAssayResultsInTransactionWithBodyWithResponse request with arbitrary
body returning *CreateAssayResultsInTransactionResponse
func (c *ClientWithResponses) CreateAssayResultsInTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, body CreateAssayResultsInTransactionJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayResultsInTransactionResponse, error)
func (c *ClientWithResponses) CreateAssayResultsTransactionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateAssayResultsTransactionResponse, error)
CreateAssayResultsTransactionWithResponse request returning
*CreateAssayResultsTransactionResponse
func (c *ClientWithResponses) CreateAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayResultsResponse, error)
CreateAssayResultsWithBodyWithResponse request with arbitrary body returning
*CreateAssayResultsResponse
func (c *ClientWithResponses) CreateAssayResultsWithResponse(ctx context.Context, body CreateAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayResultsResponse, error)
func (c *ClientWithResponses) CreateAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayRunsResponse, error)
CreateAssayRunsWithBodyWithResponse request with arbitrary body returning
*CreateAssayRunsResponse
func (c *ClientWithResponses) CreateAssayRunsWithResponse(ctx context.Context, body CreateAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayRunsResponse, error)
func (c *ClientWithResponses) CreateAutomationOutputProcessorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAutomationOutputProcessorResponse, error)
CreateAutomationOutputProcessorWithBodyWithResponse request with arbitrary
body returning *CreateAutomationOutputProcessorResponse
func (c *ClientWithResponses) CreateAutomationOutputProcessorWithResponse(ctx context.Context, body CreateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAutomationOutputProcessorResponse, error)
func (c *ClientWithResponses) CreateBatchWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBatchResponse, error)
CreateBatchWithBodyWithResponse request with arbitrary body returning
*CreateBatchResponse
func (c *ClientWithResponses) CreateBatchWithResponse(ctx context.Context, body CreateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBatchResponse, error)
func (c *ClientWithResponses) CreateBenchlingAppWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBenchlingAppResponse, error)
CreateBenchlingAppWithBodyWithResponse request with arbitrary body returning
*CreateBenchlingAppResponse
func (c *ClientWithResponses) CreateBenchlingAppWithResponse(ctx context.Context, body CreateBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBenchlingAppResponse, error)
func (c *ClientWithResponses) CreateBlobPartWithBodyWithResponse(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBlobPartResponse, error)
CreateBlobPartWithBodyWithResponse request with arbitrary body returning
*CreateBlobPartResponse
func (c *ClientWithResponses) CreateBlobPartWithResponse(ctx context.Context, blobId string, body CreateBlobPartJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBlobPartResponse, error)
func (c *ClientWithResponses) CreateBlobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBlobResponse, error)
CreateBlobWithBodyWithResponse request with arbitrary body returning
*CreateBlobResponse
func (c *ClientWithResponses) CreateBlobWithResponse(ctx context.Context, body CreateBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBlobResponse, error)
func (c *ClientWithResponses) CreateBoxWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBoxResponse, error)
CreateBoxWithBodyWithResponse request with arbitrary body returning
*CreateBoxResponse
func (c *ClientWithResponses) CreateBoxWithResponse(ctx context.Context, body CreateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBoxResponse, error)
func (c *ClientWithResponses) CreateConsensusNucleotideAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateConsensusNucleotideAlignmentResponse, error)
CreateConsensusNucleotideAlignmentWithBodyWithResponse request with
arbitrary body returning *CreateConsensusNucleotideAlignmentResponse
func (c *ClientWithResponses) CreateConsensusNucleotideAlignmentWithResponse(ctx context.Context, body CreateConsensusNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateConsensusNucleotideAlignmentResponse, error)
func (c *ClientWithResponses) CreateContainerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateContainerResponse, error)
CreateContainerWithBodyWithResponse request with arbitrary body returning
*CreateContainerResponse
func (c *ClientWithResponses) CreateContainerWithResponse(ctx context.Context, body CreateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateContainerResponse, error)
func (c *ClientWithResponses) CreateCustomEntityWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateCustomEntityResponse, error)
CreateCustomEntityWithBodyWithResponse request with arbitrary body returning
*CreateCustomEntityResponse
func (c *ClientWithResponses) CreateCustomEntityWithResponse(ctx context.Context, body CreateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateCustomEntityResponse, error)
func (c *ClientWithResponses) CreateDNAOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDNAOligoResponse, error)
CreateDNAOligoWithBodyWithResponse request with arbitrary body returning
*CreateDNAOligoResponse
func (c *ClientWithResponses) CreateDNAOligoWithResponse(ctx context.Context, body CreateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDNAOligoResponse, error)
func (c *ClientWithResponses) CreateDNASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDNASequenceResponse, error)
CreateDNASequenceWithBodyWithResponse request with arbitrary body returning
*CreateDNASequenceResponse
func (c *ClientWithResponses) CreateDNASequenceWithResponse(ctx context.Context, body CreateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDNASequenceResponse, error)
func (c *ClientWithResponses) CreateDnaConsensusAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDnaConsensusAlignmentResponse, error)
CreateDnaConsensusAlignmentWithBodyWithResponse request with arbitrary body
returning *CreateDnaConsensusAlignmentResponse
func (c *ClientWithResponses) CreateDnaConsensusAlignmentWithResponse(ctx context.Context, body CreateDnaConsensusAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDnaConsensusAlignmentResponse, error)
func (c *ClientWithResponses) CreateDnaTemplateAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDnaTemplateAlignmentResponse, error)
CreateDnaTemplateAlignmentWithBodyWithResponse request with arbitrary body
returning *CreateDnaTemplateAlignmentResponse
func (c *ClientWithResponses) CreateDnaTemplateAlignmentWithResponse(ctx context.Context, body CreateDnaTemplateAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDnaTemplateAlignmentResponse, error)
func (c *ClientWithResponses) CreateDropdownWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDropdownResponse, error)
CreateDropdownWithBodyWithResponse request with arbitrary body returning
*CreateDropdownResponse
func (c *ClientWithResponses) CreateDropdownWithResponse(ctx context.Context, body CreateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDropdownResponse, error)
func (c *ClientWithResponses) CreateEntryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEntryResponse, error)
CreateEntryWithBodyWithResponse request with arbitrary body returning
*CreateEntryResponse
func (c *ClientWithResponses) CreateEntryWithResponse(ctx context.Context, body CreateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEntryResponse, error)
func (c *ClientWithResponses) CreateFeatureLibraryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeatureLibraryResponse, error)
CreateFeatureLibraryWithBodyWithResponse request with arbitrary body
returning *CreateFeatureLibraryResponse
func (c *ClientWithResponses) CreateFeatureLibraryWithResponse(ctx context.Context, body CreateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeatureLibraryResponse, error)
func (c *ClientWithResponses) CreateFeatureWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeatureResponse, error)
CreateFeatureWithBodyWithResponse request with arbitrary body returning
*CreateFeatureResponse
func (c *ClientWithResponses) CreateFeatureWithResponse(ctx context.Context, body CreateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeatureResponse, error)
func (c *ClientWithResponses) CreateFolderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)
CreateFolderWithBodyWithResponse request with arbitrary body returning
*CreateFolderResponse
func (c *ClientWithResponses) CreateFolderWithResponse(ctx context.Context, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)
func (c *ClientWithResponses) CreateLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)
CreateLocationWithBodyWithResponse request with arbitrary body returning
*CreateLocationResponse
func (c *ClientWithResponses) CreateLocationWithResponse(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)
func (c *ClientWithResponses) CreateMixtureWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMixtureResponse, error)
CreateMixtureWithBodyWithResponse request with arbitrary body returning
*CreateMixtureResponse
func (c *ClientWithResponses) CreateMixtureWithResponse(ctx context.Context, body CreateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMixtureResponse, error)
func (c *ClientWithResponses) CreateMoleculeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMoleculeResponse, error)
CreateMoleculeWithBodyWithResponse request with arbitrary body returning
*CreateMoleculeResponse
func (c *ClientWithResponses) CreateMoleculeWithResponse(ctx context.Context, body CreateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMoleculeResponse, error)
func (c *ClientWithResponses) CreateMultipartBlobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMultipartBlobResponse, error)
CreateMultipartBlobWithBodyWithResponse request with arbitrary body
returning *CreateMultipartBlobResponse
func (c *ClientWithResponses) CreateMultipartBlobWithResponse(ctx context.Context, body CreateMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMultipartBlobResponse, error)
func (c *ClientWithResponses) CreateOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOligoResponse, error)
CreateOligoWithBodyWithResponse request with arbitrary body returning
*CreateOligoResponse
func (c *ClientWithResponses) CreateOligoWithResponse(ctx context.Context, body CreateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOligoResponse, error)
func (c *ClientWithResponses) CreatePlateWithBodyWithResponse(ctx context.Context, params *CreatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePlateResponse, error)
CreatePlateWithBodyWithResponse request with arbitrary body returning
*CreatePlateResponse
func (c *ClientWithResponses) CreatePlateWithResponse(ctx context.Context, params *CreatePlateParams, body CreatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePlateResponse, error)
func (c *ClientWithResponses) CreateRNAOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRNAOligoResponse, error)
CreateRNAOligoWithBodyWithResponse request with arbitrary body returning
*CreateRNAOligoResponse
func (c *ClientWithResponses) CreateRNAOligoWithResponse(ctx context.Context, body CreateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRNAOligoResponse, error)
func (c *ClientWithResponses) CreateRNASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRNASequenceResponse, error)
CreateRNASequenceWithBodyWithResponse request with arbitrary body returning
*CreateRNASequenceResponse
func (c *ClientWithResponses) CreateRNASequenceWithResponse(ctx context.Context, body CreateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRNASequenceResponse, error)
func (c *ClientWithResponses) CreateRequestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRequestResponse, error)
CreateRequestWithBodyWithResponse request with arbitrary body returning
*CreateRequestResponse
func (c *ClientWithResponses) CreateRequestWithResponse(ctx context.Context, body CreateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRequestResponse, error)
func (c *ClientWithResponses) CreateTemplateNucleotideAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTemplateNucleotideAlignmentResponse, error)
CreateTemplateNucleotideAlignmentWithBodyWithResponse request with arbitrary
body returning *CreateTemplateNucleotideAlignmentResponse
func (c *ClientWithResponses) CreateTemplateNucleotideAlignmentWithResponse(ctx context.Context, body CreateTemplateNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTemplateNucleotideAlignmentResponse, error)
func (c *ClientWithResponses) CreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
CreateUserWithBodyWithResponse request with arbitrary body returning
*CreateUserResponse
func (c *ClientWithResponses) CreateUserWithResponse(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
func (c *ClientWithResponses) CreateWarehouseCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWarehouseCredentialsResponse, error)
CreateWarehouseCredentialsWithBodyWithResponse request with arbitrary body
returning *CreateWarehouseCredentialsResponse
func (c *ClientWithResponses) CreateWarehouseCredentialsWithResponse(ctx context.Context, body CreateWarehouseCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWarehouseCredentialsResponse, error)
func (c *ClientWithResponses) CreateWorkflowOutputWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowOutputResponse, error)
CreateWorkflowOutputWithBodyWithResponse request with arbitrary body
returning *CreateWorkflowOutputResponse
func (c *ClientWithResponses) CreateWorkflowOutputWithResponse(ctx context.Context, body CreateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowOutputResponse, error)
func (c *ClientWithResponses) CreateWorkflowTaskGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskGroupResponse, error)
CreateWorkflowTaskGroupWithBodyWithResponse request with arbitrary body
returning *CreateWorkflowTaskGroupResponse
func (c *ClientWithResponses) CreateWorkflowTaskGroupWithResponse(ctx context.Context, body CreateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskGroupResponse, error)
func (c *ClientWithResponses) CreateWorkflowTaskWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskResponse, error)
CreateWorkflowTaskWithBodyWithResponse request with arbitrary body returning
*CreateWorkflowTaskResponse
func (c *ClientWithResponses) CreateWorkflowTaskWithResponse(ctx context.Context, body CreateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskResponse, error)
func (c *ClientWithResponses) DeleteContainerContentWithResponse(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*DeleteContainerContentResponse, error)
DeleteContainerContentWithResponse request returning
*DeleteContainerContentResponse
func (c *ClientWithResponses) DeleteDNAAlignmentWithResponse(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*DeleteDNAAlignmentResponse, error)
DeleteDNAAlignmentWithResponse request returning *DeleteDNAAlignmentResponse
func (c *ClientWithResponses) DeleteNucleotideAlignmentWithResponse(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*DeleteNucleotideAlignmentResponse, error)
DeleteNucleotideAlignmentWithResponse request returning
*DeleteNucleotideAlignmentResponse
func (c *ClientWithResponses) ExecuteRequestsSampleGroupsWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteRequestsSampleGroupsResponse, error)
ExecuteRequestsSampleGroupsWithBodyWithResponse request with arbitrary body
returning *ExecuteRequestsSampleGroupsResponse
func (c *ClientWithResponses) ExecuteRequestsSampleGroupsWithResponse(ctx context.Context, requestId string, body ExecuteRequestsSampleGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteRequestsSampleGroupsResponse, error)
func (c *ClientWithResponses) ExportItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExportItemResponse, error)
ExportItemWithBodyWithResponse request with arbitrary body returning
*ExportItemResponse
func (c *ClientWithResponses) ExportItemWithResponse(ctx context.Context, body ExportItemJSONRequestBody, reqEditors ...RequestEditorFn) (*ExportItemResponse, error)
func (c *ClientWithResponses) GenerateInputWithAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*GenerateInputWithAutomationInputGeneratorResponse, error)
GenerateInputWithAutomationInputGeneratorWithResponse request returning
*GenerateInputWithAutomationInputGeneratorResponse
func (c *ClientWithResponses) GenerateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateTokenResponse, error)
GenerateTokenWithBodyWithResponse request with arbitrary body returning
*GenerateTokenResponse
func (c *ClientWithResponses) GenerateTokenWithFormdataBodyWithResponse(ctx context.Context, body GenerateTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*GenerateTokenResponse, error)
func (c *ClientWithResponses) GetAASequenceWithResponse(ctx context.Context, aaSequenceId string, reqEditors ...RequestEditorFn) (*GetAASequenceResponse, error)
GetAASequenceWithResponse request returning *GetAASequenceResponse
func (c *ClientWithResponses) GetAppConfigurationItemByIdWithResponse(ctx context.Context, itemId string, reqEditors ...RequestEditorFn) (*GetAppConfigurationItemByIdResponse, error)
GetAppConfigurationItemByIdWithResponse request returning
*GetAppConfigurationItemByIdResponse
func (c *ClientWithResponses) GetAssayResultWithResponse(ctx context.Context, assayResultId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAssayResultResponse, error)
GetAssayResultWithResponse request returning *GetAssayResultResponse
func (c *ClientWithResponses) GetAssayRunWithResponse(ctx context.Context, assayRunId string, reqEditors ...RequestEditorFn) (*GetAssayRunResponse, error)
GetAssayRunWithResponse request returning *GetAssayRunResponse
func (c *ClientWithResponses) GetAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*GetAutomationInputGeneratorResponse, error)
GetAutomationInputGeneratorWithResponse request returning
*GetAutomationInputGeneratorResponse
func (c *ClientWithResponses) GetAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*GetAutomationOutputProcessorResponse, error)
GetAutomationOutputProcessorWithResponse request returning
*GetAutomationOutputProcessorResponse
func (c *ClientWithResponses) GetBatchSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetBatchSchemaResponse, error)
GetBatchSchemaWithResponse request returning *GetBatchSchemaResponse
func (c *ClientWithResponses) GetBatchWithResponse(ctx context.Context, batchId string, reqEditors ...RequestEditorFn) (*GetBatchResponse, error)
GetBatchWithResponse request returning *GetBatchResponse
func (c *ClientWithResponses) GetBenchlingAppByIDWithResponse(ctx context.Context, appId string, reqEditors ...RequestEditorFn) (*GetBenchlingAppByIDResponse, error)
GetBenchlingAppByIDWithResponse request returning
*GetBenchlingAppByIDResponse
func (c *ClientWithResponses) GetBlobUrlWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*GetBlobUrlResponse, error)
GetBlobUrlWithResponse request returning *GetBlobUrlResponse
func (c *ClientWithResponses) GetBlobWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*GetBlobResponse, error)
GetBlobWithResponse request returning *GetBlobResponse
func (c *ClientWithResponses) GetBoxSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetBoxSchemaResponse, error)
GetBoxSchemaWithResponse request returning *GetBoxSchemaResponse
func (c *ClientWithResponses) GetBoxWithResponse(ctx context.Context, boxId string, reqEditors ...RequestEditorFn) (*GetBoxResponse, error)
GetBoxWithResponse request returning *GetBoxResponse
func (c *ClientWithResponses) GetContainerContentWithResponse(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*GetContainerContentResponse, error)
GetContainerContentWithResponse request returning
*GetContainerContentResponse
func (c *ClientWithResponses) GetContainerSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetContainerSchemaResponse, error)
GetContainerSchemaWithResponse request returning *GetContainerSchemaResponse
func (c *ClientWithResponses) GetContainerWithResponse(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*GetContainerResponse, error)
GetContainerWithResponse request returning *GetContainerResponse
func (c *ClientWithResponses) GetCustomEntityWithResponse(ctx context.Context, customEntityId string, reqEditors ...RequestEditorFn) (*GetCustomEntityResponse, error)
GetCustomEntityWithResponse request returning *GetCustomEntityResponse
func (c *ClientWithResponses) GetDNAAlignmentWithResponse(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*GetDNAAlignmentResponse, error)
GetDNAAlignmentWithResponse request returning *GetDNAAlignmentResponse
func (c *ClientWithResponses) GetDNAOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetDNAOligoResponse, error)
GetDNAOligoWithResponse request returning *GetDNAOligoResponse
func (c *ClientWithResponses) GetDNASequenceWithResponse(ctx context.Context, dnaSequenceId string, reqEditors ...RequestEditorFn) (*GetDNASequenceResponse, error)
GetDNASequenceWithResponse request returning *GetDNASequenceResponse
func (c *ClientWithResponses) GetDropdownWithResponse(ctx context.Context, dropdownId string, reqEditors ...RequestEditorFn) (*GetDropdownResponse, error)
GetDropdownWithResponse request returning *GetDropdownResponse
func (c *ClientWithResponses) GetEnitityBatchesWithResponse(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*GetEnitityBatchesResponse, error)
GetEnitityBatchesWithResponse request returning *GetEnitityBatchesResponse
func (c *ClientWithResponses) GetEntitySchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetEntitySchemaResponse, error)
GetEntitySchemaWithResponse request returning *GetEntitySchemaResponse
func (c *ClientWithResponses) GetEntrySchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetEntrySchemaResponse, error)
GetEntrySchemaWithResponse request returning *GetEntrySchemaResponse
func (c *ClientWithResponses) GetEntryTemplateWithResponse(ctx context.Context, entryTemplateId string, reqEditors ...RequestEditorFn) (*GetEntryTemplateResponse, error)
GetEntryTemplateWithResponse request returning *GetEntryTemplateResponse
func (c *ClientWithResponses) GetEntryWithResponse(ctx context.Context, entryId string, reqEditors ...RequestEditorFn) (*GetEntryResponse, error)
GetEntryWithResponse request returning *GetEntryResponse
func (c *ClientWithResponses) GetExternalFileMetadataWithResponse(ctx context.Context, entryId string, externalFileId string, reqEditors ...RequestEditorFn) (*GetExternalFileMetadataResponse, error)
GetExternalFileMetadataWithResponse request returning
*GetExternalFileMetadataResponse
func (c *ClientWithResponses) GetFeatureLibraryWithResponse(ctx context.Context, featureLibraryId string, reqEditors ...RequestEditorFn) (*GetFeatureLibraryResponse, error)
GetFeatureLibraryWithResponse request returning *GetFeatureLibraryResponse
func (c *ClientWithResponses) GetFeatureWithResponse(ctx context.Context, featureId string, reqEditors ...RequestEditorFn) (*GetFeatureResponse, error)
GetFeatureWithResponse request returning *GetFeatureResponse
func (c *ClientWithResponses) GetFolderWithResponse(ctx context.Context, folderId string, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)
GetFolderWithResponse request returning *GetFolderResponse
func (c *ClientWithResponses) GetLabAutomationTransformWithResponse(ctx context.Context, transformId string, reqEditors ...RequestEditorFn) (*GetLabAutomationTransformResponse, error)
GetLabAutomationTransformWithResponse request returning
*GetLabAutomationTransformResponse
func (c *ClientWithResponses) GetLocationSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetLocationSchemaResponse, error)
GetLocationSchemaWithResponse request returning *GetLocationSchemaResponse
func (c *ClientWithResponses) GetLocationWithResponse(ctx context.Context, locationId string, reqEditors ...RequestEditorFn) (*GetLocationResponse, error)
GetLocationWithResponse request returning *GetLocationResponse
func (c *ClientWithResponses) GetMixtureWithResponse(ctx context.Context, mixtureId string, reqEditors ...RequestEditorFn) (*GetMixtureResponse, error)
GetMixtureWithResponse request returning *GetMixtureResponse
func (c *ClientWithResponses) GetMoleculeWithResponse(ctx context.Context, moleculeId string, reqEditors ...RequestEditorFn) (*GetMoleculeResponse, error)
GetMoleculeWithResponse request returning *GetMoleculeResponse
func (c *ClientWithResponses) GetNucleotideAlignmentWithResponse(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*GetNucleotideAlignmentResponse, error)
GetNucleotideAlignmentWithResponse request returning
*GetNucleotideAlignmentResponse
func (c *ClientWithResponses) GetOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetOligoResponse, error)
GetOligoWithResponse request returning *GetOligoResponse
func (c *ClientWithResponses) GetOrganizationWithResponse(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*GetOrganizationResponse, error)
GetOrganizationWithResponse request returning *GetOrganizationResponse
func (c *ClientWithResponses) GetPlateSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetPlateSchemaResponse, error)
GetPlateSchemaWithResponse request returning *GetPlateSchemaResponse
func (c *ClientWithResponses) GetPlateWithResponse(ctx context.Context, plateId string, params *GetPlateParams, reqEditors ...RequestEditorFn) (*GetPlateResponse, error)
GetPlateWithResponse request returning *GetPlateResponse
func (c *ClientWithResponses) GetProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)
GetProjectWithResponse request returning *GetProjectResponse
func (c *ClientWithResponses) GetRNAOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetRNAOligoResponse, error)
GetRNAOligoWithResponse request returning *GetRNAOligoResponse
func (c *ClientWithResponses) GetRNASequenceWithResponse(ctx context.Context, rnaSequenceId string, reqEditors ...RequestEditorFn) (*GetRNASequenceResponse, error)
GetRNASequenceWithResponse request returning *GetRNASequenceResponse
func (c *ClientWithResponses) GetRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*GetRegistryResponse, error)
GetRegistryWithResponse request returning *GetRegistryResponse
func (c *ClientWithResponses) GetRequestFulfillmentWithResponse(ctx context.Context, requestFulfillmentId string, reqEditors ...RequestEditorFn) (*GetRequestFulfillmentResponse, error)
GetRequestFulfillmentWithResponse request returning
*GetRequestFulfillmentResponse
func (c *ClientWithResponses) GetRequestResponseWithResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*GetRequestResponseResponse, error)
GetRequestResponseWithResponse request returning *GetRequestResponseResponse
func (c *ClientWithResponses) GetRequestSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRequestSchemaResponse, error)
GetRequestSchemaWithResponse request returning *GetRequestSchemaResponse
func (c *ClientWithResponses) GetRequestTaskSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRequestTaskSchemaResponse, error)
GetRequestTaskSchemaWithResponse request returning
*GetRequestTaskSchemaResponse
func (c *ClientWithResponses) GetRequestWithResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*GetRequestResponse, error)
GetRequestWithResponse request returning *GetRequestResponse
func (c *ClientWithResponses) GetResultSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetResultSchemaResponse, error)
GetResultSchemaWithResponse request returning *GetResultSchemaResponse
func (c *ClientWithResponses) GetRunSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRunSchemaResponse, error)
GetRunSchemaWithResponse request returning *GetRunSchemaResponse
func (c *ClientWithResponses) GetTaskWithResponse(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*GetTaskResponse, error)
GetTaskWithResponse request returning *GetTaskResponse
func (c *ClientWithResponses) GetTeamWithResponse(ctx context.Context, teamId string, reqEditors ...RequestEditorFn) (*GetTeamResponse, error)
GetTeamWithResponse request returning *GetTeamResponse
func (c *ClientWithResponses) GetUserActivityWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserActivityResponse, error)
GetUserActivityWithResponse request returning *GetUserActivityResponse
func (c *ClientWithResponses) GetUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)
GetUserWithResponse request returning *GetUserResponse
func (c *ClientWithResponses) GetWorkflowOutputWithResponse(ctx context.Context, workflowOutputId string, reqEditors ...RequestEditorFn) (*GetWorkflowOutputResponse, error)
GetWorkflowOutputWithResponse request returning *GetWorkflowOutputResponse
func (c *ClientWithResponses) GetWorkflowTaskGroupWithResponse(ctx context.Context, workflowTaskGroupId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskGroupResponse, error)
GetWorkflowTaskGroupWithResponse request returning
*GetWorkflowTaskGroupResponse
func (c *ClientWithResponses) GetWorkflowTaskSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskSchemaResponse, error)
GetWorkflowTaskSchemaWithResponse request returning
*GetWorkflowTaskSchemaResponse
func (c *ClientWithResponses) GetWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskResponse, error)
GetWorkflowTaskWithResponse request returning *GetWorkflowTaskResponse
func (c *ClientWithResponses) ListAASequencesWithResponse(ctx context.Context, params *ListAASequencesParams, reqEditors ...RequestEditorFn) (*ListAASequencesResponse, error)
ListAASequencesWithResponse request returning *ListAASequencesResponse
func (c *ClientWithResponses) ListAppConfigurationItemsWithResponse(ctx context.Context, params *ListAppConfigurationItemsParams, reqEditors ...RequestEditorFn) (*ListAppConfigurationItemsResponse, error)
ListAppConfigurationItemsWithResponse request returning
*ListAppConfigurationItemsResponse
func (c *ClientWithResponses) ListAssayResultSchemasWithResponse(ctx context.Context, params *ListAssayResultSchemasParams, reqEditors ...RequestEditorFn) (*ListAssayResultSchemasResponse, error)
ListAssayResultSchemasWithResponse request returning
*ListAssayResultSchemasResponse
func (c *ClientWithResponses) ListAssayResultsWithResponse(ctx context.Context, params *ListAssayResultsParams, reqEditors ...RequestEditorFn) (*ListAssayResultsResponse, error)
ListAssayResultsWithResponse request returning *ListAssayResultsResponse
func (c *ClientWithResponses) ListAssayRunSchemasWithResponse(ctx context.Context, params *ListAssayRunSchemasParams, reqEditors ...RequestEditorFn) (*ListAssayRunSchemasResponse, error)
ListAssayRunSchemasWithResponse request returning
*ListAssayRunSchemasResponse
func (c *ClientWithResponses) ListAssayRunsWithResponse(ctx context.Context, params *ListAssayRunsParams, reqEditors ...RequestEditorFn) (*ListAssayRunsResponse, error)
ListAssayRunsWithResponse request returning *ListAssayRunsResponse
func (c *ClientWithResponses) ListAutomationInputGeneratorsWithResponse(ctx context.Context, assayRunId string, params *ListAutomationInputGeneratorsParams, reqEditors ...RequestEditorFn) (*ListAutomationInputGeneratorsResponse, error)
ListAutomationInputGeneratorsWithResponse request returning
*ListAutomationInputGeneratorsResponse
func (c *ClientWithResponses) ListAutomationOutputProcessorsDeprecatedWithResponse(ctx context.Context, assayRunId string, params *ListAutomationOutputProcessorsDeprecatedParams, reqEditors ...RequestEditorFn) (*ListAutomationOutputProcessorsDeprecatedResponse, error)
ListAutomationOutputProcessorsDeprecatedWithResponse request returning
*ListAutomationOutputProcessorsDeprecatedResponse
func (c *ClientWithResponses) ListAutomationOutputProcessorsWithResponse(ctx context.Context, params *ListAutomationOutputProcessorsParams, reqEditors ...RequestEditorFn) (*ListAutomationOutputProcessorsResponse, error)
ListAutomationOutputProcessorsWithResponse request returning
*ListAutomationOutputProcessorsResponse
func (c *ClientWithResponses) ListBatchSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListBatchSchemasByRegistryResponse, error)
ListBatchSchemasByRegistryWithResponse request returning
*ListBatchSchemasByRegistryResponse
func (c *ClientWithResponses) ListBatchSchemasWithResponse(ctx context.Context, params *ListBatchSchemasParams, reqEditors ...RequestEditorFn) (*ListBatchSchemasResponse, error)
ListBatchSchemasWithResponse request returning *ListBatchSchemasResponse
func (c *ClientWithResponses) ListBatchesWithResponse(ctx context.Context, params *ListBatchesParams, reqEditors ...RequestEditorFn) (*ListBatchesResponse, error)
ListBatchesWithResponse request returning *ListBatchesResponse
func (c *ClientWithResponses) ListBenchlingAppsWithResponse(ctx context.Context, params *ListBenchlingAppsParams, reqEditors ...RequestEditorFn) (*ListBenchlingAppsResponse, error)
ListBenchlingAppsWithResponse request returning *ListBenchlingAppsResponse
func (c *ClientWithResponses) ListBoxContentsWithResponse(ctx context.Context, boxId string, params *ListBoxContentsParams, reqEditors ...RequestEditorFn) (*ListBoxContentsResponse, error)
ListBoxContentsWithResponse request returning *ListBoxContentsResponse
func (c *ClientWithResponses) ListBoxSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListBoxSchemasByRegistryResponse, error)
ListBoxSchemasByRegistryWithResponse request returning
*ListBoxSchemasByRegistryResponse
func (c *ClientWithResponses) ListBoxSchemasWithResponse(ctx context.Context, params *ListBoxSchemasParams, reqEditors ...RequestEditorFn) (*ListBoxSchemasResponse, error)
ListBoxSchemasWithResponse request returning *ListBoxSchemasResponse
func (c *ClientWithResponses) ListBoxesWithResponse(ctx context.Context, params *ListBoxesParams, reqEditors ...RequestEditorFn) (*ListBoxesResponse, error)
ListBoxesWithResponse request returning *ListBoxesResponse
func (c *ClientWithResponses) ListContainerContentsWithResponse(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*ListContainerContentsResponse, error)
ListContainerContentsWithResponse request returning
*ListContainerContentsResponse
func (c *ClientWithResponses) ListContainerSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListContainerSchemasByRegistryResponse, error)
ListContainerSchemasByRegistryWithResponse request returning
*ListContainerSchemasByRegistryResponse
func (c *ClientWithResponses) ListContainerSchemasWithResponse(ctx context.Context, params *ListContainerSchemasParams, reqEditors ...RequestEditorFn) (*ListContainerSchemasResponse, error)
ListContainerSchemasWithResponse request returning
*ListContainerSchemasResponse
func (c *ClientWithResponses) ListContainersWithResponse(ctx context.Context, params *ListContainersParams, reqEditors ...RequestEditorFn) (*ListContainersResponse, error)
ListContainersWithResponse request returning *ListContainersResponse
func (c *ClientWithResponses) ListCustomEntitiesWithResponse(ctx context.Context, params *ListCustomEntitiesParams, reqEditors ...RequestEditorFn) (*ListCustomEntitiesResponse, error)
ListCustomEntitiesWithResponse request returning *ListCustomEntitiesResponse
func (c *ClientWithResponses) ListDNAAlignmentsWithResponse(ctx context.Context, params *ListDNAAlignmentsParams, reqEditors ...RequestEditorFn) (*ListDNAAlignmentsResponse, error)
ListDNAAlignmentsWithResponse request returning *ListDNAAlignmentsResponse
func (c *ClientWithResponses) ListDNAOligosWithResponse(ctx context.Context, params *ListDNAOligosParams, reqEditors ...RequestEditorFn) (*ListDNAOligosResponse, error)
ListDNAOligosWithResponse request returning *ListDNAOligosResponse
func (c *ClientWithResponses) ListDNASequencesWithResponse(ctx context.Context, params *ListDNASequencesParams, reqEditors ...RequestEditorFn) (*ListDNASequencesResponse, error)
ListDNASequencesWithResponse request returning *ListDNASequencesResponse
func (c *ClientWithResponses) ListDropdownsByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListDropdownsByRegistryResponse, error)
ListDropdownsByRegistryWithResponse request returning
*ListDropdownsByRegistryResponse
func (c *ClientWithResponses) ListDropdownsWithResponse(ctx context.Context, params *ListDropdownsParams, reqEditors ...RequestEditorFn) (*ListDropdownsResponse, error)
ListDropdownsWithResponse request returning *ListDropdownsResponse
func (c *ClientWithResponses) ListEntitySchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListEntitySchemasByRegistryResponse, error)
ListEntitySchemasByRegistryWithResponse request returning
*ListEntitySchemasByRegistryResponse
func (c *ClientWithResponses) ListEntitySchemasWithResponse(ctx context.Context, params *ListEntitySchemasParams, reqEditors ...RequestEditorFn) (*ListEntitySchemasResponse, error)
ListEntitySchemasWithResponse request returning *ListEntitySchemasResponse
func (c *ClientWithResponses) ListEntriesWithResponse(ctx context.Context, params *ListEntriesParams, reqEditors ...RequestEditorFn) (*ListEntriesResponse, error)
ListEntriesWithResponse request returning *ListEntriesResponse
func (c *ClientWithResponses) ListEntrySchemasWithResponse(ctx context.Context, params *ListEntrySchemasParams, reqEditors ...RequestEditorFn) (*ListEntrySchemasResponse, error)
ListEntrySchemasWithResponse request returning *ListEntrySchemasResponse
func (c *ClientWithResponses) ListEntryTemplatesWithResponse(ctx context.Context, params *ListEntryTemplatesParams, reqEditors ...RequestEditorFn) (*ListEntryTemplatesResponse, error)
ListEntryTemplatesWithResponse request returning *ListEntryTemplatesResponse
func (c *ClientWithResponses) ListEventsWithResponse(ctx context.Context, params *ListEventsParams, reqEditors ...RequestEditorFn) (*ListEventsResponse, error)
ListEventsWithResponse request returning *ListEventsResponse
func (c *ClientWithResponses) ListFeatureLibrariesWithResponse(ctx context.Context, params *ListFeatureLibrariesParams, reqEditors ...RequestEditorFn) (*ListFeatureLibrariesResponse, error)
ListFeatureLibrariesWithResponse request returning
*ListFeatureLibrariesResponse
func (c *ClientWithResponses) ListFeaturesWithResponse(ctx context.Context, params *ListFeaturesParams, reqEditors ...RequestEditorFn) (*ListFeaturesResponse, error)
ListFeaturesWithResponse request returning *ListFeaturesResponse
func (c *ClientWithResponses) ListFoldersWithResponse(ctx context.Context, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)
ListFoldersWithResponse request returning *ListFoldersResponse
func (c *ClientWithResponses) ListLabelTemplatesWithResponse(ctx context.Context, registryId string, params *ListLabelTemplatesParams, reqEditors ...RequestEditorFn) (*ListLabelTemplatesResponse, error)
ListLabelTemplatesWithResponse request returning *ListLabelTemplatesResponse
func (c *ClientWithResponses) ListLegacyWorkflowStageRunInputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunInputSamplesResponse, error)
ListLegacyWorkflowStageRunInputSamplesWithResponse request returning
*ListLegacyWorkflowStageRunInputSamplesResponse
func (c *ClientWithResponses) ListLegacyWorkflowStageRunOutputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunOutputSamplesResponse, error)
ListLegacyWorkflowStageRunOutputSamplesWithResponse request returning
*ListLegacyWorkflowStageRunOutputSamplesResponse
func (c *ClientWithResponses) ListLegacyWorkflowStageRunRegisteredSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunRegisteredSamplesResponse, error)
ListLegacyWorkflowStageRunRegisteredSamplesWithResponse request returning
*ListLegacyWorkflowStageRunRegisteredSamplesResponse
func (c *ClientWithResponses) ListLegacyWorkflowStageRunsWithResponse(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunsResponse, error)
ListLegacyWorkflowStageRunsWithResponse request returning
*ListLegacyWorkflowStageRunsResponse
func (c *ClientWithResponses) ListLegacyWorkflowStagesWithResponse(ctx context.Context, legacyWorkflowId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStagesResponse, error)
ListLegacyWorkflowStagesWithResponse request returning
*ListLegacyWorkflowStagesResponse
func (c *ClientWithResponses) ListLegacyWorkflowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowsResponse, error)
ListLegacyWorkflowsWithResponse request returning
*ListLegacyWorkflowsResponse
func (c *ClientWithResponses) ListLocationSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListLocationSchemasByRegistryResponse, error)
ListLocationSchemasByRegistryWithResponse request returning
*ListLocationSchemasByRegistryResponse
func (c *ClientWithResponses) ListLocationSchemasWithResponse(ctx context.Context, params *ListLocationSchemasParams, reqEditors ...RequestEditorFn) (*ListLocationSchemasResponse, error)
ListLocationSchemasWithResponse request returning
*ListLocationSchemasResponse
func (c *ClientWithResponses) ListLocationsWithResponse(ctx context.Context, params *ListLocationsParams, reqEditors ...RequestEditorFn) (*ListLocationsResponse, error)
ListLocationsWithResponse request returning *ListLocationsResponse
func (c *ClientWithResponses) ListMixturesWithResponse(ctx context.Context, params *ListMixturesParams, reqEditors ...RequestEditorFn) (*ListMixturesResponse, error)
ListMixturesWithResponse request returning *ListMixturesResponse
func (c *ClientWithResponses) ListMoleculesWithResponse(ctx context.Context, params *ListMoleculesParams, reqEditors ...RequestEditorFn) (*ListMoleculesResponse, error)
ListMoleculesWithResponse request returning *ListMoleculesResponse
func (c *ClientWithResponses) ListNucleotideAlignmentsWithResponse(ctx context.Context, params *ListNucleotideAlignmentsParams, reqEditors ...RequestEditorFn) (*ListNucleotideAlignmentsResponse, error)
ListNucleotideAlignmentsWithResponse request returning
*ListNucleotideAlignmentsResponse
func (c *ClientWithResponses) ListOligosWithResponse(ctx context.Context, params *ListOligosParams, reqEditors ...RequestEditorFn) (*ListOligosResponse, error)
ListOligosWithResponse request returning *ListOligosResponse
func (c *ClientWithResponses) ListOrganizationsWithResponse(ctx context.Context, params *ListOrganizationsParams, reqEditors ...RequestEditorFn) (*ListOrganizationsResponse, error)
ListOrganizationsWithResponse request returning *ListOrganizationsResponse
func (c *ClientWithResponses) ListPlateSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListPlateSchemasByRegistryResponse, error)
ListPlateSchemasByRegistryWithResponse request returning
*ListPlateSchemasByRegistryResponse
func (c *ClientWithResponses) ListPlateSchemasWithResponse(ctx context.Context, params *ListPlateSchemasParams, reqEditors ...RequestEditorFn) (*ListPlateSchemasResponse, error)
ListPlateSchemasWithResponse request returning *ListPlateSchemasResponse
func (c *ClientWithResponses) ListPlatesWithResponse(ctx context.Context, params *ListPlatesParams, reqEditors ...RequestEditorFn) (*ListPlatesResponse, error)
ListPlatesWithResponse request returning *ListPlatesResponse
func (c *ClientWithResponses) ListPrintersWithResponse(ctx context.Context, registryId string, params *ListPrintersParams, reqEditors ...RequestEditorFn) (*ListPrintersResponse, error)
ListPrintersWithResponse request returning *ListPrintersResponse
func (c *ClientWithResponses) ListProjectsWithResponse(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*ListProjectsResponse, error)
ListProjectsWithResponse request returning *ListProjectsResponse
func (c *ClientWithResponses) ListRNAOligosWithResponse(ctx context.Context, params *ListRNAOligosParams, reqEditors ...RequestEditorFn) (*ListRNAOligosResponse, error)
ListRNAOligosWithResponse request returning *ListRNAOligosResponse
func (c *ClientWithResponses) ListRNASequencesWithResponse(ctx context.Context, params *ListRNASequencesParams, reqEditors ...RequestEditorFn) (*ListRNASequencesResponse, error)
ListRNASequencesWithResponse request returning *ListRNASequencesResponse
func (c *ClientWithResponses) ListRegistriesWithResponse(ctx context.Context, params *ListRegistriesParams, reqEditors ...RequestEditorFn) (*ListRegistriesResponse, error)
ListRegistriesWithResponse request returning *ListRegistriesResponse
func (c *ClientWithResponses) ListRequestFulfillmentsWithResponse(ctx context.Context, params *ListRequestFulfillmentsParams, reqEditors ...RequestEditorFn) (*ListRequestFulfillmentsResponse, error)
ListRequestFulfillmentsWithResponse request returning
*ListRequestFulfillmentsResponse
func (c *ClientWithResponses) ListRequestSchemasWithResponse(ctx context.Context, params *ListRequestSchemasParams, reqEditors ...RequestEditorFn) (*ListRequestSchemasResponse, error)
ListRequestSchemasWithResponse request returning *ListRequestSchemasResponse
func (c *ClientWithResponses) ListRequestTaskSchemasWithResponse(ctx context.Context, params *ListRequestTaskSchemasParams, reqEditors ...RequestEditorFn) (*ListRequestTaskSchemasResponse, error)
ListRequestTaskSchemasWithResponse request returning
*ListRequestTaskSchemasResponse
func (c *ClientWithResponses) ListRequestsWithResponse(ctx context.Context, params *ListRequestsParams, reqEditors ...RequestEditorFn) (*ListRequestsResponse, error)
ListRequestsWithResponse request returning *ListRequestsResponse
func (c *ClientWithResponses) ListStageRunInputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunInputSamplesResponse, error)
ListStageRunInputSamplesWithResponse request returning
*ListStageRunInputSamplesResponse
func (c *ClientWithResponses) ListStageRunOutputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunOutputSamplesResponse, error)
ListStageRunOutputSamplesWithResponse request returning
*ListStageRunOutputSamplesResponse
func (c *ClientWithResponses) ListStageRunRegisteredSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunRegisteredSamplesResponse, error)
ListStageRunRegisteredSamplesWithResponse request returning
*ListStageRunRegisteredSamplesResponse
func (c *ClientWithResponses) ListTeamsWithResponse(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*ListTeamsResponse, error)
ListTeamsWithResponse request returning *ListTeamsResponse
func (c *ClientWithResponses) ListUsersWithResponse(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)
ListUsersWithResponse request returning *ListUsersResponse
func (c *ClientWithResponses) ListWorkflowOutputsWithResponse(ctx context.Context, params *ListWorkflowOutputsParams, reqEditors ...RequestEditorFn) (*ListWorkflowOutputsResponse, error)
ListWorkflowOutputsWithResponse request returning
*ListWorkflowOutputsResponse
func (c *ClientWithResponses) ListWorkflowStageRunsWithResponse(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*ListWorkflowStageRunsResponse, error)
ListWorkflowStageRunsWithResponse request returning
*ListWorkflowStageRunsResponse
func (c *ClientWithResponses) ListWorkflowStagesWithResponse(ctx context.Context, workflowId string, reqEditors ...RequestEditorFn) (*ListWorkflowStagesResponse, error)
ListWorkflowStagesWithResponse request returning *ListWorkflowStagesResponse
func (c *ClientWithResponses) ListWorkflowTaskGroupsWithResponse(ctx context.Context, params *ListWorkflowTaskGroupsParams, reqEditors ...RequestEditorFn) (*ListWorkflowTaskGroupsResponse, error)
ListWorkflowTaskGroupsWithResponse request returning
*ListWorkflowTaskGroupsResponse
func (c *ClientWithResponses) ListWorkflowTaskSchemasWithResponse(ctx context.Context, params *ListWorkflowTaskSchemasParams, reqEditors ...RequestEditorFn) (*ListWorkflowTaskSchemasResponse, error)
ListWorkflowTaskSchemasWithResponse request returning
*ListWorkflowTaskSchemasResponse
func (c *ClientWithResponses) ListWorkflowTasksWithResponse(ctx context.Context, params *ListWorkflowTasksParams, reqEditors ...RequestEditorFn) (*ListWorkflowTasksResponse, error)
ListWorkflowTasksWithResponse request returning *ListWorkflowTasksResponse
func (c *ClientWithResponses) ListWorkflowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkflowsResponse, error)
ListWorkflowsWithResponse request returning *ListWorkflowsResponse
func (c *ClientWithResponses) PatchBenchlingAppWithBodyWithResponse(ctx context.Context, appId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchBenchlingAppResponse, error)
PatchBenchlingAppWithBodyWithResponse request with arbitrary body returning
*PatchBenchlingAppResponse
func (c *ClientWithResponses) PatchBenchlingAppWithResponse(ctx context.Context, appId string, body PatchBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchBenchlingAppResponse, error)
func (c *ClientWithResponses) PatchRequestWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchRequestResponse, error)
PatchRequestWithBodyWithResponse request with arbitrary body returning
*PatchRequestResponse
func (c *ClientWithResponses) PatchRequestWithResponse(ctx context.Context, requestId string, body PatchRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchRequestResponse, error)
func (c *ClientWithResponses) PrintLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PrintLabelsResponse, error)
PrintLabelsWithBodyWithResponse request with arbitrary body returning
*PrintLabelsResponse
func (c *ClientWithResponses) PrintLabelsWithResponse(ctx context.Context, body PrintLabelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PrintLabelsResponse, error)
func (c *ClientWithResponses) ProcessOutputWithAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*ProcessOutputWithAutomationOutputProcessorResponse, error)
ProcessOutputWithAutomationOutputProcessorWithResponse request returning
*ProcessOutputWithAutomationOutputProcessorResponse
func (c *ClientWithResponses) RegisterEntitiesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RegisterEntitiesResponse, error)
RegisterEntitiesWithBodyWithResponse request with arbitrary body returning
*RegisterEntitiesResponse
func (c *ClientWithResponses) RegisterEntitiesWithResponse(ctx context.Context, registryId string, body RegisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*RegisterEntitiesResponse, error)
func (c *ClientWithResponses) ReserveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ReserveContainersResponse, error)
ReserveContainersWithBodyWithResponse request with arbitrary body returning
*ReserveContainersResponse
func (c *ClientWithResponses) ReserveContainersWithResponse(ctx context.Context, body ReserveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*ReserveContainersResponse, error)
func (c *ClientWithResponses) TransferIntoContainerWithBodyWithResponse(ctx context.Context, destinationContainerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TransferIntoContainerResponse, error)
TransferIntoContainerWithBodyWithResponse request with arbitrary body
returning *TransferIntoContainerResponse
func (c *ClientWithResponses) TransferIntoContainerWithResponse(ctx context.Context, destinationContainerId string, body TransferIntoContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*TransferIntoContainerResponse, error)
func (c *ClientWithResponses) TransferIntoContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TransferIntoContainersResponse, error)
TransferIntoContainersWithBodyWithResponse request with arbitrary body
returning *TransferIntoContainersResponse
func (c *ClientWithResponses) TransferIntoContainersWithResponse(ctx context.Context, body TransferIntoContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*TransferIntoContainersResponse, error)
func (c *ClientWithResponses) UnarchiveAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAASequencesResponse, error)
UnarchiveAASequencesWithBodyWithResponse request with arbitrary body
returning *UnarchiveAASequencesResponse
func (c *ClientWithResponses) UnarchiveAASequencesWithResponse(ctx context.Context, body UnarchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAASequencesResponse, error)
func (c *ClientWithResponses) UnarchiveAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAssayResultsResponse, error)
UnarchiveAssayResultsWithBodyWithResponse request with arbitrary body
returning *UnarchiveAssayResultsResponse
func (c *ClientWithResponses) UnarchiveAssayResultsWithResponse(ctx context.Context, body UnarchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAssayResultsResponse, error)
func (c *ClientWithResponses) UnarchiveAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAssayRunsResponse, error)
UnarchiveAssayRunsWithBodyWithResponse request with arbitrary body returning
*UnarchiveAssayRunsResponse
func (c *ClientWithResponses) UnarchiveAssayRunsWithResponse(ctx context.Context, body UnarchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAssayRunsResponse, error)
func (c *ClientWithResponses) UnarchiveAutomationOutputProcessorsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAutomationOutputProcessorsResponse, error)
UnarchiveAutomationOutputProcessorsWithBodyWithResponse request with
arbitrary body returning *UnarchiveAutomationOutputProcessorsResponse
func (c *ClientWithResponses) UnarchiveAutomationOutputProcessorsWithResponse(ctx context.Context, body UnarchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAutomationOutputProcessorsResponse, error)
func (c *ClientWithResponses) UnarchiveBatchesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBatchesResponse, error)
UnarchiveBatchesWithBodyWithResponse request with arbitrary body returning
*UnarchiveBatchesResponse
func (c *ClientWithResponses) UnarchiveBatchesWithResponse(ctx context.Context, body UnarchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBatchesResponse, error)
func (c *ClientWithResponses) UnarchiveBenchlingAppsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBenchlingAppsResponse, error)
UnarchiveBenchlingAppsWithBodyWithResponse request with arbitrary body
returning *UnarchiveBenchlingAppsResponse
func (c *ClientWithResponses) UnarchiveBenchlingAppsWithResponse(ctx context.Context, body UnarchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBenchlingAppsResponse, error)
func (c *ClientWithResponses) UnarchiveBoxesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBoxesResponse, error)
UnarchiveBoxesWithBodyWithResponse request with arbitrary body returning
*UnarchiveBoxesResponse
func (c *ClientWithResponses) UnarchiveBoxesWithResponse(ctx context.Context, body UnarchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBoxesResponse, error)
func (c *ClientWithResponses) UnarchiveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveContainersResponse, error)
UnarchiveContainersWithBodyWithResponse request with arbitrary body
returning *UnarchiveContainersResponse
func (c *ClientWithResponses) UnarchiveContainersWithResponse(ctx context.Context, body UnarchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveContainersResponse, error)
func (c *ClientWithResponses) UnarchiveCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveCustomEntitiesResponse, error)
UnarchiveCustomEntitiesWithBodyWithResponse request with arbitrary body
returning *UnarchiveCustomEntitiesResponse
func (c *ClientWithResponses) UnarchiveCustomEntitiesWithResponse(ctx context.Context, body UnarchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveCustomEntitiesResponse, error)
func (c *ClientWithResponses) UnarchiveDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDNAOligosResponse, error)
UnarchiveDNAOligosWithBodyWithResponse request with arbitrary body returning
*UnarchiveDNAOligosResponse
func (c *ClientWithResponses) UnarchiveDNAOligosWithResponse(ctx context.Context, body UnarchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDNAOligosResponse, error)
func (c *ClientWithResponses) UnarchiveDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDNASequencesResponse, error)
UnarchiveDNASequencesWithBodyWithResponse request with arbitrary body
returning *UnarchiveDNASequencesResponse
func (c *ClientWithResponses) UnarchiveDNASequencesWithResponse(ctx context.Context, body UnarchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDNASequencesResponse, error)
func (c *ClientWithResponses) UnarchiveDropdownOptionsWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDropdownOptionsResponse, error)
UnarchiveDropdownOptionsWithBodyWithResponse request with arbitrary body
returning *UnarchiveDropdownOptionsResponse
func (c *ClientWithResponses) UnarchiveDropdownOptionsWithResponse(ctx context.Context, dropdownId string, body UnarchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDropdownOptionsResponse, error)
func (c *ClientWithResponses) UnarchiveEntriesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveEntriesResponse, error)
UnarchiveEntriesWithBodyWithResponse request with arbitrary body returning
*UnarchiveEntriesResponse
func (c *ClientWithResponses) UnarchiveEntriesWithResponse(ctx context.Context, body UnarchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveEntriesResponse, error)
func (c *ClientWithResponses) UnarchiveFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveFoldersResponse, error)
UnarchiveFoldersWithBodyWithResponse request with arbitrary body returning
*UnarchiveFoldersResponse
func (c *ClientWithResponses) UnarchiveFoldersWithResponse(ctx context.Context, body UnarchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveFoldersResponse, error)
func (c *ClientWithResponses) UnarchiveLocationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveLocationsResponse, error)
UnarchiveLocationsWithBodyWithResponse request with arbitrary body returning
*UnarchiveLocationsResponse
func (c *ClientWithResponses) UnarchiveLocationsWithResponse(ctx context.Context, body UnarchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveLocationsResponse, error)
func (c *ClientWithResponses) UnarchiveMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveMixturesResponse, error)
UnarchiveMixturesWithBodyWithResponse request with arbitrary body returning
*UnarchiveMixturesResponse
func (c *ClientWithResponses) UnarchiveMixturesWithResponse(ctx context.Context, body UnarchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveMixturesResponse, error)
func (c *ClientWithResponses) UnarchiveMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveMoleculesResponse, error)
UnarchiveMoleculesWithBodyWithResponse request with arbitrary body returning
*UnarchiveMoleculesResponse
func (c *ClientWithResponses) UnarchiveMoleculesWithResponse(ctx context.Context, body UnarchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveMoleculesResponse, error)
func (c *ClientWithResponses) UnarchiveOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveOligosResponse, error)
UnarchiveOligosWithBodyWithResponse request with arbitrary body returning
*UnarchiveOligosResponse
func (c *ClientWithResponses) UnarchiveOligosWithResponse(ctx context.Context, body UnarchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveOligosResponse, error)
func (c *ClientWithResponses) UnarchivePlatesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchivePlatesResponse, error)
UnarchivePlatesWithBodyWithResponse request with arbitrary body returning
*UnarchivePlatesResponse
func (c *ClientWithResponses) UnarchivePlatesWithResponse(ctx context.Context, body UnarchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchivePlatesResponse, error)
func (c *ClientWithResponses) UnarchiveProjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveProjectsResponse, error)
UnarchiveProjectsWithBodyWithResponse request with arbitrary body returning
*UnarchiveProjectsResponse
func (c *ClientWithResponses) UnarchiveProjectsWithResponse(ctx context.Context, body UnarchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveProjectsResponse, error)
func (c *ClientWithResponses) UnarchiveRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveRNAOligosResponse, error)
UnarchiveRNAOligosWithBodyWithResponse request with arbitrary body returning
*UnarchiveRNAOligosResponse
func (c *ClientWithResponses) UnarchiveRNAOligosWithResponse(ctx context.Context, body UnarchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveRNAOligosResponse, error)
func (c *ClientWithResponses) UnarchiveRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveRNASequencesResponse, error)
UnarchiveRNASequencesWithBodyWithResponse request with arbitrary body
returning *UnarchiveRNASequencesResponse
func (c *ClientWithResponses) UnarchiveRNASequencesWithResponse(ctx context.Context, body UnarchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveRNASequencesResponse, error)
func (c *ClientWithResponses) UnarchiveWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowOutputsResponse, error)
UnarchiveWorkflowOutputsWithBodyWithResponse request with arbitrary body
returning *UnarchiveWorkflowOutputsResponse
func (c *ClientWithResponses) UnarchiveWorkflowOutputsWithResponse(ctx context.Context, body UnarchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowOutputsResponse, error)
func (c *ClientWithResponses) UnarchiveWorkflowTaskGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTaskGroupsResponse, error)
UnarchiveWorkflowTaskGroupsWithBodyWithResponse request with arbitrary body
returning *UnarchiveWorkflowTaskGroupsResponse
func (c *ClientWithResponses) UnarchiveWorkflowTaskGroupsWithResponse(ctx context.Context, body UnarchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTaskGroupsResponse, error)
func (c *ClientWithResponses) UnarchiveWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTasksResponse, error)
UnarchiveWorkflowTasksWithBodyWithResponse request with arbitrary body
returning *UnarchiveWorkflowTasksResponse
func (c *ClientWithResponses) UnarchiveWorkflowTasksWithResponse(ctx context.Context, body UnarchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTasksResponse, error)
func (c *ClientWithResponses) UnregisterEntitiesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnregisterEntitiesResponse, error)
UnregisterEntitiesWithBodyWithResponse request with arbitrary body returning
*UnregisterEntitiesResponse
func (c *ClientWithResponses) UnregisterEntitiesWithResponse(ctx context.Context, registryId string, body UnregisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnregisterEntitiesResponse, error)
func (c *ClientWithResponses) UpdateAASequenceWithBodyWithResponse(ctx context.Context, aaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAASequenceResponse, error)
UpdateAASequenceWithBodyWithResponse request with arbitrary body returning
*UpdateAASequenceResponse
func (c *ClientWithResponses) UpdateAASequenceWithResponse(ctx context.Context, aaSequenceId string, body UpdateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAASequenceResponse, error)
func (c *ClientWithResponses) UpdateAppConfigurationItemWithBodyWithResponse(ctx context.Context, itemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppConfigurationItemResponse, error)
UpdateAppConfigurationItemWithBodyWithResponse request with arbitrary body
returning *UpdateAppConfigurationItemResponse
func (c *ClientWithResponses) UpdateAppConfigurationItemWithResponse(ctx context.Context, itemId string, body UpdateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppConfigurationItemResponse, error)
func (c *ClientWithResponses) UpdateAssayRunWithBodyWithResponse(ctx context.Context, assayRunId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAssayRunResponse, error)
UpdateAssayRunWithBodyWithResponse request with arbitrary body returning
*UpdateAssayRunResponse
func (c *ClientWithResponses) UpdateAssayRunWithResponse(ctx context.Context, assayRunId string, body UpdateAssayRunJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAssayRunResponse, error)
func (c *ClientWithResponses) UpdateAutomationInputGeneratorWithBodyWithResponse(ctx context.Context, inputGeneratorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAutomationInputGeneratorResponse, error)
UpdateAutomationInputGeneratorWithBodyWithResponse request with arbitrary
body returning *UpdateAutomationInputGeneratorResponse
func (c *ClientWithResponses) UpdateAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, body UpdateAutomationInputGeneratorJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAutomationInputGeneratorResponse, error)
func (c *ClientWithResponses) UpdateAutomationOutputProcessorWithBodyWithResponse(ctx context.Context, outputProcessorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAutomationOutputProcessorResponse, error)
UpdateAutomationOutputProcessorWithBodyWithResponse request with arbitrary
body returning *UpdateAutomationOutputProcessorResponse
func (c *ClientWithResponses) UpdateAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, body UpdateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAutomationOutputProcessorResponse, error)
func (c *ClientWithResponses) UpdateBatchWithBodyWithResponse(ctx context.Context, batchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBatchResponse, error)
UpdateBatchWithBodyWithResponse request with arbitrary body returning
*UpdateBatchResponse
func (c *ClientWithResponses) UpdateBatchWithResponse(ctx context.Context, batchId string, body UpdateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBatchResponse, error)
func (c *ClientWithResponses) UpdateBoxWithBodyWithResponse(ctx context.Context, boxId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBoxResponse, error)
UpdateBoxWithBodyWithResponse request with arbitrary body returning
*UpdateBoxResponse
func (c *ClientWithResponses) UpdateBoxWithResponse(ctx context.Context, boxId string, body UpdateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBoxResponse, error)
func (c *ClientWithResponses) UpdateContainerContentWithBodyWithResponse(ctx context.Context, containerId string, containableId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateContainerContentResponse, error)
UpdateContainerContentWithBodyWithResponse request with arbitrary body
returning *UpdateContainerContentResponse
func (c *ClientWithResponses) UpdateContainerContentWithResponse(ctx context.Context, containerId string, containableId string, body UpdateContainerContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateContainerContentResponse, error)
func (c *ClientWithResponses) UpdateContainerWithBodyWithResponse(ctx context.Context, containerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateContainerResponse, error)
UpdateContainerWithBodyWithResponse request with arbitrary body returning
*UpdateContainerResponse
func (c *ClientWithResponses) UpdateContainerWithResponse(ctx context.Context, containerId string, body UpdateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateContainerResponse, error)
func (c *ClientWithResponses) UpdateCustomEntityWithBodyWithResponse(ctx context.Context, customEntityId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomEntityResponse, error)
UpdateCustomEntityWithBodyWithResponse request with arbitrary body returning
*UpdateCustomEntityResponse
func (c *ClientWithResponses) UpdateCustomEntityWithResponse(ctx context.Context, customEntityId string, body UpdateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomEntityResponse, error)
func (c *ClientWithResponses) UpdateDNAOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDNAOligoResponse, error)
UpdateDNAOligoWithBodyWithResponse request with arbitrary body returning
*UpdateDNAOligoResponse
func (c *ClientWithResponses) UpdateDNAOligoWithResponse(ctx context.Context, oligoId string, body UpdateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDNAOligoResponse, error)
func (c *ClientWithResponses) UpdateDNASequenceWithBodyWithResponse(ctx context.Context, dnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDNASequenceResponse, error)
UpdateDNASequenceWithBodyWithResponse request with arbitrary body returning
*UpdateDNASequenceResponse
func (c *ClientWithResponses) UpdateDNASequenceWithResponse(ctx context.Context, dnaSequenceId string, body UpdateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDNASequenceResponse, error)
func (c *ClientWithResponses) UpdateDropdownWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDropdownResponse, error)
UpdateDropdownWithBodyWithResponse request with arbitrary body returning
*UpdateDropdownResponse
func (c *ClientWithResponses) UpdateDropdownWithResponse(ctx context.Context, dropdownId string, body UpdateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDropdownResponse, error)
func (c *ClientWithResponses) UpdateEntryWithBodyWithResponse(ctx context.Context, entryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEntryResponse, error)
UpdateEntryWithBodyWithResponse request with arbitrary body returning
*UpdateEntryResponse
func (c *ClientWithResponses) UpdateEntryWithResponse(ctx context.Context, entryId string, body UpdateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateEntryResponse, error)
func (c *ClientWithResponses) UpdateFeatureLibraryWithBodyWithResponse(ctx context.Context, featureLibraryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeatureLibraryResponse, error)
UpdateFeatureLibraryWithBodyWithResponse request with arbitrary body
returning *UpdateFeatureLibraryResponse
func (c *ClientWithResponses) UpdateFeatureLibraryWithResponse(ctx context.Context, featureLibraryId string, body UpdateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeatureLibraryResponse, error)
func (c *ClientWithResponses) UpdateFeatureWithBodyWithResponse(ctx context.Context, featureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeatureResponse, error)
UpdateFeatureWithBodyWithResponse request with arbitrary body returning
*UpdateFeatureResponse
func (c *ClientWithResponses) UpdateFeatureWithResponse(ctx context.Context, featureId string, body UpdateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeatureResponse, error)
func (c *ClientWithResponses) UpdateLabAutomationTransformWithBodyWithResponse(ctx context.Context, transformId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLabAutomationTransformResponse, error)
UpdateLabAutomationTransformWithBodyWithResponse request with arbitrary body
returning *UpdateLabAutomationTransformResponse
func (c *ClientWithResponses) UpdateLabAutomationTransformWithResponse(ctx context.Context, transformId string, body UpdateLabAutomationTransformJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLabAutomationTransformResponse, error)
func (c *ClientWithResponses) UpdateLegacyWorkflowMetadataWithBodyWithResponse(ctx context.Context, legacyWorkflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLegacyWorkflowMetadataResponse, error)
UpdateLegacyWorkflowMetadataWithBodyWithResponse request with arbitrary body
returning *UpdateLegacyWorkflowMetadataResponse
func (c *ClientWithResponses) UpdateLegacyWorkflowMetadataWithResponse(ctx context.Context, legacyWorkflowId string, body UpdateLegacyWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLegacyWorkflowMetadataResponse, error)
func (c *ClientWithResponses) UpdateLocationWithBodyWithResponse(ctx context.Context, locationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)
UpdateLocationWithBodyWithResponse request with arbitrary body returning
*UpdateLocationResponse
func (c *ClientWithResponses) UpdateLocationWithResponse(ctx context.Context, locationId string, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)
func (c *ClientWithResponses) UpdateMixtureWithBodyWithResponse(ctx context.Context, mixtureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMixtureResponse, error)
UpdateMixtureWithBodyWithResponse request with arbitrary body returning
*UpdateMixtureResponse
func (c *ClientWithResponses) UpdateMixtureWithResponse(ctx context.Context, mixtureId string, body UpdateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMixtureResponse, error)
func (c *ClientWithResponses) UpdateMoleculeWithBodyWithResponse(ctx context.Context, moleculeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMoleculeResponse, error)
UpdateMoleculeWithBodyWithResponse request with arbitrary body returning
*UpdateMoleculeResponse
func (c *ClientWithResponses) UpdateMoleculeWithResponse(ctx context.Context, moleculeId string, body UpdateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMoleculeResponse, error)
func (c *ClientWithResponses) UpdateOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateOligoResponse, error)
UpdateOligoWithBodyWithResponse request with arbitrary body returning
*UpdateOligoResponse
func (c *ClientWithResponses) UpdateOligoWithResponse(ctx context.Context, oligoId string, body UpdateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateOligoResponse, error)
func (c *ClientWithResponses) UpdatePlateWithBodyWithResponse(ctx context.Context, plateId string, params *UpdatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePlateResponse, error)
UpdatePlateWithBodyWithResponse request with arbitrary body returning
*UpdatePlateResponse
func (c *ClientWithResponses) UpdatePlateWithResponse(ctx context.Context, plateId string, params *UpdatePlateParams, body UpdatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePlateResponse, error)
func (c *ClientWithResponses) UpdateRNAOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRNAOligoResponse, error)
UpdateRNAOligoWithBodyWithResponse request with arbitrary body returning
*UpdateRNAOligoResponse
func (c *ClientWithResponses) UpdateRNAOligoWithResponse(ctx context.Context, oligoId string, body UpdateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRNAOligoResponse, error)
func (c *ClientWithResponses) UpdateRNASequenceWithBodyWithResponse(ctx context.Context, rnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRNASequenceResponse, error)
UpdateRNASequenceWithBodyWithResponse request with arbitrary body returning
*UpdateRNASequenceResponse
func (c *ClientWithResponses) UpdateRNASequenceWithResponse(ctx context.Context, rnaSequenceId string, body UpdateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRNASequenceResponse, error)
func (c *ClientWithResponses) UpdateUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)
UpdateUserWithBodyWithResponse request with arbitrary body returning
*UpdateUserResponse
func (c *ClientWithResponses) UpdateUserWithResponse(ctx context.Context, userId string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)
func (c *ClientWithResponses) UpdateWorkflowMetadataWithBodyWithResponse(ctx context.Context, workflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowMetadataResponse, error)
UpdateWorkflowMetadataWithBodyWithResponse request with arbitrary body
returning *UpdateWorkflowMetadataResponse
func (c *ClientWithResponses) UpdateWorkflowMetadataWithResponse(ctx context.Context, workflowId string, body UpdateWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowMetadataResponse, error)
func (c *ClientWithResponses) UpdateWorkflowOutputWithBodyWithResponse(ctx context.Context, workflowOutputId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowOutputResponse, error)
UpdateWorkflowOutputWithBodyWithResponse request with arbitrary body
returning *UpdateWorkflowOutputResponse
func (c *ClientWithResponses) UpdateWorkflowOutputWithResponse(ctx context.Context, workflowOutputId string, body UpdateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowOutputResponse, error)
func (c *ClientWithResponses) UpdateWorkflowTaskGroupWithBodyWithResponse(ctx context.Context, workflowTaskGroupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskGroupResponse, error)
UpdateWorkflowTaskGroupWithBodyWithResponse request with arbitrary body
returning *UpdateWorkflowTaskGroupResponse
func (c *ClientWithResponses) UpdateWorkflowTaskGroupWithResponse(ctx context.Context, workflowTaskGroupId string, body UpdateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskGroupResponse, error)
func (c *ClientWithResponses) UpdateWorkflowTaskWithBodyWithResponse(ctx context.Context, workflowTaskId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskResponse, error)
UpdateWorkflowTaskWithBodyWithResponse request with arbitrary body returning
*UpdateWorkflowTaskResponse
func (c *ClientWithResponses) UpdateWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, body UpdateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskResponse, error)
func (c *ClientWithResponses) ValidateBarcodesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ValidateBarcodesResponse, error)
ValidateBarcodesWithBodyWithResponse request with arbitrary body returning
*ValidateBarcodesResponse
func (c *ClientWithResponses) ValidateBarcodesWithResponse(ctx context.Context, registryId string, body ValidateBarcodesJSONRequestBody, reqEditors ...RequestEditorFn) (*ValidateBarcodesResponse, error)
Type ClientWithResponsesInterface
type ClientWithResponsesInterface interface {
// ListAASequences request
ListAASequencesWithResponse(ctx context.Context, params *ListAASequencesParams, reqEditors ...RequestEditorFn) (*ListAASequencesResponse, error)
// CreateAASequence request with any body
CreateAASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAASequenceResponse, error)
CreateAASequenceWithResponse(ctx context.Context, body CreateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAASequenceResponse, error)
// GetAASequence request
GetAASequenceWithResponse(ctx context.Context, aaSequenceId string, reqEditors ...RequestEditorFn) (*GetAASequenceResponse, error)
// UpdateAASequence request with any body
UpdateAASequenceWithBodyWithResponse(ctx context.Context, aaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAASequenceResponse, error)
UpdateAASequenceWithResponse(ctx context.Context, aaSequenceId string, body UpdateAASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAASequenceResponse, error)
// ArchiveAASequences request with any body
ArchiveAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAASequencesResponse, error)
ArchiveAASequencesWithResponse(ctx context.Context, body ArchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAASequencesResponse, error)
// AutoAnnotateAaSequences request with any body
AutoAnnotateAaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateAaSequencesResponse, error)
AutoAnnotateAaSequencesWithResponse(ctx context.Context, body AutoAnnotateAaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateAaSequencesResponse, error)
// BulkCreateAASequences request with any body
BulkCreateAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateAASequencesResponse, error)
BulkCreateAASequencesWithResponse(ctx context.Context, body BulkCreateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateAASequencesResponse, error)
// BulkGetAASequences request
BulkGetAASequencesWithResponse(ctx context.Context, params *BulkGetAASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetAASequencesResponse, error)
// BulkUpdateAASequences request with any body
BulkUpdateAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateAASequencesResponse, error)
BulkUpdateAASequencesWithResponse(ctx context.Context, body BulkUpdateAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateAASequencesResponse, error)
// UnarchiveAASequences request with any body
UnarchiveAASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAASequencesResponse, error)
UnarchiveAASequencesWithResponse(ctx context.Context, body UnarchiveAASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAASequencesResponse, error)
// ListAppConfigurationItems request
ListAppConfigurationItemsWithResponse(ctx context.Context, params *ListAppConfigurationItemsParams, reqEditors ...RequestEditorFn) (*ListAppConfigurationItemsResponse, error)
// CreateAppConfigurationItem request with any body
CreateAppConfigurationItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAppConfigurationItemResponse, error)
CreateAppConfigurationItemWithResponse(ctx context.Context, body CreateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAppConfigurationItemResponse, error)
// GetAppConfigurationItemById request
GetAppConfigurationItemByIdWithResponse(ctx context.Context, itemId string, reqEditors ...RequestEditorFn) (*GetAppConfigurationItemByIdResponse, error)
// UpdateAppConfigurationItem request with any body
UpdateAppConfigurationItemWithBodyWithResponse(ctx context.Context, itemId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAppConfigurationItemResponse, error)
UpdateAppConfigurationItemWithResponse(ctx context.Context, itemId string, body UpdateAppConfigurationItemJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAppConfigurationItemResponse, error)
// BulkCreateAppConfigurationItems request with any body
BulkCreateAppConfigurationItemsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateAppConfigurationItemsResponse, error)
BulkCreateAppConfigurationItemsWithResponse(ctx context.Context, body BulkCreateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateAppConfigurationItemsResponse, error)
// BulkUpdateAppConfigurationItems request with any body
BulkUpdateAppConfigurationItemsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateAppConfigurationItemsResponse, error)
BulkUpdateAppConfigurationItemsWithResponse(ctx context.Context, body BulkUpdateAppConfigurationItemsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateAppConfigurationItemsResponse, error)
// ListBenchlingApps request
ListBenchlingAppsWithResponse(ctx context.Context, params *ListBenchlingAppsParams, reqEditors ...RequestEditorFn) (*ListBenchlingAppsResponse, error)
// CreateBenchlingApp request with any body
CreateBenchlingAppWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBenchlingAppResponse, error)
CreateBenchlingAppWithResponse(ctx context.Context, body CreateBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBenchlingAppResponse, error)
// GetBenchlingAppByID request
GetBenchlingAppByIDWithResponse(ctx context.Context, appId string, reqEditors ...RequestEditorFn) (*GetBenchlingAppByIDResponse, error)
// PatchBenchlingApp request with any body
PatchBenchlingAppWithBodyWithResponse(ctx context.Context, appId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchBenchlingAppResponse, error)
PatchBenchlingAppWithResponse(ctx context.Context, appId string, body PatchBenchlingAppJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchBenchlingAppResponse, error)
// ArchiveBenchlingApps request with any body
ArchiveBenchlingAppsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBenchlingAppsResponse, error)
ArchiveBenchlingAppsWithResponse(ctx context.Context, body ArchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBenchlingAppsResponse, error)
// UnarchiveBenchlingApps request with any body
UnarchiveBenchlingAppsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBenchlingAppsResponse, error)
UnarchiveBenchlingAppsWithResponse(ctx context.Context, body UnarchiveBenchlingAppsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBenchlingAppsResponse, error)
// ListAssayResultSchemas request
ListAssayResultSchemasWithResponse(ctx context.Context, params *ListAssayResultSchemasParams, reqEditors ...RequestEditorFn) (*ListAssayResultSchemasResponse, error)
// GetResultSchema request
GetResultSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetResultSchemaResponse, error)
// ListAssayResults request
ListAssayResultsWithResponse(ctx context.Context, params *ListAssayResultsParams, reqEditors ...RequestEditorFn) (*ListAssayResultsResponse, error)
// CreateAssayResults request with any body
CreateAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayResultsResponse, error)
CreateAssayResultsWithResponse(ctx context.Context, body CreateAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayResultsResponse, error)
// GetAssayResult request
GetAssayResultWithResponse(ctx context.Context, assayResultId openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAssayResultResponse, error)
// ArchiveAssayResults request with any body
ArchiveAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAssayResultsResponse, error)
ArchiveAssayResultsWithResponse(ctx context.Context, body ArchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAssayResultsResponse, error)
// BulkGetAssayResults request
BulkGetAssayResultsWithResponse(ctx context.Context, params *BulkGetAssayResultsParams, reqEditors ...RequestEditorFn) (*BulkGetAssayResultsResponse, error)
// UnarchiveAssayResults request with any body
UnarchiveAssayResultsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAssayResultsResponse, error)
UnarchiveAssayResultsWithResponse(ctx context.Context, body UnarchiveAssayResultsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAssayResultsResponse, error)
// ListAssayRunSchemas request
ListAssayRunSchemasWithResponse(ctx context.Context, params *ListAssayRunSchemasParams, reqEditors ...RequestEditorFn) (*ListAssayRunSchemasResponse, error)
// GetRunSchema request
GetRunSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRunSchemaResponse, error)
// ListAssayRuns request
ListAssayRunsWithResponse(ctx context.Context, params *ListAssayRunsParams, reqEditors ...RequestEditorFn) (*ListAssayRunsResponse, error)
// CreateAssayRuns request with any body
CreateAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayRunsResponse, error)
CreateAssayRunsWithResponse(ctx context.Context, body CreateAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayRunsResponse, error)
// GetAssayRun request
GetAssayRunWithResponse(ctx context.Context, assayRunId string, reqEditors ...RequestEditorFn) (*GetAssayRunResponse, error)
// UpdateAssayRun request with any body
UpdateAssayRunWithBodyWithResponse(ctx context.Context, assayRunId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAssayRunResponse, error)
UpdateAssayRunWithResponse(ctx context.Context, assayRunId string, body UpdateAssayRunJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAssayRunResponse, error)
// ListAutomationInputGenerators request
ListAutomationInputGeneratorsWithResponse(ctx context.Context, assayRunId string, params *ListAutomationInputGeneratorsParams, reqEditors ...RequestEditorFn) (*ListAutomationInputGeneratorsResponse, error)
// ListAutomationOutputProcessorsDeprecated request
ListAutomationOutputProcessorsDeprecatedWithResponse(ctx context.Context, assayRunId string, params *ListAutomationOutputProcessorsDeprecatedParams, reqEditors ...RequestEditorFn) (*ListAutomationOutputProcessorsDeprecatedResponse, error)
// ArchiveAssayRuns request with any body
ArchiveAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAssayRunsResponse, error)
ArchiveAssayRunsWithResponse(ctx context.Context, body ArchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAssayRunsResponse, error)
// BulkGetAssayRuns request
BulkGetAssayRunsWithResponse(ctx context.Context, params *BulkGetAssayRunsParams, reqEditors ...RequestEditorFn) (*BulkGetAssayRunsResponse, error)
// UnarchiveAssayRuns request with any body
UnarchiveAssayRunsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAssayRunsResponse, error)
UnarchiveAssayRunsWithResponse(ctx context.Context, body UnarchiveAssayRunsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAssayRunsResponse, error)
// GetLabAutomationTransform request
GetLabAutomationTransformWithResponse(ctx context.Context, transformId string, reqEditors ...RequestEditorFn) (*GetLabAutomationTransformResponse, error)
// UpdateLabAutomationTransform request with any body
UpdateLabAutomationTransformWithBodyWithResponse(ctx context.Context, transformId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLabAutomationTransformResponse, error)
UpdateLabAutomationTransformWithResponse(ctx context.Context, transformId string, body UpdateLabAutomationTransformJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLabAutomationTransformResponse, error)
// GetAutomationInputGenerator request
GetAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*GetAutomationInputGeneratorResponse, error)
// UpdateAutomationInputGenerator request with any body
UpdateAutomationInputGeneratorWithBodyWithResponse(ctx context.Context, inputGeneratorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAutomationInputGeneratorResponse, error)
UpdateAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, body UpdateAutomationInputGeneratorJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAutomationInputGeneratorResponse, error)
// GenerateInputWithAutomationInputGenerator request
GenerateInputWithAutomationInputGeneratorWithResponse(ctx context.Context, inputGeneratorId string, reqEditors ...RequestEditorFn) (*GenerateInputWithAutomationInputGeneratorResponse, error)
// ListAutomationOutputProcessors request
ListAutomationOutputProcessorsWithResponse(ctx context.Context, params *ListAutomationOutputProcessorsParams, reqEditors ...RequestEditorFn) (*ListAutomationOutputProcessorsResponse, error)
// CreateAutomationOutputProcessor request with any body
CreateAutomationOutputProcessorWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAutomationOutputProcessorResponse, error)
CreateAutomationOutputProcessorWithResponse(ctx context.Context, body CreateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAutomationOutputProcessorResponse, error)
// GetAutomationOutputProcessor request
GetAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*GetAutomationOutputProcessorResponse, error)
// UpdateAutomationOutputProcessor request with any body
UpdateAutomationOutputProcessorWithBodyWithResponse(ctx context.Context, outputProcessorId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateAutomationOutputProcessorResponse, error)
UpdateAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, body UpdateAutomationOutputProcessorJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateAutomationOutputProcessorResponse, error)
// ProcessOutputWithAutomationOutputProcessor request
ProcessOutputWithAutomationOutputProcessorWithResponse(ctx context.Context, outputProcessorId string, reqEditors ...RequestEditorFn) (*ProcessOutputWithAutomationOutputProcessorResponse, error)
// ArchiveAutomationOutputProcessors request with any body
ArchiveAutomationOutputProcessorsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveAutomationOutputProcessorsResponse, error)
ArchiveAutomationOutputProcessorsWithResponse(ctx context.Context, body ArchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveAutomationOutputProcessorsResponse, error)
// UnarchiveAutomationOutputProcessors request with any body
UnarchiveAutomationOutputProcessorsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveAutomationOutputProcessorsResponse, error)
UnarchiveAutomationOutputProcessorsWithResponse(ctx context.Context, body UnarchiveAutomationOutputProcessorsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveAutomationOutputProcessorsResponse, error)
// ListBatchSchemas request
ListBatchSchemasWithResponse(ctx context.Context, params *ListBatchSchemasParams, reqEditors ...RequestEditorFn) (*ListBatchSchemasResponse, error)
// GetBatchSchema request
GetBatchSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetBatchSchemaResponse, error)
// ListBatches request
ListBatchesWithResponse(ctx context.Context, params *ListBatchesParams, reqEditors ...RequestEditorFn) (*ListBatchesResponse, error)
// CreateBatch request with any body
CreateBatchWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBatchResponse, error)
CreateBatchWithResponse(ctx context.Context, body CreateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBatchResponse, error)
// GetBatch request
GetBatchWithResponse(ctx context.Context, batchId string, reqEditors ...RequestEditorFn) (*GetBatchResponse, error)
// UpdateBatch request with any body
UpdateBatchWithBodyWithResponse(ctx context.Context, batchId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBatchResponse, error)
UpdateBatchWithResponse(ctx context.Context, batchId string, body UpdateBatchJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBatchResponse, error)
// ArchiveBatches request with any body
ArchiveBatchesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBatchesResponse, error)
ArchiveBatchesWithResponse(ctx context.Context, body ArchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBatchesResponse, error)
// BulkGetBatches request
BulkGetBatchesWithResponse(ctx context.Context, params *BulkGetBatchesParams, reqEditors ...RequestEditorFn) (*BulkGetBatchesResponse, error)
// UnarchiveBatches request with any body
UnarchiveBatchesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBatchesResponse, error)
UnarchiveBatchesWithResponse(ctx context.Context, body UnarchiveBatchesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBatchesResponse, error)
// CreateBlob request with any body
CreateBlobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBlobResponse, error)
CreateBlobWithResponse(ctx context.Context, body CreateBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBlobResponse, error)
// GetBlob request
GetBlobWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*GetBlobResponse, error)
// GetBlobUrl request
GetBlobUrlWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*GetBlobUrlResponse, error)
// CreateBlobPart request with any body
CreateBlobPartWithBodyWithResponse(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBlobPartResponse, error)
CreateBlobPartWithResponse(ctx context.Context, blobId string, body CreateBlobPartJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBlobPartResponse, error)
// AbortMultipartBlob request
AbortMultipartBlobWithResponse(ctx context.Context, blobId string, reqEditors ...RequestEditorFn) (*AbortMultipartBlobResponse, error)
// CompleteMultipartBlob request with any body
CompleteMultipartBlobWithBodyWithResponse(ctx context.Context, blobId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CompleteMultipartBlobResponse, error)
CompleteMultipartBlobWithResponse(ctx context.Context, blobId string, body CompleteMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CompleteMultipartBlobResponse, error)
// BulkGetBlobs request
BulkGetBlobsWithResponse(ctx context.Context, params *BulkGetBlobsParams, reqEditors ...RequestEditorFn) (*BulkGetBlobsResponse, error)
// CreateMultipartBlob request with any body
CreateMultipartBlobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMultipartBlobResponse, error)
CreateMultipartBlobWithResponse(ctx context.Context, body CreateMultipartBlobJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMultipartBlobResponse, error)
// ListBoxSchemas request
ListBoxSchemasWithResponse(ctx context.Context, params *ListBoxSchemasParams, reqEditors ...RequestEditorFn) (*ListBoxSchemasResponse, error)
// GetBoxSchema request
GetBoxSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetBoxSchemaResponse, error)
// ListBoxes request
ListBoxesWithResponse(ctx context.Context, params *ListBoxesParams, reqEditors ...RequestEditorFn) (*ListBoxesResponse, error)
// CreateBox request with any body
CreateBoxWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateBoxResponse, error)
CreateBoxWithResponse(ctx context.Context, body CreateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateBoxResponse, error)
// GetBox request
GetBoxWithResponse(ctx context.Context, boxId string, reqEditors ...RequestEditorFn) (*GetBoxResponse, error)
// UpdateBox request with any body
UpdateBoxWithBodyWithResponse(ctx context.Context, boxId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateBoxResponse, error)
UpdateBoxWithResponse(ctx context.Context, boxId string, body UpdateBoxJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateBoxResponse, error)
// ListBoxContents request
ListBoxContentsWithResponse(ctx context.Context, boxId string, params *ListBoxContentsParams, reqEditors ...RequestEditorFn) (*ListBoxContentsResponse, error)
// ArchiveBoxes request with any body
ArchiveBoxesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveBoxesResponse, error)
ArchiveBoxesWithResponse(ctx context.Context, body ArchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveBoxesResponse, error)
// BulkGetBoxes request
BulkGetBoxesWithResponse(ctx context.Context, params *BulkGetBoxesParams, reqEditors ...RequestEditorFn) (*BulkGetBoxesResponse, error)
// UnarchiveBoxes request with any body
UnarchiveBoxesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveBoxesResponse, error)
UnarchiveBoxesWithResponse(ctx context.Context, body UnarchiveBoxesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveBoxesResponse, error)
// ListContainerSchemas request
ListContainerSchemasWithResponse(ctx context.Context, params *ListContainerSchemasParams, reqEditors ...RequestEditorFn) (*ListContainerSchemasResponse, error)
// GetContainerSchema request
GetContainerSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetContainerSchemaResponse, error)
// ListContainers request
ListContainersWithResponse(ctx context.Context, params *ListContainersParams, reqEditors ...RequestEditorFn) (*ListContainersResponse, error)
// CreateContainer request with any body
CreateContainerWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateContainerResponse, error)
CreateContainerWithResponse(ctx context.Context, body CreateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateContainerResponse, error)
// GetContainer request
GetContainerWithResponse(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*GetContainerResponse, error)
// UpdateContainer request with any body
UpdateContainerWithBodyWithResponse(ctx context.Context, containerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateContainerResponse, error)
UpdateContainerWithResponse(ctx context.Context, containerId string, body UpdateContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateContainerResponse, error)
// ListContainerContents request
ListContainerContentsWithResponse(ctx context.Context, containerId string, reqEditors ...RequestEditorFn) (*ListContainerContentsResponse, error)
// DeleteContainerContent request
DeleteContainerContentWithResponse(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*DeleteContainerContentResponse, error)
// GetContainerContent request
GetContainerContentWithResponse(ctx context.Context, containerId string, containableId string, reqEditors ...RequestEditorFn) (*GetContainerContentResponse, error)
// UpdateContainerContent request with any body
UpdateContainerContentWithBodyWithResponse(ctx context.Context, containerId string, containableId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateContainerContentResponse, error)
UpdateContainerContentWithResponse(ctx context.Context, containerId string, containableId string, body UpdateContainerContentJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateContainerContentResponse, error)
// TransferIntoContainer request with any body
TransferIntoContainerWithBodyWithResponse(ctx context.Context, destinationContainerId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TransferIntoContainerResponse, error)
TransferIntoContainerWithResponse(ctx context.Context, destinationContainerId string, body TransferIntoContainerJSONRequestBody, reqEditors ...RequestEditorFn) (*TransferIntoContainerResponse, error)
// ArchiveContainers request with any body
ArchiveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveContainersResponse, error)
ArchiveContainersWithResponse(ctx context.Context, body ArchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveContainersResponse, error)
// BulkCreateContainers request with any body
BulkCreateContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateContainersResponse, error)
BulkCreateContainersWithResponse(ctx context.Context, body BulkCreateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateContainersResponse, error)
// BulkGetContainers request
BulkGetContainersWithResponse(ctx context.Context, params *BulkGetContainersParams, reqEditors ...RequestEditorFn) (*BulkGetContainersResponse, error)
// BulkUpdateContainers request with any body
BulkUpdateContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateContainersResponse, error)
BulkUpdateContainersWithResponse(ctx context.Context, body BulkUpdateContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateContainersResponse, error)
// CheckinContainers request with any body
CheckinContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CheckinContainersResponse, error)
CheckinContainersWithResponse(ctx context.Context, body CheckinContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*CheckinContainersResponse, error)
// CheckoutContainers request with any body
CheckoutContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CheckoutContainersResponse, error)
CheckoutContainersWithResponse(ctx context.Context, body CheckoutContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*CheckoutContainersResponse, error)
// PrintLabels request with any body
PrintLabelsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PrintLabelsResponse, error)
PrintLabelsWithResponse(ctx context.Context, body PrintLabelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PrintLabelsResponse, error)
// ReserveContainers request with any body
ReserveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ReserveContainersResponse, error)
ReserveContainersWithResponse(ctx context.Context, body ReserveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*ReserveContainersResponse, error)
// UnarchiveContainers request with any body
UnarchiveContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveContainersResponse, error)
UnarchiveContainersWithResponse(ctx context.Context, body UnarchiveContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveContainersResponse, error)
// ListCustomEntities request
ListCustomEntitiesWithResponse(ctx context.Context, params *ListCustomEntitiesParams, reqEditors ...RequestEditorFn) (*ListCustomEntitiesResponse, error)
// CreateCustomEntity request with any body
CreateCustomEntityWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateCustomEntityResponse, error)
CreateCustomEntityWithResponse(ctx context.Context, body CreateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateCustomEntityResponse, error)
// GetCustomEntity request
GetCustomEntityWithResponse(ctx context.Context, customEntityId string, reqEditors ...RequestEditorFn) (*GetCustomEntityResponse, error)
// UpdateCustomEntity request with any body
UpdateCustomEntityWithBodyWithResponse(ctx context.Context, customEntityId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateCustomEntityResponse, error)
UpdateCustomEntityWithResponse(ctx context.Context, customEntityId string, body UpdateCustomEntityJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateCustomEntityResponse, error)
// ArchiveCustomEntities request with any body
ArchiveCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveCustomEntitiesResponse, error)
ArchiveCustomEntitiesWithResponse(ctx context.Context, body ArchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveCustomEntitiesResponse, error)
// BulkCreateCustomEntities request with any body
BulkCreateCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateCustomEntitiesResponse, error)
BulkCreateCustomEntitiesWithResponse(ctx context.Context, body BulkCreateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateCustomEntitiesResponse, error)
// BulkGetCustomEntities request
BulkGetCustomEntitiesWithResponse(ctx context.Context, params *BulkGetCustomEntitiesParams, reqEditors ...RequestEditorFn) (*BulkGetCustomEntitiesResponse, error)
// BulkUpdateCustomEntities request with any body
BulkUpdateCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateCustomEntitiesResponse, error)
BulkUpdateCustomEntitiesWithResponse(ctx context.Context, body BulkUpdateCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateCustomEntitiesResponse, error)
// UnarchiveCustomEntities request with any body
UnarchiveCustomEntitiesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveCustomEntitiesResponse, error)
UnarchiveCustomEntitiesWithResponse(ctx context.Context, body UnarchiveCustomEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveCustomEntitiesResponse, error)
// ListDNAAlignments request
ListDNAAlignmentsWithResponse(ctx context.Context, params *ListDNAAlignmentsParams, reqEditors ...RequestEditorFn) (*ListDNAAlignmentsResponse, error)
// DeleteDNAAlignment request
DeleteDNAAlignmentWithResponse(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*DeleteDNAAlignmentResponse, error)
// GetDNAAlignment request
GetDNAAlignmentWithResponse(ctx context.Context, dnaAlignmentId string, reqEditors ...RequestEditorFn) (*GetDNAAlignmentResponse, error)
// CreateDnaConsensusAlignment request with any body
CreateDnaConsensusAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDnaConsensusAlignmentResponse, error)
CreateDnaConsensusAlignmentWithResponse(ctx context.Context, body CreateDnaConsensusAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDnaConsensusAlignmentResponse, error)
// CreateDnaTemplateAlignment request with any body
CreateDnaTemplateAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDnaTemplateAlignmentResponse, error)
CreateDnaTemplateAlignmentWithResponse(ctx context.Context, body CreateDnaTemplateAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDnaTemplateAlignmentResponse, error)
// ListDNAOligos request
ListDNAOligosWithResponse(ctx context.Context, params *ListDNAOligosParams, reqEditors ...RequestEditorFn) (*ListDNAOligosResponse, error)
// CreateDNAOligo request with any body
CreateDNAOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDNAOligoResponse, error)
CreateDNAOligoWithResponse(ctx context.Context, body CreateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDNAOligoResponse, error)
// GetDNAOligo request
GetDNAOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetDNAOligoResponse, error)
// UpdateDNAOligo request with any body
UpdateDNAOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDNAOligoResponse, error)
UpdateDNAOligoWithResponse(ctx context.Context, oligoId string, body UpdateDNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDNAOligoResponse, error)
// ArchiveDNAOligos request with any body
ArchiveDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDNAOligosResponse, error)
ArchiveDNAOligosWithResponse(ctx context.Context, body ArchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDNAOligosResponse, error)
// BulkCreateDNAOligos request with any body
BulkCreateDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateDNAOligosResponse, error)
BulkCreateDNAOligosWithResponse(ctx context.Context, body BulkCreateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateDNAOligosResponse, error)
// BulkUpdateDNAOligos request with any body
BulkUpdateDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateDNAOligosResponse, error)
BulkUpdateDNAOligosWithResponse(ctx context.Context, body BulkUpdateDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateDNAOligosResponse, error)
// UnarchiveDNAOligos request with any body
UnarchiveDNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDNAOligosResponse, error)
UnarchiveDNAOligosWithResponse(ctx context.Context, body UnarchiveDNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDNAOligosResponse, error)
// ListDNASequences request
ListDNASequencesWithResponse(ctx context.Context, params *ListDNASequencesParams, reqEditors ...RequestEditorFn) (*ListDNASequencesResponse, error)
// CreateDNASequence request with any body
CreateDNASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDNASequenceResponse, error)
CreateDNASequenceWithResponse(ctx context.Context, body CreateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDNASequenceResponse, error)
// GetDNASequence request
GetDNASequenceWithResponse(ctx context.Context, dnaSequenceId string, reqEditors ...RequestEditorFn) (*GetDNASequenceResponse, error)
// UpdateDNASequence request with any body
UpdateDNASequenceWithBodyWithResponse(ctx context.Context, dnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDNASequenceResponse, error)
UpdateDNASequenceWithResponse(ctx context.Context, dnaSequenceId string, body UpdateDNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDNASequenceResponse, error)
// ArchiveDNASequences request with any body
ArchiveDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDNASequencesResponse, error)
ArchiveDNASequencesWithResponse(ctx context.Context, body ArchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDNASequencesResponse, error)
// AutoAnnotateDnaSequences request with any body
AutoAnnotateDnaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateDnaSequencesResponse, error)
AutoAnnotateDnaSequencesWithResponse(ctx context.Context, body AutoAnnotateDnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateDnaSequencesResponse, error)
// AutofillDNASequenceParts request with any body
AutofillDNASequencePartsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillDNASequencePartsResponse, error)
AutofillDNASequencePartsWithResponse(ctx context.Context, body AutofillDNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillDNASequencePartsResponse, error)
// AutofillDNASequenceTranslations request with any body
AutofillDNASequenceTranslationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillDNASequenceTranslationsResponse, error)
AutofillDNASequenceTranslationsWithResponse(ctx context.Context, body AutofillDNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillDNASequenceTranslationsResponse, error)
// BulkCreateDNASequences request with any body
BulkCreateDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateDNASequencesResponse, error)
BulkCreateDNASequencesWithResponse(ctx context.Context, body BulkCreateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateDNASequencesResponse, error)
// BulkGetDNASequences request
BulkGetDNASequencesWithResponse(ctx context.Context, params *BulkGetDNASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetDNASequencesResponse, error)
// BulkUpdateDNASequences request with any body
BulkUpdateDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateDNASequencesResponse, error)
BulkUpdateDNASequencesWithResponse(ctx context.Context, body BulkUpdateDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateDNASequencesResponse, error)
// UnarchiveDNASequences request with any body
UnarchiveDNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDNASequencesResponse, error)
UnarchiveDNASequencesWithResponse(ctx context.Context, body UnarchiveDNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDNASequencesResponse, error)
// ListDropdowns request
ListDropdownsWithResponse(ctx context.Context, params *ListDropdownsParams, reqEditors ...RequestEditorFn) (*ListDropdownsResponse, error)
// CreateDropdown request with any body
CreateDropdownWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDropdownResponse, error)
CreateDropdownWithResponse(ctx context.Context, body CreateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDropdownResponse, error)
// GetDropdown request
GetDropdownWithResponse(ctx context.Context, dropdownId string, reqEditors ...RequestEditorFn) (*GetDropdownResponse, error)
// UpdateDropdown request with any body
UpdateDropdownWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateDropdownResponse, error)
UpdateDropdownWithResponse(ctx context.Context, dropdownId string, body UpdateDropdownJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateDropdownResponse, error)
// ArchiveDropdownOptions request with any body
ArchiveDropdownOptionsWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDropdownOptionsResponse, error)
ArchiveDropdownOptionsWithResponse(ctx context.Context, dropdownId string, body ArchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDropdownOptionsResponse, error)
// UnarchiveDropdownOptions request with any body
UnarchiveDropdownOptionsWithBodyWithResponse(ctx context.Context, dropdownId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveDropdownOptionsResponse, error)
UnarchiveDropdownOptionsWithResponse(ctx context.Context, dropdownId string, body UnarchiveDropdownOptionsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveDropdownOptionsResponse, error)
// GetEnitityBatches request
GetEnitityBatchesWithResponse(ctx context.Context, entityId string, reqEditors ...RequestEditorFn) (*GetEnitityBatchesResponse, error)
// ListEntitySchemas request
ListEntitySchemasWithResponse(ctx context.Context, params *ListEntitySchemasParams, reqEditors ...RequestEditorFn) (*ListEntitySchemasResponse, error)
// GetEntitySchema request
GetEntitySchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetEntitySchemaResponse, error)
// ListEntries request
ListEntriesWithResponse(ctx context.Context, params *ListEntriesParams, reqEditors ...RequestEditorFn) (*ListEntriesResponse, error)
// CreateEntry request with any body
CreateEntryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateEntryResponse, error)
CreateEntryWithResponse(ctx context.Context, body CreateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateEntryResponse, error)
// GetEntry request
GetEntryWithResponse(ctx context.Context, entryId string, reqEditors ...RequestEditorFn) (*GetEntryResponse, error)
// UpdateEntry request with any body
UpdateEntryWithBodyWithResponse(ctx context.Context, entryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateEntryResponse, error)
UpdateEntryWithResponse(ctx context.Context, entryId string, body UpdateEntryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateEntryResponse, error)
// GetExternalFileMetadata request
GetExternalFileMetadataWithResponse(ctx context.Context, entryId string, externalFileId string, reqEditors ...RequestEditorFn) (*GetExternalFileMetadataResponse, error)
// ArchiveEntries request with any body
ArchiveEntriesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveEntriesResponse, error)
ArchiveEntriesWithResponse(ctx context.Context, body ArchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveEntriesResponse, error)
// BulkGetEntries request
BulkGetEntriesWithResponse(ctx context.Context, params *BulkGetEntriesParams, reqEditors ...RequestEditorFn) (*BulkGetEntriesResponse, error)
// UnarchiveEntries request with any body
UnarchiveEntriesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveEntriesResponse, error)
UnarchiveEntriesWithResponse(ctx context.Context, body UnarchiveEntriesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveEntriesResponse, error)
// ListEntrySchemas request
ListEntrySchemasWithResponse(ctx context.Context, params *ListEntrySchemasParams, reqEditors ...RequestEditorFn) (*ListEntrySchemasResponse, error)
// GetEntrySchema request
GetEntrySchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetEntrySchemaResponse, error)
// ListEntryTemplates request
ListEntryTemplatesWithResponse(ctx context.Context, params *ListEntryTemplatesParams, reqEditors ...RequestEditorFn) (*ListEntryTemplatesResponse, error)
// GetEntryTemplate request
GetEntryTemplateWithResponse(ctx context.Context, entryTemplateId string, reqEditors ...RequestEditorFn) (*GetEntryTemplateResponse, error)
// ListEvents request
ListEventsWithResponse(ctx context.Context, params *ListEventsParams, reqEditors ...RequestEditorFn) (*ListEventsResponse, error)
// ExportItem request with any body
ExportItemWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExportItemResponse, error)
ExportItemWithResponse(ctx context.Context, body ExportItemJSONRequestBody, reqEditors ...RequestEditorFn) (*ExportItemResponse, error)
// ListFeatureLibraries request
ListFeatureLibrariesWithResponse(ctx context.Context, params *ListFeatureLibrariesParams, reqEditors ...RequestEditorFn) (*ListFeatureLibrariesResponse, error)
// CreateFeatureLibrary request with any body
CreateFeatureLibraryWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeatureLibraryResponse, error)
CreateFeatureLibraryWithResponse(ctx context.Context, body CreateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeatureLibraryResponse, error)
// GetFeatureLibrary request
GetFeatureLibraryWithResponse(ctx context.Context, featureLibraryId string, reqEditors ...RequestEditorFn) (*GetFeatureLibraryResponse, error)
// UpdateFeatureLibrary request with any body
UpdateFeatureLibraryWithBodyWithResponse(ctx context.Context, featureLibraryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeatureLibraryResponse, error)
UpdateFeatureLibraryWithResponse(ctx context.Context, featureLibraryId string, body UpdateFeatureLibraryJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeatureLibraryResponse, error)
// ListFeatures request
ListFeaturesWithResponse(ctx context.Context, params *ListFeaturesParams, reqEditors ...RequestEditorFn) (*ListFeaturesResponse, error)
// CreateFeature request with any body
CreateFeatureWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFeatureResponse, error)
CreateFeatureWithResponse(ctx context.Context, body CreateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFeatureResponse, error)
// GetFeature request
GetFeatureWithResponse(ctx context.Context, featureId string, reqEditors ...RequestEditorFn) (*GetFeatureResponse, error)
// UpdateFeature request with any body
UpdateFeatureWithBodyWithResponse(ctx context.Context, featureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateFeatureResponse, error)
UpdateFeatureWithResponse(ctx context.Context, featureId string, body UpdateFeatureJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateFeatureResponse, error)
// BulkCreateFeatures request with any body
BulkCreateFeaturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateFeaturesResponse, error)
BulkCreateFeaturesWithResponse(ctx context.Context, body BulkCreateFeaturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateFeaturesResponse, error)
// ListFolders request
ListFoldersWithResponse(ctx context.Context, params *ListFoldersParams, reqEditors ...RequestEditorFn) (*ListFoldersResponse, error)
// CreateFolder request with any body
CreateFolderWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)
CreateFolderWithResponse(ctx context.Context, body CreateFolderJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateFolderResponse, error)
// GetFolder request
GetFolderWithResponse(ctx context.Context, folderId string, reqEditors ...RequestEditorFn) (*GetFolderResponse, error)
// ArchiveFolders request with any body
ArchiveFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveFoldersResponse, error)
ArchiveFoldersWithResponse(ctx context.Context, body ArchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveFoldersResponse, error)
// UnarchiveFolders request with any body
UnarchiveFoldersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveFoldersResponse, error)
UnarchiveFoldersWithResponse(ctx context.Context, body UnarchiveFoldersJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveFoldersResponse, error)
// ListLegacyWorkflowStageRunInputSamples request
ListLegacyWorkflowStageRunInputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunInputSamplesResponse, error)
// ListLegacyWorkflowStageRunOutputSamples request
ListLegacyWorkflowStageRunOutputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunOutputSamplesResponse, error)
// ListLegacyWorkflowStageRunRegisteredSamples request
ListLegacyWorkflowStageRunRegisteredSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunRegisteredSamplesResponse, error)
// ListLegacyWorkflowStageRuns request
ListLegacyWorkflowStageRunsWithResponse(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStageRunsResponse, error)
// ListLegacyWorkflows request
ListLegacyWorkflowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowsResponse, error)
// UpdateLegacyWorkflowMetadata request with any body
UpdateLegacyWorkflowMetadataWithBodyWithResponse(ctx context.Context, legacyWorkflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLegacyWorkflowMetadataResponse, error)
UpdateLegacyWorkflowMetadataWithResponse(ctx context.Context, legacyWorkflowId string, body UpdateLegacyWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLegacyWorkflowMetadataResponse, error)
// ListLegacyWorkflowStages request
ListLegacyWorkflowStagesWithResponse(ctx context.Context, legacyWorkflowId string, reqEditors ...RequestEditorFn) (*ListLegacyWorkflowStagesResponse, error)
// ListLocationSchemas request
ListLocationSchemasWithResponse(ctx context.Context, params *ListLocationSchemasParams, reqEditors ...RequestEditorFn) (*ListLocationSchemasResponse, error)
// GetLocationSchema request
GetLocationSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetLocationSchemaResponse, error)
// ListLocations request
ListLocationsWithResponse(ctx context.Context, params *ListLocationsParams, reqEditors ...RequestEditorFn) (*ListLocationsResponse, error)
// CreateLocation request with any body
CreateLocationWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)
CreateLocationWithResponse(ctx context.Context, body CreateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateLocationResponse, error)
// GetLocation request
GetLocationWithResponse(ctx context.Context, locationId string, reqEditors ...RequestEditorFn) (*GetLocationResponse, error)
// UpdateLocation request with any body
UpdateLocationWithBodyWithResponse(ctx context.Context, locationId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)
UpdateLocationWithResponse(ctx context.Context, locationId string, body UpdateLocationJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateLocationResponse, error)
// ArchiveLocations request with any body
ArchiveLocationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveLocationsResponse, error)
ArchiveLocationsWithResponse(ctx context.Context, body ArchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveLocationsResponse, error)
// BulkGetLocations request
BulkGetLocationsWithResponse(ctx context.Context, params *BulkGetLocationsParams, reqEditors ...RequestEditorFn) (*BulkGetLocationsResponse, error)
// UnarchiveLocations request with any body
UnarchiveLocationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveLocationsResponse, error)
UnarchiveLocationsWithResponse(ctx context.Context, body UnarchiveLocationsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveLocationsResponse, error)
// ListMixtures request
ListMixturesWithResponse(ctx context.Context, params *ListMixturesParams, reqEditors ...RequestEditorFn) (*ListMixturesResponse, error)
// CreateMixture request with any body
CreateMixtureWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMixtureResponse, error)
CreateMixtureWithResponse(ctx context.Context, body CreateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMixtureResponse, error)
// GetMixture request
GetMixtureWithResponse(ctx context.Context, mixtureId string, reqEditors ...RequestEditorFn) (*GetMixtureResponse, error)
// UpdateMixture request with any body
UpdateMixtureWithBodyWithResponse(ctx context.Context, mixtureId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMixtureResponse, error)
UpdateMixtureWithResponse(ctx context.Context, mixtureId string, body UpdateMixtureJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMixtureResponse, error)
// ArchiveMixtures request with any body
ArchiveMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveMixturesResponse, error)
ArchiveMixturesWithResponse(ctx context.Context, body ArchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveMixturesResponse, error)
// BulkCreateMixtures request with any body
BulkCreateMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateMixturesResponse, error)
BulkCreateMixturesWithResponse(ctx context.Context, body BulkCreateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateMixturesResponse, error)
// BulkUpdateMixtures request with any body
BulkUpdateMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateMixturesResponse, error)
BulkUpdateMixturesWithResponse(ctx context.Context, body BulkUpdateMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateMixturesResponse, error)
// UnarchiveMixtures request with any body
UnarchiveMixturesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveMixturesResponse, error)
UnarchiveMixturesWithResponse(ctx context.Context, body UnarchiveMixturesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveMixturesResponse, error)
// ListMolecules request
ListMoleculesWithResponse(ctx context.Context, params *ListMoleculesParams, reqEditors ...RequestEditorFn) (*ListMoleculesResponse, error)
// CreateMolecule request with any body
CreateMoleculeWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateMoleculeResponse, error)
CreateMoleculeWithResponse(ctx context.Context, body CreateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateMoleculeResponse, error)
// GetMolecule request
GetMoleculeWithResponse(ctx context.Context, moleculeId string, reqEditors ...RequestEditorFn) (*GetMoleculeResponse, error)
// UpdateMolecule request with any body
UpdateMoleculeWithBodyWithResponse(ctx context.Context, moleculeId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateMoleculeResponse, error)
UpdateMoleculeWithResponse(ctx context.Context, moleculeId string, body UpdateMoleculeJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateMoleculeResponse, error)
// ArchiveMolecules request with any body
ArchiveMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveMoleculesResponse, error)
ArchiveMoleculesWithResponse(ctx context.Context, body ArchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveMoleculesResponse, error)
// BulkCreateMolecules request with any body
BulkCreateMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateMoleculesResponse, error)
BulkCreateMoleculesWithResponse(ctx context.Context, body BulkCreateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateMoleculesResponse, error)
// BulkUpdateMolecules request with any body
BulkUpdateMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateMoleculesResponse, error)
BulkUpdateMoleculesWithResponse(ctx context.Context, body BulkUpdateMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateMoleculesResponse, error)
// UnarchiveMolecules request with any body
UnarchiveMoleculesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveMoleculesResponse, error)
UnarchiveMoleculesWithResponse(ctx context.Context, body UnarchiveMoleculesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveMoleculesResponse, error)
// ListNucleotideAlignments request
ListNucleotideAlignmentsWithResponse(ctx context.Context, params *ListNucleotideAlignmentsParams, reqEditors ...RequestEditorFn) (*ListNucleotideAlignmentsResponse, error)
// DeleteNucleotideAlignment request
DeleteNucleotideAlignmentWithResponse(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*DeleteNucleotideAlignmentResponse, error)
// GetNucleotideAlignment request
GetNucleotideAlignmentWithResponse(ctx context.Context, alignmentId string, reqEditors ...RequestEditorFn) (*GetNucleotideAlignmentResponse, error)
// CreateConsensusNucleotideAlignment request with any body
CreateConsensusNucleotideAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateConsensusNucleotideAlignmentResponse, error)
CreateConsensusNucleotideAlignmentWithResponse(ctx context.Context, body CreateConsensusNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateConsensusNucleotideAlignmentResponse, error)
// CreateTemplateNucleotideAlignment request with any body
CreateTemplateNucleotideAlignmentWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateTemplateNucleotideAlignmentResponse, error)
CreateTemplateNucleotideAlignmentWithResponse(ctx context.Context, body CreateTemplateNucleotideAlignmentJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateTemplateNucleotideAlignmentResponse, error)
// ListOligos request
ListOligosWithResponse(ctx context.Context, params *ListOligosParams, reqEditors ...RequestEditorFn) (*ListOligosResponse, error)
// CreateOligo request with any body
CreateOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateOligoResponse, error)
CreateOligoWithResponse(ctx context.Context, body CreateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateOligoResponse, error)
// GetOligo request
GetOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetOligoResponse, error)
// UpdateOligo request with any body
UpdateOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateOligoResponse, error)
UpdateOligoWithResponse(ctx context.Context, oligoId string, body UpdateOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateOligoResponse, error)
// ArchiveOligos request with any body
ArchiveOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveOligosResponse, error)
ArchiveOligosWithResponse(ctx context.Context, body ArchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveOligosResponse, error)
// BulkCreateOligos request with any body
BulkCreateOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateOligosResponse, error)
BulkCreateOligosWithResponse(ctx context.Context, body BulkCreateOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateOligosResponse, error)
// BulkGetOligos request
BulkGetOligosWithResponse(ctx context.Context, params *BulkGetOligosParams, reqEditors ...RequestEditorFn) (*BulkGetOligosResponse, error)
// UnarchiveOligos request with any body
UnarchiveOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveOligosResponse, error)
UnarchiveOligosWithResponse(ctx context.Context, body UnarchiveOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveOligosResponse, error)
// ListOrganizations request
ListOrganizationsWithResponse(ctx context.Context, params *ListOrganizationsParams, reqEditors ...RequestEditorFn) (*ListOrganizationsResponse, error)
// GetOrganization request
GetOrganizationWithResponse(ctx context.Context, organizationId string, reqEditors ...RequestEditorFn) (*GetOrganizationResponse, error)
// ListPlateSchemas request
ListPlateSchemasWithResponse(ctx context.Context, params *ListPlateSchemasParams, reqEditors ...RequestEditorFn) (*ListPlateSchemasResponse, error)
// GetPlateSchema request
GetPlateSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetPlateSchemaResponse, error)
// ListPlates request
ListPlatesWithResponse(ctx context.Context, params *ListPlatesParams, reqEditors ...RequestEditorFn) (*ListPlatesResponse, error)
// CreatePlate request with any body
CreatePlateWithBodyWithResponse(ctx context.Context, params *CreatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreatePlateResponse, error)
CreatePlateWithResponse(ctx context.Context, params *CreatePlateParams, body CreatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*CreatePlateResponse, error)
// GetPlate request
GetPlateWithResponse(ctx context.Context, plateId string, params *GetPlateParams, reqEditors ...RequestEditorFn) (*GetPlateResponse, error)
// UpdatePlate request with any body
UpdatePlateWithBodyWithResponse(ctx context.Context, plateId string, params *UpdatePlateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdatePlateResponse, error)
UpdatePlateWithResponse(ctx context.Context, plateId string, params *UpdatePlateParams, body UpdatePlateJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdatePlateResponse, error)
// ArchivePlates request with any body
ArchivePlatesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchivePlatesResponse, error)
ArchivePlatesWithResponse(ctx context.Context, body ArchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchivePlatesResponse, error)
// BulkGetPlates request
BulkGetPlatesWithResponse(ctx context.Context, params *BulkGetPlatesParams, reqEditors ...RequestEditorFn) (*BulkGetPlatesResponse, error)
// UnarchivePlates request with any body
UnarchivePlatesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchivePlatesResponse, error)
UnarchivePlatesWithResponse(ctx context.Context, body UnarchivePlatesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchivePlatesResponse, error)
// ListProjects request
ListProjectsWithResponse(ctx context.Context, params *ListProjectsParams, reqEditors ...RequestEditorFn) (*ListProjectsResponse, error)
// GetProject request
GetProjectWithResponse(ctx context.Context, projectId string, reqEditors ...RequestEditorFn) (*GetProjectResponse, error)
// ArchiveProjects request with any body
ArchiveProjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveProjectsResponse, error)
ArchiveProjectsWithResponse(ctx context.Context, body ArchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveProjectsResponse, error)
// UnarchiveProjects request with any body
UnarchiveProjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveProjectsResponse, error)
UnarchiveProjectsWithResponse(ctx context.Context, body UnarchiveProjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveProjectsResponse, error)
// ListRegistries request
ListRegistriesWithResponse(ctx context.Context, params *ListRegistriesParams, reqEditors ...RequestEditorFn) (*ListRegistriesResponse, error)
// GetRegistry request
GetRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*GetRegistryResponse, error)
// ListBatchSchemasByRegistry request
ListBatchSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListBatchSchemasByRegistryResponse, error)
// ListBoxSchemasByRegistry request
ListBoxSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListBoxSchemasByRegistryResponse, error)
// ListContainerSchemasByRegistry request
ListContainerSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListContainerSchemasByRegistryResponse, error)
// ListDropdownsByRegistry request
ListDropdownsByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListDropdownsByRegistryResponse, error)
// ListEntitySchemasByRegistry request
ListEntitySchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListEntitySchemasByRegistryResponse, error)
// ListPrinters request
ListPrintersWithResponse(ctx context.Context, registryId string, params *ListPrintersParams, reqEditors ...RequestEditorFn) (*ListPrintersResponse, error)
// ListLabelTemplates request
ListLabelTemplatesWithResponse(ctx context.Context, registryId string, params *ListLabelTemplatesParams, reqEditors ...RequestEditorFn) (*ListLabelTemplatesResponse, error)
// ListLocationSchemasByRegistry request
ListLocationSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListLocationSchemasByRegistryResponse, error)
// ListPlateSchemasByRegistry request
ListPlateSchemasByRegistryWithResponse(ctx context.Context, registryId string, reqEditors ...RequestEditorFn) (*ListPlateSchemasByRegistryResponse, error)
// BulkGetRegisteredEntities request
BulkGetRegisteredEntitiesWithResponse(ctx context.Context, registryId string, params *BulkGetRegisteredEntitiesParams, reqEditors ...RequestEditorFn) (*BulkGetRegisteredEntitiesResponse, error)
// RegisterEntities request with any body
RegisterEntitiesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RegisterEntitiesResponse, error)
RegisterEntitiesWithResponse(ctx context.Context, registryId string, body RegisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*RegisterEntitiesResponse, error)
// UnregisterEntities request with any body
UnregisterEntitiesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnregisterEntitiesResponse, error)
UnregisterEntitiesWithResponse(ctx context.Context, registryId string, body UnregisterEntitiesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnregisterEntitiesResponse, error)
// ValidateBarcodes request with any body
ValidateBarcodesWithBodyWithResponse(ctx context.Context, registryId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ValidateBarcodesResponse, error)
ValidateBarcodesWithResponse(ctx context.Context, registryId string, body ValidateBarcodesJSONRequestBody, reqEditors ...RequestEditorFn) (*ValidateBarcodesResponse, error)
// ListRequestFulfillments request
ListRequestFulfillmentsWithResponse(ctx context.Context, params *ListRequestFulfillmentsParams, reqEditors ...RequestEditorFn) (*ListRequestFulfillmentsResponse, error)
// GetRequestFulfillment request
GetRequestFulfillmentWithResponse(ctx context.Context, requestFulfillmentId string, reqEditors ...RequestEditorFn) (*GetRequestFulfillmentResponse, error)
// ListRequestSchemas request
ListRequestSchemasWithResponse(ctx context.Context, params *ListRequestSchemasParams, reqEditors ...RequestEditorFn) (*ListRequestSchemasResponse, error)
// GetRequestSchema request
GetRequestSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRequestSchemaResponse, error)
// ListRequestTaskSchemas request
ListRequestTaskSchemasWithResponse(ctx context.Context, params *ListRequestTaskSchemasParams, reqEditors ...RequestEditorFn) (*ListRequestTaskSchemasResponse, error)
// GetRequestTaskSchema request
GetRequestTaskSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetRequestTaskSchemaResponse, error)
// ListRequests request
ListRequestsWithResponse(ctx context.Context, params *ListRequestsParams, reqEditors ...RequestEditorFn) (*ListRequestsResponse, error)
// CreateRequest request with any body
CreateRequestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRequestResponse, error)
CreateRequestWithResponse(ctx context.Context, body CreateRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRequestResponse, error)
// GetRequest request
GetRequestWithResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*GetRequestResponse, error)
// PatchRequest request with any body
PatchRequestWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchRequestResponse, error)
PatchRequestWithResponse(ctx context.Context, requestId string, body PatchRequestJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchRequestResponse, error)
// GetRequestResponse request
GetRequestResponseWithResponse(ctx context.Context, requestId string, reqEditors ...RequestEditorFn) (*GetRequestResponseResponse, error)
// BulkCreateRequestTasks request with any body
BulkCreateRequestTasksWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRequestTasksResponse, error)
BulkCreateRequestTasksWithResponse(ctx context.Context, requestId string, body BulkCreateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRequestTasksResponse, error)
// BulkUpdateRequestTasks request with any body
BulkUpdateRequestTasksWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRequestTasksResponse, error)
BulkUpdateRequestTasksWithResponse(ctx context.Context, requestId string, body BulkUpdateRequestTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRequestTasksResponse, error)
// ExecuteRequestsSampleGroups request with any body
ExecuteRequestsSampleGroupsWithBodyWithResponse(ctx context.Context, requestId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ExecuteRequestsSampleGroupsResponse, error)
ExecuteRequestsSampleGroupsWithResponse(ctx context.Context, requestId string, body ExecuteRequestsSampleGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*ExecuteRequestsSampleGroupsResponse, error)
// BulkGetRequests request
BulkGetRequestsWithResponse(ctx context.Context, params *BulkGetRequestsParams, reqEditors ...RequestEditorFn) (*BulkGetRequestsResponse, error)
// CreateAssayResultsTransaction request
CreateAssayResultsTransactionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*CreateAssayResultsTransactionResponse, error)
// CreateAssayResultsInTransaction request with any body
CreateAssayResultsInTransactionWithBodyWithResponse(ctx context.Context, transactionId openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateAssayResultsInTransactionResponse, error)
CreateAssayResultsInTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, body CreateAssayResultsInTransactionJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateAssayResultsInTransactionResponse, error)
// AbortAssayResultsTransaction request
AbortAssayResultsTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*AbortAssayResultsTransactionResponse, error)
// CommitAssayResultsTransaction request
CommitAssayResultsTransactionWithResponse(ctx context.Context, transactionId openapi_types.UUID, reqEditors ...RequestEditorFn) (*CommitAssayResultsTransactionResponse, error)
// ListRNAOligos request
ListRNAOligosWithResponse(ctx context.Context, params *ListRNAOligosParams, reqEditors ...RequestEditorFn) (*ListRNAOligosResponse, error)
// CreateRNAOligo request with any body
CreateRNAOligoWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRNAOligoResponse, error)
CreateRNAOligoWithResponse(ctx context.Context, body CreateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRNAOligoResponse, error)
// GetRNAOligo request
GetRNAOligoWithResponse(ctx context.Context, oligoId string, reqEditors ...RequestEditorFn) (*GetRNAOligoResponse, error)
// UpdateRNAOligo request with any body
UpdateRNAOligoWithBodyWithResponse(ctx context.Context, oligoId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRNAOligoResponse, error)
UpdateRNAOligoWithResponse(ctx context.Context, oligoId string, body UpdateRNAOligoJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRNAOligoResponse, error)
// ArchiveRNAOligos request with any body
ArchiveRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveRNAOligosResponse, error)
ArchiveRNAOligosWithResponse(ctx context.Context, body ArchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveRNAOligosResponse, error)
// BulkCreateRNAOligos request with any body
BulkCreateRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRNAOligosResponse, error)
BulkCreateRNAOligosWithResponse(ctx context.Context, body BulkCreateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRNAOligosResponse, error)
// BulkUpdateRNAOligos request with any body
BulkUpdateRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRNAOligosResponse, error)
BulkUpdateRNAOligosWithResponse(ctx context.Context, body BulkUpdateRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRNAOligosResponse, error)
// UnarchiveRNAOligos request with any body
UnarchiveRNAOligosWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveRNAOligosResponse, error)
UnarchiveRNAOligosWithResponse(ctx context.Context, body UnarchiveRNAOligosJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveRNAOligosResponse, error)
// ListRNASequences request
ListRNASequencesWithResponse(ctx context.Context, params *ListRNASequencesParams, reqEditors ...RequestEditorFn) (*ListRNASequencesResponse, error)
// CreateRNASequence request with any body
CreateRNASequenceWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateRNASequenceResponse, error)
CreateRNASequenceWithResponse(ctx context.Context, body CreateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateRNASequenceResponse, error)
// GetRNASequence request
GetRNASequenceWithResponse(ctx context.Context, rnaSequenceId string, reqEditors ...RequestEditorFn) (*GetRNASequenceResponse, error)
// UpdateRNASequence request with any body
UpdateRNASequenceWithBodyWithResponse(ctx context.Context, rnaSequenceId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateRNASequenceResponse, error)
UpdateRNASequenceWithResponse(ctx context.Context, rnaSequenceId string, body UpdateRNASequenceJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateRNASequenceResponse, error)
// ArchiveRNASequences request with any body
ArchiveRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveRNASequencesResponse, error)
ArchiveRNASequencesWithResponse(ctx context.Context, body ArchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveRNASequencesResponse, error)
// AutoAnnotateRnaSequences request with any body
AutoAnnotateRnaSequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutoAnnotateRnaSequencesResponse, error)
AutoAnnotateRnaSequencesWithResponse(ctx context.Context, body AutoAnnotateRnaSequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*AutoAnnotateRnaSequencesResponse, error)
// AutofillRNASequenceParts request with any body
AutofillRNASequencePartsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillRNASequencePartsResponse, error)
AutofillRNASequencePartsWithResponse(ctx context.Context, body AutofillRNASequencePartsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillRNASequencePartsResponse, error)
// AutofillRNASequenceTranslations request with any body
AutofillRNASequenceTranslationsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AutofillRNASequenceTranslationsResponse, error)
AutofillRNASequenceTranslationsWithResponse(ctx context.Context, body AutofillRNASequenceTranslationsJSONRequestBody, reqEditors ...RequestEditorFn) (*AutofillRNASequenceTranslationsResponse, error)
// BulkCreateRNASequences request with any body
BulkCreateRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateRNASequencesResponse, error)
BulkCreateRNASequencesWithResponse(ctx context.Context, body BulkCreateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateRNASequencesResponse, error)
// BulkGetRNASequences request
BulkGetRNASequencesWithResponse(ctx context.Context, params *BulkGetRNASequencesParams, reqEditors ...RequestEditorFn) (*BulkGetRNASequencesResponse, error)
// BulkUpdateRNASequences request with any body
BulkUpdateRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateRNASequencesResponse, error)
BulkUpdateRNASequencesWithResponse(ctx context.Context, body BulkUpdateRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateRNASequencesResponse, error)
// UnarchiveRNASequences request with any body
UnarchiveRNASequencesWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveRNASequencesResponse, error)
UnarchiveRNASequencesWithResponse(ctx context.Context, body UnarchiveRNASequencesJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveRNASequencesResponse, error)
// GetTask request
GetTaskWithResponse(ctx context.Context, taskId string, reqEditors ...RequestEditorFn) (*GetTaskResponse, error)
// ListTeams request
ListTeamsWithResponse(ctx context.Context, params *ListTeamsParams, reqEditors ...RequestEditorFn) (*ListTeamsResponse, error)
// GetTeam request
GetTeamWithResponse(ctx context.Context, teamId string, reqEditors ...RequestEditorFn) (*GetTeamResponse, error)
// GenerateToken request with any body
GenerateTokenWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GenerateTokenResponse, error)
GenerateTokenWithFormdataBodyWithResponse(ctx context.Context, body GenerateTokenFormdataRequestBody, reqEditors ...RequestEditorFn) (*GenerateTokenResponse, error)
// TransferIntoContainers request with any body
TransferIntoContainersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TransferIntoContainersResponse, error)
TransferIntoContainersWithResponse(ctx context.Context, body TransferIntoContainersJSONRequestBody, reqEditors ...RequestEditorFn) (*TransferIntoContainersResponse, error)
// ListUsers request
ListUsersWithResponse(ctx context.Context, params *ListUsersParams, reqEditors ...RequestEditorFn) (*ListUsersResponse, error)
// CreateUser request with any body
CreateUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
CreateUserWithResponse(ctx context.Context, body CreateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateUserResponse, error)
// GetUser request
GetUserWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserResponse, error)
// UpdateUser request with any body
UpdateUserWithBodyWithResponse(ctx context.Context, userId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)
UpdateUserWithResponse(ctx context.Context, userId string, body UpdateUserJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateUserResponse, error)
// GetUserActivity request
GetUserActivityWithResponse(ctx context.Context, userId string, reqEditors ...RequestEditorFn) (*GetUserActivityResponse, error)
// BulkCreateUsers request with any body
BulkCreateUsersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateUsersResponse, error)
BulkCreateUsersWithResponse(ctx context.Context, body BulkCreateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateUsersResponse, error)
// BulkUpdateUsers request with any body
BulkUpdateUsersWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateUsersResponse, error)
BulkUpdateUsersWithResponse(ctx context.Context, body BulkUpdateUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateUsersResponse, error)
// CreateWarehouseCredentials request with any body
CreateWarehouseCredentialsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWarehouseCredentialsResponse, error)
CreateWarehouseCredentialsWithResponse(ctx context.Context, body CreateWarehouseCredentialsJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWarehouseCredentialsResponse, error)
// ListWorkflowOutputs request
ListWorkflowOutputsWithResponse(ctx context.Context, params *ListWorkflowOutputsParams, reqEditors ...RequestEditorFn) (*ListWorkflowOutputsResponse, error)
// CreateWorkflowOutput request with any body
CreateWorkflowOutputWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowOutputResponse, error)
CreateWorkflowOutputWithResponse(ctx context.Context, body CreateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowOutputResponse, error)
// GetWorkflowOutput request
GetWorkflowOutputWithResponse(ctx context.Context, workflowOutputId string, reqEditors ...RequestEditorFn) (*GetWorkflowOutputResponse, error)
// UpdateWorkflowOutput request with any body
UpdateWorkflowOutputWithBodyWithResponse(ctx context.Context, workflowOutputId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowOutputResponse, error)
UpdateWorkflowOutputWithResponse(ctx context.Context, workflowOutputId string, body UpdateWorkflowOutputJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowOutputResponse, error)
// ArchiveWorkflowOutputs request with any body
ArchiveWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowOutputsResponse, error)
ArchiveWorkflowOutputsWithResponse(ctx context.Context, body ArchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowOutputsResponse, error)
// BulkCreateWorkflowOutputs request with any body
BulkCreateWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowOutputsResponse, error)
BulkCreateWorkflowOutputsWithResponse(ctx context.Context, body BulkCreateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowOutputsResponse, error)
// BulkUpdateWorkflowOutputs request with any body
BulkUpdateWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowOutputsResponse, error)
BulkUpdateWorkflowOutputsWithResponse(ctx context.Context, body BulkUpdateWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowOutputsResponse, error)
// UnarchiveWorkflowOutputs request with any body
UnarchiveWorkflowOutputsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowOutputsResponse, error)
UnarchiveWorkflowOutputsWithResponse(ctx context.Context, body UnarchiveWorkflowOutputsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowOutputsResponse, error)
// ListStageRunInputSamples request
ListStageRunInputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunInputSamplesResponse, error)
// ListStageRunOutputSamples request
ListStageRunOutputSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunOutputSamplesResponse, error)
// ListStageRunRegisteredSamples request
ListStageRunRegisteredSamplesWithResponse(ctx context.Context, stageRunId string, reqEditors ...RequestEditorFn) (*ListStageRunRegisteredSamplesResponse, error)
// ListWorkflowStageRuns request
ListWorkflowStageRunsWithResponse(ctx context.Context, stageId string, reqEditors ...RequestEditorFn) (*ListWorkflowStageRunsResponse, error)
// ListWorkflowTaskGroups request
ListWorkflowTaskGroupsWithResponse(ctx context.Context, params *ListWorkflowTaskGroupsParams, reqEditors ...RequestEditorFn) (*ListWorkflowTaskGroupsResponse, error)
// CreateWorkflowTaskGroup request with any body
CreateWorkflowTaskGroupWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskGroupResponse, error)
CreateWorkflowTaskGroupWithResponse(ctx context.Context, body CreateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskGroupResponse, error)
// GetWorkflowTaskGroup request
GetWorkflowTaskGroupWithResponse(ctx context.Context, workflowTaskGroupId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskGroupResponse, error)
// UpdateWorkflowTaskGroup request with any body
UpdateWorkflowTaskGroupWithBodyWithResponse(ctx context.Context, workflowTaskGroupId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskGroupResponse, error)
UpdateWorkflowTaskGroupWithResponse(ctx context.Context, workflowTaskGroupId string, body UpdateWorkflowTaskGroupJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskGroupResponse, error)
// ArchiveWorkflowTaskGroups request with any body
ArchiveWorkflowTaskGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTaskGroupsResponse, error)
ArchiveWorkflowTaskGroupsWithResponse(ctx context.Context, body ArchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTaskGroupsResponse, error)
// UnarchiveWorkflowTaskGroups request with any body
UnarchiveWorkflowTaskGroupsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTaskGroupsResponse, error)
UnarchiveWorkflowTaskGroupsWithResponse(ctx context.Context, body UnarchiveWorkflowTaskGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTaskGroupsResponse, error)
// ListWorkflowTaskSchemas request
ListWorkflowTaskSchemasWithResponse(ctx context.Context, params *ListWorkflowTaskSchemasParams, reqEditors ...RequestEditorFn) (*ListWorkflowTaskSchemasResponse, error)
// GetWorkflowTaskSchema request
GetWorkflowTaskSchemaWithResponse(ctx context.Context, schemaId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskSchemaResponse, error)
// ListWorkflowTasks request
ListWorkflowTasksWithResponse(ctx context.Context, params *ListWorkflowTasksParams, reqEditors ...RequestEditorFn) (*ListWorkflowTasksResponse, error)
// CreateWorkflowTask request with any body
CreateWorkflowTaskWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskResponse, error)
CreateWorkflowTaskWithResponse(ctx context.Context, body CreateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateWorkflowTaskResponse, error)
// GetWorkflowTask request
GetWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*GetWorkflowTaskResponse, error)
// UpdateWorkflowTask request with any body
UpdateWorkflowTaskWithBodyWithResponse(ctx context.Context, workflowTaskId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskResponse, error)
UpdateWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, body UpdateWorkflowTaskJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowTaskResponse, error)
// CopyWorkflowTask request
CopyWorkflowTaskWithResponse(ctx context.Context, workflowTaskId string, reqEditors ...RequestEditorFn) (*CopyWorkflowTaskResponse, error)
// ArchiveWorkflowTasks request with any body
ArchiveWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTasksResponse, error)
ArchiveWorkflowTasksWithResponse(ctx context.Context, body ArchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveWorkflowTasksResponse, error)
// BulkCopyWorkflowTasks request with any body
BulkCopyWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCopyWorkflowTasksResponse, error)
BulkCopyWorkflowTasksWithResponse(ctx context.Context, body BulkCopyWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCopyWorkflowTasksResponse, error)
// BulkCreateWorkflowTasks request with any body
BulkCreateWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowTasksResponse, error)
BulkCreateWorkflowTasksWithResponse(ctx context.Context, body BulkCreateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkCreateWorkflowTasksResponse, error)
// BulkUpdateWorkflowTasks request with any body
BulkUpdateWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowTasksResponse, error)
BulkUpdateWorkflowTasksWithResponse(ctx context.Context, body BulkUpdateWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkUpdateWorkflowTasksResponse, error)
// UnarchiveWorkflowTasks request with any body
UnarchiveWorkflowTasksWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTasksResponse, error)
UnarchiveWorkflowTasksWithResponse(ctx context.Context, body UnarchiveWorkflowTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*UnarchiveWorkflowTasksResponse, error)
// ListWorkflows request
ListWorkflowsWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ListWorkflowsResponse, error)
// UpdateWorkflowMetadata request with any body
UpdateWorkflowMetadataWithBodyWithResponse(ctx context.Context, workflowId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateWorkflowMetadataResponse, error)
UpdateWorkflowMetadataWithResponse(ctx context.Context, workflowId string, body UpdateWorkflowMetadataJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateWorkflowMetadataResponse, error)
// ListWorkflowStages request
ListWorkflowStagesWithResponse(ctx context.Context, workflowId string, reqEditors ...RequestEditorFn) (*ListWorkflowStagesResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client
with responses above.
Type CommitAssayResultsTransactionResponse
type CommitAssayResultsTransactionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultTransactionCreateResponse
JSON400 *BadRequestError
}
Functions
func ParseCommitAssayResultsTransactionResponse(rsp *http.Response) (*CommitAssayResultsTransactionResponse, error)
ParseCommitAssayResultsTransactionResponse parses an HTTP response from a
CommitAssayResultsTransactionWithResponse call
Methods
func (r CommitAssayResultsTransactionResponse) Status() string
Status returns HTTPResponse.Status
func (r CommitAssayResultsTransactionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CompleteMultipartBlobJSONRequestBody
type CompleteMultipartBlobJSONRequestBody = BlobComplete
CompleteMultipartBlobJSONRequestBody defines body for CompleteMultipartBlob
for application/json ContentType.
Type CompleteMultipartBlobResponse
type CompleteMultipartBlobResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Blob
JSON400 *BadRequestError
}
Functions
func ParseCompleteMultipartBlobResponse(rsp *http.Response) (*CompleteMultipartBlobResponse, error)
ParseCompleteMultipartBlobResponse parses an HTTP response from a
CompleteMultipartBlobWithResponse call
Methods
func (r CompleteMultipartBlobResponse) Status() string
Status returns HTTPResponse.Status
func (r CompleteMultipartBlobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ConflictError
type ConflictError struct {
Error *struct {
Conflicts *[]map[string]interface{} `json:"conflicts,omitempty"`
Message *string `json:"message,omitempty"`
Type *string `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
ConflictError defines model for ConflictError.
Type Container
type Container struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Barcode *string `json:"barcode"`
CheckoutRecord *CheckoutRecord `json:"checkoutRecord,omitempty"`
Contents *[]ContainerContent `json:"contents,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId"`
ParentStorageSchema *SchemaSummary `json:"parentStorageSchema"`
ProjectId *string `json:"projectId"`
// Quantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
Quantity *ContainerQuantity `json:"quantity,omitempty"`
Schema *SchemaSummary `json:"schema"`
Volume *DeprecatedContainerVolumeForResponse `json:"volume,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
Container defines model for Container.
Type ContainerBulkUpdateItem
type ContainerBulkUpdateItem struct {
ContainerId string `json:"containerId"`
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId,omitempty"`
// Quantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
Quantity *ContainerQuantity `json:"quantity,omitempty"`
// Volume Desired volume for a container, well, or transfer. "volume" type keys are deprecated in API requests; use the more permissive "quantity" type key instead.
Volume *DeprecatedContainerVolumeForInput `json:"volume,omitempty"`
}
ContainerBulkUpdateItem defines model for ContainerBulkUpdateItem.
Type ContainerContent
type ContainerContent struct {
Batch *BatchOrInaccessibleResource `json:"batch"`
Concentration *Measurement `json:"concentration,omitempty"`
Entity *EntityOrInaccessibleResource `json:"entity"`
}
ContainerContent defines model for ContainerContent.
Type ContainerContentUpdate
type ContainerContentUpdate struct {
Concentration Measurement `json:"concentration"`
}
ContainerContentUpdate defines model for ContainerContentUpdate.
Type ContainerContentsList
type ContainerContentsList struct {
Contents *[]ContainerContent `json:"contents,omitempty"`
}
ContainerContentsList defines model for ContainerContentsList.
Type ContainerCreate
type ContainerCreate struct {
Barcode *string `json:"barcode,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId"`
SchemaId *string `json:"schemaId,omitempty"`
}
ContainerCreate defines model for ContainerCreate.
Type ContainerLabels
type ContainerLabels struct {
Barcode *string `json:"barcode,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
ContainerLabels defines model for ContainerLabels.
Type ContainerQuantity
type ContainerQuantity struct {
Units *ContainerQuantityUnits `json:"units"`
Value *float32 `json:"value"`
}
ContainerQuantity Quantity of a container, well, or transfer. Supports mass,
volume, and other quantities.
Type ContainerQuantityUnits
type ContainerQuantityUnits string
ContainerQuantityUnits defines model for ContainerQuantity.Units.
Constants
ContainerQuantityUnitsCells, ContainerQuantityUnitsG, ContainerQuantityUnitsGalUS, ContainerQuantityUnitsItems, ContainerQuantityUnitsKg, ContainerQuantityUnitsL, ContainerQuantityUnitsLb, ContainerQuantityUnitsML, ContainerQuantityUnitsMg, ContainerQuantityUnitsMmol, ContainerQuantityUnitsMol, ContainerQuantityUnitsNL, ContainerQuantityUnitsNg, ContainerQuantityUnitsNil, ContainerQuantityUnitsNmol, ContainerQuantityUnitsOz, ContainerQuantityUnitsPL, ContainerQuantityUnitsPg, ContainerQuantityUnitsPmol, ContainerQuantityUnitsPtUS, ContainerQuantityUnitsQtUS, ContainerQuantityUnitsUL, ContainerQuantityUnitsUg, ContainerQuantityUnitsUmol, ContainerQuantityUnitsUnits, ContainerQuantityUnitsX103Cells, ContainerQuantityUnitsX104Cells, ContainerQuantityUnitsX105Cells, ContainerQuantityUnitsX106Cells, ContainerQuantityUnitsX107Cells, ContainerQuantityUnitsX108Cells, ContainerQuantityUnitsX109Cells
ContainerQuantityUnitsCells ContainerQuantityUnits = "cells"
ContainerQuantityUnitsG ContainerQuantityUnits = "g"
ContainerQuantityUnitsGalUS ContainerQuantityUnits = "gal (US)"
ContainerQuantityUnitsItems ContainerQuantityUnits = "items"
ContainerQuantityUnitsKg ContainerQuantityUnits = "kg"
ContainerQuantityUnitsL ContainerQuantityUnits = "L"
ContainerQuantityUnitsLb ContainerQuantityUnits = "lb"
ContainerQuantityUnitsML ContainerQuantityUnits = "mL"
ContainerQuantityUnitsMg ContainerQuantityUnits = "mg"
ContainerQuantityUnitsMmol ContainerQuantityUnits = "mmol"
ContainerQuantityUnitsMol ContainerQuantityUnits = "mol"
ContainerQuantityUnitsNL ContainerQuantityUnits = "nL"
ContainerQuantityUnitsNg ContainerQuantityUnits = "ng"
ContainerQuantityUnitsNil ContainerQuantityUnits = "<nil>"
ContainerQuantityUnitsNmol ContainerQuantityUnits = "nmol"
ContainerQuantityUnitsOz ContainerQuantityUnits = "oz"
ContainerQuantityUnitsPL ContainerQuantityUnits = "pL"
ContainerQuantityUnitsPg ContainerQuantityUnits = "pg"
ContainerQuantityUnitsPmol ContainerQuantityUnits = "pmol"
ContainerQuantityUnitsPtUS ContainerQuantityUnits = "pt (US)"
ContainerQuantityUnitsQtUS ContainerQuantityUnits = "qt (US)"
ContainerQuantityUnitsUL ContainerQuantityUnits = "uL"
ContainerQuantityUnitsUg ContainerQuantityUnits = "ug"
ContainerQuantityUnitsUmol ContainerQuantityUnits = "umol"
ContainerQuantityUnitsUnits ContainerQuantityUnits = "units"
ContainerQuantityUnitsX103Cells ContainerQuantityUnits = "(x10^3) cells"
ContainerQuantityUnitsX104Cells ContainerQuantityUnits = "(x10^4) cells"
ContainerQuantityUnitsX105Cells ContainerQuantityUnits = "(x10^5) cells"
ContainerQuantityUnitsX106Cells ContainerQuantityUnits = "(x10^6) cells"
ContainerQuantityUnitsX107Cells ContainerQuantityUnits = "(x10^7) cells"
ContainerQuantityUnitsX108Cells ContainerQuantityUnits = "(x10^8) cells"
ContainerQuantityUnitsX109Cells ContainerQuantityUnits = "(x10^9) cells"
Defines values for ContainerQuantityUnits.
Type ContainerSchema
type ContainerSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]ContainerSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Container Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *ContainerSchemaType `json:"type,omitempty"`
}
ContainerSchema defines model for ContainerSchema.
Type ContainerSchemaType
type ContainerSchemaType string
ContainerSchemaType defines model for ContainerSchema.Type.
Constants
ContainerSchemaTypeContainer
ContainerSchemaTypeContainer ContainerSchemaType = "container"
Defines values for ContainerSchemaType.
Type ContainerSchema_FieldDefinitions_Item
type ContainerSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
ContainerSchema_FieldDefinitions_Item defines model for
ContainerSchema.fieldDefinitions.Item.
Methods
func (t ContainerSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
ContainerSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t ContainerSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
ContainerSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t ContainerSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
ContainerSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t ContainerSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
ContainerSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t ContainerSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
ContainerSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the ContainerSchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
ContainerSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
ContainerSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the ContainerSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
ContainerSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t ContainerSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *ContainerSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the ContainerSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data
inside the ContainerSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the ContainerSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the ContainerSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the ContainerSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *ContainerSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type ContainerSchemasList
type ContainerSchemasList struct {
ContainerSchemas *[]ContainerSchema `json:"containerSchemas,omitempty"`
}
ContainerSchemasList defines model for ContainerSchemasList.
Type ContainerSchemasPaginatedList
type ContainerSchemasPaginatedList struct {
ContainerSchemas *[]ContainerSchema `json:"containerSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
ContainerSchemasPaginatedList defines model for
ContainerSchemasPaginatedList.
Type ContainerTransfer
type ContainerTransfer struct {
// DestinationContents This represents what the contents of the destination container should look like post-transfer.
DestinationContents []ContainerTransferDestinationContentsItem `json:"destinationContents"`
// DestinationQuantity This represents the desired final quantity of the destination container, post-dilution. If you don't want to dilute the destination container, you can omit this parameter. Supports mass, volume, and other quantities.
DestinationQuantity *ContainerQuantity `json:"destinationQuantity,omitempty"`
// DestinationVolume Deprecated - use destinationQuantity instead.
DestinationVolume *DeprecatedContainerVolumeForInput `json:"destinationVolume,omitempty"`
// SourceBatchId ID of the batch that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceBatchId *string `json:"sourceBatchId,omitempty"`
// SourceContainerId ID of the container that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceContainerId *string `json:"sourceContainerId,omitempty"`
// SourceEntityId ID of the entity that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceEntityId *string `json:"sourceEntityId,omitempty"`
// TransferQuantity This represents the quantity of the source to be transferred into the destination container. Supports mass, volume, and other quantities. Required in place of transferVolume.
TransferQuantity *ContainerQuantity `json:"transferQuantity,omitempty"`
// TransferVolume Deprecated - use transferQuantity instead.
TransferVolume *DeprecatedContainerVolumeForInput `json:"transferVolume,omitempty"`
}
ContainerTransfer defines model for ContainerTransfer.
Type ContainerTransferBase
type ContainerTransferBase struct {
// SourceBatchId ID of the batch that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceBatchId *string `json:"sourceBatchId,omitempty"`
// SourceContainerId ID of the container that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceContainerId *string `json:"sourceContainerId,omitempty"`
// SourceEntityId ID of the entity that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceEntityId *string `json:"sourceEntityId,omitempty"`
// TransferQuantity This represents the quantity of the source to be transferred into the destination container. Supports mass, volume, and other quantities. Required in place of transferVolume.
TransferQuantity *ContainerQuantity `json:"transferQuantity,omitempty"`
// TransferVolume Deprecated - use transferQuantity instead.
TransferVolume *DeprecatedContainerVolumeForInput `json:"transferVolume,omitempty"`
}
ContainerTransferBase defines model for ContainerTransferBase.
Type ContainerTransferDestinationContentsItem
type ContainerTransferDestinationContentsItem struct {
Concentration *Measurement `json:"concentration,omitempty"`
EntityId string `json:"entityId"`
}
ContainerTransferDestinationContentsItem defines model for
ContainerTransferDestinationContentsItem.
Type ContainerUpdate
type ContainerUpdate struct {
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId"`
// Quantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
Quantity *ContainerQuantity `json:"quantity,omitempty"`
// Volume Desired volume for a container, well, or transfer. "volume" type keys are deprecated in API requests; use the more permissive "quantity" type key instead.
Volume *DeprecatedContainerVolumeForInput `json:"volume,omitempty"`
}
ContainerUpdate defines model for ContainerUpdate.
Type ContainerWithCoordinates
type ContainerWithCoordinates struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Barcode *string `json:"barcode"`
CheckoutRecord *CheckoutRecord `json:"checkoutRecord,omitempty"`
Contents *[]ContainerContent `json:"contents,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Fields *Fields `json:"fields,omitempty"`
GridNumber *float32 `json:"gridNumber,omitempty"`
GridPosition *string `json:"gridPosition,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId"`
ParentStorageSchema *SchemaSummary `json:"parentStorageSchema"`
ProjectId *string `json:"projectId"`
// Quantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
Quantity *ContainerQuantity `json:"quantity,omitempty"`
Schema *SchemaSummary `json:"schema"`
Volume *DeprecatedContainerVolumeForResponse `json:"volume,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
ContainerWithCoordinates defines model for ContainerWithCoordinates.
Type ContainerWriteBase
type ContainerWriteBase struct {
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId,omitempty"`
}
ContainerWriteBase defines model for ContainerWriteBase.
Type ContainersArchivalChange
type ContainersArchivalChange struct {
ContainerIds *[]string `json:"containerIds,omitempty"`
}
ContainersArchivalChange IDs of all items that were unarchived, grouped by
resource type. This includes the IDs of containers that were unarchived.
Type ContainersArchive
type ContainersArchive struct {
// ContainerIds Array of container IDs
ContainerIds []string `json:"containerIds"`
// Reason Reason that containers are being archived.
Reason ContainersArchiveReason `json:"reason"`
// ShouldRemoveBarcodes Remove barcodes. Removing barcodes from archived inventory that contain items will also remove barcodes from the contained items.
ShouldRemoveBarcodes *bool `json:"shouldRemoveBarcodes,omitempty"`
}
ContainersArchive defines model for ContainersArchive.
Type ContainersArchiveReason
type ContainersArchiveReason string
ContainersArchiveReason Reason that containers are being archived.
Constants
ContainersArchiveReasonContaminated, ContainersArchiveReasonExpended, ContainersArchiveReasonExpired, ContainersArchiveReasonMadeInError, ContainersArchiveReasonMissing, ContainersArchiveReasonOther, ContainersArchiveReasonRetired, ContainersArchiveReasonShipped
ContainersArchiveReasonContaminated ContainersArchiveReason = "Contaminated"
ContainersArchiveReasonExpended ContainersArchiveReason = "Expended"
ContainersArchiveReasonExpired ContainersArchiveReason = "Expired"
ContainersArchiveReasonMadeInError ContainersArchiveReason = "Made in error"
ContainersArchiveReasonMissing ContainersArchiveReason = "Missing"
ContainersArchiveReasonOther ContainersArchiveReason = "Other"
ContainersArchiveReasonRetired ContainersArchiveReason = "Retired"
ContainersArchiveReasonShipped ContainersArchiveReason = "Shipped"
Defines values for ContainersArchiveReason.
Type ContainersBulkCreateRequest
type ContainersBulkCreateRequest struct {
Containers []ContainerCreate `json:"containers"`
}
ContainersBulkCreateRequest defines model for ContainersBulkCreateRequest.
Type ContainersBulkUpdateRequest
type ContainersBulkUpdateRequest struct {
Containers []ContainerBulkUpdateItem `json:"containers"`
}
ContainersBulkUpdateRequest defines model for ContainersBulkUpdateRequest.
Type ContainersCheckin
type ContainersCheckin struct {
Comments *string `json:"comments,omitempty"`
// ContainerIds Array of container IDs.
ContainerIds []string `json:"containerIds"`
}
ContainersCheckin defines model for ContainersCheckin.
Type ContainersCheckout
type ContainersCheckout struct {
// AssigneeId User or Team API ID.
AssigneeId string `json:"assigneeId"`
Comment *string `json:"comment,omitempty"`
// ContainerIds Array of container IDs.
ContainerIds []string `json:"containerIds"`
}
ContainersCheckout defines model for ContainersCheckout.
Type ContainersList
type ContainersList struct {
Containers *[]Container `json:"containers,omitempty"`
}
ContainersList defines model for ContainersList.
Type ContainersPaginatedList
type ContainersPaginatedList struct {
Containers *[]Container `json:"containers,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
ContainersPaginatedList defines model for ContainersPaginatedList.
Type ContainersUnarchive
type ContainersUnarchive struct {
// ContainerIds Array of container IDs
ContainerIds []string `json:"containerIds"`
}
ContainersUnarchive defines model for ContainersUnarchive.
Type CopyWorkflowTaskResponse
type CopyWorkflowTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowTask
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseCopyWorkflowTaskResponse(rsp *http.Response) (*CopyWorkflowTaskResponse, error)
ParseCopyWorkflowTaskResponse parses an HTTP response from a
CopyWorkflowTaskWithResponse call
Methods
func (r CopyWorkflowTaskResponse) Status() string
Status returns HTTPResponse.Status
func (r CopyWorkflowTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAASequenceJSONRequestBody
type CreateAASequenceJSONRequestBody = AaSequenceCreate
CreateAASequenceJSONRequestBody defines body for CreateAASequence for
application/json ContentType.
Type CreateAASequenceResponse
type CreateAASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *AaSequence
JSON400 *BadRequestError
}
Functions
func ParseCreateAASequenceResponse(rsp *http.Response) (*CreateAASequenceResponse, error)
ParseCreateAASequenceResponse parses an HTTP response from a
CreateAASequenceWithResponse call
Methods
func (r CreateAASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAppConfigurationItemJSONRequestBody
type CreateAppConfigurationItemJSONRequestBody = AppConfigItemCreate
CreateAppConfigurationItemJSONRequestBody defines body for
CreateAppConfigurationItem for application/json ContentType.
Type CreateAppConfigurationItemResponse
type CreateAppConfigurationItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *AppConfigItem
JSON400 *BadRequestError
}
Functions
func ParseCreateAppConfigurationItemResponse(rsp *http.Response) (*CreateAppConfigurationItemResponse, error)
ParseCreateAppConfigurationItemResponse parses an HTTP response from a
CreateAppConfigurationItemWithResponse call
Methods
func (r CreateAppConfigurationItemResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAppConfigurationItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAssayResultsInTransactionJSONRequestBody
type CreateAssayResultsInTransactionJSONRequestBody = AssayResultsBulkCreateRequest
CreateAssayResultsInTransactionJSONRequestBody defines body for
CreateAssayResultsInTransaction for application/json ContentType.
Type CreateAssayResultsInTransactionResponse
type CreateAssayResultsInTransactionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultsCreateResponse
}
Functions
func ParseCreateAssayResultsInTransactionResponse(rsp *http.Response) (*CreateAssayResultsInTransactionResponse, error)
ParseCreateAssayResultsInTransactionResponse parses an HTTP response from a
CreateAssayResultsInTransactionWithResponse call
Methods
func (r CreateAssayResultsInTransactionResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAssayResultsInTransactionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAssayResultsJSONRequestBody
type CreateAssayResultsJSONRequestBody = AssayResultsBulkCreateRequest
CreateAssayResultsJSONRequestBody defines body for CreateAssayResults for
application/json ContentType.
Type CreateAssayResultsResponse
type CreateAssayResultsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultsCreateResponse
JSON400 *BadRequestError
}
Functions
func ParseCreateAssayResultsResponse(rsp *http.Response) (*CreateAssayResultsResponse, error)
ParseCreateAssayResultsResponse parses an HTTP response from a
CreateAssayResultsWithResponse call
Methods
func (r CreateAssayResultsResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAssayResultsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAssayResultsTransactionResponse
type CreateAssayResultsTransactionResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultTransactionCreateResponse
}
Functions
func ParseCreateAssayResultsTransactionResponse(rsp *http.Response) (*CreateAssayResultsTransactionResponse, error)
ParseCreateAssayResultsTransactionResponse parses an HTTP response from a
CreateAssayResultsTransactionWithResponse call
Methods
func (r CreateAssayResultsTransactionResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAssayResultsTransactionResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAssayRunsJSONRequestBody
type CreateAssayRunsJSONRequestBody = AssayRunsBulkCreateRequest
CreateAssayRunsJSONRequestBody defines body for CreateAssayRuns for
application/json ContentType.
Type CreateAssayRunsResponse
type CreateAssayRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunsBulkCreateResponse
JSON400 *BadRequestError
}
Functions
func ParseCreateAssayRunsResponse(rsp *http.Response) (*CreateAssayRunsResponse, error)
ParseCreateAssayRunsResponse parses an HTTP response from a
CreateAssayRunsWithResponse call
Methods
func (r CreateAssayRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAssayRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateAutomationOutputProcessorJSONRequestBody
type CreateAutomationOutputProcessorJSONRequestBody = AutomationOutputProcessorCreate
CreateAutomationOutputProcessorJSONRequestBody defines body for
CreateAutomationOutputProcessor for application/json ContentType.
Type CreateAutomationOutputProcessorResponse
type CreateAutomationOutputProcessorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *AutomationOutputProcessor
JSON400 *BadRequestError
}
Functions
func ParseCreateAutomationOutputProcessorResponse(rsp *http.Response) (*CreateAutomationOutputProcessorResponse, error)
ParseCreateAutomationOutputProcessorResponse parses an HTTP response from a
CreateAutomationOutputProcessorWithResponse call
Methods
func (r CreateAutomationOutputProcessorResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateAutomationOutputProcessorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateBatchJSONRequestBody
type CreateBatchJSONRequestBody = BatchCreate
CreateBatchJSONRequestBody defines body for CreateBatch for application/json
ContentType.
Type CreateBatchResponse
type CreateBatchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Batch
JSON400 *BadRequestError
}
Functions
func ParseCreateBatchResponse(rsp *http.Response) (*CreateBatchResponse, error)
ParseCreateBatchResponse parses an HTTP response from a
CreateBatchWithResponse call
Methods
func (r CreateBatchResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateBatchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateBenchlingAppJSONRequestBody
type CreateBenchlingAppJSONRequestBody = BenchlingAppCreate
CreateBenchlingAppJSONRequestBody defines body for CreateBenchlingApp for
application/json ContentType.
Type CreateBenchlingAppResponse
type CreateBenchlingAppResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *BenchlingApp
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON409 *ConflictError
}
Functions
func ParseCreateBenchlingAppResponse(rsp *http.Response) (*CreateBenchlingAppResponse, error)
ParseCreateBenchlingAppResponse parses an HTTP response from a
CreateBenchlingAppWithResponse call
Methods
func (r CreateBenchlingAppResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateBenchlingAppResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateBlobJSONRequestBody
type CreateBlobJSONRequestBody = BlobCreate
CreateBlobJSONRequestBody defines body for CreateBlob for application/json
ContentType.
Type CreateBlobPartJSONRequestBody
type CreateBlobPartJSONRequestBody = BlobPartCreate
CreateBlobPartJSONRequestBody defines body for CreateBlobPart for
application/json ContentType.
Type CreateBlobPartResponse
type CreateBlobPartResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BlobPart
JSON400 *BadRequestError
}
Functions
func ParseCreateBlobPartResponse(rsp *http.Response) (*CreateBlobPartResponse, error)
ParseCreateBlobPartResponse parses an HTTP response from a
CreateBlobPartWithResponse call
Methods
func (r CreateBlobPartResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateBlobPartResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateBlobResponse
type CreateBlobResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Blob
JSON400 *BadRequestError
}
Functions
func ParseCreateBlobResponse(rsp *http.Response) (*CreateBlobResponse, error)
ParseCreateBlobResponse parses an HTTP response from a
CreateBlobWithResponse call
Methods
func (r CreateBlobResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateBlobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateBoxJSONRequestBody
type CreateBoxJSONRequestBody = BoxCreate
CreateBoxJSONRequestBody defines body for CreateBox for application/json
ContentType.
Type CreateBoxResponse
type CreateBoxResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Box
JSON400 *BadRequestError
}
Functions
func ParseCreateBoxResponse(rsp *http.Response) (*CreateBoxResponse, error)
ParseCreateBoxResponse parses an HTTP response from a CreateBoxWithResponse
call
Methods
func (r CreateBoxResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateBoxResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateConsensusAlignmentAsyncTask
type CreateConsensusAlignmentAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *DnaAlignment `json:"response,omitempty"`
// Status The current state of the task.
Status CreateConsensusAlignmentAsyncTaskStatus `json:"status"`
}
CreateConsensusAlignmentAsyncTask defines model for
CreateConsensusAlignmentAsyncTask.
Type CreateConsensusAlignmentAsyncTaskStatus
type CreateConsensusAlignmentAsyncTaskStatus string
CreateConsensusAlignmentAsyncTaskStatus The current state of the task.
Constants
CreateConsensusAlignmentAsyncTaskStatusFAILED, CreateConsensusAlignmentAsyncTaskStatusRUNNING, CreateConsensusAlignmentAsyncTaskStatusSUCCEEDED
CreateConsensusAlignmentAsyncTaskStatusFAILED CreateConsensusAlignmentAsyncTaskStatus = "FAILED"
CreateConsensusAlignmentAsyncTaskStatusRUNNING CreateConsensusAlignmentAsyncTaskStatus = "RUNNING"
CreateConsensusAlignmentAsyncTaskStatusSUCCEEDED CreateConsensusAlignmentAsyncTaskStatus = "SUCCEEDED"
Defines values for CreateConsensusAlignmentAsyncTaskStatus.
Type CreateConsensusNucleotideAlignmentJSONRequestBody
type CreateConsensusNucleotideAlignmentJSONRequestBody = NucleotideConsensusAlignmentCreate
CreateConsensusNucleotideAlignmentJSONRequestBody defines body for
CreateConsensusNucleotideAlignment for application/json ContentType.
Type CreateConsensusNucleotideAlignmentResponse
type CreateConsensusNucleotideAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
}
Functions
func ParseCreateConsensusNucleotideAlignmentResponse(rsp *http.Response) (*CreateConsensusNucleotideAlignmentResponse, error)
ParseCreateConsensusNucleotideAlignmentResponse parses an HTTP response from
a CreateConsensusNucleotideAlignmentWithResponse call
Methods
func (r CreateConsensusNucleotideAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateConsensusNucleotideAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateContainerJSONBody
type CreateContainerJSONBody struct {
Barcode *string `json:"barcode,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, can also specify a coordinate for plates and boxes (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId"`
SchemaId *string `json:"schemaId,omitempty"`
}
CreateContainerJSONBody defines parameters for CreateContainer.
Type CreateContainerJSONRequestBody
type CreateContainerJSONRequestBody CreateContainerJSONBody
CreateContainerJSONRequestBody defines body for CreateContainer for
application/json ContentType.
Type CreateContainerResponse
type CreateContainerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Container
JSON400 *BadRequestError
}
Functions
func ParseCreateContainerResponse(rsp *http.Response) (*CreateContainerResponse, error)
ParseCreateContainerResponse parses an HTTP response from a
CreateContainerWithResponse call
Methods
func (r CreateContainerResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateContainerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateCustomEntityJSONRequestBody
type CreateCustomEntityJSONRequestBody = CustomEntityCreate
CreateCustomEntityJSONRequestBody defines body for CreateCustomEntity for
application/json ContentType.
Type CreateCustomEntityResponse
type CreateCustomEntityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *CustomEntity
JSON400 *BadRequestError
}
Functions
func ParseCreateCustomEntityResponse(rsp *http.Response) (*CreateCustomEntityResponse, error)
ParseCreateCustomEntityResponse parses an HTTP response from a
CreateCustomEntityWithResponse call
Methods
func (r CreateCustomEntityResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateCustomEntityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateDNAOligoJSONRequestBody
type CreateDNAOligoJSONRequestBody = DnaOligoCreate
CreateDNAOligoJSONRequestBody defines body for CreateDNAOligo for
application/json ContentType.
Type CreateDNAOligoResponse
type CreateDNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseCreateDNAOligoResponse(rsp *http.Response) (*CreateDNAOligoResponse, error)
ParseCreateDNAOligoResponse parses an HTTP response from a
CreateDNAOligoWithResponse call
Methods
func (r CreateDNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateDNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateDNASequenceJSONRequestBody
type CreateDNASequenceJSONRequestBody = DnaSequenceCreate
CreateDNASequenceJSONRequestBody defines body for CreateDNASequence for
application/json ContentType.
Type CreateDNASequenceResponse
type CreateDNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *DnaSequence
JSON400 *BadRequestError
}
Functions
func ParseCreateDNASequenceResponse(rsp *http.Response) (*CreateDNASequenceResponse, error)
ParseCreateDNASequenceResponse parses an HTTP response from a
CreateDNASequenceWithResponse call
Methods
func (r CreateDNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateDNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateDnaConsensusAlignmentJSONRequestBody
type CreateDnaConsensusAlignmentJSONRequestBody = DnaConsensusAlignmentCreate
CreateDnaConsensusAlignmentJSONRequestBody defines body for
CreateDnaConsensusAlignment for application/json ContentType.
Type CreateDnaConsensusAlignmentResponse
type CreateDnaConsensusAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
}
Functions
func ParseCreateDnaConsensusAlignmentResponse(rsp *http.Response) (*CreateDnaConsensusAlignmentResponse, error)
ParseCreateDnaConsensusAlignmentResponse parses an HTTP response from a
CreateDnaConsensusAlignmentWithResponse call
Methods
func (r CreateDnaConsensusAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateDnaConsensusAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateDnaTemplateAlignmentJSONRequestBody
type CreateDnaTemplateAlignmentJSONRequestBody = DnaTemplateAlignmentCreate
CreateDnaTemplateAlignmentJSONRequestBody defines body for
CreateDnaTemplateAlignment for application/json ContentType.
Type CreateDnaTemplateAlignmentResponse
type CreateDnaTemplateAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
}
Functions
func ParseCreateDnaTemplateAlignmentResponse(rsp *http.Response) (*CreateDnaTemplateAlignmentResponse, error)
ParseCreateDnaTemplateAlignmentResponse parses an HTTP response from a
CreateDnaTemplateAlignmentWithResponse call
Methods
func (r CreateDnaTemplateAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateDnaTemplateAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateDropdownJSONRequestBody
type CreateDropdownJSONRequestBody = DropdownCreate
CreateDropdownJSONRequestBody defines body for CreateDropdown for
application/json ContentType.
Type CreateDropdownResponse
type CreateDropdownResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Dropdown
JSON400 *BadRequestError
}
Functions
func ParseCreateDropdownResponse(rsp *http.Response) (*CreateDropdownResponse, error)
ParseCreateDropdownResponse parses an HTTP response from a
CreateDropdownWithResponse call
Methods
func (r CreateDropdownResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateDropdownResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateEntityIntoRegistry
type CreateEntityIntoRegistry struct {
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
}
CreateEntityIntoRegistry defines model for CreateEntityIntoRegistry.
Type CreateEntryJSONRequestBody
type CreateEntryJSONRequestBody = EntryCreate
CreateEntryJSONRequestBody defines body for CreateEntry for application/json
ContentType.
Type CreateEntryResponse
type CreateEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Entry
JSON400 *BadRequestError
}
Functions
func ParseCreateEntryResponse(rsp *http.Response) (*CreateEntryResponse, error)
ParseCreateEntryResponse parses an HTTP response from a
CreateEntryWithResponse call
Methods
func (r CreateEntryResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateFeatureJSONRequestBody
type CreateFeatureJSONRequestBody = FeatureCreate
CreateFeatureJSONRequestBody defines body for CreateFeature for
application/json ContentType.
Type CreateFeatureLibraryJSONRequestBody
type CreateFeatureLibraryJSONRequestBody = FeatureLibraryCreate
CreateFeatureLibraryJSONRequestBody defines body for CreateFeatureLibrary
for application/json ContentType.
Type CreateFeatureLibraryResponse
type CreateFeatureLibraryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *FeatureLibrary
JSON400 *BadRequestError
}
Functions
func ParseCreateFeatureLibraryResponse(rsp *http.Response) (*CreateFeatureLibraryResponse, error)
ParseCreateFeatureLibraryResponse parses an HTTP response from a
CreateFeatureLibraryWithResponse call
Methods
func (r CreateFeatureLibraryResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateFeatureLibraryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateFeatureResponse
type CreateFeatureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Feature
JSON400 *BadRequestError
}
Functions
func ParseCreateFeatureResponse(rsp *http.Response) (*CreateFeatureResponse, error)
ParseCreateFeatureResponse parses an HTTP response from a
CreateFeatureWithResponse call
Methods
func (r CreateFeatureResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateFeatureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateFolderJSONRequestBody
type CreateFolderJSONRequestBody = FolderCreate
CreateFolderJSONRequestBody defines body for CreateFolder for
application/json ContentType.
Type CreateFolderResponse
type CreateFolderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Folder
JSON400 *BadRequestError
}
Functions
func ParseCreateFolderResponse(rsp *http.Response) (*CreateFolderResponse, error)
ParseCreateFolderResponse parses an HTTP response from a
CreateFolderWithResponse call
Methods
func (r CreateFolderResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateFolderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateLocationJSONRequestBody
type CreateLocationJSONRequestBody = LocationCreate
CreateLocationJSONRequestBody defines body for CreateLocation for
application/json ContentType.
Type CreateLocationResponse
type CreateLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Location
JSON400 *BadRequestError
}
Functions
func ParseCreateLocationResponse(rsp *http.Response) (*CreateLocationResponse, error)
ParseCreateLocationResponse parses an HTTP response from a
CreateLocationWithResponse call
Methods
func (r CreateLocationResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateMixtureJSONRequestBody
type CreateMixtureJSONRequestBody = MixtureCreate
CreateMixtureJSONRequestBody defines body for CreateMixture for
application/json ContentType.
Type CreateMixtureResponse
type CreateMixtureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Mixture
JSON400 *BadRequestError
}
Functions
func ParseCreateMixtureResponse(rsp *http.Response) (*CreateMixtureResponse, error)
ParseCreateMixtureResponse parses an HTTP response from a
CreateMixtureWithResponse call
Methods
func (r CreateMixtureResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateMixtureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateMoleculeJSONRequestBody
type CreateMoleculeJSONRequestBody = MoleculeCreate
CreateMoleculeJSONRequestBody defines body for CreateMolecule for
application/json ContentType.
Type CreateMoleculeResponse
type CreateMoleculeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Molecule
JSON400 *BadRequestError
}
Functions
func ParseCreateMoleculeResponse(rsp *http.Response) (*CreateMoleculeResponse, error)
ParseCreateMoleculeResponse parses an HTTP response from a
CreateMoleculeWithResponse call
Methods
func (r CreateMoleculeResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateMoleculeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateMultipartBlobJSONRequestBody
type CreateMultipartBlobJSONRequestBody = BlobMultipartCreate
CreateMultipartBlobJSONRequestBody defines body for CreateMultipartBlob for
application/json ContentType.
Type CreateMultipartBlobResponse
type CreateMultipartBlobResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Blob
JSON400 *BadRequestError
}
Functions
func ParseCreateMultipartBlobResponse(rsp *http.Response) (*CreateMultipartBlobResponse, error)
ParseCreateMultipartBlobResponse parses an HTTP response from a
CreateMultipartBlobWithResponse call
Methods
func (r CreateMultipartBlobResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateMultipartBlobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateNucleotideConsensusAlignmentAsyncTask
type CreateNucleotideConsensusAlignmentAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *NucleotideAlignment `json:"response,omitempty"`
// Status The current state of the task.
Status CreateNucleotideConsensusAlignmentAsyncTaskStatus `json:"status"`
}
CreateNucleotideConsensusAlignmentAsyncTask defines model for
CreateNucleotideConsensusAlignmentAsyncTask.
Type CreateNucleotideConsensusAlignmentAsyncTaskStatus
type CreateNucleotideConsensusAlignmentAsyncTaskStatus string
CreateNucleotideConsensusAlignmentAsyncTaskStatus The current state of the
task.
Constants
CreateNucleotideConsensusAlignmentAsyncTaskStatusFAILED, CreateNucleotideConsensusAlignmentAsyncTaskStatusRUNNING, CreateNucleotideConsensusAlignmentAsyncTaskStatusSUCCEEDED
CreateNucleotideConsensusAlignmentAsyncTaskStatusFAILED CreateNucleotideConsensusAlignmentAsyncTaskStatus = "FAILED"
CreateNucleotideConsensusAlignmentAsyncTaskStatusRUNNING CreateNucleotideConsensusAlignmentAsyncTaskStatus = "RUNNING"
CreateNucleotideConsensusAlignmentAsyncTaskStatusSUCCEEDED CreateNucleotideConsensusAlignmentAsyncTaskStatus = "SUCCEEDED"
Defines values for CreateNucleotideConsensusAlignmentAsyncTaskStatus.
Type CreateNucleotideTemplateAlignmentAsyncTask
type CreateNucleotideTemplateAlignmentAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *NucleotideAlignment `json:"response,omitempty"`
// Status The current state of the task.
Status CreateNucleotideTemplateAlignmentAsyncTaskStatus `json:"status"`
}
CreateNucleotideTemplateAlignmentAsyncTask defines model for
CreateNucleotideTemplateAlignmentAsyncTask.
Type CreateNucleotideTemplateAlignmentAsyncTaskStatus
type CreateNucleotideTemplateAlignmentAsyncTaskStatus string
CreateNucleotideTemplateAlignmentAsyncTaskStatus The current state of the
task.
Constants
CreateNucleotideTemplateAlignmentAsyncTaskStatusFAILED, CreateNucleotideTemplateAlignmentAsyncTaskStatusRUNNING, CreateNucleotideTemplateAlignmentAsyncTaskStatusSUCCEEDED
CreateNucleotideTemplateAlignmentAsyncTaskStatusFAILED CreateNucleotideTemplateAlignmentAsyncTaskStatus = "FAILED"
CreateNucleotideTemplateAlignmentAsyncTaskStatusRUNNING CreateNucleotideTemplateAlignmentAsyncTaskStatus = "RUNNING"
CreateNucleotideTemplateAlignmentAsyncTaskStatusSUCCEEDED CreateNucleotideTemplateAlignmentAsyncTaskStatus = "SUCCEEDED"
Defines values for CreateNucleotideTemplateAlignmentAsyncTaskStatus.
Type CreateOligoJSONRequestBody
type CreateOligoJSONRequestBody = OligoCreate
CreateOligoJSONRequestBody defines body for CreateOligo for application/json
ContentType.
Type CreateOligoResponse
type CreateOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseCreateOligoResponse(rsp *http.Response) (*CreateOligoResponse, error)
ParseCreateOligoResponse parses an HTTP response from a
CreateOligoWithResponse call
Methods
func (r CreateOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreatePlateJSONRequestBody
type CreatePlateJSONRequestBody = PlateCreate
CreatePlateJSONRequestBody defines body for CreatePlate for application/json
ContentType.
Type CreatePlateParams
type CreatePlateParams struct {
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
}
CreatePlateParams defines parameters for CreatePlate.
Type CreatePlateResponse
type CreatePlateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Plate
JSON400 *BadRequestError
}
Functions
func ParseCreatePlateResponse(rsp *http.Response) (*CreatePlateResponse, error)
ParseCreatePlateResponse parses an HTTP response from a
CreatePlateWithResponse call
Methods
func (r CreatePlateResponse) Status() string
Status returns HTTPResponse.Status
func (r CreatePlateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateRNAOligoJSONRequestBody
type CreateRNAOligoJSONRequestBody = RnaOligoCreate
CreateRNAOligoJSONRequestBody defines body for CreateRNAOligo for
application/json ContentType.
Type CreateRNAOligoResponse
type CreateRNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *RnaOligo
JSON400 *BadRequestError
}
Functions
func ParseCreateRNAOligoResponse(rsp *http.Response) (*CreateRNAOligoResponse, error)
ParseCreateRNAOligoResponse parses an HTTP response from a
CreateRNAOligoWithResponse call
Methods
func (r CreateRNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateRNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateRNASequenceJSONRequestBody
type CreateRNASequenceJSONRequestBody = RnaSequenceCreate
CreateRNASequenceJSONRequestBody defines body for CreateRNASequence for
application/json ContentType.
Type CreateRNASequenceResponse
type CreateRNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *RnaSequence
JSON400 *BadRequestError
}
Functions
func ParseCreateRNASequenceResponse(rsp *http.Response) (*CreateRNASequenceResponse, error)
ParseCreateRNASequenceResponse parses an HTTP response from a
CreateRNASequenceWithResponse call
Methods
func (r CreateRNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateRNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateRequestJSONRequestBody
type CreateRequestJSONRequestBody = RequestCreate
CreateRequestJSONRequestBody defines body for CreateRequest for
application/json ContentType.
Type CreateRequestResponse
type CreateRequestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Request
JSON400 *BadRequestError
}
Functions
func ParseCreateRequestResponse(rsp *http.Response) (*CreateRequestResponse, error)
ParseCreateRequestResponse parses an HTTP response from a
CreateRequestWithResponse call
Methods
func (r CreateRequestResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateRequestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateTemplateAlignmentAsyncTask
type CreateTemplateAlignmentAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *DnaAlignment `json:"response,omitempty"`
// Status The current state of the task.
Status CreateTemplateAlignmentAsyncTaskStatus `json:"status"`
}
CreateTemplateAlignmentAsyncTask defines model for
CreateTemplateAlignmentAsyncTask.
Type CreateTemplateAlignmentAsyncTaskStatus
type CreateTemplateAlignmentAsyncTaskStatus string
CreateTemplateAlignmentAsyncTaskStatus The current state of the task.
Constants
CreateTemplateAlignmentAsyncTaskStatusFAILED, CreateTemplateAlignmentAsyncTaskStatusRUNNING, CreateTemplateAlignmentAsyncTaskStatusSUCCEEDED
CreateTemplateAlignmentAsyncTaskStatusFAILED CreateTemplateAlignmentAsyncTaskStatus = "FAILED"
CreateTemplateAlignmentAsyncTaskStatusRUNNING CreateTemplateAlignmentAsyncTaskStatus = "RUNNING"
CreateTemplateAlignmentAsyncTaskStatusSUCCEEDED CreateTemplateAlignmentAsyncTaskStatus = "SUCCEEDED"
Defines values for CreateTemplateAlignmentAsyncTaskStatus.
Type CreateTemplateNucleotideAlignmentJSONRequestBody
type CreateTemplateNucleotideAlignmentJSONRequestBody = NucleotideTemplateAlignmentCreate
CreateTemplateNucleotideAlignmentJSONRequestBody defines body for
CreateTemplateNucleotideAlignment for application/json ContentType.
Type CreateTemplateNucleotideAlignmentResponse
type CreateTemplateNucleotideAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
}
Functions
func ParseCreateTemplateNucleotideAlignmentResponse(rsp *http.Response) (*CreateTemplateNucleotideAlignmentResponse, error)
ParseCreateTemplateNucleotideAlignmentResponse parses an HTTP response from
a CreateTemplateNucleotideAlignmentWithResponse call
Methods
func (r CreateTemplateNucleotideAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateTemplateNucleotideAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateUserJSONRequestBody
type CreateUserJSONRequestBody = UserCreate
CreateUserJSONRequestBody defines body for CreateUser for application/json
ContentType.
Type CreateUserResponse
type CreateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *User
JSON400 *BadRequestError
}
Functions
func ParseCreateUserResponse(rsp *http.Response) (*CreateUserResponse, error)
ParseCreateUserResponse parses an HTTP response from a
CreateUserWithResponse call
Methods
func (r CreateUserResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateWarehouseCredentialsJSONRequestBody
type CreateWarehouseCredentialsJSONRequestBody = WarehouseCredentialsCreate
CreateWarehouseCredentialsJSONRequestBody defines body for
CreateWarehouseCredentials for application/json ContentType.
Type CreateWarehouseCredentialsResponse
type CreateWarehouseCredentialsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WarehouseCredentials
JSON400 *BadRequestError
}
Functions
func ParseCreateWarehouseCredentialsResponse(rsp *http.Response) (*CreateWarehouseCredentialsResponse, error)
ParseCreateWarehouseCredentialsResponse parses an HTTP response from a
CreateWarehouseCredentialsWithResponse call
Methods
func (r CreateWarehouseCredentialsResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateWarehouseCredentialsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateWorkflowOutputJSONRequestBody
type CreateWorkflowOutputJSONRequestBody = WorkflowOutputCreate
CreateWorkflowOutputJSONRequestBody defines body for CreateWorkflowOutput
for application/json ContentType.
Type CreateWorkflowOutputResponse
type CreateWorkflowOutputResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowOutput
JSON400 *BadRequestError
}
Functions
func ParseCreateWorkflowOutputResponse(rsp *http.Response) (*CreateWorkflowOutputResponse, error)
ParseCreateWorkflowOutputResponse parses an HTTP response from a
CreateWorkflowOutputWithResponse call
Methods
func (r CreateWorkflowOutputResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateWorkflowOutputResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateWorkflowTaskGroupJSONRequestBody
type CreateWorkflowTaskGroupJSONRequestBody = WorkflowTaskGroupCreate
CreateWorkflowTaskGroupJSONRequestBody defines body for
CreateWorkflowTaskGroup for application/json ContentType.
Type CreateWorkflowTaskGroupResponse
type CreateWorkflowTaskGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowTaskGroup
JSON400 *BadRequestError
}
Functions
func ParseCreateWorkflowTaskGroupResponse(rsp *http.Response) (*CreateWorkflowTaskGroupResponse, error)
ParseCreateWorkflowTaskGroupResponse parses an HTTP response from a
CreateWorkflowTaskGroupWithResponse call
Methods
func (r CreateWorkflowTaskGroupResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateWorkflowTaskGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreateWorkflowTaskJSONRequestBody
type CreateWorkflowTaskJSONRequestBody = WorkflowTaskCreate
CreateWorkflowTaskJSONRequestBody defines body for CreateWorkflowTask for
application/json ContentType.
Type CreateWorkflowTaskResponse
type CreateWorkflowTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowTask
JSON400 *BadRequestError
}
Functions
func ParseCreateWorkflowTaskResponse(rsp *http.Response) (*CreateWorkflowTaskResponse, error)
ParseCreateWorkflowTaskResponse parses an HTTP response from a
CreateWorkflowTaskWithResponse call
Methods
func (r CreateWorkflowTaskResponse) Status() string
Status returns HTTPResponse.Status
func (r CreateWorkflowTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type CreationOrigin
type CreationOrigin struct {
Application *string `json:"application"`
OriginId *string `json:"originId"`
OriginModalUuid *openapi_types.UUID `json:"originModalUuid"`
OriginType *string `json:"originType"`
}
CreationOrigin defines model for CreationOrigin.
Type CustomEntitiesArchivalChange
type CustomEntitiesArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
CustomEntityIds *[]string `json:"customEntityIds,omitempty"`
}
CustomEntitiesArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type. This includes the IDs of custom
entities along with any IDs of batches that were archived (or unarchived).
Type CustomEntitiesArchive
type CustomEntitiesArchive struct {
CustomEntityIds []string `json:"customEntityIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
CustomEntitiesArchive The request body for archiving custom entities.
Type CustomEntitiesBulkCreateRequest
type CustomEntitiesBulkCreateRequest struct {
CustomEntities []CustomEntityBulkCreate `json:"customEntities"`
}
CustomEntitiesBulkCreateRequest defines model for
CustomEntitiesBulkCreateRequest.
Type CustomEntitiesBulkUpdateRequest
type CustomEntitiesBulkUpdateRequest struct {
CustomEntities []CustomEntityBulkUpdate `json:"customEntities"`
}
CustomEntitiesBulkUpdateRequest defines model for
CustomEntitiesBulkUpdateRequest.
Type CustomEntitiesList
type CustomEntitiesList struct {
CustomEntities *[]CustomEntity `json:"customEntities,omitempty"`
}
CustomEntitiesList defines model for CustomEntitiesList.
Type CustomEntitiesPaginatedList
type CustomEntitiesPaginatedList struct {
CustomEntities *[]CustomEntity `json:"customEntities,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
CustomEntitiesPaginatedList defines model for CustomEntitiesPaginatedList.
Type CustomEntitiesUnarchive
type CustomEntitiesUnarchive struct {
CustomEntityIds []string `json:"customEntityIds"`
}
CustomEntitiesUnarchive The request body for unarchiving custom entities.
Type CustomEntity
type CustomEntity struct {
Aliases *[]string `json:"aliases,omitempty"`
// ApiURL The canonical url of the Custom Entity in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Authors *[]UserSummary `json:"authors,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
WebURL *string `json:"webURL,omitempty"`
}
CustomEntity defines model for CustomEntity.
Type CustomEntityBaseRequest
type CustomEntityBaseRequest struct {
// Aliases Aliases to add to the custom entity
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the custom entity's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the custom entity. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Schema fields to set on the custom entity. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that the entity is moved into
FolderId *string `json:"folderId,omitempty"`
Name *string `json:"name,omitempty"`
SchemaId *string `json:"schemaId,omitempty"`
}
CustomEntityBaseRequest defines model for CustomEntityBaseRequest.
Type CustomEntityBaseRequestForCreate
type CustomEntityBaseRequestForCreate struct {
// Aliases Aliases to add to the custom entity
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the custom entity's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the custom entity. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Schema fields to set on the custom entity. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that the entity is moved into
FolderId *string `json:"folderId,omitempty"`
Name string `json:"name"`
SchemaId string `json:"schemaId"`
}
CustomEntityBaseRequestForCreate defines model for
CustomEntityBaseRequestForCreate.
Type CustomEntityBulkCreate
type CustomEntityBulkCreate = CustomEntityCreate
CustomEntityBulkCreate defines model for CustomEntityBulkCreate.
Type CustomEntityBulkUpdate
type CustomEntityBulkUpdate = CustomEntityBaseRequest
CustomEntityBulkUpdate defines model for CustomEntityBulkUpdate.
Type CustomEntityCreate
type CustomEntityCreate struct {
// Aliases Aliases to add to the custom entity
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the custom entity's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the custom entity. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Schema fields to set on the custom entity. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
SchemaId string `json:"schemaId"`
}
CustomEntityCreate defines model for CustomEntityCreate.
Type CustomEntityRequestRegistryFields
type CustomEntityRequestRegistryFields struct {
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
}
CustomEntityRequestRegistryFields defines model for
CustomEntityRequestRegistryFields.
Type CustomEntitySummary
type CustomEntitySummary struct {
EntityType *CustomEntitySummaryEntityType `json:"entityType,omitempty"`
Id *string `json:"id,omitempty"`
Type *string `json:"type,omitempty"`
}
CustomEntitySummary defines model for CustomEntitySummary.
Type CustomEntitySummaryEntityType
type CustomEntitySummaryEntityType string
CustomEntitySummaryEntityType defines model for
CustomEntitySummary.EntityType.
Constants
CustomEntitySummaryEntityTypeCustomEntity
CustomEntitySummaryEntityTypeCustomEntity CustomEntitySummaryEntityType = "custom_entity"
Defines values for CustomEntitySummaryEntityType.
Type CustomEntityUpdate
type CustomEntityUpdate struct {
// Aliases Aliases to add to the custom entity
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the custom entity's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the custom entity. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Schema fields to set on the custom entity. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that the entity is moved into
FolderId *string `json:"folderId,omitempty"`
Name *string `json:"name,omitempty"`
SchemaId *string `json:"schemaId,omitempty"`
}
CustomEntityUpdate defines model for CustomEntityUpdate.
Type CustomEntityWithEntityType
type CustomEntityWithEntityType struct {
Aliases *[]string `json:"aliases,omitempty"`
// ApiURL The canonical url of the Custom Entity in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Authors *[]UserSummary `json:"authors,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *CustomEntityWithEntityTypeEntityType `json:"entityType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
WebURL *string `json:"webURL,omitempty"`
}
CustomEntityWithEntityType defines model for CustomEntityWithEntityType.
Type CustomEntityWithEntityTypeEntityType
type CustomEntityWithEntityTypeEntityType string
CustomEntityWithEntityTypeEntityType defines model for
CustomEntityWithEntityType.EntityType.
Constants
CustomEntityWithEntityTypeEntityTypeCustomEntity
CustomEntityWithEntityTypeEntityTypeCustomEntity CustomEntityWithEntityTypeEntityType = "custom_entity"
Defines values for CustomEntityWithEntityTypeEntityType.
Type CustomField
type CustomField struct {
Value *string `json:"value,omitempty"`
}
CustomField defines model for CustomField.
Type CustomFields
type CustomFields map[string]CustomField
CustomFields defines model for CustomFields.
Type DateAppConfigItem
type DateAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *DateAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
DateAppConfigItem defines model for DateAppConfigItem.
Type DateAppConfigItemType
type DateAppConfigItemType string
DateAppConfigItemType defines model for DateAppConfigItem.Type.
Constants
DateAppConfigItemTypeDate
DateAppConfigItemTypeDate DateAppConfigItemType = "date"
Defines values for DateAppConfigItemType.
Type DatetimeAppConfigItem
type DatetimeAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *DatetimeAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
DatetimeAppConfigItem defines model for DatetimeAppConfigItem.
Type DatetimeAppConfigItemType
type DatetimeAppConfigItemType string
DatetimeAppConfigItemType defines model for DatetimeAppConfigItem.Type.
Constants
Datetime
Datetime DatetimeAppConfigItemType = "datetime"
Defines values for DatetimeAppConfigItemType.
Type DefaultConcentrationSummary
type DefaultConcentrationSummary struct {
// Units Units of measurement.
Units *string `json:"units,omitempty"`
// Value Amount of measurement.
Value *float32 `json:"value,omitempty"`
}
DefaultConcentrationSummary defines model for DefaultConcentrationSummary.
Type DeleteContainerContentResponse
type DeleteContainerContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON404 *NotFoundError
}
Functions
func ParseDeleteContainerContentResponse(rsp *http.Response) (*DeleteContainerContentResponse, error)
ParseDeleteContainerContentResponse parses an HTTP response from a
DeleteContainerContentWithResponse call
Methods
func (r DeleteContainerContentResponse) Status() string
Status returns HTTPResponse.Status
func (r DeleteContainerContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type DeleteDNAAlignmentResponse
type DeleteDNAAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON404 *NotFoundError
}
Functions
func ParseDeleteDNAAlignmentResponse(rsp *http.Response) (*DeleteDNAAlignmentResponse, error)
ParseDeleteDNAAlignmentResponse parses an HTTP response from a
DeleteDNAAlignmentWithResponse call
Methods
func (r DeleteDNAAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r DeleteDNAAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type DeleteNucleotideAlignmentResponse
type DeleteNucleotideAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON404 *NotFoundError
}
Functions
func ParseDeleteNucleotideAlignmentResponse(rsp *http.Response) (*DeleteNucleotideAlignmentResponse, error)
ParseDeleteNucleotideAlignmentResponse parses an HTTP response from a
DeleteNucleotideAlignmentWithResponse call
Methods
func (r DeleteNucleotideAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r DeleteNucleotideAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type DeprecatedAutomationOutputProcessorsPaginatedList
type DeprecatedAutomationOutputProcessorsPaginatedList struct {
AutomationOutputProcessors *[]AutomationOutputProcessor `json:"automationOutputProcessors,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
DeprecatedAutomationOutputProcessorsPaginatedList Deprecated - A paginated
list of automation output processors
type DeprecatedContainerVolumeForInput struct {
Units *DeprecatedContainerVolumeForInputUnits `json:"units"`
Value *float32 `json:"value"`
}
DeprecatedContainerVolumeForInput Desired volume for a container, well,
or transfer. "volume" type keys are deprecated in API requests; use the more
permissive "quantity" type key instead.
type DeprecatedContainerVolumeForInputUnits string
DeprecatedContainerVolumeForInputUnits defines model for
DeprecatedContainerVolumeForInput.Units.
Constants
DeprecatedContainerVolumeForInputUnitsL DeprecatedContainerVolumeForInputUnits = "L"
DeprecatedContainerVolumeForInputUnitsML DeprecatedContainerVolumeForInputUnits = "mL"
DeprecatedContainerVolumeForInputUnitsNL DeprecatedContainerVolumeForInputUnits = "nL"
DeprecatedContainerVolumeForInputUnitsNil DeprecatedContainerVolumeForInputUnits = "<nil>"
DeprecatedContainerVolumeForInputUnitsPL DeprecatedContainerVolumeForInputUnits = "pL"
DeprecatedContainerVolumeForInputUnitsUL DeprecatedContainerVolumeForInputUnits = "uL"
Defines values for DeprecatedContainerVolumeForInputUnits.
Type DeprecatedContainerVolumeForResponse
type DeprecatedContainerVolumeForResponse struct {
Units *DeprecatedContainerVolumeForResponseUnits `json:"units"`
Value *float32 `json:"value"`
}
DeprecatedContainerVolumeForResponse defines model for
DeprecatedContainerVolumeForResponse.
Type DeprecatedContainerVolumeForResponseUnits
type DeprecatedContainerVolumeForResponseUnits string
DeprecatedContainerVolumeForResponseUnits defines model for
DeprecatedContainerVolumeForResponse.Units.
Constants
DeprecatedContainerVolumeForResponseUnitsCells, DeprecatedContainerVolumeForResponseUnitsG, DeprecatedContainerVolumeForResponseUnitsGalUS, DeprecatedContainerVolumeForResponseUnitsItems, DeprecatedContainerVolumeForResponseUnitsKg, DeprecatedContainerVolumeForResponseUnitsL, DeprecatedContainerVolumeForResponseUnitsLb, DeprecatedContainerVolumeForResponseUnitsML, DeprecatedContainerVolumeForResponseUnitsMg, DeprecatedContainerVolumeForResponseUnitsMmol, DeprecatedContainerVolumeForResponseUnitsMol, DeprecatedContainerVolumeForResponseUnitsNL, DeprecatedContainerVolumeForResponseUnitsNg, DeprecatedContainerVolumeForResponseUnitsNil, DeprecatedContainerVolumeForResponseUnitsNmol, DeprecatedContainerVolumeForResponseUnitsOz, DeprecatedContainerVolumeForResponseUnitsPL, DeprecatedContainerVolumeForResponseUnitsPg, DeprecatedContainerVolumeForResponseUnitsPmol, DeprecatedContainerVolumeForResponseUnitsPtUS, DeprecatedContainerVolumeForResponseUnitsQtUS, DeprecatedContainerVolumeForResponseUnitsUL, DeprecatedContainerVolumeForResponseUnitsUg, DeprecatedContainerVolumeForResponseUnitsUmol, DeprecatedContainerVolumeForResponseUnitsUnits, DeprecatedContainerVolumeForResponseUnitsX103Cells, DeprecatedContainerVolumeForResponseUnitsX104Cells, DeprecatedContainerVolumeForResponseUnitsX105Cells, DeprecatedContainerVolumeForResponseUnitsX106Cells, DeprecatedContainerVolumeForResponseUnitsX107Cells, DeprecatedContainerVolumeForResponseUnitsX108Cells, DeprecatedContainerVolumeForResponseUnitsX109Cells
DeprecatedContainerVolumeForResponseUnitsCells DeprecatedContainerVolumeForResponseUnits = "cells"
DeprecatedContainerVolumeForResponseUnitsG DeprecatedContainerVolumeForResponseUnits = "g"
DeprecatedContainerVolumeForResponseUnitsGalUS DeprecatedContainerVolumeForResponseUnits = "gal (US)"
DeprecatedContainerVolumeForResponseUnitsItems DeprecatedContainerVolumeForResponseUnits = "items"
DeprecatedContainerVolumeForResponseUnitsKg DeprecatedContainerVolumeForResponseUnits = "kg"
DeprecatedContainerVolumeForResponseUnitsL DeprecatedContainerVolumeForResponseUnits = "L"
DeprecatedContainerVolumeForResponseUnitsLb DeprecatedContainerVolumeForResponseUnits = "lb"
DeprecatedContainerVolumeForResponseUnitsML DeprecatedContainerVolumeForResponseUnits = "mL"
DeprecatedContainerVolumeForResponseUnitsMg DeprecatedContainerVolumeForResponseUnits = "mg"
DeprecatedContainerVolumeForResponseUnitsMmol DeprecatedContainerVolumeForResponseUnits = "mmol"
DeprecatedContainerVolumeForResponseUnitsMol DeprecatedContainerVolumeForResponseUnits = "mol"
DeprecatedContainerVolumeForResponseUnitsNL DeprecatedContainerVolumeForResponseUnits = "nL"
DeprecatedContainerVolumeForResponseUnitsNg DeprecatedContainerVolumeForResponseUnits = "ng"
DeprecatedContainerVolumeForResponseUnitsNil DeprecatedContainerVolumeForResponseUnits = "<nil>"
DeprecatedContainerVolumeForResponseUnitsNmol DeprecatedContainerVolumeForResponseUnits = "nmol"
DeprecatedContainerVolumeForResponseUnitsOz DeprecatedContainerVolumeForResponseUnits = "oz"
DeprecatedContainerVolumeForResponseUnitsPL DeprecatedContainerVolumeForResponseUnits = "pL"
DeprecatedContainerVolumeForResponseUnitsPg DeprecatedContainerVolumeForResponseUnits = "pg"
DeprecatedContainerVolumeForResponseUnitsPmol DeprecatedContainerVolumeForResponseUnits = "pmol"
DeprecatedContainerVolumeForResponseUnitsPtUS DeprecatedContainerVolumeForResponseUnits = "pt (US)"
DeprecatedContainerVolumeForResponseUnitsQtUS DeprecatedContainerVolumeForResponseUnits = "qt (US)"
DeprecatedContainerVolumeForResponseUnitsUL DeprecatedContainerVolumeForResponseUnits = "uL"
DeprecatedContainerVolumeForResponseUnitsUg DeprecatedContainerVolumeForResponseUnits = "ug"
DeprecatedContainerVolumeForResponseUnitsUmol DeprecatedContainerVolumeForResponseUnits = "umol"
DeprecatedContainerVolumeForResponseUnitsUnits DeprecatedContainerVolumeForResponseUnits = "units"
DeprecatedContainerVolumeForResponseUnitsX103Cells DeprecatedContainerVolumeForResponseUnits = "(x10^3) cells"
DeprecatedContainerVolumeForResponseUnitsX104Cells DeprecatedContainerVolumeForResponseUnits = "(x10^4) cells"
DeprecatedContainerVolumeForResponseUnitsX105Cells DeprecatedContainerVolumeForResponseUnits = "(x10^5) cells"
DeprecatedContainerVolumeForResponseUnitsX106Cells DeprecatedContainerVolumeForResponseUnits = "(x10^6) cells"
DeprecatedContainerVolumeForResponseUnitsX107Cells DeprecatedContainerVolumeForResponseUnits = "(x10^7) cells"
DeprecatedContainerVolumeForResponseUnitsX108Cells DeprecatedContainerVolumeForResponseUnits = "(x10^8) cells"
DeprecatedContainerVolumeForResponseUnitsX109Cells DeprecatedContainerVolumeForResponseUnits = "(x10^9) cells"
Defines values for DeprecatedContainerVolumeForResponseUnits.
Type DeprecatedEntitySchema
type DeprecatedEntitySchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Constraint *struct {
FieldDefinitionNames *[]string `json:"fieldDefinitionNames,omitempty"`
HasUniqueResidues *bool `json:"hasUniqueResidues,omitempty"`
} `json:"constraint"`
ContainableType *DeprecatedEntitySchemaContainableType `json:"containableType,omitempty"`
FieldDefinitions *[]DeprecatedEntitySchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Entity Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *DeprecatedEntitySchemaType `json:"type,omitempty"`
}
DeprecatedEntitySchema defines model for DeprecatedEntitySchema.
Type DeprecatedEntitySchemaContainableType
type DeprecatedEntitySchemaContainableType string
DeprecatedEntitySchemaContainableType defines model for
DeprecatedEntitySchema.ContainableType.
Constants
DeprecatedEntitySchemaContainableTypeBATCH, DeprecatedEntitySchemaContainableTypeENTITY, DeprecatedEntitySchemaContainableTypeNONE
DeprecatedEntitySchemaContainableTypeBATCH DeprecatedEntitySchemaContainableType = "BATCH"
DeprecatedEntitySchemaContainableTypeENTITY DeprecatedEntitySchemaContainableType = "ENTITY"
DeprecatedEntitySchemaContainableTypeNONE DeprecatedEntitySchemaContainableType = "NONE"
Defines values for DeprecatedEntitySchemaContainableType.
Type DeprecatedEntitySchemaType
type DeprecatedEntitySchemaType string
DeprecatedEntitySchemaType defines model for DeprecatedEntitySchema.Type.
Constants
DeprecatedEntitySchemaTypeAaSequence, DeprecatedEntitySchemaTypeCustomEntity, DeprecatedEntitySchemaTypeDnaOligo, DeprecatedEntitySchemaTypeDnaSequence, DeprecatedEntitySchemaTypeEntry, DeprecatedEntitySchemaTypeMixture, DeprecatedEntitySchemaTypeMolecule, DeprecatedEntitySchemaTypeRnaOligo
DeprecatedEntitySchemaTypeAaSequence DeprecatedEntitySchemaType = "aa_sequence"
DeprecatedEntitySchemaTypeCustomEntity DeprecatedEntitySchemaType = "custom_entity"
DeprecatedEntitySchemaTypeDnaOligo DeprecatedEntitySchemaType = "dna_oligo"
DeprecatedEntitySchemaTypeDnaSequence DeprecatedEntitySchemaType = "dna_sequence"
DeprecatedEntitySchemaTypeEntry DeprecatedEntitySchemaType = "entry"
DeprecatedEntitySchemaTypeMixture DeprecatedEntitySchemaType = "mixture"
DeprecatedEntitySchemaTypeMolecule DeprecatedEntitySchemaType = "molecule"
DeprecatedEntitySchemaTypeRnaOligo DeprecatedEntitySchemaType = "rna_oligo"
Defines values for DeprecatedEntitySchemaType.
Type DeprecatedEntitySchema_FieldDefinitions_Item
type DeprecatedEntitySchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
DeprecatedEntitySchema_FieldDefinitions_Item defines model for
DeprecatedEntitySchema.fieldDefinitions.Item.
Methods
func (t DeprecatedEntitySchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t DeprecatedEntitySchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t DeprecatedEntitySchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t DeprecatedEntitySchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t DeprecatedEntitySchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as the provided
FloatFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
DeprecatedEntitySchema_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t DeprecatedEntitySchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside
the DeprecatedEntitySchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *DeprecatedEntitySchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type DeprecatedEntitySchemasList
type DeprecatedEntitySchemasList struct {
EntitySchemas *[]DeprecatedEntitySchema `json:"entitySchemas,omitempty"`
}
DeprecatedEntitySchemasList defines model for DeprecatedEntitySchemasList.
Type DnaAlignment
type DnaAlignment struct {
AlignedSequences *[]AlignedSequence `json:"alignedSequences,omitempty"`
// ApiURL The canonical url of the DNA Alignment in the API.
ApiURL *string `json:"apiURL,omitempty"`
// CreatedAt DateTime the DNA Alignment was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the DNA Alignment was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// ReferenceSequenceId The ID of the template or consensus DNA Sequence associated with the DNA Alignment
ReferenceSequenceId *string `json:"referenceSequenceId,omitempty"`
// WebURL The Benchling web UI url to view the DNA Alignment
WebURL *string `json:"webURL,omitempty"`
}
DnaAlignment defines model for DnaAlignment.
Type DnaAlignmentBase
type DnaAlignmentBase struct {
Algorithm DnaAlignmentBaseAlgorithm `json:"algorithm"`
Files []DnaAlignmentBase_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
}
DnaAlignmentBase defines model for DnaAlignmentBase.
Type DnaAlignmentBaseAlgorithm
type DnaAlignmentBaseAlgorithm string
DnaAlignmentBaseAlgorithm defines model for DnaAlignmentBase.Algorithm.
Constants
DnaAlignmentBaseAlgorithmClustalo, DnaAlignmentBaseAlgorithmMafft
DnaAlignmentBaseAlgorithmClustalo DnaAlignmentBaseAlgorithm = "clustalo"
DnaAlignmentBaseAlgorithmMafft DnaAlignmentBaseAlgorithm = "mafft"
Defines values for DnaAlignmentBaseAlgorithm.
Type DnaAlignmentBaseFiles0
type DnaAlignmentBaseFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
DnaAlignmentBaseFiles0 defines model for .
Type DnaAlignmentBase_Files_Item
type DnaAlignmentBase_Files_Item struct {
// contains filtered or unexported fields
}
DnaAlignmentBase_Files_Item defines model for DnaAlignmentBase.files.Item.
Methods
func (t DnaAlignmentBase_Files_Item) AsDnaAlignmentBaseFiles0() (DnaAlignmentBaseFiles0, error)
AsDnaAlignmentBaseFiles0 returns the union data inside the
DnaAlignmentBase_Files_Item as a DnaAlignmentBaseFiles0
func (t DnaAlignmentBase_Files_Item) AsDnaTemplateAlignmentFile() (DnaTemplateAlignmentFile, error)
AsDnaTemplateAlignmentFile returns the union data inside the
DnaAlignmentBase_Files_Item as a DnaTemplateAlignmentFile
func (t *DnaAlignmentBase_Files_Item) FromDnaAlignmentBaseFiles0(v DnaAlignmentBaseFiles0) error
FromDnaAlignmentBaseFiles0 overwrites any union data inside the
DnaAlignmentBase_Files_Item as the provided DnaAlignmentBaseFiles0
func (t *DnaAlignmentBase_Files_Item) FromDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
FromDnaTemplateAlignmentFile overwrites any union data inside the
DnaAlignmentBase_Files_Item as the provided DnaTemplateAlignmentFile
func (t DnaAlignmentBase_Files_Item) MarshalJSON() ([]byte, error)
func (t *DnaAlignmentBase_Files_Item) MergeDnaAlignmentBaseFiles0(v DnaAlignmentBaseFiles0) error
MergeDnaAlignmentBaseFiles0 performs a merge with any union data inside the
DnaAlignmentBase_Files_Item, using the provided DnaAlignmentBaseFiles0
func (t *DnaAlignmentBase_Files_Item) MergeDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
MergeDnaTemplateAlignmentFile performs a merge with any union data inside
the DnaAlignmentBase_Files_Item, using the provided DnaTemplateAlignmentFile
func (t *DnaAlignmentBase_Files_Item) UnmarshalJSON(b []byte) error
Type DnaAlignmentSummary
type DnaAlignmentSummary struct {
// ApiURL The canonical url of the DNA Alignment in the API.
ApiURL *string `json:"apiURL,omitempty"`
// CreatedAt DateTime the DNA Alignment was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the DNA Alignment was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// ReferenceSequenceId The ID of the template or consensus DNA Sequence associated with the DNA Alignment
ReferenceSequenceId *string `json:"referenceSequenceId,omitempty"`
// WebURL The Benchling web UI url to view the DNA Alignment
WebURL *string `json:"webURL,omitempty"`
}
DnaAlignmentSummary defines model for DnaAlignmentSummary.
Type DnaAlignmentsPaginatedList
type DnaAlignmentsPaginatedList struct {
DnaAlignments *[]DnaAlignmentSummary `json:"dnaAlignments,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
DnaAlignmentsPaginatedList defines model for DnaAlignmentsPaginatedList.
Type DnaAnnotation
type DnaAnnotation struct {
// Color Hex color code used when displaying this feature in the UI.
Color *string `json:"color,omitempty"`
CustomFields *[]SequenceFeatureCustomField `json:"customFields,omitempty"`
End *int `json:"end,omitempty"`
Name *string `json:"name,omitempty"`
Notes *string `json:"notes,omitempty"`
Start *int `json:"start,omitempty"`
Strand *int `json:"strand,omitempty"`
Type *string `json:"type,omitempty"`
}
DnaAnnotation defines model for DnaAnnotation.
Type DnaConsensusAlignmentCreate
type DnaConsensusAlignmentCreate struct {
Algorithm DnaConsensusAlignmentCreateAlgorithm `json:"algorithm"`
Files []DnaConsensusAlignmentCreate_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
NewSequence *struct {
FolderId *string `json:"folderId,omitempty"`
} `json:"newSequence,omitempty"`
SequenceId *string `json:"sequenceId,omitempty"`
}
DnaConsensusAlignmentCreate defines model for DnaConsensusAlignmentCreate.
Type DnaConsensusAlignmentCreateAlgorithm
type DnaConsensusAlignmentCreateAlgorithm string
DnaConsensusAlignmentCreateAlgorithm defines model for
DnaConsensusAlignmentCreate.Algorithm.
Constants
DnaConsensusAlignmentCreateAlgorithmClustalo, DnaConsensusAlignmentCreateAlgorithmMafft
DnaConsensusAlignmentCreateAlgorithmClustalo DnaConsensusAlignmentCreateAlgorithm = "clustalo"
DnaConsensusAlignmentCreateAlgorithmMafft DnaConsensusAlignmentCreateAlgorithm = "mafft"
Defines values for DnaConsensusAlignmentCreateAlgorithm.
Type DnaConsensusAlignmentCreateFiles0
type DnaConsensusAlignmentCreateFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
DnaConsensusAlignmentCreateFiles0 defines model for .
Type DnaConsensusAlignmentCreate_Files_Item
type DnaConsensusAlignmentCreate_Files_Item struct {
// contains filtered or unexported fields
}
DnaConsensusAlignmentCreate_Files_Item defines model for
DnaConsensusAlignmentCreate.files.Item.
Methods
func (t DnaConsensusAlignmentCreate_Files_Item) AsDnaConsensusAlignmentCreateFiles0() (DnaConsensusAlignmentCreateFiles0, error)
AsDnaConsensusAlignmentCreateFiles0 returns the union data
inside the DnaConsensusAlignmentCreate_Files_Item as a
DnaConsensusAlignmentCreateFiles0
func (t DnaConsensusAlignmentCreate_Files_Item) AsDnaTemplateAlignmentFile() (DnaTemplateAlignmentFile, error)
AsDnaTemplateAlignmentFile returns the union data inside the
DnaConsensusAlignmentCreate_Files_Item as a DnaTemplateAlignmentFile
func (t *DnaConsensusAlignmentCreate_Files_Item) FromDnaConsensusAlignmentCreateFiles0(v DnaConsensusAlignmentCreateFiles0) error
FromDnaConsensusAlignmentCreateFiles0 overwrites any union data
inside the DnaConsensusAlignmentCreate_Files_Item as the provided
DnaConsensusAlignmentCreateFiles0
func (t *DnaConsensusAlignmentCreate_Files_Item) FromDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
FromDnaTemplateAlignmentFile overwrites any union data inside
the DnaConsensusAlignmentCreate_Files_Item as the provided
DnaTemplateAlignmentFile
func (t DnaConsensusAlignmentCreate_Files_Item) MarshalJSON() ([]byte, error)
func (t *DnaConsensusAlignmentCreate_Files_Item) MergeDnaConsensusAlignmentCreateFiles0(v DnaConsensusAlignmentCreateFiles0) error
MergeDnaConsensusAlignmentCreateFiles0 performs a merge with any union
data inside the DnaConsensusAlignmentCreate_Files_Item, using the provided
DnaConsensusAlignmentCreateFiles0
func (t *DnaConsensusAlignmentCreate_Files_Item) MergeDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
MergeDnaTemplateAlignmentFile performs a merge with any union data
inside the DnaConsensusAlignmentCreate_Files_Item, using the provided
DnaTemplateAlignmentFile
func (t *DnaConsensusAlignmentCreate_Files_Item) UnmarshalJSON(b []byte) error
Type DnaOligo
type DnaOligo struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
// CreatedAt DateTime the Oligo was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Oligo.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Oligo if registered.
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Oligo.
FolderId *string `json:"folderId"`
// Id ID of the Oligo.
Id *string `json:"id,omitempty"`
// Length Number of bases in the Oligo.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the Oligo was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// NucleotideType Nucleotide type of the Oligo.
NucleotideType DnaOligoNucleotideType `json:"nucleotideType"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Oligo is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Oligo.
WebURL *string `json:"webURL,omitempty"`
}
DnaOligo defines model for DnaOligo.
Type DnaOligoBulkUpdate
type DnaOligoBulkUpdate struct {
// Aliases Aliases to add to the Oligo
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Oligo's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs of the oligo.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the Oligo. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Oligo. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Oligo.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// SchemaId ID of the oligo's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
DnaOligoBulkUpdate defines model for DnaOligoBulkUpdate.
Type DnaOligoCreate
type DnaOligoCreate = OligoCreate
DnaOligoCreate defines model for DnaOligoCreate.
Type DnaOligoNucleotideType
type DnaOligoNucleotideType string
DnaOligoNucleotideType Nucleotide type of the Oligo.
Constants
DnaOligoNucleotideTypeDNA, DnaOligoNucleotideTypeRNA
DnaOligoNucleotideTypeDNA DnaOligoNucleotideType = "DNA"
DnaOligoNucleotideTypeRNA DnaOligoNucleotideType = "RNA"
Defines values for DnaOligoNucleotideType.
Type DnaOligoUpdate
type DnaOligoUpdate = OligoUpdate
DnaOligoUpdate defines model for DnaOligoUpdate.
Type DnaOligoWithEntityType
type DnaOligoWithEntityType struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
// CreatedAt DateTime the Oligo was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Oligo.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Oligo if registered.
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *DnaOligoWithEntityTypeEntityType `json:"entityType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Oligo.
FolderId *string `json:"folderId"`
// Id ID of the Oligo.
Id *string `json:"id,omitempty"`
// Length Number of bases in the Oligo.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the Oligo was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// NucleotideType Nucleotide type of the Oligo.
NucleotideType DnaOligoWithEntityTypeNucleotideType `json:"nucleotideType"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Oligo is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Oligo.
WebURL *string `json:"webURL,omitempty"`
}
DnaOligoWithEntityType defines model for DnaOligoWithEntityType.
Type DnaOligoWithEntityTypeEntityType
type DnaOligoWithEntityTypeEntityType string
DnaOligoWithEntityTypeEntityType defines model for
DnaOligoWithEntityType.EntityType.
Constants
DnaOligoWithEntityTypeEntityTypeDnaOligo
DnaOligoWithEntityTypeEntityTypeDnaOligo DnaOligoWithEntityTypeEntityType = "dna_oligo"
Defines values for DnaOligoWithEntityTypeEntityType.
Type DnaOligoWithEntityTypeNucleotideType
type DnaOligoWithEntityTypeNucleotideType string
DnaOligoWithEntityTypeNucleotideType Nucleotide type of the Oligo.
Constants
DnaOligoWithEntityTypeNucleotideTypeDNA, DnaOligoWithEntityTypeNucleotideTypeRNA
DnaOligoWithEntityTypeNucleotideTypeDNA DnaOligoWithEntityTypeNucleotideType = "DNA"
DnaOligoWithEntityTypeNucleotideTypeRNA DnaOligoWithEntityTypeNucleotideType = "RNA"
Defines values for DnaOligoWithEntityTypeNucleotideType.
Type DnaOligosArchivalChange
type DnaOligosArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
DnaOligoIds *[]string `json:"dnaOligoIds,omitempty"`
}
DnaOligosArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of DNA Oligos along with any
IDs of batches that were archived / unarchived.
Type DnaOligosArchive
type DnaOligosArchive struct {
DnaOligoIds []string `json:"dnaOligoIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
DnaOligosArchive The request body for archiving DNA Oligos.
Type DnaOligosBulkCreateRequest
type DnaOligosBulkCreateRequest struct {
DnaOligos *[]DnaOligoCreate `json:"dnaOligos,omitempty"`
}
DnaOligosBulkCreateRequest defines model for DnaOligosBulkCreateRequest.
Type DnaOligosBulkUpdateRequest
type DnaOligosBulkUpdateRequest struct {
DnaOligos *[]DnaOligoBulkUpdate `json:"dnaOligos,omitempty"`
}
DnaOligosBulkUpdateRequest defines model for DnaOligosBulkUpdateRequest.
Type DnaOligosPaginatedList
type DnaOligosPaginatedList struct {
DnaOligos *[]DnaOligo `json:"dnaOligos,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
DnaOligosPaginatedList defines model for DnaOligosPaginatedList.
Type DnaOligosUnarchive
type DnaOligosUnarchive struct {
DnaOligoIds []string `json:"dnaOligoIds"`
}
DnaOligosUnarchive The request body for unarchiving DNA Oligos.
Type DnaSequence
type DnaSequence struct {
Aliases *[]string `json:"aliases,omitempty"`
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// ApiURL The canonical url of the DNA Sequence in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
IsCircular *bool `json:"isCircular,omitempty"`
Length *int `json:"length,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
Translations *[]Translation `json:"translations,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
DnaSequence defines model for DnaSequence.
Type DnaSequenceBaseRequest
type DnaSequenceBaseRequest struct {
// Aliases Aliases to add to the DNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the DNA sequence.
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the DNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the DNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the DNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the DNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the DNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the DNA sequence is circular or linear.
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the DNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the DNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the DNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
DnaSequenceBaseRequest defines model for DnaSequenceBaseRequest.
Type DnaSequenceBaseRequestForCreate
type DnaSequenceBaseRequestForCreate struct {
// Aliases Aliases to add to the DNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the DNA sequence.
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the DNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the DNA sequence.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the DNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the DNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the DNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the DNA sequence is circular or linear.
IsCircular bool `json:"isCircular"`
// Name Name of the DNA sequence.
Name string `json:"name"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the DNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the DNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
DnaSequenceBaseRequestForCreate defines model for
DnaSequenceBaseRequestForCreate.
Type DnaSequenceBulkCreate
type DnaSequenceBulkCreate = DnaSequenceCreate
DnaSequenceBulkCreate defines model for DnaSequenceBulkCreate.
Type DnaSequenceBulkUpdate
type DnaSequenceBulkUpdate struct {
// Aliases Aliases to add to the DNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the DNA sequence.
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the DNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the DNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the DNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the DNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the DNA sequence.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// IsCircular Whether the DNA sequence is circular or linear.
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the DNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the DNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the DNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
DnaSequenceBulkUpdate defines model for DnaSequenceBulkUpdate.
Type DnaSequenceCreate
type DnaSequenceCreate struct {
// Aliases Aliases to add to the DNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the DNA sequence.
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the DNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the DNA sequence.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the DNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the DNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the DNA sequence is circular or linear.
IsCircular bool `json:"isCircular"`
// Name Name of the DNA sequence.
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
// SchemaId ID of the DNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the DNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
DnaSequenceCreate defines model for DnaSequenceCreate.
Type DnaSequenceRequestRegistryFields
type DnaSequenceRequestRegistryFields struct {
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
}
DnaSequenceRequestRegistryFields defines model for
DnaSequenceRequestRegistryFields.
Type DnaSequenceSummary
type DnaSequenceSummary struct {
EntityType *DnaSequenceSummaryEntityType `json:"entityType,omitempty"`
Id *string `json:"id,omitempty"`
Type *string `json:"type,omitempty"`
}
DnaSequenceSummary defines model for DnaSequenceSummary.
Type DnaSequenceSummaryEntityType
type DnaSequenceSummaryEntityType string
DnaSequenceSummaryEntityType defines model for
DnaSequenceSummary.EntityType.
Constants
DnaSequenceSummaryEntityTypeDnaSequence
DnaSequenceSummaryEntityTypeDnaSequence DnaSequenceSummaryEntityType = "dna_sequence"
Defines values for DnaSequenceSummaryEntityType.
Type DnaSequenceUpdate
type DnaSequenceUpdate struct {
// Aliases Aliases to add to the DNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the DNA sequence.
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the DNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the DNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the DNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the DNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the DNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the DNA sequence is circular or linear.
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the DNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the DNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the DNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
DnaSequenceUpdate defines model for DnaSequenceUpdate.
Type DnaSequenceWithEntityType
type DnaSequenceWithEntityType struct {
Aliases *[]string `json:"aliases,omitempty"`
Annotations *[]DnaAnnotation `json:"annotations,omitempty"`
// ApiURL The canonical url of the DNA Sequence in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *DnaSequenceWithEntityTypeEntityType `json:"entityType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
IsCircular *bool `json:"isCircular,omitempty"`
Length *int `json:"length,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
Translations *[]Translation `json:"translations,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
DnaSequenceWithEntityType defines model for DnaSequenceWithEntityType.
Type DnaSequenceWithEntityTypeEntityType
type DnaSequenceWithEntityTypeEntityType string
DnaSequenceWithEntityTypeEntityType defines model for
DnaSequenceWithEntityType.EntityType.
Constants
DnaSequenceWithEntityTypeEntityTypeDnaSequence
DnaSequenceWithEntityTypeEntityTypeDnaSequence DnaSequenceWithEntityTypeEntityType = "dna_sequence"
Defines values for DnaSequenceWithEntityTypeEntityType.
Type DnaSequencesArchivalChange
type DnaSequencesArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
DnaSequenceIds *[]string `json:"dnaSequenceIds,omitempty"`
}
DnaSequencesArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type. This includes the IDs of DNA sequences
along with any IDs of batches that were archived / unarchived.
Type DnaSequencesArchive
type DnaSequencesArchive struct {
DnaSequenceIds []string `json:"dnaSequenceIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
DnaSequencesArchive The request body for archiving DNA sequences.
Type DnaSequencesBulkCreateRequest
type DnaSequencesBulkCreateRequest struct {
DnaSequences *[]DnaSequenceBulkCreate `json:"dnaSequences,omitempty"`
}
DnaSequencesBulkCreateRequest defines model for
DnaSequencesBulkCreateRequest.
Type DnaSequencesBulkGet
type DnaSequencesBulkGet struct {
DnaSequences *[]DnaSequence `json:"dnaSequences,omitempty"`
}
DnaSequencesBulkGet defines model for DnaSequencesBulkGet.
Type DnaSequencesBulkUpdateRequest
type DnaSequencesBulkUpdateRequest struct {
DnaSequences *[]DnaSequenceBulkUpdate `json:"dnaSequences,omitempty"`
}
DnaSequencesBulkUpdateRequest defines model for
DnaSequencesBulkUpdateRequest.
Type DnaSequencesPaginatedList
type DnaSequencesPaginatedList struct {
DnaSequences *[]DnaSequence `json:"dnaSequences,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
DnaSequencesPaginatedList defines model for DnaSequencesPaginatedList.
Type DnaSequencesUnarchive
type DnaSequencesUnarchive struct {
DnaSequenceIds []string `json:"dnaSequenceIds"`
}
DnaSequencesUnarchive The request body for unarchiving DNA sequences.
Type DnaTemplateAlignmentCreate
type DnaTemplateAlignmentCreate struct {
Algorithm DnaTemplateAlignmentCreateAlgorithm `json:"algorithm"`
Files []DnaTemplateAlignmentCreate_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
TemplateSequenceId string `json:"templateSequenceId"`
}
DnaTemplateAlignmentCreate defines model for DnaTemplateAlignmentCreate.
Type DnaTemplateAlignmentCreateAlgorithm
type DnaTemplateAlignmentCreateAlgorithm string
DnaTemplateAlignmentCreateAlgorithm defines model for
DnaTemplateAlignmentCreate.Algorithm.
Constants
DnaTemplateAlignmentCreateAlgorithmClustalo, DnaTemplateAlignmentCreateAlgorithmMafft
DnaTemplateAlignmentCreateAlgorithmClustalo DnaTemplateAlignmentCreateAlgorithm = "clustalo"
DnaTemplateAlignmentCreateAlgorithmMafft DnaTemplateAlignmentCreateAlgorithm = "mafft"
Defines values for DnaTemplateAlignmentCreateAlgorithm.
Type DnaTemplateAlignmentCreateFiles0
type DnaTemplateAlignmentCreateFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
DnaTemplateAlignmentCreateFiles0 defines model for .
Type DnaTemplateAlignmentCreate_Files_Item
type DnaTemplateAlignmentCreate_Files_Item struct {
// contains filtered or unexported fields
}
DnaTemplateAlignmentCreate_Files_Item defines model for
DnaTemplateAlignmentCreate.files.Item.
Methods
func (t DnaTemplateAlignmentCreate_Files_Item) AsDnaTemplateAlignmentCreateFiles0() (DnaTemplateAlignmentCreateFiles0, error)
AsDnaTemplateAlignmentCreateFiles0 returns the union data inside the
DnaTemplateAlignmentCreate_Files_Item as a DnaTemplateAlignmentCreateFiles0
func (t DnaTemplateAlignmentCreate_Files_Item) AsDnaTemplateAlignmentFile() (DnaTemplateAlignmentFile, error)
AsDnaTemplateAlignmentFile returns the union data inside the
DnaTemplateAlignmentCreate_Files_Item as a DnaTemplateAlignmentFile
func (t *DnaTemplateAlignmentCreate_Files_Item) FromDnaTemplateAlignmentCreateFiles0(v DnaTemplateAlignmentCreateFiles0) error
FromDnaTemplateAlignmentCreateFiles0 overwrites any union data
inside the DnaTemplateAlignmentCreate_Files_Item as the provided
DnaTemplateAlignmentCreateFiles0
func (t *DnaTemplateAlignmentCreate_Files_Item) FromDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
FromDnaTemplateAlignmentFile overwrites any union data inside
the DnaTemplateAlignmentCreate_Files_Item as the provided
DnaTemplateAlignmentFile
func (t DnaTemplateAlignmentCreate_Files_Item) MarshalJSON() ([]byte, error)
func (t *DnaTemplateAlignmentCreate_Files_Item) MergeDnaTemplateAlignmentCreateFiles0(v DnaTemplateAlignmentCreateFiles0) error
MergeDnaTemplateAlignmentCreateFiles0 performs a merge with any union
data inside the DnaTemplateAlignmentCreate_Files_Item, using the provided
DnaTemplateAlignmentCreateFiles0
func (t *DnaTemplateAlignmentCreate_Files_Item) MergeDnaTemplateAlignmentFile(v DnaTemplateAlignmentFile) error
MergeDnaTemplateAlignmentFile performs a merge with any union data
inside the DnaTemplateAlignmentCreate_Files_Item, using the provided
DnaTemplateAlignmentFile
func (t *DnaTemplateAlignmentCreate_Files_Item) UnmarshalJSON(b []byte) error
Type DnaTemplateAlignmentFile
type DnaTemplateAlignmentFile struct {
Data *[]byte `json:"data,omitempty"`
Name *string `json:"name,omitempty"`
}
DnaTemplateAlignmentFile defines model for DnaTemplateAlignmentFile.
Type Dropdown
type Dropdown struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// Id ID of the dropdown
Id *string `json:"id,omitempty"`
// Name Name of the dropdown
Name *string `json:"name,omitempty"`
// Options Array of dropdown options
Options *[]DropdownOption `json:"options,omitempty"`
}
Dropdown defines model for Dropdown.
Type DropdownCreate
type DropdownCreate struct {
// Name Name of the dropdown
Name string `json:"name"`
// Options Options to set for the dropdown
Options []DropdownOptionCreate `json:"options"`
// RegistryId ID of registry in which to create the dropdown. Required if multiple registries exist.
RegistryId *string `json:"registryId"`
}
DropdownCreate defines model for DropdownCreate.
Type DropdownFieldDefinition
type DropdownFieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
DropdownId *string `json:"dropdownId"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
Name *string `json:"name,omitempty"`
Type *DropdownFieldDefinitionType `json:"type,omitempty"`
}
DropdownFieldDefinition defines model for DropdownFieldDefinition.
Type DropdownFieldDefinitionType
type DropdownFieldDefinitionType string
DropdownFieldDefinitionType defines model for DropdownFieldDefinition.Type.
Constants
DropdownFieldDefinitionTypeDropdown
DropdownFieldDefinitionTypeDropdown DropdownFieldDefinitionType = "dropdown"
Defines values for DropdownFieldDefinitionType.
Type DropdownOption
type DropdownOption struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
DropdownOption defines model for DropdownOption.
Type DropdownOptionCreate
type DropdownOptionCreate struct {
Name string `json:"name"`
}
DropdownOptionCreate defines model for DropdownOptionCreate.
Type DropdownOptionUpdate
type DropdownOptionUpdate struct {
// Id ID of the dropdown option to update, omitted if creating a new option.
Id *string `json:"id,omitempty"`
// Name Name of the dropdown option.
Name string `json:"name"`
}
DropdownOptionUpdate defines model for DropdownOptionUpdate.
Type DropdownOptionsArchivalChange
type DropdownOptionsArchivalChange struct {
DropdownOptionIds *[]string `json:"dropdownOptionIds,omitempty"`
}
DropdownOptionsArchivalChange IDs of all items that were archived or
unarchived.
Type DropdownOptionsArchive
type DropdownOptionsArchive struct {
// DropdownOptionIds Array of dropdown option IDs
DropdownOptionIds *[]string `json:"dropdownOptionIds,omitempty"`
// Reason Reason that dropdown options are being archived.
Reason *DropdownOptionsArchiveReason `json:"reason,omitempty"`
}
DropdownOptionsArchive defines model for DropdownOptionsArchive.
Type DropdownOptionsArchiveReason
type DropdownOptionsArchiveReason string
DropdownOptionsArchiveReason Reason that dropdown options are being
archived.
Constants
DropdownOptionsArchiveReasonMadeInError, DropdownOptionsArchiveReasonOther, DropdownOptionsArchiveReasonRetired
DropdownOptionsArchiveReasonMadeInError DropdownOptionsArchiveReason = "Made in error"
DropdownOptionsArchiveReasonOther DropdownOptionsArchiveReason = "Other"
DropdownOptionsArchiveReasonRetired DropdownOptionsArchiveReason = "Retired"
Defines values for DropdownOptionsArchiveReason.
Type DropdownOptionsUnarchive
type DropdownOptionsUnarchive struct {
// DropdownOptionIds Array of dropdown option IDs
DropdownOptionIds *[]string `json:"dropdownOptionIds,omitempty"`
}
DropdownOptionsUnarchive defines model for DropdownOptionsUnarchive.
Type DropdownSummariesPaginatedList
type DropdownSummariesPaginatedList struct {
Dropdowns *[]DropdownSummary `json:"dropdowns,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
DropdownSummariesPaginatedList defines model for
DropdownSummariesPaginatedList.
Type DropdownSummary
type DropdownSummary struct {
// Id ID of the dropdown
Id *string `json:"id,omitempty"`
// Name Name of the dropdown
Name *string `json:"name,omitempty"`
}
DropdownSummary defines model for DropdownSummary.
Type DropdownUpdate
type DropdownUpdate struct {
// Options Options to set for the dropdown
Options []DropdownOptionUpdate `json:"options"`
}
DropdownUpdate defines model for DropdownUpdate.
Type DropdownsRegistryList
type DropdownsRegistryList struct {
Dropdowns *[]DropdownSummary `json:"dropdowns,omitempty"`
}
DropdownsRegistryList defines model for DropdownsRegistryList.
Type EchoRouter
type EchoRouter interface {
CONNECT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
DELETE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
GET(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
HEAD(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
OPTIONS(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
PATCH(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
POST(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
PUT(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
TRACE(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route
}
This is a simple interface which specifies echo.Route addition functions
which are present on both echo.Echo and echo.Group, since we want to allow
using either of them for path registration
Type EmptyObject
type EmptyObject = map[string]interface{}
EmptyObject defines model for EmptyObject.
Type Entity
type Entity struct {
// contains filtered or unexported fields
}
Entity defines model for Entity.
Methods
func (t Entity) AsAaSequence() (AaSequence, error)
AsAaSequence returns the union data inside the Entity as a AaSequence
func (t Entity) AsCustomEntity() (CustomEntity, error)
AsCustomEntity returns the union data inside the Entity as a CustomEntity
func (t Entity) AsDnaOligo() (DnaOligo, error)
AsDnaOligo returns the union data inside the Entity as a DnaOligo
func (t Entity) AsDnaSequence() (DnaSequence, error)
AsDnaSequence returns the union data inside the Entity as a DnaSequence
func (t Entity) AsMixture() (Mixture, error)
AsMixture returns the union data inside the Entity as a Mixture
func (t Entity) AsRnaOligo() (RnaOligo, error)
AsRnaOligo returns the union data inside the Entity as a RnaOligo
func (t *Entity) FromAaSequence(v AaSequence) error
FromAaSequence overwrites any union data inside the Entity as the provided
AaSequence
func (t *Entity) FromCustomEntity(v CustomEntity) error
FromCustomEntity overwrites any union data inside the Entity as the provided
CustomEntity
func (t *Entity) FromDnaOligo(v DnaOligo) error
FromDnaOligo overwrites any union data inside the Entity as the provided
DnaOligo
func (t *Entity) FromDnaSequence(v DnaSequence) error
FromDnaSequence overwrites any union data inside the Entity as the provided
DnaSequence
func (t *Entity) FromMixture(v Mixture) error
FromMixture overwrites any union data inside the Entity as the provided
Mixture
func (t *Entity) FromRnaOligo(v RnaOligo) error
FromRnaOligo overwrites any union data inside the Entity as the provided
RnaOligo
func (t Entity) MarshalJSON() ([]byte, error)
func (t *Entity) MergeAaSequence(v AaSequence) error
MergeAaSequence performs a merge with any union data inside the Entity,
using the provided AaSequence
func (t *Entity) MergeCustomEntity(v CustomEntity) error
MergeCustomEntity performs a merge with any union data inside the Entity,
using the provided CustomEntity
func (t *Entity) MergeDnaOligo(v DnaOligo) error
MergeDnaOligo performs a merge with any union data inside the Entity,
using the provided DnaOligo
func (t *Entity) MergeDnaSequence(v DnaSequence) error
MergeDnaSequence performs a merge with any union data inside the Entity,
using the provided DnaSequence
func (t *Entity) MergeMixture(v Mixture) error
MergeMixture performs a merge with any union data inside the Entity,
using the provided Mixture
func (t *Entity) MergeRnaOligo(v RnaOligo) error
MergeRnaOligo performs a merge with any union data inside the Entity,
using the provided RnaOligo
func (t *Entity) UnmarshalJSON(b []byte) error
Type EntityArchiveReason
type EntityArchiveReason string
EntityArchiveReason The reason for archiving the provided entities. Accepted
reasons may differ based on tenant configuration.
Constants
EntityArchiveReasonContaminated, EntityArchiveReasonExpended, EntityArchiveReasonExpired, EntityArchiveReasonMadeInError, EntityArchiveReasonMissing, EntityArchiveReasonOther, EntityArchiveReasonRetired, EntityArchiveReasonShipped
EntityArchiveReasonContaminated EntityArchiveReason = "Contaminated"
EntityArchiveReasonExpended EntityArchiveReason = "Expended"
EntityArchiveReasonExpired EntityArchiveReason = "Expired"
EntityArchiveReasonMadeInError EntityArchiveReason = "Made in error"
EntityArchiveReasonMissing EntityArchiveReason = "Missing"
EntityArchiveReasonOther EntityArchiveReason = "Other"
EntityArchiveReasonRetired EntityArchiveReason = "Retired"
EntityArchiveReasonShipped EntityArchiveReason = "Shipped"
Defines values for EntityArchiveReason.
Type EntityLabels
type EntityLabels struct {
EntityRegistryId *string `json:"entityRegistryId"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
EntityLabels defines model for EntityLabels.
Type EntityOrInaccessibleResource
type EntityOrInaccessibleResource struct {
// contains filtered or unexported fields
}
EntityOrInaccessibleResource defines model for EntityOrInaccessibleResource.
Methods
func (t EntityOrInaccessibleResource) AsEntity() (Entity, error)
AsEntity returns the union data inside the EntityOrInaccessibleResource as a
Entity
func (t EntityOrInaccessibleResource) AsInaccessibleResource() (InaccessibleResource, error)
AsInaccessibleResource returns the union data inside the
EntityOrInaccessibleResource as a InaccessibleResource
func (t *EntityOrInaccessibleResource) FromEntity(v Entity) error
FromEntity overwrites any union data inside the EntityOrInaccessibleResource
as the provided Entity
func (t *EntityOrInaccessibleResource) FromInaccessibleResource(v InaccessibleResource) error
FromInaccessibleResource overwrites any union data inside the
EntityOrInaccessibleResource as the provided InaccessibleResource
func (t EntityOrInaccessibleResource) MarshalJSON() ([]byte, error)
func (t *EntityOrInaccessibleResource) MergeEntity(v Entity) error
MergeEntity performs a merge with any union data inside the
EntityOrInaccessibleResource, using the provided Entity
func (t *EntityOrInaccessibleResource) MergeInaccessibleResource(v InaccessibleResource) error
MergeInaccessibleResource performs a merge with any union data inside the
EntityOrInaccessibleResource, using the provided InaccessibleResource
func (t *EntityOrInaccessibleResource) UnmarshalJSON(b []byte) error
Type EntityRegisteredEvent
type EntityRegisteredEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
Entity *GenericEntity `json:"entity,omitempty"`
EventType *EntityRegisteredEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
EntityRegisteredEvent defines model for EntityRegisteredEvent.
Type EntityRegisteredEventEventType
type EntityRegisteredEventEventType string
EntityRegisteredEventEventType defines model for
EntityRegisteredEvent.EventType.
Constants
V2EntityRegistered
V2EntityRegistered EntityRegisteredEventEventType = "v2.entity.registered"
Defines values for EntityRegisteredEventEventType.
Type EntitySchema
type EntitySchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Constraint *struct {
FieldDefinitionNames *[]string `json:"fieldDefinitionNames,omitempty"`
HasUniqueResidues *bool `json:"hasUniqueResidues,omitempty"`
} `json:"constraint"`
ContainableType *EntitySchemaContainableType `json:"containableType,omitempty"`
FieldDefinitions *[]EntitySchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Entity Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *EntitySchemaType `json:"type,omitempty"`
}
EntitySchema defines model for EntitySchema.
Type EntitySchemaAppConfigItem
type EntitySchemaAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
LinkedResource *LinkedAppConfigResource `json:"linkedResource"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Subtype *SchemaDependencySubtypes `json:"subtype,omitempty"`
Type *EntitySchemaAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
EntitySchemaAppConfigItem defines model for EntitySchemaAppConfigItem.
Type EntitySchemaAppConfigItemType
type EntitySchemaAppConfigItemType string
EntitySchemaAppConfigItemType defines model for
EntitySchemaAppConfigItem.Type.
Constants
EntitySchemaAppConfigItemTypeEntitySchema
EntitySchemaAppConfigItemTypeEntitySchema EntitySchemaAppConfigItemType = "entity_schema"
Defines values for EntitySchemaAppConfigItemType.
Type EntitySchemaContainableType
type EntitySchemaContainableType string
EntitySchemaContainableType defines model for EntitySchema.ContainableType.
Constants
EntitySchemaContainableTypeBATCH, EntitySchemaContainableTypeENTITY, EntitySchemaContainableTypeNONE
EntitySchemaContainableTypeBATCH EntitySchemaContainableType = "BATCH"
EntitySchemaContainableTypeENTITY EntitySchemaContainableType = "ENTITY"
EntitySchemaContainableTypeNONE EntitySchemaContainableType = "NONE"
Defines values for EntitySchemaContainableType.
Type EntitySchemaType
type EntitySchemaType string
EntitySchemaType defines model for EntitySchema.Type.
Constants
EntitySchemaTypeAaSequence, EntitySchemaTypeCustomEntity, EntitySchemaTypeDnaOligo, EntitySchemaTypeDnaSequence, EntitySchemaTypeMixture, EntitySchemaTypeMolecule, EntitySchemaTypeRnaOligo
EntitySchemaTypeAaSequence EntitySchemaType = "aa_sequence"
EntitySchemaTypeCustomEntity EntitySchemaType = "custom_entity"
EntitySchemaTypeDnaOligo EntitySchemaType = "dna_oligo"
EntitySchemaTypeDnaSequence EntitySchemaType = "dna_sequence"
EntitySchemaTypeMixture EntitySchemaType = "mixture"
EntitySchemaTypeMolecule EntitySchemaType = "molecule"
EntitySchemaTypeRnaOligo EntitySchemaType = "rna_oligo"
Defines values for EntitySchemaType.
Type EntitySchema_FieldDefinitions_Item
type EntitySchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
EntitySchema_FieldDefinitions_Item defines model for
EntitySchema.fieldDefinitions.Item.
Methods
func (t EntitySchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
EntitySchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t EntitySchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
EntitySchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t EntitySchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
EntitySchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t EntitySchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
EntitySchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t EntitySchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
EntitySchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
EntitySchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
EntitySchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
EntitySchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside the
EntitySchema_FieldDefinitions_Item as the provided SchemaLinkFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
EntitySchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t EntitySchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *EntitySchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the EntitySchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
EntitySchema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the EntitySchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the EntitySchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside the
EntitySchema_FieldDefinitions_Item, using the provided SimpleFieldDefinition
func (t *EntitySchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type EntitySchemasPaginatedList
type EntitySchemasPaginatedList struct {
EntitySchemas *[]EntitySchema `json:"entitySchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
EntitySchemasPaginatedList defines model for EntitySchemasPaginatedList.
Type Entries
type Entries struct {
Entries *[]Entry `json:"entries,omitempty"`
}
Entries defines model for Entries.
Type EntriesArchivalChange
type EntriesArchivalChange struct {
EntryIds *[]string `json:"entryIds,omitempty"`
}
EntriesArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of entries that changed..
Type EntriesArchive
type EntriesArchive struct {
// EntryIds Array of entry IDs
EntryIds []string `json:"entryIds"`
// Reason Reason that entries are being archived. One of ["Made in error", "Retired", "Other"].
Reason EntriesArchiveReason `json:"reason"`
}
EntriesArchive defines model for EntriesArchive.
Type EntriesArchiveReason
type EntriesArchiveReason string
EntriesArchiveReason Reason that entries are being archived. One of ["Made
in error", "Retired", "Other"].
Constants
EntriesArchiveReasonMadeInError, EntriesArchiveReasonOther, EntriesArchiveReasonRetired
EntriesArchiveReasonMadeInError EntriesArchiveReason = "Made in error"
EntriesArchiveReasonOther EntriesArchiveReason = "Other"
EntriesArchiveReasonRetired EntriesArchiveReason = "Retired"
Defines values for EntriesArchiveReason.
Type EntriesPaginatedList
type EntriesPaginatedList struct {
Entries *[]Entry `json:"entries,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
EntriesPaginatedList defines model for EntriesPaginatedList.
Type EntriesUnarchive
type EntriesUnarchive struct {
// EntryIds Array of entry IDs
EntryIds []string `json:"entryIds"`
}
EntriesUnarchive defines model for EntriesUnarchive.
Type Entry
type Entry struct {
// ApiURL The canonical url of the Entry in the API.
ApiURL *string `json:"apiURL,omitempty"`
// ArchiveRecord ArchiveRecord Resource if the entry is archived. This is null if the entry is not archived.
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// AssignedReviewers Array of users assigned to review the entry, if any.
AssignedReviewers *[]UserSummary `json:"assignedReviewers,omitempty"`
// Authors Array of UserSummary Resources of the authors of the entry. This defaults to the creator but can be manually changed.
Authors *[]UserSummary `json:"authors,omitempty"`
// CreatedAt DateTime the entry was created at
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Creator UserSummary Resource of the user who created the entry
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
// Days Array of day objects. Each day object has a date field (string) and notes field (array of notes, expand further for details on note types).
Days *[]EntryDay `json:"days,omitempty"`
// DisplayId User-friendly ID of the entry
DisplayId *string `json:"displayId,omitempty"`
// EntryTemplateId ID of the Entry Template this Entry was created from
EntryTemplateId *string `json:"entryTemplateId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the entry
FolderId *string `json:"folderId,omitempty"`
// Id ID of the entry
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the entry was last modified
ModifiedAt *string `json:"modifiedAt,omitempty"`
// Name Title of the entry
Name *string `json:"name,omitempty"`
// ReviewRecord Review record if set
ReviewRecord *map[string]interface{} `json:"reviewRecord"`
// Schema Entry schema if set
Schema *EntrySchema `json:"schema"`
// WebURL URL of the entry
WebURL *string `json:"webURL,omitempty"`
}
Entry Entries are notes that users can take. They're organized by "days"
(which are user-configurable) and modeled within each day as a list of
"notes." Each note has a type - the simplest is a "text" type, but lists,
tables, and external files are also supported.
Note: the current Entry resource has a few limitations: - Formatting
information is not yet supported. Header formatting, bolding, and other
stylistic information is not presented. - Data in tables is presented as
text always - numeric values will need to be parsed into floats or integers,
as appropriate.
Note: Data in Results tables are not accessible through this API call.
Results table data can be called through the Results API calls.
Type EntryById
type EntryById struct {
// Entry Entries are notes that users can take. They're organized by "days" (which are user-configurable) and modeled within each day as a list of "notes." Each note has a type - the simplest is a "text" type, but lists, tables, and external files are also supported.
//
// *Note:* the current Entry resource has a few limitations:
// - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented.
// - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
//
// Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
Entry *Entry `json:"entry,omitempty"`
}
EntryById defines model for EntryById.
Type EntryCreate
type EntryCreate struct {
AuthorIds *EntryCreate_AuthorIds `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the entry
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntryTemplateId ID of the template to clone the entry from
EntryTemplateId *string `json:"entryTemplateId,omitempty"`
// Fields Fields to set on the entry. Must correspond with the schema's field definitions.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that will contain the entry
FolderId string `json:"folderId"`
// InitialTables An array of table API IDs and blob id pairs to seed tables from the template while creating the entry. The entryTemplateId parameter must be set to use this parameter. The table API IDs should be the API Identifiers of the tables in the given template.
// - If a template table has one row, the values in that row act as default values for cloned entries.
// - If a template table has multiple rows, there is no default value and those rows are added to the cloned entry along with the provided csv data.
// - If a table has default values, they will be populated in any respective undefined columns in the csv data.
// - If a table has no default values, undefined columns from csv data will be empty.
// - If no csv data is provided for a table, the table in the entry will be populated with whatever values are in the respective template table.
InitialTables *[]InitialTable `json:"initialTables,omitempty"`
// Name Name of the entry
Name string `json:"name"`
// SchemaId ID of the entry's schema
SchemaId *string `json:"schemaId,omitempty"`
}
EntryCreate defines model for EntryCreate.
Type EntryCreateAuthorIds0
type EntryCreateAuthorIds0 = string
EntryCreateAuthorIds0 defines model for .
Type EntryCreateAuthorIds1
type EntryCreateAuthorIds1 = []string
EntryCreateAuthorIds1 IDs of users to set as the entry's authors. Defaults
to the creator.
Type EntryCreate_AuthorIds
type EntryCreate_AuthorIds struct {
// contains filtered or unexported fields
}
EntryCreate_AuthorIds defines model for EntryCreate.AuthorIds.
Methods
func (t EntryCreate_AuthorIds) AsEntryCreateAuthorIds0() (EntryCreateAuthorIds0, error)
AsEntryCreateAuthorIds0 returns the union data inside the
EntryCreate_AuthorIds as a EntryCreateAuthorIds0
func (t EntryCreate_AuthorIds) AsEntryCreateAuthorIds1() (EntryCreateAuthorIds1, error)
AsEntryCreateAuthorIds1 returns the union data inside the
EntryCreate_AuthorIds as a EntryCreateAuthorIds1
func (t *EntryCreate_AuthorIds) FromEntryCreateAuthorIds0(v EntryCreateAuthorIds0) error
FromEntryCreateAuthorIds0 overwrites any union data inside the
EntryCreate_AuthorIds as the provided EntryCreateAuthorIds0
func (t *EntryCreate_AuthorIds) FromEntryCreateAuthorIds1(v EntryCreateAuthorIds1) error
FromEntryCreateAuthorIds1 overwrites any union data inside the
EntryCreate_AuthorIds as the provided EntryCreateAuthorIds1
func (t EntryCreate_AuthorIds) MarshalJSON() ([]byte, error)
func (t *EntryCreate_AuthorIds) MergeEntryCreateAuthorIds0(v EntryCreateAuthorIds0) error
MergeEntryCreateAuthorIds0 performs a merge with any union data inside the
EntryCreate_AuthorIds, using the provided EntryCreateAuthorIds0
func (t *EntryCreate_AuthorIds) MergeEntryCreateAuthorIds1(v EntryCreateAuthorIds1) error
MergeEntryCreateAuthorIds1 performs a merge with any union data inside the
EntryCreate_AuthorIds, using the provided EntryCreateAuthorIds1
func (t *EntryCreate_AuthorIds) UnmarshalJSON(b []byte) error
Type EntryCreatedEvent
type EntryCreatedEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
// Entry Entries are notes that users can take. They're organized by "days" (which are user-configurable) and modeled within each day as a list of "notes." Each note has a type - the simplest is a "text" type, but lists, tables, and external files are also supported.
//
// *Note:* the current Entry resource has a few limitations:
// - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented.
// - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
//
// Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
Entry *Entry `json:"entry,omitempty"`
EventType *EntryCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
EntryCreatedEvent defines model for EntryCreatedEvent.
Type EntryCreatedEventEventType
type EntryCreatedEventEventType string
EntryCreatedEventEventType defines model for EntryCreatedEvent.EventType.
Constants
V2EntryCreated
V2EntryCreated EntryCreatedEventEventType = "v2.entry.created"
Defines values for EntryCreatedEventEventType.
Type EntryDay
type EntryDay struct {
// Date A Date string
Date *string `json:"date,omitempty"`
Notes *[]EntryDay_Notes_Item `json:"notes,omitempty"`
}
EntryDay defines model for EntryDay.
Type EntryDay_Notes_Item
type EntryDay_Notes_Item struct {
Type string `json:"type"`
// contains filtered or unexported fields
}
EntryDay_Notes_Item Notes are the main building blocks of entries. Each note
corresponds roughly to a paragraph.
Methods
func (t EntryDay_Notes_Item) AsAssayRunNotePart() (AssayRunNotePart, error)
AsAssayRunNotePart returns the union data inside the EntryDay_Notes_Item as
a AssayRunNotePart
func (t EntryDay_Notes_Item) AsBoxCreationTableNotePart() (BoxCreationTableNotePart, error)
AsBoxCreationTableNotePart returns the union data inside the
EntryDay_Notes_Item as a BoxCreationTableNotePart
func (t EntryDay_Notes_Item) AsCheckboxNotePart() (CheckboxNotePart, error)
AsCheckboxNotePart returns the union data inside the EntryDay_Notes_Item as
a CheckboxNotePart
func (t EntryDay_Notes_Item) AsExternalFileNotePart() (ExternalFileNotePart, error)
AsExternalFileNotePart returns the union data inside the EntryDay_Notes_Item
as a ExternalFileNotePart
func (t EntryDay_Notes_Item) AsMixturePrepTableNotePart() (MixturePrepTableNotePart, error)
AsMixturePrepTableNotePart returns the union data inside the
EntryDay_Notes_Item as a MixturePrepTableNotePart
func (t EntryDay_Notes_Item) AsPlateCreationTableNotePart() (PlateCreationTableNotePart, error)
AsPlateCreationTableNotePart returns the union data inside the
EntryDay_Notes_Item as a PlateCreationTableNotePart
func (t EntryDay_Notes_Item) AsRegistrationTableNotePart() (RegistrationTableNotePart, error)
AsRegistrationTableNotePart returns the union data inside the
EntryDay_Notes_Item as a RegistrationTableNotePart
func (t EntryDay_Notes_Item) AsResultsTableNotePart() (ResultsTableNotePart, error)
AsResultsTableNotePart returns the union data inside the EntryDay_Notes_Item
as a ResultsTableNotePart
func (t EntryDay_Notes_Item) AsSimpleNotePart() (SimpleNotePart, error)
AsSimpleNotePart returns the union data inside the EntryDay_Notes_Item as a
SimpleNotePart
func (t EntryDay_Notes_Item) AsTableNotePart() (TableNotePart, error)
AsTableNotePart returns the union data inside the EntryDay_Notes_Item as a
TableNotePart
func (t EntryDay_Notes_Item) Discriminator() (string, error)
func (t *EntryDay_Notes_Item) FromAssayRunNotePart(v AssayRunNotePart) error
FromAssayRunNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided AssayRunNotePart
func (t *EntryDay_Notes_Item) FromBoxCreationTableNotePart(v BoxCreationTableNotePart) error
FromBoxCreationTableNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided BoxCreationTableNotePart
func (t *EntryDay_Notes_Item) FromCheckboxNotePart(v CheckboxNotePart) error
FromCheckboxNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided CheckboxNotePart
func (t *EntryDay_Notes_Item) FromExternalFileNotePart(v ExternalFileNotePart) error
FromExternalFileNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided ExternalFileNotePart
func (t *EntryDay_Notes_Item) FromMixturePrepTableNotePart(v MixturePrepTableNotePart) error
FromMixturePrepTableNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided MixturePrepTableNotePart
func (t *EntryDay_Notes_Item) FromPlateCreationTableNotePart(v PlateCreationTableNotePart) error
FromPlateCreationTableNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided PlateCreationTableNotePart
func (t *EntryDay_Notes_Item) FromRegistrationTableNotePart(v RegistrationTableNotePart) error
FromRegistrationTableNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided RegistrationTableNotePart
func (t *EntryDay_Notes_Item) FromResultsTableNotePart(v ResultsTableNotePart) error
FromResultsTableNotePart overwrites any union data inside the
EntryDay_Notes_Item as the provided ResultsTableNotePart
func (t *EntryDay_Notes_Item) FromSimpleNotePart(v SimpleNotePart) error
FromSimpleNotePart overwrites any union data inside the EntryDay_Notes_Item
as the provided SimpleNotePart
func (t *EntryDay_Notes_Item) FromTableNotePart(v TableNotePart) error
FromTableNotePart overwrites any union data inside the EntryDay_Notes_Item
as the provided TableNotePart
func (t EntryDay_Notes_Item) MarshalJSON() ([]byte, error)
func (t *EntryDay_Notes_Item) MergeAssayRunNotePart(v AssayRunNotePart) error
MergeAssayRunNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided AssayRunNotePart
func (t *EntryDay_Notes_Item) MergeBoxCreationTableNotePart(v BoxCreationTableNotePart) error
MergeBoxCreationTableNotePart performs a merge with any union data inside
the EntryDay_Notes_Item, using the provided BoxCreationTableNotePart
func (t *EntryDay_Notes_Item) MergeCheckboxNotePart(v CheckboxNotePart) error
MergeCheckboxNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided CheckboxNotePart
func (t *EntryDay_Notes_Item) MergeExternalFileNotePart(v ExternalFileNotePart) error
MergeExternalFileNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided ExternalFileNotePart
func (t *EntryDay_Notes_Item) MergeMixturePrepTableNotePart(v MixturePrepTableNotePart) error
MergeMixturePrepTableNotePart performs a merge with any union data inside
the EntryDay_Notes_Item, using the provided MixturePrepTableNotePart
func (t *EntryDay_Notes_Item) MergePlateCreationTableNotePart(v PlateCreationTableNotePart) error
MergePlateCreationTableNotePart performs a merge with any union data inside
the EntryDay_Notes_Item, using the provided PlateCreationTableNotePart
func (t *EntryDay_Notes_Item) MergeRegistrationTableNotePart(v RegistrationTableNotePart) error
MergeRegistrationTableNotePart performs a merge with any union data inside
the EntryDay_Notes_Item, using the provided RegistrationTableNotePart
func (t *EntryDay_Notes_Item) MergeResultsTableNotePart(v ResultsTableNotePart) error
MergeResultsTableNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided ResultsTableNotePart
func (t *EntryDay_Notes_Item) MergeSimpleNotePart(v SimpleNotePart) error
MergeSimpleNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided SimpleNotePart
func (t *EntryDay_Notes_Item) MergeTableNotePart(v TableNotePart) error
MergeTableNotePart performs a merge with any union data inside the
EntryDay_Notes_Item, using the provided TableNotePart
func (t *EntryDay_Notes_Item) UnmarshalJSON(b []byte) error
func (t EntryDay_Notes_Item) ValueByDiscriminator() (interface{}, error)
Type EntryExternalFile
type EntryExternalFile struct {
// DownloadURL A short-lived URL that can be used to download the original file.
DownloadURL *string `json:"downloadURL,omitempty"`
// ExpiresAt UNIX timestamp when downloadURL expires.
ExpiresAt *int `json:"expiresAt,omitempty"`
// Id ID of the external file
Id *string `json:"id,omitempty"`
// Size Size, in bytes, of the external file
Size *int `json:"size,omitempty"`
}
EntryExternalFile The ExternalFile resource stores metadata about the file.
The actual original file can be downloaded by using the 'downloadURL'
property.
Type EntryExternalFileById
type EntryExternalFileById struct {
// ExternalFile The ExternalFile resource stores metadata about the file. The actual original file can be downloaded by using the 'downloadURL' property.
ExternalFile *EntryExternalFile `json:"externalFile,omitempty"`
}
EntryExternalFileById defines model for EntryExternalFileById.
Type EntryLink
type EntryLink struct {
// Id For linked Benchling resources, this will be the ID of that resource (e.g., 'seq_RhYGVnHF'). Omitted for "link" types.
Id *string `json:"id,omitempty"`
// Type The type of resource being linked. For hyperlinks: 'link'. For linked Benchling resources, one of: 'user', 'request', 'entry', 'stage_entry', 'protocol', 'workflow', 'custom_entity', 'aa_sequence', 'dna_sequence', 'batch', 'box', 'container', 'location', 'plate'.
Type *EntryLinkType `json:"type,omitempty"`
// WebURL Canonical URL of the linked Benchling resource (if you have at least READ authorization for that resource), or the explicit URL provided as hyperlink for "link" types. Note: locations do not currently have a URL.
WebURL *string `json:"webURL"`
}
EntryLink Links are contained within notes to reference resources that
live outside of the entry. A link can target an external resource via an
http(s):// hyperlink or a Benchling resource via @-mentions and drag-n-drop.
Type EntryLinkType
type EntryLinkType string
EntryLinkType The type of resource being linked. For hyperlinks: 'link'.
For linked Benchling resources, one of: 'user', 'request', 'entry',
'stage_entry', 'protocol', 'workflow', 'custom_entity', 'aa_sequence',
'dna_sequence', 'batch', 'box', 'container', 'location', 'plate'.
Constants
EntryLinkTypeAaSequence, EntryLinkTypeBatch, EntryLinkTypeBox, EntryLinkTypeContainer, EntryLinkTypeCustomEntity, EntryLinkTypeDnaSequence, EntryLinkTypeEntry, EntryLinkTypeLink, EntryLinkTypeLocation, EntryLinkTypePlate, EntryLinkTypeProtocol, EntryLinkTypeRequest, EntryLinkTypeStageEntry, EntryLinkTypeUser, EntryLinkTypeWorkflow
EntryLinkTypeAaSequence EntryLinkType = "aa_sequence"
EntryLinkTypeBatch EntryLinkType = "batch"
EntryLinkTypeBox EntryLinkType = "box"
EntryLinkTypeContainer EntryLinkType = "container"
EntryLinkTypeCustomEntity EntryLinkType = "custom_entity"
EntryLinkTypeDnaSequence EntryLinkType = "dna_sequence"
EntryLinkTypeEntry EntryLinkType = "entry"
EntryLinkTypeLink EntryLinkType = "link"
EntryLinkTypeLocation EntryLinkType = "location"
EntryLinkTypePlate EntryLinkType = "plate"
EntryLinkTypeProtocol EntryLinkType = "protocol"
EntryLinkTypeRequest EntryLinkType = "request"
EntryLinkTypeStageEntry EntryLinkType = "stage_entry"
EntryLinkTypeUser EntryLinkType = "user"
EntryLinkTypeWorkflow EntryLinkType = "workflow"
Defines values for EntryLinkType.
Type EntrySchema
type EntrySchema struct {
// Id ID of the entry schema
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Entry Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the entry schema
Name *string `json:"name,omitempty"`
}
EntrySchema Entry schema
Type EntrySchemaDetailed
type EntrySchemaDetailed struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]EntrySchemaDetailed_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *EntrySchemaDetailedType `json:"type,omitempty"`
}
EntrySchemaDetailed defines model for EntrySchemaDetailed.
Type EntrySchemaDetailedType
type EntrySchemaDetailedType string
EntrySchemaDetailedType defines model for EntrySchemaDetailed.Type.
Constants
EntrySchemaDetailedTypeEntry
EntrySchemaDetailedTypeEntry EntrySchemaDetailedType = "entry"
Defines values for EntrySchemaDetailedType.
Type EntrySchemaDetailed_FieldDefinitions_Item
type EntrySchemaDetailed_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
EntrySchemaDetailed_FieldDefinitions_Item defines model for
EntrySchemaDetailed.fieldDefinitions.Item.
Methods
func (t EntrySchemaDetailed_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
EntrySchemaDetailed_FieldDefinitions_Item as a DropdownFieldDefinition
func (t EntrySchemaDetailed_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
EntrySchemaDetailed_FieldDefinitions_Item as a FloatFieldDefinition
func (t EntrySchemaDetailed_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
EntrySchemaDetailed_FieldDefinitions_Item as a IntegerFieldDefinition
func (t EntrySchemaDetailed_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
EntrySchemaDetailed_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t EntrySchemaDetailed_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
EntrySchemaDetailed_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item as the provided
FloatFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t EntrySchemaDetailed_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *EntrySchemaDetailed_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the EntrySchemaDetailed_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the EntrySchemaDetailed_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside
the EntrySchemaDetailed_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *EntrySchemaDetailed_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type EntrySchemasPaginatedList
type EntrySchemasPaginatedList struct {
EntrySchemas *[]EntrySchemaDetailed `json:"entrySchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
EntrySchemasPaginatedList defines model for EntrySchemasPaginatedList.
Type EntryTable
type EntryTable struct {
// ColumnLabels Array of strings, with one item per column. Defaults to null, if the user is using the default, but is set if the user has given a custom name to the column.
ColumnLabels *[]string `json:"columnLabels,omitempty"`
// Name Name of the table - defaults to e.g. Table1 but can be renamed.
Name *string `json:"name,omitempty"`
// Rows Array of row objects.
Rows *[]EntryTableRow `json:"rows,omitempty"`
}
EntryTable Actual tabular data with rows and columns of text on the note.
Type EntryTableCell
type EntryTableCell struct {
// Link A Link Resource if this cell contained a hyperlink. Otherwise, link will be omitted from the cell object. (Note: inventory and user types are not yet supported.)
Link *EntryLink `json:"link,omitempty"`
// Text The textual content of the cell. If the cell was originally a formula, this will be the evaluated version of the formula.
Text *string `json:"text,omitempty"`
}
EntryTableCell defines model for EntryTableCell.
Type EntryTableRow
type EntryTableRow struct {
Cells *[]EntryTableCell `json:"cells,omitempty"`
}
EntryTableRow Each has property 'cells' that is an array of cell objects
Type EntryTemplate
type EntryTemplate struct {
// ApiURL The canonical url of the Entry Template in the API.
ApiURL *string `json:"apiURL,omitempty"`
// CreatedAt DateTime the template was created at
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Creator UserSummary Resource of the user who created the template
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
// Days Array of day objects. Each day object has a day index (integer) and notes field (array of notes, expand further for details on note types).
Days *[]EntryTemplateDay `json:"days,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id ID of the entry template
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the template was last modified
ModifiedAt *string `json:"modifiedAt,omitempty"`
// Name Title of the template
Name *string `json:"name,omitempty"`
// Schema Entry schema if set
Schema *EntrySchema `json:"schema"`
// TemplateCollectionId ID of the collection that contains the template
TemplateCollectionId *string `json:"templateCollectionId,omitempty"`
// WebURL URL of the template
WebURL *string `json:"webURL,omitempty"`
}
EntryTemplate Entry templates are templates that users can base new notebook
entries off of.
Type EntryTemplateDay
type EntryTemplateDay struct {
// Day 1 indexed day signifier.
Day *int `json:"day,omitempty"`
Notes *[]EntryTemplateDay_Notes_Item `json:"notes,omitempty"`
}
EntryTemplateDay defines model for EntryTemplateDay.
Type EntryTemplateDay_Notes_Item
type EntryTemplateDay_Notes_Item struct {
// contains filtered or unexported fields
}
EntryTemplateDay_Notes_Item Notes are the main building blocks of entries.
Each note corresponds roughly to a paragraph.
Methods
func (t EntryTemplateDay_Notes_Item) AsAssayRunNotePart() (AssayRunNotePart, error)
AsAssayRunNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a AssayRunNotePart
func (t EntryTemplateDay_Notes_Item) AsBoxCreationTableNotePart() (BoxCreationTableNotePart, error)
AsBoxCreationTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a BoxCreationTableNotePart
func (t EntryTemplateDay_Notes_Item) AsCheckboxNotePart() (CheckboxNotePart, error)
AsCheckboxNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a CheckboxNotePart
func (t EntryTemplateDay_Notes_Item) AsExternalFileNotePart() (ExternalFileNotePart, error)
AsExternalFileNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a ExternalFileNotePart
func (t EntryTemplateDay_Notes_Item) AsLookupTableNotePart() (LookupTableNotePart, error)
AsLookupTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a LookupTableNotePart
func (t EntryTemplateDay_Notes_Item) AsMixturePrepTableNotePart() (MixturePrepTableNotePart, error)
AsMixturePrepTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a MixturePrepTableNotePart
func (t EntryTemplateDay_Notes_Item) AsPlateCreationTableNotePart() (PlateCreationTableNotePart, error)
AsPlateCreationTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a PlateCreationTableNotePart
func (t EntryTemplateDay_Notes_Item) AsRegistrationTableNotePart() (RegistrationTableNotePart, error)
AsRegistrationTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a RegistrationTableNotePart
func (t EntryTemplateDay_Notes_Item) AsResultsTableNotePart() (ResultsTableNotePart, error)
AsResultsTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a ResultsTableNotePart
func (t EntryTemplateDay_Notes_Item) AsSimpleNotePart() (SimpleNotePart, error)
AsSimpleNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a SimpleNotePart
func (t EntryTemplateDay_Notes_Item) AsTableNotePart() (TableNotePart, error)
AsTableNotePart returns the union data inside the
EntryTemplateDay_Notes_Item as a TableNotePart
func (t *EntryTemplateDay_Notes_Item) FromAssayRunNotePart(v AssayRunNotePart) error
FromAssayRunNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided AssayRunNotePart
func (t *EntryTemplateDay_Notes_Item) FromBoxCreationTableNotePart(v BoxCreationTableNotePart) error
FromBoxCreationTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided BoxCreationTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromCheckboxNotePart(v CheckboxNotePart) error
FromCheckboxNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided CheckboxNotePart
func (t *EntryTemplateDay_Notes_Item) FromExternalFileNotePart(v ExternalFileNotePart) error
FromExternalFileNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided ExternalFileNotePart
func (t *EntryTemplateDay_Notes_Item) FromLookupTableNotePart(v LookupTableNotePart) error
FromLookupTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided LookupTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromMixturePrepTableNotePart(v MixturePrepTableNotePart) error
FromMixturePrepTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided MixturePrepTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromPlateCreationTableNotePart(v PlateCreationTableNotePart) error
FromPlateCreationTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided PlateCreationTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromRegistrationTableNotePart(v RegistrationTableNotePart) error
FromRegistrationTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided RegistrationTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromResultsTableNotePart(v ResultsTableNotePart) error
FromResultsTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided ResultsTableNotePart
func (t *EntryTemplateDay_Notes_Item) FromSimpleNotePart(v SimpleNotePart) error
FromSimpleNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided SimpleNotePart
func (t *EntryTemplateDay_Notes_Item) FromTableNotePart(v TableNotePart) error
FromTableNotePart overwrites any union data inside the
EntryTemplateDay_Notes_Item as the provided TableNotePart
func (t EntryTemplateDay_Notes_Item) MarshalJSON() ([]byte, error)
func (t *EntryTemplateDay_Notes_Item) MergeAssayRunNotePart(v AssayRunNotePart) error
MergeAssayRunNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided AssayRunNotePart
func (t *EntryTemplateDay_Notes_Item) MergeBoxCreationTableNotePart(v BoxCreationTableNotePart) error
MergeBoxCreationTableNotePart performs a merge with any union data inside
the EntryTemplateDay_Notes_Item, using the provided BoxCreationTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergeCheckboxNotePart(v CheckboxNotePart) error
MergeCheckboxNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided CheckboxNotePart
func (t *EntryTemplateDay_Notes_Item) MergeExternalFileNotePart(v ExternalFileNotePart) error
MergeExternalFileNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided ExternalFileNotePart
func (t *EntryTemplateDay_Notes_Item) MergeLookupTableNotePart(v LookupTableNotePart) error
MergeLookupTableNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided LookupTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergeMixturePrepTableNotePart(v MixturePrepTableNotePart) error
MergeMixturePrepTableNotePart performs a merge with any union data inside
the EntryTemplateDay_Notes_Item, using the provided MixturePrepTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergePlateCreationTableNotePart(v PlateCreationTableNotePart) error
MergePlateCreationTableNotePart performs a merge with any union
data inside the EntryTemplateDay_Notes_Item, using the provided
PlateCreationTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergeRegistrationTableNotePart(v RegistrationTableNotePart) error
MergeRegistrationTableNotePart performs a merge with any union
data inside the EntryTemplateDay_Notes_Item, using the provided
RegistrationTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergeResultsTableNotePart(v ResultsTableNotePart) error
MergeResultsTableNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided ResultsTableNotePart
func (t *EntryTemplateDay_Notes_Item) MergeSimpleNotePart(v SimpleNotePart) error
MergeSimpleNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided SimpleNotePart
func (t *EntryTemplateDay_Notes_Item) MergeTableNotePart(v TableNotePart) error
MergeTableNotePart performs a merge with any union data inside the
EntryTemplateDay_Notes_Item, using the provided TableNotePart
func (t *EntryTemplateDay_Notes_Item) UnmarshalJSON(b []byte) error
Type EntryTemplatesPaginatedList
type EntryTemplatesPaginatedList struct {
EntryTemplates *[]EntryTemplate `json:"entryTemplates,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
EntryTemplatesPaginatedList defines model for EntryTemplatesPaginatedList.
Type EntryUpdate
type EntryUpdate struct {
// AuthorIds IDs of users to set as the entry's authors.
AuthorIds *string `json:"authorIds,omitempty"`
// Fields Schema fields to set on the entry
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that will contain the entry
FolderId *string `json:"folderId,omitempty"`
// Name New name of the entry
Name *string `json:"name,omitempty"`
// SchemaId ID of the schema for the entry
SchemaId *string `json:"schemaId,omitempty"`
}
EntryUpdate defines model for EntryUpdate.
Type EntryUpdatedFieldsEvent
type EntryUpdatedFieldsEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
// Entry Entries are notes that users can take. They're organized by "days" (which are user-configurable) and modeled within each day as a list of "notes." Each note has a type - the simplest is a "text" type, but lists, tables, and external files are also supported.
//
// *Note:* the current Entry resource has a few limitations:
// - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented.
// - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
//
// Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
Entry *Entry `json:"entry,omitempty"`
EventType *EntryUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
EntryUpdatedFieldsEvent defines model for EntryUpdatedFieldsEvent.
Type EntryUpdatedFieldsEventEventType
type EntryUpdatedFieldsEventEventType string
EntryUpdatedFieldsEventEventType defines model for
EntryUpdatedFieldsEvent.EventType.
Constants
V2EntryUpdatedFields
V2EntryUpdatedFields EntryUpdatedFieldsEventEventType = "v2.entry.updated.fields"
Defines values for EntryUpdatedFieldsEventEventType.
Type EntryUpdatedReviewRecordEvent
type EntryUpdatedReviewRecordEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
// Entry Entries are notes that users can take. They're organized by "days" (which are user-configurable) and modeled within each day as a list of "notes." Each note has a type - the simplest is a "text" type, but lists, tables, and external files are also supported.
//
// *Note:* the current Entry resource has a few limitations:
// - Formatting information is not yet supported. Header formatting, bolding, and other stylistic information is not presented.
// - Data in tables is presented as text always - numeric values will need to be parsed into floats or integers, as appropriate.
//
// Note: Data in Results tables are not accessible through this API call. Results table data can be called through the Results API calls.
Entry *Entry `json:"entry,omitempty"`
EventType *EntryUpdatedReviewRecordEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
EntryUpdatedReviewRecordEvent defines model for
EntryUpdatedReviewRecordEvent.
Type EntryUpdatedReviewRecordEventEventType
type EntryUpdatedReviewRecordEventEventType string
EntryUpdatedReviewRecordEventEventType defines model for
EntryUpdatedReviewRecordEvent.EventType.
Constants
V2EntryUpdatedReviewRecord
V2EntryUpdatedReviewRecord EntryUpdatedReviewRecordEventEventType = "v2.entry.updated.reviewRecord"
Defines values for EntryUpdatedReviewRecordEventEventType.
Type Event
type Event struct {
EventType string `json:"eventType"`
// contains filtered or unexported fields
}
Event defines model for Event.
Methods
func (t Event) AsAssayRunCreatedEvent() (AssayRunCreatedEvent, error)
AsAssayRunCreatedEvent returns the union data inside the Event as a
AssayRunCreatedEvent
func (t Event) AsAssayRunUpdatedFieldsEvent() (AssayRunUpdatedFieldsEvent, error)
AsAssayRunUpdatedFieldsEvent returns the union data inside the Event as a
AssayRunUpdatedFieldsEvent
func (t Event) AsAutomationInputGeneratorCompletedV2BetaEvent() (AutomationInputGeneratorCompletedV2BetaEvent, error)
AsAutomationInputGeneratorCompletedV2BetaEvent returns the union data inside
the Event as a AutomationInputGeneratorCompletedV2BetaEvent
func (t Event) AsAutomationOutputProcessorCompletedV2BetaEvent() (AutomationOutputProcessorCompletedV2BetaEvent, error)
AsAutomationOutputProcessorCompletedV2BetaEvent returns the union data
inside the Event as a AutomationOutputProcessorCompletedV2BetaEvent
func (t Event) AsAutomationOutputProcessorUploadedV2BetaEvent() (AutomationOutputProcessorUploadedV2BetaEvent, error)
AsAutomationOutputProcessorUploadedV2BetaEvent returns the union data inside
the Event as a AutomationOutputProcessorUploadedV2BetaEvent
func (t Event) AsEntityRegisteredEvent() (EntityRegisteredEvent, error)
AsEntityRegisteredEvent returns the union data inside the Event as a
EntityRegisteredEvent
func (t Event) AsEntryCreatedEvent() (EntryCreatedEvent, error)
AsEntryCreatedEvent returns the union data inside the Event as a
EntryCreatedEvent
func (t Event) AsEntryUpdatedFieldsEvent() (EntryUpdatedFieldsEvent, error)
AsEntryUpdatedFieldsEvent returns the union data inside the Event as a
EntryUpdatedFieldsEvent
func (t Event) AsEntryUpdatedReviewRecordEvent() (EntryUpdatedReviewRecordEvent, error)
AsEntryUpdatedReviewRecordEvent returns the union data inside the Event as a
EntryUpdatedReviewRecordEvent
func (t Event) AsRequestCreatedEvent() (RequestCreatedEvent, error)
AsRequestCreatedEvent returns the union data inside the Event as a
RequestCreatedEvent
func (t Event) AsRequestUpdatedFieldsEvent() (RequestUpdatedFieldsEvent, error)
AsRequestUpdatedFieldsEvent returns the union data inside the Event as a
RequestUpdatedFieldsEvent
func (t Event) AsStageEntryCreatedEvent() (StageEntryCreatedEvent, error)
AsStageEntryCreatedEvent returns the union data inside the Event as a
StageEntryCreatedEvent
func (t Event) AsStageEntryUpdatedFieldsEvent() (StageEntryUpdatedFieldsEvent, error)
AsStageEntryUpdatedFieldsEvent returns the union data inside the Event as a
StageEntryUpdatedFieldsEvent
func (t Event) AsStageEntryUpdatedReviewRecordEvent() (StageEntryUpdatedReviewRecordEvent, error)
AsStageEntryUpdatedReviewRecordEvent returns the union data inside the Event
as a StageEntryUpdatedReviewRecordEvent
func (t Event) AsWorkflowOutputCreatedEvent() (WorkflowOutputCreatedEvent, error)
AsWorkflowOutputCreatedEvent returns the union data inside the Event as a
WorkflowOutputCreatedEvent
func (t Event) AsWorkflowOutputUpdatedFieldsEvent() (WorkflowOutputUpdatedFieldsEvent, error)
AsWorkflowOutputUpdatedFieldsEvent returns the union data inside the Event
as a WorkflowOutputUpdatedFieldsEvent
func (t Event) AsWorkflowTaskCreatedEvent() (WorkflowTaskCreatedEvent, error)
AsWorkflowTaskCreatedEvent returns the union data inside the Event as a
WorkflowTaskCreatedEvent
func (t Event) AsWorkflowTaskGroupCreatedEvent() (WorkflowTaskGroupCreatedEvent, error)
AsWorkflowTaskGroupCreatedEvent returns the union data inside the Event as a
WorkflowTaskGroupCreatedEvent
func (t Event) AsWorkflowTaskGroupUpdatedWatchersEvent() (WorkflowTaskGroupUpdatedWatchersEvent, error)
AsWorkflowTaskGroupUpdatedWatchersEvent returns the union data inside the
Event as a WorkflowTaskGroupUpdatedWatchersEvent
func (t Event) AsWorkflowTaskUpdatedAssigneeEvent() (WorkflowTaskUpdatedAssigneeEvent, error)
AsWorkflowTaskUpdatedAssigneeEvent returns the union data inside the Event
as a WorkflowTaskUpdatedAssigneeEvent
func (t Event) AsWorkflowTaskUpdatedFieldsEvent() (WorkflowTaskUpdatedFieldsEvent, error)
AsWorkflowTaskUpdatedFieldsEvent returns the union data inside the Event as
a WorkflowTaskUpdatedFieldsEvent
func (t Event) AsWorkflowTaskUpdatedScheduledOnEvent() (WorkflowTaskUpdatedScheduledOnEvent, error)
AsWorkflowTaskUpdatedScheduledOnEvent returns the union data inside the
Event as a WorkflowTaskUpdatedScheduledOnEvent
func (t Event) AsWorkflowTaskUpdatedStatusEvent() (WorkflowTaskUpdatedStatusEvent, error)
AsWorkflowTaskUpdatedStatusEvent returns the union data inside the Event as
a WorkflowTaskUpdatedStatusEvent
func (t Event) Discriminator() (string, error)
func (t *Event) FromAssayRunCreatedEvent(v AssayRunCreatedEvent) error
FromAssayRunCreatedEvent overwrites any union data inside the Event as the
provided AssayRunCreatedEvent
func (t *Event) FromAssayRunUpdatedFieldsEvent(v AssayRunUpdatedFieldsEvent) error
FromAssayRunUpdatedFieldsEvent overwrites any union data inside the Event as
the provided AssayRunUpdatedFieldsEvent
func (t *Event) FromAutomationInputGeneratorCompletedV2BetaEvent(v AutomationInputGeneratorCompletedV2BetaEvent) error
FromAutomationInputGeneratorCompletedV2BetaEvent
overwrites any union data inside the Event as the provided
AutomationInputGeneratorCompletedV2BetaEvent
func (t *Event) FromAutomationOutputProcessorCompletedV2BetaEvent(v AutomationOutputProcessorCompletedV2BetaEvent) error
FromAutomationOutputProcessorCompletedV2BetaEvent
overwrites any union data inside the Event as the provided
AutomationOutputProcessorCompletedV2BetaEvent
func (t *Event) FromAutomationOutputProcessorUploadedV2BetaEvent(v AutomationOutputProcessorUploadedV2BetaEvent) error
FromAutomationOutputProcessorUploadedV2BetaEvent
overwrites any union data inside the Event as the provided
AutomationOutputProcessorUploadedV2BetaEvent
func (t *Event) FromEntityRegisteredEvent(v EntityRegisteredEvent) error
FromEntityRegisteredEvent overwrites any union data inside the Event as the
provided EntityRegisteredEvent
func (t *Event) FromEntryCreatedEvent(v EntryCreatedEvent) error
FromEntryCreatedEvent overwrites any union data inside the Event as the
provided EntryCreatedEvent
func (t *Event) FromEntryUpdatedFieldsEvent(v EntryUpdatedFieldsEvent) error
FromEntryUpdatedFieldsEvent overwrites any union data inside the Event as
the provided EntryUpdatedFieldsEvent
func (t *Event) FromEntryUpdatedReviewRecordEvent(v EntryUpdatedReviewRecordEvent) error
FromEntryUpdatedReviewRecordEvent overwrites any union data inside the Event
as the provided EntryUpdatedReviewRecordEvent
func (t *Event) FromRequestCreatedEvent(v RequestCreatedEvent) error
FromRequestCreatedEvent overwrites any union data inside the Event as the
provided RequestCreatedEvent
func (t *Event) FromRequestUpdatedFieldsEvent(v RequestUpdatedFieldsEvent) error
FromRequestUpdatedFieldsEvent overwrites any union data inside the Event as
the provided RequestUpdatedFieldsEvent
func (t *Event) FromStageEntryCreatedEvent(v StageEntryCreatedEvent) error
FromStageEntryCreatedEvent overwrites any union data inside the Event as the
provided StageEntryCreatedEvent
func (t *Event) FromStageEntryUpdatedFieldsEvent(v StageEntryUpdatedFieldsEvent) error
FromStageEntryUpdatedFieldsEvent overwrites any union data inside the Event
as the provided StageEntryUpdatedFieldsEvent
func (t *Event) FromStageEntryUpdatedReviewRecordEvent(v StageEntryUpdatedReviewRecordEvent) error
FromStageEntryUpdatedReviewRecordEvent overwrites any union data inside the
Event as the provided StageEntryUpdatedReviewRecordEvent
func (t *Event) FromWorkflowOutputCreatedEvent(v WorkflowOutputCreatedEvent) error
FromWorkflowOutputCreatedEvent overwrites any union data inside the Event as
the provided WorkflowOutputCreatedEvent
func (t *Event) FromWorkflowOutputUpdatedFieldsEvent(v WorkflowOutputUpdatedFieldsEvent) error
FromWorkflowOutputUpdatedFieldsEvent overwrites any union data inside the
Event as the provided WorkflowOutputUpdatedFieldsEvent
func (t *Event) FromWorkflowTaskCreatedEvent(v WorkflowTaskCreatedEvent) error
FromWorkflowTaskCreatedEvent overwrites any union data inside the Event as
the provided WorkflowTaskCreatedEvent
func (t *Event) FromWorkflowTaskGroupCreatedEvent(v WorkflowTaskGroupCreatedEvent) error
FromWorkflowTaskGroupCreatedEvent overwrites any union data inside the Event
as the provided WorkflowTaskGroupCreatedEvent
func (t *Event) FromWorkflowTaskGroupUpdatedWatchersEvent(v WorkflowTaskGroupUpdatedWatchersEvent) error
FromWorkflowTaskGroupUpdatedWatchersEvent overwrites any union data inside
the Event as the provided WorkflowTaskGroupUpdatedWatchersEvent
func (t *Event) FromWorkflowTaskUpdatedAssigneeEvent(v WorkflowTaskUpdatedAssigneeEvent) error
FromWorkflowTaskUpdatedAssigneeEvent overwrites any union data inside the
Event as the provided WorkflowTaskUpdatedAssigneeEvent
func (t *Event) FromWorkflowTaskUpdatedFieldsEvent(v WorkflowTaskUpdatedFieldsEvent) error
FromWorkflowTaskUpdatedFieldsEvent overwrites any union data inside the
Event as the provided WorkflowTaskUpdatedFieldsEvent
func (t *Event) FromWorkflowTaskUpdatedScheduledOnEvent(v WorkflowTaskUpdatedScheduledOnEvent) error
FromWorkflowTaskUpdatedScheduledOnEvent overwrites any union data inside the
Event as the provided WorkflowTaskUpdatedScheduledOnEvent
func (t *Event) FromWorkflowTaskUpdatedStatusEvent(v WorkflowTaskUpdatedStatusEvent) error
FromWorkflowTaskUpdatedStatusEvent overwrites any union data inside the
Event as the provided WorkflowTaskUpdatedStatusEvent
func (t Event) MarshalJSON() ([]byte, error)
func (t *Event) MergeAssayRunCreatedEvent(v AssayRunCreatedEvent) error
MergeAssayRunCreatedEvent performs a merge with any union data inside the
Event, using the provided AssayRunCreatedEvent
func (t *Event) MergeAssayRunUpdatedFieldsEvent(v AssayRunUpdatedFieldsEvent) error
MergeAssayRunUpdatedFieldsEvent performs a merge with any union data inside
the Event, using the provided AssayRunUpdatedFieldsEvent
func (t *Event) MergeAutomationInputGeneratorCompletedV2BetaEvent(v AutomationInputGeneratorCompletedV2BetaEvent) error
MergeAutomationInputGeneratorCompletedV2BetaEvent performs a
merge with any union data inside the Event, using the provided
AutomationInputGeneratorCompletedV2BetaEvent
func (t *Event) MergeAutomationOutputProcessorCompletedV2BetaEvent(v AutomationOutputProcessorCompletedV2BetaEvent) error
MergeAutomationOutputProcessorCompletedV2BetaEvent performs a
merge with any union data inside the Event, using the provided
AutomationOutputProcessorCompletedV2BetaEvent
func (t *Event) MergeAutomationOutputProcessorUploadedV2BetaEvent(v AutomationOutputProcessorUploadedV2BetaEvent) error
MergeAutomationOutputProcessorUploadedV2BetaEvent performs a
merge with any union data inside the Event, using the provided
AutomationOutputProcessorUploadedV2BetaEvent
func (t *Event) MergeEntityRegisteredEvent(v EntityRegisteredEvent) error
MergeEntityRegisteredEvent performs a merge with any union data inside the
Event, using the provided EntityRegisteredEvent
func (t *Event) MergeEntryCreatedEvent(v EntryCreatedEvent) error
MergeEntryCreatedEvent performs a merge with any union data inside the
Event, using the provided EntryCreatedEvent
func (t *Event) MergeEntryUpdatedFieldsEvent(v EntryUpdatedFieldsEvent) error
MergeEntryUpdatedFieldsEvent performs a merge with any union data inside the
Event, using the provided EntryUpdatedFieldsEvent
func (t *Event) MergeEntryUpdatedReviewRecordEvent(v EntryUpdatedReviewRecordEvent) error
MergeEntryUpdatedReviewRecordEvent performs a merge with any union data
inside the Event, using the provided EntryUpdatedReviewRecordEvent
func (t *Event) MergeRequestCreatedEvent(v RequestCreatedEvent) error
MergeRequestCreatedEvent performs a merge with any union data inside the
Event, using the provided RequestCreatedEvent
func (t *Event) MergeRequestUpdatedFieldsEvent(v RequestUpdatedFieldsEvent) error
MergeRequestUpdatedFieldsEvent performs a merge with any union data inside
the Event, using the provided RequestUpdatedFieldsEvent
func (t *Event) MergeStageEntryCreatedEvent(v StageEntryCreatedEvent) error
MergeStageEntryCreatedEvent performs a merge with any union data inside the
Event, using the provided StageEntryCreatedEvent
func (t *Event) MergeStageEntryUpdatedFieldsEvent(v StageEntryUpdatedFieldsEvent) error
MergeStageEntryUpdatedFieldsEvent performs a merge with any union data
inside the Event, using the provided StageEntryUpdatedFieldsEvent
func (t *Event) MergeStageEntryUpdatedReviewRecordEvent(v StageEntryUpdatedReviewRecordEvent) error
MergeStageEntryUpdatedReviewRecordEvent performs a merge with any union data
inside the Event, using the provided StageEntryUpdatedReviewRecordEvent
func (t *Event) MergeWorkflowOutputCreatedEvent(v WorkflowOutputCreatedEvent) error
MergeWorkflowOutputCreatedEvent performs a merge with any union data inside
the Event, using the provided WorkflowOutputCreatedEvent
func (t *Event) MergeWorkflowOutputUpdatedFieldsEvent(v WorkflowOutputUpdatedFieldsEvent) error
MergeWorkflowOutputUpdatedFieldsEvent performs a merge with any union data
inside the Event, using the provided WorkflowOutputUpdatedFieldsEvent
func (t *Event) MergeWorkflowTaskCreatedEvent(v WorkflowTaskCreatedEvent) error
MergeWorkflowTaskCreatedEvent performs a merge with any union data inside
the Event, using the provided WorkflowTaskCreatedEvent
func (t *Event) MergeWorkflowTaskGroupCreatedEvent(v WorkflowTaskGroupCreatedEvent) error
MergeWorkflowTaskGroupCreatedEvent performs a merge with any union data
inside the Event, using the provided WorkflowTaskGroupCreatedEvent
func (t *Event) MergeWorkflowTaskGroupUpdatedWatchersEvent(v WorkflowTaskGroupUpdatedWatchersEvent) error
MergeWorkflowTaskGroupUpdatedWatchersEvent performs a merge
with any union data inside the Event, using the provided
WorkflowTaskGroupUpdatedWatchersEvent
func (t *Event) MergeWorkflowTaskUpdatedAssigneeEvent(v WorkflowTaskUpdatedAssigneeEvent) error
MergeWorkflowTaskUpdatedAssigneeEvent performs a merge with any union data
inside the Event, using the provided WorkflowTaskUpdatedAssigneeEvent
func (t *Event) MergeWorkflowTaskUpdatedFieldsEvent(v WorkflowTaskUpdatedFieldsEvent) error
MergeWorkflowTaskUpdatedFieldsEvent performs a merge with any union data
inside the Event, using the provided WorkflowTaskUpdatedFieldsEvent
func (t *Event) MergeWorkflowTaskUpdatedScheduledOnEvent(v WorkflowTaskUpdatedScheduledOnEvent) error
MergeWorkflowTaskUpdatedScheduledOnEvent performs a merge
with any union data inside the Event, using the provided
WorkflowTaskUpdatedScheduledOnEvent
func (t *Event) MergeWorkflowTaskUpdatedStatusEvent(v WorkflowTaskUpdatedStatusEvent) error
MergeWorkflowTaskUpdatedStatusEvent performs a merge with any union data
inside the Event, using the provided WorkflowTaskUpdatedStatusEvent
func (t *Event) UnmarshalJSON(b []byte) error
func (t Event) ValueByDiscriminator() (interface{}, error)
Type EventBase
type EventBase struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
EventBase defines model for EventBase.
Type EventsPaginatedList
type EventsPaginatedList struct {
Events *[]Event `json:"events,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
EventsPaginatedList defines model for EventsPaginatedList.
Type ExecuteRequestsSampleGroupsJSONRequestBody
type ExecuteRequestsSampleGroupsJSONRequestBody = SampleGroupsStatusUpdate
ExecuteRequestsSampleGroupsJSONRequestBody defines body for
ExecuteRequestsSampleGroups for application/json ContentType.
Type ExecuteRequestsSampleGroupsResponse
type ExecuteRequestsSampleGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ExecuteSampleGroups
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseExecuteRequestsSampleGroupsResponse(rsp *http.Response) (*ExecuteRequestsSampleGroupsResponse, error)
ParseExecuteRequestsSampleGroupsResponse parses an HTTP response from a
ExecuteRequestsSampleGroupsWithResponse call
Methods
func (r ExecuteRequestsSampleGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (r ExecuteRequestsSampleGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ExecuteSampleGroups
type ExecuteSampleGroups = map[string]interface{}
ExecuteSampleGroups The response is intentionally empty.
Type ExportItemJSONRequestBody
type ExportItemJSONRequestBody = ExportItemRequest
ExportItemJSONRequestBody defines body for ExportItem for application/json
ContentType.
Type ExportItemRequest
type ExportItemRequest struct {
// Id ID of the item to export
Id string `json:"id"`
}
ExportItemRequest defines model for ExportItemRequest.
Type ExportItemResponse
type ExportItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseExportItemResponse(rsp *http.Response) (*ExportItemResponse, error)
ParseExportItemResponse parses an HTTP response from a
ExportItemWithResponse call
Methods
func (r ExportItemResponse) Status() string
Status returns HTTPResponse.Status
func (r ExportItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ExportsAsyncTask
type ExportsAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DownloadURL *string `json:"downloadURL,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status ExportsAsyncTaskStatus `json:"status"`
}
ExportsAsyncTask defines model for ExportsAsyncTask.
Type ExportsAsyncTaskStatus
type ExportsAsyncTaskStatus string
ExportsAsyncTaskStatus The current state of the task.
Constants
ExportsAsyncTaskStatusFAILED, ExportsAsyncTaskStatusRUNNING, ExportsAsyncTaskStatusSUCCEEDED
ExportsAsyncTaskStatusFAILED ExportsAsyncTaskStatus = "FAILED"
ExportsAsyncTaskStatusRUNNING ExportsAsyncTaskStatus = "RUNNING"
ExportsAsyncTaskStatusSUCCEEDED ExportsAsyncTaskStatus = "SUCCEEDED"
Defines values for ExportsAsyncTaskStatus.
Type ExternalFileNotePart
type ExternalFileNotePart struct {
// ExternalFileId The ID of the external file. Use the 'Get an external file' endpoint to retrieve metadata about it.
ExternalFileId *string `json:"externalFileId,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
// Links Array of links referenced in the caption via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
Links *[]EntryLink `json:"links,omitempty"`
// Text The caption of the file attachment.
Text *string `json:"text,omitempty"`
Type *ExternalFileNotePartType `json:"type,omitempty"`
}
ExternalFileNotePart defines model for ExternalFileNotePart.
Type ExternalFileNotePartType
type ExternalFileNotePartType string
ExternalFileNotePartType defines model for ExternalFileNotePart.Type.
Constants
ExternalFile
ExternalFile ExternalFileNotePartType = "external_file"
Defines values for ExternalFileNotePartType.
Type Feature
type Feature struct {
// Color The color of the annotations generated by the feature. Must be a valid hex string
Color *string `json:"color,omitempty"`
// FeatureLibraryId The id of the feature library the feature belongs to
FeatureLibraryId *string `json:"featureLibraryId,omitempty"`
// FeatureType The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
FeatureType *string `json:"featureType"`
// Id The id of the feature
Id *string `json:"id,omitempty"`
// MatchType The match type of the feature. Used to determine how auto-annotate matches are made.
MatchType *FeatureMatchType `json:"matchType,omitempty"`
// Name The name of the feature
Name *string `json:"name,omitempty"`
// Pattern The pattern used for matching during auto-annotation.
Pattern *string `json:"pattern,omitempty"`
}
Feature defines model for Feature.
Type FeatureBase
type FeatureBase struct {
// Color The color of the annotations generated by the feature. Must be a valid hex string
Color *string `json:"color,omitempty"`
// FeatureLibraryId The id of the feature library the feature belongs to
FeatureLibraryId *string `json:"featureLibraryId,omitempty"`
// FeatureType The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
FeatureType *string `json:"featureType"`
// Name The name of the feature
Name *string `json:"name,omitempty"`
// Pattern The pattern used for matching during auto-annotation.
Pattern *string `json:"pattern,omitempty"`
}
FeatureBase defines model for FeatureBase.
Type FeatureBulkCreate
type FeatureBulkCreate = FeatureCreate
FeatureBulkCreate Inputs for a new feature
Type FeatureCreate
type FeatureCreate struct {
// Color The color of the annotations generated by the feature. Must be a valid hex string
Color *string `json:"color,omitempty"`
// FeatureLibraryId The id of the feature library the feature belongs to
FeatureLibraryId string `json:"featureLibraryId"`
// FeatureType The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
FeatureType *string `json:"featureType"`
// MatchType The match type of the feature. Used to determine how auto-annotate matches are made.
MatchType FeatureCreateMatchType `json:"matchType"`
// Name The name of the feature
Name string `json:"name"`
// Pattern The pattern used for matching during auto-annotation.
Pattern string `json:"pattern"`
}
FeatureCreate defines model for FeatureCreate.
Type FeatureCreateMatchType
type FeatureCreateMatchType string
FeatureCreateMatchType The match type of the feature. Used to determine how
auto-annotate matches are made.
Constants
FeatureCreateMatchTypeNucleotide, FeatureCreateMatchTypeProtein
FeatureCreateMatchTypeNucleotide FeatureCreateMatchType = "nucleotide"
FeatureCreateMatchTypeProtein FeatureCreateMatchType = "protein"
Defines values for FeatureCreateMatchType.
Type FeatureLibrariesPaginatedList
type FeatureLibrariesPaginatedList struct {
FeatureLibraries *[]FeatureLibrary `json:"featureLibraries,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
FeatureLibrariesPaginatedList defines model for
FeatureLibrariesPaginatedList.
Type FeatureLibrary
type FeatureLibrary struct {
// CreatedAt DateTime the Feature Library was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Description The description for the feature library
Description *string `json:"description,omitempty"`
// Id The id of the feature library
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Feature Library was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name The name of the feature library
Name *string `json:"name,omitempty"`
Owner *FeatureLibrary_Owner `json:"owner,omitempty"`
// WebURL The Benchling web UI url to view the Feature Library
WebURL *string `json:"webURL,omitempty"`
}
FeatureLibrary defines model for FeatureLibrary.
Type FeatureLibraryBase
type FeatureLibraryBase struct {
// Description The description for the feature library
Description *string `json:"description,omitempty"`
// Name The name of the feature library
Name *string `json:"name,omitempty"`
}
FeatureLibraryBase defines model for FeatureLibraryBase.
Type FeatureLibraryCreate
type FeatureLibraryCreate struct {
// Description The description for the feature library
Description string `json:"description"`
// Name The name of the feature library
Name string `json:"name"`
// OrganizationId The organization that will own the feature library. The requesting user must be an administrator of the organization. If unspecified and the organization allows personal ownables, then the requesting user will own the feature library
OrganizationId *string `json:"organizationId,omitempty"`
}
FeatureLibraryCreate defines model for FeatureLibraryCreate.
Type FeatureLibraryUpdate
type FeatureLibraryUpdate = FeatureLibraryBase
FeatureLibraryUpdate defines model for FeatureLibraryUpdate.
Type FeatureLibrary_Owner
type FeatureLibrary_Owner struct {
// contains filtered or unexported fields
}
FeatureLibrary_Owner defines model for FeatureLibrary.Owner.
Methods
func (t FeatureLibrary_Owner) AsOrganization() (Organization, error)
AsOrganization returns the union data inside the FeatureLibrary_Owner as a
Organization
func (t FeatureLibrary_Owner) AsUserSummary() (UserSummary, error)
AsUserSummary returns the union data inside the FeatureLibrary_Owner as a
UserSummary
func (t *FeatureLibrary_Owner) FromOrganization(v Organization) error
FromOrganization overwrites any union data inside the FeatureLibrary_Owner
as the provided Organization
func (t *FeatureLibrary_Owner) FromUserSummary(v UserSummary) error
FromUserSummary overwrites any union data inside the FeatureLibrary_Owner as
the provided UserSummary
func (t FeatureLibrary_Owner) MarshalJSON() ([]byte, error)
func (t *FeatureLibrary_Owner) MergeOrganization(v Organization) error
MergeOrganization performs a merge with any union data inside the
FeatureLibrary_Owner, using the provided Organization
func (t *FeatureLibrary_Owner) MergeUserSummary(v UserSummary) error
MergeUserSummary performs a merge with any union data inside the
FeatureLibrary_Owner, using the provided UserSummary
func (t *FeatureLibrary_Owner) UnmarshalJSON(b []byte) error
Type FeatureMatchType
type FeatureMatchType string
FeatureMatchType The match type of the feature. Used to determine how
auto-annotate matches are made.
Constants
FeatureMatchTypeNucleotide, FeatureMatchTypeProtein
FeatureMatchTypeNucleotide FeatureMatchType = "nucleotide"
FeatureMatchTypeProtein FeatureMatchType = "protein"
Defines values for FeatureMatchType.
Type FeatureUpdate
type FeatureUpdate = FeatureBase
FeatureUpdate defines model for FeatureUpdate.
Type FeaturesBulkCreateRequest
type FeaturesBulkCreateRequest struct {
Features *[]FeatureBulkCreate `json:"features,omitempty"`
}
FeaturesBulkCreateRequest Inputs for bulk creating a new feature
Type FeaturesPaginatedList
type FeaturesPaginatedList struct {
// Features List of features for the page
Features *[]Feature `json:"features,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
FeaturesPaginatedList defines model for FeaturesPaginatedList.
Type Field
type Field struct {
DisplayValue *string `json:"displayValue"`
IsMulti *bool `json:"isMulti,omitempty"`
TextValue *string `json:"textValue"`
Type *FieldType `json:"type,omitempty"`
// Value For single link fields, use the id of the item you want to link (eg. "seq_jdf8BV24").
// For multi-link fields, use an array of ids of the items you want to link (eg. ["seq_jdf8BV24"])
Value *Field_Value `json:"value"`
}
Field defines model for Field.
Type FieldAppConfigItem
type FieldAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
LinkedResource *LinkedAppConfigResource `json:"linkedResource"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *FieldAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
FieldAppConfigItem defines model for FieldAppConfigItem.
Type FieldAppConfigItemType
type FieldAppConfigItemType string
FieldAppConfigItemType defines model for FieldAppConfigItem.Type.
Constants
FieldAppConfigItemTypeField
FieldAppConfigItemTypeField FieldAppConfigItemType = "field"
Defines values for FieldAppConfigItemType.
Type FieldDefinition
type FieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
Name *string `json:"name,omitempty"`
Type *FieldType `json:"type,omitempty"`
}
FieldDefinition defines model for FieldDefinition.
Type FieldType
type FieldType string
FieldType defines model for FieldType.
Constants
FieldTypeAaSequenceLink, FieldTypeAssayRequestLink, FieldTypeAssayResultLink, FieldTypeAssayRunLink, FieldTypeBatchLink, FieldTypeBlobLink, FieldTypeBoolean, FieldTypeCustomEntityLink, FieldTypeDate, FieldTypeDatetime, FieldTypeDnaSequenceLink, FieldTypeDropdown, FieldTypeEntityLink, FieldTypeEntryLink, FieldTypeFloat, FieldTypeInteger, FieldTypeJson, FieldTypeLongText, FieldTypeMixtureLink, FieldTypePartLink, FieldTypeStorageLink, FieldTypeText, FieldTypeTranslationLink
FieldTypeAaSequenceLink FieldType = "aa_sequence_link"
FieldTypeAssayRequestLink FieldType = "assay_request_link"
FieldTypeAssayResultLink FieldType = "assay_result_link"
FieldTypeAssayRunLink FieldType = "assay_run_link"
FieldTypeBatchLink FieldType = "batch_link"
FieldTypeBlobLink FieldType = "blob_link"
FieldTypeBoolean FieldType = "boolean"
FieldTypeCustomEntityLink FieldType = "custom_entity_link"
FieldTypeDate FieldType = "date"
FieldTypeDatetime FieldType = "datetime"
FieldTypeDnaSequenceLink FieldType = "dna_sequence_link"
FieldTypeDropdown FieldType = "dropdown"
FieldTypeEntityLink FieldType = "entity_link"
FieldTypeEntryLink FieldType = "entry_link"
FieldTypeFloat FieldType = "float"
FieldTypeInteger FieldType = "integer"
FieldTypeJson FieldType = "json"
FieldTypeLongText FieldType = "long_text"
FieldTypeMixtureLink FieldType = "mixture_link"
FieldTypePartLink FieldType = "part_link"
FieldTypeStorageLink FieldType = "storage_link"
FieldTypeText FieldType = "text"
FieldTypeTranslationLink FieldType = "translation_link"
Defines values for FieldType.
Type FieldValue0
type FieldValue0 = string
FieldValue0 defines model for .
Type FieldValue1
type FieldValue1 = bool
FieldValue1 defines model for .
Type FieldValue2
type FieldValue2 = float32
FieldValue2 defines model for .
Type FieldValue3
type FieldValue3 = map[string]interface{}
FieldValue3 defines model for .
Type FieldValue4
type FieldValue4 = []string
FieldValue4 defines model for .
Type Field_Value
type Field_Value struct {
// contains filtered or unexported fields
}
Field_Value For single link fields, use the id of the item you want to link
(eg. "seq_jdf8BV24"). For multi-link fields, use an array of ids of the
items you want to link (eg. ["seq_jdf8BV24"])
Methods
func (t Field_Value) AsFieldValue0() (FieldValue0, error)
AsFieldValue0 returns the union data inside the Field_Value as a FieldValue0
func (t Field_Value) AsFieldValue1() (FieldValue1, error)
AsFieldValue1 returns the union data inside the Field_Value as a FieldValue1
func (t Field_Value) AsFieldValue2() (FieldValue2, error)
AsFieldValue2 returns the union data inside the Field_Value as a FieldValue2
func (t Field_Value) AsFieldValue3() (FieldValue3, error)
AsFieldValue3 returns the union data inside the Field_Value as a FieldValue3
func (t Field_Value) AsFieldValue4() (FieldValue4, error)
AsFieldValue4 returns the union data inside the Field_Value as a FieldValue4
func (t *Field_Value) FromFieldValue0(v FieldValue0) error
FromFieldValue0 overwrites any union data inside the Field_Value as the
provided FieldValue0
func (t *Field_Value) FromFieldValue1(v FieldValue1) error
FromFieldValue1 overwrites any union data inside the Field_Value as the
provided FieldValue1
func (t *Field_Value) FromFieldValue2(v FieldValue2) error
FromFieldValue2 overwrites any union data inside the Field_Value as the
provided FieldValue2
func (t *Field_Value) FromFieldValue3(v FieldValue3) error
FromFieldValue3 overwrites any union data inside the Field_Value as the
provided FieldValue3
func (t *Field_Value) FromFieldValue4(v FieldValue4) error
FromFieldValue4 overwrites any union data inside the Field_Value as the
provided FieldValue4
func (t Field_Value) MarshalJSON() ([]byte, error)
func (t *Field_Value) MergeFieldValue0(v FieldValue0) error
MergeFieldValue0 performs a merge with any union data inside the
Field_Value, using the provided FieldValue0
func (t *Field_Value) MergeFieldValue1(v FieldValue1) error
MergeFieldValue1 performs a merge with any union data inside the
Field_Value, using the provided FieldValue1
func (t *Field_Value) MergeFieldValue2(v FieldValue2) error
MergeFieldValue2 performs a merge with any union data inside the
Field_Value, using the provided FieldValue2
func (t *Field_Value) MergeFieldValue3(v FieldValue3) error
MergeFieldValue3 performs a merge with any union data inside the
Field_Value, using the provided FieldValue3
func (t *Field_Value) MergeFieldValue4(v FieldValue4) error
MergeFieldValue4 performs a merge with any union data inside the
Field_Value, using the provided FieldValue4
func (t *Field_Value) UnmarshalJSON(b []byte) error
Type Fields
type Fields map[string]Field
Fields defines model for Fields.
Type FindMatchingRegionsAsyncTask
type FindMatchingRegionsAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
AaSequenceMatches *[]struct {
MatchingAASequenceIds *[]string `json:"matchingAASequenceIds,omitempty"`
TargetAASequenceId *string `json:"targetAASequenceId,omitempty"`
} `json:"aaSequenceMatches,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status FindMatchingRegionsAsyncTaskStatus `json:"status"`
}
FindMatchingRegionsAsyncTask defines model for FindMatchingRegionsAsyncTask.
Type FindMatchingRegionsAsyncTaskStatus
type FindMatchingRegionsAsyncTaskStatus string
FindMatchingRegionsAsyncTaskStatus The current state of the task.
Constants
FindMatchingRegionsAsyncTaskStatusFAILED, FindMatchingRegionsAsyncTaskStatusRUNNING, FindMatchingRegionsAsyncTaskStatusSUCCEEDED
FindMatchingRegionsAsyncTaskStatusFAILED FindMatchingRegionsAsyncTaskStatus = "FAILED"
FindMatchingRegionsAsyncTaskStatusRUNNING FindMatchingRegionsAsyncTaskStatus = "RUNNING"
FindMatchingRegionsAsyncTaskStatusSUCCEEDED FindMatchingRegionsAsyncTaskStatus = "SUCCEEDED"
Defines values for FindMatchingRegionsAsyncTaskStatus.
Type FindMatchingRegionsDnaAsyncTask
type FindMatchingRegionsDnaAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DnaSequenceMatches *[]struct {
MatchingDnaSequenceIds *[]string `json:"matchingDnaSequenceIds,omitempty"`
TargetDnaSequenceId *string `json:"targetDnaSequenceId,omitempty"`
} `json:"dnaSequenceMatches,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status FindMatchingRegionsDnaAsyncTaskStatus `json:"status"`
}
FindMatchingRegionsDnaAsyncTask defines model for
FindMatchingRegionsDnaAsyncTask.
Type FindMatchingRegionsDnaAsyncTaskStatus
type FindMatchingRegionsDnaAsyncTaskStatus string
FindMatchingRegionsDnaAsyncTaskStatus The current state of the task.
Constants
FindMatchingRegionsDnaAsyncTaskStatusFAILED, FindMatchingRegionsDnaAsyncTaskStatusRUNNING, FindMatchingRegionsDnaAsyncTaskStatusSUCCEEDED
FindMatchingRegionsDnaAsyncTaskStatusFAILED FindMatchingRegionsDnaAsyncTaskStatus = "FAILED"
FindMatchingRegionsDnaAsyncTaskStatusRUNNING FindMatchingRegionsDnaAsyncTaskStatus = "RUNNING"
FindMatchingRegionsDnaAsyncTaskStatusSUCCEEDED FindMatchingRegionsDnaAsyncTaskStatus = "SUCCEEDED"
Defines values for FindMatchingRegionsDnaAsyncTaskStatus.
Type FloatAppConfigItem
type FloatAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *FloatAppConfigItemType `json:"type,omitempty"`
Value *float32 `json:"value"`
}
FloatAppConfigItem defines model for FloatAppConfigItem.
Type FloatAppConfigItemType
type FloatAppConfigItemType string
FloatAppConfigItemType defines model for FloatAppConfigItem.Type.
Constants
FloatAppConfigItemTypeFloat
FloatAppConfigItemTypeFloat FloatAppConfigItemType = "float"
Defines values for FloatAppConfigItemType.
Type FloatFieldDefinition
type FloatFieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
DecimalPrecision *float32 `json:"decimalPrecision"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
LegalTextDropdownId *string `json:"legalTextDropdownId"`
Name *string `json:"name,omitempty"`
NumericMax *float32 `json:"numericMax"`
NumericMin *float32 `json:"numericMin"`
Type *FloatFieldDefinitionType `json:"type,omitempty"`
}
FloatFieldDefinition defines model for FloatFieldDefinition.
Type FloatFieldDefinitionType
type FloatFieldDefinitionType string
FloatFieldDefinitionType defines model for FloatFieldDefinition.Type.
Constants
FloatFieldDefinitionTypeFloat
FloatFieldDefinitionTypeFloat FloatFieldDefinitionType = "float"
Defines values for FloatFieldDefinitionType.
Type Folder
type Folder struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
// ParentFolderId ID of the parent folder, if it exists
ParentFolderId *string `json:"parentFolderId"`
// ProjectId ID of the containing project
ProjectId *string `json:"projectId,omitempty"`
}
Folder defines model for Folder.
Type FolderCreate
type FolderCreate struct {
// Name The name of the new folder.
Name string `json:"name"`
// ParentFolderId The ID of the parent folder.
ParentFolderId string `json:"parentFolderId"`
}
FolderCreate defines model for FolderCreate.
Type FoldersArchivalChange
type FoldersArchivalChange struct {
AaSequenceIds *[]string `json:"aaSequenceIds,omitempty"`
CustomEntityIds *[]string `json:"customEntityIds,omitempty"`
DnaSequenceIds *[]string `json:"dnaSequenceIds,omitempty"`
EntryIds *[]string `json:"entryIds,omitempty"`
FolderIds *[]string `json:"folderIds,omitempty"`
MixtureIds *[]string `json:"mixtureIds,omitempty"`
OligoIds *[]string `json:"oligoIds,omitempty"`
ProtocolIds *[]string `json:"protocolIds,omitempty"`
}
FoldersArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of folders along with any
IDs of folder contents that were unarchived.
Type FoldersArchive
type FoldersArchive struct {
// FolderIds A list of folder IDs to archive.
FolderIds []string `json:"folderIds"`
// Reason The reason for archiving the provided folders. Accepted reasons may differ based on tenant configuration.
Reason FoldersArchiveReason `json:"reason"`
}
FoldersArchive defines model for FoldersArchive.
Type FoldersArchiveReason
type FoldersArchiveReason string
FoldersArchiveReason The reason for archiving the provided folders. Accepted
reasons may differ based on tenant configuration.
Constants
FoldersArchiveReasonMadeInError, FoldersArchiveReasonOther, FoldersArchiveReasonRetired
FoldersArchiveReasonMadeInError FoldersArchiveReason = "Made in error"
FoldersArchiveReasonOther FoldersArchiveReason = "Other"
FoldersArchiveReasonRetired FoldersArchiveReason = "Retired"
Defines values for FoldersArchiveReason.
Type FoldersPaginatedList
type FoldersPaginatedList struct {
Folders *[]Folder `json:"folders,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
FoldersPaginatedList defines model for FoldersPaginatedList.
Type FoldersUnarchive
type FoldersUnarchive struct {
// FolderIds A list of folder IDs to unarchive.
FolderIds []string `json:"folderIds"`
}
FoldersUnarchive defines model for FoldersUnarchive.
Type ForbiddenError
type ForbiddenError struct {
Error *struct {
InvalidId *string `json:"invalidId,omitempty"`
Message *string `json:"message,omitempty"`
Type *string `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
ForbiddenError defines model for ForbiddenError.
type GenerateInputWithAutomationInputGeneratorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseGenerateInputWithAutomationInputGeneratorResponse(rsp *http.Response) (*GenerateInputWithAutomationInputGeneratorResponse, error)
ParseGenerateInputWithAutomationInputGeneratorResponse parses an HTTP
response from a GenerateInputWithAutomationInputGeneratorWithResponse call
Methods
func (r GenerateInputWithAutomationInputGeneratorResponse) Status() string
Status returns HTTPResponse.Status
func (r GenerateInputWithAutomationInputGeneratorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GenerateTokenFormdataRequestBody
type GenerateTokenFormdataRequestBody = TokenCreate
GenerateTokenFormdataRequestBody defines body for GenerateToken for
application/x-www-form-urlencoded ContentType.
Type GenerateTokenResponse
type GenerateTokenResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TokenResponse
JSON400 *OAuthBadRequestError
JSON401 *OAuthUnauthorizedError
}
Functions
func ParseGenerateTokenResponse(rsp *http.Response) (*GenerateTokenResponse, error)
ParseGenerateTokenResponse parses an HTTP response from a
GenerateTokenWithResponse call
Methods
func (r GenerateTokenResponse) Status() string
Status returns HTTPResponse.Status
func (r GenerateTokenResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GenericApiIdentifiedAppConfigItem
type GenericApiIdentifiedAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
LinkedResource *LinkedAppConfigResource `json:"linkedResource"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *GenericApiIdentifiedAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
GenericApiIdentifiedAppConfigItem defines model for
GenericApiIdentifiedAppConfigItem.
Type GenericApiIdentifiedAppConfigItemType
type GenericApiIdentifiedAppConfigItemType string
GenericApiIdentifiedAppConfigItemType defines model for
GenericApiIdentifiedAppConfigItem.Type.
Constants
GenericApiIdentifiedAppConfigItemTypeAaSequence, GenericApiIdentifiedAppConfigItemTypeBox, GenericApiIdentifiedAppConfigItemTypeBoxSchema, GenericApiIdentifiedAppConfigItemTypeContainer, GenericApiIdentifiedAppConfigItemTypeContainerSchema, GenericApiIdentifiedAppConfigItemTypeCustomEntity, GenericApiIdentifiedAppConfigItemTypeDnaOligo, GenericApiIdentifiedAppConfigItemTypeDnaSequence, GenericApiIdentifiedAppConfigItemTypeDropdown, GenericApiIdentifiedAppConfigItemTypeDropdownOption, GenericApiIdentifiedAppConfigItemTypeEntry, GenericApiIdentifiedAppConfigItemTypeEntrySchema, GenericApiIdentifiedAppConfigItemTypeFolder, GenericApiIdentifiedAppConfigItemTypeLocation, GenericApiIdentifiedAppConfigItemTypeLocationSchema, GenericApiIdentifiedAppConfigItemTypeMixture, GenericApiIdentifiedAppConfigItemTypeMolecule, GenericApiIdentifiedAppConfigItemTypePlate, GenericApiIdentifiedAppConfigItemTypePlateSchema, GenericApiIdentifiedAppConfigItemTypeProject, GenericApiIdentifiedAppConfigItemTypeRegistry, GenericApiIdentifiedAppConfigItemTypeRequestSchema, GenericApiIdentifiedAppConfigItemTypeResultSchema, GenericApiIdentifiedAppConfigItemTypeRnaOligo, GenericApiIdentifiedAppConfigItemTypeRnaSequence, GenericApiIdentifiedAppConfigItemTypeRunSchema, GenericApiIdentifiedAppConfigItemTypeWorkflowTaskSchema, GenericApiIdentifiedAppConfigItemTypeWorkflowTaskStatus, GenericApiIdentifiedAppConfigItemTypeWorklist
GenericApiIdentifiedAppConfigItemTypeAaSequence GenericApiIdentifiedAppConfigItemType = "aa_sequence"
GenericApiIdentifiedAppConfigItemTypeBox GenericApiIdentifiedAppConfigItemType = "box"
GenericApiIdentifiedAppConfigItemTypeBoxSchema GenericApiIdentifiedAppConfigItemType = "box_schema"
GenericApiIdentifiedAppConfigItemTypeContainer GenericApiIdentifiedAppConfigItemType = "container"
GenericApiIdentifiedAppConfigItemTypeContainerSchema GenericApiIdentifiedAppConfigItemType = "container_schema"
GenericApiIdentifiedAppConfigItemTypeCustomEntity GenericApiIdentifiedAppConfigItemType = "custom_entity"
GenericApiIdentifiedAppConfigItemTypeDnaOligo GenericApiIdentifiedAppConfigItemType = "dna_oligo"
GenericApiIdentifiedAppConfigItemTypeDnaSequence GenericApiIdentifiedAppConfigItemType = "dna_sequence"
GenericApiIdentifiedAppConfigItemTypeDropdown GenericApiIdentifiedAppConfigItemType = "dropdown"
GenericApiIdentifiedAppConfigItemTypeDropdownOption GenericApiIdentifiedAppConfigItemType = "dropdown_option"
GenericApiIdentifiedAppConfigItemTypeEntry GenericApiIdentifiedAppConfigItemType = "entry"
GenericApiIdentifiedAppConfigItemTypeEntrySchema GenericApiIdentifiedAppConfigItemType = "entry_schema"
GenericApiIdentifiedAppConfigItemTypeFolder GenericApiIdentifiedAppConfigItemType = "folder"
GenericApiIdentifiedAppConfigItemTypeLocation GenericApiIdentifiedAppConfigItemType = "location"
GenericApiIdentifiedAppConfigItemTypeLocationSchema GenericApiIdentifiedAppConfigItemType = "location_schema"
GenericApiIdentifiedAppConfigItemTypeMixture GenericApiIdentifiedAppConfigItemType = "mixture"
GenericApiIdentifiedAppConfigItemTypeMolecule GenericApiIdentifiedAppConfigItemType = "molecule"
GenericApiIdentifiedAppConfigItemTypePlate GenericApiIdentifiedAppConfigItemType = "plate"
GenericApiIdentifiedAppConfigItemTypePlateSchema GenericApiIdentifiedAppConfigItemType = "plate_schema"
GenericApiIdentifiedAppConfigItemTypeProject GenericApiIdentifiedAppConfigItemType = "project"
GenericApiIdentifiedAppConfigItemTypeRegistry GenericApiIdentifiedAppConfigItemType = "registry"
GenericApiIdentifiedAppConfigItemTypeRequestSchema GenericApiIdentifiedAppConfigItemType = "request_schema"
GenericApiIdentifiedAppConfigItemTypeResultSchema GenericApiIdentifiedAppConfigItemType = "result_schema"
GenericApiIdentifiedAppConfigItemTypeRnaOligo GenericApiIdentifiedAppConfigItemType = "rna_oligo"
GenericApiIdentifiedAppConfigItemTypeRnaSequence GenericApiIdentifiedAppConfigItemType = "rna_sequence"
GenericApiIdentifiedAppConfigItemTypeRunSchema GenericApiIdentifiedAppConfigItemType = "run_schema"
GenericApiIdentifiedAppConfigItemTypeWorkflowTaskSchema GenericApiIdentifiedAppConfigItemType = "workflow_task_schema"
GenericApiIdentifiedAppConfigItemTypeWorkflowTaskStatus GenericApiIdentifiedAppConfigItemType = "workflow_task_status"
GenericApiIdentifiedAppConfigItemTypeWorklist GenericApiIdentifiedAppConfigItemType = "worklist"
Defines values for GenericApiIdentifiedAppConfigItemType.
Type GenericEntity
type GenericEntity struct {
Aliases *[]string `json:"aliases,omitempty"`
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// Authors Array of UserSummary Resources of the authors of the entry. This defaults to the creator but can be manually changed.
Authors *[]UserSummary `json:"authors,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Creator UserSummary of the user who created the request
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
WebURL *string `json:"webURL,omitempty"`
}
GenericEntity defines model for GenericEntity.
Type GetAASequenceResponse
type GetAASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequence
JSON400 *BadRequestError
}
Functions
func ParseGetAASequenceResponse(rsp *http.Response) (*GetAASequenceResponse, error)
ParseGetAASequenceResponse parses an HTTP response from a
GetAASequenceWithResponse call
Methods
func (r GetAASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetAppConfigurationItemByIdResponse
type GetAppConfigurationItemByIdResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AppConfigItem
JSON404 *NotFoundError
}
Functions
func ParseGetAppConfigurationItemByIdResponse(rsp *http.Response) (*GetAppConfigurationItemByIdResponse, error)
ParseGetAppConfigurationItemByIdResponse parses an HTTP response from a
GetAppConfigurationItemByIdWithResponse call
Methods
func (r GetAppConfigurationItemByIdResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAppConfigurationItemByIdResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetAssayResultResponse
type GetAssayResultResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResult
JSON400 *BadRequestError
}
Functions
func ParseGetAssayResultResponse(rsp *http.Response) (*GetAssayResultResponse, error)
ParseGetAssayResultResponse parses an HTTP response from a
GetAssayResultWithResponse call
Methods
func (r GetAssayResultResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAssayResultResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetAssayRunResponse
type GetAssayRunResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRun
JSON400 *BadRequestError
}
Functions
func ParseGetAssayRunResponse(rsp *http.Response) (*GetAssayRunResponse, error)
ParseGetAssayRunResponse parses an HTTP response from a
GetAssayRunWithResponse call
Methods
func (r GetAssayRunResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAssayRunResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetAutomationInputGeneratorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationInputGenerator
JSON400 *BadRequestError
}
Functions
func ParseGetAutomationInputGeneratorResponse(rsp *http.Response) (*GetAutomationInputGeneratorResponse, error)
ParseGetAutomationInputGeneratorResponse parses an HTTP response from a
GetAutomationInputGeneratorWithResponse call
Methods
func (r GetAutomationInputGeneratorResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAutomationInputGeneratorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetAutomationOutputProcessorResponse
type GetAutomationOutputProcessorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationOutputProcessor
JSON400 *BadRequestError
}
Functions
func ParseGetAutomationOutputProcessorResponse(rsp *http.Response) (*GetAutomationOutputProcessorResponse, error)
ParseGetAutomationOutputProcessorResponse parses an HTTP response from a
GetAutomationOutputProcessorWithResponse call
Methods
func (r GetAutomationOutputProcessorResponse) Status() string
Status returns HTTPResponse.Status
func (r GetAutomationOutputProcessorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBatchResponse
type GetBatchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Batch
JSON400 *BadRequestError
}
Functions
func ParseGetBatchResponse(rsp *http.Response) (*GetBatchResponse, error)
ParseGetBatchResponse parses an HTTP response from a GetBatchWithResponse
call
Methods
func (r GetBatchResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBatchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBatchSchemaResponse
type GetBatchSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchSchema
JSON404 *NotFoundError
}
Functions
func ParseGetBatchSchemaResponse(rsp *http.Response) (*GetBatchSchemaResponse, error)
ParseGetBatchSchemaResponse parses an HTTP response from a
GetBatchSchemaWithResponse call
Methods
func (r GetBatchSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBatchSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBenchlingAppByIDResponse
type GetBenchlingAppByIDResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BenchlingApp
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseGetBenchlingAppByIDResponse(rsp *http.Response) (*GetBenchlingAppByIDResponse, error)
ParseGetBenchlingAppByIDResponse parses an HTTP response from a
GetBenchlingAppByIDWithResponse call
Methods
func (r GetBenchlingAppByIDResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBenchlingAppByIDResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBlobResponse
type GetBlobResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Blob
JSON404 *NotFoundError
}
Functions
func ParseGetBlobResponse(rsp *http.Response) (*GetBlobResponse, error)
ParseGetBlobResponse parses an HTTP response from a GetBlobWithResponse call
Methods
func (r GetBlobResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBlobResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBlobUrlResponse
type GetBlobUrlResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BlobUrl
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseGetBlobUrlResponse(rsp *http.Response) (*GetBlobUrlResponse, error)
ParseGetBlobUrlResponse parses an HTTP response from a
GetBlobUrlWithResponse call
Methods
func (r GetBlobUrlResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBlobUrlResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBoxResponse
type GetBoxResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Box
JSON400 *BadRequestError
}
Functions
func ParseGetBoxResponse(rsp *http.Response) (*GetBoxResponse, error)
ParseGetBoxResponse parses an HTTP response from a GetBoxWithResponse call
Methods
func (r GetBoxResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBoxResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetBoxSchemaResponse
type GetBoxSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxSchema
JSON404 *NotFoundError
}
Functions
func ParseGetBoxSchemaResponse(rsp *http.Response) (*GetBoxSchemaResponse, error)
ParseGetBoxSchemaResponse parses an HTTP response from a
GetBoxSchemaWithResponse call
Methods
func (r GetBoxSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetBoxSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetContainerContentResponse
type GetContainerContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerContent
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseGetContainerContentResponse(rsp *http.Response) (*GetContainerContentResponse, error)
ParseGetContainerContentResponse parses an HTTP response from a
GetContainerContentWithResponse call
Methods
func (r GetContainerContentResponse) Status() string
Status returns HTTPResponse.Status
func (r GetContainerContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetContainerResponse
type GetContainerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Container
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseGetContainerResponse(rsp *http.Response) (*GetContainerResponse, error)
ParseGetContainerResponse parses an HTTP response from a
GetContainerWithResponse call
Methods
func (r GetContainerResponse) Status() string
Status returns HTTPResponse.Status
func (r GetContainerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetContainerSchemaResponse
type GetContainerSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerSchema
JSON404 *NotFoundError
}
Functions
func ParseGetContainerSchemaResponse(rsp *http.Response) (*GetContainerSchemaResponse, error)
ParseGetContainerSchemaResponse parses an HTTP response from a
GetContainerSchemaWithResponse call
Methods
func (r GetContainerSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetContainerSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetCustomEntityResponse
type GetCustomEntityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntity
JSON400 *BadRequestError
}
Functions
func ParseGetCustomEntityResponse(rsp *http.Response) (*GetCustomEntityResponse, error)
ParseGetCustomEntityResponse parses an HTTP response from a
GetCustomEntityWithResponse call
Methods
func (r GetCustomEntityResponse) Status() string
Status returns HTTPResponse.Status
func (r GetCustomEntityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetDNAAlignmentResponse
type GetDNAAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaAlignment
JSON400 *BadRequestError
}
Functions
func ParseGetDNAAlignmentResponse(rsp *http.Response) (*GetDNAAlignmentResponse, error)
ParseGetDNAAlignmentResponse parses an HTTP response from a
GetDNAAlignmentWithResponse call
Methods
func (r GetDNAAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r GetDNAAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetDNAOligoResponse
type GetDNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseGetDNAOligoResponse(rsp *http.Response) (*GetDNAOligoResponse, error)
ParseGetDNAOligoResponse parses an HTTP response from a
GetDNAOligoWithResponse call
Methods
func (r GetDNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r GetDNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetDNASequenceResponse
type GetDNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequence
JSON400 *BadRequestError
}
Functions
func ParseGetDNASequenceResponse(rsp *http.Response) (*GetDNASequenceResponse, error)
ParseGetDNASequenceResponse parses an HTTP response from a
GetDNASequenceWithResponse call
Methods
func (r GetDNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r GetDNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetDropdownResponse
type GetDropdownResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Dropdown
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseGetDropdownResponse(rsp *http.Response) (*GetDropdownResponse, error)
ParseGetDropdownResponse parses an HTTP response from a
GetDropdownWithResponse call
Methods
func (r GetDropdownResponse) Status() string
Status returns HTTPResponse.Status
func (r GetDropdownResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetEnitityBatchesResponse
type GetEnitityBatchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseGetEnitityBatchesResponse(rsp *http.Response) (*GetEnitityBatchesResponse, error)
ParseGetEnitityBatchesResponse parses an HTTP response from a
GetEnitityBatchesWithResponse call
Methods
func (r GetEnitityBatchesResponse) Status() string
Status returns HTTPResponse.Status
func (r GetEnitityBatchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetEntitySchemaResponse
type GetEntitySchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntitySchema
JSON404 *NotFoundError
}
Functions
func ParseGetEntitySchemaResponse(rsp *http.Response) (*GetEntitySchemaResponse, error)
ParseGetEntitySchemaResponse parses an HTTP response from a
GetEntitySchemaWithResponse call
Methods
func (r GetEntitySchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetEntitySchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetEntryResponse
type GetEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntryById
JSON404 *NotFoundError
}
Functions
func ParseGetEntryResponse(rsp *http.Response) (*GetEntryResponse, error)
ParseGetEntryResponse parses an HTTP response from a GetEntryWithResponse
call
Methods
func (r GetEntryResponse) Status() string
Status returns HTTPResponse.Status
func (r GetEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetEntrySchemaResponse
type GetEntrySchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntrySchemaDetailed
JSON404 *NotFoundError
}
Functions
func ParseGetEntrySchemaResponse(rsp *http.Response) (*GetEntrySchemaResponse, error)
ParseGetEntrySchemaResponse parses an HTTP response from a
GetEntrySchemaWithResponse call
Methods
func (r GetEntrySchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetEntrySchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetEntryTemplateResponse
type GetEntryTemplateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntryTemplate
}
Functions
func ParseGetEntryTemplateResponse(rsp *http.Response) (*GetEntryTemplateResponse, error)
ParseGetEntryTemplateResponse parses an HTTP response from a
GetEntryTemplateWithResponse call
Methods
func (r GetEntryTemplateResponse) Status() string
Status returns HTTPResponse.Status
func (r GetEntryTemplateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetExternalFileMetadataResponse
type GetExternalFileMetadataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntryExternalFileById
}
Functions
func ParseGetExternalFileMetadataResponse(rsp *http.Response) (*GetExternalFileMetadataResponse, error)
ParseGetExternalFileMetadataResponse parses an HTTP response from a
GetExternalFileMetadataWithResponse call
Methods
func (r GetExternalFileMetadataResponse) Status() string
Status returns HTTPResponse.Status
func (r GetExternalFileMetadataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetFeatureLibraryResponse
type GetFeatureLibraryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FeatureLibrary
JSON404 *NotFoundError
}
Functions
func ParseGetFeatureLibraryResponse(rsp *http.Response) (*GetFeatureLibraryResponse, error)
ParseGetFeatureLibraryResponse parses an HTTP response from a
GetFeatureLibraryWithResponse call
Methods
func (r GetFeatureLibraryResponse) Status() string
Status returns HTTPResponse.Status
func (r GetFeatureLibraryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetFeatureResponse
type GetFeatureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Feature
JSON404 *NotFoundError
}
Functions
func ParseGetFeatureResponse(rsp *http.Response) (*GetFeatureResponse, error)
ParseGetFeatureResponse parses an HTTP response from a
GetFeatureWithResponse call
Methods
func (r GetFeatureResponse) Status() string
Status returns HTTPResponse.Status
func (r GetFeatureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetFolderResponse
type GetFolderResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Folder
JSON404 *NotFoundError
}
Functions
func ParseGetFolderResponse(rsp *http.Response) (*GetFolderResponse, error)
ParseGetFolderResponse parses an HTTP response from a GetFolderWithResponse
call
Methods
func (r GetFolderResponse) Status() string
Status returns HTTPResponse.Status
func (r GetFolderResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GetLabAutomationTransformResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LabAutomationTransform
JSON404 *NotFoundError
}
Functions
func ParseGetLabAutomationTransformResponse(rsp *http.Response) (*GetLabAutomationTransformResponse, error)
ParseGetLabAutomationTransformResponse parses an HTTP response from a
GetLabAutomationTransformWithResponse call
Methods
func (r GetLabAutomationTransformResponse) Status() string
Status returns HTTPResponse.Status
func (r GetLabAutomationTransformResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetLocationResponse
type GetLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Location
JSON404 *NotFoundError
}
Functions
func ParseGetLocationResponse(rsp *http.Response) (*GetLocationResponse, error)
ParseGetLocationResponse parses an HTTP response from a
GetLocationWithResponse call
Methods
func (r GetLocationResponse) Status() string
Status returns HTTPResponse.Status
func (r GetLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetLocationSchemaResponse
type GetLocationSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationSchema
JSON404 *NotFoundError
}
Functions
func ParseGetLocationSchemaResponse(rsp *http.Response) (*GetLocationSchemaResponse, error)
ParseGetLocationSchemaResponse parses an HTTP response from a
GetLocationSchemaWithResponse call
Methods
func (r GetLocationSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetLocationSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetMixtureResponse
type GetMixtureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Mixture
JSON400 *BadRequestError
}
Functions
func ParseGetMixtureResponse(rsp *http.Response) (*GetMixtureResponse, error)
ParseGetMixtureResponse parses an HTTP response from a
GetMixtureWithResponse call
Methods
func (r GetMixtureResponse) Status() string
Status returns HTTPResponse.Status
func (r GetMixtureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetMoleculeResponse
type GetMoleculeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Molecule
JSON400 *BadRequestError
}
Functions
func ParseGetMoleculeResponse(rsp *http.Response) (*GetMoleculeResponse, error)
ParseGetMoleculeResponse parses an HTTP response from a
GetMoleculeWithResponse call
Methods
func (r GetMoleculeResponse) Status() string
Status returns HTTPResponse.Status
func (r GetMoleculeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetNucleotideAlignmentResponse
type GetNucleotideAlignmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NucleotideAlignment
JSON404 *NotFoundError
}
Functions
func ParseGetNucleotideAlignmentResponse(rsp *http.Response) (*GetNucleotideAlignmentResponse, error)
ParseGetNucleotideAlignmentResponse parses an HTTP response from a
GetNucleotideAlignmentWithResponse call
Methods
func (r GetNucleotideAlignmentResponse) Status() string
Status returns HTTPResponse.Status
func (r GetNucleotideAlignmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetOligoResponse
type GetOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseGetOligoResponse(rsp *http.Response) (*GetOligoResponse, error)
ParseGetOligoResponse parses an HTTP response from a GetOligoWithResponse
call
Methods
func (r GetOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r GetOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetOrganizationResponse
type GetOrganizationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Organization
JSON404 *NotFoundError
}
Functions
func ParseGetOrganizationResponse(rsp *http.Response) (*GetOrganizationResponse, error)
ParseGetOrganizationResponse parses an HTTP response from a
GetOrganizationWithResponse call
Methods
func (r GetOrganizationResponse) Status() string
Status returns HTTPResponse.Status
func (r GetOrganizationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetPlateParams
type GetPlateParams struct {
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
}
GetPlateParams defines parameters for GetPlate.
Type GetPlateResponse
type GetPlateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Plate
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseGetPlateResponse(rsp *http.Response) (*GetPlateResponse, error)
ParseGetPlateResponse parses an HTTP response from a GetPlateWithResponse
call
Methods
func (r GetPlateResponse) Status() string
Status returns HTTPResponse.Status
func (r GetPlateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetPlateSchemaResponse
type GetPlateSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlateSchema
JSON404 *NotFoundError
}
Functions
func ParseGetPlateSchemaResponse(rsp *http.Response) (*GetPlateSchemaResponse, error)
ParseGetPlateSchemaResponse parses an HTTP response from a
GetPlateSchemaWithResponse call
Methods
func (r GetPlateSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetPlateSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetProjectResponse
type GetProjectResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Project
JSON404 *NotFoundError
}
Functions
func ParseGetProjectResponse(rsp *http.Response) (*GetProjectResponse, error)
ParseGetProjectResponse parses an HTTP response from a
GetProjectWithResponse call
Methods
func (r GetProjectResponse) Status() string
Status returns HTTPResponse.Status
func (r GetProjectResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRNAOligoResponse
type GetRNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaOligo
JSON400 *BadRequestError
}
Functions
func ParseGetRNAOligoResponse(rsp *http.Response) (*GetRNAOligoResponse, error)
ParseGetRNAOligoResponse parses an HTTP response from a
GetRNAOligoWithResponse call
Methods
func (r GetRNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRNASequenceResponse
type GetRNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequence
JSON400 *BadRequestError
}
Functions
func ParseGetRNASequenceResponse(rsp *http.Response) (*GetRNASequenceResponse, error)
ParseGetRNASequenceResponse parses an HTTP response from a
GetRNASequenceWithResponse call
Methods
func (r GetRNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRegistryResponse
type GetRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Registry
JSON404 *NotFoundError
}
Functions
func ParseGetRegistryResponse(rsp *http.Response) (*GetRegistryResponse, error)
ParseGetRegistryResponse parses an HTTP response from a
GetRegistryWithResponse call
Methods
func (r GetRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRequestFulfillmentResponse
type GetRequestFulfillmentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestFulfillment
JSON404 *NotFoundError
}
Functions
func ParseGetRequestFulfillmentResponse(rsp *http.Response) (*GetRequestFulfillmentResponse, error)
ParseGetRequestFulfillmentResponse parses an HTTP response from a
GetRequestFulfillmentWithResponse call
Methods
func (r GetRequestFulfillmentResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRequestFulfillmentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRequestResponse
type GetRequestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Request
JSON404 *NotFoundError
}
Functions
func ParseGetRequestResponse(rsp *http.Response) (*GetRequestResponse, error)
ParseGetRequestResponse parses an HTTP response from a
GetRequestWithResponse call
Methods
func (r GetRequestResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRequestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRequestResponseResponse
type GetRequestResponseResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestResponse
JSON404 *NotFoundError
}
Functions
func ParseGetRequestResponseResponse(rsp *http.Response) (*GetRequestResponseResponse, error)
ParseGetRequestResponseResponse parses an HTTP response from a
GetRequestResponseWithResponse call
Methods
func (r GetRequestResponseResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRequestResponseResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRequestSchemaResponse
type GetRequestSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestSchema
JSON404 *NotFoundError
}
Functions
func ParseGetRequestSchemaResponse(rsp *http.Response) (*GetRequestSchemaResponse, error)
ParseGetRequestSchemaResponse parses an HTTP response from a
GetRequestSchemaWithResponse call
Methods
func (r GetRequestSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRequestSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRequestTaskSchemaResponse
type GetRequestTaskSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestTaskSchema
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseGetRequestTaskSchemaResponse(rsp *http.Response) (*GetRequestTaskSchemaResponse, error)
ParseGetRequestTaskSchemaResponse parses an HTTP response from a
GetRequestTaskSchemaWithResponse call
Methods
func (r GetRequestTaskSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRequestTaskSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetResultSchemaResponse
type GetResultSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultSchema
JSON404 *NotFoundError
}
Functions
func ParseGetResultSchemaResponse(rsp *http.Response) (*GetResultSchemaResponse, error)
ParseGetResultSchemaResponse parses an HTTP response from a
GetResultSchemaWithResponse call
Methods
func (r GetResultSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetResultSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetRunSchemaResponse
type GetRunSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunSchema
JSON404 *NotFoundError
}
Functions
func ParseGetRunSchemaResponse(rsp *http.Response) (*GetRunSchemaResponse, error)
ParseGetRunSchemaResponse parses an HTTP response from a
GetRunSchemaWithResponse call
Methods
func (r GetRunSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetRunSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetTaskResponse
type GetTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *struct {
// contains filtered or unexported fields
}
JSON404 *NotFoundError
}
Functions
func ParseGetTaskResponse(rsp *http.Response) (*GetTaskResponse, error)
ParseGetTaskResponse parses an HTTP response from a GetTaskWithResponse call
Methods
func (r GetTaskResponse) Status() string
Status returns HTTPResponse.Status
func (r GetTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetTeamResponse
type GetTeamResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Team
JSON404 *NotFoundError
}
Functions
func ParseGetTeamResponse(rsp *http.Response) (*GetTeamResponse, error)
ParseGetTeamResponse parses an HTTP response from a GetTeamWithResponse call
Methods
func (r GetTeamResponse) Status() string
Status returns HTTPResponse.Status
func (r GetTeamResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetUserActivityResponse
type GetUserActivityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UserActivity
JSON404 *NotFoundError
}
Functions
func ParseGetUserActivityResponse(rsp *http.Response) (*GetUserActivityResponse, error)
ParseGetUserActivityResponse parses an HTTP response from a
GetUserActivityWithResponse call
Methods
func (r GetUserActivityResponse) Status() string
Status returns HTTPResponse.Status
func (r GetUserActivityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetUserResponse
type GetUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON404 *NotFoundError
}
Functions
func ParseGetUserResponse(rsp *http.Response) (*GetUserResponse, error)
ParseGetUserResponse parses an HTTP response from a GetUserWithResponse call
Methods
func (r GetUserResponse) Status() string
Status returns HTTPResponse.Status
func (r GetUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetWorkflowOutputResponse
type GetWorkflowOutputResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowOutput
JSON404 *NotFoundError
}
Functions
func ParseGetWorkflowOutputResponse(rsp *http.Response) (*GetWorkflowOutputResponse, error)
ParseGetWorkflowOutputResponse parses an HTTP response from a
GetWorkflowOutputWithResponse call
Methods
func (r GetWorkflowOutputResponse) Status() string
Status returns HTTPResponse.Status
func (r GetWorkflowOutputResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetWorkflowTaskGroupResponse
type GetWorkflowTaskGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskGroup
JSON404 *NotFoundError
}
Functions
func ParseGetWorkflowTaskGroupResponse(rsp *http.Response) (*GetWorkflowTaskGroupResponse, error)
ParseGetWorkflowTaskGroupResponse parses an HTTP response from a
GetWorkflowTaskGroupWithResponse call
Methods
func (r GetWorkflowTaskGroupResponse) Status() string
Status returns HTTPResponse.Status
func (r GetWorkflowTaskGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetWorkflowTaskResponse
type GetWorkflowTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTask
JSON404 *NotFoundError
}
Functions
func ParseGetWorkflowTaskResponse(rsp *http.Response) (*GetWorkflowTaskResponse, error)
ParseGetWorkflowTaskResponse parses an HTTP response from a
GetWorkflowTaskWithResponse call
Methods
func (r GetWorkflowTaskResponse) Status() string
Status returns HTTPResponse.Status
func (r GetWorkflowTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type GetWorkflowTaskSchemaResponse
type GetWorkflowTaskSchemaResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskSchema
JSON404 *NotFoundError
}
Functions
func ParseGetWorkflowTaskSchemaResponse(rsp *http.Response) (*GetWorkflowTaskSchemaResponse, error)
ParseGetWorkflowTaskSchemaResponse parses an HTTP response from a
GetWorkflowTaskSchemaWithResponse call
Methods
func (r GetWorkflowTaskSchemaResponse) Status() string
Status returns HTTPResponse.Status
func (r GetWorkflowTaskSchemaResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type HttpRequestDoer
type HttpRequestDoer interface {
Do(req *http.Request) (*http.Response, error)
}
Doer performs HTTP requests.
The standard http.Client implements this interface.
Type InaccessibleResource
type InaccessibleResource struct {
InaccessibleId *string `json:"inaccessibleId,omitempty"`
// Type The type of this inaccessible item. Example values: "custom_entity", "container", "plate", "dna_sequence"
Type *string `json:"type,omitempty"`
}
InaccessibleResource defines model for InaccessibleResource.
Type Ingredient
type Ingredient struct {
// Amount The amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of `"QS"`.
Amount *string `json:"amount"`
CatalogIdentifier *string `json:"catalogIdentifier"`
ComponentEntity *struct {
EntityRegistryId *string `json:"entityRegistryId"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"componentEntity,omitempty"`
// ComponentLotContainer The container representing the component lot for this ingredient. This is only present if the mixture schema supports component lots in "inventory" format.
ComponentLotContainer *ContainerLabels `json:"componentLotContainer"`
// ComponentLotEntity The entity representing the component lot for this ingredient. This is only present if the mixture schema supports component lots in "inventory" format.
ComponentLotEntity *EntityLabels `json:"componentLotEntity"`
// ComponentLotText Text representing the component lot for this ingredient. This is only present if the mixture schema supports component lots in "text" format.
ComponentLotText *string `json:"componentLotText"`
HasParent *bool `json:"hasParent,omitempty"`
Notes *string `json:"notes"`
// TargetAmount The target amount for this ingredient such that this ingredient's proportion in its mixture would preserve the equivalent ingredient's proportion in the parent mixture. Pair with `units`.
TargetAmount *string `json:"targetAmount"`
Units *IngredientMeasurementUnits `json:"units"`
}
Ingredient defines model for Ingredient.
Type IngredientMeasurementUnits
type IngredientMeasurementUnits string
IngredientMeasurementUnits defines model for IngredientMeasurementUnits.
Constants
IngredientMeasurementUnitsG, IngredientMeasurementUnitsL, IngredientMeasurementUnitsML, IngredientMeasurementUnitsMg, IngredientMeasurementUnitsNL, IngredientMeasurementUnitsUL, IngredientMeasurementUnitsUnits
IngredientMeasurementUnitsG IngredientMeasurementUnits = "g"
IngredientMeasurementUnitsL IngredientMeasurementUnits = "L"
IngredientMeasurementUnitsML IngredientMeasurementUnits = "mL"
IngredientMeasurementUnitsMg IngredientMeasurementUnits = "mg"
IngredientMeasurementUnitsNL IngredientMeasurementUnits = "nL"
IngredientMeasurementUnitsUL IngredientMeasurementUnits = "uL"
IngredientMeasurementUnitsUnits IngredientMeasurementUnits = "Units"
Defines values for IngredientMeasurementUnits.
Type IngredientWriteParams
type IngredientWriteParams struct {
// Amount The amount value of this ingredient in its mixture, in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4). One ingredient on this mixture can have an amount value of `"QS"`.
Amount *string `json:"amount"`
CatalogIdentifier *string `json:"catalogIdentifier"`
// ComponentEntityId The entity that uniquely identifies this component.
ComponentEntityId string `json:"componentEntityId"`
// ComponentLotContainerId The container representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in "inventory" format.
ComponentLotContainerId *string `json:"componentLotContainerId"`
// ComponentLotEntityId The entity representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in "inventory" format.
ComponentLotEntityId *string `json:"componentLotEntityId"`
// ComponentLotText Text representing the component lot for this ingredient. This is only writable if the mixture schema supports component lots in "text" format.
ComponentLotText *string `json:"componentLotText"`
Notes *string `json:"notes"`
Units *IngredientMeasurementUnits `json:"units"`
}
IngredientWriteParams defines model for IngredientWriteParams.
Type InitialTable
type InitialTable struct {
// CsvData blobId of an uploaded csv blob. The CSV should be formatted with column headers of `columnId` which can be found in the [EntryTemplate](#/components/schemas/EntryTemplate). For more information on uploading a blob, [click here](https://docs.benchling.com/docs/uploading-a-blob-to-benchling).
CsvData *string `json:"csvData,omitempty"`
// TemplateTableID Template table API ID
TemplateTableID *string `json:"templateTableID,omitempty"`
}
InitialTable defines model for InitialTable.
Type IntegerAppConfigItem
type IntegerAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *IntegerAppConfigItemType `json:"type,omitempty"`
Value *int `json:"value"`
}
IntegerAppConfigItem defines model for IntegerAppConfigItem.
Type IntegerAppConfigItemType
type IntegerAppConfigItemType string
IntegerAppConfigItemType defines model for IntegerAppConfigItem.Type.
Constants
IntegerAppConfigItemTypeInteger
IntegerAppConfigItemTypeInteger IntegerAppConfigItemType = "integer"
Defines values for IntegerAppConfigItemType.
Type IntegerFieldDefinition
type IntegerFieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
Name *string `json:"name,omitempty"`
NumericMax *float32 `json:"numericMax"`
NumericMin *float32 `json:"numericMin"`
Type *IntegerFieldDefinitionType `json:"type,omitempty"`
}
IntegerFieldDefinition defines model for IntegerFieldDefinition.
Type IntegerFieldDefinitionType
type IntegerFieldDefinitionType string
IntegerFieldDefinitionType defines model for IntegerFieldDefinition.Type.
Constants
Integer
Integer IntegerFieldDefinitionType = "integer"
Defines values for IntegerFieldDefinitionType.
Type JsonAppConfigItem
type JsonAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *JsonAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
JsonAppConfigItem defines model for JsonAppConfigItem.
Type JsonAppConfigItemType
type JsonAppConfigItemType string
JsonAppConfigItemType defines model for JsonAppConfigItem.Type.
Constants
Json
Json JsonAppConfigItemType = "json"
Defines values for JsonAppConfigItemType.
Type LabAutomationBenchlingAppError
type LabAutomationBenchlingAppError struct {
Message *string `json:"message,omitempty"`
}
LabAutomationBenchlingAppError defines model for
LabAutomationBenchlingAppError.
Type LabAutomationBenchlingAppErrors
type LabAutomationBenchlingAppErrors struct {
TopLevelErrors *[]struct {
ErrorMessage *string `json:"errorMessage,omitempty"`
} `json:"topLevelErrors,omitempty"`
}
LabAutomationBenchlingAppErrors defines model for
LabAutomationBenchlingAppErrors.
type LabAutomationTransform struct {
// ApiURL The canonical url of the transform in the API.
ApiURL *string `json:"apiURL,omitempty"`
BlobId *openapi_types.UUID `json:"blobId"`
CustomTransformId *openapi_types.UUID `json:"customTransformId"`
Errors *LabAutomationBenchlingAppErrors `json:"errors,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the transform was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
OutputProcessorId *string `json:"outputProcessorId,omitempty"`
Status *LabAutomationTransformStatus `json:"status,omitempty"`
}
LabAutomationTransform defines model for LabAutomationTransform.
type LabAutomationTransformStatus string
LabAutomationTransformStatus defines model for
LabAutomationTransform.Status.
Constants
LabAutomationTransformStatusFAILED LabAutomationTransformStatus = "FAILED"
LabAutomationTransformStatusNOTSTARTED LabAutomationTransformStatus = "NOT_STARTED"
LabAutomationTransformStatusRUNNING LabAutomationTransformStatus = "RUNNING"
LabAutomationTransformStatusSUCCEEDED LabAutomationTransformStatus = "SUCCEEDED"
Defines values for LabAutomationTransformStatus.
type LabAutomationTransformUpdate struct {
BlobId *openapi_types.UUID `json:"blobId,omitempty"`
Errors *[]LabAutomationBenchlingAppError `json:"errors,omitempty"`
}
LabAutomationTransformUpdate defines model for LabAutomationTransformUpdate.
Type LabelTemplate
type LabelTemplate struct {
// Id ID of the label template.
Id *string `json:"id,omitempty"`
// Name Name of the label template.
Name *string `json:"name,omitempty"`
// ZplTemplate The ZPL template that will be filled in and sent to a printer.
ZplTemplate *string `json:"zplTemplate,omitempty"`
}
LabelTemplate defines model for LabelTemplate.
Type LabelTemplatesList
type LabelTemplatesList struct {
LabelTemplates *[]LabelTemplate `json:"labelTemplates,omitempty"`
}
LabelTemplatesList defines model for LabelTemplatesList.
Type LegacyWorkflow
type LegacyWorkflow struct {
// CreatedAt DateTime at which the the legacy workflow was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Description Description of the legacy workflow
Description *string `json:"description"`
// DisplayId User-friendly ID of the legacy workflow
DisplayId *string `json:"displayId,omitempty"`
// Id ID of the legacy workflow
Id *string `json:"id,omitempty"`
// Name Name of the legacy workflow
Name *string `json:"name,omitempty"`
// ProjectId ID of the project that contains the legacy workflow
ProjectId *string `json:"projectId,omitempty"`
}
LegacyWorkflow defines model for LegacyWorkflow.
Type LegacyWorkflowList
type LegacyWorkflowList struct {
Workflows *[]LegacyWorkflow `json:"workflows,omitempty"`
}
LegacyWorkflowList defines model for LegacyWorkflowList.
Type LegacyWorkflowPatch
type LegacyWorkflowPatch struct {
// Description Description of the legacy workflow
Description *string `json:"description,omitempty"`
// Name Name of the legacy workflow
Name *string `json:"name,omitempty"`
// ProjectId ID of the project that contains the legacy workflow
ProjectId *string `json:"projectId,omitempty"`
}
LegacyWorkflowPatch defines model for LegacyWorkflowPatch.
Type LegacyWorkflowSample
type LegacyWorkflowSample struct {
// BatchId ID of the batch
BatchId *string `json:"batchId,omitempty"`
// ContainerIds Array of IDs of containers
ContainerIds *[]string `json:"containerIds,omitempty"`
// CreatedAt DateTime at which the the sample was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the sample
Id *string `json:"id,omitempty"`
// Name Name of the sample
Name *string `json:"name,omitempty"`
}
LegacyWorkflowSample defines model for LegacyWorkflowSample.
Type LegacyWorkflowSampleList
type LegacyWorkflowSampleList struct {
Samples *[]LegacyWorkflowSample `json:"samples,omitempty"`
}
LegacyWorkflowSampleList defines model for LegacyWorkflowSampleList.
Type LegacyWorkflowStage
type LegacyWorkflowStage struct {
// CreatedAt DateTime at which the the legacy workflow stage was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the legacy workflow stage
Id *string `json:"id,omitempty"`
// Name Name of the legacy workflow stage
Name *string `json:"name,omitempty"`
}
LegacyWorkflowStage defines model for LegacyWorkflowStage.
Type LegacyWorkflowStageList
type LegacyWorkflowStageList struct {
WorkflowStages *[]LegacyWorkflowStage `json:"workflowStages,omitempty"`
}
LegacyWorkflowStageList defines model for LegacyWorkflowStageList.
Type LegacyWorkflowStageRun
type LegacyWorkflowStageRun struct {
// CreatedAt DateTime at which the the legacy workflow stage run was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the legacy workflow stage run
Id *string `json:"id,omitempty"`
// Name Name of the legacy workflow stage run
Name *string `json:"name,omitempty"`
// Status Status of the legacy workflow stage run
Status *LegacyWorkflowStageRunStatus `json:"status,omitempty"`
}
LegacyWorkflowStageRun defines model for LegacyWorkflowStageRun.
Type LegacyWorkflowStageRunList
type LegacyWorkflowStageRunList struct {
WorkflowStageRuns *[]LegacyWorkflowStageRun `json:"workflowStageRuns,omitempty"`
}
LegacyWorkflowStageRunList defines model for LegacyWorkflowStageRunList.
Type LegacyWorkflowStageRunStatus
type LegacyWorkflowStageRunStatus string
LegacyWorkflowStageRunStatus Status of the legacy workflow stage run
Constants
LegacyWorkflowStageRunStatusCOMPLETED, LegacyWorkflowStageRunStatusDISCARDED, LegacyWorkflowStageRunStatusINITIALIZED
LegacyWorkflowStageRunStatusCOMPLETED LegacyWorkflowStageRunStatus = "COMPLETED"
LegacyWorkflowStageRunStatusDISCARDED LegacyWorkflowStageRunStatus = "DISCARDED"
LegacyWorkflowStageRunStatusINITIALIZED LegacyWorkflowStageRunStatus = "INITIALIZED"
Defines values for LegacyWorkflowStageRunStatus.
Type LinkedAppConfigResource
type LinkedAppConfigResource struct {
// contains filtered or unexported fields
}
LinkedAppConfigResource defines model for LinkedAppConfigResource.
Methods
func (t LinkedAppConfigResource) AsInaccessibleResource() (InaccessibleResource, error)
AsInaccessibleResource returns the union data inside the
LinkedAppConfigResource as a InaccessibleResource
func (t LinkedAppConfigResource) AsLinkedAppConfigResourceSummary() (LinkedAppConfigResourceSummary, error)
AsLinkedAppConfigResourceSummary returns the union data inside the
LinkedAppConfigResource as a LinkedAppConfigResourceSummary
func (t *LinkedAppConfigResource) FromInaccessibleResource(v InaccessibleResource) error
FromInaccessibleResource overwrites any union data inside the
LinkedAppConfigResource as the provided InaccessibleResource
func (t *LinkedAppConfigResource) FromLinkedAppConfigResourceSummary(v LinkedAppConfigResourceSummary) error
FromLinkedAppConfigResourceSummary overwrites any union data inside the
LinkedAppConfigResource as the provided LinkedAppConfigResourceSummary
func (t LinkedAppConfigResource) MarshalJSON() ([]byte, error)
func (t *LinkedAppConfigResource) MergeInaccessibleResource(v InaccessibleResource) error
MergeInaccessibleResource performs a merge with any union data inside the
LinkedAppConfigResource, using the provided InaccessibleResource
func (t *LinkedAppConfigResource) MergeLinkedAppConfigResourceSummary(v LinkedAppConfigResourceSummary) error
MergeLinkedAppConfigResourceSummary performs a merge with any
union data inside the LinkedAppConfigResource, using the provided
LinkedAppConfigResourceSummary
func (t *LinkedAppConfigResource) UnmarshalJSON(b []byte) error
Type LinkedAppConfigResourceMixin
type LinkedAppConfigResourceMixin struct {
LinkedResource *LinkedAppConfigResource `json:"linkedResource"`
}
LinkedAppConfigResourceMixin defines model for LinkedAppConfigResourceMixin.
Type LinkedAppConfigResourceSummary
type LinkedAppConfigResourceSummary struct {
// Id The API ID of the linked resource
Id *string `json:"id,omitempty"`
// Name The name of the resource in Benchling
Name *string `json:"name,omitempty"`
}
LinkedAppConfigResourceSummary defines model for
LinkedAppConfigResourceSummary.
Type ListAASequencesParams
type ListAASequencesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListAASequencesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an AA Sequence. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of an AA sequence. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// AminoAcids String of amino acids. Restricts results to AA sequences exactly matching these amino acids (case-insensitive).
AminoAcids *string `form:"aminoAcids,omitempty" json:"aminoAcids,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to AA sequences mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived AA sequences. Use "ANY_ARCHIVED" to filter for archived AA sequences regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListAASequencesParams defines parameters for ListAASequences.
Type ListAASequencesParamsSort
type ListAASequencesParamsSort string
ListAASequencesParamsSort defines parameters for ListAASequences.
Constants
ListAASequencesParamsSortModifiedAt, ListAASequencesParamsSortModifiedAtAsc, ListAASequencesParamsSortModifiedAtDesc, ListAASequencesParamsSortName, ListAASequencesParamsSortNameAsc, ListAASequencesParamsSortNameDesc
ListAASequencesParamsSortModifiedAt ListAASequencesParamsSort = "modifiedAt"
ListAASequencesParamsSortModifiedAtAsc ListAASequencesParamsSort = "modifiedAt:asc"
ListAASequencesParamsSortModifiedAtDesc ListAASequencesParamsSort = "modifiedAt:desc"
ListAASequencesParamsSortName ListAASequencesParamsSort = "name"
ListAASequencesParamsSortNameAsc ListAASequencesParamsSort = "name:asc"
ListAASequencesParamsSortNameDesc ListAASequencesParamsSort = "name:desc"
Defines values for ListAASequencesParamsSort.
Type ListAASequencesResponse
type ListAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequencesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAASequencesResponse(rsp *http.Response) (*ListAASequencesResponse, error)
ParseListAASequencesResponse parses an HTTP response from a
ListAASequencesWithResponse call
Methods
func (r ListAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAppConfigurationItemsParams
type ListAppConfigurationItemsParams struct {
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// AppId App id to which the configuration belongs.
AppId *string `form:"appId,omitempty" json:"appId,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
Sort *ListAppConfigurationItemsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
}
ListAppConfigurationItemsParams defines parameters for
ListAppConfigurationItems.
Type ListAppConfigurationItemsParamsSort
type ListAppConfigurationItemsParamsSort string
ListAppConfigurationItemsParamsSort defines parameters for
ListAppConfigurationItems.
Constants
ListAppConfigurationItemsParamsSortCreatedAt, ListAppConfigurationItemsParamsSortCreatedAtAsc, ListAppConfigurationItemsParamsSortCreatedAtDesc, ListAppConfigurationItemsParamsSortModifiedAt, ListAppConfigurationItemsParamsSortModifiedAtAsc, ListAppConfigurationItemsParamsSortModifiedAtDesc
ListAppConfigurationItemsParamsSortCreatedAt ListAppConfigurationItemsParamsSort = "createdAt"
ListAppConfigurationItemsParamsSortCreatedAtAsc ListAppConfigurationItemsParamsSort = "createdAt:asc"
ListAppConfigurationItemsParamsSortCreatedAtDesc ListAppConfigurationItemsParamsSort = "createdAt:desc"
ListAppConfigurationItemsParamsSortModifiedAt ListAppConfigurationItemsParamsSort = "modifiedAt"
ListAppConfigurationItemsParamsSortModifiedAtAsc ListAppConfigurationItemsParamsSort = "modifiedAt:asc"
ListAppConfigurationItemsParamsSortModifiedAtDesc ListAppConfigurationItemsParamsSort = "modifiedAt:desc"
Defines values for ListAppConfigurationItemsParamsSort.
Type ListAppConfigurationItemsResponse
type ListAppConfigurationItemsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AppConfigurationPaginatedList
JSON404 *NotFoundError
}
Functions
func ParseListAppConfigurationItemsResponse(rsp *http.Response) (*ListAppConfigurationItemsResponse, error)
ParseListAppConfigurationItemsResponse parses an HTTP response from a
ListAppConfigurationItemsWithResponse call
Methods
func (r ListAppConfigurationItemsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAppConfigurationItemsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAssayResultSchemasParams
type ListAssayResultSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListAssayResultSchemasParams defines parameters for ListAssayResultSchemas.
Type ListAssayResultSchemasResponse
type ListAssayResultSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAssayResultSchemasResponse(rsp *http.Response) (*ListAssayResultSchemasResponse, error)
ParseListAssayResultSchemasResponse parses an HTTP response from a
ListAssayResultSchemasWithResponse call
Methods
func (r ListAssayResultSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAssayResultSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAssayResultsParams
type ListAssayResultsParams struct {
// SchemaId ID of the assay result schema to filter by
SchemaId string `form:"schemaId" json:"schemaId"`
// CreatedAtLt Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those created before the specified time. e.g. < 2017-04-30.
CreatedAtLt *string `form:"createdAt.lt,omitempty" json:"createdAt.lt,omitempty"`
// CreatedAtGt Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those created after the specified time. e.g. > 2017-04-30.
CreatedAtGt *string `form:"createdAt.gt,omitempty" json:"createdAt.gt,omitempty"`
// CreatedAtLte Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those created on or before the specified time. e.g. <= 2017-04-30.
CreatedAtLte *string `form:"createdAt.lte,omitempty" json:"createdAt.lte,omitempty"`
// CreatedAtGte Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those created on or after the specified time. e.g. >= 2017-04-30.
CreatedAtGte *string `form:"createdAt.gte,omitempty" json:"createdAt.gte,omitempty"`
// MinCreatedTime Filter by results created after this unix timestamp
MinCreatedTime *int `form:"minCreatedTime,omitempty" json:"minCreatedTime,omitempty"`
// MaxCreatedTime Filter by results created before this unix timestamp
MaxCreatedTime *int `form:"maxCreatedTime,omitempty" json:"maxCreatedTime,omitempty"`
// Sort Method by which to order search results. Valid sorts are createdAt (created time, oldest first). Use :asc or :desc to specify ascending or descending order. Default is createdAt:asc.
Sort *ListAssayResultsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// EntityIds Filter by comma-separated list of related Entity IDs, maximum of 20.
EntityIds *string `form:"entityIds,omitempty" json:"entityIds,omitempty"`
// StorageIds Filter by comma-separated list of related inventory (container, box, plate, or location) IDs, maximum of 20.
StorageIds *string `form:"storageIds,omitempty" json:"storageIds,omitempty"`
// AssayRunIds Filter by comma-separated list of associated AssayRun IDs.
AssayRunIds *string `form:"assayRunIds,omitempty" json:"assayRunIds,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *openapi_types.UUID `form:"ids,omitempty" json:"ids,omitempty"`
// ModifiedAtLt Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified before the specified time. e.g. < 2017-04-30.
ModifiedAtLt *string `form:"modifiedAt.lt,omitempty" json:"modifiedAt.lt,omitempty"`
// ModifiedAtGt Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified after the specified time. e.g. > 2017-04-30.
ModifiedAtGt *string `form:"modifiedAt.gt,omitempty" json:"modifiedAt.gt,omitempty"`
// ModifiedAtLte Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified on or before the specified time. e.g. <= 2017-04-30.
ModifiedAtLte *string `form:"modifiedAt.lte,omitempty" json:"modifiedAt.lte,omitempty"`
// ModifiedAtGte Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified on or after the specified time. e.g. >= 2017-04-30.
ModifiedAtGte *string `form:"modifiedAt.gte,omitempty" json:"modifiedAt.gte,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived Assay Results. Use "ANY_ARCHIVED" to filter for archived Assay Results regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
}
ListAssayResultsParams defines parameters for ListAssayResults.
Type ListAssayResultsParamsSort
type ListAssayResultsParamsSort string
ListAssayResultsParamsSort defines parameters for ListAssayResults.
Constants
ListAssayResultsParamsSortCreatedAtAsc, ListAssayResultsParamsSortCreatedAtDesc, ListAssayResultsParamsSortModifiedAtAsc, ListAssayResultsParamsSortModifiedAtDesc
ListAssayResultsParamsSortCreatedAtAsc ListAssayResultsParamsSort = "createdAt:asc"
ListAssayResultsParamsSortCreatedAtDesc ListAssayResultsParamsSort = "createdAt:desc"
ListAssayResultsParamsSortModifiedAtAsc ListAssayResultsParamsSort = "modifiedAt:asc"
ListAssayResultsParamsSortModifiedAtDesc ListAssayResultsParamsSort = "modifiedAt:desc"
Defines values for ListAssayResultsParamsSort.
Type ListAssayResultsResponse
type ListAssayResultsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultsPaginatedList
}
Functions
func ParseListAssayResultsResponse(rsp *http.Response) (*ListAssayResultsResponse, error)
ParseListAssayResultsResponse parses an HTTP response from a
ListAssayResultsWithResponse call
Methods
func (r ListAssayResultsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAssayResultsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAssayRunSchemasParams
type ListAssayRunSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListAssayRunSchemasParams defines parameters for ListAssayRunSchemas.
Type ListAssayRunSchemasResponse
type ListAssayRunSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAssayRunSchemasResponse(rsp *http.Response) (*ListAssayRunSchemasResponse, error)
ParseListAssayRunSchemasResponse parses an HTTP response from a
ListAssayRunSchemasWithResponse call
Methods
func (r ListAssayRunSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAssayRunSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAssayRunsParams
type ListAssayRunsParams struct {
// SchemaId ID of the assay run schema to filter by
SchemaId string `form:"schemaId" json:"schemaId"`
// MinCreatedTime Filter by runs created after this unix timestamp
MinCreatedTime *int `form:"minCreatedTime,omitempty" json:"minCreatedTime,omitempty"`
// MaxCreatedTime Filter by runs created before this unix timestamp
MaxCreatedTime *int `form:"maxCreatedTime,omitempty" json:"maxCreatedTime,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *openapi_types.UUID `form:"ids,omitempty" json:"ids,omitempty"`
}
ListAssayRunsParams defines parameters for ListAssayRuns.
Type ListAssayRunsResponse
type ListAssayRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunsPaginatedList
}
Functions
func ParseListAssayRunsResponse(rsp *http.Response) (*ListAssayRunsResponse, error)
ParseListAssayRunsResponse parses an HTTP response from a
ListAssayRunsWithResponse call
Methods
func (r ListAssayRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAssayRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListAutomationInputGeneratorsParams struct {
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListAutomationInputGeneratorsParams defines parameters for
ListAutomationInputGenerators.
type ListAutomationInputGeneratorsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationFileInputsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAutomationInputGeneratorsResponse(rsp *http.Response) (*ListAutomationInputGeneratorsResponse, error)
ParseListAutomationInputGeneratorsResponse parses an HTTP response from a
ListAutomationInputGeneratorsWithResponse call
Methods
func (r ListAutomationInputGeneratorsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAutomationInputGeneratorsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAutomationOutputProcessorsDeprecatedParams
type ListAutomationOutputProcessorsDeprecatedParams struct {
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
}
ListAutomationOutputProcessorsDeprecatedParams defines parameters for
ListAutomationOutputProcessorsDeprecated.
Type ListAutomationOutputProcessorsDeprecatedResponse
type ListAutomationOutputProcessorsDeprecatedResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeprecatedAutomationOutputProcessorsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAutomationOutputProcessorsDeprecatedResponse(rsp *http.Response) (*ListAutomationOutputProcessorsDeprecatedResponse, error)
ParseListAutomationOutputProcessorsDeprecatedResponse parses an HTTP
response from a ListAutomationOutputProcessorsDeprecatedWithResponse call
Methods
func (r ListAutomationOutputProcessorsDeprecatedResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAutomationOutputProcessorsDeprecatedResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListAutomationOutputProcessorsParams
type ListAutomationOutputProcessorsParams struct {
// AssayRunId Id of the Run
AssayRunId *string `form:"assayRunId,omitempty" json:"assayRunId,omitempty"`
// AutomationFileConfigName Name of the Automation File Config
AutomationFileConfigName *string `form:"automationFileConfigName,omitempty" json:"automationFileConfigName,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived processors. Use "ANY_ARCHIVED" to filter for archived processors regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
}
ListAutomationOutputProcessorsParams defines parameters for
ListAutomationOutputProcessors.
Type ListAutomationOutputProcessorsResponse
type ListAutomationOutputProcessorsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationOutputProcessorsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListAutomationOutputProcessorsResponse(rsp *http.Response) (*ListAutomationOutputProcessorsResponse, error)
ParseListAutomationOutputProcessorsResponse parses an HTTP response from a
ListAutomationOutputProcessorsWithResponse call
Methods
func (r ListAutomationOutputProcessorsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListAutomationOutputProcessorsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBatchSchemasByRegistryResponse
type ListBatchSchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchSchemasList
JSON400 *BadRequestError
}
Functions
func ParseListBatchSchemasByRegistryResponse(rsp *http.Response) (*ListBatchSchemasByRegistryResponse, error)
ParseListBatchSchemasByRegistryResponse parses an HTTP response from a
ListBatchSchemasByRegistryWithResponse call
Methods
func (r ListBatchSchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBatchSchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBatchSchemasParams
type ListBatchSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListBatchSchemasParams defines parameters for ListBatchSchemas.
Type ListBatchSchemasResponse
type ListBatchSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListBatchSchemasResponse(rsp *http.Response) (*ListBatchSchemasResponse, error)
ParseListBatchSchemasResponse parses an HTTP response from a
ListBatchSchemasWithResponse call
Methods
func (r ListBatchSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBatchSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBatchesParams
type ListBatchesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListBatchesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived batches. Use "ANY_ARCHIVED" to filter for archived batches regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListBatchesParams defines parameters for ListBatches.
Type ListBatchesParamsSort
type ListBatchesParamsSort string
ListBatchesParamsSort defines parameters for ListBatches.
Constants
ListBatchesParamsSortModifiedAt, ListBatchesParamsSortModifiedAtAsc, ListBatchesParamsSortModifiedAtDesc, ListBatchesParamsSortName, ListBatchesParamsSortNameAsc, ListBatchesParamsSortNameDesc
ListBatchesParamsSortModifiedAt ListBatchesParamsSort = "modifiedAt"
ListBatchesParamsSortModifiedAtAsc ListBatchesParamsSort = "modifiedAt:asc"
ListBatchesParamsSortModifiedAtDesc ListBatchesParamsSort = "modifiedAt:desc"
ListBatchesParamsSortName ListBatchesParamsSort = "name"
ListBatchesParamsSortNameAsc ListBatchesParamsSort = "name:asc"
ListBatchesParamsSortNameDesc ListBatchesParamsSort = "name:desc"
Defines values for ListBatchesParamsSort.
Type ListBatchesResponse
type ListBatchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListBatchesResponse(rsp *http.Response) (*ListBatchesResponse, error)
ParseListBatchesResponse parses an HTTP response from a
ListBatchesWithResponse call
Methods
func (r ListBatchesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBatchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBenchlingAppsParams
type ListBenchlingAppsParams struct {
// PageSize Number of results to return.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// Sort Method by which to order search results. Valid sorts are modifiedAt (modified time, most recent first) and name (app name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order. Default is modifiedAt.
Sort *ListBenchlingAppsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an app. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of an app. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// NamesAnyOf Comma-separated list of app names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of app names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// MemberOf Comma-separated list of organization and/or team API IDs. Restricts results to apps that are members of all given groups.
MemberOf *string `form:"memberOf,omitempty" json:"memberOf,omitempty"`
// AdminOf Comma-separated list of organization and/or team API IDs. Restricts results to apps that are admins of all given groups.
AdminOf *string `form:"adminOf,omitempty" json:"adminOf,omitempty"`
}
ListBenchlingAppsParams defines parameters for ListBenchlingApps.
Type ListBenchlingAppsParamsSort
type ListBenchlingAppsParamsSort string
ListBenchlingAppsParamsSort defines parameters for ListBenchlingApps.
Constants
ListBenchlingAppsParamsSortModifiedAt, ListBenchlingAppsParamsSortModifiedAtAsc, ListBenchlingAppsParamsSortModifiedAtDesc, ListBenchlingAppsParamsSortName, ListBenchlingAppsParamsSortNameAsc, ListBenchlingAppsParamsSortNameDesc
ListBenchlingAppsParamsSortModifiedAt ListBenchlingAppsParamsSort = "modifiedAt"
ListBenchlingAppsParamsSortModifiedAtAsc ListBenchlingAppsParamsSort = "modifiedAt:asc"
ListBenchlingAppsParamsSortModifiedAtDesc ListBenchlingAppsParamsSort = "modifiedAt:desc"
ListBenchlingAppsParamsSortName ListBenchlingAppsParamsSort = "name"
ListBenchlingAppsParamsSortNameAsc ListBenchlingAppsParamsSort = "name:asc"
ListBenchlingAppsParamsSortNameDesc ListBenchlingAppsParamsSort = "name:desc"
Defines values for ListBenchlingAppsParamsSort.
Type ListBenchlingAppsResponse
type ListBenchlingAppsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BenchlingAppsPaginatedList
JSON400 *BadRequestError
JSON403 *ForbiddenError
}
Functions
func ParseListBenchlingAppsResponse(rsp *http.Response) (*ListBenchlingAppsResponse, error)
ParseListBenchlingAppsResponse parses an HTTP response from a
ListBenchlingAppsWithResponse call
Methods
func (r ListBenchlingAppsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBenchlingAppsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBoxContentsParams
type ListBoxContentsParams struct {
// PageSize Number of results to return.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
}
ListBoxContentsParams defines parameters for ListBoxContents.
Type ListBoxContentsResponse
type ListBoxContentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxContentsPaginatedList
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseListBoxContentsResponse(rsp *http.Response) (*ListBoxContentsResponse, error)
ParseListBoxContentsResponse parses an HTTP response from a
ListBoxContentsWithResponse call
Methods
func (r ListBoxContentsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBoxContentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBoxSchemasByRegistryResponse
type ListBoxSchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxSchemasList
JSON400 *BadRequestError
}
Functions
func ParseListBoxSchemasByRegistryResponse(rsp *http.Response) (*ListBoxSchemasByRegistryResponse, error)
ParseListBoxSchemasByRegistryResponse parses an HTTP response from a
ListBoxSchemasByRegistryWithResponse call
Methods
func (r ListBoxSchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBoxSchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBoxSchemasParams
type ListBoxSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListBoxSchemasParams defines parameters for ListBoxSchemas.
Type ListBoxSchemasResponse
type ListBoxSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListBoxSchemasResponse(rsp *http.Response) (*ListBoxSchemasResponse, error)
ParseListBoxSchemasResponse parses an HTTP response from a
ListBoxSchemasWithResponse call
Methods
func (r ListBoxSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBoxSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListBoxesParams
type ListBoxesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListBoxesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a box. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a box. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// EmptyPositions Only return boxes that have the specified number of empty positions
EmptyPositions *int `form:"emptyPositions,omitempty" json:"emptyPositions,omitempty"`
// EmptyPositionsGte Only return boxes that have greater-than or equal-to the specified number of empty positions.
EmptyPositionsGte *int `form:"emptyPositions.gte,omitempty" json:"emptyPositions.gte,omitempty"`
// EmptyPositionsGt Only return boxes that have greater-than the specified number of empty positions.
EmptyPositionsGt *int `form:"emptyPositions.gt,omitempty" json:"emptyPositions.gt,omitempty"`
// EmptyPositionsLte Only return boxes that have less-than or equal-to the specified number of empty positions.
EmptyPositionsLte *int `form:"emptyPositions.lte,omitempty" json:"emptyPositions.lte,omitempty"`
// EmptyPositionsLt Only return boxes that have less-than the specified number of empty positions.
EmptyPositionsLt *int `form:"emptyPositions.lt,omitempty" json:"emptyPositions.lt,omitempty"`
// EmptyContainers Only return boxes that have the specified number of empty containers (containers without contents).
EmptyContainers *int `form:"emptyContainers,omitempty" json:"emptyContainers,omitempty"`
// EmptyContainersGte Only return boxes that have greater-than or equal-to the specified number of empty containers (containers without contents).
EmptyContainersGte *int `form:"emptyContainers.gte,omitempty" json:"emptyContainers.gte,omitempty"`
// EmptyContainersGt Only return boxes that have greater-than the specified number of empty containers (containers without contents).
EmptyContainersGt *int `form:"emptyContainers.gt,omitempty" json:"emptyContainers.gt,omitempty"`
// EmptyContainersLte Only return boxes that have less-than or equal-to the specified number of empty containers (containers without contents).
EmptyContainersLte *int `form:"emptyContainers.lte,omitempty" json:"emptyContainers.lte,omitempty"`
// EmptyContainersLt Only return boxes that have less-than the specified number of empty containers (containers without contents).
EmptyContainersLt *int `form:"emptyContainers.lt,omitempty" json:"emptyContainers.lt,omitempty"`
// AncestorStorageId ID of a location. Restricts results to those located in the specified inventory.
AncestorStorageId *string `form:"ancestorStorageId,omitempty" json:"ancestorStorageId,omitempty"`
// StorageContentsId ID of a batch, entity, or entity schema. Restricts results to those that hold containers with entities or batches associated with the specified ID.
StorageContentsId *string `form:"storageContentsId,omitempty" json:"storageContentsId,omitempty"`
// StorageContentsIds Comma-separated list of IDs of batches or entities. Restricts results to those that hold containers with at least one of the specified batches, entities, or batches of the specified entities.
StorageContentsIds *string `form:"storageContentsIds,omitempty" json:"storageContentsIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived boxes. Use "ANY_ARCHIVED" to filter for archived boxes regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Barcodes Comma-separated list of barcodes. Matches all of the provided barcodes, or returns a 400 error that includes a list of which barcodes are invalid.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListBoxesParams defines parameters for ListBoxes.
Type ListBoxesParamsSort
type ListBoxesParamsSort string
ListBoxesParamsSort defines parameters for ListBoxes.
Constants
ListBoxesParamsSortModifiedAt, ListBoxesParamsSortModifiedAtAsc, ListBoxesParamsSortModifiedAtDesc, ListBoxesParamsSortName, ListBoxesParamsSortNameAsc, ListBoxesParamsSortNameDesc
ListBoxesParamsSortModifiedAt ListBoxesParamsSort = "modifiedAt"
ListBoxesParamsSortModifiedAtAsc ListBoxesParamsSort = "modifiedAt:asc"
ListBoxesParamsSortModifiedAtDesc ListBoxesParamsSort = "modifiedAt:desc"
ListBoxesParamsSortName ListBoxesParamsSort = "name"
ListBoxesParamsSortNameAsc ListBoxesParamsSort = "name:asc"
ListBoxesParamsSortNameDesc ListBoxesParamsSort = "name:desc"
Defines values for ListBoxesParamsSort.
Type ListBoxesResponse
type ListBoxesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListBoxesResponse(rsp *http.Response) (*ListBoxesResponse, error)
ParseListBoxesResponse parses an HTTP response from a ListBoxesWithResponse
call
Methods
func (r ListBoxesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListBoxesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListContainerContentsResponse
type ListContainerContentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerContentsList
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseListContainerContentsResponse(rsp *http.Response) (*ListContainerContentsResponse, error)
ParseListContainerContentsResponse parses an HTTP response from a
ListContainerContentsWithResponse call
Methods
func (r ListContainerContentsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListContainerContentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListContainerSchemasByRegistryResponse
type ListContainerSchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerSchemasList
JSON400 *BadRequestError
}
Functions
func ParseListContainerSchemasByRegistryResponse(rsp *http.Response) (*ListContainerSchemasByRegistryResponse, error)
ParseListContainerSchemasByRegistryResponse parses an HTTP response from a
ListContainerSchemasByRegistryWithResponse call
Methods
func (r ListContainerSchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListContainerSchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListContainerSchemasParams
type ListContainerSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListContainerSchemasParams defines parameters for ListContainerSchemas.
Type ListContainerSchemasResponse
type ListContainerSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListContainerSchemasResponse(rsp *http.Response) (*ListContainerSchemasResponse, error)
ParseListContainerSchemasResponse parses an HTTP response from a
ListContainerSchemasWithResponse call
Methods
func (r ListContainerSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListContainerSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListContainersParams
type ListContainersParams struct {
// PageSize Number of results to return.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// Sort Method by which to order search results. Valid sorts are barcode (bar code, alphabetical) modifiedAt (modified time, most recent first) and name (entity name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order. Default is modifiedAt.
Sort *ListContainersParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a container. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a container. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// AncestorStorageId ID of a plate, box, or location. Restricts results to those located in the specified inventory.
AncestorStorageId *string `form:"ancestorStorageId,omitempty" json:"ancestorStorageId,omitempty"`
// StorageContentsId ID of a batch, entity, or entity schema. Restricts results to those that contain the specified batches, batches of the specified entities, or batches of entities of the specified schema.
StorageContentsId *string `form:"storageContentsId,omitempty" json:"storageContentsId,omitempty"`
// StorageContentsIds Comma-separated list of IDs of batches or entities. Restricts results to those that hold containers with at least one of the specified batches, entities, or batches of the specified entities.
StorageContentsIds *string `form:"storageContentsIds,omitempty" json:"storageContentsIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived containers. Use "ANY_ARCHIVED" to filter for archived containers regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// CheckoutStatus Comma-separated list of check-out statuses. Restricts results to those that match one of the specified statuses. Valid statuses are AVAILABLE, RESERVED, and CHECKED_OUT.
CheckoutStatus *ListContainersParamsCheckoutStatus `form:"checkoutStatus,omitempty" json:"checkoutStatus,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Barcodes Comma-separated list of barcodes. Matches all of the provided barcodes, or returns a 400 error that includes a list of which barcodes are invalid.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListContainersParams defines parameters for ListContainers.
Type ListContainersParamsCheckoutStatus
type ListContainersParamsCheckoutStatus string
ListContainersParamsCheckoutStatus defines parameters for ListContainers.
Constants
ListContainersParamsCheckoutStatusAVAILABLE, ListContainersParamsCheckoutStatusCHECKEDOUT, ListContainersParamsCheckoutStatusRESERVED
ListContainersParamsCheckoutStatusAVAILABLE ListContainersParamsCheckoutStatus = "AVAILABLE"
ListContainersParamsCheckoutStatusCHECKEDOUT ListContainersParamsCheckoutStatus = "CHECKED_OUT"
ListContainersParamsCheckoutStatusRESERVED ListContainersParamsCheckoutStatus = "RESERVED"
Defines values for ListContainersParamsCheckoutStatus.
Type ListContainersParamsSort
type ListContainersParamsSort string
ListContainersParamsSort defines parameters for ListContainers.
Constants
ListContainersParamsSortBarcode, ListContainersParamsSortBarcodeAsc, ListContainersParamsSortBarcodeDesc, ListContainersParamsSortModifiedAt, ListContainersParamsSortModifiedAtAsc, ListContainersParamsSortModifiedAtDesc, ListContainersParamsSortName, ListContainersParamsSortNameAsc, ListContainersParamsSortNameDesc
ListContainersParamsSortBarcode ListContainersParamsSort = "barcode"
ListContainersParamsSortBarcodeAsc ListContainersParamsSort = "barcode:asc"
ListContainersParamsSortBarcodeDesc ListContainersParamsSort = "barcode:desc"
ListContainersParamsSortModifiedAt ListContainersParamsSort = "modifiedAt"
ListContainersParamsSortModifiedAtAsc ListContainersParamsSort = "modifiedAt:asc"
ListContainersParamsSortModifiedAtDesc ListContainersParamsSort = "modifiedAt:desc"
ListContainersParamsSortName ListContainersParamsSort = "name"
ListContainersParamsSortNameAsc ListContainersParamsSort = "name:asc"
ListContainersParamsSortNameDesc ListContainersParamsSort = "name:desc"
Defines values for ListContainersParamsSort.
Type ListContainersResponse
type ListContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainersPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListContainersResponse(rsp *http.Response) (*ListContainersResponse, error)
ParseListContainersResponse parses an HTTP response from a
ListContainersWithResponse call
Methods
func (r ListContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r ListContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListCustomEntitiesParams
type ListCustomEntitiesParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
Sort *ListCustomEntitiesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a custom entity. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
// NameIncludes Name substring of a custom entity. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to custom entities mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived custom entities. Use "ANY_ARCHIVED" to filter for archived custom entities regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of resource IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListCustomEntitiesParams defines parameters for ListCustomEntities.
Type ListCustomEntitiesParamsSort
type ListCustomEntitiesParamsSort string
ListCustomEntitiesParamsSort defines parameters for ListCustomEntities.
Constants
ListCustomEntitiesParamsSortModifiedAt, ListCustomEntitiesParamsSortModifiedAtAsc, ListCustomEntitiesParamsSortModifiedAtDesc, ListCustomEntitiesParamsSortName, ListCustomEntitiesParamsSortNameAsc, ListCustomEntitiesParamsSortNameDesc
ListCustomEntitiesParamsSortModifiedAt ListCustomEntitiesParamsSort = "modifiedAt"
ListCustomEntitiesParamsSortModifiedAtAsc ListCustomEntitiesParamsSort = "modifiedAt:asc"
ListCustomEntitiesParamsSortModifiedAtDesc ListCustomEntitiesParamsSort = "modifiedAt:desc"
ListCustomEntitiesParamsSortName ListCustomEntitiesParamsSort = "name"
ListCustomEntitiesParamsSortNameAsc ListCustomEntitiesParamsSort = "name:asc"
ListCustomEntitiesParamsSortNameDesc ListCustomEntitiesParamsSort = "name:desc"
Defines values for ListCustomEntitiesParamsSort.
Type ListCustomEntitiesResponse
type ListCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntitiesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListCustomEntitiesResponse(rsp *http.Response) (*ListCustomEntitiesResponse, error)
ParseListCustomEntitiesResponse parses an HTTP response from a
ListCustomEntitiesWithResponse call
Methods
func (r ListCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListDNAAlignmentsParams
type ListDNAAlignmentsParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListDNAAlignmentsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a DNA Alignment. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a DNA Alignment. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// SequenceIds Comma-separated list of sequence ids that own one or more DNA Alignments (i.e. ids of sequences used as the template in a Template Alignment or created as the consensus sequence from a Consensus Alignment). Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
SequenceIds *string `form:"sequenceIds,omitempty" json:"sequenceIds,omitempty"`
}
ListDNAAlignmentsParams defines parameters for ListDNAAlignments.
Type ListDNAAlignmentsParamsSort
type ListDNAAlignmentsParamsSort string
ListDNAAlignmentsParamsSort defines parameters for ListDNAAlignments.
Constants
ListDNAAlignmentsParamsSortModifiedAt, ListDNAAlignmentsParamsSortModifiedAtAsc, ListDNAAlignmentsParamsSortModifiedAtDesc, ListDNAAlignmentsParamsSortName, ListDNAAlignmentsParamsSortNameAsc, ListDNAAlignmentsParamsSortNameDesc
ListDNAAlignmentsParamsSortModifiedAt ListDNAAlignmentsParamsSort = "modifiedAt"
ListDNAAlignmentsParamsSortModifiedAtAsc ListDNAAlignmentsParamsSort = "modifiedAt:asc"
ListDNAAlignmentsParamsSortModifiedAtDesc ListDNAAlignmentsParamsSort = "modifiedAt:desc"
ListDNAAlignmentsParamsSortName ListDNAAlignmentsParamsSort = "name"
ListDNAAlignmentsParamsSortNameAsc ListDNAAlignmentsParamsSort = "name:asc"
ListDNAAlignmentsParamsSortNameDesc ListDNAAlignmentsParamsSort = "name:desc"
Defines values for ListDNAAlignmentsParamsSort.
Type ListDNAAlignmentsResponse
type ListDNAAlignmentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaAlignmentsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListDNAAlignmentsResponse(rsp *http.Response) (*ListDNAAlignmentsResponse, error)
ParseListDNAAlignmentsResponse parses an HTTP response from a
ListDNAAlignmentsWithResponse call
Methods
func (r ListDNAAlignmentsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListDNAAlignmentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListDNAOligosParams
type ListDNAOligosParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListDNAOligosParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a DNA Oligo. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a DNA Oligo. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Bases Full bases of the DNA Oligo. Restricts results to those with the specified bases, case-insensitive, allowing for circular or reverse complement matches. Does not allow partial matching or loose matching via degenerate bases.
Bases *string `form:"bases,omitempty" json:"bases,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to DNA Oligos mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived DNA Oligos. Use "ANY_ARCHIVED" to filter for archived DNA Oligos regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListDNAOligosParams defines parameters for ListDNAOligos.
Type ListDNAOligosParamsSort
type ListDNAOligosParamsSort string
ListDNAOligosParamsSort defines parameters for ListDNAOligos.
Constants
ListDNAOligosParamsSortModifiedAt, ListDNAOligosParamsSortModifiedAtAsc, ListDNAOligosParamsSortModifiedAtDesc, ListDNAOligosParamsSortName, ListDNAOligosParamsSortNameAsc, ListDNAOligosParamsSortNameDesc
ListDNAOligosParamsSortModifiedAt ListDNAOligosParamsSort = "modifiedAt"
ListDNAOligosParamsSortModifiedAtAsc ListDNAOligosParamsSort = "modifiedAt:asc"
ListDNAOligosParamsSortModifiedAtDesc ListDNAOligosParamsSort = "modifiedAt:desc"
ListDNAOligosParamsSortName ListDNAOligosParamsSort = "name"
ListDNAOligosParamsSortNameAsc ListDNAOligosParamsSort = "name:asc"
ListDNAOligosParamsSortNameDesc ListDNAOligosParamsSort = "name:desc"
Defines values for ListDNAOligosParamsSort.
Type ListDNAOligosResponse
type ListDNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligosPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListDNAOligosResponse(rsp *http.Response) (*ListDNAOligosResponse, error)
ParseListDNAOligosResponse parses an HTTP response from a
ListDNAOligosWithResponse call
Methods
func (r ListDNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ListDNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListDNASequencesParams
type ListDNASequencesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListDNASequencesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a DNA Sequence. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a DNA Sequence. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Bases Full bases of the DNA sequence. Restricts results to those with the specified bases, case-insensitive, allowing for circular or reverse complement matches. Does not allow partial matching or loose matching via degenerate bases.
Bases *string `form:"bases,omitempty" json:"bases,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to DNA sequences mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived DNA sequences. Use "ANY_ARCHIVED" to filter for archived DNA sequences regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListDNASequencesParams defines parameters for ListDNASequences.
Type ListDNASequencesParamsSort
type ListDNASequencesParamsSort string
ListDNASequencesParamsSort defines parameters for ListDNASequences.
Constants
ListDNASequencesParamsSortModifiedAt, ListDNASequencesParamsSortModifiedAtAsc, ListDNASequencesParamsSortModifiedAtDesc, ListDNASequencesParamsSortName, ListDNASequencesParamsSortNameAsc, ListDNASequencesParamsSortNameDesc
ListDNASequencesParamsSortModifiedAt ListDNASequencesParamsSort = "modifiedAt"
ListDNASequencesParamsSortModifiedAtAsc ListDNASequencesParamsSort = "modifiedAt:asc"
ListDNASequencesParamsSortModifiedAtDesc ListDNASequencesParamsSort = "modifiedAt:desc"
ListDNASequencesParamsSortName ListDNASequencesParamsSort = "name"
ListDNASequencesParamsSortNameAsc ListDNASequencesParamsSort = "name:asc"
ListDNASequencesParamsSortNameDesc ListDNASequencesParamsSort = "name:desc"
Defines values for ListDNASequencesParamsSort.
Type ListDNASequencesResponse
type ListDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequencesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListDNASequencesResponse(rsp *http.Response) (*ListDNASequencesResponse, error)
ParseListDNASequencesResponse parses an HTTP response from a
ListDNASequencesWithResponse call
Methods
func (r ListDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListDropdownsByRegistryResponse
type ListDropdownsByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DropdownsRegistryList
JSON400 *BadRequestError
}
Functions
func ParseListDropdownsByRegistryResponse(rsp *http.Response) (*ListDropdownsByRegistryResponse, error)
ParseListDropdownsByRegistryResponse parses an HTTP response from a
ListDropdownsByRegistryWithResponse call
Methods
func (r ListDropdownsByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListDropdownsByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListDropdownsParams
type ListDropdownsParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListDropdownsParams defines parameters for ListDropdowns.
Type ListDropdownsResponse
type ListDropdownsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DropdownSummariesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListDropdownsResponse(rsp *http.Response) (*ListDropdownsResponse, error)
ParseListDropdownsResponse parses an HTTP response from a
ListDropdownsWithResponse call
Methods
func (r ListDropdownsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListDropdownsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEntitySchemasByRegistryResponse
type ListEntitySchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DeprecatedEntitySchemasList
JSON400 *BadRequestError
}
Functions
func ParseListEntitySchemasByRegistryResponse(rsp *http.Response) (*ListEntitySchemasByRegistryResponse, error)
ParseListEntitySchemasByRegistryResponse parses an HTTP response from a
ListEntitySchemasByRegistryWithResponse call
Methods
func (r ListEntitySchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEntitySchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEntitySchemasParams
type ListEntitySchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListEntitySchemasParams defines parameters for ListEntitySchemas.
Type ListEntitySchemasResponse
type ListEntitySchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntitySchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListEntitySchemasResponse(rsp *http.Response) (*ListEntitySchemasResponse, error)
ParseListEntitySchemasResponse parses an HTTP response from a
ListEntitySchemasWithResponse call
Methods
func (r ListEntitySchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEntitySchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEntriesParams
type ListEntriesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// Sort Method by which to order search results. Valid sorts are modifiedAt (modified time, most recent first) and name (entity name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order.
Sort *ListEntriesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > operator. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an Entry. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived entries. Use "ANY_ARCHIVED" to filter for archived entries regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// ReviewStatus Restrict results to those with the given review status. Supported statuses: IN_PROGRESS, ACCEPTED, REJECTED, NEEDS_REVIEW, RETRACTED
ReviewStatus *ListEntriesParamsReviewStatus `form:"reviewStatus,omitempty" json:"reviewStatus,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to those mentioned within the entries in this list.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// Mentions Comma-separated list of resource IDs. Restricts results to entries that mention the given items.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// AssignedReviewerIdsAnyOf Comma-separated list of ids. Restricts results to entries that have assignees of any of the specified ids.
AssignedReviewerIdsAnyOf *string `form:"assignedReviewerIds.anyOf,omitempty" json:"assignedReviewerIds.anyOf,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
// DisplayIds Comma-separated list of Entry Display IDs.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
}
ListEntriesParams defines parameters for ListEntries.
Type ListEntriesParamsReviewStatus
type ListEntriesParamsReviewStatus string
ListEntriesParamsReviewStatus defines parameters for ListEntries.
Constants
ACCEPTED, INPROGRESS, NEEDSREVIEW, REJECTED, RETRACTED
ACCEPTED ListEntriesParamsReviewStatus = "ACCEPTED"
INPROGRESS ListEntriesParamsReviewStatus = "IN_PROGRESS"
NEEDSREVIEW ListEntriesParamsReviewStatus = "NEEDS_REVIEW"
REJECTED ListEntriesParamsReviewStatus = "REJECTED"
RETRACTED ListEntriesParamsReviewStatus = "RETRACTED"
Defines values for ListEntriesParamsReviewStatus.
Type ListEntriesParamsSort
type ListEntriesParamsSort string
ListEntriesParamsSort defines parameters for ListEntries.
Constants
ListEntriesParamsSortModifiedAt, ListEntriesParamsSortModifiedAtAsc, ListEntriesParamsSortModifiedAtDesc, ListEntriesParamsSortName, ListEntriesParamsSortNameAsc, ListEntriesParamsSortNameDesc
ListEntriesParamsSortModifiedAt ListEntriesParamsSort = "modifiedAt"
ListEntriesParamsSortModifiedAtAsc ListEntriesParamsSort = "modifiedAt:asc"
ListEntriesParamsSortModifiedAtDesc ListEntriesParamsSort = "modifiedAt:desc"
ListEntriesParamsSortName ListEntriesParamsSort = "name"
ListEntriesParamsSortNameAsc ListEntriesParamsSort = "name:asc"
ListEntriesParamsSortNameDesc ListEntriesParamsSort = "name:desc"
Defines values for ListEntriesParamsSort.
Type ListEntriesResponse
type ListEntriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntriesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListEntriesResponse(rsp *http.Response) (*ListEntriesResponse, error)
ParseListEntriesResponse parses an HTTP response from a
ListEntriesWithResponse call
Methods
func (r ListEntriesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEntriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEntrySchemasParams
type ListEntrySchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListEntrySchemasParams defines parameters for ListEntrySchemas.
Type ListEntrySchemasResponse
type ListEntrySchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntrySchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListEntrySchemasResponse(rsp *http.Response) (*ListEntrySchemasResponse, error)
ParseListEntrySchemasResponse parses an HTTP response from a
ListEntrySchemasWithResponse call
Methods
func (r ListEntrySchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEntrySchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEntryTemplatesParams
type ListEntryTemplatesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an Entry Template. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// TemplateCollectionId ID of a template collection. Resticts results to those in the template collection.
TemplateCollectionId *string `form:"templateCollectionId,omitempty" json:"templateCollectionId,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
}
ListEntryTemplatesParams defines parameters for ListEntryTemplates.
Type ListEntryTemplatesResponse
type ListEntryTemplatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntryTemplatesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListEntryTemplatesResponse(rsp *http.Response) (*ListEntryTemplatesResponse, error)
ParseListEntryTemplatesResponse parses an HTTP response from a
ListEntryTemplatesWithResponse call
Methods
func (r ListEntryTemplatesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEntryTemplatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListEventsParams
type ListEventsParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// CreatedAtGte Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. "2020-05-23".
CreatedAtGte *string `form:"createdAt.gte,omitempty" json:"createdAt.gte,omitempty"`
// StartingAfter Event ID after which events will be returned.
StartingAfter *string `form:"startingAfter,omitempty" json:"startingAfter,omitempty"`
// EventTypes Comma-separated list of event types to return.
EventTypes *string `form:"eventTypes,omitempty" json:"eventTypes,omitempty"`
// Poll When True, the API will always return a nextToken to enable polling events indefinitely.
Poll *bool `form:"poll,omitempty" json:"poll,omitempty"`
}
ListEventsParams defines parameters for ListEvents.
Type ListEventsResponse
type ListEventsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EventsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListEventsResponse(rsp *http.Response) (*ListEventsResponse, error)
ParseListEventsResponse parses an HTTP response from a
ListEventsWithResponse call
Methods
func (r ListEventsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListEventsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListFeatureLibrariesParams
type ListFeatureLibrariesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListFeatureLibrariesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a Feature Library. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a Feature Library. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
}
ListFeatureLibrariesParams defines parameters for ListFeatureLibraries.
Type ListFeatureLibrariesParamsSort
type ListFeatureLibrariesParamsSort string
ListFeatureLibrariesParamsSort defines parameters for ListFeatureLibraries.
Constants
ListFeatureLibrariesParamsSortModifiedAt, ListFeatureLibrariesParamsSortModifiedAtAsc, ListFeatureLibrariesParamsSortModifiedAtDesc, ListFeatureLibrariesParamsSortName, ListFeatureLibrariesParamsSortNameAsc, ListFeatureLibrariesParamsSortNameDesc
ListFeatureLibrariesParamsSortModifiedAt ListFeatureLibrariesParamsSort = "modifiedAt"
ListFeatureLibrariesParamsSortModifiedAtAsc ListFeatureLibrariesParamsSort = "modifiedAt:asc"
ListFeatureLibrariesParamsSortModifiedAtDesc ListFeatureLibrariesParamsSort = "modifiedAt:desc"
ListFeatureLibrariesParamsSortName ListFeatureLibrariesParamsSort = "name"
ListFeatureLibrariesParamsSortNameAsc ListFeatureLibrariesParamsSort = "name:asc"
ListFeatureLibrariesParamsSortNameDesc ListFeatureLibrariesParamsSort = "name:desc"
Defines values for ListFeatureLibrariesParamsSort.
Type ListFeatureLibrariesResponse
type ListFeatureLibrariesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FeatureLibrariesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListFeatureLibrariesResponse(rsp *http.Response) (*ListFeatureLibrariesResponse, error)
ParseListFeatureLibrariesResponse parses an HTTP response from a
ListFeatureLibrariesWithResponse call
Methods
func (r ListFeatureLibrariesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListFeatureLibrariesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListFeaturesParams
type ListFeaturesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// Name Name of a Feature. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// FeatureLibraryId Id of a Feature Library. Restricts results to those associated with the provided feature library
FeatureLibraryId *string `form:"featureLibraryId,omitempty" json:"featureLibraryId,omitempty"`
// FeatureType The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
FeatureType *string `form:"featureType,omitempty" json:"featureType,omitempty"`
// MatchType The match type of the feature used to determine how auto-annotate matches are made.
MatchType *ListFeaturesParamsMatchType `form:"matchType,omitempty" json:"matchType,omitempty"`
}
ListFeaturesParams defines parameters for ListFeatures.
Type ListFeaturesParamsMatchType
type ListFeaturesParamsMatchType string
ListFeaturesParamsMatchType defines parameters for ListFeatures.
Constants
Nucleotide, Protein
Nucleotide ListFeaturesParamsMatchType = "nucleotide"
Protein ListFeaturesParamsMatchType = "protein"
Defines values for ListFeaturesParamsMatchType.
Type ListFeaturesResponse
type ListFeaturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FeaturesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListFeaturesResponse(rsp *http.Response) (*ListFeaturesResponse, error)
ParseListFeaturesResponse parses an HTTP response from a
ListFeaturesWithResponse call
Methods
func (r ListFeaturesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListFeaturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListFoldersParams
type ListFoldersParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// Sort Method by which to order search results. Valid sorts are modifiedAt (modified time, most recent first) and name (folder name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order.
Sort *ListFoldersParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived folders. Use "ANY_ARCHIVED" to filter for archived folders regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// NameIncludes Name substring of a folder. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// ParentFolderId ID of a folder. Restricts results to those in the folder. Use "NO_PARENT" to filter for root folders.
ParentFolderId *string `form:"parentFolderId,omitempty" json:"parentFolderId,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Name Name of a folder. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// Section INVENTORY or NOTEBOOK. Returns folders of inventory type or notebook type. Returns all folders if sections are merged.
Section *ListFoldersParamsSection `form:"section,omitempty" json:"section,omitempty"`
}
ListFoldersParams defines parameters for ListFolders.
Type ListFoldersParamsSection
type ListFoldersParamsSection string
ListFoldersParamsSection defines parameters for ListFolders.
Constants
INVENTORY, NOTEBOOK
INVENTORY ListFoldersParamsSection = "INVENTORY"
NOTEBOOK ListFoldersParamsSection = "NOTEBOOK"
Defines values for ListFoldersParamsSection.
Type ListFoldersParamsSort
type ListFoldersParamsSort string
ListFoldersParamsSort defines parameters for ListFolders.
Constants
ListFoldersParamsSortModifiedAt, ListFoldersParamsSortModifiedAtAsc, ListFoldersParamsSortModifiedAtDesc, ListFoldersParamsSortName, ListFoldersParamsSortNameAsc, ListFoldersParamsSortNameDesc
ListFoldersParamsSortModifiedAt ListFoldersParamsSort = "modifiedAt"
ListFoldersParamsSortModifiedAtAsc ListFoldersParamsSort = "modifiedAt:asc"
ListFoldersParamsSortModifiedAtDesc ListFoldersParamsSort = "modifiedAt:desc"
ListFoldersParamsSortName ListFoldersParamsSort = "name"
ListFoldersParamsSortNameAsc ListFoldersParamsSort = "name:asc"
ListFoldersParamsSortNameDesc ListFoldersParamsSort = "name:desc"
Defines values for ListFoldersParamsSort.
Type ListFoldersResponse
type ListFoldersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FoldersPaginatedList
}
Functions
func ParseListFoldersResponse(rsp *http.Response) (*ListFoldersResponse, error)
ParseListFoldersResponse parses an HTTP response from a
ListFoldersWithResponse call
Methods
func (r ListFoldersResponse) Status() string
Status returns HTTPResponse.Status
func (r ListFoldersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLabelTemplatesParams
type ListLabelTemplatesParams struct {
// Name Name of a label template. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
ListLabelTemplatesParams defines parameters for ListLabelTemplates.
Type ListLabelTemplatesResponse
type ListLabelTemplatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LabelTemplatesList
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseListLabelTemplatesResponse(rsp *http.Response) (*ListLabelTemplatesResponse, error)
ParseListLabelTemplatesResponse parses an HTTP response from a
ListLabelTemplatesWithResponse call
Methods
func (r ListLabelTemplatesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLabelTemplatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListLegacyWorkflowStageRunInputSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowSampleList
}
Functions
func ParseListLegacyWorkflowStageRunInputSamplesResponse(rsp *http.Response) (*ListLegacyWorkflowStageRunInputSamplesResponse, error)
ParseListLegacyWorkflowStageRunInputSamplesResponse parses an HTTP response
from a ListLegacyWorkflowStageRunInputSamplesWithResponse call
Methods
func (r ListLegacyWorkflowStageRunInputSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowStageRunInputSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLegacyWorkflowStageRunOutputSamplesResponse
type ListLegacyWorkflowStageRunOutputSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowSampleList
}
Functions
func ParseListLegacyWorkflowStageRunOutputSamplesResponse(rsp *http.Response) (*ListLegacyWorkflowStageRunOutputSamplesResponse, error)
ParseListLegacyWorkflowStageRunOutputSamplesResponse parses an HTTP response
from a ListLegacyWorkflowStageRunOutputSamplesWithResponse call
Methods
func (r ListLegacyWorkflowStageRunOutputSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowStageRunOutputSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLegacyWorkflowStageRunRegisteredSamplesResponse
type ListLegacyWorkflowStageRunRegisteredSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowSampleList
}
Functions
func ParseListLegacyWorkflowStageRunRegisteredSamplesResponse(rsp *http.Response) (*ListLegacyWorkflowStageRunRegisteredSamplesResponse, error)
ParseListLegacyWorkflowStageRunRegisteredSamplesResponse parses an HTTP
response from a ListLegacyWorkflowStageRunRegisteredSamplesWithResponse call
Methods
func (r ListLegacyWorkflowStageRunRegisteredSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowStageRunRegisteredSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLegacyWorkflowStageRunsResponse
type ListLegacyWorkflowStageRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowStageRunList
}
Functions
func ParseListLegacyWorkflowStageRunsResponse(rsp *http.Response) (*ListLegacyWorkflowStageRunsResponse, error)
ParseListLegacyWorkflowStageRunsResponse parses an HTTP response from a
ListLegacyWorkflowStageRunsWithResponse call
Methods
func (r ListLegacyWorkflowStageRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowStageRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLegacyWorkflowStagesResponse
type ListLegacyWorkflowStagesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowStageList
}
Functions
func ParseListLegacyWorkflowStagesResponse(rsp *http.Response) (*ListLegacyWorkflowStagesResponse, error)
ParseListLegacyWorkflowStagesResponse parses an HTTP response from a
ListLegacyWorkflowStagesWithResponse call
Methods
func (r ListLegacyWorkflowStagesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowStagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLegacyWorkflowsResponse
type ListLegacyWorkflowsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflowList
}
Functions
func ParseListLegacyWorkflowsResponse(rsp *http.Response) (*ListLegacyWorkflowsResponse, error)
ParseListLegacyWorkflowsResponse parses an HTTP response from a
ListLegacyWorkflowsWithResponse call
Methods
func (r ListLegacyWorkflowsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLegacyWorkflowsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLocationSchemasByRegistryResponse
type ListLocationSchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationSchemasList
JSON400 *BadRequestError
}
Functions
func ParseListLocationSchemasByRegistryResponse(rsp *http.Response) (*ListLocationSchemasByRegistryResponse, error)
ParseListLocationSchemasByRegistryResponse parses an HTTP response from a
ListLocationSchemasByRegistryWithResponse call
Methods
func (r ListLocationSchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLocationSchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLocationSchemasParams
type ListLocationSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListLocationSchemasParams defines parameters for ListLocationSchemas.
Type ListLocationSchemasResponse
type ListLocationSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListLocationSchemasResponse(rsp *http.Response) (*ListLocationSchemasResponse, error)
ParseListLocationSchemasResponse parses an HTTP response from a
ListLocationSchemasWithResponse call
Methods
func (r ListLocationSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLocationSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListLocationsParams
type ListLocationsParams struct {
// PageSize Number of results to return.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
// Sort Method by which to order search results. Valid sorts are barcode (barcode, alphabetical) modifiedAt (modified time, most recent first) and name (location name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order. Default is modifiedAt.
Sort *ListLocationsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a location. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a location. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// AncestorStorageId ID of a plate, box, or location. Restricts results to those located in the specified inventory.
AncestorStorageId *string `form:"ancestorStorageId,omitempty" json:"ancestorStorageId,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived locations. Use "ANY_ARCHIVED" to filter for archived locations regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Barcodes Comma-separated list of barcodes. Matches all of the provided barcodes, or returns a 400 error that includes a list of which barcodes are invalid.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListLocationsParams defines parameters for ListLocations.
Type ListLocationsParamsSort
type ListLocationsParamsSort string
ListLocationsParamsSort defines parameters for ListLocations.
Constants
ListLocationsParamsSortBarcode, ListLocationsParamsSortBarcodeAsc, ListLocationsParamsSortBarcodeDesc, ListLocationsParamsSortModifiedAt, ListLocationsParamsSortModifiedAtAsc, ListLocationsParamsSortModifiedAtDesc, ListLocationsParamsSortName, ListLocationsParamsSortNameAsc, ListLocationsParamsSortNameDesc
ListLocationsParamsSortBarcode ListLocationsParamsSort = "barcode"
ListLocationsParamsSortBarcodeAsc ListLocationsParamsSort = "barcode:asc"
ListLocationsParamsSortBarcodeDesc ListLocationsParamsSort = "barcode:desc"
ListLocationsParamsSortModifiedAt ListLocationsParamsSort = "modifiedAt"
ListLocationsParamsSortModifiedAtAsc ListLocationsParamsSort = "modifiedAt:asc"
ListLocationsParamsSortModifiedAtDesc ListLocationsParamsSort = "modifiedAt:desc"
ListLocationsParamsSortName ListLocationsParamsSort = "name"
ListLocationsParamsSortNameAsc ListLocationsParamsSort = "name:asc"
ListLocationsParamsSortNameDesc ListLocationsParamsSort = "name:desc"
Defines values for ListLocationsParamsSort.
Type ListLocationsResponse
type ListLocationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListLocationsResponse(rsp *http.Response) (*ListLocationsResponse, error)
ParseListLocationsResponse parses an HTTP response from a
ListLocationsWithResponse call
Methods
func (r ListLocationsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListLocationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListMixturesParams
type ListMixturesParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
Sort *ListMixturesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a mixture. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a mixture. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to mixtures mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived mixtures. Use "ANY_ARCHIVED" to filter for archived mixtures regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of resource IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// IngredientComponentEntityIds Comma-separated list of ingredient component entity ids. Matches all mixtures that contain ingredients whose component entities match all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
IngredientComponentEntityIds *string `form:"ingredientComponentEntityIds,omitempty" json:"ingredientComponentEntityIds,omitempty"`
// IngredientComponentEntityIdsAnyOf Comma-separated list of ingredient component entity ids. Matches all mixtures that contain ingredients whose component entities match any of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
IngredientComponentEntityIdsAnyOf *string `form:"ingredientComponentEntityIds.anyOf,omitempty" json:"ingredientComponentEntityIds.anyOf,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListMixturesParams defines parameters for ListMixtures.
Type ListMixturesParamsSort
type ListMixturesParamsSort string
ListMixturesParamsSort defines parameters for ListMixtures.
Constants
ListMixturesParamsSortModifiedAt, ListMixturesParamsSortModifiedAtAsc, ListMixturesParamsSortModifiedAtDesc, ListMixturesParamsSortName, ListMixturesParamsSortNameAsc, ListMixturesParamsSortNameDesc
ListMixturesParamsSortModifiedAt ListMixturesParamsSort = "modifiedAt"
ListMixturesParamsSortModifiedAtAsc ListMixturesParamsSort = "modifiedAt:asc"
ListMixturesParamsSortModifiedAtDesc ListMixturesParamsSort = "modifiedAt:desc"
ListMixturesParamsSortName ListMixturesParamsSort = "name"
ListMixturesParamsSortNameAsc ListMixturesParamsSort = "name:asc"
ListMixturesParamsSortNameDesc ListMixturesParamsSort = "name:desc"
Defines values for ListMixturesParamsSort.
Type ListMixturesResponse
type ListMixturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MixturesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListMixturesResponse(rsp *http.Response) (*ListMixturesResponse, error)
ParseListMixturesResponse parses an HTTP response from a
ListMixturesWithResponse call
Methods
func (r ListMixturesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListMixturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListMoleculesParams
type ListMoleculesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListMoleculesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a Molecule. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a Molecule. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to Molecules mentioned in those entries.
MentionedIn *[]string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts results to those with the specified archive reason. Use “NOT_ARCHIVED” to filter for unarchived Molecules. Use "ANY_ARCHIVED" to filter for archived Molecules regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *[]string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
// ChemicalSubstructureMol mol-formatted string for a chemical substructure to search by
ChemicalSubstructureMol *string `form:"chemicalSubstructure.mol,omitempty" json:"chemicalSubstructure.mol,omitempty"`
// ChemicalSubstructureSmiles SMILES string for a chemical substructure to search by
ChemicalSubstructureSmiles *string `form:"chemicalSubstructure.smiles,omitempty" json:"chemicalSubstructure.smiles,omitempty"`
}
ListMoleculesParams defines parameters for ListMolecules.
Type ListMoleculesParamsSort
type ListMoleculesParamsSort string
ListMoleculesParamsSort defines parameters for ListMolecules.
Constants
ListMoleculesParamsSortModifiedAt, ListMoleculesParamsSortModifiedAtAsc, ListMoleculesParamsSortModifiedAtDesc, ListMoleculesParamsSortName, ListMoleculesParamsSortNameAsc, ListMoleculesParamsSortNameDesc
ListMoleculesParamsSortModifiedAt ListMoleculesParamsSort = "modifiedAt"
ListMoleculesParamsSortModifiedAtAsc ListMoleculesParamsSort = "modifiedAt:asc"
ListMoleculesParamsSortModifiedAtDesc ListMoleculesParamsSort = "modifiedAt:desc"
ListMoleculesParamsSortName ListMoleculesParamsSort = "name"
ListMoleculesParamsSortNameAsc ListMoleculesParamsSort = "name:asc"
ListMoleculesParamsSortNameDesc ListMoleculesParamsSort = "name:desc"
Defines values for ListMoleculesParamsSort.
Type ListMoleculesResponse
type ListMoleculesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MoleculesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListMoleculesResponse(rsp *http.Response) (*ListMoleculesResponse, error)
ParseListMoleculesResponse parses an HTTP response from a
ListMoleculesWithResponse call
Methods
func (r ListMoleculesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListMoleculesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListNucleotideAlignmentsParams
type ListNucleotideAlignmentsParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListNucleotideAlignmentsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a Nucleotide Alignment. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a Nucleotide Alignment. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// SequenceIds Comma-separated list of sequence ids that own one or more Nucleotide Alignments (i.e. ids of sequences used as the template in a Template Alignment or created as the consensus sequence from a Consensus Alignment). Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
SequenceIds *string `form:"sequenceIds,omitempty" json:"sequenceIds,omitempty"`
}
ListNucleotideAlignmentsParams defines parameters for
ListNucleotideAlignments.
Type ListNucleotideAlignmentsParamsSort
type ListNucleotideAlignmentsParamsSort string
ListNucleotideAlignmentsParamsSort defines parameters for
ListNucleotideAlignments.
Constants
ListNucleotideAlignmentsParamsSortModifiedAt, ListNucleotideAlignmentsParamsSortModifiedAtAsc, ListNucleotideAlignmentsParamsSortModifiedAtDesc, ListNucleotideAlignmentsParamsSortName, ListNucleotideAlignmentsParamsSortNameAsc, ListNucleotideAlignmentsParamsSortNameDesc
ListNucleotideAlignmentsParamsSortModifiedAt ListNucleotideAlignmentsParamsSort = "modifiedAt"
ListNucleotideAlignmentsParamsSortModifiedAtAsc ListNucleotideAlignmentsParamsSort = "modifiedAt:asc"
ListNucleotideAlignmentsParamsSortModifiedAtDesc ListNucleotideAlignmentsParamsSort = "modifiedAt:desc"
ListNucleotideAlignmentsParamsSortName ListNucleotideAlignmentsParamsSort = "name"
ListNucleotideAlignmentsParamsSortNameAsc ListNucleotideAlignmentsParamsSort = "name:asc"
ListNucleotideAlignmentsParamsSortNameDesc ListNucleotideAlignmentsParamsSort = "name:desc"
Defines values for ListNucleotideAlignmentsParamsSort.
Type ListNucleotideAlignmentsResponse
type ListNucleotideAlignmentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *NucleotideAlignmentsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListNucleotideAlignmentsResponse(rsp *http.Response) (*ListNucleotideAlignmentsResponse, error)
ParseListNucleotideAlignmentsResponse parses an HTTP response from a
ListNucleotideAlignmentsWithResponse call
Methods
func (r ListNucleotideAlignmentsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListNucleotideAlignmentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListOligosParams
type ListOligosParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListOligosParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an Oligo. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// Bases Full bases of the oligo. Restricts results to those with the specified bases, case-insensitive, allowing for circular or reverse complement matches. Does not allow partial matching or loose matching via degenerate bases.
Bases *string `form:"bases,omitempty" json:"bases,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to Oligos mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived Oligos. Use "ANY_ARCHIVED" to filter for archived Oligos regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListOligosParams defines parameters for ListOligos.
Type ListOligosParamsSort
type ListOligosParamsSort string
ListOligosParamsSort defines parameters for ListOligos.
Constants
ListOligosParamsSortModifiedAt, ListOligosParamsSortModifiedAtAsc, ListOligosParamsSortModifiedAtDesc, ListOligosParamsSortName, ListOligosParamsSortNameAsc, ListOligosParamsSortNameDesc
ListOligosParamsSortModifiedAt ListOligosParamsSort = "modifiedAt"
ListOligosParamsSortModifiedAtAsc ListOligosParamsSort = "modifiedAt:asc"
ListOligosParamsSortModifiedAtDesc ListOligosParamsSort = "modifiedAt:desc"
ListOligosParamsSortName ListOligosParamsSort = "name"
ListOligosParamsSortNameAsc ListOligosParamsSort = "name:asc"
ListOligosParamsSortNameDesc ListOligosParamsSort = "name:desc"
Defines values for ListOligosParamsSort.
Type ListOligosResponse
type ListOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OligosPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListOligosResponse(rsp *http.Response) (*ListOligosResponse, error)
ParseListOligosResponse parses an HTTP response from a
ListOligosWithResponse call
Methods
func (r ListOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ListOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListOrganizationsParams
type ListOrganizationsParams struct {
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Name Name of an organization. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of an organization. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// HasMembers Comma-separated list of user or Benchling app IDs. Restricts results to organizations that include all the given users/apps as members.
HasMembers *string `form:"hasMembers,omitempty" json:"hasMembers,omitempty"`
// HasAdmins Comma-separated list of user or Benchling app IDs. Restricts results to organizations that include all the given users/apps as admins.
HasAdmins *string `form:"hasAdmins,omitempty" json:"hasAdmins,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListOrganizationsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
}
ListOrganizationsParams defines parameters for ListOrganizations.
Type ListOrganizationsParamsSort
type ListOrganizationsParamsSort string
ListOrganizationsParamsSort defines parameters for ListOrganizations.
Constants
ListOrganizationsParamsSortModifiedAt, ListOrganizationsParamsSortModifiedAtAsc, ListOrganizationsParamsSortModifiedAtDesc, ListOrganizationsParamsSortName, ListOrganizationsParamsSortNameAsc, ListOrganizationsParamsSortNameDesc
ListOrganizationsParamsSortModifiedAt ListOrganizationsParamsSort = "modifiedAt"
ListOrganizationsParamsSortModifiedAtAsc ListOrganizationsParamsSort = "modifiedAt:asc"
ListOrganizationsParamsSortModifiedAtDesc ListOrganizationsParamsSort = "modifiedAt:desc"
ListOrganizationsParamsSortName ListOrganizationsParamsSort = "name"
ListOrganizationsParamsSortNameAsc ListOrganizationsParamsSort = "name:asc"
ListOrganizationsParamsSortNameDesc ListOrganizationsParamsSort = "name:desc"
Defines values for ListOrganizationsParamsSort.
Type ListOrganizationsResponse
type ListOrganizationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OrganizationsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListOrganizationsResponse(rsp *http.Response) (*ListOrganizationsResponse, error)
ParseListOrganizationsResponse parses an HTTP response from a
ListOrganizationsWithResponse call
Methods
func (r ListOrganizationsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListOrganizationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListPlateSchemasByRegistryResponse
type ListPlateSchemasByRegistryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlateSchemasList
JSON400 *BadRequestError
}
Functions
func ParseListPlateSchemasByRegistryResponse(rsp *http.Response) (*ListPlateSchemasByRegistryResponse, error)
ParseListPlateSchemasByRegistryResponse parses an HTTP response from a
ListPlateSchemasByRegistryWithResponse call
Methods
func (r ListPlateSchemasByRegistryResponse) Status() string
Status returns HTTPResponse.Status
func (r ListPlateSchemasByRegistryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListPlateSchemasParams
type ListPlateSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListPlateSchemasParams defines parameters for ListPlateSchemas.
Type ListPlateSchemasResponse
type ListPlateSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlateSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListPlateSchemasResponse(rsp *http.Response) (*ListPlateSchemasResponse, error)
ParseListPlateSchemasResponse parses an HTTP response from a
ListPlateSchemasWithResponse call
Methods
func (r ListPlateSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListPlateSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListPlatesParams
type ListPlatesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListPlatesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of a plate. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a plate. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// AncestorStorageId ID of a location. Restricts results to those located in the specified inventory.
AncestorStorageId *string `form:"ancestorStorageId,omitempty" json:"ancestorStorageId,omitempty"`
// StorageContentsId ID of a batch, entity, or entity schema. Restricts results to those that hold containers with entities or batches associated with the specified ID.
StorageContentsId *string `form:"storageContentsId,omitempty" json:"storageContentsId,omitempty"`
// StorageContentsIds Comma-separated list of IDs of batches or entities. Restricts results to those that hold containers with at least one of the specified batches, entities, or batches of the specified entities.
StorageContentsIds *string `form:"storageContentsIds,omitempty" json:"storageContentsIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived plates. Use "ANY_ARCHIVED" to filter for archived plates regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Barcodes Comma-separated list of barcodes. Matches all of the provided barcodes, or returns a 400 error that includes a list of which barcodes are invalid.
Barcodes *string `form:"barcodes,omitempty" json:"barcodes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
}
ListPlatesParams defines parameters for ListPlates.
Type ListPlatesParamsSort
type ListPlatesParamsSort string
ListPlatesParamsSort defines parameters for ListPlates.
Constants
ListPlatesParamsSortBarcode, ListPlatesParamsSortModifiedAt, ListPlatesParamsSortModifiedAtAsc, ListPlatesParamsSortModifiedAtDesc, ListPlatesParamsSortName, ListPlatesParamsSortNameAsc, ListPlatesParamsSortNameDesc
ListPlatesParamsSortBarcode ListPlatesParamsSort = "barcode"
ListPlatesParamsSortModifiedAt ListPlatesParamsSort = "modifiedAt"
ListPlatesParamsSortModifiedAtAsc ListPlatesParamsSort = "modifiedAt:asc"
ListPlatesParamsSortModifiedAtDesc ListPlatesParamsSort = "modifiedAt:desc"
ListPlatesParamsSortName ListPlatesParamsSort = "name"
ListPlatesParamsSortNameAsc ListPlatesParamsSort = "name:asc"
ListPlatesParamsSortNameDesc ListPlatesParamsSort = "name:desc"
Defines values for ListPlatesParamsSort.
Type ListPlatesResponse
type ListPlatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlatesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListPlatesResponse(rsp *http.Response) (*ListPlatesResponse, error)
ParseListPlatesResponse parses an HTTP response from a
ListPlatesWithResponse call
Methods
func (r ListPlatesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListPlatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListPrintersParams
type ListPrintersParams struct {
// Name Name of a printer. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
ListPrintersParams defines parameters for ListPrinters.
Type ListPrintersResponse
type ListPrintersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PrintersList
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseListPrintersResponse(rsp *http.Response) (*ListPrintersResponse, error)
ParseListPrintersResponse parses an HTTP response from a
ListPrintersWithResponse call
Methods
func (r ListPrintersResponse) Status() string
Status returns HTTPResponse.Status
func (r ListPrintersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListProjectsParams
type ListProjectsParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// Sort Method by which to order search results. Valid sorts are modifiedAt (modified time, most recent first) and name (project name, alphabetical). Optionally add :asc or :desc to specify ascending or descending order. Default is modifiedAt.
Sort *ListProjectsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived projects. Use "ANY_ARCHIVED" to filter for archived projects regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Name Name of a project. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
}
ListProjectsParams defines parameters for ListProjects.
Type ListProjectsParamsSort
type ListProjectsParamsSort string
ListProjectsParamsSort defines parameters for ListProjects.
Constants
ListProjectsParamsSortModifiedAt, ListProjectsParamsSortModifiedAtAsc, ListProjectsParamsSortModifiedAtDesc, ListProjectsParamsSortName, ListProjectsParamsSortNameAsc, ListProjectsParamsSortNameDesc
ListProjectsParamsSortModifiedAt ListProjectsParamsSort = "modifiedAt"
ListProjectsParamsSortModifiedAtAsc ListProjectsParamsSort = "modifiedAt:asc"
ListProjectsParamsSortModifiedAtDesc ListProjectsParamsSort = "modifiedAt:desc"
ListProjectsParamsSortName ListProjectsParamsSort = "name"
ListProjectsParamsSortNameAsc ListProjectsParamsSort = "name:asc"
ListProjectsParamsSortNameDesc ListProjectsParamsSort = "name:desc"
Defines values for ListProjectsParamsSort.
Type ListProjectsResponse
type ListProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectsPaginatedList
}
Functions
func ParseListProjectsResponse(rsp *http.Response) (*ListProjectsResponse, error)
ParseListProjectsResponse parses an HTTP response from a
ListProjectsWithResponse call
Methods
func (r ListProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRNAOligosParams
type ListRNAOligosParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListRNAOligosParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an RNA Oligo. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of an RNA Oligo. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Bases Full bases of the RNA Oligo. Restricts results to those with the specified bases, case-insensitive, allowing for circular or reverse complement matches. Does not allow partial matching or loose matching via degenerate bases.
Bases *string `form:"bases,omitempty" json:"bases,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to RNA Oligos mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived RNA Oligos. Use "ANY_ARCHIVED" to filter for archived RNA Oligos regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListRNAOligosParams defines parameters for ListRNAOligos.
Type ListRNAOligosParamsSort
type ListRNAOligosParamsSort string
ListRNAOligosParamsSort defines parameters for ListRNAOligos.
Constants
ListRNAOligosParamsSortModifiedAt, ListRNAOligosParamsSortModifiedAtAsc, ListRNAOligosParamsSortModifiedAtDesc, ListRNAOligosParamsSortName, ListRNAOligosParamsSortNameAsc, ListRNAOligosParamsSortNameDesc
ListRNAOligosParamsSortModifiedAt ListRNAOligosParamsSort = "modifiedAt"
ListRNAOligosParamsSortModifiedAtAsc ListRNAOligosParamsSort = "modifiedAt:asc"
ListRNAOligosParamsSortModifiedAtDesc ListRNAOligosParamsSort = "modifiedAt:desc"
ListRNAOligosParamsSortName ListRNAOligosParamsSort = "name"
ListRNAOligosParamsSortNameAsc ListRNAOligosParamsSort = "name:asc"
ListRNAOligosParamsSortNameDesc ListRNAOligosParamsSort = "name:desc"
Defines values for ListRNAOligosParamsSort.
Type ListRNAOligosResponse
type ListRNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaOligosPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListRNAOligosResponse(rsp *http.Response) (*ListRNAOligosResponse, error)
ParseListRNAOligosResponse parses an HTTP response from a
ListRNAOligosWithResponse call
Methods
func (r ListRNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRNASequencesParams
type ListRNASequencesParams struct {
// PageSize Number of results to return. Defaults to 50, maximum of 100.
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListRNASequencesParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// Name Name of an RNA Sequence. Restricts results to those with the specified name, alias, or entity registry ID.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of an RNA Sequence. Restricts results to those with names, aliases, or entity registry IDs that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// Bases Full bases of the RNA sequence. Restricts results to those with the specified bases, case-insensitive, allowing for circular or reverse complement matches. Does not allow partial matching or loose matching via degenerate bases.
Bases *string `form:"bases,omitempty" json:"bases,omitempty"`
// FolderId ID of a folder. Restricts results to those in the folder.
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to RNA sequences mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// ProjectId ID of a project. Restricts results to those in the project.
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// RegistryId ID of a registry. Restricts results to those registered in this registry. Specifying "null" returns unregistered items.
RegistryId *string `form:"registryId,omitempty" json:"registryId,omitempty"`
// SchemaId ID of a schema. Restricts results to those of the specified schema.
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived RNA sequences. Use "ANY_ARCHIVED" to filter for archived RNA sequences regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
// Mentions Comma-separated list of item IDs. Restricts results to those that mention the given items in the description.
Mentions *string `form:"mentions,omitempty" json:"mentions,omitempty"`
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// EntityRegistryIdsAnyOf Comma-separated list of entity registry IDs. Restricts results to those that match any of the specified registry IDs.
EntityRegistryIdsAnyOf *string `form:"entityRegistryIds.anyOf,omitempty" json:"entityRegistryIds.anyOf,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, aliases, or entity registry IDs, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// CreatorIds Comma separated list of users IDs
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// AuthorIdsAnyOf Comma separated list of user or app IDs
AuthorIdsAnyOf *string `form:"authorIds.anyOf,omitempty" json:"authorIds.anyOf,omitempty"`
}
ListRNASequencesParams defines parameters for ListRNASequences.
Type ListRNASequencesParamsSort
type ListRNASequencesParamsSort string
ListRNASequencesParamsSort defines parameters for ListRNASequences.
Constants
ListRNASequencesParamsSortModifiedAt, ListRNASequencesParamsSortModifiedAtAsc, ListRNASequencesParamsSortModifiedAtDesc, ListRNASequencesParamsSortName, ListRNASequencesParamsSortNameAsc, ListRNASequencesParamsSortNameDesc
ListRNASequencesParamsSortModifiedAt ListRNASequencesParamsSort = "modifiedAt"
ListRNASequencesParamsSortModifiedAtAsc ListRNASequencesParamsSort = "modifiedAt:asc"
ListRNASequencesParamsSortModifiedAtDesc ListRNASequencesParamsSort = "modifiedAt:desc"
ListRNASequencesParamsSortName ListRNASequencesParamsSort = "name"
ListRNASequencesParamsSortNameAsc ListRNASequencesParamsSort = "name:asc"
ListRNASequencesParamsSortNameDesc ListRNASequencesParamsSort = "name:desc"
Defines values for ListRNASequencesParamsSort.
Type ListRNASequencesResponse
type ListRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequencesPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListRNASequencesResponse(rsp *http.Response) (*ListRNASequencesResponse, error)
ParseListRNASequencesResponse parses an HTTP response from a
ListRNASequencesWithResponse call
Methods
func (r ListRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRegistriesParams
type ListRegistriesParams struct {
// Name Name of a registry. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListRegistriesParams defines parameters for ListRegistries.
Type ListRegistriesResponse
type ListRegistriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RegistriesList
}
Functions
func ParseListRegistriesResponse(rsp *http.Response) (*ListRegistriesResponse, error)
ParseListRegistriesResponse parses an HTTP response from a
ListRegistriesWithResponse call
Methods
func (r ListRegistriesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRegistriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRequestFulfillmentsParams
type ListRequestFulfillmentsParams struct {
EntryId string `form:"entryId" json:"entryId"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListRequestFulfillmentsParams defines parameters for
ListRequestFulfillments.
Type ListRequestFulfillmentsResponse
type ListRequestFulfillmentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestFulfillmentsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListRequestFulfillmentsResponse(rsp *http.Response) (*ListRequestFulfillmentsResponse, error)
ParseListRequestFulfillmentsResponse parses an HTTP response from a
ListRequestFulfillmentsWithResponse call
Methods
func (r ListRequestFulfillmentsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRequestFulfillmentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRequestSchemasParams
type ListRequestSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListRequestSchemasParams defines parameters for ListRequestSchemas.
Type ListRequestSchemasResponse
type ListRequestSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListRequestSchemasResponse(rsp *http.Response) (*ListRequestSchemasResponse, error)
ParseListRequestSchemasResponse parses an HTTP response from a
ListRequestSchemasWithResponse call
Methods
func (r ListRequestSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRequestSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRequestTaskSchemasParams
type ListRequestTaskSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListRequestTaskSchemasParams defines parameters for ListRequestTaskSchemas.
Type ListRequestTaskSchemasResponse
type ListRequestTaskSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestTaskSchemasPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListRequestTaskSchemasResponse(rsp *http.Response) (*ListRequestTaskSchemasResponse, error)
ParseListRequestTaskSchemasResponse parses an HTTP response from a
ListRequestTaskSchemasWithResponse call
Methods
func (r ListRequestTaskSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRequestTaskSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListRequestsParams
type ListRequestsParams struct {
SchemaId string `form:"schemaId" json:"schemaId"`
RequestStatus *RequestStatus `form:"requestStatus,omitempty" json:"requestStatus,omitempty"`
// MinCreatedTime minimum create time (unix seconds)
MinCreatedTime *int `form:"minCreatedTime,omitempty" json:"minCreatedTime,omitempty"`
// MaxCreatedTime maximum create time (unix seconds)
MaxCreatedTime *int `form:"maxCreatedTime,omitempty" json:"maxCreatedTime,omitempty"`
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
}
ListRequestsParams defines parameters for ListRequests.
Type ListRequestsResponse
type ListRequestsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RequestsPaginatedList
}
Functions
func ParseListRequestsResponse(rsp *http.Response) (*ListRequestsResponse, error)
ParseListRequestsResponse parses an HTTP response from a
ListRequestsWithResponse call
Methods
func (r ListRequestsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListRequestsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ListStageRunInputSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowSampleList
}
Functions
func ParseListStageRunInputSamplesResponse(rsp *http.Response) (*ListStageRunInputSamplesResponse, error)
ParseListStageRunInputSamplesResponse parses an HTTP response from a
ListStageRunInputSamplesWithResponse call
Methods
func (r ListStageRunInputSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListStageRunInputSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListStageRunOutputSamplesResponse
type ListStageRunOutputSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowSampleList
}
Functions
func ParseListStageRunOutputSamplesResponse(rsp *http.Response) (*ListStageRunOutputSamplesResponse, error)
ParseListStageRunOutputSamplesResponse parses an HTTP response from a
ListStageRunOutputSamplesWithResponse call
Methods
func (r ListStageRunOutputSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListStageRunOutputSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListStageRunRegisteredSamplesResponse
type ListStageRunRegisteredSamplesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowSampleList
}
Functions
func ParseListStageRunRegisteredSamplesResponse(rsp *http.Response) (*ListStageRunRegisteredSamplesResponse, error)
ParseListStageRunRegisteredSamplesResponse parses an HTTP response from a
ListStageRunRegisteredSamplesWithResponse call
Methods
func (r ListStageRunRegisteredSamplesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListStageRunRegisteredSamplesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListTeamsParams
type ListTeamsParams struct {
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Name Name of a team. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a team. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// MentionedIn Comma-separated list of entry IDs. Restricts results to teams mentioned in those entries.
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// OrganizationId Restricts results to those in the organization.
OrganizationId *string `form:"organizationId,omitempty" json:"organizationId,omitempty"`
// HasMembers Comma-separated list of user or Benchling app IDs. Restricts results to teams that include all the given users/apps as members.
HasMembers *string `form:"hasMembers,omitempty" json:"hasMembers,omitempty"`
// HasAdmins Comma-separated list of user or Benchling app IDs. Restricts results to teams that include all the given users/apps as admins.
HasAdmins *string `form:"hasAdmins,omitempty" json:"hasAdmins,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListTeamsParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
}
ListTeamsParams defines parameters for ListTeams.
Type ListTeamsParamsSort
type ListTeamsParamsSort string
ListTeamsParamsSort defines parameters for ListTeams.
Constants
ListTeamsParamsSortModifiedAt, ListTeamsParamsSortModifiedAtAsc, ListTeamsParamsSortModifiedAtDesc, ListTeamsParamsSortName, ListTeamsParamsSortNameAsc, ListTeamsParamsSortNameDesc
ListTeamsParamsSortModifiedAt ListTeamsParamsSort = "modifiedAt"
ListTeamsParamsSortModifiedAtAsc ListTeamsParamsSort = "modifiedAt:asc"
ListTeamsParamsSortModifiedAtDesc ListTeamsParamsSort = "modifiedAt:desc"
ListTeamsParamsSortName ListTeamsParamsSort = "name"
ListTeamsParamsSortNameAsc ListTeamsParamsSort = "name:asc"
ListTeamsParamsSortNameDesc ListTeamsParamsSort = "name:desc"
Defines values for ListTeamsParamsSort.
Type ListTeamsResponse
type ListTeamsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *TeamsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListTeamsResponse(rsp *http.Response) (*ListTeamsResponse, error)
ParseListTeamsResponse parses an HTTP response from a ListTeamsWithResponse
call
Methods
func (r ListTeamsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListTeamsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListUsersParams
type ListUsersParams struct {
// Ids Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// Name Name of a user. Restricts results to those with the specified name.
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Name substring of a user. Restricts results to those with names that include the provided substring.
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// NamesAnyOf Comma-separated list of names. Restricts results to those that match any of the specified names, case insensitive. Warning - this filter can be non-performant due to case insensitivity.
NamesAnyOf *string `form:"names.anyOf,omitempty" json:"names.anyOf,omitempty"`
// NamesAnyOfCaseSensitive Comma-separated list of names. Restricts results to those that match any of the specified names, case sensitive.
NamesAnyOfCaseSensitive *string `form:"names.anyOf.caseSensitive,omitempty" json:"names.anyOf.caseSensitive,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
// MemberOf Comma-separated list of organization and/or team API IDs. Restricts results to users that are members of all given groups.
MemberOf *string `form:"memberOf,omitempty" json:"memberOf,omitempty"`
// AdminOf Comma-separated list of organization and/or team API IDs. Restricts results to users that are admins of all given groups.
AdminOf *string `form:"adminOf,omitempty" json:"adminOf,omitempty"`
// Handles Comma-separated list of handles. Restricts results to the users with the specified handles.
Handles *string `form:"handles,omitempty" json:"handles,omitempty"`
// PasswordLastChangedAt Datetime, in RFC 3339 format. Supports the >, >=, <, <=, operators. Time zone defaults to UTC. Restricts results to users who have last changed their password in the specified range. e.g. > 2017-04-30. If "null" is provided returns users that have no password set (SAML).
PasswordLastChangedAt *string `form:"passwordLastChangedAt,omitempty" json:"passwordLastChangedAt,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// NextToken Token for pagination
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
Sort *ListUsersParamsSort `form:"sort,omitempty" json:"sort,omitempty"`
}
ListUsersParams defines parameters for ListUsers.
Type ListUsersParamsSort
type ListUsersParamsSort string
ListUsersParamsSort defines parameters for ListUsers.
Constants
ListUsersParamsSortModifiedAt, ListUsersParamsSortModifiedAtAsc, ListUsersParamsSortModifiedAtDesc, ListUsersParamsSortName, ListUsersParamsSortNameAsc, ListUsersParamsSortNameDesc
ListUsersParamsSortModifiedAt ListUsersParamsSort = "modifiedAt"
ListUsersParamsSortModifiedAtAsc ListUsersParamsSort = "modifiedAt:asc"
ListUsersParamsSortModifiedAtDesc ListUsersParamsSort = "modifiedAt:desc"
ListUsersParamsSortName ListUsersParamsSort = "name"
ListUsersParamsSortNameAsc ListUsersParamsSort = "name:asc"
ListUsersParamsSortNameDesc ListUsersParamsSort = "name:desc"
Defines values for ListUsersParamsSort.
Type ListUsersResponse
type ListUsersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UsersPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListUsersResponse(rsp *http.Response) (*ListUsersResponse, error)
ParseListUsersResponse parses an HTTP response from a ListUsersWithResponse
call
Methods
func (r ListUsersResponse) Status() string
Status returns HTTPResponse.Status
func (r ListUsersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowOutputsParams
type ListWorkflowOutputsParams struct {
// Ids Comma separated list of workflow output IDs
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// WorkflowTaskGroupIds Comma separated list of workflow IDs
WorkflowTaskGroupIds *string `form:"workflowTaskGroupIds,omitempty" json:"workflowTaskGroupIds,omitempty"`
// WorkflowTaskIds Comma separated list of workflow task IDs
WorkflowTaskIds *string `form:"workflowTaskIds,omitempty" json:"workflowTaskIds,omitempty"`
// SchemaId The ID of the workflow task schema of the workflow output
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// WatcherIds Comma separated list of user IDs or "null"
WatcherIds *string `form:"watcherIds,omitempty" json:"watcherIds,omitempty"`
// ResponsibleTeamIds Comma separated list of team IDs or "null"
ResponsibleTeamIds *string `form:"responsibleTeamIds,omitempty" json:"responsibleTeamIds,omitempty"`
// CreationOriginIds Comma separated list of entry IDs
CreationOriginIds *string `form:"creationOriginIds,omitempty" json:"creationOriginIds,omitempty"`
// LinkedItemIdsAnyOf Comma separated list of bioentity or storable IDs. Returns workflow outputs where the output's schema fields reference at least one of the provided items.
LinkedItemIdsAnyOf *string `form:"linkedItemIds.anyOf,omitempty" json:"linkedItemIds.anyOf,omitempty"`
// LinkedItemIdsAllOf Comma separated list of bioentity or storable IDs. Returns workflow outputs where the output's schema fields reference all of the provided items.
LinkedItemIdsAllOf *string `form:"linkedItemIds.allOf,omitempty" json:"linkedItemIds.allOf,omitempty"`
// LinkedItemIdsNoneOf Comma separated list of bioentity or storable IDs. Returns workflow outputs where the output's schema fields do not reference any of the provided items.
LinkedItemIdsNoneOf *string `form:"linkedItemIds.noneOf,omitempty" json:"linkedItemIds.noneOf,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// Name The name of the workflow task
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Part of the name of the workflow task
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// CreatorIds Comma separated list of user IDs.
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// DisplayIds Comma-separated list of Workflow Output Display IDs.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived workflow outputs. Use "ANY_ARCHIVED" to filter for archived workflow outputs regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
}
ListWorkflowOutputsParams defines parameters for ListWorkflowOutputs.
Type ListWorkflowOutputsResponse
type ListWorkflowOutputsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowOutputsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListWorkflowOutputsResponse(rsp *http.Response) (*ListWorkflowOutputsResponse, error)
ParseListWorkflowOutputsResponse parses an HTTP response from a
ListWorkflowOutputsWithResponse call
Methods
func (r ListWorkflowOutputsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowOutputsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowStageRunsResponse
type ListWorkflowStageRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowStageRunList
}
Functions
func ParseListWorkflowStageRunsResponse(rsp *http.Response) (*ListWorkflowStageRunsResponse, error)
ParseListWorkflowStageRunsResponse parses an HTTP response from a
ListWorkflowStageRunsWithResponse call
Methods
func (r ListWorkflowStageRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowStageRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowStagesResponse
type ListWorkflowStagesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowStageList
}
Functions
func ParseListWorkflowStagesResponse(rsp *http.Response) (*ListWorkflowStagesResponse, error)
ParseListWorkflowStagesResponse parses an HTTP response from a
ListWorkflowStagesWithResponse call
Methods
func (r ListWorkflowStagesResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowStagesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowTaskGroupsParams
type ListWorkflowTaskGroupsParams struct {
// Ids Comma separated list of workflow task group IDs
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// SchemaId The workflow task schema ID of tasks in this task group
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// FolderId A folder ID
FolderId *string `form:"folderId,omitempty" json:"folderId,omitempty"`
// ProjectId A project ID
ProjectId *string `form:"projectId,omitempty" json:"projectId,omitempty"`
// MentionedIn A comma separated list entry IDs
MentionedIn *string `form:"mentionedIn,omitempty" json:"mentionedIn,omitempty"`
// WatcherIds Comma separated list of user IDs or "null"
WatcherIds *string `form:"watcherIds,omitempty" json:"watcherIds,omitempty"`
// ExecutionTypes Comma separated list of workflow execution types. Acceptable execution types are "DIRECT" and "ENTRY"
ExecutionTypes *string `form:"executionTypes,omitempty" json:"executionTypes,omitempty"`
// ResponsibleTeamIds Comma separated list of team IDs or "null"
ResponsibleTeamIds *string `form:"responsibleTeamIds,omitempty" json:"responsibleTeamIds,omitempty"`
// StatusIdsAnyOf Commas separated list of Status ids. Returns workflows where at least one task is of one of the provided statuses.
StatusIdsAnyOf *string `form:"statusIds.anyOf,omitempty" json:"statusIds.anyOf,omitempty"`
// StatusIdsNoneOf Commas separated list of Status ids. Returns workflows where none of the tasks are of any of the provided statuses.
StatusIdsNoneOf *string `form:"statusIds.noneOf,omitempty" json:"statusIds.noneOf,omitempty"`
// StatusIdsOnly Commas separated list of Status ids. Returns workflows where all of the tasks are of one of the provided statuses.
StatusIdsOnly *string `form:"statusIds.only,omitempty" json:"statusIds.only,omitempty"`
// Name The name of the workflow task group
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Part of the name of the workflow task group
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// CreatorIds Comma separated list of user IDs.
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// DisplayIds Comma-separated list of Workflow Display IDs.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived workflow task groups. Use "ANY_ARCHIVED" to filter for archived workflow task groups regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
}
ListWorkflowTaskGroupsParams defines parameters for ListWorkflowTaskGroups.
Type ListWorkflowTaskGroupsResponse
type ListWorkflowTaskGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskGroupsPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListWorkflowTaskGroupsResponse(rsp *http.Response) (*ListWorkflowTaskGroupsResponse, error)
ParseListWorkflowTaskGroupsResponse parses an HTTP response from a
ListWorkflowTaskGroupsWithResponse call
Methods
func (r ListWorkflowTaskGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowTaskGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowTaskSchemasParams
type ListWorkflowTaskSchemasParams struct {
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
}
ListWorkflowTaskSchemasParams defines parameters for
ListWorkflowTaskSchemas.
Type ListWorkflowTaskSchemasResponse
type ListWorkflowTaskSchemasResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskSchemasPaginatedList
JSON404 *NotFoundError
}
Functions
func ParseListWorkflowTaskSchemasResponse(rsp *http.Response) (*ListWorkflowTaskSchemasResponse, error)
ParseListWorkflowTaskSchemasResponse parses an HTTP response from a
ListWorkflowTaskSchemasWithResponse call
Methods
func (r ListWorkflowTaskSchemasResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowTaskSchemasResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowTasksParams
type ListWorkflowTasksParams struct {
// Ids Comma separated list of workflow task IDs
Ids *string `form:"ids,omitempty" json:"ids,omitempty"`
// WorkflowTaskGroupIds Comma separated list of workflow IDs
WorkflowTaskGroupIds *string `form:"workflowTaskGroupIds,omitempty" json:"workflowTaskGroupIds,omitempty"`
// SchemaId The ID of the workflow task schema of the workflow task
SchemaId *string `form:"schemaId,omitempty" json:"schemaId,omitempty"`
// StatusIds Comma separated list of workflow task status ids
StatusIds *string `form:"statusIds,omitempty" json:"statusIds,omitempty"`
// AssigneeIds Comma separated list of user ids or "null"
AssigneeIds *string `form:"assigneeIds,omitempty" json:"assigneeIds,omitempty"`
// WatcherIds Comma separated list of user IDs or "null"
WatcherIds *string `form:"watcherIds,omitempty" json:"watcherIds,omitempty"`
// ResponsibleTeamIds Comma separated list of team IDs or "null"
ResponsibleTeamIds *string `form:"responsibleTeamIds,omitempty" json:"responsibleTeamIds,omitempty"`
// ExecutionOriginIds Comma separated list of entry IDs
ExecutionOriginIds *string `form:"executionOriginIds,omitempty" json:"executionOriginIds,omitempty"`
// ExecutionTypes Comma separated list of workflow execution types. Acceptable execution types are "DIRECT" and "ENTRY"
ExecutionTypes *string `form:"executionTypes,omitempty" json:"executionTypes,omitempty"`
// LinkedItemIdsAnyOf Comma separated list of bioentity or storable IDs. Returns workflow tasks where the task's schema fields reference at least one of the provided items.
LinkedItemIdsAnyOf *string `form:"linkedItemIds.anyOf,omitempty" json:"linkedItemIds.anyOf,omitempty"`
// LinkedItemIdsAllOf Comma separated list of bioentity or storable IDs. Returns workflow tasks where the task's schema fields reference all of the provided items.
LinkedItemIdsAllOf *string `form:"linkedItemIds.allOf,omitempty" json:"linkedItemIds.allOf,omitempty"`
// LinkedItemIdsNoneOf Comma separated list of bioentity or storable IDs. Returns workflow tasks where the task's schema fields do not reference any of the provided items.
LinkedItemIdsNoneOf *string `form:"linkedItemIds.noneOf,omitempty" json:"linkedItemIds.noneOf,omitempty"`
// SchemaFields Schema field value. For Integer, Float, and Date type fields, supports the >= and <= operators. If present, the schemaId param must also be present. Restricts results to those with a field of whose value matches the filter.
SchemaFields *SchemaFieldsQueryParam `form:"schemaFields,omitempty" json:"schemaFields,omitempty"`
// Name The name of the workflow task
Name *string `form:"name,omitempty" json:"name,omitempty"`
// NameIncludes Part of the name of the workflow task
NameIncludes *string `form:"nameIncludes,omitempty" json:"nameIncludes,omitempty"`
// CreatorIds Comma separated list of user IDs.
CreatorIds *string `form:"creatorIds,omitempty" json:"creatorIds,omitempty"`
// ScheduledOn The date on which the task was scheduled to be executed. Returns tasks which are scheduled on the provided date. If "null" is provided returns tasks which are unshceduled.
ScheduledOn *openapi_types.Date `form:"scheduledOn,omitempty" json:"scheduledOn,omitempty"`
// ScheduledOnLt The date on which the task was scheduled to be executed. Returns tasks which are scheduled before the provided date.
ScheduledOnLt *openapi_types.Date `form:"scheduledOn.lt,omitempty" json:"scheduledOn.lt,omitempty"`
// ScheduledOnLte The date on which the task was scheduled to be executed. Returns tasks which are scheduled before or on the provided date.
ScheduledOnLte *openapi_types.Date `form:"scheduledOn.lte,omitempty" json:"scheduledOn.lte,omitempty"`
// ScheduledOnGte The date on which the task was scheduled to be executed. Returns tasks which are scheduled on or after the provided date.
ScheduledOnGte *openapi_types.Date `form:"scheduledOn.gte,omitempty" json:"scheduledOn.gte,omitempty"`
// ScheduledOnGt The date on which the task was scheduled to be executed. Returns tasks which are scheduled after the provided date.
ScheduledOnGt *openapi_types.Date `form:"scheduledOn.gt,omitempty" json:"scheduledOn.gt,omitempty"`
// ModifiedAt Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.
ModifiedAt *string `form:"modifiedAt,omitempty" json:"modifiedAt,omitempty"`
NextToken *string `form:"nextToken,omitempty" json:"nextToken,omitempty"`
PageSize *int `form:"pageSize,omitempty" json:"pageSize,omitempty"`
// DisplayIds Comma-separated list of Workflow Task Display IDs.
DisplayIds *string `form:"displayIds,omitempty" json:"displayIds,omitempty"`
// ArchiveReason Archive reason. Restricts items to those with the specified archive reason. Use "NOT_ARCHIVED" to filter for unarchived workflow tasks. Use "ANY_ARCHIVED" to filter for archived workflow tasks regardless of reason. Use "ANY_ARCHIVED_OR_NOT_ARCHIVED" to return items for both archived and unarchived.
ArchiveReason *string `form:"archiveReason,omitempty" json:"archiveReason,omitempty"`
}
ListWorkflowTasksParams defines parameters for ListWorkflowTasks.
Type ListWorkflowTasksResponse
type ListWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTasksPaginatedList
JSON400 *BadRequestError
}
Functions
func ParseListWorkflowTasksResponse(rsp *http.Response) (*ListWorkflowTasksResponse, error)
ParseListWorkflowTasksResponse parses an HTTP response from a
ListWorkflowTasksWithResponse call
Methods
func (r ListWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ListWorkflowsResponse
type ListWorkflowsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowList
}
Functions
func ParseListWorkflowsResponse(rsp *http.Response) (*ListWorkflowsResponse, error)
ParseListWorkflowsResponse parses an HTTP response from a
ListWorkflowsWithResponse call
Methods
func (r ListWorkflowsResponse) Status() string
Status returns HTTPResponse.Status
func (r ListWorkflowsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type Location
type Location struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Barcode *string `json:"barcode,omitempty"`
CreatedAt *string `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Id *string `json:"id,omitempty"`
ModifiedAt *string `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId"`
Schema *SchemaSummary `json:"schema"`
WebURL *string `json:"webURL,omitempty"`
}
Location defines model for Location.
Type LocationCreate
type LocationCreate struct {
Barcode *string `json:"barcode,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Name string `json:"name"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
SchemaId string `json:"schemaId"`
}
LocationCreate defines model for LocationCreate.
Type LocationSchema
type LocationSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]LocationSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *LocationSchemaType `json:"type,omitempty"`
}
LocationSchema defines model for LocationSchema.
Type LocationSchemaType
type LocationSchemaType string
LocationSchemaType defines model for LocationSchema.Type.
Constants
LocationSchemaTypeLocation
LocationSchemaTypeLocation LocationSchemaType = "location"
Defines values for LocationSchemaType.
Type LocationSchema_FieldDefinitions_Item
type LocationSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
LocationSchema_FieldDefinitions_Item defines model for
LocationSchema.fieldDefinitions.Item.
Methods
func (t LocationSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
LocationSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t LocationSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
LocationSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t LocationSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
LocationSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t LocationSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
LocationSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t LocationSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
LocationSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
LocationSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
LocationSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
LocationSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the LocationSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
LocationSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t LocationSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *LocationSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the LocationSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data
inside the LocationSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the LocationSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the LocationSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the LocationSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *LocationSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type LocationSchemasList
type LocationSchemasList struct {
LocationSchemas *[]LocationSchema `json:"locationSchemas,omitempty"`
}
LocationSchemasList defines model for LocationSchemasList.
Type LocationSchemasPaginatedList
type LocationSchemasPaginatedList struct {
LocationSchemas *[]LocationSchema `json:"locationSchemas,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
LocationSchemasPaginatedList defines model for LocationSchemasPaginatedList.
Type LocationUpdate
type LocationUpdate struct {
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
}
LocationUpdate defines model for LocationUpdate.
Type LocationsArchivalChange
type LocationsArchivalChange struct {
BoxIds *[]string `json:"boxIds,omitempty"`
ContainerIds *[]string `json:"containerIds,omitempty"`
LocationIds *[]string `json:"locationIds,omitempty"`
PlateIds *[]string `json:"plateIds,omitempty"`
}
LocationsArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of locations along with any
IDs of locations, boxes, plates, containers that were archived.
Type LocationsArchive
type LocationsArchive struct {
// LocationIds Array of location IDs
LocationIds []string `json:"locationIds"`
// Reason Reason that locations are being archived.
Reason LocationsArchiveReason `json:"reason"`
// ShouldRemoveBarcodes Remove barcodes. Removing barcodes from archived inventory that contain items will also remove barcodes from the contained items.
ShouldRemoveBarcodes *bool `json:"shouldRemoveBarcodes,omitempty"`
}
LocationsArchive defines model for LocationsArchive.
Type LocationsArchiveReason
type LocationsArchiveReason string
LocationsArchiveReason Reason that locations are being archived.
Constants
LocationsArchiveReasonMadeInError, LocationsArchiveReasonOther, LocationsArchiveReasonRetired
LocationsArchiveReasonMadeInError LocationsArchiveReason = "Made in error"
LocationsArchiveReasonOther LocationsArchiveReason = "Other"
LocationsArchiveReasonRetired LocationsArchiveReason = "Retired"
Defines values for LocationsArchiveReason.
Type LocationsBulkGet
type LocationsBulkGet struct {
Locations *[]Location `json:"locations,omitempty"`
}
LocationsBulkGet defines model for LocationsBulkGet.
Type LocationsPaginatedList
type LocationsPaginatedList struct {
Locations *[]Location `json:"locations,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
LocationsPaginatedList defines model for LocationsPaginatedList.
Type LocationsUnarchive
type LocationsUnarchive struct {
// LocationIds Array of location IDs
LocationIds []string `json:"locationIds"`
}
LocationsUnarchive defines model for LocationsUnarchive.
Type LookupTableNotePart
type LookupTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
Type *LookupTableNotePartType `json:"type,omitempty"`
}
LookupTableNotePart defines model for LookupTableNotePart.
Type LookupTableNotePartType
type LookupTableNotePartType string
LookupTableNotePartType defines model for LookupTableNotePart.Type.
Constants
LookupTable
LookupTable LookupTableNotePartType = "lookup_table"
Defines values for LookupTableNotePartType.
Type Measurement
type Measurement struct {
// Units Can only be null if value is also null
Units *string `json:"units"`
// Value Can only be null if units is also null
Value *float32 `json:"value"`
}
Measurement defines model for Measurement.
Type Mixture
type Mixture struct {
Aliases *[]string `json:"aliases,omitempty"`
// AllowMeasuredIngredients Derived from the mixture's schema.
AllowMeasuredIngredients *bool `json:"allowMeasuredIngredients,omitempty"`
// Amount The positive numerical amount value of this mixture in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4).
Amount *string `json:"amount,omitempty"`
// ApiURL The canonical url of the Mixture in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Authors *[]UserSummary `json:"authors,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
// Fields Mixtures can have up to one parent mixture field.
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
// Ingredients List of ingredients on this mixture.
Ingredients *[]Ingredient `json:"ingredients,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema,omitempty"`
Units *MixtureMeasurementUnits `json:"units"`
WebURL *string `json:"webURL,omitempty"`
}
Mixture defines model for Mixture.
Type MixtureBulkUpdate
type MixtureBulkUpdate struct {
// Aliases Aliases to add to the mixture
Aliases *[]string `json:"aliases,omitempty"`
// Amount The positive numerical amount value of this mixture in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4).
Amount *string `json:"amount,omitempty"`
// AuthorIds IDs of users to set as the mixture's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the mixture. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Schema fields to set on the mixture. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
// If you are setting the parent mixture field here, you must also specify `ingredients`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that the entity is moved into
FolderId *string `json:"folderId,omitempty"`
Id string `json:"id"`
// Ingredients Desired final state for the ingredients on this mixture.
// Each ingredient you specify will be matched with the existing ingredients on the mixture based on the component entity, and Benchling will create, update, or delete this mixture's ingredients so that the final state of this mixture's ingredients matches your request.
// Benchling will recognize that any ingredients you specify that match ingredients on the parent mixture (based on component entity) are inherited. This can be seen on the returned `ingredients[i].hasParent` attribute.
Ingredients *[]IngredientWriteParams `json:"ingredients,omitempty"`
Name *string `json:"name,omitempty"`
SchemaId *string `json:"schemaId,omitempty"`
Units *MixtureMeasurementUnits `json:"units"`
}
MixtureBulkUpdate defines model for MixtureBulkUpdate.
Type MixtureCreate
type MixtureCreate struct {
// Aliases Aliases to add to the mixture
Aliases *[]string `json:"aliases,omitempty"`
// Amount The positive numerical amount value of this mixture in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4).
Amount *string `json:"amount,omitempty"`
// AuthorIds IDs of users to set as the mixture's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the mixture. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Schema fields to set on the mixture. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
// If you are setting the parent mixture field here, you must also specify `ingredients`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// Ingredients Desired final state for the ingredients on this mixture.
// Each ingredient you specify will be matched with the existing ingredients on the mixture based on the component entity, and Benchling will create, update, or delete this mixture's ingredients so that the final state of this mixture's ingredients matches your request.
// Benchling will recognize that any ingredients you specify that match ingredients on the parent mixture (based on component entity) are inherited. This can be seen on the returned `ingredients[i].hasParent` attribute.
Ingredients []IngredientWriteParams `json:"ingredients"`
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
SchemaId string `json:"schemaId"`
Units *MixtureMeasurementUnits `json:"units"`
}
MixtureCreate defines model for MixtureCreate.
Type MixtureMeasurementUnits
type MixtureMeasurementUnits string
MixtureMeasurementUnits defines model for MixtureMeasurementUnits.
Constants
G, Kg, L, ML, NL, UL, Units
G MixtureMeasurementUnits = "g"
Kg MixtureMeasurementUnits = "kg"
L MixtureMeasurementUnits = "L"
ML MixtureMeasurementUnits = "mL"
NL MixtureMeasurementUnits = "nL"
UL MixtureMeasurementUnits = "uL"
Units MixtureMeasurementUnits = "Units"
Defines values for MixtureMeasurementUnits.
Type MixturePrepTableNotePart
type MixturePrepTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
MixtureSchemaId *string `json:"mixtureSchemaId,omitempty"`
Type *MixturePrepTableNotePartType `json:"type,omitempty"`
}
MixturePrepTableNotePart defines model for MixturePrepTableNotePart.
Type MixturePrepTableNotePartType
type MixturePrepTableNotePartType string
MixturePrepTableNotePartType defines model for
MixturePrepTableNotePart.Type.
Constants
MixturePrepTable
MixturePrepTable MixturePrepTableNotePartType = "mixture_prep_table"
Defines values for MixturePrepTableNotePartType.
Type MixtureUpdate
type MixtureUpdate struct {
// Aliases Aliases to add to the mixture
Aliases *[]string `json:"aliases,omitempty"`
// Amount The positive numerical amount value of this mixture in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4).
Amount *string `json:"amount,omitempty"`
// AuthorIds IDs of users to set as the mixture's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// CustomFields Custom fields to add to the mixture. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Schema fields to set on the mixture. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
// If you are setting the parent mixture field here, you must also specify `ingredients`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that the entity is moved into
FolderId *string `json:"folderId,omitempty"`
// Ingredients Desired final state for the ingredients on this mixture.
// Each ingredient you specify will be matched with the existing ingredients on the mixture based on the component entity, and Benchling will create, update, or delete this mixture's ingredients so that the final state of this mixture's ingredients matches your request.
// Benchling will recognize that any ingredients you specify that match ingredients on the parent mixture (based on component entity) are inherited. This can be seen on the returned `ingredients[i].hasParent` attribute.
Ingredients *[]IngredientWriteParams `json:"ingredients,omitempty"`
Name *string `json:"name,omitempty"`
SchemaId *string `json:"schemaId,omitempty"`
Units *MixtureMeasurementUnits `json:"units"`
}
MixtureUpdate defines model for MixtureUpdate.
Type MixtureWithEntityType
type MixtureWithEntityType struct {
Aliases *[]string `json:"aliases,omitempty"`
// AllowMeasuredIngredients Derived from the mixture's schema.
AllowMeasuredIngredients *bool `json:"allowMeasuredIngredients,omitempty"`
// Amount The positive numerical amount value of this mixture in string format (to preserve full precision). Pair with `units`. Supports scientific notation (1.23e4).
Amount *string `json:"amount,omitempty"`
// ApiURL The canonical url of the Mixture in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Authors *[]UserSummary `json:"authors,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *MixtureWithEntityTypeEntityType `json:"entityType,omitempty"`
// Fields Mixtures can have up to one parent mixture field.
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
// Ingredients List of ingredients on this mixture.
Ingredients *[]Ingredient `json:"ingredients,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema,omitempty"`
Units *MixtureMeasurementUnits `json:"units"`
WebURL *string `json:"webURL,omitempty"`
}
MixtureWithEntityType defines model for MixtureWithEntityType.
Type MixtureWithEntityTypeEntityType
type MixtureWithEntityTypeEntityType string
MixtureWithEntityTypeEntityType defines model for
MixtureWithEntityType.EntityType.
Constants
MixtureWithEntityTypeEntityTypeMixture
MixtureWithEntityTypeEntityTypeMixture MixtureWithEntityTypeEntityType = "mixture"
Defines values for MixtureWithEntityTypeEntityType.
Type MixturesArchivalChange
type MixturesArchivalChange struct {
MixtureIds *[]string `json:"mixtureIds,omitempty"`
}
MixturesArchivalChange IDs of all mixtures that were archived or unarchived.
Type MixturesArchive
type MixturesArchive struct {
MixtureIds []string `json:"mixtureIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
MixturesArchive The request body for archiving mixtures.
Type MixturesBulkCreateRequest
type MixturesBulkCreateRequest struct {
Mixtures []MixtureCreate `json:"mixtures"`
}
MixturesBulkCreateRequest defines model for MixturesBulkCreateRequest.
Type MixturesBulkUpdateRequest
type MixturesBulkUpdateRequest struct {
Mixtures *[]MixtureBulkUpdate `json:"mixtures,omitempty"`
}
MixturesBulkUpdateRequest defines model for MixturesBulkUpdateRequest.
Type MixturesPaginatedList
type MixturesPaginatedList struct {
Mixtures *[]Mixture `json:"mixtures,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
MixturesPaginatedList defines model for MixturesPaginatedList.
Type MixturesUnarchive
type MixturesUnarchive struct {
MixtureIds []string `json:"mixtureIds"`
}
MixturesUnarchive The request body for unarchiving mixtures.
Type Molecule
type Molecule struct {
// Aliases Array of aliases.
Aliases *[]string `json:"aliases,omitempty"`
// ApiURL The canonical url of the Molecule in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CanonicalizedSmiles The canonicalized chemical structure in SMILES format.
CanonicalizedSmiles *string `json:"canonicalizedSmiles,omitempty"`
// CreatedAt DateTime the Molecule was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Molecule.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Molecule if registered.
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Molecule.
FolderId *string `json:"folderId,omitempty"`
// Id ID of the Molecule.
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Molecule was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Molecule.
Name *string `json:"name,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Molecule is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Molecule.
WebURL *string `json:"webURL,omitempty"`
}
Molecule defines model for Molecule.
Type MoleculeBaseRequest
type MoleculeBaseRequest struct {
// Aliases Aliases to add to the Molecule.
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Molecule's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// ChemicalStructure Chemical structure of the Molecule.
ChemicalStructure *MoleculeStructure `json:"chemicalStructure,omitempty"`
// CustomFields Custom fields to add to the Molecule. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Molecule. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Molecule.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Molecule.
Name *string `json:"name,omitempty"`
// SchemaId ID of the Molecule's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
MoleculeBaseRequest defines model for MoleculeBaseRequest.
Type MoleculeBaseRequestForCreate
type MoleculeBaseRequestForCreate struct {
// Aliases Aliases to add to the Molecule.
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Molecule's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// ChemicalStructure Chemical structure of the Molecule.
ChemicalStructure MoleculeStructure `json:"chemicalStructure"`
// CustomFields Custom fields to add to the Molecule. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Molecule. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Molecule.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Molecule.
Name string `json:"name"`
// SchemaId ID of the Molecule's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
MoleculeBaseRequestForCreate defines model for MoleculeBaseRequestForCreate.
Type MoleculeBulkUpdate
type MoleculeBulkUpdate struct {
// Aliases Aliases to add to the Molecule.
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Molecule's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// ChemicalStructure Chemical structure of the Molecule.
ChemicalStructure *MoleculeStructure `json:"chemicalStructure,omitempty"`
// CustomFields Custom fields to add to the Molecule. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the Molecule. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Molecule.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// Name Name of the Molecule.
Name *string `json:"name,omitempty"`
// SchemaId ID of the Molecule's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
MoleculeBulkUpdate defines model for MoleculeBulkUpdate.
Type MoleculeCreate
type MoleculeCreate struct {
// Aliases Aliases to add to the Molecule.
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Molecule's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// ChemicalStructure Chemical structure of the Molecule.
ChemicalStructure MoleculeStructure `json:"chemicalStructure"`
// CustomFields Custom fields to add to the Molecule. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the Molecule. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Molecule.
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
// SchemaId ID of the Molecule's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
MoleculeCreate defines model for MoleculeCreate.
Type MoleculeStructure
type MoleculeStructure struct {
StructureFormat *interface{} `json:"structureFormat,omitempty"`
// Value Chemical structure in SMILES or molfile format.
Value *string `json:"value,omitempty"`
}
MoleculeStructure defines model for MoleculeStructure.
Type MoleculeUpdate
type MoleculeUpdate struct {
// Aliases Aliases to add to the Molecule.
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Molecule's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// ChemicalStructure Chemical structure of the Molecule.
ChemicalStructure *MoleculeStructure `json:"chemicalStructure,omitempty"`
// CustomFields Custom fields to add to the Molecule. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the Molecule. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Molecule.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Molecule.
Name *string `json:"name,omitempty"`
// SchemaId ID of the Molecule's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
MoleculeUpdate defines model for MoleculeUpdate.
Type MoleculesArchivalChange
type MoleculesArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
MoleculeIds *[]string `json:"moleculeIds,omitempty"`
}
MoleculesArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of Molecules along with any
IDs of batches that were archived / unarchived.
Type MoleculesArchive
type MoleculesArchive struct {
MoleculeIds []string `json:"moleculeIds"`
// Reason The reason for archiving the provided Molecules. Accepted reasons may differ based on tenant configuration.
Reason MoleculesArchiveReason `json:"reason"`
}
MoleculesArchive The request body for archiving Molecules.
Type MoleculesArchiveReason
type MoleculesArchiveReason string
MoleculesArchiveReason The reason for archiving the provided Molecules.
Accepted reasons may differ based on tenant configuration.
Constants
MoleculesArchiveReasonContaminated, MoleculesArchiveReasonExpended, MoleculesArchiveReasonExpired, MoleculesArchiveReasonMadeInError, MoleculesArchiveReasonMissing, MoleculesArchiveReasonOther, MoleculesArchiveReasonRetired, MoleculesArchiveReasonShipped
MoleculesArchiveReasonContaminated MoleculesArchiveReason = "Contaminated"
MoleculesArchiveReasonExpended MoleculesArchiveReason = "Expended"
MoleculesArchiveReasonExpired MoleculesArchiveReason = "Expired"
MoleculesArchiveReasonMadeInError MoleculesArchiveReason = "Made in error"
MoleculesArchiveReasonMissing MoleculesArchiveReason = "Missing"
MoleculesArchiveReasonOther MoleculesArchiveReason = "Other"
MoleculesArchiveReasonRetired MoleculesArchiveReason = "Retired"
MoleculesArchiveReasonShipped MoleculesArchiveReason = "Shipped"
Defines values for MoleculesArchiveReason.
Type MoleculesBulkCreateRequest
type MoleculesBulkCreateRequest struct {
Molecules *[]MoleculeCreate `json:"molecules,omitempty"`
}
MoleculesBulkCreateRequest defines model for MoleculesBulkCreateRequest.
Type MoleculesBulkUpdateRequest
type MoleculesBulkUpdateRequest struct {
Molecules *[]MoleculeBulkUpdate `json:"molecules,omitempty"`
}
MoleculesBulkUpdateRequest defines model for MoleculesBulkUpdateRequest.
Type MoleculesPaginatedList
type MoleculesPaginatedList struct {
Molecules *[]Molecule `json:"molecules,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
MoleculesPaginatedList defines model for MoleculesPaginatedList.
Type MoleculesUnarchive
type MoleculesUnarchive struct {
MoleculeIds []string `json:"moleculeIds"`
}
MoleculesUnarchive The request body for unarchiving Molecules.
Type MultipleContainersTransfer
type MultipleContainersTransfer struct {
// DestinationContainerId ID of container that will be transferred into.
DestinationContainerId string `json:"destinationContainerId"`
// FinalQuantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
FinalQuantity *ContainerQuantity `json:"finalQuantity,omitempty"`
// FinalVolume Desired volume for a container, well, or transfer. "volume" type keys are deprecated in API requests; use the more permissive "quantity" type key instead.
FinalVolume *DeprecatedContainerVolumeForInput `json:"finalVolume,omitempty"`
// SourceBatchId ID of the batch that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceBatchId *string `json:"sourceBatchId,omitempty"`
// SourceConcentration Concentration at which to transfer entities or batches. Not applicable for container-to-container transfers (the concentration of the source container’s contents will be used).
SourceConcentration *map[string]interface{} `json:"sourceConcentration,omitempty"`
// SourceContainerId ID of the container that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceContainerId *string `json:"sourceContainerId,omitempty"`
// SourceEntityId ID of the entity that will be transferred in. Must specify one of sourceEntityId, sourceBatchId, or sourceContainerId.
SourceEntityId *string `json:"sourceEntityId,omitempty"`
// TransferQuantity This represents the quantity of the source to be transferred into the destination container. Supports mass, volume, and other quantities. Required in place of transferVolume.
TransferQuantity *ContainerQuantity `json:"transferQuantity,omitempty"`
// TransferVolume Deprecated - use transferQuantity instead.
TransferVolume *DeprecatedContainerVolumeForInput `json:"transferVolume,omitempty"`
}
MultipleContainersTransfer defines model for MultipleContainersTransfer.
Type MultipleContainersTransfersList
type MultipleContainersTransfersList struct {
Transfers []MultipleContainersTransfer `json:"transfers"`
}
MultipleContainersTransfersList defines model for
MultipleContainersTransfersList.
Type NamingStrategy
type NamingStrategy string
NamingStrategy Specifies the behavior for automatically generated names
when registering an entity. - NEW_IDS: Generate new registry IDs -
IDS_FROM_NAMES: Generate registry IDs based on entity names - DELETE_NAMES:
Generate new registry IDs and replace name with registry ID -
SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name
template, and keep old name as alias - REPLACE_NAMES_FROM_PARTS: Generate
new registry IDs, and replace name according to name template - KEEP_NAMES:
Keep existing entity names as registry IDs - REPLACE_ID_AND_NAME_FROM_PARTS:
Generate registry IDs and names according to name template
Constants
DELETENAMES, IDSFROMNAMES, KEEPNAMES, NEWIDS, REPLACEIDANDNAMEFROMPARTS, REPLACENAMESFROMPARTS, SETFROMNAMEPARTS
DELETENAMES NamingStrategy = "DELETE_NAMES"
IDSFROMNAMES NamingStrategy = "IDS_FROM_NAMES"
KEEPNAMES NamingStrategy = "KEEP_NAMES"
NEWIDS NamingStrategy = "NEW_IDS"
REPLACEIDANDNAMEFROMPARTS NamingStrategy = "REPLACE_ID_AND_NAME_FROM_PARTS"
REPLACENAMESFROMPARTS NamingStrategy = "REPLACE_NAMES_FROM_PARTS"
SETFROMNAMEPARTS NamingStrategy = "SET_FROM_NAME_PARTS"
Defines values for NamingStrategy.
Type NotFoundError
type NotFoundError struct {
Error *struct {
InvalidId *string `json:"invalidId,omitempty"`
Message *string `json:"message,omitempty"`
Type *NotFoundErrorErrorType `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
NotFoundError defines model for NotFoundError.
Type NotFoundErrorErrorType
type NotFoundErrorErrorType string
NotFoundErrorErrorType defines model for NotFoundError.Error.Type.
Constants
NotFoundErrorErrorTypeInvalidRequestError
NotFoundErrorErrorTypeInvalidRequestError NotFoundErrorErrorType = "invalid_request_error"
Defines values for NotFoundErrorErrorType.
Type NucleotideAlignment
type NucleotideAlignment struct {
AlignedSequences *[]AlignedNucleotideSequence `json:"alignedSequences,omitempty"`
// ApiURL The canonical url of the Alignment in the API.
ApiURL *string `json:"apiURL,omitempty"`
// CreatedAt DateTime the Alignment was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Alignment was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// ReferenceSequenceId The ID of the template or consensus Sequence associated with the Alignment
ReferenceSequenceId *string `json:"referenceSequenceId,omitempty"`
// WebURL The Benchling web UI url to view the Alignment
WebURL *string `json:"webURL,omitempty"`
}
NucleotideAlignment defines model for NucleotideAlignment.
Type NucleotideAlignmentBase
type NucleotideAlignmentBase struct {
Algorithm NucleotideAlignmentBaseAlgorithm `json:"algorithm"`
Files []NucleotideAlignmentBase_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
}
NucleotideAlignmentBase defines model for NucleotideAlignmentBase.
Type NucleotideAlignmentBaseAlgorithm
type NucleotideAlignmentBaseAlgorithm string
NucleotideAlignmentBaseAlgorithm defines model for
NucleotideAlignmentBase.Algorithm.
Constants
NucleotideAlignmentBaseAlgorithmClustalo, NucleotideAlignmentBaseAlgorithmMafft
NucleotideAlignmentBaseAlgorithmClustalo NucleotideAlignmentBaseAlgorithm = "clustalo"
NucleotideAlignmentBaseAlgorithmMafft NucleotideAlignmentBaseAlgorithm = "mafft"
Defines values for NucleotideAlignmentBaseAlgorithm.
Type NucleotideAlignmentBaseFiles0
type NucleotideAlignmentBaseFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
NucleotideAlignmentBaseFiles0 defines model for .
Type NucleotideAlignmentBase_Files_Item
type NucleotideAlignmentBase_Files_Item struct {
// contains filtered or unexported fields
}
NucleotideAlignmentBase_Files_Item defines model for
NucleotideAlignmentBase.files.Item.
Methods
func (t NucleotideAlignmentBase_Files_Item) AsNucleotideAlignmentBaseFiles0() (NucleotideAlignmentBaseFiles0, error)
AsNucleotideAlignmentBaseFiles0 returns the union data inside the
NucleotideAlignmentBase_Files_Item as a NucleotideAlignmentBaseFiles0
func (t NucleotideAlignmentBase_Files_Item) AsNucleotideAlignmentFile() (NucleotideAlignmentFile, error)
AsNucleotideAlignmentFile returns the union data inside the
NucleotideAlignmentBase_Files_Item as a NucleotideAlignmentFile
func (t *NucleotideAlignmentBase_Files_Item) FromNucleotideAlignmentBaseFiles0(v NucleotideAlignmentBaseFiles0) error
FromNucleotideAlignmentBaseFiles0 overwrites any union data
inside the NucleotideAlignmentBase_Files_Item as the provided
NucleotideAlignmentBaseFiles0
func (t *NucleotideAlignmentBase_Files_Item) FromNucleotideAlignmentFile(v NucleotideAlignmentFile) error
FromNucleotideAlignmentFile overwrites any union data inside the
NucleotideAlignmentBase_Files_Item as the provided NucleotideAlignmentFile
func (t NucleotideAlignmentBase_Files_Item) MarshalJSON() ([]byte, error)
func (t *NucleotideAlignmentBase_Files_Item) MergeNucleotideAlignmentBaseFiles0(v NucleotideAlignmentBaseFiles0) error
MergeNucleotideAlignmentBaseFiles0 performs a merge with any union
data inside the NucleotideAlignmentBase_Files_Item, using the provided
NucleotideAlignmentBaseFiles0
func (t *NucleotideAlignmentBase_Files_Item) MergeNucleotideAlignmentFile(v NucleotideAlignmentFile) error
MergeNucleotideAlignmentFile performs a merge with any union data
inside the NucleotideAlignmentBase_Files_Item, using the provided
NucleotideAlignmentFile
func (t *NucleotideAlignmentBase_Files_Item) UnmarshalJSON(b []byte) error
Type NucleotideAlignmentFile
type NucleotideAlignmentFile struct {
Data *[]byte `json:"data,omitempty"`
Name *string `json:"name,omitempty"`
}
NucleotideAlignmentFile defines model for NucleotideAlignmentFile.
Type NucleotideAlignmentSummary
type NucleotideAlignmentSummary struct {
// ApiURL The canonical url of the Alignment in the API.
ApiURL *string `json:"apiURL,omitempty"`
// CreatedAt DateTime the Alignment was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Alignment was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// ReferenceSequenceId The ID of the template or consensus Sequence associated with the Alignment
ReferenceSequenceId *string `json:"referenceSequenceId,omitempty"`
// WebURL The Benchling web UI url to view the Alignment
WebURL *string `json:"webURL,omitempty"`
}
NucleotideAlignmentSummary defines model for NucleotideAlignmentSummary.
Type NucleotideAlignmentsPaginatedList
type NucleotideAlignmentsPaginatedList struct {
Alignments *[]NucleotideAlignmentSummary `json:"alignments,omitempty"`
NextToken *string `json:"nextToken,omitempty"`
}
NucleotideAlignmentsPaginatedList defines model for
NucleotideAlignmentsPaginatedList.
Type NucleotideConsensusAlignmentCreate
type NucleotideConsensusAlignmentCreate struct {
Algorithm NucleotideConsensusAlignmentCreateAlgorithm `json:"algorithm"`
Files []NucleotideConsensusAlignmentCreate_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
NewSequence *struct {
FolderId *string `json:"folderId,omitempty"`
} `json:"newSequence,omitempty"`
SequenceId *string `json:"sequenceId,omitempty"`
}
NucleotideConsensusAlignmentCreate defines model for
NucleotideConsensusAlignmentCreate.
Type NucleotideConsensusAlignmentCreateAlgorithm
type NucleotideConsensusAlignmentCreateAlgorithm string
NucleotideConsensusAlignmentCreateAlgorithm defines model for
NucleotideConsensusAlignmentCreate.Algorithm.
Constants
NucleotideConsensusAlignmentCreateAlgorithmClustalo, NucleotideConsensusAlignmentCreateAlgorithmMafft
NucleotideConsensusAlignmentCreateAlgorithmClustalo NucleotideConsensusAlignmentCreateAlgorithm = "clustalo"
NucleotideConsensusAlignmentCreateAlgorithmMafft NucleotideConsensusAlignmentCreateAlgorithm = "mafft"
Defines values for NucleotideConsensusAlignmentCreateAlgorithm.
Type NucleotideConsensusAlignmentCreateFiles0
type NucleotideConsensusAlignmentCreateFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
NucleotideConsensusAlignmentCreateFiles0 defines model for .
Type NucleotideConsensusAlignmentCreate_Files_Item
type NucleotideConsensusAlignmentCreate_Files_Item struct {
// contains filtered or unexported fields
}
NucleotideConsensusAlignmentCreate_Files_Item defines model for
NucleotideConsensusAlignmentCreate.files.Item.
Methods
func (t NucleotideConsensusAlignmentCreate_Files_Item) AsNucleotideAlignmentFile() (NucleotideAlignmentFile, error)
AsNucleotideAlignmentFile returns the union data inside the
NucleotideConsensusAlignmentCreate_Files_Item as a NucleotideAlignmentFile
func (t NucleotideConsensusAlignmentCreate_Files_Item) AsNucleotideConsensusAlignmentCreateFiles0() (NucleotideConsensusAlignmentCreateFiles0, error)
AsNucleotideConsensusAlignmentCreateFiles0 returns the union data
inside the NucleotideConsensusAlignmentCreate_Files_Item as a
NucleotideConsensusAlignmentCreateFiles0
func (t *NucleotideConsensusAlignmentCreate_Files_Item) FromNucleotideAlignmentFile(v NucleotideAlignmentFile) error
FromNucleotideAlignmentFile overwrites any union data inside the
NucleotideConsensusAlignmentCreate_Files_Item as the provided
NucleotideAlignmentFile
func (t *NucleotideConsensusAlignmentCreate_Files_Item) FromNucleotideConsensusAlignmentCreateFiles0(v NucleotideConsensusAlignmentCreateFiles0) error
FromNucleotideConsensusAlignmentCreateFiles0 overwrites any union data
inside the NucleotideConsensusAlignmentCreate_Files_Item as the provided
NucleotideConsensusAlignmentCreateFiles0
func (t NucleotideConsensusAlignmentCreate_Files_Item) MarshalJSON() ([]byte, error)
func (t *NucleotideConsensusAlignmentCreate_Files_Item) MergeNucleotideAlignmentFile(v NucleotideAlignmentFile) error
MergeNucleotideAlignmentFile performs a merge with any union data inside
the NucleotideConsensusAlignmentCreate_Files_Item, using the provided
NucleotideAlignmentFile
func (t *NucleotideConsensusAlignmentCreate_Files_Item) MergeNucleotideConsensusAlignmentCreateFiles0(v NucleotideConsensusAlignmentCreateFiles0) error
MergeNucleotideConsensusAlignmentCreateFiles0 performs a merge with any
union data inside the NucleotideConsensusAlignmentCreate_Files_Item,
using the provided NucleotideConsensusAlignmentCreateFiles0
func (t *NucleotideConsensusAlignmentCreate_Files_Item) UnmarshalJSON(b []byte) error
Type NucleotideTemplateAlignmentCreate
type NucleotideTemplateAlignmentCreate struct {
Algorithm NucleotideTemplateAlignmentCreateAlgorithm `json:"algorithm"`
Files []NucleotideTemplateAlignmentCreate_Files_Item `json:"files"`
Name *string `json:"name,omitempty"`
TemplateSequenceId string `json:"templateSequenceId"`
}
NucleotideTemplateAlignmentCreate defines model for
NucleotideTemplateAlignmentCreate.
Type NucleotideTemplateAlignmentCreateAlgorithm
type NucleotideTemplateAlignmentCreateAlgorithm string
NucleotideTemplateAlignmentCreateAlgorithm defines model for
NucleotideTemplateAlignmentCreate.Algorithm.
Constants
NucleotideTemplateAlignmentCreateAlgorithmClustalo, NucleotideTemplateAlignmentCreateAlgorithmMafft
NucleotideTemplateAlignmentCreateAlgorithmClustalo NucleotideTemplateAlignmentCreateAlgorithm = "clustalo"
NucleotideTemplateAlignmentCreateAlgorithmMafft NucleotideTemplateAlignmentCreateAlgorithm = "mafft"
Defines values for NucleotideTemplateAlignmentCreateAlgorithm.
Type NucleotideTemplateAlignmentCreateFiles0
type NucleotideTemplateAlignmentCreateFiles0 struct {
SequenceId *string `json:"sequenceId,omitempty"`
}
NucleotideTemplateAlignmentCreateFiles0 defines model for .
Type NucleotideTemplateAlignmentCreate_Files_Item
type NucleotideTemplateAlignmentCreate_Files_Item struct {
// contains filtered or unexported fields
}
NucleotideTemplateAlignmentCreate_Files_Item defines model for
NucleotideTemplateAlignmentCreate.files.Item.
Methods
func (t NucleotideTemplateAlignmentCreate_Files_Item) AsNucleotideAlignmentFile() (NucleotideAlignmentFile, error)
AsNucleotideAlignmentFile returns the union data inside the
NucleotideTemplateAlignmentCreate_Files_Item as a NucleotideAlignmentFile
func (t NucleotideTemplateAlignmentCreate_Files_Item) AsNucleotideTemplateAlignmentCreateFiles0() (NucleotideTemplateAlignmentCreateFiles0, error)
AsNucleotideTemplateAlignmentCreateFiles0 returns the union data
inside the NucleotideTemplateAlignmentCreate_Files_Item as a
NucleotideTemplateAlignmentCreateFiles0
func (t *NucleotideTemplateAlignmentCreate_Files_Item) FromNucleotideAlignmentFile(v NucleotideAlignmentFile) error
FromNucleotideAlignmentFile overwrites any union data inside
the NucleotideTemplateAlignmentCreate_Files_Item as the provided
NucleotideAlignmentFile
func (t *NucleotideTemplateAlignmentCreate_Files_Item) FromNucleotideTemplateAlignmentCreateFiles0(v NucleotideTemplateAlignmentCreateFiles0) error
FromNucleotideTemplateAlignmentCreateFiles0 overwrites any union data
inside the NucleotideTemplateAlignmentCreate_Files_Item as the provided
NucleotideTemplateAlignmentCreateFiles0
func (t NucleotideTemplateAlignmentCreate_Files_Item) MarshalJSON() ([]byte, error)
func (t *NucleotideTemplateAlignmentCreate_Files_Item) MergeNucleotideAlignmentFile(v NucleotideAlignmentFile) error
MergeNucleotideAlignmentFile performs a merge with any union data inside
the NucleotideTemplateAlignmentCreate_Files_Item, using the provided
NucleotideAlignmentFile
func (t *NucleotideTemplateAlignmentCreate_Files_Item) MergeNucleotideTemplateAlignmentCreateFiles0(v NucleotideTemplateAlignmentCreateFiles0) error
MergeNucleotideTemplateAlignmentCreateFiles0 performs a merge with any union
data inside the NucleotideTemplateAlignmentCreate_Files_Item, using the
provided NucleotideTemplateAlignmentCreateFiles0
func (t *NucleotideTemplateAlignmentCreate_Files_Item) UnmarshalJSON(b []byte) error
Type OAuthBadRequestError
type OAuthBadRequestError struct {
Error *struct {
Message *string `json:"message,omitempty"`
Type *OAuthBadRequestErrorErrorType `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
OAuthBadRequestError defines model for OAuthBadRequestError.
Type OAuthBadRequestErrorErrorType
type OAuthBadRequestErrorErrorType string
OAuthBadRequestErrorErrorType defines model for
OAuthBadRequestError.Error.Type.
Constants
InvalidGrant, InvalidRequest, UnauthorizedClient, UnsupportedGrantType
InvalidGrant OAuthBadRequestErrorErrorType = "invalid_grant"
InvalidRequest OAuthBadRequestErrorErrorType = "invalid_request"
UnauthorizedClient OAuthBadRequestErrorErrorType = "unauthorized_client"
UnsupportedGrantType OAuthBadRequestErrorErrorType = "unsupported_grant_type"
Defines values for OAuthBadRequestErrorErrorType.
Type OAuthUnauthorizedError
type OAuthUnauthorizedError struct {
Error *struct {
Message *string `json:"message,omitempty"`
Type *OAuthUnauthorizedErrorErrorType `json:"type,omitempty"`
UserMessage *string `json:"userMessage,omitempty"`
} `json:"error,omitempty"`
}
OAuthUnauthorizedError defines model for OAuthUnauthorizedError.
Type OAuthUnauthorizedErrorErrorType
type OAuthUnauthorizedErrorErrorType string
OAuthUnauthorizedErrorErrorType defines model for
OAuthUnauthorizedError.Error.Type.
Constants
InvalidClient
InvalidClient OAuthUnauthorizedErrorErrorType = "invalid_client"
Defines values for OAuthUnauthorizedErrorErrorType.
Type Oligo
type Oligo struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
// ApiURL The canonical url of the Oligo in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// Bases Base pairs of the Oligo.
Bases *string `json:"bases,omitempty"`
// CreatedAt DateTime the Oligo was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Oligo.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Oligo if registered.
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Oligo.
FolderId *string `json:"folderId"`
// Id ID of the Oligo.
Id *string `json:"id,omitempty"`
// Length Number of bases in the Oligo.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the Oligo was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// NucleotideType Nucleotide type of the Oligo.
NucleotideType OligoNucleotideType `json:"nucleotideType"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Oligo is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Oligo.
WebURL *string `json:"webURL,omitempty"`
}
Oligo defines model for Oligo.
Type OligoBaseRequest
type OligoBaseRequest struct {
// Aliases Aliases to add to the Oligo
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Oligo's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs of the oligo.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the Oligo. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Oligo. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Oligo.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// SchemaId ID of the oligo's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
OligoBaseRequest defines model for OligoBaseRequest.
Type OligoBaseRequestForCreate
type OligoBaseRequestForCreate struct {
// Aliases Aliases to add to the Oligo
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Oligo's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs of the oligo.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the Oligo. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Oligo. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Oligo.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Oligo.
Name string `json:"name"`
// SchemaId ID of the oligo's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
OligoBaseRequestForCreate defines model for OligoBaseRequestForCreate.
Type OligoCreate
type OligoCreate struct {
// Aliases Aliases to add to the Oligo
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Oligo's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs of the oligo.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the Oligo. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the Oligo. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// Name Name of the Oligo.
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
// SchemaId ID of the oligo's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
OligoCreate defines model for OligoCreate.
Type OligoNucleotideType
type OligoNucleotideType string
OligoNucleotideType Nucleotide type of the Oligo.
Constants
DNA, RNA
DNA OligoNucleotideType = "DNA"
RNA OligoNucleotideType = "RNA"
Defines values for OligoNucleotideType.
Type OligoUpdate
type OligoUpdate = OligoBaseRequest
OligoUpdate defines model for OligoUpdate.
Type OligosArchivalChange
type OligosArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
OligoIds *[]string `json:"oligoIds,omitempty"`
}
OligosArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of Oligos along with any IDs
of batches that were archived / unarchived.
Type OligosArchive
type OligosArchive struct {
OligoIds []string `json:"oligoIds"`
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
}
OligosArchive The request body for archiving Oligos.
Type OligosBulkCreateRequest
type OligosBulkCreateRequest struct {
Oligos *[]OligoCreate `json:"oligos,omitempty"`
}
OligosBulkCreateRequest defines model for OligosBulkCreateRequest.
Type OligosBulkGet
type OligosBulkGet struct {
Oligos *[]OligosBulkGet_Oligos_Item `json:"oligos,omitempty"`
}
OligosBulkGet defines model for OligosBulkGet.
Type OligosBulkGet_Oligos_Item
type OligosBulkGet_Oligos_Item struct {
// contains filtered or unexported fields
}
OligosBulkGet_Oligos_Item defines model for OligosBulkGet.oligos.Item.
Methods
func (t OligosBulkGet_Oligos_Item) AsDnaOligo() (DnaOligo, error)
AsDnaOligo returns the union data inside the OligosBulkGet_Oligos_Item as a
DnaOligo
func (t OligosBulkGet_Oligos_Item) AsRnaOligo() (RnaOligo, error)
AsRnaOligo returns the union data inside the OligosBulkGet_Oligos_Item as a
RnaOligo
func (t *OligosBulkGet_Oligos_Item) FromDnaOligo(v DnaOligo) error
FromDnaOligo overwrites any union data inside the OligosBulkGet_Oligos_Item
as the provided DnaOligo
func (t *OligosBulkGet_Oligos_Item) FromRnaOligo(v RnaOligo) error
FromRnaOligo overwrites any union data inside the OligosBulkGet_Oligos_Item
as the provided RnaOligo
func (t OligosBulkGet_Oligos_Item) MarshalJSON() ([]byte, error)
func (t *OligosBulkGet_Oligos_Item) MergeDnaOligo(v DnaOligo) error
MergeDnaOligo performs a merge with any union data inside the
OligosBulkGet_Oligos_Item, using the provided DnaOligo
func (t *OligosBulkGet_Oligos_Item) MergeRnaOligo(v RnaOligo) error
MergeRnaOligo performs a merge with any union data inside the
OligosBulkGet_Oligos_Item, using the provided RnaOligo
func (t *OligosBulkGet_Oligos_Item) UnmarshalJSON(b []byte) error
Type OligosPaginatedList
type OligosPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Oligos *[]Oligo `json:"oligos,omitempty"`
}
OligosPaginatedList defines model for OligosPaginatedList.
Type OligosUnarchive
type OligosUnarchive struct {
OligoIds []string `json:"oligoIds"`
}
OligosUnarchive The request body for unarchiving Oligos.
Type Organization
type Organization struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
Organization defines model for Organization.
Type OrganizationSummary
type OrganizationSummary struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
OrganizationSummary defines model for OrganizationSummary.
Type OrganizationsPaginatedList
type OrganizationsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Organizations *[]Organization `json:"organizations,omitempty"`
}
OrganizationsPaginatedList defines model for OrganizationsPaginatedList.
type Pagination struct {
NextToken *string `json:"nextToken,omitempty"`
}
Pagination defines model for Pagination.
Type PartySummary
type PartySummary struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
PartySummary defines model for PartySummary.
Type PatchBenchlingAppJSONRequestBody
type PatchBenchlingAppJSONRequestBody = BenchlingAppUpdate
PatchBenchlingAppJSONRequestBody defines body for PatchBenchlingApp for
application/json ContentType.
Type PatchBenchlingAppResponse
type PatchBenchlingAppResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BenchlingApp
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParsePatchBenchlingAppResponse(rsp *http.Response) (*PatchBenchlingAppResponse, error)
ParsePatchBenchlingAppResponse parses an HTTP response from a
PatchBenchlingAppWithResponse call
Methods
func (r PatchBenchlingAppResponse) Status() string
Status returns HTTPResponse.Status
func (r PatchBenchlingAppResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type PatchRequestJSONRequestBody
type PatchRequestJSONRequestBody = RequestUpdate
PatchRequestJSONRequestBody defines body for PatchRequest for
application/json ContentType.
Type PatchRequestResponse
type PatchRequestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Request
JSON400 *BadRequestError
}
Functions
func ParsePatchRequestResponse(rsp *http.Response) (*PatchRequestResponse, error)
ParsePatchRequestResponse parses an HTTP response from a
PatchRequestWithResponse call
Methods
func (r PatchRequestResponse) Status() string
Status returns HTTPResponse.Status
func (r PatchRequestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type Plate
type Plate struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// Barcode Barcode of the plate
Barcode *string `json:"barcode"`
// CreatedAt DateTime the container was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id ID of the plate
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the plate was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the plate, defaults to barcode if name is not provided.
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory (e.g. loc_k2lNspzS).
ParentStorageId *string `json:"parentStorageId"`
// ProjectId ID of the project if set
ProjectId *string `json:"projectId"`
Schema *SchemaSummary `json:"schema"`
Type *PlateType `json:"type,omitempty"`
WebURL *string `json:"webURL,omitempty"`
// Wells Well contents of the plate, keyed by position string (eg. "A1").
Wells *map[string]Plate_Wells_AdditionalProperties `json:"wells,omitempty"`
}
Plate defines model for Plate.
Type PlateCreate
type PlateCreate struct {
Barcode *string `json:"barcode,omitempty"`
ContainerSchemaId *string `json:"containerSchemaId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId,omitempty"`
SchemaId string `json:"schemaId"`
Wells *map[string]struct {
Barcode *string `json:"barcode,omitempty"`
} `json:"wells,omitempty"`
}
PlateCreate defines model for PlateCreate.
Type PlateCreationTableNotePart
type PlateCreationTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
PlateSchemaId *string `json:"plateSchemaId,omitempty"`
Type *PlateCreationTableNotePartType `json:"type,omitempty"`
}
PlateCreationTableNotePart defines model for PlateCreationTableNotePart.
Type PlateCreationTableNotePartType
type PlateCreationTableNotePartType string
PlateCreationTableNotePartType defines model for
PlateCreationTableNotePart.Type.
Constants
PlateCreationTable
PlateCreationTable PlateCreationTableNotePartType = "plate_creation_table"
Defines values for PlateCreationTableNotePartType.
Type PlateSchema
type PlateSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
ContainerSchema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"containerSchema"`
FieldDefinitions *[]PlateSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Height *float32 `json:"height,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
PlateType *string `json:"plateType,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *PlateSchemaType `json:"type,omitempty"`
Width *float32 `json:"width,omitempty"`
}
PlateSchema defines model for PlateSchema.
Type PlateSchemaType
type PlateSchemaType string
PlateSchemaType defines model for PlateSchema.Type.
Constants
PlateSchemaTypePlate
PlateSchemaTypePlate PlateSchemaType = "plate"
Defines values for PlateSchemaType.
Type PlateSchema_FieldDefinitions_Item
type PlateSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
PlateSchema_FieldDefinitions_Item defines model for
PlateSchema.fieldDefinitions.Item.
Methods
func (t PlateSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
PlateSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t PlateSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
PlateSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t PlateSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
PlateSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t PlateSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
PlateSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t PlateSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
PlateSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
PlateSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
PlateSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
PlateSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside the
PlateSchema_FieldDefinitions_Item as the provided SchemaLinkFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
PlateSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t PlateSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *PlateSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the PlateSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
PlateSchema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside the
PlateSchema_FieldDefinitions_Item, using the provided IntegerFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the PlateSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside the
PlateSchema_FieldDefinitions_Item, using the provided SimpleFieldDefinition
func (t *PlateSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type PlateSchemasList
type PlateSchemasList struct {
PlateSchemas *[]PlateSchema `json:"plateSchemas,omitempty"`
}
PlateSchemasList defines model for PlateSchemasList.
Type PlateSchemasPaginatedList
type PlateSchemasPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
PlateSchemas *[]PlateSchema `json:"plateSchemas,omitempty"`
}
PlateSchemasPaginatedList defines model for PlateSchemasPaginatedList.
Type PlateType
type PlateType string
PlateType defines model for Plate.Type.
Constants
MatrixPlate, WellPlate
MatrixPlate PlateType = "matrix_plate"
WellPlate PlateType = "well_plate"
Defines values for PlateType.
Type PlateUpdate
type PlateUpdate struct {
Fields *Fields `json:"fields,omitempty"`
Name *string `json:"name,omitempty"`
ParentStorageId *string `json:"parentStorageId,omitempty"`
ProjectId *string `json:"projectId,omitempty"`
}
PlateUpdate defines model for PlateUpdate.
Type Plate_Wells_AdditionalProperties
type Plate_Wells_AdditionalProperties struct {
// contains filtered or unexported fields
}
Plate_Wells_AdditionalProperties defines model for
Plate.wells.AdditionalProperties.
Methods
func (t Plate_Wells_AdditionalProperties) AsInaccessibleResource() (InaccessibleResource, error)
AsInaccessibleResource returns the union data inside the
Plate_Wells_AdditionalProperties as a InaccessibleResource
func (t Plate_Wells_AdditionalProperties) AsWell() (Well, error)
AsWell returns the union data inside the Plate_Wells_AdditionalProperties as
a Well
func (t *Plate_Wells_AdditionalProperties) FromInaccessibleResource(v InaccessibleResource) error
FromInaccessibleResource overwrites any union data inside the
Plate_Wells_AdditionalProperties as the provided InaccessibleResource
func (t *Plate_Wells_AdditionalProperties) FromWell(v Well) error
FromWell overwrites any union data inside the
Plate_Wells_AdditionalProperties as the provided Well
func (t Plate_Wells_AdditionalProperties) MarshalJSON() ([]byte, error)
func (t *Plate_Wells_AdditionalProperties) MergeInaccessibleResource(v InaccessibleResource) error
MergeInaccessibleResource performs a merge with any union data inside the
Plate_Wells_AdditionalProperties, using the provided InaccessibleResource
func (t *Plate_Wells_AdditionalProperties) MergeWell(v Well) error
MergeWell performs a merge with any union data inside the
Plate_Wells_AdditionalProperties, using the provided Well
func (t *Plate_Wells_AdditionalProperties) UnmarshalJSON(b []byte) error
Type PlatesArchivalChange
type PlatesArchivalChange struct {
ContainerIds *[]string `json:"containerIds,omitempty"`
PlateIds *[]string `json:"plateIds,omitempty"`
}
PlatesArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of plates along with any IDs
of containers that were archived / unarchived.
Type PlatesArchive
type PlatesArchive struct {
// PlateIds Array of plate IDs
PlateIds []string `json:"plateIds"`
// Reason Reason that plates are being archived.
Reason PlatesArchiveReason `json:"reason"`
// ShouldRemoveBarcodes Remove barcodes. Removing barcodes from archived inventory that contain items will also remove barcodes from the contained items.
ShouldRemoveBarcodes bool `json:"shouldRemoveBarcodes"`
}
PlatesArchive defines model for PlatesArchive.
Type PlatesArchiveReason
type PlatesArchiveReason string
PlatesArchiveReason Reason that plates are being archived.
Constants
PlatesArchiveReasonContaminated, PlatesArchiveReasonExpended, PlatesArchiveReasonExpired, PlatesArchiveReasonMadeInError, PlatesArchiveReasonMissing, PlatesArchiveReasonOther, PlatesArchiveReasonRetired, PlatesArchiveReasonShipped
PlatesArchiveReasonContaminated PlatesArchiveReason = "Contaminated"
PlatesArchiveReasonExpended PlatesArchiveReason = "Expended"
PlatesArchiveReasonExpired PlatesArchiveReason = "Expired"
PlatesArchiveReasonMadeInError PlatesArchiveReason = "Made in error"
PlatesArchiveReasonMissing PlatesArchiveReason = "Missing"
PlatesArchiveReasonOther PlatesArchiveReason = "Other"
PlatesArchiveReasonRetired PlatesArchiveReason = "Retired"
PlatesArchiveReasonShipped PlatesArchiveReason = "Shipped"
Defines values for PlatesArchiveReason.
Type PlatesBulkGet
type PlatesBulkGet struct {
Plates *[]Plate `json:"plates,omitempty"`
}
PlatesBulkGet defines model for PlatesBulkGet.
Type PlatesPaginatedList
type PlatesPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Plates *[]Plate `json:"plates,omitempty"`
}
PlatesPaginatedList defines model for PlatesPaginatedList.
Type PlatesUnarchive
type PlatesUnarchive struct {
// PlateIds Array of plate IDs
PlateIds []string `json:"plateIds"`
}
PlatesUnarchive defines model for PlatesUnarchive.
Type Primer
type Primer struct {
Bases *string `json:"bases,omitempty"`
BindPosition *int `json:"bindPosition,omitempty"`
Color *string `json:"color,omitempty"`
End *int `json:"end,omitempty"`
Name *string `json:"name,omitempty"`
OligoId *string `json:"oligoId,omitempty"`
OverhangLength *int `json:"overhangLength,omitempty"`
Start *int `json:"start,omitempty"`
Strand *int `json:"strand,omitempty"`
}
Primer defines model for Primer.
Type PrintLabels
type PrintLabels struct {
// ContainerIds List of IDs of containers that will have labels printed (one label will be printed per container).
ContainerIds []string `json:"containerIds"`
// LabelTemplateId ID of label template to use (same template will be used for all labels printed).
LabelTemplateId string `json:"labelTemplateId"`
// PrinterId ID of printer to use (same printer will be used for all labels printed).
PrinterId string `json:"printerId"`
}
PrintLabels defines model for PrintLabels.
Type PrintLabelsJSONRequestBody
type PrintLabelsJSONRequestBody = PrintLabels
PrintLabelsJSONRequestBody defines body for PrintLabels for application/json
ContentType.
Type PrintLabelsResponse
type PrintLabelsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParsePrintLabelsResponse(rsp *http.Response) (*PrintLabelsResponse, error)
ParsePrintLabelsResponse parses an HTTP response from a
PrintLabelsWithResponse call
Methods
func (r PrintLabelsResponse) Status() string
Status returns HTTPResponse.Status
func (r PrintLabelsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type Printer
type Printer struct {
// Address Web address of the printer (either IP address or URL).
Address *string `json:"address,omitempty"`
// Description Short description of the printer.
Description *string `json:"description"`
// Id ID of the printer.
Id *string `json:"id,omitempty"`
// Name Name of the printer.
Name *string `json:"name,omitempty"`
// Port Port to reach the printer at.
Port *int `json:"port"`
// RegistryId ID of the registry associated with this printer.
RegistryId *string `json:"registryId,omitempty"`
}
Printer defines model for Printer.
Type PrintersList
type PrintersList struct {
LabelPrinters *[]Printer `json:"labelPrinters,omitempty"`
}
PrintersList defines model for PrintersList.
Type ProcessOutputWithAutomationOutputProcessorResponse
type ProcessOutputWithAutomationOutputProcessorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseProcessOutputWithAutomationOutputProcessorResponse(rsp *http.Response) (*ProcessOutputWithAutomationOutputProcessorResponse, error)
ParseProcessOutputWithAutomationOutputProcessorResponse parses an HTTP
response from a ProcessOutputWithAutomationOutputProcessorWithResponse call
Methods
func (r ProcessOutputWithAutomationOutputProcessorResponse) Status() string
Status returns HTTPResponse.Status
func (r ProcessOutputWithAutomationOutputProcessorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type Project
type Project struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Owner *Project_Owner `json:"owner,omitempty"`
}
Project defines model for Project.
Type Project_Owner
type Project_Owner struct {
// contains filtered or unexported fields
}
Project_Owner defines model for Project.Owner.
Methods
func (t Project_Owner) AsOrganization() (Organization, error)
AsOrganization returns the union data inside the Project_Owner as a
Organization
func (t Project_Owner) AsUserSummary() (UserSummary, error)
AsUserSummary returns the union data inside the Project_Owner as a
UserSummary
func (t *Project_Owner) FromOrganization(v Organization) error
FromOrganization overwrites any union data inside the Project_Owner as the
provided Organization
func (t *Project_Owner) FromUserSummary(v UserSummary) error
FromUserSummary overwrites any union data inside the Project_Owner as the
provided UserSummary
func (t Project_Owner) MarshalJSON() ([]byte, error)
func (t *Project_Owner) MergeOrganization(v Organization) error
MergeOrganization performs a merge with any union data inside the
Project_Owner, using the provided Organization
func (t *Project_Owner) MergeUserSummary(v UserSummary) error
MergeUserSummary performs a merge with any union data inside the
Project_Owner, using the provided UserSummary
func (t *Project_Owner) UnmarshalJSON(b []byte) error
Type ProjectsArchivalChange
type ProjectsArchivalChange struct {
AaSequenceIds *[]string `json:"aaSequenceIds,omitempty"`
CustomEntityIds *[]string `json:"customEntityIds,omitempty"`
DnaSequenceIds *[]string `json:"dnaSequenceIds,omitempty"`
EntryIds *[]string `json:"entryIds,omitempty"`
FolderIds *[]string `json:"folderIds,omitempty"`
MixtureIds *[]string `json:"mixtureIds,omitempty"`
OligoIds *[]string `json:"oligoIds,omitempty"`
ProjectIds *[]string `json:"projectIds,omitempty"`
ProtocolIds *[]string `json:"protocolIds,omitempty"`
}
ProjectsArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of projects along with any
IDs of project contents that were unarchived.
Type ProjectsArchive
type ProjectsArchive struct {
// ProjectIds A list of project IDs to archive.
ProjectIds []string `json:"projectIds"`
// Reason The reason for archiving the provided projects. Accepted reasons may differ based on tenant configuration.
Reason ProjectsArchiveReason `json:"reason"`
}
ProjectsArchive defines model for ProjectsArchive.
Type ProjectsArchiveReason
type ProjectsArchiveReason string
ProjectsArchiveReason The reason for archiving the provided projects.
Accepted reasons may differ based on tenant configuration.
Constants
ProjectsArchiveReasonMadeInError, ProjectsArchiveReasonOther, ProjectsArchiveReasonRetired
ProjectsArchiveReasonMadeInError ProjectsArchiveReason = "Made in error"
ProjectsArchiveReasonOther ProjectsArchiveReason = "Other"
ProjectsArchiveReasonRetired ProjectsArchiveReason = "Retired"
Defines values for ProjectsArchiveReason.
Type ProjectsPaginatedList
type ProjectsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Projects *[]Project `json:"projects,omitempty"`
}
ProjectsPaginatedList defines model for ProjectsPaginatedList.
Type ProjectsUnarchive
type ProjectsUnarchive struct {
// ProjectIds A list of project IDs to unarchive.
ProjectIds []string `json:"projectIds"`
}
ProjectsUnarchive defines model for ProjectsUnarchive.
Type RegisterEntities
type RegisterEntities struct {
// EntityIds Array of entity IDs
EntityIds []string `json:"entityIds"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy NamingStrategy `json:"namingStrategy"`
}
RegisterEntities defines model for RegisterEntities.
Type RegisterEntitiesJSONRequestBody
type RegisterEntitiesJSONRequestBody = RegisterEntities
RegisterEntitiesJSONRequestBody defines body for RegisterEntities for
application/json ContentType.
Type RegisterEntitiesResponse
type RegisterEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseRegisterEntitiesResponse(rsp *http.Response) (*RegisterEntitiesResponse, error)
ParseRegisterEntitiesResponse parses an HTTP response from a
RegisterEntitiesWithResponse call
Methods
func (r RegisterEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r RegisterEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type RegisteredEntitiesList
type RegisteredEntitiesList struct {
Entities *[]RegisteredEntitiesList_Entities_Item `json:"entities,omitempty"`
}
RegisteredEntitiesList defines model for RegisteredEntitiesList.
Type RegisteredEntitiesList_Entities_Item
type RegisteredEntitiesList_Entities_Item struct {
EntityType string `json:"entityType"`
// contains filtered or unexported fields
}
RegisteredEntitiesList_Entities_Item defines model for
RegisteredEntitiesList.entities.Item.
Methods
func (t RegisteredEntitiesList_Entities_Item) AsAaSequenceWithEntityType() (AaSequenceWithEntityType, error)
AsAaSequenceWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a AaSequenceWithEntityType
func (t RegisteredEntitiesList_Entities_Item) AsCustomEntityWithEntityType() (CustomEntityWithEntityType, error)
AsCustomEntityWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a CustomEntityWithEntityType
func (t RegisteredEntitiesList_Entities_Item) AsDnaOligoWithEntityType() (DnaOligoWithEntityType, error)
AsDnaOligoWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a DnaOligoWithEntityType
func (t RegisteredEntitiesList_Entities_Item) AsDnaSequenceWithEntityType() (DnaSequenceWithEntityType, error)
AsDnaSequenceWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a DnaSequenceWithEntityType
func (t RegisteredEntitiesList_Entities_Item) AsMixtureWithEntityType() (MixtureWithEntityType, error)
AsMixtureWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a MixtureWithEntityType
func (t RegisteredEntitiesList_Entities_Item) AsRnaOligoWithEntityType() (RnaOligoWithEntityType, error)
AsRnaOligoWithEntityType returns the union data inside the
RegisteredEntitiesList_Entities_Item as a RnaOligoWithEntityType
func (t RegisteredEntitiesList_Entities_Item) Discriminator() (string, error)
func (t *RegisteredEntitiesList_Entities_Item) FromAaSequenceWithEntityType(v AaSequenceWithEntityType) error
FromAaSequenceWithEntityType overwrites any union data inside
the RegisteredEntitiesList_Entities_Item as the provided
AaSequenceWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) FromCustomEntityWithEntityType(v CustomEntityWithEntityType) error
FromCustomEntityWithEntityType overwrites any union data
inside the RegisteredEntitiesList_Entities_Item as the provided
CustomEntityWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) FromDnaOligoWithEntityType(v DnaOligoWithEntityType) error
FromDnaOligoWithEntityType overwrites any union data inside the
RegisteredEntitiesList_Entities_Item as the provided DnaOligoWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) FromDnaSequenceWithEntityType(v DnaSequenceWithEntityType) error
FromDnaSequenceWithEntityType overwrites any union data inside
the RegisteredEntitiesList_Entities_Item as the provided
DnaSequenceWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) FromMixtureWithEntityType(v MixtureWithEntityType) error
FromMixtureWithEntityType overwrites any union data inside the
RegisteredEntitiesList_Entities_Item as the provided MixtureWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) FromRnaOligoWithEntityType(v RnaOligoWithEntityType) error
FromRnaOligoWithEntityType overwrites any union data inside the
RegisteredEntitiesList_Entities_Item as the provided RnaOligoWithEntityType
func (t RegisteredEntitiesList_Entities_Item) MarshalJSON() ([]byte, error)
func (t *RegisteredEntitiesList_Entities_Item) MergeAaSequenceWithEntityType(v AaSequenceWithEntityType) error
MergeAaSequenceWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
AaSequenceWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) MergeCustomEntityWithEntityType(v CustomEntityWithEntityType) error
MergeCustomEntityWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
CustomEntityWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) MergeDnaOligoWithEntityType(v DnaOligoWithEntityType) error
MergeDnaOligoWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
DnaOligoWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) MergeDnaSequenceWithEntityType(v DnaSequenceWithEntityType) error
MergeDnaSequenceWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
DnaSequenceWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) MergeMixtureWithEntityType(v MixtureWithEntityType) error
MergeMixtureWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
MixtureWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) MergeRnaOligoWithEntityType(v RnaOligoWithEntityType) error
MergeRnaOligoWithEntityType performs a merge with any union data
inside the RegisteredEntitiesList_Entities_Item, using the provided
RnaOligoWithEntityType
func (t *RegisteredEntitiesList_Entities_Item) UnmarshalJSON(b []byte) error
func (t RegisteredEntitiesList_Entities_Item) ValueByDiscriminator() (interface{}, error)
Type RegistrationOrigin
type RegistrationOrigin struct {
OriginEntryId *string `json:"originEntryId"`
RegisteredAt *time.Time `json:"registeredAt,omitempty"`
}
RegistrationOrigin defines model for RegistrationOrigin.
Type RegistrationTableNotePart
type RegistrationTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
EntitySchemaId *string `json:"entitySchemaId,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
Type *RegistrationTableNotePartType `json:"type,omitempty"`
}
RegistrationTableNotePart defines model for RegistrationTableNotePart.
Type RegistrationTableNotePartType
type RegistrationTableNotePartType string
RegistrationTableNotePartType defines model for
RegistrationTableNotePart.Type.
Constants
RegistrationTable
RegistrationTable RegistrationTableNotePartType = "registration_table"
Defines values for RegistrationTableNotePartType.
Type RegistriesList
type RegistriesList struct {
Registries *[]Registry `json:"registries,omitempty"`
}
RegistriesList defines model for RegistriesList.
Type Registry
type Registry struct {
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Registry was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Owner *Organization `json:"owner,omitempty"`
}
Registry defines model for Registry.
Type RegistrySchema
type RegistrySchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]RegistrySchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
RegistryId *string `json:"registryId,omitempty"`
Type *string `json:"type,omitempty"`
}
RegistrySchema defines model for RegistrySchema.
Type RegistrySchema_FieldDefinitions_Item
type RegistrySchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
RegistrySchema_FieldDefinitions_Item defines model for
RegistrySchema.fieldDefinitions.Item.
Methods
func (t RegistrySchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
RegistrySchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t RegistrySchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
RegistrySchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t RegistrySchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
RegistrySchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t RegistrySchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
RegistrySchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t RegistrySchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
RegistrySchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
RegistrySchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
RegistrySchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
RegistrySchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the RegistrySchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
RegistrySchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t RegistrySchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *RegistrySchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the RegistrySchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data
inside the RegistrySchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the RegistrySchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the RegistrySchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the RegistrySchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *RegistrySchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type Request
type Request struct {
// ApiURL The canonical url of the Request in the API.
ApiURL *string `json:"apiURL,omitempty"`
// Assignees Array of assignees
Assignees *[]Request_Assignees_Item `json:"assignees,omitempty"`
// CreatedAt Date and time the request was created
CreatedAt *string `json:"createdAt,omitempty"`
// Creator UserSummary of the user who created the request
Creator *UserSummary `json:"creator,omitempty"`
// DisplayId User-friendly ID of the request
DisplayId *string `json:"displayId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id Unique ID for the request
Id *string `json:"id,omitempty"`
// ProjectId The ID of the project to which the request belongs.
ProjectId *string `json:"projectId,omitempty"`
RequestStatus *RequestStatus `json:"requestStatus,omitempty"`
// Requestor UserSummary of the user making the request
Requestor *UserSummary `json:"requestor,omitempty"`
SampleGroups *[]RequestSampleGroup `json:"sampleGroups,omitempty"`
// ScheduledOn Date the request is scheduled to be executed on, in YYYY-MM-DD format.
ScheduledOn *openapi_types.Date `json:"scheduledOn"`
// Schema SchemaSummary for the request
Schema *SchemaSummary `json:"schema,omitempty"`
Tasks *[]RequestTask `json:"tasks,omitempty"`
// WebURL URL of the request
WebURL *string `json:"webURL,omitempty"`
}
Request defines model for Request.
Type RequestBase
type RequestBase = map[string]interface{}
RequestBase A request is an ask to perform a service, e.g. produce a sample
or perform assays on a sample. Requests are usually placed to another team
or individual who specializes in performing the service.
Type RequestCreate
type RequestCreate struct {
// Assignees Array of assignees
Assignees *[]RequestCreate_Assignees_Item `json:"assignees,omitempty"`
// Fields The request's fields
Fields Fields `json:"fields"`
// ProjectId The ID of the project to which the request belongs.
ProjectId string `json:"projectId"`
// RequestorId ID of the user making the request. If unspecified, the requestor is the request creator.
RequestorId *string `json:"requestorId"`
SampleGroups []RequestSampleGroupCreate `json:"sampleGroups"`
// ScheduledOn Date the request is scheduled to be executed on, in YYYY-MM-DD format.
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
// SchemaId ID of the request's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
RequestCreate defines model for RequestCreate.
Type RequestCreate_Assignees_Item
type RequestCreate_Assignees_Item struct {
// contains filtered or unexported fields
}
RequestCreate_Assignees_Item defines model for RequestCreate.assignees.Item.
Methods
func (t RequestCreate_Assignees_Item) AsRequestWriteTeamAssignee() (RequestWriteTeamAssignee, error)
AsRequestWriteTeamAssignee returns the union data inside the
RequestCreate_Assignees_Item as a RequestWriteTeamAssignee
func (t RequestCreate_Assignees_Item) AsRequestWriteUserAssignee() (RequestWriteUserAssignee, error)
AsRequestWriteUserAssignee returns the union data inside the
RequestCreate_Assignees_Item as a RequestWriteUserAssignee
func (t *RequestCreate_Assignees_Item) FromRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
FromRequestWriteTeamAssignee overwrites any union data inside the
RequestCreate_Assignees_Item as the provided RequestWriteTeamAssignee
func (t *RequestCreate_Assignees_Item) FromRequestWriteUserAssignee(v RequestWriteUserAssignee) error
FromRequestWriteUserAssignee overwrites any union data inside the
RequestCreate_Assignees_Item as the provided RequestWriteUserAssignee
func (t RequestCreate_Assignees_Item) MarshalJSON() ([]byte, error)
func (t *RequestCreate_Assignees_Item) MergeRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
MergeRequestWriteTeamAssignee performs a merge with any union
data inside the RequestCreate_Assignees_Item, using the provided
RequestWriteTeamAssignee
func (t *RequestCreate_Assignees_Item) MergeRequestWriteUserAssignee(v RequestWriteUserAssignee) error
MergeRequestWriteUserAssignee performs a merge with any union
data inside the RequestCreate_Assignees_Item, using the provided
RequestWriteUserAssignee
func (t *RequestCreate_Assignees_Item) UnmarshalJSON(b []byte) error
Type RequestCreatedEvent
type RequestCreatedEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *RequestCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Request *Request `json:"request,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
}
RequestCreatedEvent defines model for RequestCreatedEvent.
Type RequestCreatedEventEventType
type RequestCreatedEventEventType string
RequestCreatedEventEventType defines model for
RequestCreatedEvent.EventType.
Constants
V2RequestCreated
V2RequestCreated RequestCreatedEventEventType = "v2.request.created"
Defines values for RequestCreatedEventEventType.
Type RequestEditorFn
type RequestEditorFn func(ctx context.Context, req *http.Request) error
RequestEditorFn is the function signature for the RequestEditor callback
function
Type RequestFulfillment
type RequestFulfillment struct {
// CreatedAt Date and time the fulfillment was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// EntryId ID of the entry this fulfillment was executed in, if any
EntryId *string `json:"entryId,omitempty"`
// Id ID of the request fulfillment
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Request Fulfillment was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// RequestId ID of the request this fulfillment fulfills
RequestId *string `json:"requestId,omitempty"`
// SampleGroup The request sample group this fulfillment was executed upon, if any.
SampleGroup *SampleGroup `json:"sampleGroup"`
// Status Status of a sample group
Status *SampleGroupStatus `json:"status,omitempty"`
}
RequestFulfillment A request fulfillment represents work that is done which
changes the status of a request or a sample group within that request.
Fulfillments are created when state changes between IN_PROGRESS, COMPLETED,
or FAILED statuses. Fulfillments do not capture a PENDING state because all
requests or request sample groups are considered PENDING until the first
corresponding fulfillment is created.
Type RequestFulfillmentsPaginatedList
type RequestFulfillmentsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
RequestFulfillments *[]RequestFulfillment `json:"requestFulfillments,omitempty"`
}
RequestFulfillmentsPaginatedList An object containing an array of
RequestFulfillments
Type RequestResponse
type RequestResponse struct {
Results *[]AssayResult `json:"results,omitempty"`
// Samples Array of samples produced by the request.
Samples *[]struct {
// Batch The sample, if it is a batch resource. Null otherwise.
Batch *RequestResponseSamplesItemBatch `json:"batch"`
// Entity The sample, if it is an entity resource. Null otherwise.
Entity *RequestResponseSamplesItemEntity `json:"entity"`
// Status The status of the sample, based on the status of the stage run that generated it.
Status *RequestResponseSamplesStatus `json:"status,omitempty"`
} `json:"samples,omitempty"`
}
RequestResponse defines model for RequestResponse.
Type RequestResponseSamplesItemBatch
type RequestResponseSamplesItemBatch = BatchOrInaccessibleResource
RequestResponseSamplesItemBatch defines model for
RequestResponseSamplesItemBatch.
Type RequestResponseSamplesItemEntity
type RequestResponseSamplesItemEntity = EntityOrInaccessibleResource
RequestResponseSamplesItemEntity defines model for
RequestResponseSamplesItemEntity.
Type RequestResponseSamplesStatus
type RequestResponseSamplesStatus string
RequestResponseSamplesStatus The status of the sample, based on the status
of the stage run that generated it.
Constants
RequestResponseSamplesStatusCOMPLETED, RequestResponseSamplesStatusDISCARDED
RequestResponseSamplesStatusCOMPLETED RequestResponseSamplesStatus = "COMPLETED"
RequestResponseSamplesStatusDISCARDED RequestResponseSamplesStatus = "DISCARDED"
Defines values for RequestResponseSamplesStatus.
Type RequestSampleGroup
type RequestSampleGroup struct {
Id *string `json:"id,omitempty"`
// Samples The key for each RequestSample should match one of the samplesSchema[n].name property in the request schema json.
Samples *RequestSampleGroupSamples `json:"samples,omitempty"`
}
RequestSampleGroup defines model for RequestSampleGroup.
Type RequestSampleGroupCreate
type RequestSampleGroupCreate struct {
// Samples The key for each RequestSample should match one of the samplesSchema[n].name property in the request schema json.
Samples RequestSampleGroupSamples `json:"samples"`
}
RequestSampleGroupCreate defines model for RequestSampleGroupCreate.
Type RequestSampleGroupSamples
type RequestSampleGroupSamples map[string]RequestSampleGroupSamples_AdditionalProperties
RequestSampleGroupSamples The key for each RequestSample should match one of
the samplesSchema[n].name property in the request schema json.
Type RequestSampleGroupSamples_AdditionalProperties
type RequestSampleGroupSamples_AdditionalProperties struct {
// contains filtered or unexported fields
}
RequestSampleGroupSamples_AdditionalProperties defines model for
RequestSampleGroupSamples.AdditionalProperties.
Methods
func (t RequestSampleGroupSamples_AdditionalProperties) AsRequestSampleWithBatch() (RequestSampleWithBatch, error)
AsRequestSampleWithBatch returns the union data inside the
RequestSampleGroupSamples_AdditionalProperties as a RequestSampleWithBatch
func (t RequestSampleGroupSamples_AdditionalProperties) AsRequestSampleWithEntity() (RequestSampleWithEntity, error)
AsRequestSampleWithEntity returns the union data inside the
RequestSampleGroupSamples_AdditionalProperties as a RequestSampleWithEntity
func (t *RequestSampleGroupSamples_AdditionalProperties) FromRequestSampleWithBatch(v RequestSampleWithBatch) error
FromRequestSampleWithBatch overwrites any union data inside the
RequestSampleGroupSamples_AdditionalProperties as the provided
RequestSampleWithBatch
func (t *RequestSampleGroupSamples_AdditionalProperties) FromRequestSampleWithEntity(v RequestSampleWithEntity) error
FromRequestSampleWithEntity overwrites any union data inside the
RequestSampleGroupSamples_AdditionalProperties as the provided
RequestSampleWithEntity
func (t RequestSampleGroupSamples_AdditionalProperties) MarshalJSON() ([]byte, error)
func (t *RequestSampleGroupSamples_AdditionalProperties) MergeRequestSampleWithBatch(v RequestSampleWithBatch) error
MergeRequestSampleWithBatch performs a merge with any union data inside
the RequestSampleGroupSamples_AdditionalProperties, using the provided
RequestSampleWithBatch
func (t *RequestSampleGroupSamples_AdditionalProperties) MergeRequestSampleWithEntity(v RequestSampleWithEntity) error
MergeRequestSampleWithEntity performs a merge with any union data inside
the RequestSampleGroupSamples_AdditionalProperties, using the provided
RequestSampleWithEntity
func (t *RequestSampleGroupSamples_AdditionalProperties) UnmarshalJSON(b []byte) error
Type RequestSampleWithBatch
type RequestSampleWithBatch struct {
BatchId string `json:"batchId"`
ContainerId *string `json:"containerId,omitempty"`
}
RequestSampleWithBatch defines model for RequestSampleWithBatch.
Type RequestSampleWithEntity
type RequestSampleWithEntity struct {
ContainerId *string `json:"containerId,omitempty"`
EntityId string `json:"entityId"`
}
RequestSampleWithEntity defines model for RequestSampleWithEntity.
Type RequestSchema
type RequestSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]RequestSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Request Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// Organization The organization that owns the schema.
Organization *struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"organization,omitempty"`
SystemName *string `json:"systemName,omitempty"`
Type *RequestSchemaType `json:"type,omitempty"`
}
RequestSchema defines model for RequestSchema.
Type RequestSchemaType
type RequestSchemaType string
RequestSchemaType defines model for RequestSchema.Type.
Constants
RequestSchemaTypeRequest
RequestSchemaTypeRequest RequestSchemaType = "request"
Defines values for RequestSchemaType.
Type RequestSchema_FieldDefinitions_Item
type RequestSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
RequestSchema_FieldDefinitions_Item defines model for
RequestSchema.fieldDefinitions.Item.
Methods
func (t RequestSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
RequestSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t RequestSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
RequestSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t RequestSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
RequestSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t RequestSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
RequestSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t RequestSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
RequestSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
RequestSchema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
RequestSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
RequestSchema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data
inside the RequestSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
RequestSchema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t RequestSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *RequestSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the RequestSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
RequestSchema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the RequestSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the RequestSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the RequestSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *RequestSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type RequestSchemasPaginatedList
type RequestSchemasPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
RequestSchemas *[]RequestSchema `json:"requestSchemas,omitempty"`
}
RequestSchemasPaginatedList defines model for RequestSchemasPaginatedList.
Type RequestStatus
type RequestStatus string
RequestStatus defines model for RequestStatus.
Constants
RequestStatusCANCELLED, RequestStatusCOMPLETED, RequestStatusINPROGRESS, RequestStatusREQUESTED, RequestStatusSCHEDULED
RequestStatusCANCELLED RequestStatus = "CANCELLED"
RequestStatusCOMPLETED RequestStatus = "COMPLETED"
RequestStatusINPROGRESS RequestStatus = "IN_PROGRESS"
RequestStatusREQUESTED RequestStatus = "REQUESTED"
RequestStatusSCHEDULED RequestStatus = "SCHEDULED"
Defines values for RequestStatus.
Type RequestTask
type RequestTask = RequestTaskBase
RequestTask A request task.
Type RequestTaskBase
type RequestTaskBase = RequestTaskBaseFields
RequestTaskBase Shared fields for request tasks and related endpoints.
Type RequestTaskBaseFields
type RequestTaskBaseFields struct {
// Fields Schema fields to set on the request task.
// Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// SampleGroupIds IDs of all request sample groups now associated with this task.
SampleGroupIds *[]string `json:"sampleGroupIds,omitempty"`
}
RequestTaskBaseFields Shared fields for request tasks and related endpoints.
Type RequestTaskSchema
type RequestTaskSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]RequestTaskSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the Request Task Schema was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
// Organization The organization that owns the schema.
Organization *struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"organization,omitempty"`
SystemName *string `json:"systemName,omitempty"`
Type *RequestTaskSchemaType `json:"type,omitempty"`
}
RequestTaskSchema defines model for RequestTaskSchema.
Type RequestTaskSchemaType
type RequestTaskSchemaType string
RequestTaskSchemaType defines model for RequestTaskSchema.Type.
Constants
RequestTaskSchemaTypeRequestTask
RequestTaskSchemaTypeRequestTask RequestTaskSchemaType = "request_task"
Defines values for RequestTaskSchemaType.
Type RequestTaskSchema_FieldDefinitions_Item
type RequestTaskSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
RequestTaskSchema_FieldDefinitions_Item defines model for
RequestTaskSchema.fieldDefinitions.Item.
Methods
func (t RequestTaskSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
RequestTaskSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t RequestTaskSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
RequestTaskSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t RequestTaskSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
RequestTaskSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t RequestTaskSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
RequestTaskSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t RequestTaskSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
RequestTaskSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the RequestTaskSchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
RequestTaskSchema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside
the RequestTaskSchema_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the RequestTaskSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside
the RequestTaskSchema_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t RequestTaskSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *RequestTaskSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the RequestTaskSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the RequestTaskSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the RequestTaskSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the RequestTaskSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data
inside the RequestTaskSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *RequestTaskSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type RequestTaskSchemasPaginatedList
type RequestTaskSchemasPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
RequestTaskSchemas *[]RequestTaskSchema `json:"requestTaskSchemas,omitempty"`
}
RequestTaskSchemasPaginatedList defines model for
RequestTaskSchemasPaginatedList.
Type RequestTasksBulkCreate
type RequestTasksBulkCreate = RequestTaskBaseFields
RequestTasksBulkCreate Shared fields for request tasks and related
endpoints.
Type RequestTasksBulkCreateRequest
type RequestTasksBulkCreateRequest struct {
// Tasks The tasks to create
Tasks []RequestTasksBulkCreate `json:"tasks"`
}
RequestTasksBulkCreateRequest defines model for
RequestTasksBulkCreateRequest.
Type RequestTasksBulkCreateResponse
type RequestTasksBulkCreateResponse struct {
// Tasks The created tasks
Tasks *[]RequestTask `json:"tasks,omitempty"`
}
RequestTasksBulkCreateResponse defines model for
RequestTasksBulkCreateResponse.
Type RequestTasksBulkUpdateRequest
type RequestTasksBulkUpdateRequest struct {
// Tasks The tasks to update
Tasks []RequestTaskBase `json:"tasks"`
}
RequestTasksBulkUpdateRequest A request body for bulk updating request
tasks.
Type RequestTasksBulkUpdateResponse
type RequestTasksBulkUpdateResponse struct {
// Tasks The tasks to update
Tasks *[]RequestTask `json:"tasks,omitempty"`
}
RequestTasksBulkUpdateResponse defines model for
RequestTasksBulkUpdateResponse.
Type RequestTeamAssignee
type RequestTeamAssignee struct {
Team *TeamSummary `json:"team,omitempty"`
}
RequestTeamAssignee defines model for RequestTeamAssignee.
Type RequestUpdate
type RequestUpdate struct {
// Assignees Array of assignees
Assignees *[]RequestUpdate_Assignees_Item `json:"assignees,omitempty"`
// Fields The request's fields
Fields *Fields `json:"fields,omitempty"`
// ProjectId The ID of the project to which the request belongs.
ProjectId *string `json:"projectId,omitempty"`
RequestStatus *RequestStatus `json:"requestStatus,omitempty"`
// RequestorId ID of the user making the request. If unspecified, the requestor is the request creator.
RequestorId *string `json:"requestorId"`
SampleGroups *[]RequestSampleGroupCreate `json:"sampleGroups,omitempty"`
// ScheduledOn Date the request is scheduled to be executed on, in YYYY-MM-DD format.
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
}
RequestUpdate defines model for RequestUpdate.
Type RequestUpdate_Assignees_Item
type RequestUpdate_Assignees_Item struct {
// contains filtered or unexported fields
}
RequestUpdate_Assignees_Item defines model for RequestUpdate.assignees.Item.
Methods
func (t RequestUpdate_Assignees_Item) AsRequestWriteTeamAssignee() (RequestWriteTeamAssignee, error)
AsRequestWriteTeamAssignee returns the union data inside the
RequestUpdate_Assignees_Item as a RequestWriteTeamAssignee
func (t RequestUpdate_Assignees_Item) AsRequestWriteUserAssignee() (RequestWriteUserAssignee, error)
AsRequestWriteUserAssignee returns the union data inside the
RequestUpdate_Assignees_Item as a RequestWriteUserAssignee
func (t *RequestUpdate_Assignees_Item) FromRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
FromRequestWriteTeamAssignee overwrites any union data inside the
RequestUpdate_Assignees_Item as the provided RequestWriteTeamAssignee
func (t *RequestUpdate_Assignees_Item) FromRequestWriteUserAssignee(v RequestWriteUserAssignee) error
FromRequestWriteUserAssignee overwrites any union data inside the
RequestUpdate_Assignees_Item as the provided RequestWriteUserAssignee
func (t RequestUpdate_Assignees_Item) MarshalJSON() ([]byte, error)
func (t *RequestUpdate_Assignees_Item) MergeRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
MergeRequestWriteTeamAssignee performs a merge with any union
data inside the RequestUpdate_Assignees_Item, using the provided
RequestWriteTeamAssignee
func (t *RequestUpdate_Assignees_Item) MergeRequestWriteUserAssignee(v RequestWriteUserAssignee) error
MergeRequestWriteUserAssignee performs a merge with any union
data inside the RequestUpdate_Assignees_Item, using the provided
RequestWriteUserAssignee
func (t *RequestUpdate_Assignees_Item) UnmarshalJSON(b []byte) error
Type RequestUpdatedFieldsEvent
type RequestUpdatedFieldsEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *RequestUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Request *Request `json:"request,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
RequestUpdatedFieldsEvent defines model for RequestUpdatedFieldsEvent.
Type RequestUpdatedFieldsEventEventType
type RequestUpdatedFieldsEventEventType string
RequestUpdatedFieldsEventEventType defines model for
RequestUpdatedFieldsEvent.EventType.
Constants
V2RequestUpdatedFields
V2RequestUpdatedFields RequestUpdatedFieldsEventEventType = "v2.request.updated.fields"
Defines values for RequestUpdatedFieldsEventEventType.
Type RequestUserAssignee
type RequestUserAssignee struct {
User *UserSummary `json:"user,omitempty"`
}
RequestUserAssignee defines model for RequestUserAssignee.
Type RequestWriteBase
type RequestWriteBase struct {
// Assignees Array of assignees
Assignees *[]RequestWriteBase_Assignees_Item `json:"assignees,omitempty"`
// Fields The request's fields
Fields *Fields `json:"fields,omitempty"`
// ProjectId The ID of the project to which the request belongs.
ProjectId *string `json:"projectId,omitempty"`
// RequestorId ID of the user making the request. If unspecified, the requestor is the request creator.
RequestorId *string `json:"requestorId"`
SampleGroups *[]RequestSampleGroupCreate `json:"sampleGroups,omitempty"`
// ScheduledOn Date the request is scheduled to be executed on, in YYYY-MM-DD format.
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
}
RequestWriteBase defines model for RequestWriteBase.
Type RequestWriteBase_Assignees_Item
type RequestWriteBase_Assignees_Item struct {
// contains filtered or unexported fields
}
RequestWriteBase_Assignees_Item defines model for
RequestWriteBase.assignees.Item.
Methods
func (t RequestWriteBase_Assignees_Item) AsRequestWriteTeamAssignee() (RequestWriteTeamAssignee, error)
AsRequestWriteTeamAssignee returns the union data inside the
RequestWriteBase_Assignees_Item as a RequestWriteTeamAssignee
func (t RequestWriteBase_Assignees_Item) AsRequestWriteUserAssignee() (RequestWriteUserAssignee, error)
AsRequestWriteUserAssignee returns the union data inside the
RequestWriteBase_Assignees_Item as a RequestWriteUserAssignee
func (t *RequestWriteBase_Assignees_Item) FromRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
FromRequestWriteTeamAssignee overwrites any union data inside the
RequestWriteBase_Assignees_Item as the provided RequestWriteTeamAssignee
func (t *RequestWriteBase_Assignees_Item) FromRequestWriteUserAssignee(v RequestWriteUserAssignee) error
FromRequestWriteUserAssignee overwrites any union data inside the
RequestWriteBase_Assignees_Item as the provided RequestWriteUserAssignee
func (t RequestWriteBase_Assignees_Item) MarshalJSON() ([]byte, error)
func (t *RequestWriteBase_Assignees_Item) MergeRequestWriteTeamAssignee(v RequestWriteTeamAssignee) error
MergeRequestWriteTeamAssignee performs a merge with any union data
inside the RequestWriteBase_Assignees_Item, using the provided
RequestWriteTeamAssignee
func (t *RequestWriteBase_Assignees_Item) MergeRequestWriteUserAssignee(v RequestWriteUserAssignee) error
MergeRequestWriteUserAssignee performs a merge with any union data
inside the RequestWriteBase_Assignees_Item, using the provided
RequestWriteUserAssignee
func (t *RequestWriteBase_Assignees_Item) UnmarshalJSON(b []byte) error
Type RequestWriteTeamAssignee
type RequestWriteTeamAssignee struct {
TeamId string `json:"teamId"`
}
RequestWriteTeamAssignee defines model for RequestWriteTeamAssignee.
Type RequestWriteUserAssignee
type RequestWriteUserAssignee struct {
UserId string `json:"userId"`
}
RequestWriteUserAssignee defines model for RequestWriteUserAssignee.
Type Request_Assignees_Item
type Request_Assignees_Item struct {
// contains filtered or unexported fields
}
Request_Assignees_Item defines model for Request.assignees.Item.
Methods
func (t Request_Assignees_Item) AsRequestTeamAssignee() (RequestTeamAssignee, error)
AsRequestTeamAssignee returns the union data inside the
Request_Assignees_Item as a RequestTeamAssignee
func (t Request_Assignees_Item) AsRequestUserAssignee() (RequestUserAssignee, error)
AsRequestUserAssignee returns the union data inside the
Request_Assignees_Item as a RequestUserAssignee
func (t *Request_Assignees_Item) FromRequestTeamAssignee(v RequestTeamAssignee) error
FromRequestTeamAssignee overwrites any union data inside the
Request_Assignees_Item as the provided RequestTeamAssignee
func (t *Request_Assignees_Item) FromRequestUserAssignee(v RequestUserAssignee) error
FromRequestUserAssignee overwrites any union data inside the
Request_Assignees_Item as the provided RequestUserAssignee
func (t Request_Assignees_Item) MarshalJSON() ([]byte, error)
func (t *Request_Assignees_Item) MergeRequestTeamAssignee(v RequestTeamAssignee) error
MergeRequestTeamAssignee performs a merge with any union data inside the
Request_Assignees_Item, using the provided RequestTeamAssignee
func (t *Request_Assignees_Item) MergeRequestUserAssignee(v RequestUserAssignee) error
MergeRequestUserAssignee performs a merge with any union data inside the
Request_Assignees_Item, using the provided RequestUserAssignee
func (t *Request_Assignees_Item) UnmarshalJSON(b []byte) error
Type RequestsBulkGet
type RequestsBulkGet struct {
Requests *[]Request `json:"requests,omitempty"`
}
RequestsBulkGet defines model for RequestsBulkGet.
Type RequestsPaginatedList
type RequestsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Requests *[]Request `json:"requests,omitempty"`
}
RequestsPaginatedList defines model for RequestsPaginatedList.
Type ReserveContainersJSONRequestBody
type ReserveContainersJSONRequestBody = ContainersCheckout
ReserveContainersJSONRequestBody defines body for ReserveContainers for
application/json ContentType.
Type ReserveContainersResponse
type ReserveContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseReserveContainersResponse(rsp *http.Response) (*ReserveContainersResponse, error)
ParseReserveContainersResponse parses an HTTP response from a
ReserveContainersWithResponse call
Methods
func (r ReserveContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r ReserveContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type ResultsTableNotePart
type ResultsTableNotePart struct {
ApiId *string `json:"apiId,omitempty"`
AssayResultSchemaId *string `json:"assayResultSchemaId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
Type *ResultsTableNotePartType `json:"type,omitempty"`
}
ResultsTableNotePart defines model for ResultsTableNotePart.
Type ResultsTableNotePartType
type ResultsTableNotePartType string
ResultsTableNotePartType defines model for ResultsTableNotePart.Type.
Constants
ResultsTable
ResultsTable ResultsTableNotePartType = "results_table"
Defines values for ResultsTableNotePartType.
Type RnaAnnotation
type RnaAnnotation struct {
// Color Hex color code used when displaying this feature in the UI.
Color *string `json:"color,omitempty"`
CustomFields *[]SequenceFeatureCustomField `json:"customFields,omitempty"`
End *int `json:"end,omitempty"`
Name *string `json:"name,omitempty"`
Notes *string `json:"notes,omitempty"`
Start *int `json:"start,omitempty"`
Strand *int `json:"strand,omitempty"`
Type *string `json:"type,omitempty"`
}
RnaAnnotation defines model for RnaAnnotation.
Type RnaOligo
type RnaOligo struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
// CreatedAt DateTime the Oligo was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Oligo.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Oligo if registered.
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Oligo.
FolderId *string `json:"folderId"`
// Id ID of the Oligo.
Id *string `json:"id,omitempty"`
// Length Number of bases in the Oligo.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the Oligo was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
NucleotideType string `json:"nucleotideType"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Oligo is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Oligo.
WebURL *string `json:"webURL,omitempty"`
}
RnaOligo defines model for RnaOligo.
Type RnaOligoBulkUpdate
type RnaOligoBulkUpdate struct {
// Aliases Aliases to add to the Oligo
Aliases *[]string `json:"aliases,omitempty"`
// AuthorIds IDs of users to set as the Oligo's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs of the oligo.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the Oligo. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the Oligo. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the Oligo.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
// SchemaId ID of the oligo's schema.
SchemaId *string `json:"schemaId,omitempty"`
}
RnaOligoBulkUpdate defines model for RnaOligoBulkUpdate.
Type RnaOligoCreate
type RnaOligoCreate = OligoCreate
RnaOligoCreate defines model for RnaOligoCreate.
Type RnaOligoUpdate
type RnaOligoUpdate = OligoUpdate
RnaOligoUpdate defines model for RnaOligoUpdate.
Type RnaOligoWithEntityType
type RnaOligoWithEntityType struct {
// Aliases Array of aliases
Aliases *[]string `json:"aliases,omitempty"`
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
// CreatedAt DateTime the Oligo was created.
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// CustomFields Custom fields set on the Oligo.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Registry ID of the Oligo if registered.
EntityRegistryId *string `json:"entityRegistryId"`
EntityType *RnaOligoWithEntityTypeEntityType `json:"entityType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the Oligo.
FolderId *string `json:"folderId"`
// Id ID of the Oligo.
Id *string `json:"id,omitempty"`
// Length Number of bases in the Oligo.
Length *int `json:"length,omitempty"`
// ModifiedAt DateTime the Oligo was last modified.
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the Oligo.
Name *string `json:"name,omitempty"`
NucleotideType string `json:"nucleotideType"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
// RegistryId Registry the Oligo is registered in.
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
// WebURL URL of the Oligo.
WebURL *string `json:"webURL,omitempty"`
}
RnaOligoWithEntityType defines model for RnaOligoWithEntityType.
Type RnaOligoWithEntityTypeEntityType
type RnaOligoWithEntityTypeEntityType string
RnaOligoWithEntityTypeEntityType defines model for
RnaOligoWithEntityType.EntityType.
Constants
RnaOligoWithEntityTypeEntityTypeRnaOligo
RnaOligoWithEntityTypeEntityTypeRnaOligo RnaOligoWithEntityTypeEntityType = "rna_oligo"
Defines values for RnaOligoWithEntityTypeEntityType.
Type RnaOligosArchivalChange
type RnaOligosArchivalChange struct {
BatchIds *[]string `json:"batchIds,omitempty"`
RnaOligoIds *[]string `json:"rnaOligoIds,omitempty"`
}
RnaOligosArchivalChange IDs of all items that were archived or unarchived,
grouped by resource type. This includes the IDs of RNA Oligos along with any
IDs of batches that were archived / unarchived.
Type RnaOligosArchive
type RnaOligosArchive struct {
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
RnaOligoIds []string `json:"rnaOligoIds"`
}
RnaOligosArchive The request body for archiving RNA Oligos.
Type RnaOligosBulkCreateRequest
type RnaOligosBulkCreateRequest struct {
RnaOligos *[]RnaOligoCreate `json:"rnaOligos,omitempty"`
}
RnaOligosBulkCreateRequest defines model for RnaOligosBulkCreateRequest.
Type RnaOligosBulkUpdateRequest
type RnaOligosBulkUpdateRequest struct {
RnaOligos *[]RnaOligoBulkUpdate `json:"rnaOligos,omitempty"`
}
RnaOligosBulkUpdateRequest defines model for RnaOligosBulkUpdateRequest.
Type RnaOligosPaginatedList
type RnaOligosPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
RnaOligos *[]RnaOligo `json:"rnaOligos,omitempty"`
}
RnaOligosPaginatedList defines model for RnaOligosPaginatedList.
Type RnaOligosUnarchive
type RnaOligosUnarchive struct {
RnaOligoIds []string `json:"rnaOligoIds"`
}
RnaOligosUnarchive The request body for unarchiving RNA Oligos.
Type RnaSequence
type RnaSequence struct {
Aliases *[]string `json:"aliases,omitempty"`
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// ApiURL The canonical url of the RNA Sequence in the API.
ApiURL *string `json:"apiURL,omitempty"`
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Bases *string `json:"bases,omitempty"`
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId"`
Fields *Fields `json:"fields,omitempty"`
FolderId *string `json:"folderId"`
Id *string `json:"id,omitempty"`
IsCircular *bool `json:"isCircular,omitempty"`
Length *int `json:"length,omitempty"`
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
RegistrationOrigin *RegistrationOrigin `json:"registrationOrigin"`
RegistryId *string `json:"registryId"`
Schema *SchemaSummary `json:"schema"`
Translations *[]Translation `json:"translations,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
RnaSequence defines model for RnaSequence.
Type RnaSequenceBaseRequest
type RnaSequenceBaseRequest struct {
// Aliases Aliases to add to the RNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the RNA sequence.
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the RNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the RNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the RNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the RNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the RNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the RNA sequence is circular or linear. RNA sequences can only be linear
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the RNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the RNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the RNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
RnaSequenceBaseRequest defines model for RnaSequenceBaseRequest.
Type RnaSequenceBaseRequestForCreate
type RnaSequenceBaseRequestForCreate struct {
// Aliases Aliases to add to the RNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the RNA sequence.
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the RNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the RNA sequence.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the RNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the RNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the RNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the RNA sequence is circular or linear. RNA sequences can only be linear
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the RNA sequence.
Name string `json:"name"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the RNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the RNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
RnaSequenceBaseRequestForCreate defines model for
RnaSequenceBaseRequestForCreate.
Type RnaSequenceBulkCreate
type RnaSequenceBulkCreate = RnaSequenceCreate
RnaSequenceBulkCreate defines model for RnaSequenceBulkCreate.
Type RnaSequenceBulkUpdate
type RnaSequenceBulkUpdate struct {
// Aliases Aliases to add to the RNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the RNA sequence.
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the RNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the RNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the RNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// Fields Fields to set on the RNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the RNA sequence.
FolderId *string `json:"folderId,omitempty"`
Id *string `json:"id,omitempty"`
// IsCircular Whether the RNA sequence is circular or linear. RNA sequences can only be linear
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the RNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the RNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the RNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
RnaSequenceBulkUpdate defines model for RnaSequenceBulkUpdate.
Type RnaSequenceCreate
type RnaSequenceCreate struct {
// Aliases Aliases to add to the RNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the RNA sequence.
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the RNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the RNA sequence.
Bases string `json:"bases"`
// CustomFields Custom fields to add to the RNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
// EntityRegistryId Entity registry ID to set for the registered entity. Cannot specify both entityRegistryId and namingStrategy at the same time.
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the RNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the entity. Can be left empty when registryId is present.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the RNA sequence is circular or linear. RNA sequences can only be linear
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the RNA sequence.
Name string `json:"name"`
// NamingStrategy Specifies the behavior for automatically generated names when registering an entity.
// - NEW_IDS: Generate new registry IDs
// - IDS_FROM_NAMES: Generate registry IDs based on entity names
// - DELETE_NAMES: Generate new registry IDs and replace name with registry ID
// - SET_FROM_NAME_PARTS: Generate new registry IDs, rename according to name template, and keep old name as alias
// - REPLACE_NAMES_FROM_PARTS: Generate new registry IDs, and replace name according to name template
// - KEEP_NAMES: Keep existing entity names as registry IDs
// - REPLACE_ID_AND_NAME_FROM_PARTS: Generate registry IDs and names according to name template
NamingStrategy *NamingStrategy `json:"namingStrategy,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// RegistryId Registry ID into which entity should be registered. this is the ID of the registry which was configured for a particular organization
// To get available registryIds, use the [/registries endpoint](#/Registry/listRegistries)
//
// Required in order for entities to be created directly in the registry.
RegistryId *string `json:"registryId,omitempty"`
// SchemaId ID of the RNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the RNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
RnaSequenceCreate defines model for RnaSequenceCreate.
Type RnaSequenceRequestRegistryFields
type RnaSequenceRequestRegistryFields struct {
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
}
RnaSequenceRequestRegistryFields defines model for
RnaSequenceRequestRegistryFields.
Type RnaSequenceUpdate
type RnaSequenceUpdate struct {
// Aliases Aliases to add to the RNA sequence
Aliases *[]string `json:"aliases,omitempty"`
// Annotations Annotations to create on the RNA sequence.
Annotations *[]RnaAnnotation `json:"annotations,omitempty"`
// AuthorIds IDs of users to set as the RNA sequence's authors.
AuthorIds *[]string `json:"authorIds,omitempty"`
// Bases Base pairs for the RNA sequence.
Bases *string `json:"bases,omitempty"`
// CustomFields Custom fields to add to the RNA sequence. Every field should have its name as a key, mapping to an object with information about the value of the field.
CustomFields *CustomFields `json:"customFields,omitempty"`
EntityRegistryId *string `json:"entityRegistryId,omitempty"`
// Fields Fields to set on the RNA sequence. Must correspond with the schema's field definitions. Every field should have its name as a key, mapping to an object with information about the value of the field.
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder containing the RNA sequence.
FolderId *string `json:"folderId,omitempty"`
// IsCircular Whether the RNA sequence is circular or linear. RNA sequences can only be linear
IsCircular *bool `json:"isCircular,omitempty"`
// Name Name of the RNA sequence.
Name *string `json:"name,omitempty"`
Primers *[]Primer `json:"primers,omitempty"`
// SchemaId ID of the RNA sequence's schema.
SchemaId *string `json:"schemaId,omitempty"`
// Translations Translations to create on the RNA sequence. Translations are specified by either a combination of 'start' and 'end' fields, or a list of regions. Both cannot be provided.
Translations *[]Translation `json:"translations,omitempty"`
}
RnaSequenceUpdate defines model for RnaSequenceUpdate.
Type RnaSequencesArchivalChange
type RnaSequencesArchivalChange struct {
RnaSequenceIds *[]string `json:"rnaSequenceIds,omitempty"`
}
RnaSequencesArchivalChange IDs of all RNA Sequences that were archived or
unarchived, grouped by resource type.
Type RnaSequencesArchive
type RnaSequencesArchive struct {
// Reason The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.
Reason EntityArchiveReason `json:"reason"`
RnaSequenceIds []string `json:"rnaSequenceIds"`
}
RnaSequencesArchive The request body for archiving RNA sequences.
Type RnaSequencesBulkCreateRequest
type RnaSequencesBulkCreateRequest struct {
RnaSequences *[]RnaSequenceBulkCreate `json:"rnaSequences,omitempty"`
}
RnaSequencesBulkCreateRequest defines model for
RnaSequencesBulkCreateRequest.
Type RnaSequencesBulkGet
type RnaSequencesBulkGet struct {
RnaSequences *[]RnaSequence `json:"rnaSequences,omitempty"`
}
RnaSequencesBulkGet defines model for RnaSequencesBulkGet.
Type RnaSequencesBulkUpdateRequest
type RnaSequencesBulkUpdateRequest struct {
RnaSequences *[]RnaSequenceBulkUpdate `json:"rnaSequences,omitempty"`
}
RnaSequencesBulkUpdateRequest defines model for
RnaSequencesBulkUpdateRequest.
Type RnaSequencesPaginatedList
type RnaSequencesPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
RnaSequences *[]RnaSequence `json:"rnaSequences,omitempty"`
}
RnaSequencesPaginatedList defines model for RnaSequencesPaginatedList.
Type RnaSequencesUnarchive
type RnaSequencesUnarchive struct {
RnaSequenceIds []string `json:"rnaSequenceIds"`
}
RnaSequencesUnarchive The request body for unarchiving RNA sequences.
Type SampleGroup
type SampleGroup struct {
Id *string `json:"id,omitempty"`
Samples *map[string]interface{} `json:"samples,omitempty"`
}
SampleGroup Represents a sample group that is an input to a request.
A sample group is a set of samples upon which work in the request should be
done.
Type SampleGroupStatus
type SampleGroupStatus string
SampleGroupStatus Status of a sample group
Constants
SampleGroupStatusCOMPLETED, SampleGroupStatusFAILED, SampleGroupStatusINPROGRESS
SampleGroupStatusCOMPLETED SampleGroupStatus = "COMPLETED"
SampleGroupStatusFAILED SampleGroupStatus = "FAILED"
SampleGroupStatusINPROGRESS SampleGroupStatus = "IN_PROGRESS"
Defines values for SampleGroupStatus.
Type SampleGroupStatusUpdate
type SampleGroupStatusUpdate struct {
// SampleGroupId The string id of the sample group
SampleGroupId string `json:"sampleGroupId"`
// Status Status of a sample group
Status SampleGroupStatus `json:"status"`
}
SampleGroupStatusUpdate defines model for SampleGroupStatusUpdate.
Type SampleGroupsStatusUpdate
type SampleGroupsStatusUpdate struct {
SampleGroups []SampleGroupStatusUpdate `json:"sampleGroups"`
}
SampleGroupsStatusUpdate Specification to update status of sample groups on
the request which were executed.
Type Schema
type Schema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]Schema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Type *string `json:"type,omitempty"`
}
Schema defines model for Schema.
Type SchemaDependencySubtypes
type SchemaDependencySubtypes string
SchemaDependencySubtypes defines model for SchemaDependencySubtypes.
Constants
SchemaDependencySubtypesAaSequence, SchemaDependencySubtypesCustomEntity, SchemaDependencySubtypesDnaOligo, SchemaDependencySubtypesDnaSequence, SchemaDependencySubtypesMixture, SchemaDependencySubtypesMolecule, SchemaDependencySubtypesRnaOligo, SchemaDependencySubtypesRnaSequence
SchemaDependencySubtypesAaSequence SchemaDependencySubtypes = "aa_sequence"
SchemaDependencySubtypesCustomEntity SchemaDependencySubtypes = "custom_entity"
SchemaDependencySubtypesDnaOligo SchemaDependencySubtypes = "dna_oligo"
SchemaDependencySubtypesDnaSequence SchemaDependencySubtypes = "dna_sequence"
SchemaDependencySubtypesMixture SchemaDependencySubtypes = "mixture"
SchemaDependencySubtypesMolecule SchemaDependencySubtypes = "molecule"
SchemaDependencySubtypesRnaOligo SchemaDependencySubtypes = "rna_oligo"
SchemaDependencySubtypesRnaSequence SchemaDependencySubtypes = "rna_sequence"
Defines values for SchemaDependencySubtypes.
Type SchemaFieldsQueryParam
type SchemaFieldsQueryParam map[string]interface{}
SchemaFieldsQueryParam defines model for SchemaFieldsQueryParam.
Type SchemaLinkFieldDefinition
type SchemaLinkFieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
Name *string `json:"name,omitempty"`
SchemaId *string `json:"schemaId"`
Type *SchemaLinkFieldDefinitionType `json:"type,omitempty"`
}
SchemaLinkFieldDefinition defines model for SchemaLinkFieldDefinition.
Type SchemaLinkFieldDefinitionType
type SchemaLinkFieldDefinitionType string
SchemaLinkFieldDefinitionType defines model for
SchemaLinkFieldDefinition.Type.
Constants
SchemaLinkFieldDefinitionTypeAssayRequestLink, SchemaLinkFieldDefinitionTypeAssayResultLink, SchemaLinkFieldDefinitionTypeAssayRunLink, SchemaLinkFieldDefinitionTypeBatchLink, SchemaLinkFieldDefinitionTypeEntityLink, SchemaLinkFieldDefinitionTypeEntryLink, SchemaLinkFieldDefinitionTypePartLink, SchemaLinkFieldDefinitionTypeStorageLink, SchemaLinkFieldDefinitionTypeTranslationLink
SchemaLinkFieldDefinitionTypeAssayRequestLink SchemaLinkFieldDefinitionType = "assay_request_link"
SchemaLinkFieldDefinitionTypeAssayResultLink SchemaLinkFieldDefinitionType = "assay_result_link"
SchemaLinkFieldDefinitionTypeAssayRunLink SchemaLinkFieldDefinitionType = "assay_run_link"
SchemaLinkFieldDefinitionTypeBatchLink SchemaLinkFieldDefinitionType = "batch_link"
SchemaLinkFieldDefinitionTypeEntityLink SchemaLinkFieldDefinitionType = "entity_link"
SchemaLinkFieldDefinitionTypeEntryLink SchemaLinkFieldDefinitionType = "entry_link"
SchemaLinkFieldDefinitionTypePartLink SchemaLinkFieldDefinitionType = "part_link"
SchemaLinkFieldDefinitionTypeStorageLink SchemaLinkFieldDefinitionType = "storage_link"
SchemaLinkFieldDefinitionTypeTranslationLink SchemaLinkFieldDefinitionType = "translation_link"
Defines values for SchemaLinkFieldDefinitionType.
Type SchemaSummary
type SchemaSummary struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
SchemaSummary defines model for SchemaSummary.
Type Schema_FieldDefinitions_Item
type Schema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
Schema_FieldDefinitions_Item defines model for Schema.fieldDefinitions.Item.
Methods
func (t Schema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
Schema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t Schema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
Schema_FieldDefinitions_Item as a FloatFieldDefinition
func (t Schema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
Schema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t Schema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
Schema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t Schema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
Schema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *Schema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside the
Schema_FieldDefinitions_Item as the provided DropdownFieldDefinition
func (t *Schema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
Schema_FieldDefinitions_Item as the provided FloatFieldDefinition
func (t *Schema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
Schema_FieldDefinitions_Item as the provided IntegerFieldDefinition
func (t *Schema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside the
Schema_FieldDefinitions_Item as the provided SchemaLinkFieldDefinition
func (t *Schema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
Schema_FieldDefinitions_Item as the provided SimpleFieldDefinition
func (t Schema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *Schema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data inside the
Schema_FieldDefinitions_Item, using the provided DropdownFieldDefinition
func (t *Schema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside the
Schema_FieldDefinitions_Item, using the provided FloatFieldDefinition
func (t *Schema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside the
Schema_FieldDefinitions_Item, using the provided IntegerFieldDefinition
func (t *Schema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union
data inside the Schema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *Schema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside the
Schema_FieldDefinitions_Item, using the provided SimpleFieldDefinition
func (t *Schema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type SecureTextAppConfigItem
type SecureTextAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *SecureTextAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
SecureTextAppConfigItem defines model for SecureTextAppConfigItem.
Type SecureTextAppConfigItemType
type SecureTextAppConfigItemType string
SecureTextAppConfigItemType defines model for SecureTextAppConfigItem.Type.
Constants
SecureText
SecureText SecureTextAppConfigItemType = "secure_text"
Defines values for SecureTextAppConfigItemType.
Type SequenceFeatureBase
type SequenceFeatureBase struct {
// Color Hex color code used when displaying this feature in the UI.
Color *string `json:"color,omitempty"`
CustomFields *[]SequenceFeatureCustomField `json:"customFields,omitempty"`
Name *string `json:"name,omitempty"`
Notes *string `json:"notes,omitempty"`
}
SequenceFeatureBase defines model for SequenceFeatureBase.
Type SequenceFeatureCustomField
type SequenceFeatureCustomField struct {
// Name Name of the custom field
Name *string `json:"name,omitempty"`
// Value Value of the custom field
Value *string `json:"value,omitempty"`
}
SequenceFeatureCustomField A name and value pair associated with a sequence
feature (annotation or translation). For genbank imports, these are the
qualifiers associated with each feature.
Type ServerInterface
type ServerInterface interface {
// List AA sequences
// (GET /aa-sequences)
ListAASequences(ctx echo.Context, params ListAASequencesParams) error
// Create an AA sequence
// (POST /aa-sequences)
CreateAASequence(ctx echo.Context) error
// Get an AA sequence
// (GET /aa-sequences/{aa_sequence_id})
GetAASequence(ctx echo.Context, aaSequenceId string) error
// Update an AA sequence
// (PATCH /aa-sequences/{aa_sequence_id})
UpdateAASequence(ctx echo.Context, aaSequenceId string) error
// Archive AA sequences
// (POST /aa-sequences:archive)
ArchiveAASequences(ctx echo.Context) error
// Auto-annotate AA sequences with matching features from specified Feature Libraries
// (POST /aa-sequences:auto-annotate)
AutoAnnotateAaSequences(ctx echo.Context) error
// Bulk Create AA sequences
// (POST /aa-sequences:bulk-create)
BulkCreateAASequences(ctx echo.Context) error
// Bulk get AA sequences by ID
// (GET /aa-sequences:bulk-get)
BulkGetAASequences(ctx echo.Context, params BulkGetAASequencesParams) error
// Bulk Update AA sequences
// (POST /aa-sequences:bulk-update)
BulkUpdateAASequences(ctx echo.Context) error
// Unarchive AA sequences
// (POST /aa-sequences:unarchive)
UnarchiveAASequences(ctx echo.Context) error
// Get app configuration items
// (GET /app-configuration-items)
ListAppConfigurationItems(ctx echo.Context, params ListAppConfigurationItemsParams) error
// Create app configuration item
// (POST /app-configuration-items)
CreateAppConfigurationItem(ctx echo.Context) error
// Get app configuration item
// (GET /app-configuration-items/{item_id})
GetAppConfigurationItemById(ctx echo.Context, itemId string) error
// Update app configuration item
// (PATCH /app-configuration-items/{item_id})
UpdateAppConfigurationItem(ctx echo.Context, itemId string) error
// Bulk Create app configuration items. Limit of 1000 App Config Items per request.
// (POST /app-configuration-items:bulk-create)
BulkCreateAppConfigurationItems(ctx echo.Context) error
// Bulk Update app configuration items. Limit of 1000 App Config Items per request.
// (POST /app-configuration-items:bulk-update)
BulkUpdateAppConfigurationItems(ctx echo.Context) error
// List apps
// (GET /apps)
ListBenchlingApps(ctx echo.Context, params ListBenchlingAppsParams) error
// Create an app
// (POST /apps)
CreateBenchlingApp(ctx echo.Context) error
// Get an app by ID
// (GET /apps/{app_id})
GetBenchlingAppByID(ctx echo.Context, appId string) error
// Update an app
// (PATCH /apps/{app_id})
PatchBenchlingApp(ctx echo.Context, appId string) error
// Archive apps
// (POST /apps:archive)
ArchiveBenchlingApps(ctx echo.Context) error
// Unarchive apps
// (POST /apps:unarchive)
UnarchiveBenchlingApps(ctx echo.Context) error
// List assay result schemas
// (GET /assay-result-schemas)
ListAssayResultSchemas(ctx echo.Context, params ListAssayResultSchemasParams) error
// Get a Result schema by ID
// (GET /assay-result-schemas/{schema_id})
GetResultSchema(ctx echo.Context, schemaId string) error
// List results
// (GET /assay-results)
ListAssayResults(ctx echo.Context, params ListAssayResultsParams) error
// Create 1 or more results.
// (POST /assay-results)
CreateAssayResults(ctx echo.Context) error
// Get a result
// (GET /assay-results/{assay_result_id})
GetAssayResult(ctx echo.Context, assayResultId openapi_types.UUID) error
// Archive 1 or more results.
// (POST /assay-results:archive)
ArchiveAssayResults(ctx echo.Context) error
// Gets multiple results specified by a list of IDs.
// (GET /assay-results:bulk-get)
BulkGetAssayResults(ctx echo.Context, params BulkGetAssayResultsParams) error
// Unarchive 1 or more results.
// (POST /assay-results:unarchive)
UnarchiveAssayResults(ctx echo.Context) error
// List assay run schemas
// (GET /assay-run-schemas)
ListAssayRunSchemas(ctx echo.Context, params ListAssayRunSchemasParams) error
// Get a Run schema by ID
// (GET /assay-run-schemas/{schema_id})
GetRunSchema(ctx echo.Context, schemaId string) error
// List runs
// (GET /assay-runs)
ListAssayRuns(ctx echo.Context, params ListAssayRunsParams) error
// Create 1 or more runs.
// (POST /assay-runs)
CreateAssayRuns(ctx echo.Context) error
// Get a run
// (GET /assay-runs/{assay_run_id})
GetAssayRun(ctx echo.Context, assayRunId string) error
// Update a run
// (PATCH /assay-runs/{assay_run_id})
UpdateAssayRun(ctx echo.Context, assayRunId string) error
// list AutomationInputGenerators by Run
// (GET /assay-runs/{assay_run_id}/automation-input-generators)
ListAutomationInputGenerators(ctx echo.Context, assayRunId string, params ListAutomationInputGeneratorsParams) error
// list AutomationOutputProcessors by Run
// (GET /assay-runs/{assay_run_id}/automation-output-processors)
ListAutomationOutputProcessorsDeprecated(ctx echo.Context, assayRunId string, params ListAutomationOutputProcessorsDeprecatedParams) error
// Archive Assay Runs
// (POST /assay-runs:archive)
ArchiveAssayRuns(ctx echo.Context) error
// Bulk get runs by ID
// (GET /assay-runs:bulk-get)
BulkGetAssayRuns(ctx echo.Context, params BulkGetAssayRunsParams) error
// Unarchive Assay Runs
// (POST /assay-runs:unarchive)
UnarchiveAssayRuns(ctx echo.Context) error
// Get a Lab Automation Transform step
// (GET /automation-file-transforms/{transform_id})
GetLabAutomationTransform(ctx echo.Context, transformId string) error
// Update a Lab Automation Transform step
// (PATCH /automation-file-transforms/{transform_id})
UpdateLabAutomationTransform(ctx echo.Context, transformId string) error
// Get an Automation Input Generator
// (GET /automation-input-generators/{input_generator_id})
GetAutomationInputGenerator(ctx echo.Context, inputGeneratorId string) error
// Update an Automation Input Generator
// (PATCH /automation-input-generators/{input_generator_id})
UpdateAutomationInputGenerator(ctx echo.Context, inputGeneratorId string) error
// Generate Input with an Automation Input Generator
// (POST /automation-input-generators/{input_generator_id}:generate-input)
GenerateInputWithAutomationInputGenerator(ctx echo.Context, inputGeneratorId string) error
// List non-empty Automation Output Processors
// (GET /automation-output-processors)
ListAutomationOutputProcessors(ctx echo.Context, params ListAutomationOutputProcessorsParams) error
// Create Automation Output Processor
// (POST /automation-output-processors)
CreateAutomationOutputProcessor(ctx echo.Context) error
// Get an Automation Output Processor
// (GET /automation-output-processors/{output_processor_id})
GetAutomationOutputProcessor(ctx echo.Context, outputProcessorId string) error
// Update an Automation Output Processor
// (PATCH /automation-output-processors/{output_processor_id})
UpdateAutomationOutputProcessor(ctx echo.Context, outputProcessorId string) error
// Process Output with an Automation Output Processor
// (POST /automation-output-processors/{output_processor_id}:process-output)
ProcessOutputWithAutomationOutputProcessor(ctx echo.Context, outputProcessorId string) error
// Archive Automation Output Processors and linked Results
// (POST /automation-output-processors:archive)
ArchiveAutomationOutputProcessors(ctx echo.Context) error
// Unarchive Automation Output Processors and linked Results
// (POST /automation-output-processors:unarchive)
UnarchiveAutomationOutputProcessors(ctx echo.Context) error
// List batch schemas
// (GET /batch-schemas)
ListBatchSchemas(ctx echo.Context, params ListBatchSchemasParams) error
// Get a batch schema by ID
// (GET /batch-schemas/{schema_id})
GetBatchSchema(ctx echo.Context, schemaId string) error
// List batches
// (GET /batches)
ListBatches(ctx echo.Context, params ListBatchesParams) error
// Create a batch
// (POST /batches)
CreateBatch(ctx echo.Context) error
// Get a batch
// (GET /batches/{batch_id})
GetBatch(ctx echo.Context, batchId string) error
// Update a batch
// (PATCH /batches/{batch_id})
UpdateBatch(ctx echo.Context, batchId string) error
// Archive Batches
// (POST /batches:archive)
ArchiveBatches(ctx echo.Context) error
// Bulk get batches
// (GET /batches:bulk-get)
BulkGetBatches(ctx echo.Context, params BulkGetBatchesParams) error
// Unarchive Batches
// (POST /batches:unarchive)
UnarchiveBatches(ctx echo.Context) error
// Upload single-part blob
// (POST /blobs)
CreateBlob(ctx echo.Context) error
// Get a Blob
// (GET /blobs/{blob_id})
GetBlob(ctx echo.Context, blobId string) error
// Get a Blob's download url
// (GET /blobs/{blob_id}/download-url)
GetBlobUrl(ctx echo.Context, blobId string) error
// Upload a part of a multi-part blob
// (POST /blobs/{blob_id}/parts)
CreateBlobPart(ctx echo.Context, blobId string) error
// Abort multi-part blob upload
// (POST /blobs/{blob_id}:abort-upload)
AbortMultipartBlob(ctx echo.Context, blobId string) error
// Complete multi-part blob upload
// (POST /blobs/{blob_id}:complete-upload)
CompleteMultipartBlob(ctx echo.Context, blobId string) error
// Bulk get Blobs by UUID
// (GET /blobs:bulk-get)
BulkGetBlobs(ctx echo.Context, params BulkGetBlobsParams) error
// Initiate multi-part blob upload
// (POST /blobs:start-multipart-upload)
CreateMultipartBlob(ctx echo.Context) error
// List box schemas
// (GET /box-schemas)
ListBoxSchemas(ctx echo.Context, params ListBoxSchemasParams) error
// Get a box schema by ID
// (GET /box-schemas/{schema_id})
GetBoxSchema(ctx echo.Context, schemaId string) error
// List boxes
// (GET /boxes)
ListBoxes(ctx echo.Context, params ListBoxesParams) error
// Create a box
// (POST /boxes)
CreateBox(ctx echo.Context) error
// Get a box
// (GET /boxes/{box_id})
GetBox(ctx echo.Context, boxId string) error
// Update a box
// (PATCH /boxes/{box_id})
UpdateBox(ctx echo.Context, boxId string) error
// List a box's contents
// (GET /boxes/{box_id}/contents)
ListBoxContents(ctx echo.Context, boxId string, params ListBoxContentsParams) error
// Archive boxes
// (POST /boxes:archive)
ArchiveBoxes(ctx echo.Context) error
// BulkGet boxes
// (GET /boxes:bulk-get)
BulkGetBoxes(ctx echo.Context, params BulkGetBoxesParams) error
// Unarchive boxes
// (POST /boxes:unarchive)
UnarchiveBoxes(ctx echo.Context) error
// List container schemas
// (GET /container-schemas)
ListContainerSchemas(ctx echo.Context, params ListContainerSchemasParams) error
// Get a container schema by ID
// (GET /container-schemas/{schema_id})
GetContainerSchema(ctx echo.Context, schemaId string) error
// List containers
// (GET /containers)
ListContainers(ctx echo.Context, params ListContainersParams) error
// Create a new container
// (POST /containers)
CreateContainer(ctx echo.Context) error
// get a container by id
// (GET /containers/{container_id})
GetContainer(ctx echo.Context, containerId string) error
// update a container
// (PATCH /containers/{container_id})
UpdateContainer(ctx echo.Context, containerId string) error
// List a container's contents
// (GET /containers/{container_id}/contents)
ListContainerContents(ctx echo.Context, containerId string) error
// Delete a container content
// (DELETE /containers/{container_id}/contents/{containable_id})
DeleteContainerContent(ctx echo.Context, containerId string, containableId string) error
// Get a container content
// (GET /containers/{container_id}/contents/{containable_id})
GetContainerContent(ctx echo.Context, containerId string, containableId string) error
// Update a container content
// (PATCH /containers/{container_id}/contents/{containable_id})
UpdateContainerContent(ctx echo.Context, containerId string, containableId string) error
// Transfer into container
// (POST /containers/{destination_container_id}:transfer)
TransferIntoContainer(ctx echo.Context, destinationContainerId string) error
// Archive containers
// (POST /containers:archive)
ArchiveContainers(ctx echo.Context) error
// Bulk create containers. Limit of 1000 containers per request.
// (POST /containers:bulk-create)
BulkCreateContainers(ctx echo.Context) error
// Bulk get a set of containers
// (GET /containers:bulk-get)
BulkGetContainers(ctx echo.Context, params BulkGetContainersParams) error
// Bulk update containers
// (POST /containers:bulk-update)
BulkUpdateContainers(ctx echo.Context) error
// Check in containers
// (POST /containers:check-in)
CheckinContainers(ctx echo.Context) error
// Check out containers
// (POST /containers:check-out)
CheckoutContainers(ctx echo.Context) error
// Print labels
// (POST /containers:print-labels)
PrintLabels(ctx echo.Context) error
// Reserve containers
// (POST /containers:reserve)
ReserveContainers(ctx echo.Context) error
// Unarchive containers
// (POST /containers:unarchive)
UnarchiveContainers(ctx echo.Context) error
// List custom entities
// (GET /custom-entities)
ListCustomEntities(ctx echo.Context, params ListCustomEntitiesParams) error
// Create a custom entity
// (POST /custom-entities)
CreateCustomEntity(ctx echo.Context) error
// Get a custom entity
// (GET /custom-entities/{custom_entity_id})
GetCustomEntity(ctx echo.Context, customEntityId string) error
// Update a custom entity
// (PATCH /custom-entities/{custom_entity_id})
UpdateCustomEntity(ctx echo.Context, customEntityId string) error
// Archive custom entities
// (POST /custom-entities:archive)
ArchiveCustomEntities(ctx echo.Context) error
// Bulk Create custom entities
// (POST /custom-entities:bulk-create)
BulkCreateCustomEntities(ctx echo.Context) error
// Bulk get custom entities by ID
// (GET /custom-entities:bulk-get)
BulkGetCustomEntities(ctx echo.Context, params BulkGetCustomEntitiesParams) error
// Bulk Update custom entities
// (POST /custom-entities:bulk-update)
BulkUpdateCustomEntities(ctx echo.Context) error
// Unarchive custom entities
// (POST /custom-entities:unarchive)
UnarchiveCustomEntities(ctx echo.Context) error
// List DNA Alignments
// (GET /dna-alignments)
ListDNAAlignments(ctx echo.Context, params ListDNAAlignmentsParams) error
// Delete a DNA Alignment
// (DELETE /dna-alignments/{dna_alignment_id})
DeleteDNAAlignment(ctx echo.Context, dnaAlignmentId string) error
// Get a DNA Alignment
// (GET /dna-alignments/{dna_alignment_id})
GetDNAAlignment(ctx echo.Context, dnaAlignmentId string) error
// Create a consensus DNA alignment
// (POST /dna-alignments:create-consensus-alignment)
CreateDnaConsensusAlignment(ctx echo.Context) error
// Create a template DNA alignment
// (POST /dna-alignments:create-template-alignment)
CreateDnaTemplateAlignment(ctx echo.Context) error
// List DNA Oligos
// (GET /dna-oligos)
ListDNAOligos(ctx echo.Context, params ListDNAOligosParams) error
// Create a DNA Oligo
// (POST /dna-oligos)
CreateDNAOligo(ctx echo.Context) error
// Get a DNA Oligo
// (GET /dna-oligos/{oligo_id})
GetDNAOligo(ctx echo.Context, oligoId string) error
// Update a DNA Oligo
// (PATCH /dna-oligos/{oligo_id})
UpdateDNAOligo(ctx echo.Context, oligoId string) error
// Archive DNA Oligos
// (POST /dna-oligos:archive)
ArchiveDNAOligos(ctx echo.Context) error
// Bulk Create DNA Oligos
// (POST /dna-oligos:bulk-create)
BulkCreateDNAOligos(ctx echo.Context) error
// Bulk Update DNA Oligos
// (POST /dna-oligos:bulk-update)
BulkUpdateDNAOligos(ctx echo.Context) error
// Unarchive DNA Oligos
// (POST /dna-oligos:unarchive)
UnarchiveDNAOligos(ctx echo.Context) error
// List DNA sequences
// (GET /dna-sequences)
ListDNASequences(ctx echo.Context, params ListDNASequencesParams) error
// Create a DNA sequence
// (POST /dna-sequences)
CreateDNASequence(ctx echo.Context) error
// Get a DNA sequence
// (GET /dna-sequences/{dna_sequence_id})
GetDNASequence(ctx echo.Context, dnaSequenceId string) error
// Update a DNA sequence
// (PATCH /dna-sequences/{dna_sequence_id})
UpdateDNASequence(ctx echo.Context, dnaSequenceId string) error
// Archive DNA sequences
// (POST /dna-sequences:archive)
ArchiveDNASequences(ctx echo.Context) error
// Auto-annotate DNA sequences with matching features from specified Feature Libraries
// (POST /dna-sequences:auto-annotate)
AutoAnnotateDnaSequences(ctx echo.Context) error
// Autofill DNA sequence parts
// (POST /dna-sequences:autofill-parts)
AutofillDNASequenceParts(ctx echo.Context) error
// Autofill DNA sequence translations
// (POST /dna-sequences:autofill-translations)
AutofillDNASequenceTranslations(ctx echo.Context) error
// Bulk Create DNA sequences
// (POST /dna-sequences:bulk-create)
BulkCreateDNASequences(ctx echo.Context) error
// Bulk get DNA sequences by ID
// (GET /dna-sequences:bulk-get)
BulkGetDNASequences(ctx echo.Context, params BulkGetDNASequencesParams) error
// Bulk Update DNA sequences
// (POST /dna-sequences:bulk-update)
BulkUpdateDNASequences(ctx echo.Context) error
// Unarchive DNA sequences
// (POST /dna-sequences:unarchive)
UnarchiveDNASequences(ctx echo.Context) error
// List dropdowns
// (GET /dropdowns)
ListDropdowns(ctx echo.Context, params ListDropdownsParams) error
// Create a dropdown
// (POST /dropdowns)
CreateDropdown(ctx echo.Context) error
// Get a dropdown
// (GET /dropdowns/{dropdown_id})
GetDropdown(ctx echo.Context, dropdownId string) error
// Update a dropdown
// (PATCH /dropdowns/{dropdown_id})
UpdateDropdown(ctx echo.Context, dropdownId string) error
// Archive dropdown options
// (POST /dropdowns/{dropdown_id}/options:archive)
ArchiveDropdownOptions(ctx echo.Context, dropdownId string) error
// Unarchive dropdown options
// (POST /dropdowns/{dropdown_id}/options:unarchive)
UnarchiveDropdownOptions(ctx echo.Context, dropdownId string) error
// Get an entity's batches
// (GET /entities/{entity_id}/batches)
GetEnitityBatches(ctx echo.Context, entityId string) error
// List entity schemas
// (GET /entity-schemas)
ListEntitySchemas(ctx echo.Context, params ListEntitySchemasParams) error
// Get an entity schema by ID
// (GET /entity-schemas/{schema_id})
GetEntitySchema(ctx echo.Context, schemaId string) error
// List entries
// (GET /entries)
ListEntries(ctx echo.Context, params ListEntriesParams) error
// Create a notebook entry
// (POST /entries)
CreateEntry(ctx echo.Context) error
// Get a notebook entry by ID
// (GET /entries/{entry_id})
GetEntry(ctx echo.Context, entryId string) error
// Update a notebook entry's metadata
// (PATCH /entries/{entry_id})
UpdateEntry(ctx echo.Context, entryId string) error
// Retrieves the metadata for an external file. Use the 'downloadURL' to download the actual file.
// (GET /entries/{entry_id}/external-files/{external_file_id})
GetExternalFileMetadata(ctx echo.Context, entryId string, externalFileId string) error
// Archive notebook entries
// (POST /entries:archive)
ArchiveEntries(ctx echo.Context) error
// Get notebook entries using entry IDs or display IDs
// (GET /entries:bulk-get)
BulkGetEntries(ctx echo.Context, params BulkGetEntriesParams) error
// Unarchive notebook entries
// (POST /entries:unarchive)
UnarchiveEntries(ctx echo.Context) error
// List entry schemas
// (GET /entry-schemas)
ListEntrySchemas(ctx echo.Context, params ListEntrySchemasParams) error
// Get an Entry schema by ID
// (GET /entry-schemas/{schema_id})
GetEntrySchema(ctx echo.Context, schemaId string) error
// List entry templates
// (GET /entry-templates)
ListEntryTemplates(ctx echo.Context, params ListEntryTemplatesParams) error
// Get a notebook template entry by ID
// (GET /entry-templates/{entry_template_id})
GetEntryTemplate(ctx echo.Context, entryTemplateId string) error
// List Events
// (GET /events)
ListEvents(ctx echo.Context, params ListEventsParams) error
// Export Item
// (POST /exports)
ExportItem(ctx echo.Context) error
// List Feature Libraries
// (GET /feature-libraries)
ListFeatureLibraries(ctx echo.Context, params ListFeatureLibrariesParams) error
// Create a Feature Library
// (POST /feature-libraries)
CreateFeatureLibrary(ctx echo.Context) error
// Get a feature library by ID
// (GET /feature-libraries/{feature_library_id})
GetFeatureLibrary(ctx echo.Context, featureLibraryId string) error
// Update a feature library
// (PATCH /feature-libraries/{feature_library_id})
UpdateFeatureLibrary(ctx echo.Context, featureLibraryId string) error
// List Features
// (GET /features)
ListFeatures(ctx echo.Context, params ListFeaturesParams) error
// Create a Feature
// (POST /features)
CreateFeature(ctx echo.Context) error
// Get a feature by ID
// (GET /features/{feature_id})
GetFeature(ctx echo.Context, featureId string) error
// Update a feature
// (PATCH /features/{feature_id})
UpdateFeature(ctx echo.Context, featureId string) error
// Bulk create Features
// (POST /features:bulk-create)
BulkCreateFeatures(ctx echo.Context) error
// List folders
// (GET /folders)
ListFolders(ctx echo.Context, params ListFoldersParams) error
// Create folder
// (POST /folders)
CreateFolder(ctx echo.Context) error
// Get a folder by ID
// (GET /folders/{folder_id})
GetFolder(ctx echo.Context, folderId string) error
// Archive folders
// (POST /folders:archive)
ArchiveFolders(ctx echo.Context) error
// Unarchive folders
// (POST /folders:unarchive)
UnarchiveFolders(ctx echo.Context) error
// List legacy workflow stage run input samples
// (GET /legacy-workflow-stage-runs/{stage_run_id}/input-samples)
ListLegacyWorkflowStageRunInputSamples(ctx echo.Context, stageRunId string) error
// List legacy workflow stage run output samples
// (GET /legacy-workflow-stage-runs/{stage_run_id}/output-samples)
ListLegacyWorkflowStageRunOutputSamples(ctx echo.Context, stageRunId string) error
// List legacy workflow stage run registered samples
// (GET /legacy-workflow-stage-runs/{stage_run_id}/registered-samples)
ListLegacyWorkflowStageRunRegisteredSamples(ctx echo.Context, stageRunId string) error
// List legacy workflow stage runs
// (GET /legacy-workflow-stages/{stage_id}/workflow-stage-runs)
ListLegacyWorkflowStageRuns(ctx echo.Context, stageId string) error
// List legacy workflows
// (GET /legacy-workflows)
ListLegacyWorkflows(ctx echo.Context) error
// Update legacy workflow
// (PATCH /legacy-workflows/{legacy_workflow_id})
UpdateLegacyWorkflowMetadata(ctx echo.Context, legacyWorkflowId string) error
// List legacy workflow stages
// (GET /legacy-workflows/{legacy_workflow_id}/workflow-stages)
ListLegacyWorkflowStages(ctx echo.Context, legacyWorkflowId string) error
// List location schemas
// (GET /location-schemas)
ListLocationSchemas(ctx echo.Context, params ListLocationSchemasParams) error
// Get a location schema by ID
// (GET /location-schemas/{schema_id})
GetLocationSchema(ctx echo.Context, schemaId string) error
// List locations
// (GET /locations)
ListLocations(ctx echo.Context, params ListLocationsParams) error
// Create a location
// (POST /locations)
CreateLocation(ctx echo.Context) error
// Get a location by ID
// (GET /locations/{location_id})
GetLocation(ctx echo.Context, locationId string) error
// Update a location
// (PATCH /locations/{location_id})
UpdateLocation(ctx echo.Context, locationId string) error
// Archive locations
// (POST /locations:archive)
ArchiveLocations(ctx echo.Context) error
// BulkGet locations
// (GET /locations:bulk-get)
BulkGetLocations(ctx echo.Context, params BulkGetLocationsParams) error
// Unarchive locations
// (POST /locations:unarchive)
UnarchiveLocations(ctx echo.Context) error
// List mixtures
// (GET /mixtures)
ListMixtures(ctx echo.Context, params ListMixturesParams) error
// Create a mixture
// (POST /mixtures)
CreateMixture(ctx echo.Context) error
// Get a mixture
// (GET /mixtures/{mixture_id})
GetMixture(ctx echo.Context, mixtureId string) error
// Update a mixture
// (PATCH /mixtures/{mixture_id})
UpdateMixture(ctx echo.Context, mixtureId string) error
// Archive mixtures
// (POST /mixtures:archive)
ArchiveMixtures(ctx echo.Context) error
// Bulk Create mixtures
// (POST /mixtures:bulk-create)
BulkCreateMixtures(ctx echo.Context) error
// Bulk Update mixtures
// (POST /mixtures:bulk-update)
BulkUpdateMixtures(ctx echo.Context) error
// Unarchive mixtures
// (POST /mixtures:unarchive)
UnarchiveMixtures(ctx echo.Context) error
// List Molecules
// (GET /molecules)
ListMolecules(ctx echo.Context, params ListMoleculesParams) error
// Create a Molecule
// (POST /molecules)
CreateMolecule(ctx echo.Context) error
// Get a Molecule
// (GET /molecules/{molecule_id})
GetMolecule(ctx echo.Context, moleculeId string) error
// Update a Molecule
// (PATCH /molecules/{molecule_id})
UpdateMolecule(ctx echo.Context, moleculeId string) error
// Archive Molecules
// (POST /molecules:archive)
ArchiveMolecules(ctx echo.Context) error
// Bulk Create Molecules
// (POST /molecules:bulk-create)
BulkCreateMolecules(ctx echo.Context) error
// Bulk Update Molecules
// (POST /molecules:bulk-update)
BulkUpdateMolecules(ctx echo.Context) error
// Unarchive Molecules
// (POST /molecules:unarchive)
UnarchiveMolecules(ctx echo.Context) error
// List Nucleotide Alignments
// (GET /nucleotide-alignments)
ListNucleotideAlignments(ctx echo.Context, params ListNucleotideAlignmentsParams) error
// Delete a Nucleotide Alignment
// (DELETE /nucleotide-alignments/{alignment_id})
DeleteNucleotideAlignment(ctx echo.Context, alignmentId string) error
// Get a Nucleotide Alignment
// (GET /nucleotide-alignments/{alignment_id})
GetNucleotideAlignment(ctx echo.Context, alignmentId string) error
// Create a consensus Nucleotide Alignment
// (POST /nucleotide-alignments:create-consensus-alignment)
CreateConsensusNucleotideAlignment(ctx echo.Context) error
// Create a template Nucleotide Alignment
// (POST /nucleotide-alignments:create-template-alignment)
CreateTemplateNucleotideAlignment(ctx echo.Context) error
// List Oligos
// (GET /oligos)
ListOligos(ctx echo.Context, params ListOligosParams) error
// Create an Oligo
// (POST /oligos)
CreateOligo(ctx echo.Context) error
// Get an Oligo
// (GET /oligos/{oligo_id})
GetOligo(ctx echo.Context, oligoId string) error
// Update an Oligo
// (PATCH /oligos/{oligo_id})
UpdateOligo(ctx echo.Context, oligoId string) error
// Archive Oligos
// (POST /oligos:archive)
ArchiveOligos(ctx echo.Context) error
// Bulk Create DNA Oligos
// (POST /oligos:bulk-create)
BulkCreateOligos(ctx echo.Context) error
// Bulk get Oligos by ID
// (GET /oligos:bulk-get)
BulkGetOligos(ctx echo.Context, params BulkGetOligosParams) error
// Unarchive Oligos
// (POST /oligos:unarchive)
UnarchiveOligos(ctx echo.Context) error
// List organizations
// (GET /organizations)
ListOrganizations(ctx echo.Context, params ListOrganizationsParams) error
// Get an organization by ID
// (GET /organizations/{organization_id})
GetOrganization(ctx echo.Context, organizationId string) error
// List plate schemas
// (GET /plate-schemas)
ListPlateSchemas(ctx echo.Context, params ListPlateSchemasParams) error
// Get a plate schema by ID
// (GET /plate-schemas/{schema_id})
GetPlateSchema(ctx echo.Context, schemaId string) error
// List plates
// (GET /plates)
ListPlates(ctx echo.Context, params ListPlatesParams) error
// Create a plate
// (POST /plates)
CreatePlate(ctx echo.Context, params CreatePlateParams) error
// Get a plate
// (GET /plates/{plate_id})
GetPlate(ctx echo.Context, plateId string, params GetPlateParams) error
// Update a plate
// (PATCH /plates/{plate_id})
UpdatePlate(ctx echo.Context, plateId string, params UpdatePlateParams) error
// Archive plates
// (POST /plates:archive)
ArchivePlates(ctx echo.Context) error
// BulkGet plates
// (GET /plates:bulk-get)
BulkGetPlates(ctx echo.Context, params BulkGetPlatesParams) error
// Unarchive plates
// (POST /plates:unarchive)
UnarchivePlates(ctx echo.Context) error
// List projects
// (GET /projects)
ListProjects(ctx echo.Context, params ListProjectsParams) error
// Get a project by ID
// (GET /projects/{project_id})
GetProject(ctx echo.Context, projectId string) error
// Archive projects
// (POST /projects:archive)
ArchiveProjects(ctx echo.Context) error
// Unarchive projects
// (POST /projects:unarchive)
UnarchiveProjects(ctx echo.Context) error
// List registries
// (GET /registries)
ListRegistries(ctx echo.Context, params ListRegistriesParams) error
// Get registry
// (GET /registries/{registry_id})
GetRegistry(ctx echo.Context, registryId string) error
// List batch schemas by registry
// (GET /registries/{registry_id}/batch-schemas)
ListBatchSchemasByRegistry(ctx echo.Context, registryId string) error
// List box schemas by registry
// (GET /registries/{registry_id}/box-schemas)
ListBoxSchemasByRegistry(ctx echo.Context, registryId string) error
// List container schemas by registry
// (GET /registries/{registry_id}/container-schemas)
ListContainerSchemasByRegistry(ctx echo.Context, registryId string) error
// List dropdowns for a given registry
// (GET /registries/{registry_id}/dropdowns)
ListDropdownsByRegistry(ctx echo.Context, registryId string) error
// List entity schemas by registry
// (GET /registries/{registry_id}/entity-schemas)
ListEntitySchemasByRegistry(ctx echo.Context, registryId string) error
// List printers
// (GET /registries/{registry_id}/label-printers)
ListPrinters(ctx echo.Context, registryId string, params ListPrintersParams) error
// List label templates
// (GET /registries/{registry_id}/label-templates)
ListLabelTemplates(ctx echo.Context, registryId string, params ListLabelTemplatesParams) error
// List location schemas by registry
// (GET /registries/{registry_id}/location-schemas)
ListLocationSchemasByRegistry(ctx echo.Context, registryId string) error
// List plate schemas by registry
// (GET /registries/{registry_id}/plate-schemas)
ListPlateSchemasByRegistry(ctx echo.Context, registryId string) error
// Bulk get registered entities
// (GET /registries/{registry_id}/registered-entities:bulk-get)
BulkGetRegisteredEntities(ctx echo.Context, registryId string, params BulkGetRegisteredEntitiesParams) error
// Register entities
// (POST /registries/{registry_id}:bulk-register-entities)
RegisterEntities(ctx echo.Context, registryId string) error
// Unregister entities
// (POST /registries/{registry_id}:unregister-entities)
UnregisterEntities(ctx echo.Context, registryId string) error
// Validate barcodes
// (POST /registries/{registry_id}:validate-barcodes)
ValidateBarcodes(ctx echo.Context, registryId string) error
// List Request Fulfillments
// (GET /request-fulfillments)
ListRequestFulfillments(ctx echo.Context, params ListRequestFulfillmentsParams) error
// Get a request's fulfillment
// (GET /request-fulfillments/{request_fulfillment_id})
GetRequestFulfillment(ctx echo.Context, requestFulfillmentId string) error
// List request schemas
// (GET /request-schemas)
ListRequestSchemas(ctx echo.Context, params ListRequestSchemasParams) error
// Get a Request schema by ID
// (GET /request-schemas/{schema_id})
GetRequestSchema(ctx echo.Context, schemaId string) error
// List request task schemas
// (GET /request-task-schemas)
ListRequestTaskSchemas(ctx echo.Context, params ListRequestTaskSchemasParams) error
// Get a Request Task schema by ID
// (GET /request-task-schemas/{schema_id})
GetRequestTaskSchema(ctx echo.Context, schemaId string) error
// List requests
// (GET /requests)
ListRequests(ctx echo.Context, params ListRequestsParams) error
// Create a request
// (POST /requests)
CreateRequest(ctx echo.Context) error
// Get a request by ID
// (GET /requests/{request_id})
GetRequest(ctx echo.Context, requestId string) error
// Update a request
// (PATCH /requests/{request_id})
PatchRequest(ctx echo.Context, requestId string) error
// Get a request's response
// (GET /requests/{request_id}/response)
GetRequestResponse(ctx echo.Context, requestId string) error
// Create tasks for a request
// (POST /requests/{request_id}/tasks:bulk-create)
BulkCreateRequestTasks(ctx echo.Context, requestId string) error
// Bulk update tasks for a request
// (POST /requests/{request_id}/tasks:bulk-update)
BulkUpdateRequestTasks(ctx echo.Context, requestId string) error
// Update the status of sample groups in a request
// (POST /requests/{request_id}:execute-sample-groups)
ExecuteRequestsSampleGroups(ctx echo.Context, requestId string) error
// Bulk get requests
// (GET /requests:bulk-get)
BulkGetRequests(ctx echo.Context, params BulkGetRequestsParams) error
// Create a transaction
// (POST /result-transactions)
CreateAssayResultsTransaction(ctx echo.Context) error
// Create results in a transaction
// (POST /result-transactions/{transaction_id}/results)
CreateAssayResultsInTransaction(ctx echo.Context, transactionId openapi_types.UUID) error
// Abort a transaction
// (POST /result-transactions/{transaction_id}:abort)
AbortAssayResultsTransaction(ctx echo.Context, transactionId openapi_types.UUID) error
// Commit a transaction
// (POST /result-transactions/{transaction_id}:commit)
CommitAssayResultsTransaction(ctx echo.Context, transactionId openapi_types.UUID) error
// List RNA Oligos
// (GET /rna-oligos)
ListRNAOligos(ctx echo.Context, params ListRNAOligosParams) error
// Create an RNA Oligo
// (POST /rna-oligos)
CreateRNAOligo(ctx echo.Context) error
// Get an RNA Oligo
// (GET /rna-oligos/{oligo_id})
GetRNAOligo(ctx echo.Context, oligoId string) error
// Update an RNA Oligo
// (PATCH /rna-oligos/{oligo_id})
UpdateRNAOligo(ctx echo.Context, oligoId string) error
// Archive RNA Oligos
// (POST /rna-oligos:archive)
ArchiveRNAOligos(ctx echo.Context) error
// Bulk Create RNA Oligos
// (POST /rna-oligos:bulk-create)
BulkCreateRNAOligos(ctx echo.Context) error
// Bulk Update RNA Oligos
// (POST /rna-oligos:bulk-update)
BulkUpdateRNAOligos(ctx echo.Context) error
// Unarchive RNA Oligos
// (POST /rna-oligos:unarchive)
UnarchiveRNAOligos(ctx echo.Context) error
// List RNA sequences
// (GET /rna-sequences)
ListRNASequences(ctx echo.Context, params ListRNASequencesParams) error
// Create an RNA sequence
// (POST /rna-sequences)
CreateRNASequence(ctx echo.Context) error
// Get an RNA sequence
// (GET /rna-sequences/{rna_sequence_id})
GetRNASequence(ctx echo.Context, rnaSequenceId string) error
// Update an RNA sequence
// (PATCH /rna-sequences/{rna_sequence_id})
UpdateRNASequence(ctx echo.Context, rnaSequenceId string) error
// Archive RNA Sequences
// (POST /rna-sequences:archive)
ArchiveRNASequences(ctx echo.Context) error
// Auto-annotate RNA sequences with matching features from specified Feature Libraries
// (POST /rna-sequences:auto-annotate)
AutoAnnotateRnaSequences(ctx echo.Context) error
// Autofill RNA sequence parts
// (POST /rna-sequences:autofill-parts)
AutofillRNASequenceParts(ctx echo.Context) error
// Autofill RNA sequence translations from Amino Acid sequences with matching schemas
// (POST /rna-sequences:autofill-translations)
AutofillRNASequenceTranslations(ctx echo.Context) error
// Bulk Create RNA sequences
// (POST /rna-sequences:bulk-create)
BulkCreateRNASequences(ctx echo.Context) error
// Bulk get RNA sequences by ID
// (GET /rna-sequences:bulk-get)
BulkGetRNASequences(ctx echo.Context, params BulkGetRNASequencesParams) error
// Bulk Update RNA sequences
// (POST /rna-sequences:bulk-update)
BulkUpdateRNASequences(ctx echo.Context) error
// Unarchive RNA sequences
// (POST /rna-sequences:unarchive)
UnarchiveRNASequences(ctx echo.Context) error
// Get a task by id
// (GET /tasks/{task_id})
GetTask(ctx echo.Context, taskId string) error
// List teams
// (GET /teams)
ListTeams(ctx echo.Context, params ListTeamsParams) error
// Get a team by ID
// (GET /teams/{team_id})
GetTeam(ctx echo.Context, teamId string) error
// Generate a token for usage with authenticating via OAuth2 in subsequent API calls.
// (POST /token)
GenerateToken(ctx echo.Context) error
// Transfers into containers
// (POST /transfers)
TransferIntoContainers(ctx echo.Context) error
// List users
// (GET /users)
ListUsers(ctx echo.Context, params ListUsersParams) error
// Create a user
// (POST /users)
CreateUser(ctx echo.Context) error
// Get a user by ID
// (GET /users/{user_id})
GetUser(ctx echo.Context, userId string) error
// Update a user by ID
// (PATCH /users/{user_id})
UpdateUser(ctx echo.Context, userId string) error
// Last user activity
// (GET /users/{user_id}/activity)
GetUserActivity(ctx echo.Context, userId string) error
// Bulk Create Users
// (POST /users:bulk-create)
BulkCreateUsers(ctx echo.Context) error
// Bulk Update Users.
// (POST /users:bulk-update)
BulkUpdateUsers(ctx echo.Context) error
// Create Benchling Warehouse credentials
// (POST /warehouse-credentials)
CreateWarehouseCredentials(ctx echo.Context) error
// List workflow outputs
// (GET /workflow-outputs)
ListWorkflowOutputs(ctx echo.Context, params ListWorkflowOutputsParams) error
// Create a new workflow output
// (POST /workflow-outputs)
CreateWorkflowOutput(ctx echo.Context) error
// Get a workflow output
// (GET /workflow-outputs/{workflow_output_id})
GetWorkflowOutput(ctx echo.Context, workflowOutputId string) error
// Update a workflow output
// (PATCH /workflow-outputs/{workflow_output_id})
UpdateWorkflowOutput(ctx echo.Context, workflowOutputId string) error
// Archive one or more workflow outputs
// (POST /workflow-outputs:archive)
ArchiveWorkflowOutputs(ctx echo.Context) error
// Bulk create new workflow outputs
// (POST /workflow-outputs:bulk-create)
BulkCreateWorkflowOutputs(ctx echo.Context) error
// Bulk update workflow outputs
// (POST /workflow-outputs:bulk-update)
BulkUpdateWorkflowOutputs(ctx echo.Context) error
// Unarchive one or more workflow outputs
// (POST /workflow-outputs:unarchive)
UnarchiveWorkflowOutputs(ctx echo.Context) error
// List stage run input samples
// (GET /workflow-stage-runs/{stage_run_id}/input-samples)
ListStageRunInputSamples(ctx echo.Context, stageRunId string) error
// List stage run output samples
// (GET /workflow-stage-runs/{stage_run_id}/output-samples)
ListStageRunOutputSamples(ctx echo.Context, stageRunId string) error
// List stage run registered samples
// (GET /workflow-stage-runs/{stage_run_id}/registered-samples)
ListStageRunRegisteredSamples(ctx echo.Context, stageRunId string) error
// List workflow stage runs
// (GET /workflow-stages/{stage_id}/workflow-stage-runs)
ListWorkflowStageRuns(ctx echo.Context, stageId string) error
// List workflow task groups
// (GET /workflow-task-groups)
ListWorkflowTaskGroups(ctx echo.Context, params ListWorkflowTaskGroupsParams) error
// Create a new workflow task group
// (POST /workflow-task-groups)
CreateWorkflowTaskGroup(ctx echo.Context) error
// Get a workflow task group
// (GET /workflow-task-groups/{workflow_task_group_id})
GetWorkflowTaskGroup(ctx echo.Context, workflowTaskGroupId string) error
// Update a workflow task group
// (PATCH /workflow-task-groups/{workflow_task_group_id})
UpdateWorkflowTaskGroup(ctx echo.Context, workflowTaskGroupId string) error
// Archive one or more workflows
// (POST /workflow-task-groups:archive)
ArchiveWorkflowTaskGroups(ctx echo.Context) error
// Unarchive one or more workflows
// (POST /workflow-task-groups:unarchive)
UnarchiveWorkflowTaskGroups(ctx echo.Context) error
// List workflow task schemas
// (GET /workflow-task-schemas)
ListWorkflowTaskSchemas(ctx echo.Context, params ListWorkflowTaskSchemasParams) error
// Get a workflow task schema
// (GET /workflow-task-schemas/{schema_id})
GetWorkflowTaskSchema(ctx echo.Context, schemaId string) error
// List workflow tasks
// (GET /workflow-tasks)
ListWorkflowTasks(ctx echo.Context, params ListWorkflowTasksParams) error
// Create a new workflow task
// (POST /workflow-tasks)
CreateWorkflowTask(ctx echo.Context) error
// Get a workflow task
// (GET /workflow-tasks/{workflow_task_id})
GetWorkflowTask(ctx echo.Context, workflowTaskId string) error
// Update a workflow task
// (PATCH /workflow-tasks/{workflow_task_id})
UpdateWorkflowTask(ctx echo.Context, workflowTaskId string) error
// Creates a new workflow task with the same fields and assignee as the provided task and creates a relationship between the two tasks
// (POST /workflow-tasks/{workflow_task_id}:copy)
CopyWorkflowTask(ctx echo.Context, workflowTaskId string) error
// Archive one or more workflow tasks
// (POST /workflow-tasks:archive)
ArchiveWorkflowTasks(ctx echo.Context) error
// Bulk creates new workflow tasks where each new task has the same fields and assignee as one of the provided tasks and creates a relationship between the provided task and its copy
// (POST /workflow-tasks:bulk-copy)
BulkCopyWorkflowTasks(ctx echo.Context) error
// Create one or more workflow tasks
// (POST /workflow-tasks:bulk-create)
BulkCreateWorkflowTasks(ctx echo.Context) error
// Update one or more workflow task
// (POST /workflow-tasks:bulk-update)
BulkUpdateWorkflowTasks(ctx echo.Context) error
// Unarchive one or more workflow tasks
// (POST /workflow-tasks:unarchive)
UnarchiveWorkflowTasks(ctx echo.Context) error
// List workflows
// (GET /workflows)
ListWorkflows(ctx echo.Context) error
// Update workflow
// (PATCH /workflows/{workflow_id})
UpdateWorkflowMetadata(ctx echo.Context, workflowId string) error
// List workflow stages
// (GET /workflows/{workflow_id}/workflow-stages)
ListWorkflowStages(ctx echo.Context, workflowId string) error
}
ServerInterface represents all server handlers.
Type ServerInterfaceWrapper
type ServerInterfaceWrapper struct {
Handler ServerInterface
}
ServerInterfaceWrapper converts echo contexts to parameters.
Methods
func (w *ServerInterfaceWrapper) AbortAssayResultsTransaction(ctx echo.Context) error
AbortAssayResultsTransaction converts echo context to params.
func (w *ServerInterfaceWrapper) AbortMultipartBlob(ctx echo.Context) error
AbortMultipartBlob converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveAASequences(ctx echo.Context) error
ArchiveAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveAssayResults(ctx echo.Context) error
ArchiveAssayResults converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveAssayRuns(ctx echo.Context) error
ArchiveAssayRuns converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveAutomationOutputProcessors(ctx echo.Context) error
ArchiveAutomationOutputProcessors converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveBatches(ctx echo.Context) error
ArchiveBatches converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveBenchlingApps(ctx echo.Context) error
ArchiveBenchlingApps converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveBoxes(ctx echo.Context) error
ArchiveBoxes converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveContainers(ctx echo.Context) error
ArchiveContainers converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveCustomEntities(ctx echo.Context) error
ArchiveCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveDNAOligos(ctx echo.Context) error
ArchiveDNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveDNASequences(ctx echo.Context) error
ArchiveDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveDropdownOptions(ctx echo.Context) error
ArchiveDropdownOptions converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveEntries(ctx echo.Context) error
ArchiveEntries converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveFolders(ctx echo.Context) error
ArchiveFolders converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveLocations(ctx echo.Context) error
ArchiveLocations converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveMixtures(ctx echo.Context) error
ArchiveMixtures converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveMolecules(ctx echo.Context) error
ArchiveMolecules converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveOligos(ctx echo.Context) error
ArchiveOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ArchivePlates(ctx echo.Context) error
ArchivePlates converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveProjects(ctx echo.Context) error
ArchiveProjects converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveRNAOligos(ctx echo.Context) error
ArchiveRNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveRNASequences(ctx echo.Context) error
ArchiveRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveWorkflowOutputs(ctx echo.Context) error
ArchiveWorkflowOutputs converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveWorkflowTaskGroups(ctx echo.Context) error
ArchiveWorkflowTaskGroups converts echo context to params.
func (w *ServerInterfaceWrapper) ArchiveWorkflowTasks(ctx echo.Context) error
ArchiveWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) AutoAnnotateAaSequences(ctx echo.Context) error
AutoAnnotateAaSequences converts echo context to params.
func (w *ServerInterfaceWrapper) AutoAnnotateDnaSequences(ctx echo.Context) error
AutoAnnotateDnaSequences converts echo context to params.
func (w *ServerInterfaceWrapper) AutoAnnotateRnaSequences(ctx echo.Context) error
AutoAnnotateRnaSequences converts echo context to params.
func (w *ServerInterfaceWrapper) AutofillDNASequenceParts(ctx echo.Context) error
AutofillDNASequenceParts converts echo context to params.
func (w *ServerInterfaceWrapper) AutofillDNASequenceTranslations(ctx echo.Context) error
AutofillDNASequenceTranslations converts echo context to params.
func (w *ServerInterfaceWrapper) AutofillRNASequenceParts(ctx echo.Context) error
AutofillRNASequenceParts converts echo context to params.
func (w *ServerInterfaceWrapper) AutofillRNASequenceTranslations(ctx echo.Context) error
AutofillRNASequenceTranslations converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCopyWorkflowTasks(ctx echo.Context) error
BulkCopyWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateAASequences(ctx echo.Context) error
BulkCreateAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateAppConfigurationItems(ctx echo.Context) error
BulkCreateAppConfigurationItems converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateContainers(ctx echo.Context) error
BulkCreateContainers converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateCustomEntities(ctx echo.Context) error
BulkCreateCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateDNAOligos(ctx echo.Context) error
BulkCreateDNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateDNASequences(ctx echo.Context) error
BulkCreateDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateFeatures(ctx echo.Context) error
BulkCreateFeatures converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateMixtures(ctx echo.Context) error
BulkCreateMixtures converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateMolecules(ctx echo.Context) error
BulkCreateMolecules converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateOligos(ctx echo.Context) error
BulkCreateOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateRNAOligos(ctx echo.Context) error
BulkCreateRNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateRNASequences(ctx echo.Context) error
BulkCreateRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateRequestTasks(ctx echo.Context) error
BulkCreateRequestTasks converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateUsers(ctx echo.Context) error
BulkCreateUsers converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateWorkflowOutputs(ctx echo.Context) error
BulkCreateWorkflowOutputs converts echo context to params.
func (w *ServerInterfaceWrapper) BulkCreateWorkflowTasks(ctx echo.Context) error
BulkCreateWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetAASequences(ctx echo.Context) error
BulkGetAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetAssayResults(ctx echo.Context) error
BulkGetAssayResults converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetAssayRuns(ctx echo.Context) error
BulkGetAssayRuns converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetBatches(ctx echo.Context) error
BulkGetBatches converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetBlobs(ctx echo.Context) error
BulkGetBlobs converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetBoxes(ctx echo.Context) error
BulkGetBoxes converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetContainers(ctx echo.Context) error
BulkGetContainers converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetCustomEntities(ctx echo.Context) error
BulkGetCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetDNASequences(ctx echo.Context) error
BulkGetDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetEntries(ctx echo.Context) error
BulkGetEntries converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetLocations(ctx echo.Context) error
BulkGetLocations converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetOligos(ctx echo.Context) error
BulkGetOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetPlates(ctx echo.Context) error
BulkGetPlates converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetRNASequences(ctx echo.Context) error
BulkGetRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetRegisteredEntities(ctx echo.Context) error
BulkGetRegisteredEntities converts echo context to params.
func (w *ServerInterfaceWrapper) BulkGetRequests(ctx echo.Context) error
BulkGetRequests converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateAASequences(ctx echo.Context) error
BulkUpdateAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateAppConfigurationItems(ctx echo.Context) error
BulkUpdateAppConfigurationItems converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateContainers(ctx echo.Context) error
BulkUpdateContainers converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateCustomEntities(ctx echo.Context) error
BulkUpdateCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateDNAOligos(ctx echo.Context) error
BulkUpdateDNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateDNASequences(ctx echo.Context) error
BulkUpdateDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateMixtures(ctx echo.Context) error
BulkUpdateMixtures converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateMolecules(ctx echo.Context) error
BulkUpdateMolecules converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateRNAOligos(ctx echo.Context) error
BulkUpdateRNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateRNASequences(ctx echo.Context) error
BulkUpdateRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateRequestTasks(ctx echo.Context) error
BulkUpdateRequestTasks converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateUsers(ctx echo.Context) error
BulkUpdateUsers converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateWorkflowOutputs(ctx echo.Context) error
BulkUpdateWorkflowOutputs converts echo context to params.
func (w *ServerInterfaceWrapper) BulkUpdateWorkflowTasks(ctx echo.Context) error
BulkUpdateWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) CheckinContainers(ctx echo.Context) error
CheckinContainers converts echo context to params.
func (w *ServerInterfaceWrapper) CheckoutContainers(ctx echo.Context) error
CheckoutContainers converts echo context to params.
func (w *ServerInterfaceWrapper) CommitAssayResultsTransaction(ctx echo.Context) error
CommitAssayResultsTransaction converts echo context to params.
func (w *ServerInterfaceWrapper) CompleteMultipartBlob(ctx echo.Context) error
CompleteMultipartBlob converts echo context to params.
func (w *ServerInterfaceWrapper) CopyWorkflowTask(ctx echo.Context) error
CopyWorkflowTask converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAASequence(ctx echo.Context) error
CreateAASequence converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAppConfigurationItem(ctx echo.Context) error
CreateAppConfigurationItem converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAssayResults(ctx echo.Context) error
CreateAssayResults converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAssayResultsInTransaction(ctx echo.Context) error
CreateAssayResultsInTransaction converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAssayResultsTransaction(ctx echo.Context) error
CreateAssayResultsTransaction converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAssayRuns(ctx echo.Context) error
CreateAssayRuns converts echo context to params.
func (w *ServerInterfaceWrapper) CreateAutomationOutputProcessor(ctx echo.Context) error
CreateAutomationOutputProcessor converts echo context to params.
func (w *ServerInterfaceWrapper) CreateBatch(ctx echo.Context) error
CreateBatch converts echo context to params.
func (w *ServerInterfaceWrapper) CreateBenchlingApp(ctx echo.Context) error
CreateBenchlingApp converts echo context to params.
func (w *ServerInterfaceWrapper) CreateBlob(ctx echo.Context) error
CreateBlob converts echo context to params.
func (w *ServerInterfaceWrapper) CreateBlobPart(ctx echo.Context) error
CreateBlobPart converts echo context to params.
func (w *ServerInterfaceWrapper) CreateBox(ctx echo.Context) error
CreateBox converts echo context to params.
func (w *ServerInterfaceWrapper) CreateConsensusNucleotideAlignment(ctx echo.Context) error
CreateConsensusNucleotideAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) CreateContainer(ctx echo.Context) error
CreateContainer converts echo context to params.
func (w *ServerInterfaceWrapper) CreateCustomEntity(ctx echo.Context) error
CreateCustomEntity converts echo context to params.
func (w *ServerInterfaceWrapper) CreateDNAOligo(ctx echo.Context) error
CreateDNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) CreateDNASequence(ctx echo.Context) error
CreateDNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) CreateDnaConsensusAlignment(ctx echo.Context) error
CreateDnaConsensusAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) CreateDnaTemplateAlignment(ctx echo.Context) error
CreateDnaTemplateAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) CreateDropdown(ctx echo.Context) error
CreateDropdown converts echo context to params.
func (w *ServerInterfaceWrapper) CreateEntry(ctx echo.Context) error
CreateEntry converts echo context to params.
func (w *ServerInterfaceWrapper) CreateFeature(ctx echo.Context) error
CreateFeature converts echo context to params.
func (w *ServerInterfaceWrapper) CreateFeatureLibrary(ctx echo.Context) error
CreateFeatureLibrary converts echo context to params.
func (w *ServerInterfaceWrapper) CreateFolder(ctx echo.Context) error
CreateFolder converts echo context to params.
func (w *ServerInterfaceWrapper) CreateLocation(ctx echo.Context) error
CreateLocation converts echo context to params.
func (w *ServerInterfaceWrapper) CreateMixture(ctx echo.Context) error
CreateMixture converts echo context to params.
func (w *ServerInterfaceWrapper) CreateMolecule(ctx echo.Context) error
CreateMolecule converts echo context to params.
func (w *ServerInterfaceWrapper) CreateMultipartBlob(ctx echo.Context) error
CreateMultipartBlob converts echo context to params.
func (w *ServerInterfaceWrapper) CreateOligo(ctx echo.Context) error
CreateOligo converts echo context to params.
func (w *ServerInterfaceWrapper) CreatePlate(ctx echo.Context) error
CreatePlate converts echo context to params.
func (w *ServerInterfaceWrapper) CreateRNAOligo(ctx echo.Context) error
CreateRNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) CreateRNASequence(ctx echo.Context) error
CreateRNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) CreateRequest(ctx echo.Context) error
CreateRequest converts echo context to params.
func (w *ServerInterfaceWrapper) CreateTemplateNucleotideAlignment(ctx echo.Context) error
CreateTemplateNucleotideAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) CreateUser(ctx echo.Context) error
CreateUser converts echo context to params.
func (w *ServerInterfaceWrapper) CreateWarehouseCredentials(ctx echo.Context) error
CreateWarehouseCredentials converts echo context to params.
func (w *ServerInterfaceWrapper) CreateWorkflowOutput(ctx echo.Context) error
CreateWorkflowOutput converts echo context to params.
func (w *ServerInterfaceWrapper) CreateWorkflowTask(ctx echo.Context) error
CreateWorkflowTask converts echo context to params.
func (w *ServerInterfaceWrapper) CreateWorkflowTaskGroup(ctx echo.Context) error
CreateWorkflowTaskGroup converts echo context to params.
func (w *ServerInterfaceWrapper) DeleteContainerContent(ctx echo.Context) error
DeleteContainerContent converts echo context to params.
func (w *ServerInterfaceWrapper) DeleteDNAAlignment(ctx echo.Context) error
DeleteDNAAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) DeleteNucleotideAlignment(ctx echo.Context) error
DeleteNucleotideAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) ExecuteRequestsSampleGroups(ctx echo.Context) error
ExecuteRequestsSampleGroups converts echo context to params.
func (w *ServerInterfaceWrapper) ExportItem(ctx echo.Context) error
ExportItem converts echo context to params.
func (w *ServerInterfaceWrapper) GenerateInputWithAutomationInputGenerator(ctx echo.Context) error
GenerateInputWithAutomationInputGenerator converts echo context to params.
func (w *ServerInterfaceWrapper) GenerateToken(ctx echo.Context) error
GenerateToken converts echo context to params.
func (w *ServerInterfaceWrapper) GetAASequence(ctx echo.Context) error
GetAASequence converts echo context to params.
func (w *ServerInterfaceWrapper) GetAppConfigurationItemById(ctx echo.Context) error
GetAppConfigurationItemById converts echo context to params.
func (w *ServerInterfaceWrapper) GetAssayResult(ctx echo.Context) error
GetAssayResult converts echo context to params.
func (w *ServerInterfaceWrapper) GetAssayRun(ctx echo.Context) error
GetAssayRun converts echo context to params.
func (w *ServerInterfaceWrapper) GetAutomationInputGenerator(ctx echo.Context) error
GetAutomationInputGenerator converts echo context to params.
func (w *ServerInterfaceWrapper) GetAutomationOutputProcessor(ctx echo.Context) error
GetAutomationOutputProcessor converts echo context to params.
func (w *ServerInterfaceWrapper) GetBatch(ctx echo.Context) error
GetBatch converts echo context to params.
func (w *ServerInterfaceWrapper) GetBatchSchema(ctx echo.Context) error
GetBatchSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetBenchlingAppByID(ctx echo.Context) error
GetBenchlingAppByID converts echo context to params.
func (w *ServerInterfaceWrapper) GetBlob(ctx echo.Context) error
GetBlob converts echo context to params.
func (w *ServerInterfaceWrapper) GetBlobUrl(ctx echo.Context) error
GetBlobUrl converts echo context to params.
func (w *ServerInterfaceWrapper) GetBox(ctx echo.Context) error
GetBox converts echo context to params.
func (w *ServerInterfaceWrapper) GetBoxSchema(ctx echo.Context) error
GetBoxSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetContainer(ctx echo.Context) error
GetContainer converts echo context to params.
func (w *ServerInterfaceWrapper) GetContainerContent(ctx echo.Context) error
GetContainerContent converts echo context to params.
func (w *ServerInterfaceWrapper) GetContainerSchema(ctx echo.Context) error
GetContainerSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetCustomEntity(ctx echo.Context) error
GetCustomEntity converts echo context to params.
func (w *ServerInterfaceWrapper) GetDNAAlignment(ctx echo.Context) error
GetDNAAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) GetDNAOligo(ctx echo.Context) error
GetDNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) GetDNASequence(ctx echo.Context) error
GetDNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) GetDropdown(ctx echo.Context) error
GetDropdown converts echo context to params.
func (w *ServerInterfaceWrapper) GetEnitityBatches(ctx echo.Context) error
GetEnitityBatches converts echo context to params.
func (w *ServerInterfaceWrapper) GetEntitySchema(ctx echo.Context) error
GetEntitySchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetEntry(ctx echo.Context) error
GetEntry converts echo context to params.
func (w *ServerInterfaceWrapper) GetEntrySchema(ctx echo.Context) error
GetEntrySchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetEntryTemplate(ctx echo.Context) error
GetEntryTemplate converts echo context to params.
func (w *ServerInterfaceWrapper) GetExternalFileMetadata(ctx echo.Context) error
GetExternalFileMetadata converts echo context to params.
func (w *ServerInterfaceWrapper) GetFeature(ctx echo.Context) error
GetFeature converts echo context to params.
func (w *ServerInterfaceWrapper) GetFeatureLibrary(ctx echo.Context) error
GetFeatureLibrary converts echo context to params.
func (w *ServerInterfaceWrapper) GetFolder(ctx echo.Context) error
GetFolder converts echo context to params.
func (w *ServerInterfaceWrapper) GetLabAutomationTransform(ctx echo.Context) error
GetLabAutomationTransform converts echo context to params.
func (w *ServerInterfaceWrapper) GetLocation(ctx echo.Context) error
GetLocation converts echo context to params.
func (w *ServerInterfaceWrapper) GetLocationSchema(ctx echo.Context) error
GetLocationSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetMixture(ctx echo.Context) error
GetMixture converts echo context to params.
func (w *ServerInterfaceWrapper) GetMolecule(ctx echo.Context) error
GetMolecule converts echo context to params.
func (w *ServerInterfaceWrapper) GetNucleotideAlignment(ctx echo.Context) error
GetNucleotideAlignment converts echo context to params.
func (w *ServerInterfaceWrapper) GetOligo(ctx echo.Context) error
GetOligo converts echo context to params.
func (w *ServerInterfaceWrapper) GetOrganization(ctx echo.Context) error
GetOrganization converts echo context to params.
func (w *ServerInterfaceWrapper) GetPlate(ctx echo.Context) error
GetPlate converts echo context to params.
func (w *ServerInterfaceWrapper) GetPlateSchema(ctx echo.Context) error
GetPlateSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetProject(ctx echo.Context) error
GetProject converts echo context to params.
func (w *ServerInterfaceWrapper) GetRNAOligo(ctx echo.Context) error
GetRNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) GetRNASequence(ctx echo.Context) error
GetRNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) GetRegistry(ctx echo.Context) error
GetRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) GetRequest(ctx echo.Context) error
GetRequest converts echo context to params.
func (w *ServerInterfaceWrapper) GetRequestFulfillment(ctx echo.Context) error
GetRequestFulfillment converts echo context to params.
func (w *ServerInterfaceWrapper) GetRequestResponse(ctx echo.Context) error
GetRequestResponse converts echo context to params.
func (w *ServerInterfaceWrapper) GetRequestSchema(ctx echo.Context) error
GetRequestSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetRequestTaskSchema(ctx echo.Context) error
GetRequestTaskSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetResultSchema(ctx echo.Context) error
GetResultSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetRunSchema(ctx echo.Context) error
GetRunSchema converts echo context to params.
func (w *ServerInterfaceWrapper) GetTask(ctx echo.Context) error
GetTask converts echo context to params.
func (w *ServerInterfaceWrapper) GetTeam(ctx echo.Context) error
GetTeam converts echo context to params.
func (w *ServerInterfaceWrapper) GetUser(ctx echo.Context) error
GetUser converts echo context to params.
func (w *ServerInterfaceWrapper) GetUserActivity(ctx echo.Context) error
GetUserActivity converts echo context to params.
func (w *ServerInterfaceWrapper) GetWorkflowOutput(ctx echo.Context) error
GetWorkflowOutput converts echo context to params.
func (w *ServerInterfaceWrapper) GetWorkflowTask(ctx echo.Context) error
GetWorkflowTask converts echo context to params.
func (w *ServerInterfaceWrapper) GetWorkflowTaskGroup(ctx echo.Context) error
GetWorkflowTaskGroup converts echo context to params.
func (w *ServerInterfaceWrapper) GetWorkflowTaskSchema(ctx echo.Context) error
GetWorkflowTaskSchema converts echo context to params.
func (w *ServerInterfaceWrapper) ListAASequences(ctx echo.Context) error
ListAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ListAppConfigurationItems(ctx echo.Context) error
ListAppConfigurationItems converts echo context to params.
func (w *ServerInterfaceWrapper) ListAssayResultSchemas(ctx echo.Context) error
ListAssayResultSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListAssayResults(ctx echo.Context) error
ListAssayResults converts echo context to params.
func (w *ServerInterfaceWrapper) ListAssayRunSchemas(ctx echo.Context) error
ListAssayRunSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListAssayRuns(ctx echo.Context) error
ListAssayRuns converts echo context to params.
func (w *ServerInterfaceWrapper) ListAutomationInputGenerators(ctx echo.Context) error
ListAutomationInputGenerators converts echo context to params.
func (w *ServerInterfaceWrapper) ListAutomationOutputProcessors(ctx echo.Context) error
ListAutomationOutputProcessors converts echo context to params.
func (w *ServerInterfaceWrapper) ListAutomationOutputProcessorsDeprecated(ctx echo.Context) error
ListAutomationOutputProcessorsDeprecated converts echo context to params.
func (w *ServerInterfaceWrapper) ListBatchSchemas(ctx echo.Context) error
ListBatchSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListBatchSchemasByRegistry(ctx echo.Context) error
ListBatchSchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListBatches(ctx echo.Context) error
ListBatches converts echo context to params.
func (w *ServerInterfaceWrapper) ListBenchlingApps(ctx echo.Context) error
ListBenchlingApps converts echo context to params.
func (w *ServerInterfaceWrapper) ListBoxContents(ctx echo.Context) error
ListBoxContents converts echo context to params.
func (w *ServerInterfaceWrapper) ListBoxSchemas(ctx echo.Context) error
ListBoxSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListBoxSchemasByRegistry(ctx echo.Context) error
ListBoxSchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListBoxes(ctx echo.Context) error
ListBoxes converts echo context to params.
func (w *ServerInterfaceWrapper) ListContainerContents(ctx echo.Context) error
ListContainerContents converts echo context to params.
func (w *ServerInterfaceWrapper) ListContainerSchemas(ctx echo.Context) error
ListContainerSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListContainerSchemasByRegistry(ctx echo.Context) error
ListContainerSchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListContainers(ctx echo.Context) error
ListContainers converts echo context to params.
func (w *ServerInterfaceWrapper) ListCustomEntities(ctx echo.Context) error
ListCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) ListDNAAlignments(ctx echo.Context) error
ListDNAAlignments converts echo context to params.
func (w *ServerInterfaceWrapper) ListDNAOligos(ctx echo.Context) error
ListDNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ListDNASequences(ctx echo.Context) error
ListDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ListDropdowns(ctx echo.Context) error
ListDropdowns converts echo context to params.
func (w *ServerInterfaceWrapper) ListDropdownsByRegistry(ctx echo.Context) error
ListDropdownsByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListEntitySchemas(ctx echo.Context) error
ListEntitySchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListEntitySchemasByRegistry(ctx echo.Context) error
ListEntitySchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListEntries(ctx echo.Context) error
ListEntries converts echo context to params.
func (w *ServerInterfaceWrapper) ListEntrySchemas(ctx echo.Context) error
ListEntrySchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListEntryTemplates(ctx echo.Context) error
ListEntryTemplates converts echo context to params.
func (w *ServerInterfaceWrapper) ListEvents(ctx echo.Context) error
ListEvents converts echo context to params.
func (w *ServerInterfaceWrapper) ListFeatureLibraries(ctx echo.Context) error
ListFeatureLibraries converts echo context to params.
func (w *ServerInterfaceWrapper) ListFeatures(ctx echo.Context) error
ListFeatures converts echo context to params.
func (w *ServerInterfaceWrapper) ListFolders(ctx echo.Context) error
ListFolders converts echo context to params.
func (w *ServerInterfaceWrapper) ListLabelTemplates(ctx echo.Context) error
ListLabelTemplates converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflowStageRunInputSamples(ctx echo.Context) error
ListLegacyWorkflowStageRunInputSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflowStageRunOutputSamples(ctx echo.Context) error
ListLegacyWorkflowStageRunOutputSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflowStageRunRegisteredSamples(ctx echo.Context) error
ListLegacyWorkflowStageRunRegisteredSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflowStageRuns(ctx echo.Context) error
ListLegacyWorkflowStageRuns converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflowStages(ctx echo.Context) error
ListLegacyWorkflowStages converts echo context to params.
func (w *ServerInterfaceWrapper) ListLegacyWorkflows(ctx echo.Context) error
ListLegacyWorkflows converts echo context to params.
func (w *ServerInterfaceWrapper) ListLocationSchemas(ctx echo.Context) error
ListLocationSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListLocationSchemasByRegistry(ctx echo.Context) error
ListLocationSchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListLocations(ctx echo.Context) error
ListLocations converts echo context to params.
func (w *ServerInterfaceWrapper) ListMixtures(ctx echo.Context) error
ListMixtures converts echo context to params.
func (w *ServerInterfaceWrapper) ListMolecules(ctx echo.Context) error
ListMolecules converts echo context to params.
func (w *ServerInterfaceWrapper) ListNucleotideAlignments(ctx echo.Context) error
ListNucleotideAlignments converts echo context to params.
func (w *ServerInterfaceWrapper) ListOligos(ctx echo.Context) error
ListOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ListOrganizations(ctx echo.Context) error
ListOrganizations converts echo context to params.
func (w *ServerInterfaceWrapper) ListPlateSchemas(ctx echo.Context) error
ListPlateSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListPlateSchemasByRegistry(ctx echo.Context) error
ListPlateSchemasByRegistry converts echo context to params.
func (w *ServerInterfaceWrapper) ListPlates(ctx echo.Context) error
ListPlates converts echo context to params.
func (w *ServerInterfaceWrapper) ListPrinters(ctx echo.Context) error
ListPrinters converts echo context to params.
func (w *ServerInterfaceWrapper) ListProjects(ctx echo.Context) error
ListProjects converts echo context to params.
func (w *ServerInterfaceWrapper) ListRNAOligos(ctx echo.Context) error
ListRNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) ListRNASequences(ctx echo.Context) error
ListRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) ListRegistries(ctx echo.Context) error
ListRegistries converts echo context to params.
func (w *ServerInterfaceWrapper) ListRequestFulfillments(ctx echo.Context) error
ListRequestFulfillments converts echo context to params.
func (w *ServerInterfaceWrapper) ListRequestSchemas(ctx echo.Context) error
ListRequestSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListRequestTaskSchemas(ctx echo.Context) error
ListRequestTaskSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListRequests(ctx echo.Context) error
ListRequests converts echo context to params.
func (w *ServerInterfaceWrapper) ListStageRunInputSamples(ctx echo.Context) error
ListStageRunInputSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListStageRunOutputSamples(ctx echo.Context) error
ListStageRunOutputSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListStageRunRegisteredSamples(ctx echo.Context) error
ListStageRunRegisteredSamples converts echo context to params.
func (w *ServerInterfaceWrapper) ListTeams(ctx echo.Context) error
ListTeams converts echo context to params.
func (w *ServerInterfaceWrapper) ListUsers(ctx echo.Context) error
ListUsers converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowOutputs(ctx echo.Context) error
ListWorkflowOutputs converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowStageRuns(ctx echo.Context) error
ListWorkflowStageRuns converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowStages(ctx echo.Context) error
ListWorkflowStages converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowTaskGroups(ctx echo.Context) error
ListWorkflowTaskGroups converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowTaskSchemas(ctx echo.Context) error
ListWorkflowTaskSchemas converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflowTasks(ctx echo.Context) error
ListWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) ListWorkflows(ctx echo.Context) error
ListWorkflows converts echo context to params.
func (w *ServerInterfaceWrapper) PatchBenchlingApp(ctx echo.Context) error
PatchBenchlingApp converts echo context to params.
func (w *ServerInterfaceWrapper) PatchRequest(ctx echo.Context) error
PatchRequest converts echo context to params.
func (w *ServerInterfaceWrapper) PrintLabels(ctx echo.Context) error
PrintLabels converts echo context to params.
func (w *ServerInterfaceWrapper) ProcessOutputWithAutomationOutputProcessor(ctx echo.Context) error
ProcessOutputWithAutomationOutputProcessor converts echo context to params.
func (w *ServerInterfaceWrapper) RegisterEntities(ctx echo.Context) error
RegisterEntities converts echo context to params.
func (w *ServerInterfaceWrapper) ReserveContainers(ctx echo.Context) error
ReserveContainers converts echo context to params.
func (w *ServerInterfaceWrapper) TransferIntoContainer(ctx echo.Context) error
TransferIntoContainer converts echo context to params.
func (w *ServerInterfaceWrapper) TransferIntoContainers(ctx echo.Context) error
TransferIntoContainers converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveAASequences(ctx echo.Context) error
UnarchiveAASequences converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveAssayResults(ctx echo.Context) error
UnarchiveAssayResults converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveAssayRuns(ctx echo.Context) error
UnarchiveAssayRuns converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveAutomationOutputProcessors(ctx echo.Context) error
UnarchiveAutomationOutputProcessors converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveBatches(ctx echo.Context) error
UnarchiveBatches converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveBenchlingApps(ctx echo.Context) error
UnarchiveBenchlingApps converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveBoxes(ctx echo.Context) error
UnarchiveBoxes converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveContainers(ctx echo.Context) error
UnarchiveContainers converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveCustomEntities(ctx echo.Context) error
UnarchiveCustomEntities converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveDNAOligos(ctx echo.Context) error
UnarchiveDNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveDNASequences(ctx echo.Context) error
UnarchiveDNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveDropdownOptions(ctx echo.Context) error
UnarchiveDropdownOptions converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveEntries(ctx echo.Context) error
UnarchiveEntries converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveFolders(ctx echo.Context) error
UnarchiveFolders converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveLocations(ctx echo.Context) error
UnarchiveLocations converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveMixtures(ctx echo.Context) error
UnarchiveMixtures converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveMolecules(ctx echo.Context) error
UnarchiveMolecules converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveOligos(ctx echo.Context) error
UnarchiveOligos converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchivePlates(ctx echo.Context) error
UnarchivePlates converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveProjects(ctx echo.Context) error
UnarchiveProjects converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveRNAOligos(ctx echo.Context) error
UnarchiveRNAOligos converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveRNASequences(ctx echo.Context) error
UnarchiveRNASequences converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveWorkflowOutputs(ctx echo.Context) error
UnarchiveWorkflowOutputs converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveWorkflowTaskGroups(ctx echo.Context) error
UnarchiveWorkflowTaskGroups converts echo context to params.
func (w *ServerInterfaceWrapper) UnarchiveWorkflowTasks(ctx echo.Context) error
UnarchiveWorkflowTasks converts echo context to params.
func (w *ServerInterfaceWrapper) UnregisterEntities(ctx echo.Context) error
UnregisterEntities converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateAASequence(ctx echo.Context) error
UpdateAASequence converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateAppConfigurationItem(ctx echo.Context) error
UpdateAppConfigurationItem converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateAssayRun(ctx echo.Context) error
UpdateAssayRun converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateAutomationInputGenerator(ctx echo.Context) error
UpdateAutomationInputGenerator converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateAutomationOutputProcessor(ctx echo.Context) error
UpdateAutomationOutputProcessor converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateBatch(ctx echo.Context) error
UpdateBatch converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateBox(ctx echo.Context) error
UpdateBox converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateContainer(ctx echo.Context) error
UpdateContainer converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateContainerContent(ctx echo.Context) error
UpdateContainerContent converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateCustomEntity(ctx echo.Context) error
UpdateCustomEntity converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateDNAOligo(ctx echo.Context) error
UpdateDNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateDNASequence(ctx echo.Context) error
UpdateDNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateDropdown(ctx echo.Context) error
UpdateDropdown converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateEntry(ctx echo.Context) error
UpdateEntry converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateFeature(ctx echo.Context) error
UpdateFeature converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateFeatureLibrary(ctx echo.Context) error
UpdateFeatureLibrary converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateLabAutomationTransform(ctx echo.Context) error
UpdateLabAutomationTransform converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateLegacyWorkflowMetadata(ctx echo.Context) error
UpdateLegacyWorkflowMetadata converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateLocation(ctx echo.Context) error
UpdateLocation converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateMixture(ctx echo.Context) error
UpdateMixture converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateMolecule(ctx echo.Context) error
UpdateMolecule converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateOligo(ctx echo.Context) error
UpdateOligo converts echo context to params.
func (w *ServerInterfaceWrapper) UpdatePlate(ctx echo.Context) error
UpdatePlate converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateRNAOligo(ctx echo.Context) error
UpdateRNAOligo converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateRNASequence(ctx echo.Context) error
UpdateRNASequence converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateUser(ctx echo.Context) error
UpdateUser converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateWorkflowMetadata(ctx echo.Context) error
UpdateWorkflowMetadata converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateWorkflowOutput(ctx echo.Context) error
UpdateWorkflowOutput converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateWorkflowTask(ctx echo.Context) error
UpdateWorkflowTask converts echo context to params.
func (w *ServerInterfaceWrapper) UpdateWorkflowTaskGroup(ctx echo.Context) error
UpdateWorkflowTaskGroup converts echo context to params.
func (w *ServerInterfaceWrapper) ValidateBarcodes(ctx echo.Context) error
ValidateBarcodes converts echo context to params.
Type SimpleFieldDefinition
type SimpleFieldDefinition struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
Id *string `json:"id,omitempty"`
IsMulti *bool `json:"isMulti,omitempty"`
IsRequired *bool `json:"isRequired,omitempty"`
Name *string `json:"name,omitempty"`
Type *SimpleFieldDefinitionType `json:"type,omitempty"`
}
SimpleFieldDefinition defines model for SimpleFieldDefinition.
Type SimpleFieldDefinitionType
type SimpleFieldDefinitionType string
SimpleFieldDefinitionType defines model for SimpleFieldDefinition.Type.
Constants
SimpleFieldDefinitionTypeAaSequenceLink, SimpleFieldDefinitionTypeBlobLink, SimpleFieldDefinitionTypeBoolean, SimpleFieldDefinitionTypeCustomEntityLink, SimpleFieldDefinitionTypeDate, SimpleFieldDefinitionTypeDatetime, SimpleFieldDefinitionTypeDnaSequenceLink, SimpleFieldDefinitionTypeJson, SimpleFieldDefinitionTypeLongText, SimpleFieldDefinitionTypeMixtureLink, SimpleFieldDefinitionTypeText
SimpleFieldDefinitionTypeAaSequenceLink SimpleFieldDefinitionType = "aa_sequence_link"
SimpleFieldDefinitionTypeBlobLink SimpleFieldDefinitionType = "blob_link"
SimpleFieldDefinitionTypeBoolean SimpleFieldDefinitionType = "boolean"
SimpleFieldDefinitionTypeCustomEntityLink SimpleFieldDefinitionType = "custom_entity_link"
SimpleFieldDefinitionTypeDate SimpleFieldDefinitionType = "date"
SimpleFieldDefinitionTypeDatetime SimpleFieldDefinitionType = "datetime"
SimpleFieldDefinitionTypeDnaSequenceLink SimpleFieldDefinitionType = "dna_sequence_link"
SimpleFieldDefinitionTypeJson SimpleFieldDefinitionType = "json"
SimpleFieldDefinitionTypeLongText SimpleFieldDefinitionType = "long_text"
SimpleFieldDefinitionTypeMixtureLink SimpleFieldDefinitionType = "mixture_link"
SimpleFieldDefinitionTypeText SimpleFieldDefinitionType = "text"
Defines values for SimpleFieldDefinitionType.
Type SimpleNotePart
type SimpleNotePart struct {
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
// Links Array of links referenced in text via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
Links *[]EntryLink `json:"links,omitempty"`
// Text The textual contents of the note.
Text *string `json:"text,omitempty"`
Type *SimpleNotePartType `json:"type,omitempty"`
}
SimpleNotePart defines model for SimpleNotePart.
Type SimpleNotePartType
type SimpleNotePartType string
SimpleNotePartType defines model for SimpleNotePart.Type.
Constants
SimpleNotePartTypeCode, SimpleNotePartTypeListBullet, SimpleNotePartTypeListNumber, SimpleNotePartTypeText
SimpleNotePartTypeCode SimpleNotePartType = "code"
SimpleNotePartTypeListBullet SimpleNotePartType = "list_bullet"
SimpleNotePartTypeListNumber SimpleNotePartType = "list_number"
SimpleNotePartTypeText SimpleNotePartType = "text"
Defines values for SimpleNotePartType.
Type StageEntry
type StageEntry struct {
// ApiURL The canonical url of the Stage Entry in the API.
ApiURL *string `json:"apiURL,omitempty"`
// Authors Array of UserSummary Resources of the authors of the stage entry. This defaults to the creator but can be manually changed.
Authors *[]UserSummary `json:"authors,omitempty"`
// CreatedAt DateTime the stage entry was created at
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Creator UserSummary Resource of the user who created the stage entry
Creator *UserSummary `json:"creator,omitempty"`
CustomFields *CustomFields `json:"customFields,omitempty"`
// DisplayId User-friendly ID of the stage entry
DisplayId *string `json:"displayId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// FolderId ID of the folder that contains the stage entry
FolderId *string `json:"folderId,omitempty"`
// Id ID of the stage entry
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the stage entry was last modified
ModifiedAt *string `json:"modifiedAt,omitempty"`
// Name Title of the stage entry
Name *string `json:"name,omitempty"`
// ReviewRecord Review record if set
ReviewRecord *map[string]interface{} `json:"reviewRecord"`
// Schema Entry schema if set
Schema *EntrySchema `json:"schema"`
// WebURL URL of the stage entry
WebURL *string `json:"webURL,omitempty"`
// WorkflowId ID of the parent workflow
WorkflowId *string `json:"workflowId,omitempty"`
// WorkflowStageId ID of the associated workflow stage
WorkflowStageId *string `json:"workflowStageId,omitempty"`
}
StageEntry A notebook entry used for execution of one or more stage runs in
a legacy workflow.
Type StageEntryCreatedEvent
type StageEntryCreatedEvent = EventBase
StageEntryCreatedEvent defines model for StageEntryCreatedEvent.
Type StageEntryUpdatedFieldsEvent
type StageEntryUpdatedFieldsEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *StageEntryUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// StageEntry A notebook entry used for execution of one or more stage runs in a legacy workflow.
StageEntry *StageEntry `json:"stageEntry,omitempty"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
StageEntryUpdatedFieldsEvent defines model for StageEntryUpdatedFieldsEvent.
Type StageEntryUpdatedFieldsEventEventType
type StageEntryUpdatedFieldsEventEventType string
StageEntryUpdatedFieldsEventEventType defines model for
StageEntryUpdatedFieldsEvent.EventType.
Constants
V2AlphaStageEntryUpdatedFields
V2AlphaStageEntryUpdatedFields StageEntryUpdatedFieldsEventEventType = "v2-alpha.stageEntry.updated.fields"
Defines values for StageEntryUpdatedFieldsEventEventType.
Type StageEntryUpdatedReviewRecordEvent
type StageEntryUpdatedReviewRecordEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
// Entry A notebook entry used for execution of one or more stage runs in a legacy workflow.
Entry *StageEntry `json:"entry,omitempty"`
EventType *StageEntryUpdatedReviewRecordEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
StageEntryUpdatedReviewRecordEvent defines model for
StageEntryUpdatedReviewRecordEvent.
Type StageEntryUpdatedReviewRecordEventEventType
type StageEntryUpdatedReviewRecordEventEventType string
StageEntryUpdatedReviewRecordEventEventType defines model for
StageEntryUpdatedReviewRecordEvent.EventType.
Constants
V2AlphaStageEntryUpdatedReviewRecord
V2AlphaStageEntryUpdatedReviewRecord StageEntryUpdatedReviewRecordEventEventType = "v2-alpha.stageEntry.updated.reviewRecord"
Defines values for StageEntryUpdatedReviewRecordEventEventType.
Type StructuredTableApiIdentifiers
type StructuredTableApiIdentifiers struct {
ApiId *string `json:"apiId,omitempty"`
Columns *[]StructuredTableColumnInfo `json:"columns,omitempty"`
}
StructuredTableApiIdentifiers defines model for
StructuredTableApiIdentifiers.
Type StructuredTableColumnInfo
type StructuredTableColumnInfo struct {
ColumnId *string `json:"columnId,omitempty"`
IsReadOnly *bool `json:"isReadOnly,omitempty"`
Name *string `json:"name,omitempty"`
}
StructuredTableColumnInfo defines model for StructuredTableColumnInfo.
Type TableNotePart
type TableNotePart struct {
// Indentation All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.
Indentation *int `json:"indentation,omitempty"`
// Links Array of links referenced in the caption via an @-mention, hyperlink, or the drag-n-dropped preview attached to the note.
Links *[]EntryLink `json:"links,omitempty"`
Table *EntryTable `json:"table,omitempty"`
// Text The caption of the table.
Text *string `json:"text,omitempty"`
Type *TableNotePartType `json:"type,omitempty"`
}
TableNotePart defines model for TableNotePart.
Type TableNotePartType
type TableNotePartType string
TableNotePartType defines model for TableNotePart.Type.
Constants
Table
Table TableNotePartType = "table"
Defines values for TableNotePartType.
Type Team
type Team struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Organization *OrganizationSummary `json:"organization,omitempty"`
}
Team defines model for Team.
Type TeamSummary
type TeamSummary struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
TeamSummary defines model for TeamSummary.
Type TeamsPaginatedList
type TeamsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Teams *[]Team `json:"teams,omitempty"`
}
TeamsPaginatedList defines model for TeamsPaginatedList.
Type TextAppConfigItem
type TextAppConfigItem struct {
ApiURL *string `json:"apiURL,omitempty"`
App *struct {
// Id The id of the Benchling app to which this configuration item belongs
Id *string `json:"id,omitempty"`
} `json:"app,omitempty"`
// CreatedAt DateTime the app config item was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Description *string `json:"description,omitempty"`
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the app config item was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Path Array-based representation of config item's location in the tree in order from top to bottom.
Path *[]string `json:"path,omitempty"`
RequiredConfig *bool `json:"requiredConfig,omitempty"`
Type *TextAppConfigItemType `json:"type,omitempty"`
Value *string `json:"value"`
}
TextAppConfigItem defines model for TextAppConfigItem.
Type TextAppConfigItemType
type TextAppConfigItemType string
TextAppConfigItemType defines model for TextAppConfigItem.Type.
Constants
TextAppConfigItemTypeText
TextAppConfigItemTypeText TextAppConfigItemType = "text"
Defines values for TextAppConfigItemType.
Type TokenCreate
type TokenCreate struct {
// ClientId ID of client to request token for. Leave off if client ID and secret are being supplied through Authorization header.
ClientId *string `json:"client_id,omitempty"`
// ClientSecret Leave off if client ID and secret are being supplied through Authorization header.
ClientSecret *string `json:"client_secret,omitempty"`
GrantType TokenCreateGrantType `json:"grant_type"`
}
TokenCreate defines model for TokenCreate.
Type TokenCreateGrantType
type TokenCreateGrantType string
TokenCreateGrantType defines model for TokenCreate.GrantType.
Constants
ClientCredentials
ClientCredentials TokenCreateGrantType = "client_credentials"
Defines values for TokenCreateGrantType.
Type TokenResponse
type TokenResponse struct {
AccessToken *string `json:"access_token,omitempty"`
// ExpiresIn Number of seconds that token is valid for
ExpiresIn *int `json:"expires_in,omitempty"`
TokenType *TokenResponseTokenType `json:"token_type,omitempty"`
}
TokenResponse defines model for TokenResponse.
Type TokenResponseTokenType
type TokenResponseTokenType string
TokenResponseTokenType defines model for TokenResponse.TokenType.
Constants
Bearer
Bearer TokenResponseTokenType = "Bearer"
Defines values for TokenResponseTokenType.
Type TransferIntoContainerJSONRequestBody
type TransferIntoContainerJSONRequestBody = ContainerTransfer
TransferIntoContainerJSONRequestBody defines body for TransferIntoContainer
for application/json ContentType.
Type TransferIntoContainerResponse
type TransferIntoContainerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseTransferIntoContainerResponse(rsp *http.Response) (*TransferIntoContainerResponse, error)
ParseTransferIntoContainerResponse parses an HTTP response from a
TransferIntoContainerWithResponse call
Methods
func (r TransferIntoContainerResponse) Status() string
Status returns HTTPResponse.Status
func (r TransferIntoContainerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type TransferIntoContainersJSONRequestBody
type TransferIntoContainersJSONRequestBody = MultipleContainersTransfersList
TransferIntoContainersJSONRequestBody defines body for
TransferIntoContainers for application/json ContentType.
Type TransferIntoContainersResponse
type TransferIntoContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON202 *AsyncTaskLink
JSON400 *BadRequestError
}
Functions
func ParseTransferIntoContainersResponse(rsp *http.Response) (*TransferIntoContainersResponse, error)
ParseTransferIntoContainersResponse parses an HTTP response from a
TransferIntoContainersWithResponse call
Methods
func (r TransferIntoContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r TransferIntoContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type TransfersAsyncTask
type TransfersAsyncTask struct {
// Errors Present only when status is FAILED for a bulk task. Contains information about the individual errors in the bulk task.
Errors *map[string]interface{} `json:"errors,omitempty"`
// Message Present only when status is FAILED. Contains information about the error.
Message *string `json:"message,omitempty"`
Response *struct {
DestinationContainers *[]Container `json:"destinationContainers,omitempty"`
} `json:"response,omitempty"`
// Status The current state of the task.
Status TransfersAsyncTaskStatus `json:"status"`
}
TransfersAsyncTask defines model for TransfersAsyncTask.
Type TransfersAsyncTaskStatus
type TransfersAsyncTaskStatus string
TransfersAsyncTaskStatus The current state of the task.
Constants
TransfersAsyncTaskStatusFAILED, TransfersAsyncTaskStatusRUNNING, TransfersAsyncTaskStatusSUCCEEDED
TransfersAsyncTaskStatusFAILED TransfersAsyncTaskStatus = "FAILED"
TransfersAsyncTaskStatusRUNNING TransfersAsyncTaskStatus = "RUNNING"
TransfersAsyncTaskStatusSUCCEEDED TransfersAsyncTaskStatus = "SUCCEEDED"
Defines values for TransfersAsyncTaskStatus.
Type Translation
type Translation struct {
AminoAcids *string `json:"aminoAcids,omitempty"`
// Color Hex color code used when displaying this feature in the UI.
Color *string `json:"color,omitempty"`
CustomFields *[]SequenceFeatureCustomField `json:"customFields,omitempty"`
End *int `json:"end,omitempty"`
// GeneticCode The genetic code to use when translating the nucleotide sequence into amino acids.
GeneticCode *TranslationGeneticCode `json:"geneticCode,omitempty"`
Name *string `json:"name,omitempty"`
Notes *string `json:"notes,omitempty"`
Regions *[]struct {
End *int `json:"end,omitempty"`
Start *int `json:"start,omitempty"`
} `json:"regions,omitempty"`
Start *int `json:"start,omitempty"`
Strand *int `json:"strand,omitempty"`
}
Translation defines model for Translation.
Type TranslationGeneticCode
type TranslationGeneticCode string
TranslationGeneticCode The genetic code to use when translating the
nucleotide sequence into amino acids.
Constants
ALTERNATIVEFLATWORMMITOCHONDRIAL, ALTERNATIVEYEASTNUCLEAR, ASCIDIANMITOCHONDRIAL, BACTERIALARCHAEALPLANTPLASTID, CANDIDATEDIVISIONSR1GRACILIBACTERIA, CEPHALODISCIDAEMITOCHONDRIALUAATYR, CHLOROPHYCEANMITOCHONDRIAL, CILIATEDASYCLADACEANHEXAMITANUCLEAR, ECHINODERMFLATWORMMITOCHONDRIAL, EUPLOTIDNUCLEAR, INVERTEBRATEMITOCHONDRIAL, MESODINIUMNUCLEAR, MOLDPROTOZOANCOELENTERATEMITOCHONDRIALMYCOPLASMASPIROPLASMA, PACHYSOLENTANNOPHILUSNUCLEAR, PERITRICHNUCLEAR, RHABDOPLEURIDAEMITOCHONDRIAL, SCENEDESMUSOBLIQUUSMITOCHONDRIAL, STANDARD, THRAUSTOCHYTRIUMMITOCHONDRIAL, TREMATODEMITOCHONDRIAL, VERTEBRATEMITOCHONDRIAL, YEASTMITOCHONDRIAL
ALTERNATIVEFLATWORMMITOCHONDRIAL TranslationGeneticCode = "ALTERNATIVE_FLATWORM_MITOCHONDRIAL"
ALTERNATIVEYEASTNUCLEAR TranslationGeneticCode = "ALTERNATIVE_YEAST_NUCLEAR"
ASCIDIANMITOCHONDRIAL TranslationGeneticCode = "ASCIDIAN_MITOCHONDRIAL"
BACTERIALARCHAEALPLANTPLASTID TranslationGeneticCode = "BACTERIAL_ARCHAEAL_PLANT_PLASTID"
CANDIDATEDIVISIONSR1GRACILIBACTERIA TranslationGeneticCode = "CANDIDATE_DIVISION_SR1_GRACILIBACTERIA"
CEPHALODISCIDAEMITOCHONDRIALUAATYR TranslationGeneticCode = "CEPHALODISCIDAE_MITOCHONDRIAL_UAA_TYR"
CHLOROPHYCEANMITOCHONDRIAL TranslationGeneticCode = "CHLOROPHYCEAN_MITOCHONDRIAL"
CILIATEDASYCLADACEANHEXAMITANUCLEAR TranslationGeneticCode = "CILIATE_DASYCLADACEAN_HEXAMITA_NUCLEAR"
ECHINODERMFLATWORMMITOCHONDRIAL TranslationGeneticCode = "ECHINODERM_FLATWORM_MITOCHONDRIAL"
EUPLOTIDNUCLEAR TranslationGeneticCode = "EUPLOTID_NUCLEAR"
INVERTEBRATEMITOCHONDRIAL TranslationGeneticCode = "INVERTEBRATE_MITOCHONDRIAL"
MESODINIUMNUCLEAR TranslationGeneticCode = "MESODINIUM_NUCLEAR"
MOLDPROTOZOANCOELENTERATEMITOCHONDRIALMYCOPLASMASPIROPLASMA TranslationGeneticCode = "MOLD_PROTOZOAN_COELENTERATE_MITOCHONDRIAL_MYCOPLASMA_SPIROPLASMA"
PACHYSOLENTANNOPHILUSNUCLEAR TranslationGeneticCode = "PACHYSOLEN_TANNOPHILUS_NUCLEAR"
PERITRICHNUCLEAR TranslationGeneticCode = "PERITRICH_NUCLEAR"
RHABDOPLEURIDAEMITOCHONDRIAL TranslationGeneticCode = "RHABDOPLEURIDAE_MITOCHONDRIAL"
SCENEDESMUSOBLIQUUSMITOCHONDRIAL TranslationGeneticCode = "SCENEDESMUS_OBLIQUUS_MITOCHONDRIAL"
STANDARD TranslationGeneticCode = "STANDARD"
THRAUSTOCHYTRIUMMITOCHONDRIAL TranslationGeneticCode = "THRAUSTOCHYTRIUM_MITOCHONDRIAL"
TREMATODEMITOCHONDRIAL TranslationGeneticCode = "TREMATODE_MITOCHONDRIAL"
VERTEBRATEMITOCHONDRIAL TranslationGeneticCode = "VERTEBRATE_MITOCHONDRIAL"
YEASTMITOCHONDRIAL TranslationGeneticCode = "YEAST_MITOCHONDRIAL"
Defines values for TranslationGeneticCode.
Type UnarchiveAASequencesJSONRequestBody
type UnarchiveAASequencesJSONRequestBody = AaSequencesUnarchive
UnarchiveAASequencesJSONRequestBody defines body for UnarchiveAASequences
for application/json ContentType.
Type UnarchiveAASequencesResponse
type UnarchiveAASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveAASequencesResponse(rsp *http.Response) (*UnarchiveAASequencesResponse, error)
ParseUnarchiveAASequencesResponse parses an HTTP response from a
UnarchiveAASequencesWithResponse call
Methods
func (r UnarchiveAASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveAASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveAssayResultsJSONRequestBody
type UnarchiveAssayResultsJSONRequestBody = AssayResultIdsRequest
UnarchiveAssayResultsJSONRequestBody defines body for UnarchiveAssayResults
for application/json ContentType.
Type UnarchiveAssayResultsResponse
type UnarchiveAssayResultsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayResultIdsResponse
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveAssayResultsResponse(rsp *http.Response) (*UnarchiveAssayResultsResponse, error)
ParseUnarchiveAssayResultsResponse parses an HTTP response from a
UnarchiveAssayResultsWithResponse call
Methods
func (r UnarchiveAssayResultsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveAssayResultsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveAssayRunsJSONRequestBody
type UnarchiveAssayRunsJSONRequestBody = AssayRunsUnarchive
UnarchiveAssayRunsJSONRequestBody defines body for UnarchiveAssayRuns for
application/json ContentType.
Type UnarchiveAssayRunsResponse
type UnarchiveAssayRunsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRunsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveAssayRunsResponse(rsp *http.Response) (*UnarchiveAssayRunsResponse, error)
ParseUnarchiveAssayRunsResponse parses an HTTP response from a
UnarchiveAssayRunsWithResponse call
Methods
func (r UnarchiveAssayRunsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveAssayRunsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveAutomationOutputProcessorsJSONRequestBody
type UnarchiveAutomationOutputProcessorsJSONRequestBody = AutomationOutputProcessorsUnarchive
UnarchiveAutomationOutputProcessorsJSONRequestBody defines body for
UnarchiveAutomationOutputProcessors for application/json ContentType.
Type UnarchiveAutomationOutputProcessorsResponse
type UnarchiveAutomationOutputProcessorsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationOutputProcessorArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveAutomationOutputProcessorsResponse(rsp *http.Response) (*UnarchiveAutomationOutputProcessorsResponse, error)
ParseUnarchiveAutomationOutputProcessorsResponse parses an HTTP response
from a UnarchiveAutomationOutputProcessorsWithResponse call
Methods
func (r UnarchiveAutomationOutputProcessorsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveAutomationOutputProcessorsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveBatchesJSONRequestBody
type UnarchiveBatchesJSONRequestBody = BatchesUnarchive
UnarchiveBatchesJSONRequestBody defines body for UnarchiveBatches for
application/json ContentType.
Type UnarchiveBatchesResponse
type UnarchiveBatchesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BatchesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveBatchesResponse(rsp *http.Response) (*UnarchiveBatchesResponse, error)
ParseUnarchiveBatchesResponse parses an HTTP response from a
UnarchiveBatchesWithResponse call
Methods
func (r UnarchiveBatchesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveBatchesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveBenchlingAppsJSONRequestBody
type UnarchiveBenchlingAppsJSONRequestBody = BenchlingAppsUnarchive
UnarchiveBenchlingAppsJSONRequestBody defines body for
UnarchiveBenchlingApps for application/json ContentType.
Type UnarchiveBenchlingAppsResponse
type UnarchiveBenchlingAppsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BenchlingAppsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveBenchlingAppsResponse(rsp *http.Response) (*UnarchiveBenchlingAppsResponse, error)
ParseUnarchiveBenchlingAppsResponse parses an HTTP response from a
UnarchiveBenchlingAppsWithResponse call
Methods
func (r UnarchiveBenchlingAppsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveBenchlingAppsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveBoxesJSONRequestBody
type UnarchiveBoxesJSONRequestBody = BoxesUnarchive
UnarchiveBoxesJSONRequestBody defines body for UnarchiveBoxes for
application/json ContentType.
Type UnarchiveBoxesResponse
type UnarchiveBoxesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BoxesArchivalChange
}
Functions
func ParseUnarchiveBoxesResponse(rsp *http.Response) (*UnarchiveBoxesResponse, error)
ParseUnarchiveBoxesResponse parses an HTTP response from a
UnarchiveBoxesWithResponse call
Methods
func (r UnarchiveBoxesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveBoxesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveContainersJSONRequestBody
type UnarchiveContainersJSONRequestBody = ContainersUnarchive
UnarchiveContainersJSONRequestBody defines body for UnarchiveContainers for
application/json ContentType.
Type UnarchiveContainersResponse
type UnarchiveContainersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainersArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveContainersResponse(rsp *http.Response) (*UnarchiveContainersResponse, error)
ParseUnarchiveContainersResponse parses an HTTP response from a
UnarchiveContainersWithResponse call
Methods
func (r UnarchiveContainersResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveContainersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveCustomEntitiesJSONRequestBody
type UnarchiveCustomEntitiesJSONRequestBody = CustomEntitiesUnarchive
UnarchiveCustomEntitiesJSONRequestBody defines body for
UnarchiveCustomEntities for application/json ContentType.
Type UnarchiveCustomEntitiesResponse
type UnarchiveCustomEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntitiesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveCustomEntitiesResponse(rsp *http.Response) (*UnarchiveCustomEntitiesResponse, error)
ParseUnarchiveCustomEntitiesResponse parses an HTTP response from a
UnarchiveCustomEntitiesWithResponse call
Methods
func (r UnarchiveCustomEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveCustomEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveDNAOligosJSONRequestBody
type UnarchiveDNAOligosJSONRequestBody = DnaOligosUnarchive
UnarchiveDNAOligosJSONRequestBody defines body for UnarchiveDNAOligos for
application/json ContentType.
Type UnarchiveDNAOligosResponse
type UnarchiveDNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveDNAOligosResponse(rsp *http.Response) (*UnarchiveDNAOligosResponse, error)
ParseUnarchiveDNAOligosResponse parses an HTTP response from a
UnarchiveDNAOligosWithResponse call
Methods
func (r UnarchiveDNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveDNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveDNASequencesJSONRequestBody
type UnarchiveDNASequencesJSONRequestBody = DnaSequencesUnarchive
UnarchiveDNASequencesJSONRequestBody defines body for UnarchiveDNASequences
for application/json ContentType.
Type UnarchiveDNASequencesResponse
type UnarchiveDNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveDNASequencesResponse(rsp *http.Response) (*UnarchiveDNASequencesResponse, error)
ParseUnarchiveDNASequencesResponse parses an HTTP response from a
UnarchiveDNASequencesWithResponse call
Methods
func (r UnarchiveDNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveDNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveDropdownOptionsJSONRequestBody
type UnarchiveDropdownOptionsJSONRequestBody = DropdownOptionsUnarchive
UnarchiveDropdownOptionsJSONRequestBody defines body for
UnarchiveDropdownOptions for application/json ContentType.
Type UnarchiveDropdownOptionsResponse
type UnarchiveDropdownOptionsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DropdownOptionsArchivalChange
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseUnarchiveDropdownOptionsResponse(rsp *http.Response) (*UnarchiveDropdownOptionsResponse, error)
ParseUnarchiveDropdownOptionsResponse parses an HTTP response from a
UnarchiveDropdownOptionsWithResponse call
Methods
func (r UnarchiveDropdownOptionsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveDropdownOptionsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveEntriesJSONRequestBody
type UnarchiveEntriesJSONRequestBody = EntriesUnarchive
UnarchiveEntriesJSONRequestBody defines body for UnarchiveEntries for
application/json ContentType.
Type UnarchiveEntriesResponse
type UnarchiveEntriesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EntriesArchivalChange
}
Functions
func ParseUnarchiveEntriesResponse(rsp *http.Response) (*UnarchiveEntriesResponse, error)
ParseUnarchiveEntriesResponse parses an HTTP response from a
UnarchiveEntriesWithResponse call
Methods
func (r UnarchiveEntriesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveEntriesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveFoldersJSONRequestBody
type UnarchiveFoldersJSONRequestBody = FoldersUnarchive
UnarchiveFoldersJSONRequestBody defines body for UnarchiveFolders for
application/json ContentType.
Type UnarchiveFoldersResponse
type UnarchiveFoldersResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FoldersArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveFoldersResponse(rsp *http.Response) (*UnarchiveFoldersResponse, error)
ParseUnarchiveFoldersResponse parses an HTTP response from a
UnarchiveFoldersWithResponse call
Methods
func (r UnarchiveFoldersResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveFoldersResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveLocationsJSONRequestBody
type UnarchiveLocationsJSONRequestBody = LocationsUnarchive
UnarchiveLocationsJSONRequestBody defines body for UnarchiveLocations for
application/json ContentType.
Type UnarchiveLocationsResponse
type UnarchiveLocationsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LocationsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveLocationsResponse(rsp *http.Response) (*UnarchiveLocationsResponse, error)
ParseUnarchiveLocationsResponse parses an HTTP response from a
UnarchiveLocationsWithResponse call
Methods
func (r UnarchiveLocationsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveLocationsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveMixturesJSONRequestBody
type UnarchiveMixturesJSONRequestBody = MixturesUnarchive
UnarchiveMixturesJSONRequestBody defines body for UnarchiveMixtures for
application/json ContentType.
Type UnarchiveMixturesResponse
type UnarchiveMixturesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MixturesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveMixturesResponse(rsp *http.Response) (*UnarchiveMixturesResponse, error)
ParseUnarchiveMixturesResponse parses an HTTP response from a
UnarchiveMixturesWithResponse call
Methods
func (r UnarchiveMixturesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveMixturesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveMoleculesJSONRequestBody
type UnarchiveMoleculesJSONRequestBody = MoleculesUnarchive
UnarchiveMoleculesJSONRequestBody defines body for UnarchiveMolecules for
application/json ContentType.
Type UnarchiveMoleculesResponse
type UnarchiveMoleculesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MoleculesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveMoleculesResponse(rsp *http.Response) (*UnarchiveMoleculesResponse, error)
ParseUnarchiveMoleculesResponse parses an HTTP response from a
UnarchiveMoleculesWithResponse call
Methods
func (r UnarchiveMoleculesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveMoleculesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveOligosJSONRequestBody
type UnarchiveOligosJSONRequestBody = OligosUnarchive
UnarchiveOligosJSONRequestBody defines body for UnarchiveOligos for
application/json ContentType.
Type UnarchiveOligosResponse
type UnarchiveOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *OligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveOligosResponse(rsp *http.Response) (*UnarchiveOligosResponse, error)
ParseUnarchiveOligosResponse parses an HTTP response from a
UnarchiveOligosWithResponse call
Methods
func (r UnarchiveOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchivePlatesJSONRequestBody
type UnarchivePlatesJSONRequestBody = PlatesUnarchive
UnarchivePlatesJSONRequestBody defines body for UnarchivePlates for
application/json ContentType.
Type UnarchivePlatesResponse
type UnarchivePlatesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PlatesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchivePlatesResponse(rsp *http.Response) (*UnarchivePlatesResponse, error)
ParseUnarchivePlatesResponse parses an HTTP response from a
UnarchivePlatesWithResponse call
Methods
func (r UnarchivePlatesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchivePlatesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveProjectsJSONRequestBody
type UnarchiveProjectsJSONRequestBody = ProjectsUnarchive
UnarchiveProjectsJSONRequestBody defines body for UnarchiveProjects for
application/json ContentType.
Type UnarchiveProjectsResponse
type UnarchiveProjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProjectsArchivalChange
}
Functions
func ParseUnarchiveProjectsResponse(rsp *http.Response) (*UnarchiveProjectsResponse, error)
ParseUnarchiveProjectsResponse parses an HTTP response from a
UnarchiveProjectsWithResponse call
Methods
func (r UnarchiveProjectsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveProjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveRNAOligosJSONRequestBody
type UnarchiveRNAOligosJSONRequestBody = RnaOligosUnarchive
UnarchiveRNAOligosJSONRequestBody defines body for UnarchiveRNAOligos for
application/json ContentType.
Type UnarchiveRNAOligosResponse
type UnarchiveRNAOligosResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaOligosArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveRNAOligosResponse(rsp *http.Response) (*UnarchiveRNAOligosResponse, error)
ParseUnarchiveRNAOligosResponse parses an HTTP response from a
UnarchiveRNAOligosWithResponse call
Methods
func (r UnarchiveRNAOligosResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveRNAOligosResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveRNASequencesJSONRequestBody
type UnarchiveRNASequencesJSONRequestBody = RnaSequencesUnarchive
UnarchiveRNASequencesJSONRequestBody defines body for UnarchiveRNASequences
for application/json ContentType.
Type UnarchiveRNASequencesResponse
type UnarchiveRNASequencesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequencesArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveRNASequencesResponse(rsp *http.Response) (*UnarchiveRNASequencesResponse, error)
ParseUnarchiveRNASequencesResponse parses an HTTP response from a
UnarchiveRNASequencesWithResponse call
Methods
func (r UnarchiveRNASequencesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveRNASequencesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveWorkflowOutputsJSONRequestBody
type UnarchiveWorkflowOutputsJSONRequestBody = WorkflowOutputsUnarchive
UnarchiveWorkflowOutputsJSONRequestBody defines body for
UnarchiveWorkflowOutputs for application/json ContentType.
Type UnarchiveWorkflowOutputsResponse
type UnarchiveWorkflowOutputsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowOutputsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveWorkflowOutputsResponse(rsp *http.Response) (*UnarchiveWorkflowOutputsResponse, error)
ParseUnarchiveWorkflowOutputsResponse parses an HTTP response from a
UnarchiveWorkflowOutputsWithResponse call
Methods
func (r UnarchiveWorkflowOutputsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveWorkflowOutputsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveWorkflowTaskGroupsJSONRequestBody
type UnarchiveWorkflowTaskGroupsJSONRequestBody = WorkflowTaskGroupsUnarchive
UnarchiveWorkflowTaskGroupsJSONRequestBody defines body for
UnarchiveWorkflowTaskGroups for application/json ContentType.
Type UnarchiveWorkflowTaskGroupsResponse
type UnarchiveWorkflowTaskGroupsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskGroupsArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveWorkflowTaskGroupsResponse(rsp *http.Response) (*UnarchiveWorkflowTaskGroupsResponse, error)
ParseUnarchiveWorkflowTaskGroupsResponse parses an HTTP response from a
UnarchiveWorkflowTaskGroupsWithResponse call
Methods
func (r UnarchiveWorkflowTaskGroupsResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveWorkflowTaskGroupsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnarchiveWorkflowTasksJSONRequestBody
type UnarchiveWorkflowTasksJSONRequestBody = WorkflowTasksUnarchive
UnarchiveWorkflowTasksJSONRequestBody defines body for
UnarchiveWorkflowTasks for application/json ContentType.
Type UnarchiveWorkflowTasksResponse
type UnarchiveWorkflowTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTasksArchivalChange
JSON400 *BadRequestError
}
Functions
func ParseUnarchiveWorkflowTasksResponse(rsp *http.Response) (*UnarchiveWorkflowTasksResponse, error)
ParseUnarchiveWorkflowTasksResponse parses an HTTP response from a
UnarchiveWorkflowTasksWithResponse call
Methods
func (r UnarchiveWorkflowTasksResponse) Status() string
Status returns HTTPResponse.Status
func (r UnarchiveWorkflowTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UnregisterEntities
type UnregisterEntities struct {
// EntityIds Array of entity IDs
EntityIds []string `json:"entityIds"`
// FolderId ID of the folder that the entities should be moved to
FolderId string `json:"folderId"`
}
UnregisterEntities defines model for UnregisterEntities.
Type UnregisterEntitiesJSONRequestBody
type UnregisterEntitiesJSONRequestBody = UnregisterEntities
UnregisterEntitiesJSONRequestBody defines body for UnregisterEntities for
application/json ContentType.
Type UnregisterEntitiesResponse
type UnregisterEntitiesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmptyObject
JSON400 *BadRequestError
}
Functions
func ParseUnregisterEntitiesResponse(rsp *http.Response) (*UnregisterEntitiesResponse, error)
ParseUnregisterEntitiesResponse parses an HTTP response from a
UnregisterEntitiesWithResponse call
Methods
func (r UnregisterEntitiesResponse) Status() string
Status returns HTTPResponse.Status
func (r UnregisterEntitiesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateAASequenceJSONRequestBody
type UpdateAASequenceJSONRequestBody = AaSequenceUpdate
UpdateAASequenceJSONRequestBody defines body for UpdateAASequence for
application/json ContentType.
Type UpdateAASequenceResponse
type UpdateAASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AaSequence
JSON400 *BadRequestError
}
Functions
func ParseUpdateAASequenceResponse(rsp *http.Response) (*UpdateAASequenceResponse, error)
ParseUpdateAASequenceResponse parses an HTTP response from a
UpdateAASequenceWithResponse call
Methods
func (r UpdateAASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateAASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateAppConfigurationItemJSONRequestBody
type UpdateAppConfigurationItemJSONRequestBody = AppConfigItemUpdate
UpdateAppConfigurationItemJSONRequestBody defines body for
UpdateAppConfigurationItem for application/json ContentType.
Type UpdateAppConfigurationItemResponse
type UpdateAppConfigurationItemResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AppConfigItem
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseUpdateAppConfigurationItemResponse(rsp *http.Response) (*UpdateAppConfigurationItemResponse, error)
ParseUpdateAppConfigurationItemResponse parses an HTTP response from a
UpdateAppConfigurationItemWithResponse call
Methods
func (r UpdateAppConfigurationItemResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateAppConfigurationItemResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateAssayRunJSONRequestBody
type UpdateAssayRunJSONRequestBody = AssayRunUpdate
UpdateAssayRunJSONRequestBody defines body for UpdateAssayRun for
application/json ContentType.
Type UpdateAssayRunResponse
type UpdateAssayRunResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AssayRun
JSON400 *BadRequestError
}
Functions
func ParseUpdateAssayRunResponse(rsp *http.Response) (*UpdateAssayRunResponse, error)
ParseUpdateAssayRunResponse parses an HTTP response from a
UpdateAssayRunWithResponse call
Methods
func (r UpdateAssayRunResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateAssayRunResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateAutomationInputGeneratorJSONRequestBody
type UpdateAutomationInputGeneratorJSONRequestBody = AutomationInputGeneratorUpdate
UpdateAutomationInputGeneratorJSONRequestBody defines body for
UpdateAutomationInputGenerator for application/json ContentType.
type UpdateAutomationInputGeneratorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationInputGenerator
JSON400 *BadRequestError
}
Functions
func ParseUpdateAutomationInputGeneratorResponse(rsp *http.Response) (*UpdateAutomationInputGeneratorResponse, error)
ParseUpdateAutomationInputGeneratorResponse parses an HTTP response from a
UpdateAutomationInputGeneratorWithResponse call
Methods
func (r UpdateAutomationInputGeneratorResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateAutomationInputGeneratorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateAutomationOutputProcessorJSONRequestBody
type UpdateAutomationOutputProcessorJSONRequestBody = AutomationOutputProcessorUpdate
UpdateAutomationOutputProcessorJSONRequestBody defines body for
UpdateAutomationOutputProcessor for application/json ContentType.
Type UpdateAutomationOutputProcessorResponse
type UpdateAutomationOutputProcessorResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AutomationOutputProcessor
JSON400 *BadRequestError
}
Functions
func ParseUpdateAutomationOutputProcessorResponse(rsp *http.Response) (*UpdateAutomationOutputProcessorResponse, error)
ParseUpdateAutomationOutputProcessorResponse parses an HTTP response from a
UpdateAutomationOutputProcessorWithResponse call
Methods
func (r UpdateAutomationOutputProcessorResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateAutomationOutputProcessorResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateBatchJSONRequestBody
type UpdateBatchJSONRequestBody = BatchUpdate
UpdateBatchJSONRequestBody defines body for UpdateBatch for application/json
ContentType.
Type UpdateBatchResponse
type UpdateBatchResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Batch
JSON400 *BadRequestError
}
Functions
func ParseUpdateBatchResponse(rsp *http.Response) (*UpdateBatchResponse, error)
ParseUpdateBatchResponse parses an HTTP response from a
UpdateBatchWithResponse call
Methods
func (r UpdateBatchResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateBatchResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateBoxJSONRequestBody
type UpdateBoxJSONRequestBody = BoxUpdate
UpdateBoxJSONRequestBody defines body for UpdateBox for application/json
ContentType.
Type UpdateBoxResponse
type UpdateBoxResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Box
JSON400 *BadRequestError
}
Functions
func ParseUpdateBoxResponse(rsp *http.Response) (*UpdateBoxResponse, error)
ParseUpdateBoxResponse parses an HTTP response from a UpdateBoxWithResponse
call
Methods
func (r UpdateBoxResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateBoxResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateContainerContentJSONRequestBody
type UpdateContainerContentJSONRequestBody = ContainerContentUpdate
UpdateContainerContentJSONRequestBody defines body for
UpdateContainerContent for application/json ContentType.
Type UpdateContainerContentResponse
type UpdateContainerContentResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ContainerContent
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateContainerContentResponse(rsp *http.Response) (*UpdateContainerContentResponse, error)
ParseUpdateContainerContentResponse parses an HTTP response from a
UpdateContainerContentWithResponse call
Methods
func (r UpdateContainerContentResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateContainerContentResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateContainerJSONRequestBody
type UpdateContainerJSONRequestBody = ContainerUpdate
UpdateContainerJSONRequestBody defines body for UpdateContainer for
application/json ContentType.
Type UpdateContainerResponse
type UpdateContainerResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Container
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateContainerResponse(rsp *http.Response) (*UpdateContainerResponse, error)
ParseUpdateContainerResponse parses an HTTP response from a
UpdateContainerWithResponse call
Methods
func (r UpdateContainerResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateContainerResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateCustomEntityJSONRequestBody
type UpdateCustomEntityJSONRequestBody = CustomEntityUpdate
UpdateCustomEntityJSONRequestBody defines body for UpdateCustomEntity for
application/json ContentType.
Type UpdateCustomEntityResponse
type UpdateCustomEntityResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomEntity
JSON400 *BadRequestError
}
Functions
func ParseUpdateCustomEntityResponse(rsp *http.Response) (*UpdateCustomEntityResponse, error)
ParseUpdateCustomEntityResponse parses an HTTP response from a
UpdateCustomEntityWithResponse call
Methods
func (r UpdateCustomEntityResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateCustomEntityResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateDNAOligoJSONRequestBody
type UpdateDNAOligoJSONRequestBody = DnaOligoUpdate
UpdateDNAOligoJSONRequestBody defines body for UpdateDNAOligo for
application/json ContentType.
Type UpdateDNAOligoResponse
type UpdateDNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseUpdateDNAOligoResponse(rsp *http.Response) (*UpdateDNAOligoResponse, error)
ParseUpdateDNAOligoResponse parses an HTTP response from a
UpdateDNAOligoWithResponse call
Methods
func (r UpdateDNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateDNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateDNASequenceJSONRequestBody
type UpdateDNASequenceJSONRequestBody = DnaSequenceUpdate
UpdateDNASequenceJSONRequestBody defines body for UpdateDNASequence for
application/json ContentType.
Type UpdateDNASequenceResponse
type UpdateDNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaSequence
JSON400 *BadRequestError
}
Functions
func ParseUpdateDNASequenceResponse(rsp *http.Response) (*UpdateDNASequenceResponse, error)
ParseUpdateDNASequenceResponse parses an HTTP response from a
UpdateDNASequenceWithResponse call
Methods
func (r UpdateDNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateDNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateDropdownJSONRequestBody
type UpdateDropdownJSONRequestBody = DropdownUpdate
UpdateDropdownJSONRequestBody defines body for UpdateDropdown for
application/json ContentType.
Type UpdateDropdownResponse
type UpdateDropdownResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Dropdown
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseUpdateDropdownResponse(rsp *http.Response) (*UpdateDropdownResponse, error)
ParseUpdateDropdownResponse parses an HTTP response from a
UpdateDropdownWithResponse call
Methods
func (r UpdateDropdownResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateDropdownResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateEntryJSONRequestBody
type UpdateEntryJSONRequestBody = EntryUpdate
UpdateEntryJSONRequestBody defines body for UpdateEntry for application/json
ContentType.
Type UpdateEntryResponse
type UpdateEntryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Entry
}
Functions
func ParseUpdateEntryResponse(rsp *http.Response) (*UpdateEntryResponse, error)
ParseUpdateEntryResponse parses an HTTP response from a
UpdateEntryWithResponse call
Methods
func (r UpdateEntryResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateEntryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateEventMixin
type UpdateEventMixin struct {
// Updates These properties have been updated, causing this message
Updates *[]string `json:"updates,omitempty"`
}
UpdateEventMixin defines model for UpdateEventMixin.
Type UpdateFeatureJSONRequestBody
type UpdateFeatureJSONRequestBody = FeatureUpdate
UpdateFeatureJSONRequestBody defines body for UpdateFeature for
application/json ContentType.
Type UpdateFeatureLibraryJSONRequestBody
type UpdateFeatureLibraryJSONRequestBody = FeatureLibraryUpdate
UpdateFeatureLibraryJSONRequestBody defines body for UpdateFeatureLibrary
for application/json ContentType.
Type UpdateFeatureLibraryResponse
type UpdateFeatureLibraryResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *FeatureLibrary
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateFeatureLibraryResponse(rsp *http.Response) (*UpdateFeatureLibraryResponse, error)
ParseUpdateFeatureLibraryResponse parses an HTTP response from a
UpdateFeatureLibraryWithResponse call
Methods
func (r UpdateFeatureLibraryResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateFeatureLibraryResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateFeatureResponse
type UpdateFeatureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Feature
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateFeatureResponse(rsp *http.Response) (*UpdateFeatureResponse, error)
ParseUpdateFeatureResponse parses an HTTP response from a
UpdateFeatureWithResponse call
Methods
func (r UpdateFeatureResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateFeatureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateLabAutomationTransformJSONRequestBody
type UpdateLabAutomationTransformJSONRequestBody = LabAutomationTransformUpdate
UpdateLabAutomationTransformJSONRequestBody defines body for
UpdateLabAutomationTransform for application/json ContentType.
type UpdateLabAutomationTransformResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LabAutomationTransform
JSON400 *BadRequestError
}
Functions
func ParseUpdateLabAutomationTransformResponse(rsp *http.Response) (*UpdateLabAutomationTransformResponse, error)
ParseUpdateLabAutomationTransformResponse parses an HTTP response from a
UpdateLabAutomationTransformWithResponse call
Methods
func (r UpdateLabAutomationTransformResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateLabAutomationTransformResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateLegacyWorkflowMetadataJSONRequestBody
type UpdateLegacyWorkflowMetadataJSONRequestBody = LegacyWorkflowPatch
UpdateLegacyWorkflowMetadataJSONRequestBody defines body for
UpdateLegacyWorkflowMetadata for application/json ContentType.
type UpdateLegacyWorkflowMetadataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflow
}
Functions
func ParseUpdateLegacyWorkflowMetadataResponse(rsp *http.Response) (*UpdateLegacyWorkflowMetadataResponse, error)
ParseUpdateLegacyWorkflowMetadataResponse parses an HTTP response from a
UpdateLegacyWorkflowMetadataWithResponse call
Methods
func (r UpdateLegacyWorkflowMetadataResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateLegacyWorkflowMetadataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateLocationJSONRequestBody
type UpdateLocationJSONRequestBody = LocationUpdate
UpdateLocationJSONRequestBody defines body for UpdateLocation for
application/json ContentType.
Type UpdateLocationResponse
type UpdateLocationResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Location
JSON400 *BadRequestError
}
Functions
func ParseUpdateLocationResponse(rsp *http.Response) (*UpdateLocationResponse, error)
ParseUpdateLocationResponse parses an HTTP response from a
UpdateLocationWithResponse call
Methods
func (r UpdateLocationResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateLocationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateMixtureJSONRequestBody
type UpdateMixtureJSONRequestBody = MixtureUpdate
UpdateMixtureJSONRequestBody defines body for UpdateMixture for
application/json ContentType.
Type UpdateMixtureResponse
type UpdateMixtureResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Mixture
JSON400 *BadRequestError
}
Functions
func ParseUpdateMixtureResponse(rsp *http.Response) (*UpdateMixtureResponse, error)
ParseUpdateMixtureResponse parses an HTTP response from a
UpdateMixtureWithResponse call
Methods
func (r UpdateMixtureResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateMixtureResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateMoleculeJSONRequestBody
type UpdateMoleculeJSONRequestBody = MoleculeUpdate
UpdateMoleculeJSONRequestBody defines body for UpdateMolecule for
application/json ContentType.
Type UpdateMoleculeResponse
type UpdateMoleculeResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Molecule
JSON400 *BadRequestError
}
Functions
func ParseUpdateMoleculeResponse(rsp *http.Response) (*UpdateMoleculeResponse, error)
ParseUpdateMoleculeResponse parses an HTTP response from a
UpdateMoleculeWithResponse call
Methods
func (r UpdateMoleculeResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateMoleculeResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateOligoJSONRequestBody
type UpdateOligoJSONRequestBody = OligoUpdate
UpdateOligoJSONRequestBody defines body for UpdateOligo for application/json
ContentType.
Type UpdateOligoResponse
type UpdateOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DnaOligo
JSON400 *BadRequestError
}
Functions
func ParseUpdateOligoResponse(rsp *http.Response) (*UpdateOligoResponse, error)
ParseUpdateOligoResponse parses an HTTP response from a
UpdateOligoWithResponse call
Methods
func (r UpdateOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdatePlateJSONRequestBody
type UpdatePlateJSONRequestBody = PlateUpdate
UpdatePlateJSONRequestBody defines body for UpdatePlate for application/json
ContentType.
Type UpdatePlateParams
type UpdatePlateParams struct {
// Returning Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter).
Returning *string `form:"returning,omitempty" json:"returning,omitempty"`
}
UpdatePlateParams defines parameters for UpdatePlate.
Type UpdatePlateResponse
type UpdatePlateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Plate
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdatePlateResponse(rsp *http.Response) (*UpdatePlateResponse, error)
ParseUpdatePlateResponse parses an HTTP response from a
UpdatePlateWithResponse call
Methods
func (r UpdatePlateResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdatePlateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateRNAOligoJSONRequestBody
type UpdateRNAOligoJSONRequestBody = RnaOligoUpdate
UpdateRNAOligoJSONRequestBody defines body for UpdateRNAOligo for
application/json ContentType.
Type UpdateRNAOligoResponse
type UpdateRNAOligoResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaOligo
JSON400 *BadRequestError
}
Functions
func ParseUpdateRNAOligoResponse(rsp *http.Response) (*UpdateRNAOligoResponse, error)
ParseUpdateRNAOligoResponse parses an HTTP response from a
UpdateRNAOligoWithResponse call
Methods
func (r UpdateRNAOligoResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateRNAOligoResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateRNASequenceJSONRequestBody
type UpdateRNASequenceJSONRequestBody = RnaSequenceUpdate
UpdateRNASequenceJSONRequestBody defines body for UpdateRNASequence for
application/json ContentType.
Type UpdateRNASequenceResponse
type UpdateRNASequenceResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *RnaSequence
JSON400 *BadRequestError
}
Functions
func ParseUpdateRNASequenceResponse(rsp *http.Response) (*UpdateRNASequenceResponse, error)
ParseUpdateRNASequenceResponse parses an HTTP response from a
UpdateRNASequenceWithResponse call
Methods
func (r UpdateRNASequenceResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateRNASequenceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateUserJSONRequestBody
type UpdateUserJSONRequestBody = UserUpdate
UpdateUserJSONRequestBody defines body for UpdateUser for application/json
ContentType.
Type UpdateUserResponse
type UpdateUserResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *User
JSON400 *BadRequestError
JSON403 *ForbiddenError
JSON404 *NotFoundError
}
Functions
func ParseUpdateUserResponse(rsp *http.Response) (*UpdateUserResponse, error)
ParseUpdateUserResponse parses an HTTP response from a
UpdateUserWithResponse call
Methods
func (r UpdateUserResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateUserResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateWorkflowMetadataJSONRequestBody
type UpdateWorkflowMetadataJSONRequestBody = WorkflowPatch
UpdateWorkflowMetadataJSONRequestBody defines body for
UpdateWorkflowMetadata for application/json ContentType.
type UpdateWorkflowMetadataResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *LegacyWorkflow
}
Functions
func ParseUpdateWorkflowMetadataResponse(rsp *http.Response) (*UpdateWorkflowMetadataResponse, error)
ParseUpdateWorkflowMetadataResponse parses an HTTP response from a
UpdateWorkflowMetadataWithResponse call
Methods
func (r UpdateWorkflowMetadataResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateWorkflowMetadataResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateWorkflowOutputJSONRequestBody
type UpdateWorkflowOutputJSONRequestBody = WorkflowOutputUpdate
UpdateWorkflowOutputJSONRequestBody defines body for UpdateWorkflowOutput
for application/json ContentType.
Type UpdateWorkflowOutputResponse
type UpdateWorkflowOutputResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowOutput
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateWorkflowOutputResponse(rsp *http.Response) (*UpdateWorkflowOutputResponse, error)
ParseUpdateWorkflowOutputResponse parses an HTTP response from a
UpdateWorkflowOutputWithResponse call
Methods
func (r UpdateWorkflowOutputResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateWorkflowOutputResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateWorkflowTaskGroupJSONRequestBody
type UpdateWorkflowTaskGroupJSONRequestBody = WorkflowTaskGroupUpdate
UpdateWorkflowTaskGroupJSONRequestBody defines body for
UpdateWorkflowTaskGroup for application/json ContentType.
Type UpdateWorkflowTaskGroupResponse
type UpdateWorkflowTaskGroupResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTaskGroup
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateWorkflowTaskGroupResponse(rsp *http.Response) (*UpdateWorkflowTaskGroupResponse, error)
ParseUpdateWorkflowTaskGroupResponse parses an HTTP response from a
UpdateWorkflowTaskGroupWithResponse call
Methods
func (r UpdateWorkflowTaskGroupResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateWorkflowTaskGroupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type UpdateWorkflowTaskJSONRequestBody
type UpdateWorkflowTaskJSONRequestBody = WorkflowTaskUpdate
UpdateWorkflowTaskJSONRequestBody defines body for UpdateWorkflowTask for
application/json ContentType.
Type UpdateWorkflowTaskResponse
type UpdateWorkflowTaskResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTask
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseUpdateWorkflowTaskResponse(rsp *http.Response) (*UpdateWorkflowTaskResponse, error)
ParseUpdateWorkflowTaskResponse parses an HTTP response from a
UpdateWorkflowTaskWithResponse call
Methods
func (r UpdateWorkflowTaskResponse) Status() string
Status returns HTTPResponse.Status
func (r UpdateWorkflowTaskResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type User
type User struct {
Email *string `json:"email,omitempty"`
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
IsSuspended *bool `json:"isSuspended,omitempty"`
Name *string `json:"name,omitempty"`
PasswordLastChangedAt *string `json:"passwordLastChangedAt"`
}
User defines model for User.
Type UserActivity
type UserActivity struct {
LastSeen *time.Time `json:"lastSeen"`
UserId *string `json:"userId,omitempty"`
}
UserActivity defines model for UserActivity.
Type UserBulkCreateRequest
type UserBulkCreateRequest struct {
Users *[]UserCreate `json:"users,omitempty"`
}
UserBulkCreateRequest defines model for UserBulkCreateRequest.
Type UserBulkUpdate
type UserBulkUpdate struct {
// Email Email of the User
Email *string `json:"email,omitempty"`
// Handle Handle of the User
Handle *string `json:"handle,omitempty"`
Id string `json:"id"`
// IsSuspended Suspended status of the User
IsSuspended *bool `json:"isSuspended,omitempty"`
// Name Name of the User
Name *string `json:"name,omitempty"`
}
UserBulkUpdate defines model for UserBulkUpdate.
Type UserBulkUpdateRequest
type UserBulkUpdateRequest struct {
Users *[]UserBulkUpdate `json:"users,omitempty"`
}
UserBulkUpdateRequest defines model for UserBulkUpdateRequest.
Type UserCreate
type UserCreate struct {
// Email Email of the User
Email string `json:"email"`
// Handle Handle of the User
Handle string `json:"handle"`
// Name Name of the User
Name string `json:"name"`
}
UserCreate defines model for UserCreate.
Type UserSummary
type UserSummary struct {
Handle *string `json:"handle,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
}
UserSummary defines model for UserSummary.
Type UserUpdate
type UserUpdate struct {
// Email Email of the User
Email *string `json:"email,omitempty"`
// Handle Handle of the User
Handle *string `json:"handle,omitempty"`
// IsSuspended Suspended status of the User
IsSuspended *bool `json:"isSuspended,omitempty"`
// Name Name of the User
Name *string `json:"name,omitempty"`
}
UserUpdate defines model for UserUpdate.
Type UserValidation
type UserValidation struct {
// ValidationComment A string explaining the reason for the provided validation status.
ValidationComment *string `json:"validationComment,omitempty"`
// ValidationStatus Valid values for this enum depend on whether it is used to set a value (e.g., in a POST request), or is a return value for an existing result.
// Acceptable values for setting a status are 'VALID' or 'INVALID'. Possible return values are 'VALID', 'INVALID', or 'PARTIALLY_VALID' (a result will be partially valid if it has some valid fields and some invalid fields).
ValidationStatus *UserValidationValidationStatus `json:"validationStatus,omitempty"`
}
UserValidation defines model for UserValidation.
Type UserValidationValidationStatus
type UserValidationValidationStatus string
UserValidationValidationStatus Valid values for this enum depend on whether
it is used to set a value (e.g., in a POST request), or is a return
value for an existing result. Acceptable values for setting a status are
'VALID' or 'INVALID'. Possible return values are 'VALID', 'INVALID',
or 'PARTIALLY_VALID' (a result will be partially valid if it has some valid
fields and some invalid fields).
Constants
UserValidationValidationStatusINVALID, UserValidationValidationStatusPARTIALLYVALID, UserValidationValidationStatusVALID
UserValidationValidationStatusINVALID UserValidationValidationStatus = "INVALID"
UserValidationValidationStatusPARTIALLYVALID UserValidationValidationStatus = "PARTIALLY_VALID"
UserValidationValidationStatusVALID UserValidationValidationStatus = "VALID"
Defines values for UserValidationValidationStatus.
Type UsersPaginatedList
type UsersPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
Users *[]User `json:"users,omitempty"`
}
UsersPaginatedList defines model for UsersPaginatedList.
Type ValidateBarcodesJSONRequestBody
type ValidateBarcodesJSONRequestBody = BarcodesList
ValidateBarcodesJSONRequestBody defines body for ValidateBarcodes for
application/json ContentType.
Type ValidateBarcodesResponse
type ValidateBarcodesResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BarcodeValidationResults
JSON400 *BadRequestError
JSON404 *NotFoundError
}
Functions
func ParseValidateBarcodesResponse(rsp *http.Response) (*ValidateBarcodesResponse, error)
ParseValidateBarcodesResponse parses an HTTP response from a
ValidateBarcodesWithResponse call
Methods
func (r ValidateBarcodesResponse) Status() string
Status returns HTTPResponse.Status
func (r ValidateBarcodesResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
Type WarehouseCredentials
type WarehouseCredentials struct {
// ExpiresAt The time after which new connections using the username/password will not be permitted. Upon expiration, currently open connections are not terminated.
ExpiresAt *time.Time `json:"expiresAt,omitempty"`
// Password The password to connect to the warehouse.
Password *string `json:"password,omitempty"`
// Username The username to connect to the warehouse.
Username *string `json:"username,omitempty"`
}
WarehouseCredentials defines model for WarehouseCredentials.
Type WarehouseCredentialsCreate
type WarehouseCredentialsCreate struct {
// ExpiresIn Duration, in seconds, that credentials should be active for. Must be greater than 0 and less than 3600.
ExpiresIn int `json:"expiresIn"`
}
WarehouseCredentialsCreate defines model for WarehouseCredentialsCreate.
Type Well
type Well struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// Barcode Barcode of the well
Barcode *string `json:"barcode,omitempty"`
CheckoutRecord *CheckoutRecord `json:"checkoutRecord,omitempty"`
// Contents Array of well contents, each with a batch and concentration
Contents *[]ContainerContent `json:"contents,omitempty"`
// CreatedAt DateTime the well was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id ID of the well
Id *string `json:"id,omitempty"`
// ModifiedAt DateTime the well was last modified
ModifiedAt *time.Time `json:"modifiedAt,omitempty"`
// Name Name of the well, defaults to barcode if name is not provided.
Name *string `json:"name,omitempty"`
// ParentStorageId ID of containing parent inventory, a plate well with a coordinate (e.g. plt_2bAks9dx:a2).
ParentStorageId *string `json:"parentStorageId"`
ParentStorageSchema *SchemaSummary `json:"parentStorageSchema,omitempty"`
// ProjectId ID of the project if set
ProjectId *string `json:"projectId"`
// Quantity Quantity of a container, well, or transfer. Supports mass, volume, and other quantities.
Quantity *ContainerQuantity `json:"quantity,omitempty"`
Schema *SchemaSummary `json:"schema"`
Volume *DeprecatedContainerVolumeForResponse `json:"volume,omitempty"`
WebURL *string `json:"webURL,omitempty"`
}
Well defines model for Well.
Type WorkflowList
type WorkflowList struct {
Workflows *[]LegacyWorkflow `json:"workflows,omitempty"`
}
WorkflowList defines model for WorkflowList.
Type WorkflowOutput
type WorkflowOutput struct {
CreationOrigin *CreationOrigin `json:"creationOrigin,omitempty"`
// DisplayId User-friendly ID of the workflow task group
DisplayId *string `json:"displayId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id The ID of the workflow output
Id *string `json:"id,omitempty"`
Task *WorkflowTaskSummary `json:"task,omitempty"`
// WebURL URL of the workflow output
WebURL *string `json:"webURL,omitempty"`
WorkflowTaskGroup *WorkflowTaskGroupSummary `json:"workflowTaskGroup,omitempty"`
}
WorkflowOutput defines model for WorkflowOutput.
Type WorkflowOutputArchiveReason
type WorkflowOutputArchiveReason string
WorkflowOutputArchiveReason The reason for archiving the provided workflow
outputs. Accepted reasons may differ based on tenant configuration.
Constants
WorkflowOutputArchiveReasonMadeInError, WorkflowOutputArchiveReasonOther, WorkflowOutputArchiveReasonRetired
WorkflowOutputArchiveReasonMadeInError WorkflowOutputArchiveReason = "Made in error"
WorkflowOutputArchiveReasonOther WorkflowOutputArchiveReason = "Other"
WorkflowOutputArchiveReasonRetired WorkflowOutputArchiveReason = "Retired"
Defines values for WorkflowOutputArchiveReason.
Type WorkflowOutputBulkCreate
type WorkflowOutputBulkCreate = WorkflowOutputCreate
WorkflowOutputBulkCreate defines model for WorkflowOutputBulkCreate.
Type WorkflowOutputBulkUpdate
type WorkflowOutputBulkUpdate struct {
Fields *Fields `json:"fields,omitempty"`
// WorkflowOutputId The ID of the workflow output
WorkflowOutputId *string `json:"workflowOutputId,omitempty"`
}
WorkflowOutputBulkUpdate defines model for WorkflowOutputBulkUpdate.
Type WorkflowOutputCreate
type WorkflowOutputCreate struct {
Fields *Fields `json:"fields,omitempty"`
// WorkflowTaskId The ID of the workflow task this output belogns to
WorkflowTaskId string `json:"workflowTaskId"`
}
WorkflowOutputCreate defines model for WorkflowOutputCreate.
Type WorkflowOutputCreatedEvent
type WorkflowOutputCreatedEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowOutputCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowOutput *WorkflowOutput `json:"workflowOutput,omitempty"`
}
WorkflowOutputCreatedEvent defines model for WorkflowOutputCreatedEvent.
Type WorkflowOutputCreatedEventEventType
type WorkflowOutputCreatedEventEventType string
WorkflowOutputCreatedEventEventType defines model for
WorkflowOutputCreatedEvent.EventType.
Constants
V2WorkflowOutputCreated
V2WorkflowOutputCreated WorkflowOutputCreatedEventEventType = "v2.workflowOutput.created"
Defines values for WorkflowOutputCreatedEventEventType.
Type WorkflowOutputSchema
type WorkflowOutputSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
FieldDefinitions *[]WorkflowOutputSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Name *string `json:"name,omitempty"`
Prefix *string `json:"prefix,omitempty"`
Type *string `json:"type,omitempty"`
}
WorkflowOutputSchema defines model for WorkflowOutputSchema.
Type WorkflowOutputSchema_FieldDefinitions_Item
type WorkflowOutputSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
WorkflowOutputSchema_FieldDefinitions_Item defines model for
WorkflowOutputSchema.fieldDefinitions.Item.
Methods
func (t WorkflowOutputSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t WorkflowOutputSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t WorkflowOutputSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t WorkflowOutputSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t WorkflowOutputSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
WorkflowOutputSchema_FieldDefinitions_Item as the provided
FloatFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t WorkflowOutputSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *WorkflowOutputSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the WorkflowOutputSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside
the WorkflowOutputSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *WorkflowOutputSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type WorkflowOutputSummary
type WorkflowOutputSummary struct {
// DisplayId User-friendly ID of the workflow task group
DisplayId *string `json:"displayId,omitempty"`
// Id The ID of the workflow output
Id *string `json:"id,omitempty"`
}
WorkflowOutputSummary defines model for WorkflowOutputSummary.
Type WorkflowOutputUpdate
type WorkflowOutputUpdate = WorkflowOutputWriteBase
WorkflowOutputUpdate defines model for WorkflowOutputUpdate.
Type WorkflowOutputUpdatedFieldsEvent
type WorkflowOutputUpdatedFieldsEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowOutputUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowOutput *WorkflowOutput `json:"workflowOutput,omitempty"`
}
WorkflowOutputUpdatedFieldsEvent defines model for
WorkflowOutputUpdatedFieldsEvent.
Type WorkflowOutputUpdatedFieldsEventEventType
type WorkflowOutputUpdatedFieldsEventEventType string
WorkflowOutputUpdatedFieldsEventEventType defines model for
WorkflowOutputUpdatedFieldsEvent.EventType.
Constants
V2WorkflowOutputUpdatedFields
V2WorkflowOutputUpdatedFields WorkflowOutputUpdatedFieldsEventEventType = "v2.workflowOutput.updated.fields"
Defines values for WorkflowOutputUpdatedFieldsEventEventType.
Type WorkflowOutputWriteBase
type WorkflowOutputWriteBase struct {
Fields *Fields `json:"fields,omitempty"`
}
WorkflowOutputWriteBase defines model for WorkflowOutputWriteBase.
Type WorkflowOutputsArchivalChange
type WorkflowOutputsArchivalChange struct {
WorkflowOutputIds *[]string `json:"workflowOutputIds,omitempty"`
}
WorkflowOutputsArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type
Type WorkflowOutputsArchive
type WorkflowOutputsArchive struct {
// Reason The reason for archiving the provided workflow outputs. Accepted reasons may differ based on tenant configuration.
Reason WorkflowOutputArchiveReason `json:"reason"`
WorkflowOutputIds []string `json:"workflowOutputIds"`
}
WorkflowOutputsArchive defines model for WorkflowOutputsArchive.
Type WorkflowOutputsBulkCreateRequest
type WorkflowOutputsBulkCreateRequest struct {
WorkflowOutputs *[]WorkflowOutputBulkCreate `json:"workflowOutputs,omitempty"`
}
WorkflowOutputsBulkCreateRequest defines model for
WorkflowOutputsBulkCreateRequest.
Type WorkflowOutputsBulkUpdateRequest
type WorkflowOutputsBulkUpdateRequest struct {
WorkflowOutputs *[]WorkflowOutputBulkUpdate `json:"workflowOutputs,omitempty"`
}
WorkflowOutputsBulkUpdateRequest defines model for
WorkflowOutputsBulkUpdateRequest.
Type WorkflowOutputsPaginatedList
type WorkflowOutputsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
WorkflowOutputs *[]WorkflowOutput `json:"workflowOutputs,omitempty"`
}
WorkflowOutputsPaginatedList defines model for WorkflowOutputsPaginatedList.
Type WorkflowOutputsUnarchive
type WorkflowOutputsUnarchive struct {
WorkflowOutputIds []string `json:"workflowOutputIds"`
}
WorkflowOutputsUnarchive defines model for WorkflowOutputsUnarchive.
Type WorkflowPatch
type WorkflowPatch struct {
// Description Description of the workflow
Description *string `json:"description,omitempty"`
// Name Name of the workflow
Name *string `json:"name,omitempty"`
// ProjectId ID of the project that contains the workflow
ProjectId *string `json:"projectId,omitempty"`
}
WorkflowPatch defines model for WorkflowPatch.
Type WorkflowSample
type WorkflowSample struct {
// BatchId ID of the batch
BatchId *string `json:"batchId,omitempty"`
// ContainerIds Array of IDs of containers
ContainerIds *[]string `json:"containerIds,omitempty"`
// CreatedAt DateTime at which the the sample was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the sample
Id *string `json:"id,omitempty"`
// Name Name of the sample
Name *string `json:"name,omitempty"`
}
WorkflowSample defines model for WorkflowSample.
Type WorkflowSampleList
type WorkflowSampleList struct {
Samples *[]WorkflowSample `json:"samples,omitempty"`
}
WorkflowSampleList defines model for WorkflowSampleList.
Type WorkflowStage
type WorkflowStage struct {
// CreatedAt DateTime at which the the workflow stage was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the workflow stage
Id *string `json:"id,omitempty"`
// Name Name of the workflow stage
Name *string `json:"name,omitempty"`
}
WorkflowStage defines model for WorkflowStage.
Type WorkflowStageList
type WorkflowStageList struct {
WorkflowStages *[]WorkflowStage `json:"workflowStages,omitempty"`
}
WorkflowStageList defines model for WorkflowStageList.
Type WorkflowStageRun
type WorkflowStageRun struct {
// CreatedAt DateTime at which the the stage run was created
CreatedAt *time.Time `json:"createdAt,omitempty"`
// Id ID of the stage run
Id *string `json:"id,omitempty"`
// Name Name of the stage run
Name *string `json:"name,omitempty"`
// Status Status of the stage run
Status *WorkflowStageRunStatus `json:"status,omitempty"`
}
WorkflowStageRun defines model for WorkflowStageRun.
Type WorkflowStageRunList
type WorkflowStageRunList struct {
WorkflowStageRuns *[]WorkflowStageRun `json:"workflowStageRuns,omitempty"`
}
WorkflowStageRunList defines model for WorkflowStageRunList.
Type WorkflowStageRunStatus
type WorkflowStageRunStatus string
WorkflowStageRunStatus Status of the stage run
Constants
WorkflowStageRunStatusCOMPLETED, WorkflowStageRunStatusDISCARDED, WorkflowStageRunStatusINITIALIZED
WorkflowStageRunStatusCOMPLETED WorkflowStageRunStatus = "COMPLETED"
WorkflowStageRunStatusDISCARDED WorkflowStageRunStatus = "DISCARDED"
WorkflowStageRunStatusINITIALIZED WorkflowStageRunStatus = "INITIALIZED"
Defines values for WorkflowStageRunStatus.
Type WorkflowTask
type WorkflowTask struct {
Assignee *UserSummary `json:"assignee"`
ClonedFrom *WorkflowTaskSummary `json:"clonedFrom"`
CreationOrigin *CreationOrigin `json:"creationOrigin,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// DisplayId User-friendly ID of the workflow task
DisplayId *string `json:"displayId,omitempty"`
ExecutionOrigin *WorkflowTaskExecutionOrigin `json:"executionOrigin"`
// ExecutionType The method by which the task of the workflow is executed
ExecutionType *WorkflowTaskExecutionType `json:"executionType,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// Id The ID of the workflow task
Id *string `json:"id,omitempty"`
Outputs *[]WorkflowOutputSummary `json:"outputs,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn"`
Status *WorkflowTaskStatus `json:"status,omitempty"`
// WebURL URL of the workflow task
WebURL *string `json:"webURL,omitempty"`
WorkflowTaskGroup *WorkflowTaskGroupSummary `json:"workflowTaskGroup,omitempty"`
}
WorkflowTask defines model for WorkflowTask.
Type WorkflowTaskArchiveReason
type WorkflowTaskArchiveReason string
WorkflowTaskArchiveReason The reason for archiving the provided workflow
tasks. Accepted reasons may differ based on tenant configuration.
Constants
WorkflowTaskArchiveReasonMadeInError, WorkflowTaskArchiveReasonOther, WorkflowTaskArchiveReasonRetired
WorkflowTaskArchiveReasonMadeInError WorkflowTaskArchiveReason = "Made in error"
WorkflowTaskArchiveReasonOther WorkflowTaskArchiveReason = "Other"
WorkflowTaskArchiveReasonRetired WorkflowTaskArchiveReason = "Retired"
Defines values for WorkflowTaskArchiveReason.
Type WorkflowTaskBase
type WorkflowTaskBase struct {
Assignee *UserSummary `json:"assignee"`
ClonedFrom *WorkflowTaskSummary `json:"clonedFrom"`
CreationOrigin *CreationOrigin `json:"creationOrigin,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// DisplayId User-friendly ID of the workflow task
DisplayId *string `json:"displayId,omitempty"`
ExecutionOrigin *WorkflowTaskExecutionOrigin `json:"executionOrigin"`
Fields *Fields `json:"fields,omitempty"`
// Id The ID of the workflow task
Id *string `json:"id,omitempty"`
Outputs *[]WorkflowOutputSummary `json:"outputs,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn"`
Status *WorkflowTaskStatus `json:"status,omitempty"`
// WebURL URL of the workflow task
WebURL *string `json:"webURL,omitempty"`
WorkflowTaskGroup *WorkflowTaskGroupSummary `json:"workflowTaskGroup,omitempty"`
}
WorkflowTaskBase defines model for WorkflowTaskBase.
Type WorkflowTaskBulkCreate
type WorkflowTaskBulkCreate = WorkflowTaskCreate
WorkflowTaskBulkCreate defines model for WorkflowTaskBulkCreate.
Type WorkflowTaskBulkUpdate
type WorkflowTaskBulkUpdate struct {
// AssigneeId The id of the user assigned to the task
AssigneeId *string `json:"assigneeId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
StatusId *string `json:"statusId,omitempty"`
// WorkflowTaskId The workflow task ID
WorkflowTaskId *string `json:"workflowTaskId,omitempty"`
}
WorkflowTaskBulkUpdate defines model for WorkflowTaskBulkUpdate.
Type WorkflowTaskCreate
type WorkflowTaskCreate struct {
// AssigneeId The id of the user assigned to the task
AssigneeId *string `json:"assigneeId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
// WorkflowTaskGroupId The workflow ID
WorkflowTaskGroupId string `json:"workflowTaskGroupId"`
}
WorkflowTaskCreate defines model for WorkflowTaskCreate.
Type WorkflowTaskCreatedEvent
type WorkflowTaskCreatedEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTask *WorkflowTask `json:"workflowTask,omitempty"`
}
WorkflowTaskCreatedEvent defines model for WorkflowTaskCreatedEvent.
Type WorkflowTaskCreatedEventEventType
type WorkflowTaskCreatedEventEventType string
WorkflowTaskCreatedEventEventType defines model for
WorkflowTaskCreatedEvent.EventType.
Constants
V2WorkflowTaskCreated
V2WorkflowTaskCreated WorkflowTaskCreatedEventEventType = "v2.workflowTask.created"
Defines values for WorkflowTaskCreatedEventEventType.
Type WorkflowTaskExecutionOrigin
type WorkflowTaskExecutionOrigin struct {
EntryId *string `json:"entryId"`
OriginModalUuid *openapi_types.UUID `json:"originModalUuid"`
Type *WorkflowTaskExecutionOriginType `json:"type,omitempty"`
}
WorkflowTaskExecutionOrigin The context into which a task was executed
Type WorkflowTaskExecutionOriginType
type WorkflowTaskExecutionOriginType string
WorkflowTaskExecutionOriginType defines model for
WorkflowTaskExecutionOrigin.Type.
Constants
WorkflowTaskExecutionOriginTypeAPI, WorkflowTaskExecutionOriginTypeENTRY, WorkflowTaskExecutionOriginTypeMODAL
WorkflowTaskExecutionOriginTypeAPI WorkflowTaskExecutionOriginType = "API"
WorkflowTaskExecutionOriginTypeENTRY WorkflowTaskExecutionOriginType = "ENTRY"
WorkflowTaskExecutionOriginTypeMODAL WorkflowTaskExecutionOriginType = "MODAL"
Defines values for WorkflowTaskExecutionOriginType.
Type WorkflowTaskExecutionType
type WorkflowTaskExecutionType string
WorkflowTaskExecutionType The method by which the task of the workflow is
executed
Constants
WorkflowTaskExecutionTypeDIRECT, WorkflowTaskExecutionTypeENTRY
WorkflowTaskExecutionTypeDIRECT WorkflowTaskExecutionType = "DIRECT"
WorkflowTaskExecutionTypeENTRY WorkflowTaskExecutionType = "ENTRY"
Defines values for WorkflowTaskExecutionType.
Type WorkflowTaskGroup
type WorkflowTaskGroup struct {
CreationOrigin *CreationOrigin `json:"creationOrigin,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// DisplayId User-friendly ID of the workflow task group
DisplayId *string `json:"displayId,omitempty"`
// ExecutionType The method by which the workflow is executed
ExecutionType *WorkflowTaskGroupExecutionType `json:"executionType,omitempty"`
Folder *Folder `json:"folder,omitempty"`
// Id The ID of the workflow task group
Id *string `json:"id,omitempty"`
// Name The name of the workflow task group
Name *string `json:"name,omitempty"`
// Outputs The outputs of the workflow task group
Outputs *[]WorkflowOutputSummary `json:"outputs,omitempty"`
ResponsibleTeam *TeamSummary `json:"responsibleTeam"`
// Watchers The users watching the workflow task group
Watchers *[]UserSummary `json:"watchers,omitempty"`
// WebURL URL of the workflow task group
WebURL *string `json:"webURL,omitempty"`
WorkflowTaskSchema *WorkflowTaskSchemaSummary `json:"workflowTaskSchema,omitempty"`
// WorkflowTasks The input tasks to the workflow task group
WorkflowTasks *[]WorkflowTaskSummary `json:"workflowTasks,omitempty"`
}
WorkflowTaskGroup defines model for WorkflowTaskGroup.
Type WorkflowTaskGroupArchiveReason
type WorkflowTaskGroupArchiveReason string
WorkflowTaskGroupArchiveReason The reason for archiving the provided
workflow task groups. Accepted reasons may differ based on tenant
configuration.
Constants
WorkflowTaskGroupArchiveReasonMadeInError, WorkflowTaskGroupArchiveReasonOther, WorkflowTaskGroupArchiveReasonRetired
WorkflowTaskGroupArchiveReasonMadeInError WorkflowTaskGroupArchiveReason = "Made in error"
WorkflowTaskGroupArchiveReasonOther WorkflowTaskGroupArchiveReason = "Other"
WorkflowTaskGroupArchiveReasonRetired WorkflowTaskGroupArchiveReason = "Retired"
Defines values for WorkflowTaskGroupArchiveReason.
Type WorkflowTaskGroupBase
type WorkflowTaskGroupBase struct {
CreationOrigin *CreationOrigin `json:"creationOrigin,omitempty"`
Creator *UserSummary `json:"creator,omitempty"`
// DisplayId User-friendly ID of the workflow task group
DisplayId *string `json:"displayId,omitempty"`
Folder *Folder `json:"folder,omitempty"`
// Id The ID of the workflow task group
Id *string `json:"id,omitempty"`
// Name The name of the workflow task group
Name *string `json:"name,omitempty"`
// Outputs The outputs of the workflow task group
Outputs *[]WorkflowOutputSummary `json:"outputs,omitempty"`
ResponsibleTeam *TeamSummary `json:"responsibleTeam"`
// Watchers The users watching the workflow task group
Watchers *[]UserSummary `json:"watchers,omitempty"`
// WebURL URL of the workflow task group
WebURL *string `json:"webURL,omitempty"`
WorkflowTaskSchema *WorkflowTaskSchemaSummary `json:"workflowTaskSchema,omitempty"`
// WorkflowTasks The input tasks to the workflow task group
WorkflowTasks *[]WorkflowTaskSummary `json:"workflowTasks,omitempty"`
}
WorkflowTaskGroupBase defines model for WorkflowTaskGroupBase.
Type WorkflowTaskGroupCreate
type WorkflowTaskGroupCreate struct {
// FolderId ID of the folder that contains the workflow task group
FolderId string `json:"folderId"`
// Name The name of the workflow task group
Name *string `json:"name,omitempty"`
// SchemaId The workflow task schema of tasks in this task group
SchemaId string `json:"schemaId"`
// WatcherIds IDs of the users watching the workflow task group
WatcherIds *[]string `json:"watcherIds,omitempty"`
}
WorkflowTaskGroupCreate defines model for WorkflowTaskGroupCreate.
Type WorkflowTaskGroupCreatedEvent
type WorkflowTaskGroupCreatedEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskGroupCreatedEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTaskGroup *WorkflowTaskGroup `json:"workflowTaskGroup,omitempty"`
}
WorkflowTaskGroupCreatedEvent defines model for
WorkflowTaskGroupCreatedEvent.
Type WorkflowTaskGroupCreatedEventEventType
type WorkflowTaskGroupCreatedEventEventType string
WorkflowTaskGroupCreatedEventEventType defines model for
WorkflowTaskGroupCreatedEvent.EventType.
Constants
V2WorkflowTaskGroupCreated
V2WorkflowTaskGroupCreated WorkflowTaskGroupCreatedEventEventType = "v2.workflowTaskGroup.created"
Defines values for WorkflowTaskGroupCreatedEventEventType.
Type WorkflowTaskGroupExecutionType
type WorkflowTaskGroupExecutionType string
WorkflowTaskGroupExecutionType The method by which the workflow is executed
Constants
WorkflowTaskGroupExecutionTypeDIRECT, WorkflowTaskGroupExecutionTypeENTRY
WorkflowTaskGroupExecutionTypeDIRECT WorkflowTaskGroupExecutionType = "DIRECT"
WorkflowTaskGroupExecutionTypeENTRY WorkflowTaskGroupExecutionType = "ENTRY"
Defines values for WorkflowTaskGroupExecutionType.
Type WorkflowTaskGroupSummary
type WorkflowTaskGroupSummary struct {
// DisplayId User-friendly ID of the workflow task group
DisplayId *string `json:"displayId,omitempty"`
// Id The ID of the workflow task group
Id *string `json:"id,omitempty"`
// Name The name of the workflow task group
Name *string `json:"name,omitempty"`
}
WorkflowTaskGroupSummary defines model for WorkflowTaskGroupSummary.
Type WorkflowTaskGroupUpdate
type WorkflowTaskGroupUpdate = WorkflowTaskGroupWriteBase
WorkflowTaskGroupUpdate defines model for WorkflowTaskGroupUpdate.
Type WorkflowTaskGroupUpdatedWatchersEvent
type WorkflowTaskGroupUpdatedWatchersEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskGroupUpdatedWatchersEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTaskGroup *WorkflowTaskGroup `json:"workflowTaskGroup,omitempty"`
}
WorkflowTaskGroupUpdatedWatchersEvent defines model for
WorkflowTaskGroupUpdatedWatchersEvent.
Type WorkflowTaskGroupUpdatedWatchersEventEventType
type WorkflowTaskGroupUpdatedWatchersEventEventType string
WorkflowTaskGroupUpdatedWatchersEventEventType defines model for
WorkflowTaskGroupUpdatedWatchersEvent.EventType.
Constants
V2WorkflowTaskGroupUpdatedWatchers
V2WorkflowTaskGroupUpdatedWatchers WorkflowTaskGroupUpdatedWatchersEventEventType = "v2.workflowTaskGroup.updated.watchers"
Defines values for WorkflowTaskGroupUpdatedWatchersEventEventType.
Type WorkflowTaskGroupWriteBase
type WorkflowTaskGroupWriteBase struct {
// FolderId ID of the folder that contains the workflow task group
FolderId *string `json:"folderId,omitempty"`
// Name The name of the workflow task group
Name *string `json:"name,omitempty"`
// WatcherIds IDs of the users watching the workflow task group
WatcherIds *[]string `json:"watcherIds,omitempty"`
}
WorkflowTaskGroupWriteBase defines model for WorkflowTaskGroupWriteBase.
Type WorkflowTaskGroupsArchivalChange
type WorkflowTaskGroupsArchivalChange struct {
WorkflowTaskGroupIds *[]string `json:"workflowTaskGroupIds,omitempty"`
}
WorkflowTaskGroupsArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type
Type WorkflowTaskGroupsArchive
type WorkflowTaskGroupsArchive struct {
// Reason The reason for archiving the provided workflow task groups. Accepted reasons may differ based on tenant configuration.
Reason WorkflowTaskGroupArchiveReason `json:"reason"`
WorkflowTaskGroupIds []string `json:"workflowTaskGroupIds"`
}
WorkflowTaskGroupsArchive defines model for WorkflowTaskGroupsArchive.
Type WorkflowTaskGroupsPaginatedList
type WorkflowTaskGroupsPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
WorkflowTaskGroups *[]WorkflowTaskGroup `json:"workflowTaskGroups,omitempty"`
}
WorkflowTaskGroupsPaginatedList defines model for
WorkflowTaskGroupsPaginatedList.
Type WorkflowTaskGroupsUnarchive
type WorkflowTaskGroupsUnarchive struct {
WorkflowTaskGroupIds []string `json:"workflowTaskGroupIds"`
}
WorkflowTaskGroupsUnarchive defines model for WorkflowTaskGroupsUnarchive.
Type WorkflowTaskSchema
type WorkflowTaskSchema struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CanSetAssigneeOnTaskCreation Whether or not tasks of this schema can be created with a non-null assignee.
CanSetAssigneeOnTaskCreation *bool `json:"canSetAssigneeOnTaskCreation,omitempty"`
// DefaultCreationFolderId ID of the default folder for creating workflow task groups
DefaultCreationFolderId *string `json:"defaultCreationFolderId"`
// DefaultEntryExecutionFolderId ID of the default folder for workflow task execution entries
DefaultEntryExecutionFolderId *string `json:"defaultEntryExecutionFolderId"`
DefaultResponsibleTeam *TeamSummary `json:"defaultResponsibleTeam"`
// EntryTemplateId The ID of the template of the entries tasks of this schema will be executed into.
EntryTemplateId *string `json:"entryTemplateId"`
// ExecutionType The method by which instances of this schema are executed
ExecutionType *WorkflowTaskSchemaExecutionType `json:"executionType,omitempty"`
FieldDefinitions *[]WorkflowTaskSchema_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
// Prefix The prefix for the displayId of tasks of this schema.
Prefix *string `json:"prefix,omitempty"`
StatusLifecycle *WorkflowTaskStatusLifecycle `json:"statusLifecycle,omitempty"`
// TaskGroupPrefix The prefix for the displayId of task groups containing tasks of this schema
TaskGroupPrefix *string `json:"taskGroupPrefix,omitempty"`
Type *string `json:"type,omitempty"`
WorkflowOutputSchema *WorkflowOutputSchema `json:"workflowOutputSchema"`
}
WorkflowTaskSchema defines model for WorkflowTaskSchema.
Type WorkflowTaskSchemaBase
type WorkflowTaskSchemaBase struct {
ArchiveRecord *ArchiveRecord `json:"archiveRecord"`
// CanSetAssigneeOnTaskCreation Whether or not tasks of this schema can be created with a non-null assignee.
CanSetAssigneeOnTaskCreation *bool `json:"canSetAssigneeOnTaskCreation,omitempty"`
// DefaultCreationFolderId ID of the default folder for creating workflow task groups
DefaultCreationFolderId *string `json:"defaultCreationFolderId"`
// DefaultEntryExecutionFolderId ID of the default folder for workflow task execution entries
DefaultEntryExecutionFolderId *string `json:"defaultEntryExecutionFolderId"`
DefaultResponsibleTeam *TeamSummary `json:"defaultResponsibleTeam"`
// EntryTemplateId The ID of the template of the entries tasks of this schema will be executed into.
EntryTemplateId *string `json:"entryTemplateId"`
FieldDefinitions *[]WorkflowTaskSchemaBase_FieldDefinitions_Item `json:"fieldDefinitions,omitempty"`
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
// Prefix The prefix for the displayId of tasks of this schema.
Prefix *string `json:"prefix,omitempty"`
StatusLifecycle *WorkflowTaskStatusLifecycle `json:"statusLifecycle,omitempty"`
// TaskGroupPrefix The prefix for the displayId of task groups containing tasks of this schema
TaskGroupPrefix *string `json:"taskGroupPrefix,omitempty"`
Type *string `json:"type,omitempty"`
WorkflowOutputSchema *WorkflowOutputSchema `json:"workflowOutputSchema"`
}
WorkflowTaskSchemaBase defines model for WorkflowTaskSchemaBase.
Type WorkflowTaskSchemaBase_FieldDefinitions_Item
type WorkflowTaskSchemaBase_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
WorkflowTaskSchemaBase_FieldDefinitions_Item defines model for
WorkflowTaskSchemaBase.fieldDefinitions.Item.
Methods
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as a DropdownFieldDefinition
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as a FloatFieldDefinition
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as a IntegerFieldDefinition
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as the provided
FloatFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside the
WorkflowTaskSchemaBase_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t WorkflowTaskSchemaBase_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchemaBase_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *WorkflowTaskSchemaBase_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type WorkflowTaskSchemaExecutionType
type WorkflowTaskSchemaExecutionType string
WorkflowTaskSchemaExecutionType The method by which instances of this schema
are executed
Constants
WorkflowTaskSchemaExecutionTypeDIRECT, WorkflowTaskSchemaExecutionTypeENTRY
WorkflowTaskSchemaExecutionTypeDIRECT WorkflowTaskSchemaExecutionType = "DIRECT"
WorkflowTaskSchemaExecutionTypeENTRY WorkflowTaskSchemaExecutionType = "ENTRY"
Defines values for WorkflowTaskSchemaExecutionType.
Type WorkflowTaskSchemaSummary
type WorkflowTaskSchemaSummary struct {
// Id The ID of the workflow task schema
Id *string `json:"id,omitempty"`
// Name The name of the workflow task schema
Name *string `json:"name,omitempty"`
}
WorkflowTaskSchemaSummary defines model for WorkflowTaskSchemaSummary.
Type WorkflowTaskSchema_FieldDefinitions_Item
type WorkflowTaskSchema_FieldDefinitions_Item struct {
// contains filtered or unexported fields
}
WorkflowTaskSchema_FieldDefinitions_Item defines model for
WorkflowTaskSchema.fieldDefinitions.Item.
Methods
func (t WorkflowTaskSchema_FieldDefinitions_Item) AsDropdownFieldDefinition() (DropdownFieldDefinition, error)
AsDropdownFieldDefinition returns the union data inside the
WorkflowTaskSchema_FieldDefinitions_Item as a DropdownFieldDefinition
func (t WorkflowTaskSchema_FieldDefinitions_Item) AsFloatFieldDefinition() (FloatFieldDefinition, error)
AsFloatFieldDefinition returns the union data inside the
WorkflowTaskSchema_FieldDefinitions_Item as a FloatFieldDefinition
func (t WorkflowTaskSchema_FieldDefinitions_Item) AsIntegerFieldDefinition() (IntegerFieldDefinition, error)
AsIntegerFieldDefinition returns the union data inside the
WorkflowTaskSchema_FieldDefinitions_Item as a IntegerFieldDefinition
func (t WorkflowTaskSchema_FieldDefinitions_Item) AsSchemaLinkFieldDefinition() (SchemaLinkFieldDefinition, error)
AsSchemaLinkFieldDefinition returns the union data inside the
WorkflowTaskSchema_FieldDefinitions_Item as a SchemaLinkFieldDefinition
func (t WorkflowTaskSchema_FieldDefinitions_Item) AsSimpleFieldDefinition() (SimpleFieldDefinition, error)
AsSimpleFieldDefinition returns the union data inside the
WorkflowTaskSchema_FieldDefinitions_Item as a SimpleFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) FromDropdownFieldDefinition(v DropdownFieldDefinition) error
FromDropdownFieldDefinition overwrites any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item as the provided
DropdownFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) FromFloatFieldDefinition(v FloatFieldDefinition) error
FromFloatFieldDefinition overwrites any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item as the provided
FloatFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) FromIntegerFieldDefinition(v IntegerFieldDefinition) error
FromIntegerFieldDefinition overwrites any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item as the provided
IntegerFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) FromSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
FromSchemaLinkFieldDefinition overwrites any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item as the provided
SchemaLinkFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) FromSimpleFieldDefinition(v SimpleFieldDefinition) error
FromSimpleFieldDefinition overwrites any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item as the provided
SimpleFieldDefinition
func (t WorkflowTaskSchema_FieldDefinitions_Item) MarshalJSON() ([]byte, error)
func (t *WorkflowTaskSchema_FieldDefinitions_Item) MergeDropdownFieldDefinition(v DropdownFieldDefinition) error
MergeDropdownFieldDefinition performs a merge with any union data
inside the WorkflowTaskSchema_FieldDefinitions_Item, using the provided
DropdownFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) MergeFloatFieldDefinition(v FloatFieldDefinition) error
MergeFloatFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item, using the provided
FloatFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) MergeIntegerFieldDefinition(v IntegerFieldDefinition) error
MergeIntegerFieldDefinition performs a merge with any union data
inside the WorkflowTaskSchema_FieldDefinitions_Item, using the provided
IntegerFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) MergeSchemaLinkFieldDefinition(v SchemaLinkFieldDefinition) error
MergeSchemaLinkFieldDefinition performs a merge with any union data
inside the WorkflowTaskSchema_FieldDefinitions_Item, using the provided
SchemaLinkFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) MergeSimpleFieldDefinition(v SimpleFieldDefinition) error
MergeSimpleFieldDefinition performs a merge with any union data inside
the WorkflowTaskSchema_FieldDefinitions_Item, using the provided
SimpleFieldDefinition
func (t *WorkflowTaskSchema_FieldDefinitions_Item) UnmarshalJSON(b []byte) error
Type WorkflowTaskSchemasPaginatedList
type WorkflowTaskSchemasPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
WorkflowTaskSchemas *[]WorkflowTaskSchema `json:"workflowTaskSchemas,omitempty"`
}
WorkflowTaskSchemasPaginatedList defines model for
WorkflowTaskSchemasPaginatedList.
Type WorkflowTaskStatus
type WorkflowTaskStatus struct {
// DisplayName The status label
DisplayName *string `json:"displayName,omitempty"`
// Id The ID of the workflow task status
Id *string `json:"id,omitempty"`
// StatusType The status type
StatusType *WorkflowTaskStatusStatusType `json:"statusType,omitempty"`
}
WorkflowTaskStatus defines model for WorkflowTaskStatus.
Type WorkflowTaskStatusLifecycle
type WorkflowTaskStatusLifecycle struct {
Id *string `json:"id,omitempty"`
InitialStatus *WorkflowTaskStatus `json:"initialStatus,omitempty"`
Name *string `json:"name,omitempty"`
Statuses *[]WorkflowTaskStatus `json:"statuses,omitempty"`
Transitions *[]WorkflowTaskStatusLifecycleTransition `json:"transitions,omitempty"`
}
WorkflowTaskStatusLifecycle defines model for WorkflowTaskStatusLifecycle.
Type WorkflowTaskStatusLifecycleTransition
type WorkflowTaskStatusLifecycleTransition struct {
From *WorkflowTaskStatus `json:"from,omitempty"`
To *WorkflowTaskStatus `json:"to,omitempty"`
}
WorkflowTaskStatusLifecycleTransition defines model for
WorkflowTaskStatusLifecycleTransition.
Type WorkflowTaskStatusStatusType
type WorkflowTaskStatusStatusType string
WorkflowTaskStatusStatusType The status type
Constants
WorkflowTaskStatusStatusTypeCANCELLED, WorkflowTaskStatusStatusTypeCOMPLETED, WorkflowTaskStatusStatusTypeFAILED, WorkflowTaskStatusStatusTypeINPROGRESS, WorkflowTaskStatusStatusTypeINVALID, WorkflowTaskStatusStatusTypePENDING
WorkflowTaskStatusStatusTypeCANCELLED WorkflowTaskStatusStatusType = "CANCELLED"
WorkflowTaskStatusStatusTypeCOMPLETED WorkflowTaskStatusStatusType = "COMPLETED"
WorkflowTaskStatusStatusTypeFAILED WorkflowTaskStatusStatusType = "FAILED"
WorkflowTaskStatusStatusTypeINPROGRESS WorkflowTaskStatusStatusType = "IN_PROGRESS"
WorkflowTaskStatusStatusTypeINVALID WorkflowTaskStatusStatusType = "INVALID"
WorkflowTaskStatusStatusTypePENDING WorkflowTaskStatusStatusType = "PENDING"
Defines values for WorkflowTaskStatusStatusType.
Type WorkflowTaskSummary
type WorkflowTaskSummary struct {
// DisplayId User-friendly ID of the workflow task
DisplayId *string `json:"displayId,omitempty"`
// Id The ID of the workflow task
Id *string `json:"id,omitempty"`
}
WorkflowTaskSummary defines model for WorkflowTaskSummary.
Type WorkflowTaskUpdate
type WorkflowTaskUpdate struct {
// AssigneeId The id of the user assigned to the task
AssigneeId *string `json:"assigneeId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
StatusId *string `json:"statusId,omitempty"`
}
WorkflowTaskUpdate defines model for WorkflowTaskUpdate.
Type WorkflowTaskUpdatedAssigneeEvent
type WorkflowTaskUpdatedAssigneeEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskUpdatedAssigneeEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTask *WorkflowTask `json:"workflowTask,omitempty"`
}
WorkflowTaskUpdatedAssigneeEvent defines model for
WorkflowTaskUpdatedAssigneeEvent.
Type WorkflowTaskUpdatedAssigneeEventEventType
type WorkflowTaskUpdatedAssigneeEventEventType string
WorkflowTaskUpdatedAssigneeEventEventType defines model for
WorkflowTaskUpdatedAssigneeEvent.EventType.
Constants
V2WorkflowTaskUpdatedAssignee
V2WorkflowTaskUpdatedAssignee WorkflowTaskUpdatedAssigneeEventEventType = "v2.workflowTask.updated.assignee"
Defines values for WorkflowTaskUpdatedAssigneeEventEventType.
Type WorkflowTaskUpdatedFieldsEvent
type WorkflowTaskUpdatedFieldsEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskUpdatedFieldsEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTask *WorkflowTask `json:"workflowTask,omitempty"`
}
WorkflowTaskUpdatedFieldsEvent defines model for
WorkflowTaskUpdatedFieldsEvent.
Type WorkflowTaskUpdatedFieldsEventEventType
type WorkflowTaskUpdatedFieldsEventEventType string
WorkflowTaskUpdatedFieldsEventEventType defines model for
WorkflowTaskUpdatedFieldsEvent.EventType.
Constants
V2WorkflowTaskUpdatedFields
V2WorkflowTaskUpdatedFields WorkflowTaskUpdatedFieldsEventEventType = "v2.workflowTask.updated.fields"
Defines values for WorkflowTaskUpdatedFieldsEventEventType.
Type WorkflowTaskUpdatedScheduledOnEvent
type WorkflowTaskUpdatedScheduledOnEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskUpdatedScheduledOnEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTask *WorkflowTask `json:"workflowTask,omitempty"`
}
WorkflowTaskUpdatedScheduledOnEvent defines model for
WorkflowTaskUpdatedScheduledOnEvent.
Type WorkflowTaskUpdatedScheduledOnEventEventType
type WorkflowTaskUpdatedScheduledOnEventEventType string
WorkflowTaskUpdatedScheduledOnEventEventType defines model for
WorkflowTaskUpdatedScheduledOnEvent.EventType.
Constants
V2WorkflowTaskUpdatedScheduledOn
V2WorkflowTaskUpdatedScheduledOn WorkflowTaskUpdatedScheduledOnEventEventType = "v2.workflowTask.updated.scheduledOn"
Defines values for WorkflowTaskUpdatedScheduledOnEventEventType.
Type WorkflowTaskUpdatedStatusEvent
type WorkflowTaskUpdatedStatusEvent struct {
CreatedAt *time.Time `json:"createdAt,omitempty"`
Deprecated *bool `json:"deprecated,omitempty"`
EventType *WorkflowTaskUpdatedStatusEventEventType `json:"eventType,omitempty"`
// ExcludedProperties These properties have been dropped from the payload due to size.
ExcludedProperties *[]string `json:"excludedProperties,omitempty"`
Id *string `json:"id,omitempty"`
Schema *struct {
Id *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
} `json:"schema"`
WorkflowTask *WorkflowTask `json:"workflowTask,omitempty"`
}
WorkflowTaskUpdatedStatusEvent defines model for
WorkflowTaskUpdatedStatusEvent.
Type WorkflowTaskUpdatedStatusEventEventType
type WorkflowTaskUpdatedStatusEventEventType string
WorkflowTaskUpdatedStatusEventEventType defines model for
WorkflowTaskUpdatedStatusEvent.EventType.
Constants
V2WorkflowTaskUpdatedStatus
V2WorkflowTaskUpdatedStatus WorkflowTaskUpdatedStatusEventEventType = "v2.workflowTask.updated.status"
Defines values for WorkflowTaskUpdatedStatusEventEventType.
Type WorkflowTaskWriteBase
type WorkflowTaskWriteBase struct {
// AssigneeId The id of the user assigned to the task
AssigneeId *string `json:"assigneeId,omitempty"`
Fields *Fields `json:"fields,omitempty"`
// ScheduledOn The date on which the task is scheduled to be executed
ScheduledOn *openapi_types.Date `json:"scheduledOn,omitempty"`
}
WorkflowTaskWriteBase defines model for WorkflowTaskWriteBase.
Type WorkflowTasksArchivalChange
type WorkflowTasksArchivalChange struct {
WorkflowTaskIds *[]string `json:"workflowTaskIds,omitempty"`
}
WorkflowTasksArchivalChange IDs of all items that were archived or
unarchived, grouped by resource type
Type WorkflowTasksArchive
type WorkflowTasksArchive struct {
// Reason The reason for archiving the provided workflow tasks. Accepted reasons may differ based on tenant configuration.
Reason WorkflowTaskArchiveReason `json:"reason"`
WorkflowTaskIds []string `json:"workflowTaskIds"`
}
WorkflowTasksArchive defines model for WorkflowTasksArchive.
Type WorkflowTasksBulkCopyRequest
type WorkflowTasksBulkCopyRequest struct {
WorkflowTaskIds *[]string `json:"workflowTaskIds,omitempty"`
}
WorkflowTasksBulkCopyRequest defines model for WorkflowTasksBulkCopyRequest.
Type WorkflowTasksBulkCreateRequest
type WorkflowTasksBulkCreateRequest struct {
WorkflowTasks *[]WorkflowTaskBulkCreate `json:"workflowTasks,omitempty"`
}
WorkflowTasksBulkCreateRequest defines model for
WorkflowTasksBulkCreateRequest.
Type WorkflowTasksBulkUpdateRequest
type WorkflowTasksBulkUpdateRequest struct {
WorkflowTasks *[]WorkflowTaskBulkUpdate `json:"workflowTasks,omitempty"`
}
WorkflowTasksBulkUpdateRequest defines model for
WorkflowTasksBulkUpdateRequest.
Type WorkflowTasksPaginatedList
type WorkflowTasksPaginatedList struct {
NextToken *string `json:"nextToken,omitempty"`
WorkflowTasks *[]WorkflowTask `json:"workflowTasks,omitempty"`
}
WorkflowTasksPaginatedList defines model for WorkflowTasksPaginatedList.
Type WorkflowTasksUnarchive
type WorkflowTasksUnarchive struct {
WorkflowTaskIds []string `json:"workflowTaskIds"`
}
WorkflowTasksUnarchive defines model for WorkflowTasksUnarchive.