# Functions
NewAddAPIKeyRequest calls the generic AddAPIKey builder with application/json body.
NewAddAPIKeyRequestWithBody generates requests for AddAPIKey with any type of body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateEnvironmentRequest calls the generic CreateEnvironment builder with application/json body.
NewCreateEnvironmentRequestWithBody generates requests for CreateEnvironment with any type of body.
NewCreateFeatureFlagRequest calls the generic CreateFeatureFlag builder with application/json body.
NewCreateFeatureFlagRequestWithBody generates requests for CreateFeatureFlag with any type of body.
NewCreateFlagPipelineRequest calls the generic CreateFlagPipeline builder with application/json body.
NewCreateFlagPipelineRequestWithBody generates requests for CreateFlagPipeline with any type of body.
NewCreateGitRepoRequest calls the generic CreateGitRepo builder with application/json body.
NewCreateGitRepoRequestWithBody generates requests for CreateGitRepo with any type of body.
NewCreateProjectRequest calls the generic CreateProject builder with application/json body.
NewCreateProjectRequestWithBody generates requests for CreateProject with any type of body.
NewCreateSegmentRequest calls the generic CreateSegment builder with application/json body.
NewCreateSegmentRequestWithBody generates requests for CreateSegment with any type of body.
NewCreateTargetRequest calls the generic CreateTarget builder with application/json body.
NewCreateTargetRequestWithBody generates requests for CreateTarget with any type of body.
NewDeleteAPIKeyRequest generates requests for DeleteAPIKey.
NewDeleteEnvironmentRequest generates requests for DeleteEnvironment.
NewDeleteFeatureFlagRequest generates requests for DeleteFeatureFlag.
NewDeleteFeaturePipelineRequest generates requests for DeleteFeaturePipeline.
NewDeleteGitRepoRequest generates requests for DeleteGitRepo.
NewDeleteProjectRequest generates requests for DeleteProject.
NewDeleteSegmentRequest generates requests for DeleteSegment.
NewDeleteTargetRequest generates requests for DeleteTarget.
NewGetAllAPIKeysRequest generates requests for GetAllAPIKeys.
NewGetAllEnvironmentsRequest generates requests for GetAllEnvironments.
NewGetAllFeaturesRequest generates requests for GetAllFeatures.
NewGetAllProjectsRequest generates requests for GetAllProjects.
NewGetAllSegmentsRequest generates requests for GetAllSegments.
NewGetAllTargetAttributesRequest generates requests for GetAllTargetAttributes.
NewGetAllTargetsRequest generates requests for GetAllTargets.
NewGetAPIKeyRequest generates requests for GetAPIKey.
NewGetAuditByParamsRequest generates requests for GetAuditByParams.
NewGetAvailableFeaturePipelinesRequest generates requests for GetAvailableFeaturePipelines.
NewGetAvailableFlagsForSegmentRequest generates requests for GetAvailableFlagsForSegment.
NewGetEnvironmentRequest generates requests for GetEnvironment.
NewGetFeatureEvaluationsRequest generates requests for GetFeatureEvaluations.
NewGetFeatureFlagRequest generates requests for GetFeatureFlag.
NewGetFeatureMetricsRequest generates requests for GetFeatureMetrics.
NewGetFeaturePipelineRequest generates requests for GetFeaturePipeline.
NewGetFlagsYamlRequest generates requests for GetFlagsYaml.
NewGetGitRepoRequest generates requests for GetGitRepo.
NewGetJiraIssuesRequest generates requests for GetJiraIssues.
NewGetLicenseUsageRequest generates requests for GetLicenseUsage.
NewGetOSByIDRequest generates requests for GetOSByID.
NewGetProjectFlagsRequest generates requests for GetProjectFlags.
NewGetProjectRequest generates requests for GetProject.
NewGetSegmentFlagsRequest generates requests for GetSegmentFlags.
NewGetSegmentRequest generates requests for GetSegment.
NewGetTargetAvailableSegmentsRequest generates requests for GetTargetAvailableSegments.
NewGetTargetRequest generates requests for GetTarget.
NewGetTargetsAndSegmentsInfoRequest generates requests for GetTargetsAndSegmentsInfo.
NewGetTargetsAndSegmentsRequest generates requests for GetTargetsAndSegments.
NewGetTargetSegmentsRequest generates requests for GetTargetSegments.
NewGetUserFlagOverviewRequest generates requests for GetUserFlagOverview.
NewModifyEnvironmentRequest calls the generic ModifyEnvironment builder with application/json body.
NewModifyEnvironmentRequestWithBody generates requests for ModifyEnvironment with any type of body.
NewModifyProjectRequest calls the generic ModifyProject builder with application/json body.
NewModifyProjectRequestWithBody generates requests for ModifyProject with any type of body.
NewModifyTargetRequest calls the generic ModifyTarget builder with application/json body.
NewModifyTargetRequestWithBody generates requests for ModifyTarget with any type of body.
NewPatchFeaturePipelineRequest calls the generic PatchFeaturePipeline builder with application/json body.
NewPatchFeaturePipelineRequestWithBody generates requests for PatchFeaturePipeline with any type of body.
NewPatchFeatureRequest calls the generic PatchFeature builder with application/json body.
NewPatchFeatureRequestWithBody generates requests for PatchFeature with any type of body.
NewPatchGitRepoRequest calls the generic PatchGitRepo builder with application/json body.
NewPatchGitRepoRequestWithBody generates requests for PatchGitRepo with any type of body.
NewPatchSegmentRequest calls the generic PatchSegment builder with application/json body.
NewPatchSegmentRequestWithBody generates requests for PatchSegment with any type of body.
NewPatchTargetRequest calls the generic PatchTarget builder with application/json body.
NewPatchTargetRequestWithBody generates requests for PatchTarget with any type of body.
NewUpdateAPIKeyRequest calls the generic UpdateAPIKey builder with application/json body.
NewUpdateAPIKeyRequestWithBody generates requests for UpdateAPIKey with any type of body.
NewUpdateFlagsYamlRequest calls the generic UpdateFlagsYaml builder with application/json body.
NewUpdateFlagsYamlRequestWithBody generates requests for UpdateFlagsYaml with any type of body.
NewUploadTargetsRequestWithBody generates requests for UploadTargets with any type of body.
ParseAddAPIKeyResponse parses an HTTP response from a AddAPIKeyWithResponse call.
ParseCreateEnvironmentResponse parses an HTTP response from a CreateEnvironmentWithResponse call.
ParseCreateFeatureFlagResponse parses an HTTP response from a CreateFeatureFlagWithResponse call.
ParseCreateFlagPipelineResponse parses an HTTP response from a CreateFlagPipelineWithResponse call.
ParseCreateGitRepoResponse parses an HTTP response from a CreateGitRepoWithResponse call.
ParseCreateProjectResponse parses an HTTP response from a CreateProjectWithResponse call.
ParseCreateSegmentResponse parses an HTTP response from a CreateSegmentWithResponse call.
ParseCreateTargetResponse parses an HTTP response from a CreateTargetWithResponse call.
ParseDeleteAPIKeyResponse parses an HTTP response from a DeleteAPIKeyWithResponse call.
ParseDeleteEnvironmentResponse parses an HTTP response from a DeleteEnvironmentWithResponse call.
ParseDeleteFeatureFlagResponse parses an HTTP response from a DeleteFeatureFlagWithResponse call.
ParseDeleteFeaturePipelineResponse parses an HTTP response from a DeleteFeaturePipelineWithResponse call.
ParseDeleteGitRepoResponse parses an HTTP response from a DeleteGitRepoWithResponse call.
ParseDeleteProjectResponse parses an HTTP response from a DeleteProjectWithResponse call.
ParseDeleteSegmentResponse parses an HTTP response from a DeleteSegmentWithResponse call.
ParseDeleteTargetResponse parses an HTTP response from a DeleteTargetWithResponse call.
ParseGetAllAPIKeysResponse parses an HTTP response from a GetAllAPIKeysWithResponse call.
ParseGetAllEnvironmentsResponse parses an HTTP response from a GetAllEnvironmentsWithResponse call.
ParseGetAllFeaturesResponse parses an HTTP response from a GetAllFeaturesWithResponse call.
ParseGetAllProjectsResponse parses an HTTP response from a GetAllProjectsWithResponse call.
ParseGetAllSegmentsResponse parses an HTTP response from a GetAllSegmentsWithResponse call.
ParseGetAllTargetAttributesResponse parses an HTTP response from a GetAllTargetAttributesWithResponse call.
ParseGetAllTargetsResponse parses an HTTP response from a GetAllTargetsWithResponse call.
ParseGetAPIKeyResponse parses an HTTP response from a GetAPIKeyWithResponse call.
ParseGetAuditByParamsResponse parses an HTTP response from a GetAuditByParamsWithResponse call.
ParseGetAvailableFeaturePipelinesResponse parses an HTTP response from a GetAvailableFeaturePipelinesWithResponse call.
ParseGetAvailableFlagsForSegmentResponse parses an HTTP response from a GetAvailableFlagsForSegmentWithResponse call.
ParseGetEnvironmentResponse parses an HTTP response from a GetEnvironmentWithResponse call.
ParseGetFeatureEvaluationsResponse parses an HTTP response from a GetFeatureEvaluationsWithResponse call.
ParseGetFeatureFlagResponse parses an HTTP response from a GetFeatureFlagWithResponse call.
ParseGetFeatureMetricsResponse parses an HTTP response from a GetFeatureMetricsWithResponse call.
ParseGetFeaturePipelineResponse parses an HTTP response from a GetFeaturePipelineWithResponse call.
ParseGetFlagsYamlResponse parses an HTTP response from a GetFlagsYamlWithResponse call.
ParseGetGitRepoResponse parses an HTTP response from a GetGitRepoWithResponse call.
ParseGetJiraIssuesResponse parses an HTTP response from a GetJiraIssuesWithResponse call.
ParseGetLicenseUsageResponse parses an HTTP response from a GetLicenseUsageWithResponse call.
ParseGetOSByIDResponse parses an HTTP response from a GetOSByIDWithResponse call.
ParseGetProjectFlagsResponse parses an HTTP response from a GetProjectFlagsWithResponse call.
ParseGetProjectResponse parses an HTTP response from a GetProjectWithResponse call.
ParseGetSegmentFlagsResponse parses an HTTP response from a GetSegmentFlagsWithResponse call.
ParseGetSegmentResponse parses an HTTP response from a GetSegmentWithResponse call.
ParseGetTargetAvailableSegmentsResponse parses an HTTP response from a GetTargetAvailableSegmentsWithResponse call.
ParseGetTargetResponse parses an HTTP response from a GetTargetWithResponse call.
ParseGetTargetsAndSegmentsInfoResponse parses an HTTP response from a GetTargetsAndSegmentsInfoWithResponse call.
ParseGetTargetsAndSegmentsResponse parses an HTTP response from a GetTargetsAndSegmentsWithResponse call.
ParseGetTargetSegmentsResponse parses an HTTP response from a GetTargetSegmentsWithResponse call.
ParseGetUserFlagOverviewResponse parses an HTTP response from a GetUserFlagOverviewWithResponse call.
ParseModifyEnvironmentResponse parses an HTTP response from a ModifyEnvironmentWithResponse call.
ParseModifyProjectResponse parses an HTTP response from a ModifyProjectWithResponse call.
ParseModifyTargetResponse parses an HTTP response from a ModifyTargetWithResponse call.
ParsePatchFeaturePipelineResponse parses an HTTP response from a PatchFeaturePipelineWithResponse call.
ParsePatchFeatureResponse parses an HTTP response from a PatchFeatureWithResponse call.
ParsePatchGitRepoResponse parses an HTTP response from a PatchGitRepoWithResponse call.
ParsePatchSegmentResponse parses an HTTP response from a PatchSegmentWithResponse call.
ParsePatchTargetResponse parses an HTTP response from a PatchTargetWithResponse call.
ParseUpdateAPIKeyResponse parses an HTTP response from a UpdateAPIKeyWithResponse call.
ParseUpdateFlagsYamlResponse parses an HTTP response from a UpdateFlagsYamlWithResponse call.
ParseUploadTargetsResponse parses an HTTP response from a UploadTargetsWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for AuditSortByField.
Defines values for FeatureStatusStatus.
Defines values for AuditSortByField.
No description provided by the author
Defines values for ApiKeyRequestType.
Defines values for ApiKeyRequestType.
No description provided by the author
Defines values for ApiKeyType.
Defines values for ApiKeyType.
Defines values for TsSortOrder.
Defines values for TasSortOrder.
Defines values for AuditSortOrder.
Defines values for AuditSortOrder.
No description provided by the author
Defines values for KindQueryParam.
Defines values for SegmentFlagType.
Defines values for TsSortOrder.
Defines values for TasSortOrder.
Defines values for SegmentFlagType.
Defines values for Status.
Defines values for AuditSortByField.
Defines values for Status.
Defines values for FeatureFlagRequestKind.
Defines values for FeatureFlagRequestKind.
Defines values for FeatureFlagRequestKind.
Defines values for FeatureFlagRequestKind.
Defines values for FeatureKind.
Defines values for FeatureKind.
Defines values for FeatureKind.
Defines values for FeatureKind.
Defines values for FeatureStatusStatus.
Defines values for KindQueryParam.
Defines values for KindQueryParam.
Defines values for FeatureStatusStatus.
Defines values for ObjectTypeQueryParam.
Defines values for ObjectTypeQueryParam.
Defines values for FeatureState.
Defines values for FeatureState.
Defines values for SafSortByField.
Defines values for SafSortOrder.
Defines values for SafSortOrder.
Defines values for SortByField.
Defines values for SortByField.
Defines values for SortByField.
Defines values for SortByField.
Defines values for SortByField.
Defines values for SortOrder.
Defines values for SortOrder.
Defines values for KindQueryParam.
Defines values for Status.
Defines values for TargetAndSegmentType.
Defines values for TargetAndSegmentType.
Defines values for TargetSortByField.
Defines values for TargetSortByField.
Defines values for TargetSortByField.
Defines values for TargetSortOrder.
Defines values for TargetSortOrder.
Defines values for TasSortByField.
Defines values for TsSortByField.
Defines values for TsSortByField.
# Structs
AddAPIKeyParams defines parameters for AddAPIKey.
No description provided by the author
The API key is used by SDKs to connect to Harness Feature Flags.
APIKeyRequest defines model for APIKeyRequest.
ApiKeys defines model for ApiKeys.
APIKeyUpdateRequest defines model for APIKeyUpdateRequest.
The audit trail shows events that have occured for a given object.
AuditTrailResponse defines model for AuditTrailResponse.
AuditTrails defines model for AuditTrails.
License Usage details for the feature flag account.
A clause describes what conditions are used to evaluate a flag.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateEnvironmentParams defines parameters for CreateEnvironment.
No description provided by the author
CreateFeatureFlagParams defines parameters for CreateFeatureFlag.
No description provided by the author
CreateFlagPipelineParams defines parameters for CreateFlagPipeline.
No description provided by the author
CreateGitRepoParams defines parameters for CreateGitRepo.
No description provided by the author
CreateProjectParams defines parameters for CreateProject.
No description provided by the author
CreateSegmentParams defines parameters for CreateSegment.
No description provided by the author
CreateTargetParams defines parameters for CreateTarget.
No description provided by the author
DeleteAPIKeyParams defines parameters for DeleteAPIKey.
No description provided by the author
DeleteEnvironmentParams defines parameters for DeleteEnvironment.
No description provided by the author
DeleteFeatureFlagParams defines parameters for DeleteFeatureFlag.
No description provided by the author
DeleteFeaturePipelineParams defines parameters for DeleteFeaturePipeline.
No description provided by the author
DeleteGitRepoParams defines parameters for DeleteGitRepo.
No description provided by the author
DeleteProjectParams defines parameters for DeleteProject.
No description provided by the author
DeleteSegmentParams defines parameters for DeleteSegment.
No description provided by the author
DeleteTargetParams defines parameters for DeleteTarget.
No description provided by the author
Describes a distribution rule.
Environment Response.
EnvironmentRequest defines model for EnvironmentRequest.
EnvironmentResponse defines model for EnvironmentResponse.
A list of Environments.
EnvironmentsResponse defines model for EnvironmentsResponse.
Error defines model for Error.
A Feature Flag response.
A Feature Flag pipeline is a pipeline that is able to perform a flag update.
FeatureAvailablePipelines defines model for FeatureAvailablePipelines.
FeatureCounts defines model for FeatureCounts.
A Feature Flag evaluation describes a variation for the flag and the number of times it was evaluated.
A list of Feature Evaluations.
FeatureFlagRequest defines model for FeatureFlagRequest.
Feature flags yaml for a project.
FeatureMetric defines model for FeatureMetric.
A pipeline configured to update a feature.
A pipeline execution to edit a feature.
FeaturePipelineRequest defines model for FeaturePipelineRequest.
FeaturePipelineResp defines model for FeaturePipelineResp.
FeatureResponseMetadata defines model for FeatureResponseMetadata.
Features defines model for Features.
Indicates when the flag was last evaluated.
A flag Identifier and name.
FlagBasicInfos defines model for FlagBasicInfos.
FlagEnvironment defines model for FlagEnvironment.
FlagEnvironmentState defines model for FlagEnvironmentState.
Flag object with its state in each environment.
FlagState_Environments defines model for FlagState.Environments.
GetAllAPIKeysParams defines parameters for GetAllAPIKeys.
No description provided by the author
GetAllEnvironmentsParams defines parameters for GetAllEnvironments.
No description provided by the author
GetAllFeaturesParams defines parameters for GetAllFeatures.
No description provided by the author
GetAllProjectsParams defines parameters for GetAllProjects.
No description provided by the author
GetAllSegmentsParams defines parameters for GetAllSegments.
No description provided by the author
GetAllTargetAttributesParams defines parameters for GetAllTargetAttributes.
No description provided by the author
GetAllTargetsParams defines parameters for GetAllTargets.
No description provided by the author
GetAPIKeyParams defines parameters for GetAPIKey.
No description provided by the author
GetAuditByParamsParams defines parameters for GetAuditByParams.
No description provided by the author
GetAvailableFeaturePipelinesParams defines parameters for GetAvailableFeaturePipelines.
No description provided by the author
GetAvailableFlagsForSegmentParams defines parameters for GetAvailableFlagsForSegment.
No description provided by the author
GetEnvironmentParams defines parameters for GetEnvironment.
No description provided by the author
GetFeatureEvaluationsParams defines parameters for GetFeatureEvaluations.
No description provided by the author
GetFeatureFlagParams defines parameters for GetFeatureFlag.
No description provided by the author
GetFeatureMetricsParams defines parameters for GetFeatureMetrics.
No description provided by the author
GetFeaturePipelineParams defines parameters for GetFeaturePipeline.
No description provided by the author
GetFlagsYamlParams defines parameters for GetFlagsYaml.
No description provided by the author
GetGitRepoParams defines parameters for GetGitRepo.
No description provided by the author
GetJiraIssuesParams defines parameters for GetJiraIssues.
No description provided by the author
GetLicenseUsageParams defines parameters for GetLicenseUsage.
No description provided by the author
No description provided by the author
GetProjectFlagsParams defines parameters for GetProjectFlags.
No description provided by the author
GetProjectParams defines parameters for GetProject.
No description provided by the author
GetSegmentFlagsParams defines parameters for GetSegmentFlags.
No description provided by the author
GetSegmentParams defines parameters for GetSegment.
No description provided by the author
GetTargetAvailableSegmentsParams defines parameters for GetTargetAvailableSegments.
No description provided by the author
GetTargetParams defines parameters for GetTarget.
No description provided by the author
GetTargetsAndSegmentsInfoParams defines parameters for GetTargetsAndSegmentsInfo.
No description provided by the author
GetTargetsAndSegmentsParams defines parameters for GetTargetsAndSegments.
No description provided by the author
GetTargetSegmentsParams defines parameters for GetTargetSegments.
No description provided by the author
GetUserFlagOverviewParams defines parameters for GetUserFlagOverview.
No description provided by the author
The commit message to use as part of a gitsync operation.
The git repository that has been configured for the feature flag project.
GitRepoRequest defines model for GitRepoRequest.
GitRepoResp defines model for GitRepoResp.
GitSyncPatchOperation defines model for GitSyncPatchOperation.
A Jira Issue.
A Jira Search Response Object.
A Jira Search Response Object.
ModifyEnvironmentParams defines parameters for ModifyEnvironment.
No description provided by the author
ModifyProjectParams defines parameters for ModifyProject.
No description provided by the author
ModifyTargetParams defines parameters for ModifyTarget.
No description provided by the author
An object id and object body generated from an audit event.
ObjectSnapshotResponse defines model for ObjectSnapshotResponse.
A list of Object Snapshots.
Pagination defines model for Pagination.
PatchFeatureParams defines parameters for PatchFeature.
PatchFeaturePipelineParams defines parameters for PatchFeaturePipeline.
No description provided by the author
No description provided by the author
PatchGitRepoParams defines parameters for PatchGitRepo.
No description provided by the author
PatchOperation defines model for PatchOperation.
PatchSegmentParams defines parameters for PatchSegment.
No description provided by the author
PatchTargetParams defines parameters for PatchTarget.
No description provided by the author
Feature Flag pre-requisites.
A project response.
ProjectFlags defines model for ProjectFlags.
ProjectFlags_Environments defines model for ProjectFlags.Environments.
ProjectRequest defines model for ProjectRequest.
ProjectResponse defines model for ProjectResponse.
A list of projects.
ProjectsResponse defines model for ProjectsResponse.
ReferenceDTO defines model for ReferenceDTO.
This result object shows details of how many times a variation has been evaluated.
A Target Group (Segment) response.
Details of a Feature Flag that has been included in a Target Group (Segment).
SegmentRequest defines model for SegmentRequest.
Segments defines model for Segments.
Describe the distribution rule and the variation that should be served to the target.
A Harness service linked to a flag.
The rule used to determine what variation to serve to a target.
A tag has a name and value.
A Target object.
A Target or Target Group (Segments).
Details of which Target Groups (Segments) a target is included in or excluded from.
TargetDetailSegment defines model for TargetDetailSegment.
Target map provides the details of a target that belongs to a flag.
Targets defines model for Targets.
TargetsAndSegments defines model for TargetsAndSegments.
TargetsAndSegmentsInfo defines model for TargetsAndSegmentsInfo.
UpdateAPIKeyParams defines parameters for UpdateAPIKey.
No description provided by the author
UpdateFlagsYamlParams defines parameters for UpdateFlagsYaml.
No description provided by the author
UploadTargetsParams defines parameters for UploadTargets.
No description provided by the author
UsageDataDTO defines model for UsageDataDTO.
Returns counts of Enabled (Where flag state is on in 1+ environments) and Total Flags.
A variation of a flag that can be returned to a target.
A mapping of variations to targets and target groups (segments).
A variation and the weighting it should receive as part of a percentage rollout.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
AccountQueryParam defines model for accountQueryParam.
ActionQueryParam defines model for actionQueryParam.
ActorQueryParam defines model for actorQueryParam.
AddAPIKeyJSONRequestBody defines body for AddAPIKey for application/json ContentType.
The type of key depending on the SDK that is being used.
The API key is used by SDKs to connect to Harness Feature Flags.
A list of API Keys.
The type of key depending on the SDK that is being used.
ArchivedQueryParam defines model for archivedQueryParam.
AuditSortByField defines model for auditSortByField.
AuditSortOrder defines model for auditSortOrder.
A list of Flags.
BadRequest defines model for BadRequest.
ClientOption allows setting custom parameters during construction.
CommitMsgQueryParam defines model for commitMsgQueryParam.
Conflict defines model for Conflict.
CreateEnvironmentJSONRequestBody defines body for CreateEnvironment for application/json ContentType.
CreateFeatureFlagJSONRequestBody defines body for CreateFeatureFlag for application/json ContentType.
CreateFlagPipelineJSONRequestBody defines body for CreateFlagPipeline for application/json ContentType.
CreateGitRepoJSONRequestBody defines body for CreateGitRepo for application/json ContentType.
CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.
CreateSegmentJSONRequestBody defines body for CreateSegment for application/json ContentType.
CreateTargetJSONRequestBody defines body for CreateTarget for application/json ContentType.
EndTimeQueryParam defines model for endTimeQueryParam.
EnvironmentOptionalQueryParam defines model for environmentOptionalQueryParam.
EnvironmentQueryParam defines model for environmentQueryParam.
ExcludedFeaturesOptionalParam defines model for excludedFeaturesOptionalParam.
A list of Available Pipelines.
FeatureEditResponse defines model for FeatureEditResponse.
A list of Feature Evaluations.
FeatureFlagRequestKind defines model for FeatureFlagRequestKind.
FeatureIDs defines model for featureIDs.
The type of Feature flag.
A list of FeatureMetrics.
A list of FeatureMetrics.
FeaturePatchRequest defines model for FeaturePatchRequest.
FeaturePipelineResponse defines model for FeaturePipelineResponse.
A Feature Flag response.
FeaturesOptionalParam defines model for featuresOptionalParam.
A list of Feature Flags.
The state of a flag either off or on.
FeatureStatusStatus defines model for FeatureStatus.Status.
Feature flags yaml for a project.
Feature flags yaml for a project.
FlagCounts defines model for flagCounts.
FlagEnabled defines model for flagEnabled.
FlagLifetime defines model for flagLifetime.
FlagNameQueryParam defines model for flagNameQueryParam.
FlagStatus defines model for flagStatus.
FlagSummary defines model for flagSummary.
ForceDeleteQueryParam defines model for forceDeleteQueryParam.
GetAllEnvironmentsParamsSortByField defines parameters for GetAllEnvironments.
GetAllEnvironmentsParamsSortOrder defines parameters for GetAllEnvironments.
GetAllFeaturesParamsKind defines parameters for GetAllFeatures.
GetAllFeaturesParamsSortByField defines parameters for GetAllFeatures.
GetAllFeaturesParamsSortOrder defines parameters for GetAllFeatures.
GetAllProjectsParamsSortByField defines parameters for GetAllProjects.
GetAllProjectsParamsSortOrder defines parameters for GetAllProjects.
GetAllSegmentsParamsSortByField defines parameters for GetAllSegments.
GetAllSegmentsParamsSortOrder defines parameters for GetAllSegments.
GetAllTargetsParamsSortByField defines parameters for GetAllTargets.
GetAllTargetsParamsSortOrder defines parameters for GetAllTargets.
GetAuditByParamsParamsAction defines parameters for GetAuditByParams.
GetAuditByParamsParamsObjectType defines parameters for GetAuditByParams.
GetAuditByParamsParamsSortByField defines parameters for GetAuditByParams.
GetAuditByParamsParamsSortOrder defines parameters for GetAuditByParams.
GetAvailableFlagsForSegmentParamsSortByField defines parameters for GetAvailableFlagsForSegment.
GetAvailableFlagsForSegmentParamsSortOrder defines parameters for GetAvailableFlagsForSegment.
GetFeatureMetricsParamsSortByField defines parameters for GetFeatureMetrics.
GetFeatureMetricsParamsSortOrder defines parameters for GetFeatureMetrics.
GetTargetAvailableSegmentsParamsSortByField defines parameters for GetTargetAvailableSegments.
GetTargetAvailableSegmentsParamsSortOrder defines parameters for GetTargetAvailableSegments.
GetTargetsAndSegmentsParamsSortByField defines parameters for GetTargetsAndSegments.
GetTargetsAndSegmentsParamsSortOrder defines parameters for GetTargetsAndSegments.
GitRepoPatchRequest defines model for GitRepoPatchRequest.
GitRepoResponse defines model for GitRepoResponse.
GitSyncError defines model for GitSyncError.
Identifier defines model for identifier.
IdentifierOptionalQueryParam defines model for identifierOptionalQueryParam.
IdentifierQueryParam defines model for identifierQueryParam.
Identifiers defines model for identifiers.
InternalServerError defines model for InternalServerError.
JiraIssueSearchQueryParam defines model for jiraIssueSearchQueryParam.
A Jira Search Response Object.
KindQueryParam defines model for kindQueryParam.
MetricsOptionalParam defines model for metricsOptionalParam.
ModifyEnvironmentJSONRequestBody defines body for ModifyEnvironment for application/json ContentType.
ModifyProjectJSONRequestBody defines body for ModifyProject for application/json ContentType.
ModifyTargetJSONRequestBody defines body for ModifyTarget for application/json ContentType.
NameQueryParam defines model for nameQueryParam.
NotFound defines model for NotFound.
ObjectTypeQueryParam defines model for objectTypeQueryParam.
OrgQueryParam defines model for orgQueryParam.
PageNumber defines model for pageNumber.
PageSize defines model for pageSize.
PatchFeatureJSONRequestBody defines body for PatchFeature for application/json ContentType.
PatchFeaturePipelineJSONRequestBody defines body for PatchFeaturePipeline for application/json ContentType.
PatchGitRepoJSONRequestBody defines body for PatchGitRepo for application/json ContentType.
A list of Patch Instructions.
PatchSegmentJSONRequestBody defines body for PatchSegment for application/json ContentType.
PatchTargetJSONRequestBody defines body for PatchTarget for application/json ContentType.
PipelineNameQueryParam defines model for pipelineNameQueryParam.
Returns all the flags in a project and their state in each environment.
ProjectOptionalQueryParam defines model for projectOptionalQueryParam.
ProjectQueryParam defines model for projectQueryParam.
RequestEditorFn is the function signature for the RequestEditor callback function.
SafSortByField defines model for safSortByField.
SafSortOrder defines model for safSortOrder.
SegmentFlagsResponse defines model for SegmentFlagsResponse.
How the the flag has been included, either directly or via a custom rule.
SegmentNameQueryParam defines model for segmentNameQueryParam.
SegmentPatchRequest defines model for SegmentPatchRequest.
A Target Group (Segment) response.
A list of Target Groups (Segments).
SortByField defines model for sortByField.
SortOrder defines model for sortOrder.
StartTimeQueryParam defines model for startTimeQueryParam.
Indicates if the request was successful or not.
The type either target or segment (target group).
TargetAttributes defines model for TargetAttributes.
Details of which Target Groups (Segments) a target is included in or excluded from.
TargetFilterOptionalParam defines model for targetFilterOptionalParam.
TargetGroupsOptionalParam defines model for targetGroupsOptionalParam.
TargetIdentifierQueryParam defines model for targetIdentifierQueryParam.
TargetNameQueryParam defines model for targetNameQueryParam.
TargetOptionalParam defines model for targetOptionalParam.
TargetPatchRequest defines model for TargetPatchRequest.
A Target object.
A Target object.
A list of Target and Target Groups (Segments).
A list of Target and Target Groups (Segments).
TargetsOptionalParam defines model for targetsOptionalParam.
TargetSortByField defines model for targetSortByField.
TargetSortOrder defines model for targetSortOrder.
A list of Targets.
TasSortByField defines model for tasSortByField.
TasSortOrder defines model for tasSortOrder.
Timestamp defines model for timestamp.
TsIdentifierQueryParam defines model for tsIdentifierQueryParam.
TsNameQueryParam defines model for tsNameQueryParam.
TsSortByField defines model for tsSortByField.
TsSortOrder defines model for tsSortOrder.
Unauthenticated defines model for Unauthenticated.
Unauthorized defines model for Unauthorized.
UpdateAPIKeyJSONRequestBody defines body for UpdateAPIKey for application/json ContentType.
UpdateFlagsYamlJSONRequestBody defines body for UpdateFlagsYaml for application/json ContentType.
Returns counts of Enabled (Where flag state is on in 1+ environments) and Total Flags.