Versions in this module Expand all Collapse all v14 v14.0.0 Nov 17, 2023 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + AccessTokensApi *AccessTokensApiService + AccountMembersApi *AccountMembersApiService + AccountMembersBetaApi *AccountMembersBetaApiService + AccountUsageBetaApi *AccountUsageBetaApiService + ApplicationsBetaApi *ApplicationsBetaApiService + ApprovalsApi *ApprovalsApiService + AuditLogApi *AuditLogApiService + CodeReferencesApi *CodeReferencesApiService + ContextSettingsApi *ContextSettingsApiService + ContextsApi *ContextsApiService + CustomRolesApi *CustomRolesApiService + DataExportDestinationsApi *DataExportDestinationsApiService + EnvironmentsApi *EnvironmentsApiService + ExperimentsBetaApi *ExperimentsBetaApiService + FeatureFlagsApi *FeatureFlagsApiService + FeatureFlagsBetaApi *FeatureFlagsBetaApiService + FlagLinksBetaApi *FlagLinksBetaApiService + FlagTriggersApi *FlagTriggersApiService + FollowFlagsApi *FollowFlagsApiService + IntegrationAuditLogSubscriptionsApi *IntegrationAuditLogSubscriptionsApiService + IntegrationDeliveryConfigurationsBetaApi *IntegrationDeliveryConfigurationsBetaApiService + MetricsApi *MetricsApiService + MetricsBetaApi *MetricsBetaApiService + OAuth2ClientsApi *OAuth2ClientsApiService + OtherApi *OtherApiService + ProjectsApi *ProjectsApiService + RelayProxyConfigurationsApi *RelayProxyConfigurationsApiService + ReleasePipelinesBetaApi *ReleasePipelinesBetaApiService + ReleasesBetaApi *ReleasesBetaApiService + ScheduledChangesApi *ScheduledChangesApiService + SegmentsApi *SegmentsApiService + SegmentsBetaApi *SegmentsBetaApiService + TagsApi *TagsApiService + TeamsApi *TeamsApiService + TeamsBetaApi *TeamsBetaApiService + UserSettingsApi *UserSettingsApiService + UsersApi *UsersApiService + UsersBetaApi *UsersBetaApiService + WebhooksApi *WebhooksApiService + WorkflowTemplatesApi *WorkflowTemplatesApiService + WorkflowsApi *WorkflowsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type Access struct + Allowed []AccessAllowedRep + Denied []AccessDenied + func NewAccess(denied []AccessDenied, allowed []AccessAllowedRep) *Access + func NewAccessWithDefaults() *Access + func (o *Access) GetAllowed() []AccessAllowedRep + func (o *Access) GetAllowedOk() ([]AccessAllowedRep, bool) + func (o *Access) GetDenied() []AccessDenied + func (o *Access) GetDeniedOk() ([]AccessDenied, bool) + func (o *Access) SetAllowed(v []AccessAllowedRep) + func (o *Access) SetDenied(v []AccessDenied) + func (o Access) MarshalJSON() ([]byte, error) + type AccessAllowedReason struct + Actions []string + Effect string + NotActions []string + NotResources []string + Resources []string + RoleName *string + func NewAccessAllowedReason(effect string) *AccessAllowedReason + func NewAccessAllowedReasonWithDefaults() *AccessAllowedReason + func (o *AccessAllowedReason) GetActions() []string + func (o *AccessAllowedReason) GetActionsOk() ([]string, bool) + func (o *AccessAllowedReason) GetEffect() string + func (o *AccessAllowedReason) GetEffectOk() (*string, bool) + func (o *AccessAllowedReason) GetNotActions() []string + func (o *AccessAllowedReason) GetNotActionsOk() ([]string, bool) + func (o *AccessAllowedReason) GetNotResources() []string + func (o *AccessAllowedReason) GetNotResourcesOk() ([]string, bool) + func (o *AccessAllowedReason) GetResources() []string + func (o *AccessAllowedReason) GetResourcesOk() ([]string, bool) + func (o *AccessAllowedReason) GetRoleName() string + func (o *AccessAllowedReason) GetRoleNameOk() (*string, bool) + func (o *AccessAllowedReason) HasActions() bool + func (o *AccessAllowedReason) HasNotActions() bool + func (o *AccessAllowedReason) HasNotResources() bool + func (o *AccessAllowedReason) HasResources() bool + func (o *AccessAllowedReason) HasRoleName() bool + func (o *AccessAllowedReason) SetActions(v []string) + func (o *AccessAllowedReason) SetEffect(v string) + func (o *AccessAllowedReason) SetNotActions(v []string) + func (o *AccessAllowedReason) SetNotResources(v []string) + func (o *AccessAllowedReason) SetResources(v []string) + func (o *AccessAllowedReason) SetRoleName(v string) + func (o AccessAllowedReason) MarshalJSON() ([]byte, error) + type AccessAllowedRep struct + Action string + Reason AccessAllowedReason + func NewAccessAllowedRep(action string, reason AccessAllowedReason) *AccessAllowedRep + func NewAccessAllowedRepWithDefaults() *AccessAllowedRep + func (o *AccessAllowedRep) GetAction() string + func (o *AccessAllowedRep) GetActionOk() (*string, bool) + func (o *AccessAllowedRep) GetReason() AccessAllowedReason + func (o *AccessAllowedRep) GetReasonOk() (*AccessAllowedReason, bool) + func (o *AccessAllowedRep) SetAction(v string) + func (o *AccessAllowedRep) SetReason(v AccessAllowedReason) + func (o AccessAllowedRep) MarshalJSON() ([]byte, error) + type AccessDenied struct + Action string + Reason AccessDeniedReason + func NewAccessDenied(action string, reason AccessDeniedReason) *AccessDenied + func NewAccessDeniedWithDefaults() *AccessDenied + func (o *AccessDenied) GetAction() string + func (o *AccessDenied) GetActionOk() (*string, bool) + func (o *AccessDenied) GetReason() AccessDeniedReason + func (o *AccessDenied) GetReasonOk() (*AccessDeniedReason, bool) + func (o *AccessDenied) SetAction(v string) + func (o *AccessDenied) SetReason(v AccessDeniedReason) + func (o AccessDenied) MarshalJSON() ([]byte, error) + type AccessDeniedReason struct + Actions []string + Effect string + NotActions []string + NotResources []string + Resources []string + RoleName *string + func NewAccessDeniedReason(effect string) *AccessDeniedReason + func NewAccessDeniedReasonWithDefaults() *AccessDeniedReason + func (o *AccessDeniedReason) GetActions() []string + func (o *AccessDeniedReason) GetActionsOk() ([]string, bool) + func (o *AccessDeniedReason) GetEffect() string + func (o *AccessDeniedReason) GetEffectOk() (*string, bool) + func (o *AccessDeniedReason) GetNotActions() []string + func (o *AccessDeniedReason) GetNotActionsOk() ([]string, bool) + func (o *AccessDeniedReason) GetNotResources() []string + func (o *AccessDeniedReason) GetNotResourcesOk() ([]string, bool) + func (o *AccessDeniedReason) GetResources() []string + func (o *AccessDeniedReason) GetResourcesOk() ([]string, bool) + func (o *AccessDeniedReason) GetRoleName() string + func (o *AccessDeniedReason) GetRoleNameOk() (*string, bool) + func (o *AccessDeniedReason) HasActions() bool + func (o *AccessDeniedReason) HasNotActions() bool + func (o *AccessDeniedReason) HasNotResources() bool + func (o *AccessDeniedReason) HasResources() bool + func (o *AccessDeniedReason) HasRoleName() bool + func (o *AccessDeniedReason) SetActions(v []string) + func (o *AccessDeniedReason) SetEffect(v string) + func (o *AccessDeniedReason) SetNotActions(v []string) + func (o *AccessDeniedReason) SetNotResources(v []string) + func (o *AccessDeniedReason) SetResources(v []string) + func (o *AccessDeniedReason) SetRoleName(v string) + func (o AccessDeniedReason) MarshalJSON() ([]byte, error) + type AccessTokenPost struct + CustomRoleIds []string + DefaultApiVersion *int32 + Description *string + InlineRole []StatementPost + Name *string + Role *string + ServiceToken *bool + func NewAccessTokenPost() *AccessTokenPost + func NewAccessTokenPostWithDefaults() *AccessTokenPost + func (o *AccessTokenPost) GetCustomRoleIds() []string + func (o *AccessTokenPost) GetCustomRoleIdsOk() ([]string, bool) + func (o *AccessTokenPost) GetDefaultApiVersion() int32 + func (o *AccessTokenPost) GetDefaultApiVersionOk() (*int32, bool) + func (o *AccessTokenPost) GetDescription() string + func (o *AccessTokenPost) GetDescriptionOk() (*string, bool) + func (o *AccessTokenPost) GetInlineRole() []StatementPost + func (o *AccessTokenPost) GetInlineRoleOk() ([]StatementPost, bool) + func (o *AccessTokenPost) GetName() string + func (o *AccessTokenPost) GetNameOk() (*string, bool) + func (o *AccessTokenPost) GetRole() string + func (o *AccessTokenPost) GetRoleOk() (*string, bool) + func (o *AccessTokenPost) GetServiceToken() bool + func (o *AccessTokenPost) GetServiceTokenOk() (*bool, bool) + func (o *AccessTokenPost) HasCustomRoleIds() bool + func (o *AccessTokenPost) HasDefaultApiVersion() bool + func (o *AccessTokenPost) HasDescription() bool + func (o *AccessTokenPost) HasInlineRole() bool + func (o *AccessTokenPost) HasName() bool + func (o *AccessTokenPost) HasRole() bool + func (o *AccessTokenPost) HasServiceToken() bool + func (o *AccessTokenPost) SetCustomRoleIds(v []string) + func (o *AccessTokenPost) SetDefaultApiVersion(v int32) + func (o *AccessTokenPost) SetDescription(v string) + func (o *AccessTokenPost) SetInlineRole(v []StatementPost) + func (o *AccessTokenPost) SetName(v string) + func (o *AccessTokenPost) SetRole(v string) + func (o *AccessTokenPost) SetServiceToken(v bool) + func (o AccessTokenPost) MarshalJSON() ([]byte, error) + type AccessTokensApiService service + func (a *AccessTokensApiService) DeleteToken(ctx context.Context, id string) ApiDeleteTokenRequest + func (a *AccessTokensApiService) DeleteTokenExecute(r ApiDeleteTokenRequest) (*http.Response, error) + func (a *AccessTokensApiService) GetToken(ctx context.Context, id string) ApiGetTokenRequest + func (a *AccessTokensApiService) GetTokenExecute(r ApiGetTokenRequest) (*Token, *http.Response, error) + func (a *AccessTokensApiService) GetTokens(ctx context.Context) ApiGetTokensRequest + func (a *AccessTokensApiService) GetTokensExecute(r ApiGetTokensRequest) (*Tokens, *http.Response, error) + func (a *AccessTokensApiService) PatchToken(ctx context.Context, id string) ApiPatchTokenRequest + func (a *AccessTokensApiService) PatchTokenExecute(r ApiPatchTokenRequest) (*Token, *http.Response, error) + func (a *AccessTokensApiService) PostToken(ctx context.Context) ApiPostTokenRequest + func (a *AccessTokensApiService) PostTokenExecute(r ApiPostTokenRequest) (*Token, *http.Response, error) + func (a *AccessTokensApiService) ResetToken(ctx context.Context, id string) ApiResetTokenRequest + func (a *AccessTokensApiService) ResetTokenExecute(r ApiResetTokenRequest) (*Token, *http.Response, error) + type AccountMembersApiService service + func (a *AccountMembersApiService) DeleteMember(ctx context.Context, id string) ApiDeleteMemberRequest + func (a *AccountMembersApiService) DeleteMemberExecute(r ApiDeleteMemberRequest) (*http.Response, error) + func (a *AccountMembersApiService) GetMember(ctx context.Context, id string) ApiGetMemberRequest + func (a *AccountMembersApiService) GetMemberExecute(r ApiGetMemberRequest) (*Member, *http.Response, error) + func (a *AccountMembersApiService) GetMembers(ctx context.Context) ApiGetMembersRequest + func (a *AccountMembersApiService) GetMembersExecute(r ApiGetMembersRequest) (*Members, *http.Response, error) + func (a *AccountMembersApiService) PatchMember(ctx context.Context, id string) ApiPatchMemberRequest + func (a *AccountMembersApiService) PatchMemberExecute(r ApiPatchMemberRequest) (*Member, *http.Response, error) + func (a *AccountMembersApiService) PostMemberTeams(ctx context.Context, id string) ApiPostMemberTeamsRequest + func (a *AccountMembersApiService) PostMemberTeamsExecute(r ApiPostMemberTeamsRequest) (*Member, *http.Response, error) + func (a *AccountMembersApiService) PostMembers(ctx context.Context) ApiPostMembersRequest + func (a *AccountMembersApiService) PostMembersExecute(r ApiPostMembersRequest) (*Members, *http.Response, error) + type AccountMembersBetaApiService service + func (a *AccountMembersBetaApiService) PatchMembers(ctx context.Context) ApiPatchMembersRequest + func (a *AccountMembersBetaApiService) PatchMembersExecute(r ApiPatchMembersRequest) (*BulkEditMembersRep, *http.Response, error) + type AccountUsageBetaApiService service + func (a *AccountUsageBetaApiService) GetEvaluationsUsage(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetEvaluationsUsageRequest + func (a *AccountUsageBetaApiService) GetEvaluationsUsageExecute(r ApiGetEvaluationsUsageRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetEventsUsage(ctx context.Context, type_ string) ApiGetEventsUsageRequest + func (a *AccountUsageBetaApiService) GetEventsUsageExecute(r ApiGetEventsUsageRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetExperimentationKeysUsage(ctx context.Context) ApiGetExperimentationKeysUsageRequest + func (a *AccountUsageBetaApiService) GetExperimentationKeysUsageExecute(r ApiGetExperimentationKeysUsageRequest) (*SeriesIntervalsRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetExperimentationUnitsUsage(ctx context.Context) ApiGetExperimentationUnitsUsageRequest + func (a *AccountUsageBetaApiService) GetExperimentationUnitsUsageExecute(r ApiGetExperimentationUnitsUsageRequest) (*SeriesIntervalsRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetMauSdksByType(ctx context.Context) ApiGetMauSdksByTypeRequest + func (a *AccountUsageBetaApiService) GetMauSdksByTypeExecute(r ApiGetMauSdksByTypeRequest) (*SdkListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetMauUsage(ctx context.Context) ApiGetMauUsageRequest + func (a *AccountUsageBetaApiService) GetMauUsageByCategory(ctx context.Context) ApiGetMauUsageByCategoryRequest + func (a *AccountUsageBetaApiService) GetMauUsageByCategoryExecute(r ApiGetMauUsageByCategoryRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetMauUsageExecute(r ApiGetMauUsageRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetStreamUsage(ctx context.Context, source string) ApiGetStreamUsageRequest + func (a *AccountUsageBetaApiService) GetStreamUsageBySdkVersion(ctx context.Context, source string) ApiGetStreamUsageBySdkVersionRequest + func (a *AccountUsageBetaApiService) GetStreamUsageBySdkVersionExecute(r ApiGetStreamUsageBySdkVersionRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetStreamUsageExecute(r ApiGetStreamUsageRequest) (*SeriesListRep, *http.Response, error) + func (a *AccountUsageBetaApiService) GetStreamUsageSdkversion(ctx context.Context, source string) ApiGetStreamUsageSdkversionRequest + func (a *AccountUsageBetaApiService) GetStreamUsageSdkversionExecute(r ApiGetStreamUsageSdkversionRequest) (*SdkVersionListRep, *http.Response, error) + type ActionInput struct + Instructions interface{} + func NewActionInput() *ActionInput + func NewActionInputWithDefaults() *ActionInput + func (o *ActionInput) GetInstructions() interface{} + func (o *ActionInput) GetInstructionsOk() (*interface{}, bool) + func (o *ActionInput) HasInstructions() bool + func (o *ActionInput) SetInstructions(v interface{}) + func (o ActionInput) MarshalJSON() ([]byte, error) + type ActionOutput struct + Instructions []map[string]interface{} + Kind string + func NewActionOutput(kind string, instructions []map[string]interface{}) *ActionOutput + func NewActionOutputWithDefaults() *ActionOutput + func (o *ActionOutput) GetInstructions() []map[string]interface{} + func (o *ActionOutput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *ActionOutput) GetKind() string + func (o *ActionOutput) GetKindOk() (*string, bool) + func (o *ActionOutput) SetInstructions(v []map[string]interface{}) + func (o *ActionOutput) SetKind(v string) + func (o ActionOutput) MarshalJSON() ([]byte, error) + type ApiCopyFeatureFlagRequest struct + ApiService *FeatureFlagsApiService + func (r ApiCopyFeatureFlagRequest) Execute() (*FeatureFlag, *http.Response, error) + func (r ApiCopyFeatureFlagRequest) FlagCopyConfigPost(flagCopyConfigPost FlagCopyConfigPost) ApiCopyFeatureFlagRequest + type ApiCreateApplicationRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiCreateApplicationRequest) CreateApplicationInput(createApplicationInput CreateApplicationInput) ApiCreateApplicationRequest + func (r ApiCreateApplicationRequest) Execute() (*ApplicationRep, *http.Response, error) + type ApiCreateBigSegmentExportRequest struct + ApiService *SegmentsBetaApiService + func (r ApiCreateBigSegmentExportRequest) Execute() (*http.Response, error) + type ApiCreateBigSegmentImportRequest struct + ApiService *SegmentsBetaApiService + func (r ApiCreateBigSegmentImportRequest) Execute() (*http.Response, error) + func (r ApiCreateBigSegmentImportRequest) File(file *os.File) ApiCreateBigSegmentImportRequest + func (r ApiCreateBigSegmentImportRequest) Mode(mode string) ApiCreateBigSegmentImportRequest + type ApiCreateExperimentRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiCreateExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiCreateExperimentRequest) ExperimentPost(experimentPost ExperimentPost) ApiCreateExperimentRequest + type ApiCreateFlagLinkRequest struct + ApiService *FlagLinksBetaApiService + func (r ApiCreateFlagLinkRequest) Execute() (*FlagLinkRep, *http.Response, error) + func (r ApiCreateFlagLinkRequest) FlagLinkPost(flagLinkPost FlagLinkPost) ApiCreateFlagLinkRequest + type ApiCreateIntegrationDeliveryConfigurationRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiCreateIntegrationDeliveryConfigurationRequest) Execute() (*IntegrationDeliveryConfiguration, *http.Response, error) + func (r ApiCreateIntegrationDeliveryConfigurationRequest) IntegrationDeliveryConfigurationPost(integrationDeliveryConfigurationPost IntegrationDeliveryConfigurationPost) ApiCreateIntegrationDeliveryConfigurationRequest + type ApiCreateIterationRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiCreateIterationRequest) Execute() (*IterationRep, *http.Response, error) + func (r ApiCreateIterationRequest) IterationInput(iterationInput IterationInput) ApiCreateIterationRequest + type ApiCreateMetricGroupRequest struct + ApiService *MetricsBetaApiService + func (r ApiCreateMetricGroupRequest) Execute() (*MetricGroupRep, *http.Response, error) + func (r ApiCreateMetricGroupRequest) MetricGroupPost(metricGroupPost MetricGroupPost) ApiCreateMetricGroupRequest + type ApiCreateOAuth2ClientRequest struct + ApiService *OAuth2ClientsApiService + func (r ApiCreateOAuth2ClientRequest) Execute() (*Client, *http.Response, error) + func (r ApiCreateOAuth2ClientRequest) OauthClientPost(oauthClientPost OauthClientPost) ApiCreateOAuth2ClientRequest + type ApiCreateSubscriptionRequest struct + ApiService *IntegrationAuditLogSubscriptionsApiService + func (r ApiCreateSubscriptionRequest) Execute() (*Integration, *http.Response, error) + func (r ApiCreateSubscriptionRequest) SubscriptionPost(subscriptionPost SubscriptionPost) ApiCreateSubscriptionRequest + type ApiCreateTriggerWorkflowRequest struct + ApiService *FlagTriggersApiService + func (r ApiCreateTriggerWorkflowRequest) Execute() (*TriggerWorkflowRep, *http.Response, error) + func (r ApiCreateTriggerWorkflowRequest) TriggerPost(triggerPost TriggerPost) ApiCreateTriggerWorkflowRequest + type ApiCreateWorkflowTemplateRequest struct + ApiService *WorkflowTemplatesApiService + func (r ApiCreateWorkflowTemplateRequest) CreateWorkflowTemplateInput(createWorkflowTemplateInput CreateWorkflowTemplateInput) ApiCreateWorkflowTemplateRequest + func (r ApiCreateWorkflowTemplateRequest) Execute() (*WorkflowTemplateOutput, *http.Response, error) + type ApiDeleteApplicationRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiDeleteApplicationRequest) Execute() (*http.Response, error) + type ApiDeleteApplicationVersionRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiDeleteApplicationVersionRequest) Execute() (*http.Response, error) + type ApiDeleteApprovalRequestForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiDeleteApprovalRequestForFlagRequest) Execute() (*http.Response, error) + type ApiDeleteApprovalRequestRequest struct + ApiService *ApprovalsApiService + func (r ApiDeleteApprovalRequestRequest) Execute() (*http.Response, error) + type ApiDeleteBranchesRequest struct + ApiService *CodeReferencesApiService + func (r ApiDeleteBranchesRequest) Execute() (*http.Response, error) + func (r ApiDeleteBranchesRequest) RequestBody(requestBody []string) ApiDeleteBranchesRequest + type ApiDeleteContextInstancesRequest struct + ApiService *ContextsApiService + func (r ApiDeleteContextInstancesRequest) Execute() (*http.Response, error) + type ApiDeleteCustomRoleRequest struct + ApiService *CustomRolesApiService + func (r ApiDeleteCustomRoleRequest) Execute() (*http.Response, error) + type ApiDeleteDestinationRequest struct + ApiService *DataExportDestinationsApiService + func (r ApiDeleteDestinationRequest) Execute() (*http.Response, error) + type ApiDeleteEnvironmentRequest struct + ApiService *EnvironmentsApiService + func (r ApiDeleteEnvironmentRequest) Execute() (*http.Response, error) + type ApiDeleteFeatureFlagRequest struct + ApiService *FeatureFlagsApiService + func (r ApiDeleteFeatureFlagRequest) Execute() (*http.Response, error) + type ApiDeleteFlagConfigScheduledChangesRequest struct + ApiService *ScheduledChangesApiService + func (r ApiDeleteFlagConfigScheduledChangesRequest) Execute() (*http.Response, error) + type ApiDeleteFlagFollowersRequest struct + ApiService *FollowFlagsApiService + func (r ApiDeleteFlagFollowersRequest) Execute() (*http.Response, error) + type ApiDeleteFlagLinkRequest struct + ApiService *FlagLinksBetaApiService + func (r ApiDeleteFlagLinkRequest) Execute() (*http.Response, error) + type ApiDeleteIntegrationDeliveryConfigurationRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiDeleteIntegrationDeliveryConfigurationRequest) Execute() (*http.Response, error) + type ApiDeleteMemberRequest struct + ApiService *AccountMembersApiService + func (r ApiDeleteMemberRequest) Execute() (*http.Response, error) + type ApiDeleteMetricGroupRequest struct + ApiService *MetricsBetaApiService + func (r ApiDeleteMetricGroupRequest) Execute() (*http.Response, error) + type ApiDeleteMetricRequest struct + ApiService *MetricsApiService + func (r ApiDeleteMetricRequest) Execute() (*http.Response, error) + type ApiDeleteOAuthClientRequest struct + ApiService *OAuth2ClientsApiService + func (r ApiDeleteOAuthClientRequest) Execute() (*http.Response, error) + type ApiDeleteProjectRequest struct + ApiService *ProjectsApiService + func (r ApiDeleteProjectRequest) Execute() (*http.Response, error) + type ApiDeleteRelayAutoConfigRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiDeleteRelayAutoConfigRequest) Execute() (*http.Response, error) + type ApiDeleteReleasePipelineRequest struct + ApiService *ReleasePipelinesBetaApiService + func (r ApiDeleteReleasePipelineRequest) Execute() (*http.Response, error) + type ApiDeleteRepositoryRequest struct + ApiService *CodeReferencesApiService + func (r ApiDeleteRepositoryRequest) Execute() (*http.Response, error) + type ApiDeleteSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiDeleteSegmentRequest) Execute() (*http.Response, error) + type ApiDeleteSubscriptionRequest struct + ApiService *IntegrationAuditLogSubscriptionsApiService + func (r ApiDeleteSubscriptionRequest) Execute() (*http.Response, error) + type ApiDeleteTeamRequest struct + ApiService *TeamsApiService + func (r ApiDeleteTeamRequest) Execute() (*http.Response, error) + type ApiDeleteTokenRequest struct + ApiService *AccessTokensApiService + func (r ApiDeleteTokenRequest) Execute() (*http.Response, error) + type ApiDeleteTriggerWorkflowRequest struct + ApiService *FlagTriggersApiService + func (r ApiDeleteTriggerWorkflowRequest) Execute() (*http.Response, error) + type ApiDeleteUserRequest struct + ApiService *UsersApiService + func (r ApiDeleteUserRequest) Execute() (*http.Response, error) + type ApiDeleteWebhookRequest struct + ApiService *WebhooksApiService + func (r ApiDeleteWebhookRequest) Execute() (*http.Response, error) + type ApiDeleteWorkflowRequest struct + ApiService *WorkflowsApiService + func (r ApiDeleteWorkflowRequest) Execute() (*http.Response, error) + type ApiDeleteWorkflowTemplateRequest struct + ApiService *WorkflowTemplatesApiService + func (r ApiDeleteWorkflowTemplateRequest) Execute() (*http.Response, error) + type ApiEvaluateContextInstanceRequest struct + ApiService *ContextsApiService + func (r ApiEvaluateContextInstanceRequest) Execute() (*ContextInstanceEvaluations, *http.Response, error) + func (r ApiEvaluateContextInstanceRequest) Filter(filter string) ApiEvaluateContextInstanceRequest + func (r ApiEvaluateContextInstanceRequest) Limit(limit int64) ApiEvaluateContextInstanceRequest + func (r ApiEvaluateContextInstanceRequest) Offset(offset int64) ApiEvaluateContextInstanceRequest + func (r ApiEvaluateContextInstanceRequest) RequestBody(requestBody map[string]interface{}) ApiEvaluateContextInstanceRequest + func (r ApiEvaluateContextInstanceRequest) Sort(sort string) ApiEvaluateContextInstanceRequest + type ApiGetAllReleasePipelinesRequest struct + ApiService *ReleasePipelinesBetaApiService + func (r ApiGetAllReleasePipelinesRequest) Execute() (*ReleasePipelineCollection, *http.Response, error) + type ApiGetAllWebhooksRequest struct + ApiService *WebhooksApiService + func (r ApiGetAllWebhooksRequest) Execute() (*Webhooks, *http.Response, error) + type ApiGetApplicationRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiGetApplicationRequest) Execute() (*ApplicationRep, *http.Response, error) + func (r ApiGetApplicationRequest) Expand(expand string) ApiGetApplicationRequest + type ApiGetApplicationVersionsRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiGetApplicationVersionsRequest) Execute() (*ApplicationVersionsCollectionRep, *http.Response, error) + func (r ApiGetApplicationVersionsRequest) Filter(filter string) ApiGetApplicationVersionsRequest + func (r ApiGetApplicationVersionsRequest) Limit(limit int64) ApiGetApplicationVersionsRequest + func (r ApiGetApplicationVersionsRequest) Offset(offset int64) ApiGetApplicationVersionsRequest + func (r ApiGetApplicationVersionsRequest) Sort(sort string) ApiGetApplicationVersionsRequest + type ApiGetApplicationsRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiGetApplicationsRequest) Execute() (*ApplicationCollectionRep, *http.Response, error) + func (r ApiGetApplicationsRequest) Expand(expand string) ApiGetApplicationsRequest + func (r ApiGetApplicationsRequest) Filter(filter string) ApiGetApplicationsRequest + func (r ApiGetApplicationsRequest) Limit(limit int64) ApiGetApplicationsRequest + func (r ApiGetApplicationsRequest) Offset(offset int64) ApiGetApplicationsRequest + func (r ApiGetApplicationsRequest) Sort(sort string) ApiGetApplicationsRequest + type ApiGetApprovalForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiGetApprovalForFlagRequest) Execute() (*FlagConfigApprovalRequestResponse, *http.Response, error) + type ApiGetApprovalRequestRequest struct + ApiService *ApprovalsApiService + func (r ApiGetApprovalRequestRequest) Execute() (*ExpandableApprovalRequestResponse, *http.Response, error) + func (r ApiGetApprovalRequestRequest) Expand(expand string) ApiGetApprovalRequestRequest + type ApiGetApprovalRequestsRequest struct + ApiService *ApprovalsApiService + func (r ApiGetApprovalRequestsRequest) Execute() (*ExpandableApprovalRequestsResponse, *http.Response, error) + func (r ApiGetApprovalRequestsRequest) Expand(expand string) ApiGetApprovalRequestsRequest + func (r ApiGetApprovalRequestsRequest) Filter(filter string) ApiGetApprovalRequestsRequest + func (r ApiGetApprovalRequestsRequest) Limit(limit int64) ApiGetApprovalRequestsRequest + func (r ApiGetApprovalRequestsRequest) Offset(offset int64) ApiGetApprovalRequestsRequest + type ApiGetApprovalsForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiGetApprovalsForFlagRequest) Execute() (*FlagConfigApprovalRequestsResponse, *http.Response, error) + type ApiGetAuditLogEntriesRequest struct + ApiService *AuditLogApiService + func (r ApiGetAuditLogEntriesRequest) After(after int64) ApiGetAuditLogEntriesRequest + func (r ApiGetAuditLogEntriesRequest) Before(before int64) ApiGetAuditLogEntriesRequest + func (r ApiGetAuditLogEntriesRequest) Execute() (*AuditLogEntryListingRepCollection, *http.Response, error) + func (r ApiGetAuditLogEntriesRequest) Limit(limit int64) ApiGetAuditLogEntriesRequest + func (r ApiGetAuditLogEntriesRequest) Q(q string) ApiGetAuditLogEntriesRequest + func (r ApiGetAuditLogEntriesRequest) Spec(spec string) ApiGetAuditLogEntriesRequest + type ApiGetAuditLogEntryRequest struct + ApiService *AuditLogApiService + func (r ApiGetAuditLogEntryRequest) Execute() (*AuditLogEntryRep, *http.Response, error) + type ApiGetBigSegmentExportRequest struct + ApiService *SegmentsBetaApiService + func (r ApiGetBigSegmentExportRequest) Execute() (*Export, *http.Response, error) + type ApiGetBigSegmentImportRequest struct + ApiService *SegmentsBetaApiService + func (r ApiGetBigSegmentImportRequest) Execute() (*Import, *http.Response, error) + type ApiGetBranchRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetBranchRequest) Execute() (*BranchRep, *http.Response, error) + func (r ApiGetBranchRequest) FlagKey(flagKey string) ApiGetBranchRequest + func (r ApiGetBranchRequest) ProjKey(projKey string) ApiGetBranchRequest + type ApiGetBranchesRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetBranchesRequest) Execute() (*BranchCollectionRep, *http.Response, error) + type ApiGetContextAttributeNamesRequest struct + ApiService *ContextsApiService + func (r ApiGetContextAttributeNamesRequest) Execute() (*ContextAttributeNamesCollection, *http.Response, error) + func (r ApiGetContextAttributeNamesRequest) Filter(filter string) ApiGetContextAttributeNamesRequest + type ApiGetContextAttributeValuesRequest struct + ApiService *ContextsApiService + func (r ApiGetContextAttributeValuesRequest) Execute() (*ContextAttributeValuesCollection, *http.Response, error) + func (r ApiGetContextAttributeValuesRequest) Filter(filter string) ApiGetContextAttributeValuesRequest + type ApiGetContextInstanceSegmentsMembershipByEnvRequest struct + ApiService *SegmentsApiService + func (r ApiGetContextInstanceSegmentsMembershipByEnvRequest) Execute() (*ContextInstanceSegmentMemberships, *http.Response, error) + func (r ApiGetContextInstanceSegmentsMembershipByEnvRequest) RequestBody(requestBody map[string]interface{}) ApiGetContextInstanceSegmentsMembershipByEnvRequest + type ApiGetContextInstancesRequest struct + ApiService *ContextsApiService + func (r ApiGetContextInstancesRequest) ContinuationToken(continuationToken string) ApiGetContextInstancesRequest + func (r ApiGetContextInstancesRequest) Execute() (*ContextInstances, *http.Response, error) + func (r ApiGetContextInstancesRequest) Filter(filter string) ApiGetContextInstancesRequest + func (r ApiGetContextInstancesRequest) IncludeTotalCount(includeTotalCount bool) ApiGetContextInstancesRequest + func (r ApiGetContextInstancesRequest) Limit(limit int64) ApiGetContextInstancesRequest + func (r ApiGetContextInstancesRequest) Sort(sort string) ApiGetContextInstancesRequest + type ApiGetContextKindsByProjectKeyRequest struct + ApiService *ContextsApiService + func (r ApiGetContextKindsByProjectKeyRequest) Execute() (*ContextKindsCollectionRep, *http.Response, error) + type ApiGetContextsRequest struct + ApiService *ContextsApiService + func (r ApiGetContextsRequest) ContinuationToken(continuationToken string) ApiGetContextsRequest + func (r ApiGetContextsRequest) Execute() (*Contexts, *http.Response, error) + func (r ApiGetContextsRequest) Filter(filter string) ApiGetContextsRequest + func (r ApiGetContextsRequest) IncludeTotalCount(includeTotalCount bool) ApiGetContextsRequest + func (r ApiGetContextsRequest) Limit(limit int64) ApiGetContextsRequest + func (r ApiGetContextsRequest) Sort(sort string) ApiGetContextsRequest + type ApiGetCustomRoleRequest struct + ApiService *CustomRolesApiService + func (r ApiGetCustomRoleRequest) Execute() (*CustomRole, *http.Response, error) + type ApiGetCustomRolesRequest struct + ApiService *CustomRolesApiService + func (r ApiGetCustomRolesRequest) Execute() (*CustomRoles, *http.Response, error) + type ApiGetCustomWorkflowRequest struct + ApiService *WorkflowsApiService + func (r ApiGetCustomWorkflowRequest) Execute() (*CustomWorkflowOutput, *http.Response, error) + type ApiGetDependentFlagsByEnvRequest struct + ApiService *FeatureFlagsBetaApiService + func (r ApiGetDependentFlagsByEnvRequest) Execute() (*DependentFlagsByEnvironment, *http.Response, error) + type ApiGetDependentFlagsRequest struct + ApiService *FeatureFlagsBetaApiService + func (r ApiGetDependentFlagsRequest) Execute() (*MultiEnvironmentDependentFlags, *http.Response, error) + type ApiGetDestinationRequest struct + ApiService *DataExportDestinationsApiService + func (r ApiGetDestinationRequest) Execute() (*Destination, *http.Response, error) + type ApiGetDestinationsRequest struct + ApiService *DataExportDestinationsApiService + func (r ApiGetDestinationsRequest) Execute() (*Destinations, *http.Response, error) + type ApiGetEnvironmentRequest struct + ApiService *EnvironmentsApiService + func (r ApiGetEnvironmentRequest) Execute() (*Environment, *http.Response, error) + type ApiGetEnvironmentsByProjectRequest struct + ApiService *EnvironmentsApiService + func (r ApiGetEnvironmentsByProjectRequest) Execute() (*Environments, *http.Response, error) + func (r ApiGetEnvironmentsByProjectRequest) Filter(filter string) ApiGetEnvironmentsByProjectRequest + func (r ApiGetEnvironmentsByProjectRequest) Limit(limit int64) ApiGetEnvironmentsByProjectRequest + func (r ApiGetEnvironmentsByProjectRequest) Offset(offset int64) ApiGetEnvironmentsByProjectRequest + func (r ApiGetEnvironmentsByProjectRequest) Sort(sort string) ApiGetEnvironmentsByProjectRequest + type ApiGetEvaluationsUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetEvaluationsUsageRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetEvaluationsUsageRequest) From(from string) ApiGetEvaluationsUsageRequest + func (r ApiGetEvaluationsUsageRequest) To(to string) ApiGetEvaluationsUsageRequest + func (r ApiGetEvaluationsUsageRequest) Tz(tz string) ApiGetEvaluationsUsageRequest + type ApiGetEventsUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetEventsUsageRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetEventsUsageRequest) From(from string) ApiGetEventsUsageRequest + func (r ApiGetEventsUsageRequest) To(to string) ApiGetEventsUsageRequest + type ApiGetExperimentRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiGetExperimentRequest) Expand(expand string) ApiGetExperimentRequest + type ApiGetExperimentResultsForMetricGroupRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetExperimentResultsForMetricGroupRequest) Execute() (*MetricGroupResultsRep, *http.Response, error) + func (r ApiGetExperimentResultsForMetricGroupRequest) IterationId(iterationId string) ApiGetExperimentResultsForMetricGroupRequest + type ApiGetExperimentResultsRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetExperimentResultsRequest) Execute() (*ExperimentBayesianResultsRep, *http.Response, error) + func (r ApiGetExperimentResultsRequest) IterationId(iterationId string) ApiGetExperimentResultsRequest + type ApiGetExperimentationKeysUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetExperimentationKeysUsageRequest) Execute() (*SeriesIntervalsRep, *http.Response, error) + func (r ApiGetExperimentationKeysUsageRequest) From(from string) ApiGetExperimentationKeysUsageRequest + func (r ApiGetExperimentationKeysUsageRequest) To(to string) ApiGetExperimentationKeysUsageRequest + type ApiGetExperimentationSettingsRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetExperimentationSettingsRequest) Execute() (*ExperimentationSettingsRep, *http.Response, error) + type ApiGetExperimentationUnitsUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetExperimentationUnitsUsageRequest) Execute() (*SeriesIntervalsRep, *http.Response, error) + func (r ApiGetExperimentationUnitsUsageRequest) From(from string) ApiGetExperimentationUnitsUsageRequest + func (r ApiGetExperimentationUnitsUsageRequest) To(to string) ApiGetExperimentationUnitsUsageRequest + type ApiGetExperimentsRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetExperimentsRequest) Execute() (*ExperimentCollectionRep, *http.Response, error) + func (r ApiGetExperimentsRequest) Expand(expand string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) Filter(filter string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) LifecycleState(lifecycleState string) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) Limit(limit int64) ApiGetExperimentsRequest + func (r ApiGetExperimentsRequest) Offset(offset int64) ApiGetExperimentsRequest + type ApiGetExpiringContextTargetsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetExpiringContextTargetsRequest) Execute() (*ExpiringTargetGetResponse, *http.Response, error) + type ApiGetExpiringFlagsForUserRequest struct + ApiService *UserSettingsApiService + func (r ApiGetExpiringFlagsForUserRequest) Execute() (*ExpiringUserTargetGetResponse, *http.Response, error) + type ApiGetExpiringTargetsForSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiGetExpiringTargetsForSegmentRequest) Execute() (*ExpiringTargetGetResponse, *http.Response, error) + type ApiGetExpiringUserTargetsForSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiGetExpiringUserTargetsForSegmentRequest) Execute() (*ExpiringUserTargetGetResponse, *http.Response, error) + type ApiGetExpiringUserTargetsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetExpiringUserTargetsRequest) Execute() (*ExpiringUserTargetGetResponse, *http.Response, error) + type ApiGetExtinctionsRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetExtinctionsRequest) BranchName(branchName string) ApiGetExtinctionsRequest + func (r ApiGetExtinctionsRequest) Execute() (*ExtinctionCollectionRep, *http.Response, error) + func (r ApiGetExtinctionsRequest) FlagKey(flagKey string) ApiGetExtinctionsRequest + func (r ApiGetExtinctionsRequest) From(from int64) ApiGetExtinctionsRequest + func (r ApiGetExtinctionsRequest) ProjKey(projKey string) ApiGetExtinctionsRequest + func (r ApiGetExtinctionsRequest) RepoName(repoName string) ApiGetExtinctionsRequest + func (r ApiGetExtinctionsRequest) To(to int64) ApiGetExtinctionsRequest + type ApiGetFeatureFlagRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetFeatureFlagRequest) Env(env string) ApiGetFeatureFlagRequest + func (r ApiGetFeatureFlagRequest) Execute() (*FeatureFlag, *http.Response, error) + func (r ApiGetFeatureFlagRequest) Expand(expand string) ApiGetFeatureFlagRequest + type ApiGetFeatureFlagScheduledChangeRequest struct + ApiService *ScheduledChangesApiService + func (r ApiGetFeatureFlagScheduledChangeRequest) Execute() (*FeatureFlagScheduledChange, *http.Response, error) + type ApiGetFeatureFlagStatusAcrossEnvironmentsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetFeatureFlagStatusAcrossEnvironmentsRequest) Env(env string) ApiGetFeatureFlagStatusAcrossEnvironmentsRequest + func (r ApiGetFeatureFlagStatusAcrossEnvironmentsRequest) Execute() (*FeatureFlagStatusAcrossEnvironments, *http.Response, error) + type ApiGetFeatureFlagStatusRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetFeatureFlagStatusRequest) Execute() (*FlagStatusRep, *http.Response, error) + type ApiGetFeatureFlagStatusesRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetFeatureFlagStatusesRequest) Execute() (*FeatureFlagStatuses, *http.Response, error) + type ApiGetFeatureFlagsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiGetFeatureFlagsRequest) Archived(archived bool) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Compare(compare bool) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Env(env string) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Execute() (*FeatureFlags, *http.Response, error) + func (r ApiGetFeatureFlagsRequest) Expand(expand string) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Filter(filter string) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Limit(limit int64) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Offset(offset int64) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Sort(sort string) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Summary(summary bool) ApiGetFeatureFlagsRequest + func (r ApiGetFeatureFlagsRequest) Tag(tag string) ApiGetFeatureFlagsRequest + type ApiGetFlagConfigScheduledChangesRequest struct + ApiService *ScheduledChangesApiService + func (r ApiGetFlagConfigScheduledChangesRequest) Execute() (*FeatureFlagScheduledChanges, *http.Response, error) + type ApiGetFlagDefaultsByProjectRequest struct + ApiService *ProjectsApiService + func (r ApiGetFlagDefaultsByProjectRequest) Execute() (*FlagDefaultsRep, *http.Response, error) + type ApiGetFlagFollowersRequest struct + ApiService *FollowFlagsApiService + func (r ApiGetFlagFollowersRequest) Execute() (*FlagFollowersGetRep, *http.Response, error) + type ApiGetFlagLinksRequest struct + ApiService *FlagLinksBetaApiService + func (r ApiGetFlagLinksRequest) Execute() (*FlagLinkCollectionRep, *http.Response, error) + type ApiGetFollowersByProjEnvRequest struct + ApiService *FollowFlagsApiService + func (r ApiGetFollowersByProjEnvRequest) Execute() (*FlagFollowersByProjEnvGetRep, *http.Response, error) + type ApiGetIntegrationDeliveryConfigurationByEnvironmentRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiGetIntegrationDeliveryConfigurationByEnvironmentRequest) Execute() (*IntegrationDeliveryConfigurationCollection, *http.Response, error) + type ApiGetIntegrationDeliveryConfigurationByIdRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiGetIntegrationDeliveryConfigurationByIdRequest) Execute() (*IntegrationDeliveryConfiguration, *http.Response, error) + type ApiGetIntegrationDeliveryConfigurationsRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiGetIntegrationDeliveryConfigurationsRequest) Execute() (*IntegrationDeliveryConfigurationCollection, *http.Response, error) + type ApiGetIpsRequest struct + ApiService *OtherApiService + func (r ApiGetIpsRequest) Execute() (*IpList, *http.Response, error) + type ApiGetLegacyExperimentResultsRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiGetLegacyExperimentResultsRequest) Execute() (*ExperimentResults, *http.Response, error) + func (r ApiGetLegacyExperimentResultsRequest) From(from int64) ApiGetLegacyExperimentResultsRequest + func (r ApiGetLegacyExperimentResultsRequest) To(to int64) ApiGetLegacyExperimentResultsRequest + type ApiGetMauSdksByTypeRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetMauSdksByTypeRequest) Execute() (*SdkListRep, *http.Response, error) + func (r ApiGetMauSdksByTypeRequest) From(from string) ApiGetMauSdksByTypeRequest + func (r ApiGetMauSdksByTypeRequest) Sdktype(sdktype string) ApiGetMauSdksByTypeRequest + func (r ApiGetMauSdksByTypeRequest) To(to string) ApiGetMauSdksByTypeRequest + type ApiGetMauUsageByCategoryRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetMauUsageByCategoryRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetMauUsageByCategoryRequest) From(from string) ApiGetMauUsageByCategoryRequest + func (r ApiGetMauUsageByCategoryRequest) To(to string) ApiGetMauUsageByCategoryRequest + type ApiGetMauUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetMauUsageRequest) Anonymous(anonymous string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Environment(environment string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetMauUsageRequest) From(from string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Groupby(groupby string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Project(project string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Sdk(sdk string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) Sdktype(sdktype string) ApiGetMauUsageRequest + func (r ApiGetMauUsageRequest) To(to string) ApiGetMauUsageRequest + type ApiGetMemberRequest struct + ApiService *AccountMembersApiService + func (r ApiGetMemberRequest) Execute() (*Member, *http.Response, error) + type ApiGetMembersRequest struct + ApiService *AccountMembersApiService + func (r ApiGetMembersRequest) Execute() (*Members, *http.Response, error) + func (r ApiGetMembersRequest) Filter(filter string) ApiGetMembersRequest + func (r ApiGetMembersRequest) Limit(limit int64) ApiGetMembersRequest + func (r ApiGetMembersRequest) Offset(offset int64) ApiGetMembersRequest + func (r ApiGetMembersRequest) Sort(sort string) ApiGetMembersRequest + type ApiGetMetricGroupRequest struct + ApiService *MetricsBetaApiService + func (r ApiGetMetricGroupRequest) Execute() (*MetricGroupRep, *http.Response, error) + func (r ApiGetMetricGroupRequest) Expand(expand string) ApiGetMetricGroupRequest + type ApiGetMetricGroupsRequest struct + ApiService *MetricsBetaApiService + func (r ApiGetMetricGroupsRequest) Execute() (*MetricGroupCollectionRep, *http.Response, error) + func (r ApiGetMetricGroupsRequest) Expand(expand string) ApiGetMetricGroupsRequest + type ApiGetMetricRequest struct + ApiService *MetricsApiService + func (r ApiGetMetricRequest) Execute() (*MetricRep, *http.Response, error) + func (r ApiGetMetricRequest) Expand(expand string) ApiGetMetricRequest + type ApiGetMetricsRequest struct + ApiService *MetricsApiService + func (r ApiGetMetricsRequest) Execute() (*MetricCollectionRep, *http.Response, error) + func (r ApiGetMetricsRequest) Expand(expand string) ApiGetMetricsRequest + type ApiGetOAuthClientByIdRequest struct + ApiService *OAuth2ClientsApiService + func (r ApiGetOAuthClientByIdRequest) Execute() (*Client, *http.Response, error) + type ApiGetOAuthClientsRequest struct + ApiService *OAuth2ClientsApiService + func (r ApiGetOAuthClientsRequest) Execute() (*ClientCollection, *http.Response, error) + type ApiGetOpenapiSpecRequest struct + ApiService *OtherApiService + func (r ApiGetOpenapiSpecRequest) Execute() (*http.Response, error) + type ApiGetProjectRequest struct + ApiService *ProjectsApiService + func (r ApiGetProjectRequest) Execute() (*Project, *http.Response, error) + func (r ApiGetProjectRequest) Expand(expand string) ApiGetProjectRequest + type ApiGetProjectsRequest struct + ApiService *ProjectsApiService + func (r ApiGetProjectsRequest) Execute() (*Projects, *http.Response, error) + func (r ApiGetProjectsRequest) Expand(expand string) ApiGetProjectsRequest + func (r ApiGetProjectsRequest) Filter(filter string) ApiGetProjectsRequest + func (r ApiGetProjectsRequest) Limit(limit int64) ApiGetProjectsRequest + func (r ApiGetProjectsRequest) Offset(offset int64) ApiGetProjectsRequest + func (r ApiGetProjectsRequest) Sort(sort string) ApiGetProjectsRequest + type ApiGetRelayProxyConfigRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiGetRelayProxyConfigRequest) Execute() (*RelayAutoConfigRep, *http.Response, error) + type ApiGetRelayProxyConfigsRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiGetRelayProxyConfigsRequest) Execute() (*RelayAutoConfigCollectionRep, *http.Response, error) + type ApiGetReleaseByFlagKeyRequest struct + ApiService *ReleasesBetaApiService + func (r ApiGetReleaseByFlagKeyRequest) Execute() (*Release, *http.Response, error) + type ApiGetReleasePipelineByKeyRequest struct + ApiService *ReleasePipelinesBetaApiService + func (r ApiGetReleasePipelineByKeyRequest) Execute() (*ReleasePipeline, *http.Response, error) + type ApiGetRepositoriesRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetRepositoriesRequest) Execute() (*RepositoryCollectionRep, *http.Response, error) + func (r ApiGetRepositoriesRequest) FlagKey(flagKey string) ApiGetRepositoriesRequest + func (r ApiGetRepositoriesRequest) ProjKey(projKey string) ApiGetRepositoriesRequest + func (r ApiGetRepositoriesRequest) WithBranches(withBranches string) ApiGetRepositoriesRequest + func (r ApiGetRepositoriesRequest) WithReferencesForDefaultBranch(withReferencesForDefaultBranch string) ApiGetRepositoriesRequest + type ApiGetRepositoryRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetRepositoryRequest) Execute() (*RepositoryRep, *http.Response, error) + type ApiGetRootRequest struct + ApiService *OtherApiService + func (r ApiGetRootRequest) Execute() (*RootResponse, *http.Response, error) + type ApiGetRootStatisticRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetRootStatisticRequest) Execute() (*StatisticsRoot, *http.Response, error) + type ApiGetSearchUsersRequest struct + ApiService *UsersApiService + func (r ApiGetSearchUsersRequest) After(after int64) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) Execute() (*Users, *http.Response, error) + func (r ApiGetSearchUsersRequest) Filter(filter string) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) Limit(limit int64) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) Offset(offset int64) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) Q(q string) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) SearchAfter(searchAfter string) ApiGetSearchUsersRequest + func (r ApiGetSearchUsersRequest) Sort(sort string) ApiGetSearchUsersRequest + type ApiGetSegmentMembershipForContextRequest struct + ApiService *SegmentsApiService + func (r ApiGetSegmentMembershipForContextRequest) Execute() (*BigSegmentTarget, *http.Response, error) + type ApiGetSegmentMembershipForUserRequest struct + ApiService *SegmentsApiService + func (r ApiGetSegmentMembershipForUserRequest) Execute() (*BigSegmentTarget, *http.Response, error) + type ApiGetSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiGetSegmentRequest) Execute() (*UserSegment, *http.Response, error) + type ApiGetSegmentsRequest struct + ApiService *SegmentsApiService + func (r ApiGetSegmentsRequest) Execute() (*UserSegments, *http.Response, error) + func (r ApiGetSegmentsRequest) Filter(filter string) ApiGetSegmentsRequest + func (r ApiGetSegmentsRequest) Limit(limit int64) ApiGetSegmentsRequest + func (r ApiGetSegmentsRequest) Offset(offset int64) ApiGetSegmentsRequest + func (r ApiGetSegmentsRequest) Sort(sort string) ApiGetSegmentsRequest + type ApiGetStatisticsRequest struct + ApiService *CodeReferencesApiService + func (r ApiGetStatisticsRequest) Execute() (*StatisticCollectionRep, *http.Response, error) + func (r ApiGetStatisticsRequest) FlagKey(flagKey string) ApiGetStatisticsRequest + type ApiGetStreamUsageBySdkVersionRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetStreamUsageBySdkVersionRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetStreamUsageBySdkVersionRequest) From(from string) ApiGetStreamUsageBySdkVersionRequest + func (r ApiGetStreamUsageBySdkVersionRequest) Sdk(sdk string) ApiGetStreamUsageBySdkVersionRequest + func (r ApiGetStreamUsageBySdkVersionRequest) To(to string) ApiGetStreamUsageBySdkVersionRequest + func (r ApiGetStreamUsageBySdkVersionRequest) Tz(tz string) ApiGetStreamUsageBySdkVersionRequest + func (r ApiGetStreamUsageBySdkVersionRequest) Version(version string) ApiGetStreamUsageBySdkVersionRequest + type ApiGetStreamUsageRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetStreamUsageRequest) Execute() (*SeriesListRep, *http.Response, error) + func (r ApiGetStreamUsageRequest) From(from string) ApiGetStreamUsageRequest + func (r ApiGetStreamUsageRequest) To(to string) ApiGetStreamUsageRequest + func (r ApiGetStreamUsageRequest) Tz(tz string) ApiGetStreamUsageRequest + type ApiGetStreamUsageSdkversionRequest struct + ApiService *AccountUsageBetaApiService + func (r ApiGetStreamUsageSdkversionRequest) Execute() (*SdkVersionListRep, *http.Response, error) + type ApiGetSubscriptionByIDRequest struct + ApiService *IntegrationAuditLogSubscriptionsApiService + func (r ApiGetSubscriptionByIDRequest) Execute() (*Integration, *http.Response, error) + type ApiGetSubscriptionsRequest struct + ApiService *IntegrationAuditLogSubscriptionsApiService + func (r ApiGetSubscriptionsRequest) Execute() (*Integrations, *http.Response, error) + type ApiGetTagsRequest struct + ApiService *TagsApiService + func (r ApiGetTagsRequest) Archived(archived bool) ApiGetTagsRequest + func (r ApiGetTagsRequest) Execute() (*TagCollection, *http.Response, error) + func (r ApiGetTagsRequest) Kind(kind string) ApiGetTagsRequest + func (r ApiGetTagsRequest) Pre(pre string) ApiGetTagsRequest + type ApiGetTeamMaintainersRequest struct + ApiService *TeamsApiService + func (r ApiGetTeamMaintainersRequest) Execute() (*TeamMaintainers, *http.Response, error) + func (r ApiGetTeamMaintainersRequest) Limit(limit int64) ApiGetTeamMaintainersRequest + func (r ApiGetTeamMaintainersRequest) Offset(offset int64) ApiGetTeamMaintainersRequest + type ApiGetTeamRequest struct + ApiService *TeamsApiService + func (r ApiGetTeamRequest) Execute() (*Team, *http.Response, error) + func (r ApiGetTeamRequest) Expand(expand string) ApiGetTeamRequest + type ApiGetTeamRolesRequest struct + ApiService *TeamsApiService + func (r ApiGetTeamRolesRequest) Execute() (*TeamCustomRoles, *http.Response, error) + func (r ApiGetTeamRolesRequest) Limit(limit int64) ApiGetTeamRolesRequest + func (r ApiGetTeamRolesRequest) Offset(offset int64) ApiGetTeamRolesRequest + type ApiGetTeamsRequest struct + ApiService *TeamsApiService + func (r ApiGetTeamsRequest) Execute() (*Teams, *http.Response, error) + func (r ApiGetTeamsRequest) Expand(expand string) ApiGetTeamsRequest + func (r ApiGetTeamsRequest) Filter(filter string) ApiGetTeamsRequest + func (r ApiGetTeamsRequest) Limit(limit int64) ApiGetTeamsRequest + func (r ApiGetTeamsRequest) Offset(offset int64) ApiGetTeamsRequest + type ApiGetTokenRequest struct + ApiService *AccessTokensApiService + func (r ApiGetTokenRequest) Execute() (*Token, *http.Response, error) + type ApiGetTokensRequest struct + ApiService *AccessTokensApiService + func (r ApiGetTokensRequest) Execute() (*Tokens, *http.Response, error) + func (r ApiGetTokensRequest) ShowAll(showAll bool) ApiGetTokensRequest + type ApiGetTriggerWorkflowByIdRequest struct + ApiService *FlagTriggersApiService + func (r ApiGetTriggerWorkflowByIdRequest) Execute() (*TriggerWorkflowRep, *http.Response, error) + type ApiGetTriggerWorkflowsRequest struct + ApiService *FlagTriggersApiService + func (r ApiGetTriggerWorkflowsRequest) Execute() (*TriggerWorkflowCollectionRep, *http.Response, error) + type ApiGetUserAttributeNamesRequest struct + ApiService *UsersBetaApiService + func (r ApiGetUserAttributeNamesRequest) Execute() (*UserAttributeNamesRep, *http.Response, error) + type ApiGetUserFlagSettingRequest struct + ApiService *UserSettingsApiService + func (r ApiGetUserFlagSettingRequest) Execute() (*UserFlagSetting, *http.Response, error) + type ApiGetUserFlagSettingsRequest struct + ApiService *UserSettingsApiService + func (r ApiGetUserFlagSettingsRequest) Execute() (*UserFlagSettings, *http.Response, error) + type ApiGetUserRequest struct + ApiService *UsersApiService + func (r ApiGetUserRequest) Execute() (*UserRecord, *http.Response, error) + type ApiGetUsersRequest struct + ApiService *UsersApiService + func (r ApiGetUsersRequest) Execute() (*UsersRep, *http.Response, error) + func (r ApiGetUsersRequest) Limit(limit int64) ApiGetUsersRequest + func (r ApiGetUsersRequest) SearchAfter(searchAfter string) ApiGetUsersRequest + type ApiGetVersionsRequest struct + ApiService *OtherApiService + func (r ApiGetVersionsRequest) Execute() (*VersionsRep, *http.Response, error) + type ApiGetWebhookRequest struct + ApiService *WebhooksApiService + func (r ApiGetWebhookRequest) Execute() (*Webhook, *http.Response, error) + type ApiGetWorkflowTemplatesRequest struct + ApiService *WorkflowTemplatesApiService + func (r ApiGetWorkflowTemplatesRequest) Execute() (*WorkflowTemplatesListingOutputRep, *http.Response, error) + func (r ApiGetWorkflowTemplatesRequest) Search(search string) ApiGetWorkflowTemplatesRequest + func (r ApiGetWorkflowTemplatesRequest) Summary(summary bool) ApiGetWorkflowTemplatesRequest + type ApiGetWorkflowsRequest struct + ApiService *WorkflowsApiService + func (r ApiGetWorkflowsRequest) Execute() (*CustomWorkflowsListingOutput, *http.Response, error) + func (r ApiGetWorkflowsRequest) Sort(sort string) ApiGetWorkflowsRequest + func (r ApiGetWorkflowsRequest) Status(status string) ApiGetWorkflowsRequest + type ApiPatchApplicationRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiPatchApplicationRequest) Execute() (*ApplicationRep, *http.Response, error) + func (r ApiPatchApplicationRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchApplicationRequest + type ApiPatchApplicationVersionRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiPatchApplicationVersionRequest) Execute() (*ApplicationVersionRep, *http.Response, error) + func (r ApiPatchApplicationVersionRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchApplicationVersionRequest + type ApiPatchCustomRoleRequest struct + ApiService *CustomRolesApiService + func (r ApiPatchCustomRoleRequest) Execute() (*CustomRole, *http.Response, error) + func (r ApiPatchCustomRoleRequest) PatchWithComment(patchWithComment PatchWithComment) ApiPatchCustomRoleRequest + type ApiPatchDestinationRequest struct + ApiService *DataExportDestinationsApiService + func (r ApiPatchDestinationRequest) Execute() (*Destination, *http.Response, error) + func (r ApiPatchDestinationRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchDestinationRequest + type ApiPatchEnvironmentRequest struct + ApiService *EnvironmentsApiService + func (r ApiPatchEnvironmentRequest) Execute() (*Environment, *http.Response, error) + func (r ApiPatchEnvironmentRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchEnvironmentRequest + type ApiPatchExperimentRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiPatchExperimentRequest) Execute() (*Experiment, *http.Response, error) + func (r ApiPatchExperimentRequest) ExperimentPatchInput(experimentPatchInput ExperimentPatchInput) ApiPatchExperimentRequest + type ApiPatchExpiringFlagsForUserRequest struct + ApiService *UserSettingsApiService + func (r ApiPatchExpiringFlagsForUserRequest) Execute() (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (r ApiPatchExpiringFlagsForUserRequest) PatchUsersRequest(patchUsersRequest PatchUsersRequest) ApiPatchExpiringFlagsForUserRequest + type ApiPatchExpiringTargetsForSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiPatchExpiringTargetsForSegmentRequest) Execute() (*ExpiringTargetPatchResponse, *http.Response, error) + func (r ApiPatchExpiringTargetsForSegmentRequest) PatchSegmentExpiringTargetInputRep(patchSegmentExpiringTargetInputRep PatchSegmentExpiringTargetInputRep) ApiPatchExpiringTargetsForSegmentRequest + type ApiPatchExpiringTargetsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiPatchExpiringTargetsRequest) Execute() (*ExpiringTargetPatchResponse, *http.Response, error) + func (r ApiPatchExpiringTargetsRequest) PatchFlagsRequest(patchFlagsRequest PatchFlagsRequest) ApiPatchExpiringTargetsRequest + type ApiPatchExpiringUserTargetsForSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiPatchExpiringUserTargetsForSegmentRequest) Execute() (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (r ApiPatchExpiringUserTargetsForSegmentRequest) PatchSegmentRequest(patchSegmentRequest PatchSegmentRequest) ApiPatchExpiringUserTargetsForSegmentRequest + type ApiPatchExpiringUserTargetsRequest struct + ApiService *FeatureFlagsApiService + func (r ApiPatchExpiringUserTargetsRequest) Execute() (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (r ApiPatchExpiringUserTargetsRequest) PatchFlagsRequest(patchFlagsRequest PatchFlagsRequest) ApiPatchExpiringUserTargetsRequest + type ApiPatchFeatureFlagRequest struct + ApiService *FeatureFlagsApiService + func (r ApiPatchFeatureFlagRequest) Execute() (*FeatureFlag, *http.Response, error) + func (r ApiPatchFeatureFlagRequest) PatchWithComment(patchWithComment PatchWithComment) ApiPatchFeatureFlagRequest + type ApiPatchFlagConfigScheduledChangeRequest struct + ApiService *ScheduledChangesApiService + func (r ApiPatchFlagConfigScheduledChangeRequest) Execute() (*FeatureFlagScheduledChange, *http.Response, error) + func (r ApiPatchFlagConfigScheduledChangeRequest) FlagScheduledChangesInput(flagScheduledChangesInput FlagScheduledChangesInput) ApiPatchFlagConfigScheduledChangeRequest + func (r ApiPatchFlagConfigScheduledChangeRequest) IgnoreConflicts(ignoreConflicts bool) ApiPatchFlagConfigScheduledChangeRequest + type ApiPatchFlagDefaultsByProjectRequest struct + ApiService *ProjectsApiService + func (r ApiPatchFlagDefaultsByProjectRequest) Execute() (*UpsertPayloadRep, *http.Response, error) + func (r ApiPatchFlagDefaultsByProjectRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchFlagDefaultsByProjectRequest + type ApiPatchIntegrationDeliveryConfigurationRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiPatchIntegrationDeliveryConfigurationRequest) Execute() (*IntegrationDeliveryConfiguration, *http.Response, error) + func (r ApiPatchIntegrationDeliveryConfigurationRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchIntegrationDeliveryConfigurationRequest + type ApiPatchMemberRequest struct + ApiService *AccountMembersApiService + func (r ApiPatchMemberRequest) Execute() (*Member, *http.Response, error) + func (r ApiPatchMemberRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchMemberRequest + type ApiPatchMembersRequest struct + ApiService *AccountMembersBetaApiService + func (r ApiPatchMembersRequest) Execute() (*BulkEditMembersRep, *http.Response, error) + func (r ApiPatchMembersRequest) MembersPatchInput(membersPatchInput MembersPatchInput) ApiPatchMembersRequest + type ApiPatchMetricGroupRequest struct + ApiService *MetricsBetaApiService + func (r ApiPatchMetricGroupRequest) Execute() (*MetricGroupRep, *http.Response, error) + func (r ApiPatchMetricGroupRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchMetricGroupRequest + type ApiPatchMetricRequest struct + ApiService *MetricsApiService + func (r ApiPatchMetricRequest) Execute() (*MetricRep, *http.Response, error) + func (r ApiPatchMetricRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchMetricRequest + type ApiPatchOAuthClientRequest struct + ApiService *OAuth2ClientsApiService + func (r ApiPatchOAuthClientRequest) Execute() (*Client, *http.Response, error) + func (r ApiPatchOAuthClientRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchOAuthClientRequest + type ApiPatchProjectRequest struct + ApiService *ProjectsApiService + func (r ApiPatchProjectRequest) Execute() (*ProjectRep, *http.Response, error) + func (r ApiPatchProjectRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchProjectRequest + type ApiPatchRelayAutoConfigRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiPatchRelayAutoConfigRequest) Execute() (*RelayAutoConfigRep, *http.Response, error) + func (r ApiPatchRelayAutoConfigRequest) PatchWithComment(patchWithComment PatchWithComment) ApiPatchRelayAutoConfigRequest + type ApiPatchReleaseByFlagKeyRequest struct + ApiService *ReleasesBetaApiService + func (r ApiPatchReleaseByFlagKeyRequest) Execute() (*http.Response, error) + func (r ApiPatchReleaseByFlagKeyRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchReleaseByFlagKeyRequest + type ApiPatchReleasePipelineRequest struct + ApiService *ReleasePipelinesBetaApiService + func (r ApiPatchReleasePipelineRequest) Execute() (*ReleasePipeline, *http.Response, error) + type ApiPatchRepositoryRequest struct + ApiService *CodeReferencesApiService + func (r ApiPatchRepositoryRequest) Execute() (*RepositoryRep, *http.Response, error) + func (r ApiPatchRepositoryRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchRepositoryRequest + type ApiPatchSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiPatchSegmentRequest) Execute() (*UserSegment, *http.Response, error) + func (r ApiPatchSegmentRequest) PatchWithComment(patchWithComment PatchWithComment) ApiPatchSegmentRequest + type ApiPatchTeamRequest struct + ApiService *TeamsApiService + func (r ApiPatchTeamRequest) Execute() (*Team, *http.Response, error) + func (r ApiPatchTeamRequest) Expand(expand string) ApiPatchTeamRequest + func (r ApiPatchTeamRequest) TeamPatchInput(teamPatchInput TeamPatchInput) ApiPatchTeamRequest + type ApiPatchTeamsRequest struct + ApiService *TeamsBetaApiService + func (r ApiPatchTeamsRequest) Execute() (*BulkEditTeamsRep, *http.Response, error) + func (r ApiPatchTeamsRequest) TeamsPatchInput(teamsPatchInput TeamsPatchInput) ApiPatchTeamsRequest + type ApiPatchTokenRequest struct + ApiService *AccessTokensApiService + func (r ApiPatchTokenRequest) Execute() (*Token, *http.Response, error) + func (r ApiPatchTokenRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchTokenRequest + type ApiPatchTriggerWorkflowRequest struct + ApiService *FlagTriggersApiService + func (r ApiPatchTriggerWorkflowRequest) Execute() (*TriggerWorkflowRep, *http.Response, error) + func (r ApiPatchTriggerWorkflowRequest) FlagTriggerInput(flagTriggerInput FlagTriggerInput) ApiPatchTriggerWorkflowRequest + type ApiPatchWebhookRequest struct + ApiService *WebhooksApiService + func (r ApiPatchWebhookRequest) Execute() (*Webhook, *http.Response, error) + func (r ApiPatchWebhookRequest) PatchOperation(patchOperation []PatchOperation) ApiPatchWebhookRequest + type ApiPostApplicationVersionRequest struct + ApiService *ApplicationsBetaApiService + func (r ApiPostApplicationVersionRequest) CreateApplicationVersionInput(createApplicationVersionInput CreateApplicationVersionInput) ApiPostApplicationVersionRequest + func (r ApiPostApplicationVersionRequest) Execute() (*ApplicationVersionRep, *http.Response, error) + type ApiPostApprovalRequestApplyForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestApplyForFlagRequest) Execute() (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (r ApiPostApprovalRequestApplyForFlagRequest) PostApprovalRequestApplyRequest(postApprovalRequestApplyRequest PostApprovalRequestApplyRequest) ApiPostApprovalRequestApplyForFlagRequest + type ApiPostApprovalRequestApplyRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestApplyRequest) Execute() (*ApprovalRequestResponse, *http.Response, error) + func (r ApiPostApprovalRequestApplyRequest) PostApprovalRequestApplyRequest(postApprovalRequestApplyRequest PostApprovalRequestApplyRequest) ApiPostApprovalRequestApplyRequest + type ApiPostApprovalRequestForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestForFlagRequest) CreateFlagConfigApprovalRequestRequest(createFlagConfigApprovalRequestRequest CreateFlagConfigApprovalRequestRequest) ApiPostApprovalRequestForFlagRequest + func (r ApiPostApprovalRequestForFlagRequest) Execute() (*FlagConfigApprovalRequestResponse, *http.Response, error) + type ApiPostApprovalRequestRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestRequest) CreateApprovalRequestRequest(createApprovalRequestRequest CreateApprovalRequestRequest) ApiPostApprovalRequestRequest + func (r ApiPostApprovalRequestRequest) Execute() (*ApprovalRequestResponse, *http.Response, error) + type ApiPostApprovalRequestReviewForFlagRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestReviewForFlagRequest) Execute() (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (r ApiPostApprovalRequestReviewForFlagRequest) PostApprovalRequestReviewRequest(postApprovalRequestReviewRequest PostApprovalRequestReviewRequest) ApiPostApprovalRequestReviewForFlagRequest + type ApiPostApprovalRequestReviewRequest struct + ApiService *ApprovalsApiService + func (r ApiPostApprovalRequestReviewRequest) Execute() (*ApprovalRequestResponse, *http.Response, error) + func (r ApiPostApprovalRequestReviewRequest) PostApprovalRequestReviewRequest(postApprovalRequestReviewRequest PostApprovalRequestReviewRequest) ApiPostApprovalRequestReviewRequest + type ApiPostCustomRoleRequest struct + ApiService *CustomRolesApiService + func (r ApiPostCustomRoleRequest) CustomRolePost(customRolePost CustomRolePost) ApiPostCustomRoleRequest + func (r ApiPostCustomRoleRequest) Execute() (*CustomRole, *http.Response, error) + type ApiPostDestinationRequest struct + ApiService *DataExportDestinationsApiService + func (r ApiPostDestinationRequest) DestinationPost(destinationPost DestinationPost) ApiPostDestinationRequest + func (r ApiPostDestinationRequest) Execute() (*Destination, *http.Response, error) + type ApiPostEnvironmentRequest struct + ApiService *EnvironmentsApiService + func (r ApiPostEnvironmentRequest) EnvironmentPost(environmentPost EnvironmentPost) ApiPostEnvironmentRequest + func (r ApiPostEnvironmentRequest) Execute() (*Environment, *http.Response, error) + type ApiPostExtinctionRequest struct + ApiService *CodeReferencesApiService + func (r ApiPostExtinctionRequest) Execute() (*http.Response, error) + func (r ApiPostExtinctionRequest) Extinction(extinction []Extinction) ApiPostExtinctionRequest + type ApiPostFeatureFlagRequest struct + ApiService *FeatureFlagsApiService + func (r ApiPostFeatureFlagRequest) Clone(clone string) ApiPostFeatureFlagRequest + func (r ApiPostFeatureFlagRequest) Execute() (*FeatureFlag, *http.Response, error) + func (r ApiPostFeatureFlagRequest) FeatureFlagBody(featureFlagBody FeatureFlagBody) ApiPostFeatureFlagRequest + type ApiPostFlagConfigScheduledChangesRequest struct + ApiService *ScheduledChangesApiService + func (r ApiPostFlagConfigScheduledChangesRequest) Execute() (*FeatureFlagScheduledChange, *http.Response, error) + func (r ApiPostFlagConfigScheduledChangesRequest) IgnoreConflicts(ignoreConflicts bool) ApiPostFlagConfigScheduledChangesRequest + func (r ApiPostFlagConfigScheduledChangesRequest) PostFlagScheduledChangesInput(postFlagScheduledChangesInput PostFlagScheduledChangesInput) ApiPostFlagConfigScheduledChangesRequest + type ApiPostFlagCopyConfigApprovalRequestRequest struct + ApiService *ApprovalsApiService + func (r ApiPostFlagCopyConfigApprovalRequestRequest) CreateCopyFlagConfigApprovalRequestRequest(...) ApiPostFlagCopyConfigApprovalRequestRequest + func (r ApiPostFlagCopyConfigApprovalRequestRequest) Execute() (*FlagConfigApprovalRequestResponse, *http.Response, error) + type ApiPostMemberTeamsRequest struct + ApiService *AccountMembersApiService + func (r ApiPostMemberTeamsRequest) Execute() (*Member, *http.Response, error) + func (r ApiPostMemberTeamsRequest) MemberTeamsPostInput(memberTeamsPostInput MemberTeamsPostInput) ApiPostMemberTeamsRequest + type ApiPostMembersRequest struct + ApiService *AccountMembersApiService + func (r ApiPostMembersRequest) Execute() (*Members, *http.Response, error) + func (r ApiPostMembersRequest) NewMemberForm(newMemberForm []NewMemberForm) ApiPostMembersRequest + type ApiPostMetricRequest struct + ApiService *MetricsApiService + func (r ApiPostMetricRequest) Execute() (*MetricRep, *http.Response, error) + func (r ApiPostMetricRequest) MetricPost(metricPost MetricPost) ApiPostMetricRequest + type ApiPostMigrationSafetyIssuesRequest struct + ApiService *FeatureFlagsBetaApiService + func (r ApiPostMigrationSafetyIssuesRequest) Execute() ([]MigrationSafetyIssueRep, *http.Response, error) + func (r ApiPostMigrationSafetyIssuesRequest) FlagSempatch(flagSempatch FlagSempatch) ApiPostMigrationSafetyIssuesRequest + type ApiPostProjectRequest struct + ApiService *ProjectsApiService + func (r ApiPostProjectRequest) Execute() (*ProjectRep, *http.Response, error) + func (r ApiPostProjectRequest) ProjectPost(projectPost ProjectPost) ApiPostProjectRequest + type ApiPostRelayAutoConfigRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiPostRelayAutoConfigRequest) Execute() (*RelayAutoConfigRep, *http.Response, error) + func (r ApiPostRelayAutoConfigRequest) RelayAutoConfigPost(relayAutoConfigPost RelayAutoConfigPost) ApiPostRelayAutoConfigRequest + type ApiPostReleasePipelineRequest struct + ApiService *ReleasePipelinesBetaApiService + func (r ApiPostReleasePipelineRequest) CreateReleasePipelineInput(createReleasePipelineInput CreateReleasePipelineInput) ApiPostReleasePipelineRequest + func (r ApiPostReleasePipelineRequest) Execute() (*ReleasePipeline, *http.Response, error) + type ApiPostRepositoryRequest struct + ApiService *CodeReferencesApiService + func (r ApiPostRepositoryRequest) Execute() (*RepositoryRep, *http.Response, error) + func (r ApiPostRepositoryRequest) RepositoryPost(repositoryPost RepositoryPost) ApiPostRepositoryRequest + type ApiPostSegmentRequest struct + ApiService *SegmentsApiService + func (r ApiPostSegmentRequest) Execute() (*UserSegment, *http.Response, error) + func (r ApiPostSegmentRequest) SegmentBody(segmentBody SegmentBody) ApiPostSegmentRequest + type ApiPostTeamMembersRequest struct + ApiService *TeamsApiService + func (r ApiPostTeamMembersRequest) Execute() (*TeamImportsRep, *http.Response, error) + func (r ApiPostTeamMembersRequest) File(file *os.File) ApiPostTeamMembersRequest + type ApiPostTeamRequest struct + ApiService *TeamsApiService + func (r ApiPostTeamRequest) Execute() (*Team, *http.Response, error) + func (r ApiPostTeamRequest) Expand(expand string) ApiPostTeamRequest + func (r ApiPostTeamRequest) TeamPostInput(teamPostInput TeamPostInput) ApiPostTeamRequest + type ApiPostTokenRequest struct + ApiService *AccessTokensApiService + func (r ApiPostTokenRequest) AccessTokenPost(accessTokenPost AccessTokenPost) ApiPostTokenRequest + func (r ApiPostTokenRequest) Execute() (*Token, *http.Response, error) + type ApiPostWebhookRequest struct + ApiService *WebhooksApiService + func (r ApiPostWebhookRequest) Execute() (*Webhook, *http.Response, error) + func (r ApiPostWebhookRequest) WebhookPost(webhookPost WebhookPost) ApiPostWebhookRequest + type ApiPostWorkflowRequest struct + ApiService *WorkflowsApiService + func (r ApiPostWorkflowRequest) CustomWorkflowInput(customWorkflowInput CustomWorkflowInput) ApiPostWorkflowRequest + func (r ApiPostWorkflowRequest) DryRun(dryRun bool) ApiPostWorkflowRequest + func (r ApiPostWorkflowRequest) Execute() (*CustomWorkflowOutput, *http.Response, error) + func (r ApiPostWorkflowRequest) TemplateKey(templateKey string) ApiPostWorkflowRequest + type ApiPutBranchRequest struct + ApiService *CodeReferencesApiService + func (r ApiPutBranchRequest) Execute() (*http.Response, error) + func (r ApiPutBranchRequest) PutBranch(putBranch PutBranch) ApiPutBranchRequest + type ApiPutContextFlagSettingRequest struct + ApiService *ContextSettingsApiService + func (r ApiPutContextFlagSettingRequest) Execute() (*http.Response, error) + func (r ApiPutContextFlagSettingRequest) ValuePut(valuePut ValuePut) ApiPutContextFlagSettingRequest + type ApiPutContextKindRequest struct + ApiService *ContextsApiService + func (r ApiPutContextKindRequest) Execute() (*UpsertResponseRep, *http.Response, error) + func (r ApiPutContextKindRequest) UpsertContextKindPayload(upsertContextKindPayload UpsertContextKindPayload) ApiPutContextKindRequest + type ApiPutExperimentationSettingsRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiPutExperimentationSettingsRequest) Execute() (*ExperimentationSettingsRep, *http.Response, error) + func (r ApiPutExperimentationSettingsRequest) ExperimentationSettingsPut(experimentationSettingsPut ExperimentationSettingsPut) ApiPutExperimentationSettingsRequest + type ApiPutFlagDefaultsByProjectRequest struct + ApiService *ProjectsApiService + func (r ApiPutFlagDefaultsByProjectRequest) Execute() (*UpsertPayloadRep, *http.Response, error) + func (r ApiPutFlagDefaultsByProjectRequest) UpsertFlagDefaultsPayload(upsertFlagDefaultsPayload UpsertFlagDefaultsPayload) ApiPutFlagDefaultsByProjectRequest + type ApiPutFlagFollowersRequest struct + ApiService *FollowFlagsApiService + func (r ApiPutFlagFollowersRequest) Execute() (*http.Response, error) + type ApiPutFlagSettingRequest struct + ApiService *UserSettingsApiService + func (r ApiPutFlagSettingRequest) Execute() (*http.Response, error) + func (r ApiPutFlagSettingRequest) ValuePut(valuePut ValuePut) ApiPutFlagSettingRequest + type ApiResetEnvironmentMobileKeyRequest struct + ApiService *EnvironmentsApiService + func (r ApiResetEnvironmentMobileKeyRequest) Execute() (*Environment, *http.Response, error) + type ApiResetEnvironmentSDKKeyRequest struct + ApiService *EnvironmentsApiService + func (r ApiResetEnvironmentSDKKeyRequest) Execute() (*Environment, *http.Response, error) + func (r ApiResetEnvironmentSDKKeyRequest) Expiry(expiry int64) ApiResetEnvironmentSDKKeyRequest + type ApiResetExperimentRequest struct + ApiService *ExperimentsBetaApiService + func (r ApiResetExperimentRequest) Execute() (*http.Response, error) + type ApiResetRelayAutoConfigRequest struct + ApiService *RelayProxyConfigurationsApiService + func (r ApiResetRelayAutoConfigRequest) Execute() (*RelayAutoConfigRep, *http.Response, error) + func (r ApiResetRelayAutoConfigRequest) Expiry(expiry int64) ApiResetRelayAutoConfigRequest + type ApiResetTokenRequest struct + ApiService *AccessTokensApiService + func (r ApiResetTokenRequest) Execute() (*Token, *http.Response, error) + func (r ApiResetTokenRequest) Expiry(expiry int64) ApiResetTokenRequest + type ApiSearchContextInstancesRequest struct + ApiService *ContextsApiService + func (r ApiSearchContextInstancesRequest) ContextInstanceSearch(contextInstanceSearch ContextInstanceSearch) ApiSearchContextInstancesRequest + func (r ApiSearchContextInstancesRequest) ContinuationToken(continuationToken string) ApiSearchContextInstancesRequest + func (r ApiSearchContextInstancesRequest) Execute() (*ContextInstances, *http.Response, error) + func (r ApiSearchContextInstancesRequest) Filter(filter string) ApiSearchContextInstancesRequest + func (r ApiSearchContextInstancesRequest) IncludeTotalCount(includeTotalCount bool) ApiSearchContextInstancesRequest + func (r ApiSearchContextInstancesRequest) Limit(limit int64) ApiSearchContextInstancesRequest + func (r ApiSearchContextInstancesRequest) Sort(sort string) ApiSearchContextInstancesRequest + type ApiSearchContextsRequest struct + ApiService *ContextsApiService + func (r ApiSearchContextsRequest) ContextSearch(contextSearch ContextSearch) ApiSearchContextsRequest + func (r ApiSearchContextsRequest) ContinuationToken(continuationToken string) ApiSearchContextsRequest + func (r ApiSearchContextsRequest) Execute() (*Contexts, *http.Response, error) + func (r ApiSearchContextsRequest) Filter(filter string) ApiSearchContextsRequest + func (r ApiSearchContextsRequest) IncludeTotalCount(includeTotalCount bool) ApiSearchContextsRequest + func (r ApiSearchContextsRequest) Limit(limit int64) ApiSearchContextsRequest + func (r ApiSearchContextsRequest) Sort(sort string) ApiSearchContextsRequest + type ApiUpdateBigSegmentContextTargetsRequest struct + ApiService *SegmentsApiService + func (r ApiUpdateBigSegmentContextTargetsRequest) Execute() (*http.Response, error) + func (r ApiUpdateBigSegmentContextTargetsRequest) SegmentUserState(segmentUserState SegmentUserState) ApiUpdateBigSegmentContextTargetsRequest + type ApiUpdateBigSegmentTargetsRequest struct + ApiService *SegmentsApiService + func (r ApiUpdateBigSegmentTargetsRequest) Execute() (*http.Response, error) + func (r ApiUpdateBigSegmentTargetsRequest) SegmentUserState(segmentUserState SegmentUserState) ApiUpdateBigSegmentTargetsRequest + type ApiUpdateFlagLinkRequest struct + ApiService *FlagLinksBetaApiService + func (r ApiUpdateFlagLinkRequest) Execute() (*FlagLinkRep, *http.Response, error) + func (r ApiUpdateFlagLinkRequest) PatchOperation(patchOperation []PatchOperation) ApiUpdateFlagLinkRequest + type ApiUpdateSubscriptionRequest struct + ApiService *IntegrationAuditLogSubscriptionsApiService + func (r ApiUpdateSubscriptionRequest) Execute() (*Integration, *http.Response, error) + func (r ApiUpdateSubscriptionRequest) PatchOperation(patchOperation []PatchOperation) ApiUpdateSubscriptionRequest + type ApiValidateIntegrationDeliveryConfigurationRequest struct + ApiService *IntegrationDeliveryConfigurationsBetaApiService + func (r ApiValidateIntegrationDeliveryConfigurationRequest) Execute() (*IntegrationDeliveryConfigurationResponse, *http.Response, error) + type ApplicationCollectionRep struct + Items []ApplicationRep + Links *map[string]Link + TotalCount *int32 + func NewApplicationCollectionRep() *ApplicationCollectionRep + func NewApplicationCollectionRepWithDefaults() *ApplicationCollectionRep + func (o *ApplicationCollectionRep) GetItems() []ApplicationRep + func (o *ApplicationCollectionRep) GetItemsOk() ([]ApplicationRep, bool) + func (o *ApplicationCollectionRep) GetLinks() map[string]Link + func (o *ApplicationCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ApplicationCollectionRep) GetTotalCount() int32 + func (o *ApplicationCollectionRep) GetTotalCountOk() (*int32, bool) + func (o *ApplicationCollectionRep) HasItems() bool + func (o *ApplicationCollectionRep) HasLinks() bool + func (o *ApplicationCollectionRep) HasTotalCount() bool + func (o *ApplicationCollectionRep) SetItems(v []ApplicationRep) + func (o *ApplicationCollectionRep) SetLinks(v map[string]Link) + func (o *ApplicationCollectionRep) SetTotalCount(v int32) + func (o ApplicationCollectionRep) MarshalJSON() ([]byte, error) + type ApplicationExpandableFields struct + Flags *ApplicationFlagCollectionRep + func NewApplicationExpandableFields() *ApplicationExpandableFields + func NewApplicationExpandableFieldsWithDefaults() *ApplicationExpandableFields + func (o *ApplicationExpandableFields) GetFlags() ApplicationFlagCollectionRep + func (o *ApplicationExpandableFields) GetFlagsOk() (*ApplicationFlagCollectionRep, bool) + func (o *ApplicationExpandableFields) HasFlags() bool + func (o *ApplicationExpandableFields) SetFlags(v ApplicationFlagCollectionRep) + func (o ApplicationExpandableFields) MarshalJSON() ([]byte, error) + type ApplicationFlagCollectionRep struct + Items []FlagListingRep + Links *map[string]Link + TotalCount *int32 + func NewApplicationFlagCollectionRep() *ApplicationFlagCollectionRep + func NewApplicationFlagCollectionRepWithDefaults() *ApplicationFlagCollectionRep + func (o *ApplicationFlagCollectionRep) GetItems() []FlagListingRep + func (o *ApplicationFlagCollectionRep) GetItemsOk() ([]FlagListingRep, bool) + func (o *ApplicationFlagCollectionRep) GetLinks() map[string]Link + func (o *ApplicationFlagCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ApplicationFlagCollectionRep) GetTotalCount() int32 + func (o *ApplicationFlagCollectionRep) GetTotalCountOk() (*int32, bool) + func (o *ApplicationFlagCollectionRep) HasItems() bool + func (o *ApplicationFlagCollectionRep) HasLinks() bool + func (o *ApplicationFlagCollectionRep) HasTotalCount() bool + func (o *ApplicationFlagCollectionRep) SetItems(v []FlagListingRep) + func (o *ApplicationFlagCollectionRep) SetLinks(v map[string]Link) + func (o *ApplicationFlagCollectionRep) SetTotalCount(v int32) + func (o ApplicationFlagCollectionRep) MarshalJSON() ([]byte, error) + type ApplicationRep struct + Access *Access + AutoAdded bool + CreationDate *int64 + Description *string + Flags *ApplicationFlagCollectionRep + Key string + Kind string + Links *map[string]Link + Maintainer *MaintainerRep + Name string + Version *int32 + func NewApplicationRep(autoAdded bool, key string, kind string, name string) *ApplicationRep + func NewApplicationRepWithDefaults() *ApplicationRep + func (o *ApplicationRep) GetAccess() Access + func (o *ApplicationRep) GetAccessOk() (*Access, bool) + func (o *ApplicationRep) GetAutoAdded() bool + func (o *ApplicationRep) GetAutoAddedOk() (*bool, bool) + func (o *ApplicationRep) GetCreationDate() int64 + func (o *ApplicationRep) GetCreationDateOk() (*int64, bool) + func (o *ApplicationRep) GetDescription() string + func (o *ApplicationRep) GetDescriptionOk() (*string, bool) + func (o *ApplicationRep) GetFlags() ApplicationFlagCollectionRep + func (o *ApplicationRep) GetFlagsOk() (*ApplicationFlagCollectionRep, bool) + func (o *ApplicationRep) GetKey() string + func (o *ApplicationRep) GetKeyOk() (*string, bool) + func (o *ApplicationRep) GetKind() string + func (o *ApplicationRep) GetKindOk() (*string, bool) + func (o *ApplicationRep) GetLinks() map[string]Link + func (o *ApplicationRep) GetLinksOk() (*map[string]Link, bool) + func (o *ApplicationRep) GetMaintainer() MaintainerRep + func (o *ApplicationRep) GetMaintainerOk() (*MaintainerRep, bool) + func (o *ApplicationRep) GetName() string + func (o *ApplicationRep) GetNameOk() (*string, bool) + func (o *ApplicationRep) GetVersion() int32 + func (o *ApplicationRep) GetVersionOk() (*int32, bool) + func (o *ApplicationRep) HasAccess() bool + func (o *ApplicationRep) HasCreationDate() bool + func (o *ApplicationRep) HasDescription() bool + func (o *ApplicationRep) HasFlags() bool + func (o *ApplicationRep) HasLinks() bool + func (o *ApplicationRep) HasMaintainer() bool + func (o *ApplicationRep) HasVersion() bool + func (o *ApplicationRep) SetAccess(v Access) + func (o *ApplicationRep) SetAutoAdded(v bool) + func (o *ApplicationRep) SetCreationDate(v int64) + func (o *ApplicationRep) SetDescription(v string) + func (o *ApplicationRep) SetFlags(v ApplicationFlagCollectionRep) + func (o *ApplicationRep) SetKey(v string) + func (o *ApplicationRep) SetKind(v string) + func (o *ApplicationRep) SetLinks(v map[string]Link) + func (o *ApplicationRep) SetMaintainer(v MaintainerRep) + func (o *ApplicationRep) SetName(v string) + func (o *ApplicationRep) SetVersion(v int32) + func (o ApplicationRep) MarshalJSON() ([]byte, error) + type ApplicationVersionRep struct + Access *Access + AutoAdded bool + CreationDate *int64 + Key string + Links *map[string]Link + Name string + Supported *bool + Version *int32 + func NewApplicationVersionRep(autoAdded bool, key string, name string) *ApplicationVersionRep + func NewApplicationVersionRepWithDefaults() *ApplicationVersionRep + func (o *ApplicationVersionRep) GetAccess() Access + func (o *ApplicationVersionRep) GetAccessOk() (*Access, bool) + func (o *ApplicationVersionRep) GetAutoAdded() bool + func (o *ApplicationVersionRep) GetAutoAddedOk() (*bool, bool) + func (o *ApplicationVersionRep) GetCreationDate() int64 + func (o *ApplicationVersionRep) GetCreationDateOk() (*int64, bool) + func (o *ApplicationVersionRep) GetKey() string + func (o *ApplicationVersionRep) GetKeyOk() (*string, bool) + func (o *ApplicationVersionRep) GetLinks() map[string]Link + func (o *ApplicationVersionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ApplicationVersionRep) GetName() string + func (o *ApplicationVersionRep) GetNameOk() (*string, bool) + func (o *ApplicationVersionRep) GetSupported() bool + func (o *ApplicationVersionRep) GetSupportedOk() (*bool, bool) + func (o *ApplicationVersionRep) GetVersion() int32 + func (o *ApplicationVersionRep) GetVersionOk() (*int32, bool) + func (o *ApplicationVersionRep) HasAccess() bool + func (o *ApplicationVersionRep) HasCreationDate() bool + func (o *ApplicationVersionRep) HasLinks() bool + func (o *ApplicationVersionRep) HasSupported() bool + func (o *ApplicationVersionRep) HasVersion() bool + func (o *ApplicationVersionRep) SetAccess(v Access) + func (o *ApplicationVersionRep) SetAutoAdded(v bool) + func (o *ApplicationVersionRep) SetCreationDate(v int64) + func (o *ApplicationVersionRep) SetKey(v string) + func (o *ApplicationVersionRep) SetLinks(v map[string]Link) + func (o *ApplicationVersionRep) SetName(v string) + func (o *ApplicationVersionRep) SetSupported(v bool) + func (o *ApplicationVersionRep) SetVersion(v int32) + func (o ApplicationVersionRep) MarshalJSON() ([]byte, error) + type ApplicationVersionsCollectionRep struct + Items []ApplicationVersionRep + Links *map[string]Link + TotalCount *int32 + func NewApplicationVersionsCollectionRep() *ApplicationVersionsCollectionRep + func NewApplicationVersionsCollectionRepWithDefaults() *ApplicationVersionsCollectionRep + func (o *ApplicationVersionsCollectionRep) GetItems() []ApplicationVersionRep + func (o *ApplicationVersionsCollectionRep) GetItemsOk() ([]ApplicationVersionRep, bool) + func (o *ApplicationVersionsCollectionRep) GetLinks() map[string]Link + func (o *ApplicationVersionsCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ApplicationVersionsCollectionRep) GetTotalCount() int32 + func (o *ApplicationVersionsCollectionRep) GetTotalCountOk() (*int32, bool) + func (o *ApplicationVersionsCollectionRep) HasItems() bool + func (o *ApplicationVersionsCollectionRep) HasLinks() bool + func (o *ApplicationVersionsCollectionRep) HasTotalCount() bool + func (o *ApplicationVersionsCollectionRep) SetItems(v []ApplicationVersionRep) + func (o *ApplicationVersionsCollectionRep) SetLinks(v map[string]Link) + func (o *ApplicationVersionsCollectionRep) SetTotalCount(v int32) + func (o ApplicationVersionsCollectionRep) MarshalJSON() ([]byte, error) + type ApplicationsBetaApiService service + func (a *ApplicationsBetaApiService) CreateApplication(ctx context.Context) ApiCreateApplicationRequest + func (a *ApplicationsBetaApiService) CreateApplicationExecute(r ApiCreateApplicationRequest) (*ApplicationRep, *http.Response, error) + func (a *ApplicationsBetaApiService) DeleteApplication(ctx context.Context, applicationKey string) ApiDeleteApplicationRequest + func (a *ApplicationsBetaApiService) DeleteApplicationExecute(r ApiDeleteApplicationRequest) (*http.Response, error) + func (a *ApplicationsBetaApiService) DeleteApplicationVersion(ctx context.Context, applicationKey string, versionKey string) ApiDeleteApplicationVersionRequest + func (a *ApplicationsBetaApiService) DeleteApplicationVersionExecute(r ApiDeleteApplicationVersionRequest) (*http.Response, error) + func (a *ApplicationsBetaApiService) GetApplication(ctx context.Context, applicationKey string) ApiGetApplicationRequest + func (a *ApplicationsBetaApiService) GetApplicationExecute(r ApiGetApplicationRequest) (*ApplicationRep, *http.Response, error) + func (a *ApplicationsBetaApiService) GetApplicationVersions(ctx context.Context, applicationKey string) ApiGetApplicationVersionsRequest + func (a *ApplicationsBetaApiService) GetApplicationVersionsExecute(r ApiGetApplicationVersionsRequest) (*ApplicationVersionsCollectionRep, *http.Response, error) + func (a *ApplicationsBetaApiService) GetApplications(ctx context.Context) ApiGetApplicationsRequest + func (a *ApplicationsBetaApiService) GetApplicationsExecute(r ApiGetApplicationsRequest) (*ApplicationCollectionRep, *http.Response, error) + func (a *ApplicationsBetaApiService) PatchApplication(ctx context.Context, applicationKey string) ApiPatchApplicationRequest + func (a *ApplicationsBetaApiService) PatchApplicationExecute(r ApiPatchApplicationRequest) (*ApplicationRep, *http.Response, error) + func (a *ApplicationsBetaApiService) PatchApplicationVersion(ctx context.Context, applicationKey string, versionKey string) ApiPatchApplicationVersionRequest + func (a *ApplicationsBetaApiService) PatchApplicationVersionExecute(r ApiPatchApplicationVersionRequest) (*ApplicationVersionRep, *http.Response, error) + func (a *ApplicationsBetaApiService) PostApplicationVersion(ctx context.Context, applicationKey string) ApiPostApplicationVersionRequest + func (a *ApplicationsBetaApiService) PostApplicationVersionExecute(r ApiPostApplicationVersionRequest) (*ApplicationVersionRep, *http.Response, error) + type ApprovalConditionInput struct + Description *string + NotifyMemberIds []string + NotifyTeamKeys []string + func NewApprovalConditionInput() *ApprovalConditionInput + func NewApprovalConditionInputWithDefaults() *ApprovalConditionInput + func (o *ApprovalConditionInput) GetDescription() string + func (o *ApprovalConditionInput) GetDescriptionOk() (*string, bool) + func (o *ApprovalConditionInput) GetNotifyMemberIds() []string + func (o *ApprovalConditionInput) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ApprovalConditionInput) GetNotifyTeamKeys() []string + func (o *ApprovalConditionInput) GetNotifyTeamKeysOk() ([]string, bool) + func (o *ApprovalConditionInput) HasDescription() bool + func (o *ApprovalConditionInput) HasNotifyMemberIds() bool + func (o *ApprovalConditionInput) HasNotifyTeamKeys() bool + func (o *ApprovalConditionInput) SetDescription(v string) + func (o *ApprovalConditionInput) SetNotifyMemberIds(v []string) + func (o *ApprovalConditionInput) SetNotifyTeamKeys(v []string) + func (o ApprovalConditionInput) MarshalJSON() ([]byte, error) + type ApprovalConditionOutput struct + AllReviews []ReviewOutput + AppliedDate *int64 + Description string + NotifyMemberIds []string + ReviewStatus string + func NewApprovalConditionOutput(description string, notifyMemberIds []string, allReviews []ReviewOutput, ...) *ApprovalConditionOutput + func NewApprovalConditionOutputWithDefaults() *ApprovalConditionOutput + func (o *ApprovalConditionOutput) GetAllReviews() []ReviewOutput + func (o *ApprovalConditionOutput) GetAllReviewsOk() ([]ReviewOutput, bool) + func (o *ApprovalConditionOutput) GetAppliedDate() int64 + func (o *ApprovalConditionOutput) GetAppliedDateOk() (*int64, bool) + func (o *ApprovalConditionOutput) GetDescription() string + func (o *ApprovalConditionOutput) GetDescriptionOk() (*string, bool) + func (o *ApprovalConditionOutput) GetNotifyMemberIds() []string + func (o *ApprovalConditionOutput) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ApprovalConditionOutput) GetReviewStatus() string + func (o *ApprovalConditionOutput) GetReviewStatusOk() (*string, bool) + func (o *ApprovalConditionOutput) HasAppliedDate() bool + func (o *ApprovalConditionOutput) SetAllReviews(v []ReviewOutput) + func (o *ApprovalConditionOutput) SetAppliedDate(v int64) + func (o *ApprovalConditionOutput) SetDescription(v string) + func (o *ApprovalConditionOutput) SetNotifyMemberIds(v []string) + func (o *ApprovalConditionOutput) SetReviewStatus(v string) + func (o ApprovalConditionOutput) MarshalJSON() ([]byte, error) + type ApprovalRequestResponse struct + AllReviews []ReviewResponse + AppliedByMemberId *string + AppliedByServiceTokenId *string + AppliedDate *int64 + ApprovalSettings *ApprovalSettings + Conflicts []Conflict + CreationDate int64 + CustomWorkflowMetadata *CustomWorkflowMeta + Description *string + ExecutionDate *int64 + Id string + Instructions []map[string]interface{} + IntegrationMetadata *IntegrationMetadata + Links map[string]interface{} + NotifyMemberIds []string + OperatingOnId *string + RequestorId *string + ResourceId *string + ReviewStatus string + ServiceKind string + Source *CopiedFromEnv + Status string + Version int32 + func NewApprovalRequestResponse(id string, version int32, creationDate int64, serviceKind string, ...) *ApprovalRequestResponse + func NewApprovalRequestResponseWithDefaults() *ApprovalRequestResponse + func (o *ApprovalRequestResponse) GetAllReviews() []ReviewResponse + func (o *ApprovalRequestResponse) GetAllReviewsOk() ([]ReviewResponse, bool) + func (o *ApprovalRequestResponse) GetAppliedByMemberId() string + func (o *ApprovalRequestResponse) GetAppliedByMemberIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetAppliedByServiceTokenId() string + func (o *ApprovalRequestResponse) GetAppliedByServiceTokenIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetAppliedDate() int64 + func (o *ApprovalRequestResponse) GetAppliedDateOk() (*int64, bool) + func (o *ApprovalRequestResponse) GetApprovalSettings() ApprovalSettings + func (o *ApprovalRequestResponse) GetApprovalSettingsOk() (*ApprovalSettings, bool) + func (o *ApprovalRequestResponse) GetConflicts() []Conflict + func (o *ApprovalRequestResponse) GetConflictsOk() ([]Conflict, bool) + func (o *ApprovalRequestResponse) GetCreationDate() int64 + func (o *ApprovalRequestResponse) GetCreationDateOk() (*int64, bool) + func (o *ApprovalRequestResponse) GetCustomWorkflowMetadata() CustomWorkflowMeta + func (o *ApprovalRequestResponse) GetCustomWorkflowMetadataOk() (*CustomWorkflowMeta, bool) + func (o *ApprovalRequestResponse) GetDescription() string + func (o *ApprovalRequestResponse) GetDescriptionOk() (*string, bool) + func (o *ApprovalRequestResponse) GetExecutionDate() int64 + func (o *ApprovalRequestResponse) GetExecutionDateOk() (*int64, bool) + func (o *ApprovalRequestResponse) GetId() string + func (o *ApprovalRequestResponse) GetIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetInstructions() []map[string]interface{} + func (o *ApprovalRequestResponse) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *ApprovalRequestResponse) GetIntegrationMetadata() IntegrationMetadata + func (o *ApprovalRequestResponse) GetIntegrationMetadataOk() (*IntegrationMetadata, bool) + func (o *ApprovalRequestResponse) GetLinks() map[string]interface{} + func (o *ApprovalRequestResponse) GetLinksOk() (map[string]interface{}, bool) + func (o *ApprovalRequestResponse) GetNotifyMemberIds() []string + func (o *ApprovalRequestResponse) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ApprovalRequestResponse) GetOperatingOnId() string + func (o *ApprovalRequestResponse) GetOperatingOnIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetRequestorId() string + func (o *ApprovalRequestResponse) GetRequestorIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetResourceId() string + func (o *ApprovalRequestResponse) GetResourceIdOk() (*string, bool) + func (o *ApprovalRequestResponse) GetReviewStatus() string + func (o *ApprovalRequestResponse) GetReviewStatusOk() (*string, bool) + func (o *ApprovalRequestResponse) GetServiceKind() string + func (o *ApprovalRequestResponse) GetServiceKindOk() (*string, bool) + func (o *ApprovalRequestResponse) GetSource() CopiedFromEnv + func (o *ApprovalRequestResponse) GetSourceOk() (*CopiedFromEnv, bool) + func (o *ApprovalRequestResponse) GetStatus() string + func (o *ApprovalRequestResponse) GetStatusOk() (*string, bool) + func (o *ApprovalRequestResponse) GetVersion() int32 + func (o *ApprovalRequestResponse) GetVersionOk() (*int32, bool) + func (o *ApprovalRequestResponse) HasAppliedByMemberId() bool + func (o *ApprovalRequestResponse) HasAppliedByServiceTokenId() bool + func (o *ApprovalRequestResponse) HasAppliedDate() bool + func (o *ApprovalRequestResponse) HasApprovalSettings() bool + func (o *ApprovalRequestResponse) HasCustomWorkflowMetadata() bool + func (o *ApprovalRequestResponse) HasDescription() bool + func (o *ApprovalRequestResponse) HasExecutionDate() bool + func (o *ApprovalRequestResponse) HasIntegrationMetadata() bool + func (o *ApprovalRequestResponse) HasOperatingOnId() bool + func (o *ApprovalRequestResponse) HasRequestorId() bool + func (o *ApprovalRequestResponse) HasResourceId() bool + func (o *ApprovalRequestResponse) HasSource() bool + func (o *ApprovalRequestResponse) SetAllReviews(v []ReviewResponse) + func (o *ApprovalRequestResponse) SetAppliedByMemberId(v string) + func (o *ApprovalRequestResponse) SetAppliedByServiceTokenId(v string) + func (o *ApprovalRequestResponse) SetAppliedDate(v int64) + func (o *ApprovalRequestResponse) SetApprovalSettings(v ApprovalSettings) + func (o *ApprovalRequestResponse) SetConflicts(v []Conflict) + func (o *ApprovalRequestResponse) SetCreationDate(v int64) + func (o *ApprovalRequestResponse) SetCustomWorkflowMetadata(v CustomWorkflowMeta) + func (o *ApprovalRequestResponse) SetDescription(v string) + func (o *ApprovalRequestResponse) SetExecutionDate(v int64) + func (o *ApprovalRequestResponse) SetId(v string) + func (o *ApprovalRequestResponse) SetInstructions(v []map[string]interface{}) + func (o *ApprovalRequestResponse) SetIntegrationMetadata(v IntegrationMetadata) + func (o *ApprovalRequestResponse) SetLinks(v map[string]interface{}) + func (o *ApprovalRequestResponse) SetNotifyMemberIds(v []string) + func (o *ApprovalRequestResponse) SetOperatingOnId(v string) + func (o *ApprovalRequestResponse) SetRequestorId(v string) + func (o *ApprovalRequestResponse) SetResourceId(v string) + func (o *ApprovalRequestResponse) SetReviewStatus(v string) + func (o *ApprovalRequestResponse) SetServiceKind(v string) + func (o *ApprovalRequestResponse) SetSource(v CopiedFromEnv) + func (o *ApprovalRequestResponse) SetStatus(v string) + func (o *ApprovalRequestResponse) SetVersion(v int32) + func (o ApprovalRequestResponse) MarshalJSON() ([]byte, error) + type ApprovalSettings struct + BypassApprovalsForPendingChanges bool + CanApplyDeclinedChanges bool + CanReviewOwnRequest bool + MinNumApprovals int32 + Required bool + RequiredApprovalTags []string + ServiceConfig map[string]interface{} + ServiceKind string + func NewApprovalSettings(required bool, bypassApprovalsForPendingChanges bool, minNumApprovals int32, ...) *ApprovalSettings + func NewApprovalSettingsWithDefaults() *ApprovalSettings + func (o *ApprovalSettings) GetBypassApprovalsForPendingChanges() bool + func (o *ApprovalSettings) GetBypassApprovalsForPendingChangesOk() (*bool, bool) + func (o *ApprovalSettings) GetCanApplyDeclinedChanges() bool + func (o *ApprovalSettings) GetCanApplyDeclinedChangesOk() (*bool, bool) + func (o *ApprovalSettings) GetCanReviewOwnRequest() bool + func (o *ApprovalSettings) GetCanReviewOwnRequestOk() (*bool, bool) + func (o *ApprovalSettings) GetMinNumApprovals() int32 + func (o *ApprovalSettings) GetMinNumApprovalsOk() (*int32, bool) + func (o *ApprovalSettings) GetRequired() bool + func (o *ApprovalSettings) GetRequiredApprovalTags() []string + func (o *ApprovalSettings) GetRequiredApprovalTagsOk() ([]string, bool) + func (o *ApprovalSettings) GetRequiredOk() (*bool, bool) + func (o *ApprovalSettings) GetServiceConfig() map[string]interface{} + func (o *ApprovalSettings) GetServiceConfigOk() (map[string]interface{}, bool) + func (o *ApprovalSettings) GetServiceKind() string + func (o *ApprovalSettings) GetServiceKindOk() (*string, bool) + func (o *ApprovalSettings) SetBypassApprovalsForPendingChanges(v bool) + func (o *ApprovalSettings) SetCanApplyDeclinedChanges(v bool) + func (o *ApprovalSettings) SetCanReviewOwnRequest(v bool) + func (o *ApprovalSettings) SetMinNumApprovals(v int32) + func (o *ApprovalSettings) SetRequired(v bool) + func (o *ApprovalSettings) SetRequiredApprovalTags(v []string) + func (o *ApprovalSettings) SetServiceConfig(v map[string]interface{}) + func (o *ApprovalSettings) SetServiceKind(v string) + func (o ApprovalSettings) MarshalJSON() ([]byte, error) + type ApprovalsApiService service + func (a *ApprovalsApiService) DeleteApprovalRequest(ctx context.Context, id string) ApiDeleteApprovalRequestRequest + func (a *ApprovalsApiService) DeleteApprovalRequestExecute(r ApiDeleteApprovalRequestRequest) (*http.Response, error) + func (a *ApprovalsApiService) DeleteApprovalRequestForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiDeleteApprovalRequestForFlagRequest + func (a *ApprovalsApiService) DeleteApprovalRequestForFlagExecute(r ApiDeleteApprovalRequestForFlagRequest) (*http.Response, error) + func (a *ApprovalsApiService) GetApprovalForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetApprovalForFlagRequest + func (a *ApprovalsApiService) GetApprovalForFlagExecute(r ApiGetApprovalForFlagRequest) (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) GetApprovalRequest(ctx context.Context, id string) ApiGetApprovalRequestRequest + func (a *ApprovalsApiService) GetApprovalRequestExecute(r ApiGetApprovalRequestRequest) (*ExpandableApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) GetApprovalRequests(ctx context.Context) ApiGetApprovalRequestsRequest + func (a *ApprovalsApiService) GetApprovalRequestsExecute(r ApiGetApprovalRequestsRequest) (*ExpandableApprovalRequestsResponse, *http.Response, error) + func (a *ApprovalsApiService) GetApprovalsForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetApprovalsForFlagRequest + func (a *ApprovalsApiService) GetApprovalsForFlagExecute(r ApiGetApprovalsForFlagRequest) (*FlagConfigApprovalRequestsResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequest(ctx context.Context) ApiPostApprovalRequestRequest + func (a *ApprovalsApiService) PostApprovalRequestApply(ctx context.Context, id string) ApiPostApprovalRequestApplyRequest + func (a *ApprovalsApiService) PostApprovalRequestApplyExecute(r ApiPostApprovalRequestApplyRequest) (*ApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequestApplyForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostApprovalRequestApplyForFlagRequest + func (a *ApprovalsApiService) PostApprovalRequestApplyForFlagExecute(r ApiPostApprovalRequestApplyForFlagRequest) (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequestExecute(r ApiPostApprovalRequestRequest) (*ApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequestForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostApprovalRequestForFlagRequest + func (a *ApprovalsApiService) PostApprovalRequestForFlagExecute(r ApiPostApprovalRequestForFlagRequest) (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequestReview(ctx context.Context, id string) ApiPostApprovalRequestReviewRequest + func (a *ApprovalsApiService) PostApprovalRequestReviewExecute(r ApiPostApprovalRequestReviewRequest) (*ApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostApprovalRequestReviewForFlag(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostApprovalRequestReviewForFlagRequest + func (a *ApprovalsApiService) PostApprovalRequestReviewForFlagExecute(r ApiPostApprovalRequestReviewForFlagRequest) (*FlagConfigApprovalRequestResponse, *http.Response, error) + func (a *ApprovalsApiService) PostFlagCopyConfigApprovalRequest(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostFlagCopyConfigApprovalRequestRequest + func (a *ApprovalsApiService) PostFlagCopyConfigApprovalRequestExecute(r ApiPostFlagCopyConfigApprovalRequestRequest) (*FlagConfigApprovalRequestResponse, *http.Response, error) + type Audience struct + Environment EnvironmentSummary + Name string + func NewAudience(environment EnvironmentSummary, name string) *Audience + func NewAudienceWithDefaults() *Audience + func (o *Audience) GetEnvironment() EnvironmentSummary + func (o *Audience) GetEnvironmentOk() (*EnvironmentSummary, bool) + func (o *Audience) GetName() string + func (o *Audience) GetNameOk() (*string, bool) + func (o *Audience) SetEnvironment(v EnvironmentSummary) + func (o *Audience) SetName(v string) + func (o Audience) MarshalJSON() ([]byte, error) + type AudiencePost struct + EnvironmentKey string + Name string + func NewAudiencePost(environmentKey string, name string) *AudiencePost + func NewAudiencePostWithDefaults() *AudiencePost + func (o *AudiencePost) GetEnvironmentKey() string + func (o *AudiencePost) GetEnvironmentKeyOk() (*string, bool) + func (o *AudiencePost) GetName() string + func (o *AudiencePost) GetNameOk() (*string, bool) + func (o *AudiencePost) SetEnvironmentKey(v string) + func (o *AudiencePost) SetName(v string) + func (o AudiencePost) MarshalJSON() ([]byte, error) + type AuditLogApiService service + func (a *AuditLogApiService) GetAuditLogEntries(ctx context.Context) ApiGetAuditLogEntriesRequest + func (a *AuditLogApiService) GetAuditLogEntriesExecute(r ApiGetAuditLogEntriesRequest) (*AuditLogEntryListingRepCollection, *http.Response, error) + func (a *AuditLogApiService) GetAuditLogEntry(ctx context.Context, id string) ApiGetAuditLogEntryRequest + func (a *AuditLogApiService) GetAuditLogEntryExecute(r ApiGetAuditLogEntryRequest) (*AuditLogEntryRep, *http.Response, error) + type AuditLogEntryListingRep struct + Accesses []ResourceAccess + AccountId string + App *AuthorizedAppDataRep + Comment *string + Date int64 + Description string + Id string + Kind string + Links map[string]Link + Member *MemberDataRep + Name string + Parent *ParentResourceRep + ShortDescription string + Subject *SubjectDataRep + Target *TargetResourceRep + Title *string + TitleVerb *string + Token *TokenSummary + func NewAuditLogEntryListingRep(links map[string]Link, id string, accountId string, date int64, ...) *AuditLogEntryListingRep + func NewAuditLogEntryListingRepWithDefaults() *AuditLogEntryListingRep + func (o *AuditLogEntryListingRep) GetAccesses() []ResourceAccess + func (o *AuditLogEntryListingRep) GetAccessesOk() ([]ResourceAccess, bool) + func (o *AuditLogEntryListingRep) GetAccountId() string + func (o *AuditLogEntryListingRep) GetAccountIdOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetApp() AuthorizedAppDataRep + func (o *AuditLogEntryListingRep) GetAppOk() (*AuthorizedAppDataRep, bool) + func (o *AuditLogEntryListingRep) GetComment() string + func (o *AuditLogEntryListingRep) GetCommentOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetDate() int64 + func (o *AuditLogEntryListingRep) GetDateOk() (*int64, bool) + func (o *AuditLogEntryListingRep) GetDescription() string + func (o *AuditLogEntryListingRep) GetDescriptionOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetId() string + func (o *AuditLogEntryListingRep) GetIdOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetKind() string + func (o *AuditLogEntryListingRep) GetKindOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetLinks() map[string]Link + func (o *AuditLogEntryListingRep) GetLinksOk() (*map[string]Link, bool) + func (o *AuditLogEntryListingRep) GetMember() MemberDataRep + func (o *AuditLogEntryListingRep) GetMemberOk() (*MemberDataRep, bool) + func (o *AuditLogEntryListingRep) GetName() string + func (o *AuditLogEntryListingRep) GetNameOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetParent() ParentResourceRep + func (o *AuditLogEntryListingRep) GetParentOk() (*ParentResourceRep, bool) + func (o *AuditLogEntryListingRep) GetShortDescription() string + func (o *AuditLogEntryListingRep) GetShortDescriptionOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetSubject() SubjectDataRep + func (o *AuditLogEntryListingRep) GetSubjectOk() (*SubjectDataRep, bool) + func (o *AuditLogEntryListingRep) GetTarget() TargetResourceRep + func (o *AuditLogEntryListingRep) GetTargetOk() (*TargetResourceRep, bool) + func (o *AuditLogEntryListingRep) GetTitle() string + func (o *AuditLogEntryListingRep) GetTitleOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetTitleVerb() string + func (o *AuditLogEntryListingRep) GetTitleVerbOk() (*string, bool) + func (o *AuditLogEntryListingRep) GetToken() TokenSummary + func (o *AuditLogEntryListingRep) GetTokenOk() (*TokenSummary, bool) + func (o *AuditLogEntryListingRep) HasApp() bool + func (o *AuditLogEntryListingRep) HasComment() bool + func (o *AuditLogEntryListingRep) HasMember() bool + func (o *AuditLogEntryListingRep) HasParent() bool + func (o *AuditLogEntryListingRep) HasSubject() bool + func (o *AuditLogEntryListingRep) HasTarget() bool + func (o *AuditLogEntryListingRep) HasTitle() bool + func (o *AuditLogEntryListingRep) HasTitleVerb() bool + func (o *AuditLogEntryListingRep) HasToken() bool + func (o *AuditLogEntryListingRep) SetAccesses(v []ResourceAccess) + func (o *AuditLogEntryListingRep) SetAccountId(v string) + func (o *AuditLogEntryListingRep) SetApp(v AuthorizedAppDataRep) + func (o *AuditLogEntryListingRep) SetComment(v string) + func (o *AuditLogEntryListingRep) SetDate(v int64) + func (o *AuditLogEntryListingRep) SetDescription(v string) + func (o *AuditLogEntryListingRep) SetId(v string) + func (o *AuditLogEntryListingRep) SetKind(v string) + func (o *AuditLogEntryListingRep) SetLinks(v map[string]Link) + func (o *AuditLogEntryListingRep) SetMember(v MemberDataRep) + func (o *AuditLogEntryListingRep) SetName(v string) + func (o *AuditLogEntryListingRep) SetParent(v ParentResourceRep) + func (o *AuditLogEntryListingRep) SetShortDescription(v string) + func (o *AuditLogEntryListingRep) SetSubject(v SubjectDataRep) + func (o *AuditLogEntryListingRep) SetTarget(v TargetResourceRep) + func (o *AuditLogEntryListingRep) SetTitle(v string) + func (o *AuditLogEntryListingRep) SetTitleVerb(v string) + func (o *AuditLogEntryListingRep) SetToken(v TokenSummary) + func (o AuditLogEntryListingRep) MarshalJSON() ([]byte, error) + type AuditLogEntryListingRepCollection struct + Items []AuditLogEntryListingRep + Links map[string]Link + func NewAuditLogEntryListingRepCollection(items []AuditLogEntryListingRep, links map[string]Link) *AuditLogEntryListingRepCollection + func NewAuditLogEntryListingRepCollectionWithDefaults() *AuditLogEntryListingRepCollection + func (o *AuditLogEntryListingRepCollection) GetItems() []AuditLogEntryListingRep + func (o *AuditLogEntryListingRepCollection) GetItemsOk() ([]AuditLogEntryListingRep, bool) + func (o *AuditLogEntryListingRepCollection) GetLinks() map[string]Link + func (o *AuditLogEntryListingRepCollection) GetLinksOk() (*map[string]Link, bool) + func (o *AuditLogEntryListingRepCollection) SetItems(v []AuditLogEntryListingRep) + func (o *AuditLogEntryListingRepCollection) SetLinks(v map[string]Link) + func (o AuditLogEntryListingRepCollection) MarshalJSON() ([]byte, error) + type AuditLogEntryRep struct + Accesses []ResourceAccess + AccountId string + App *AuthorizedAppDataRep + Comment *string + CurrentVersion interface{} + Date int64 + Delta interface{} + Description string + Id string + Kind string + Links map[string]Link + Member *MemberDataRep + Merge interface{} + Name string + Parent *ParentResourceRep + PreviousVersion interface{} + ShortDescription string + Subentries []AuditLogEntryListingRep + Subject *SubjectDataRep + Target *TargetResourceRep + Title *string + TitleVerb *string + Token *TokenSummary + TriggerBody interface{} + func NewAuditLogEntryRep(links map[string]Link, id string, accountId string, date int64, ...) *AuditLogEntryRep + func NewAuditLogEntryRepWithDefaults() *AuditLogEntryRep + func (o *AuditLogEntryRep) GetAccesses() []ResourceAccess + func (o *AuditLogEntryRep) GetAccessesOk() ([]ResourceAccess, bool) + func (o *AuditLogEntryRep) GetAccountId() string + func (o *AuditLogEntryRep) GetAccountIdOk() (*string, bool) + func (o *AuditLogEntryRep) GetApp() AuthorizedAppDataRep + func (o *AuditLogEntryRep) GetAppOk() (*AuthorizedAppDataRep, bool) + func (o *AuditLogEntryRep) GetComment() string + func (o *AuditLogEntryRep) GetCommentOk() (*string, bool) + func (o *AuditLogEntryRep) GetCurrentVersion() interface{} + func (o *AuditLogEntryRep) GetCurrentVersionOk() (*interface{}, bool) + func (o *AuditLogEntryRep) GetDate() int64 + func (o *AuditLogEntryRep) GetDateOk() (*int64, bool) + func (o *AuditLogEntryRep) GetDelta() interface{} + func (o *AuditLogEntryRep) GetDeltaOk() (*interface{}, bool) + func (o *AuditLogEntryRep) GetDescription() string + func (o *AuditLogEntryRep) GetDescriptionOk() (*string, bool) + func (o *AuditLogEntryRep) GetId() string + func (o *AuditLogEntryRep) GetIdOk() (*string, bool) + func (o *AuditLogEntryRep) GetKind() string + func (o *AuditLogEntryRep) GetKindOk() (*string, bool) + func (o *AuditLogEntryRep) GetLinks() map[string]Link + func (o *AuditLogEntryRep) GetLinksOk() (*map[string]Link, bool) + func (o *AuditLogEntryRep) GetMember() MemberDataRep + func (o *AuditLogEntryRep) GetMemberOk() (*MemberDataRep, bool) + func (o *AuditLogEntryRep) GetMerge() interface{} + func (o *AuditLogEntryRep) GetMergeOk() (*interface{}, bool) + func (o *AuditLogEntryRep) GetName() string + func (o *AuditLogEntryRep) GetNameOk() (*string, bool) + func (o *AuditLogEntryRep) GetParent() ParentResourceRep + func (o *AuditLogEntryRep) GetParentOk() (*ParentResourceRep, bool) + func (o *AuditLogEntryRep) GetPreviousVersion() interface{} + func (o *AuditLogEntryRep) GetPreviousVersionOk() (*interface{}, bool) + func (o *AuditLogEntryRep) GetShortDescription() string + func (o *AuditLogEntryRep) GetShortDescriptionOk() (*string, bool) + func (o *AuditLogEntryRep) GetSubentries() []AuditLogEntryListingRep + func (o *AuditLogEntryRep) GetSubentriesOk() ([]AuditLogEntryListingRep, bool) + func (o *AuditLogEntryRep) GetSubject() SubjectDataRep + func (o *AuditLogEntryRep) GetSubjectOk() (*SubjectDataRep, bool) + func (o *AuditLogEntryRep) GetTarget() TargetResourceRep + func (o *AuditLogEntryRep) GetTargetOk() (*TargetResourceRep, bool) + func (o *AuditLogEntryRep) GetTitle() string + func (o *AuditLogEntryRep) GetTitleOk() (*string, bool) + func (o *AuditLogEntryRep) GetTitleVerb() string + func (o *AuditLogEntryRep) GetTitleVerbOk() (*string, bool) + func (o *AuditLogEntryRep) GetToken() TokenSummary + func (o *AuditLogEntryRep) GetTokenOk() (*TokenSummary, bool) + func (o *AuditLogEntryRep) GetTriggerBody() interface{} + func (o *AuditLogEntryRep) GetTriggerBodyOk() (*interface{}, bool) + func (o *AuditLogEntryRep) HasApp() bool + func (o *AuditLogEntryRep) HasComment() bool + func (o *AuditLogEntryRep) HasCurrentVersion() bool + func (o *AuditLogEntryRep) HasDelta() bool + func (o *AuditLogEntryRep) HasMember() bool + func (o *AuditLogEntryRep) HasMerge() bool + func (o *AuditLogEntryRep) HasParent() bool + func (o *AuditLogEntryRep) HasPreviousVersion() bool + func (o *AuditLogEntryRep) HasSubentries() bool + func (o *AuditLogEntryRep) HasSubject() bool + func (o *AuditLogEntryRep) HasTarget() bool + func (o *AuditLogEntryRep) HasTitle() bool + func (o *AuditLogEntryRep) HasTitleVerb() bool + func (o *AuditLogEntryRep) HasToken() bool + func (o *AuditLogEntryRep) HasTriggerBody() bool + func (o *AuditLogEntryRep) SetAccesses(v []ResourceAccess) + func (o *AuditLogEntryRep) SetAccountId(v string) + func (o *AuditLogEntryRep) SetApp(v AuthorizedAppDataRep) + func (o *AuditLogEntryRep) SetComment(v string) + func (o *AuditLogEntryRep) SetCurrentVersion(v interface{}) + func (o *AuditLogEntryRep) SetDate(v int64) + func (o *AuditLogEntryRep) SetDelta(v interface{}) + func (o *AuditLogEntryRep) SetDescription(v string) + func (o *AuditLogEntryRep) SetId(v string) + func (o *AuditLogEntryRep) SetKind(v string) + func (o *AuditLogEntryRep) SetLinks(v map[string]Link) + func (o *AuditLogEntryRep) SetMember(v MemberDataRep) + func (o *AuditLogEntryRep) SetMerge(v interface{}) + func (o *AuditLogEntryRep) SetName(v string) + func (o *AuditLogEntryRep) SetParent(v ParentResourceRep) + func (o *AuditLogEntryRep) SetPreviousVersion(v interface{}) + func (o *AuditLogEntryRep) SetShortDescription(v string) + func (o *AuditLogEntryRep) SetSubentries(v []AuditLogEntryListingRep) + func (o *AuditLogEntryRep) SetSubject(v SubjectDataRep) + func (o *AuditLogEntryRep) SetTarget(v TargetResourceRep) + func (o *AuditLogEntryRep) SetTitle(v string) + func (o *AuditLogEntryRep) SetTitleVerb(v string) + func (o *AuditLogEntryRep) SetToken(v TokenSummary) + func (o *AuditLogEntryRep) SetTriggerBody(v interface{}) + func (o AuditLogEntryRep) MarshalJSON() ([]byte, error) + type AuthorizedAppDataRep struct + Id *string + IsScim *bool + Links *map[string]Link + MaintainerName *string + Name *string + func NewAuthorizedAppDataRep() *AuthorizedAppDataRep + func NewAuthorizedAppDataRepWithDefaults() *AuthorizedAppDataRep + func (o *AuthorizedAppDataRep) GetId() string + func (o *AuthorizedAppDataRep) GetIdOk() (*string, bool) + func (o *AuthorizedAppDataRep) GetIsScim() bool + func (o *AuthorizedAppDataRep) GetIsScimOk() (*bool, bool) + func (o *AuthorizedAppDataRep) GetLinks() map[string]Link + func (o *AuthorizedAppDataRep) GetLinksOk() (*map[string]Link, bool) + func (o *AuthorizedAppDataRep) GetMaintainerName() string + func (o *AuthorizedAppDataRep) GetMaintainerNameOk() (*string, bool) + func (o *AuthorizedAppDataRep) GetName() string + func (o *AuthorizedAppDataRep) GetNameOk() (*string, bool) + func (o *AuthorizedAppDataRep) HasId() bool + func (o *AuthorizedAppDataRep) HasIsScim() bool + func (o *AuthorizedAppDataRep) HasLinks() bool + func (o *AuthorizedAppDataRep) HasMaintainerName() bool + func (o *AuthorizedAppDataRep) HasName() bool + func (o *AuthorizedAppDataRep) SetId(v string) + func (o *AuthorizedAppDataRep) SetIsScim(v bool) + func (o *AuthorizedAppDataRep) SetLinks(v map[string]Link) + func (o *AuthorizedAppDataRep) SetMaintainerName(v string) + func (o *AuthorizedAppDataRep) SetName(v string) + func (o AuthorizedAppDataRep) MarshalJSON() ([]byte, error) + type BasicAuth struct + Password string + UserName string + type BigSegmentTarget struct + Excluded bool + Included bool + UserKey string + func NewBigSegmentTarget(userKey string, included bool, excluded bool) *BigSegmentTarget + func NewBigSegmentTargetWithDefaults() *BigSegmentTarget + func (o *BigSegmentTarget) GetExcluded() bool + func (o *BigSegmentTarget) GetExcludedOk() (*bool, bool) + func (o *BigSegmentTarget) GetIncluded() bool + func (o *BigSegmentTarget) GetIncludedOk() (*bool, bool) + func (o *BigSegmentTarget) GetUserKey() string + func (o *BigSegmentTarget) GetUserKeyOk() (*string, bool) + func (o *BigSegmentTarget) SetExcluded(v bool) + func (o *BigSegmentTarget) SetIncluded(v bool) + func (o *BigSegmentTarget) SetUserKey(v string) + func (o BigSegmentTarget) MarshalJSON() ([]byte, error) + type BooleanDefaults struct + FalseDescription *string + FalseDisplayName *string + OffVariation *int32 + OnVariation *int32 + TrueDescription *string + TrueDisplayName *string + func NewBooleanDefaults() *BooleanDefaults + func NewBooleanDefaultsWithDefaults() *BooleanDefaults + func (o *BooleanDefaults) GetFalseDescription() string + func (o *BooleanDefaults) GetFalseDescriptionOk() (*string, bool) + func (o *BooleanDefaults) GetFalseDisplayName() string + func (o *BooleanDefaults) GetFalseDisplayNameOk() (*string, bool) + func (o *BooleanDefaults) GetOffVariation() int32 + func (o *BooleanDefaults) GetOffVariationOk() (*int32, bool) + func (o *BooleanDefaults) GetOnVariation() int32 + func (o *BooleanDefaults) GetOnVariationOk() (*int32, bool) + func (o *BooleanDefaults) GetTrueDescription() string + func (o *BooleanDefaults) GetTrueDescriptionOk() (*string, bool) + func (o *BooleanDefaults) GetTrueDisplayName() string + func (o *BooleanDefaults) GetTrueDisplayNameOk() (*string, bool) + func (o *BooleanDefaults) HasFalseDescription() bool + func (o *BooleanDefaults) HasFalseDisplayName() bool + func (o *BooleanDefaults) HasOffVariation() bool + func (o *BooleanDefaults) HasOnVariation() bool + func (o *BooleanDefaults) HasTrueDescription() bool + func (o *BooleanDefaults) HasTrueDisplayName() bool + func (o *BooleanDefaults) SetFalseDescription(v string) + func (o *BooleanDefaults) SetFalseDisplayName(v string) + func (o *BooleanDefaults) SetOffVariation(v int32) + func (o *BooleanDefaults) SetOnVariation(v int32) + func (o *BooleanDefaults) SetTrueDescription(v string) + func (o *BooleanDefaults) SetTrueDisplayName(v string) + func (o BooleanDefaults) MarshalJSON() ([]byte, error) + type BooleanFlagDefaults struct + FalseDescription string + FalseDisplayName string + OffVariation int32 + OnVariation int32 + TrueDescription string + TrueDisplayName string + func NewBooleanFlagDefaults(trueDisplayName string, falseDisplayName string, trueDescription string, ...) *BooleanFlagDefaults + func NewBooleanFlagDefaultsWithDefaults() *BooleanFlagDefaults + func (o *BooleanFlagDefaults) GetFalseDescription() string + func (o *BooleanFlagDefaults) GetFalseDescriptionOk() (*string, bool) + func (o *BooleanFlagDefaults) GetFalseDisplayName() string + func (o *BooleanFlagDefaults) GetFalseDisplayNameOk() (*string, bool) + func (o *BooleanFlagDefaults) GetOffVariation() int32 + func (o *BooleanFlagDefaults) GetOffVariationOk() (*int32, bool) + func (o *BooleanFlagDefaults) GetOnVariation() int32 + func (o *BooleanFlagDefaults) GetOnVariationOk() (*int32, bool) + func (o *BooleanFlagDefaults) GetTrueDescription() string + func (o *BooleanFlagDefaults) GetTrueDescriptionOk() (*string, bool) + func (o *BooleanFlagDefaults) GetTrueDisplayName() string + func (o *BooleanFlagDefaults) GetTrueDisplayNameOk() (*string, bool) + func (o *BooleanFlagDefaults) SetFalseDescription(v string) + func (o *BooleanFlagDefaults) SetFalseDisplayName(v string) + func (o *BooleanFlagDefaults) SetOffVariation(v int32) + func (o *BooleanFlagDefaults) SetOnVariation(v int32) + func (o *BooleanFlagDefaults) SetTrueDescription(v string) + func (o *BooleanFlagDefaults) SetTrueDisplayName(v string) + func (o BooleanFlagDefaults) MarshalJSON() ([]byte, error) + type BranchCollectionRep struct + Items []BranchRep + Links map[string]Link + func NewBranchCollectionRep(links map[string]Link, items []BranchRep) *BranchCollectionRep + func NewBranchCollectionRepWithDefaults() *BranchCollectionRep + func (o *BranchCollectionRep) GetItems() []BranchRep + func (o *BranchCollectionRep) GetItemsOk() ([]BranchRep, bool) + func (o *BranchCollectionRep) GetLinks() map[string]Link + func (o *BranchCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *BranchCollectionRep) SetItems(v []BranchRep) + func (o *BranchCollectionRep) SetLinks(v map[string]Link) + func (o BranchCollectionRep) MarshalJSON() ([]byte, error) + type BranchRep struct + Head string + Links map[string]interface{} + Name string + References []ReferenceRep + SyncTime int64 + UpdateSequenceId *int64 + func NewBranchRep(name string, head string, syncTime int64, links map[string]interface{}) *BranchRep + func NewBranchRepWithDefaults() *BranchRep + func (o *BranchRep) GetHead() string + func (o *BranchRep) GetHeadOk() (*string, bool) + func (o *BranchRep) GetLinks() map[string]interface{} + func (o *BranchRep) GetLinksOk() (map[string]interface{}, bool) + func (o *BranchRep) GetName() string + func (o *BranchRep) GetNameOk() (*string, bool) + func (o *BranchRep) GetReferences() []ReferenceRep + func (o *BranchRep) GetReferencesOk() ([]ReferenceRep, bool) + func (o *BranchRep) GetSyncTime() int64 + func (o *BranchRep) GetSyncTimeOk() (*int64, bool) + func (o *BranchRep) GetUpdateSequenceId() int64 + func (o *BranchRep) GetUpdateSequenceIdOk() (*int64, bool) + func (o *BranchRep) HasReferences() bool + func (o *BranchRep) HasUpdateSequenceId() bool + func (o *BranchRep) SetHead(v string) + func (o *BranchRep) SetLinks(v map[string]interface{}) + func (o *BranchRep) SetName(v string) + func (o *BranchRep) SetReferences(v []ReferenceRep) + func (o *BranchRep) SetSyncTime(v int64) + func (o *BranchRep) SetUpdateSequenceId(v int64) + func (o BranchRep) MarshalJSON() ([]byte, error) + type BulkEditMembersRep struct + Errors []map[string]string + Members []string + func NewBulkEditMembersRep() *BulkEditMembersRep + func NewBulkEditMembersRepWithDefaults() *BulkEditMembersRep + func (o *BulkEditMembersRep) GetErrors() []map[string]string + func (o *BulkEditMembersRep) GetErrorsOk() ([]map[string]string, bool) + func (o *BulkEditMembersRep) GetMembers() []string + func (o *BulkEditMembersRep) GetMembersOk() ([]string, bool) + func (o *BulkEditMembersRep) HasErrors() bool + func (o *BulkEditMembersRep) HasMembers() bool + func (o *BulkEditMembersRep) SetErrors(v []map[string]string) + func (o *BulkEditMembersRep) SetMembers(v []string) + func (o BulkEditMembersRep) MarshalJSON() ([]byte, error) + type BulkEditTeamsRep struct + Errors []map[string]string + MemberIDs []string + TeamKeys []string + func NewBulkEditTeamsRep() *BulkEditTeamsRep + func NewBulkEditTeamsRepWithDefaults() *BulkEditTeamsRep + func (o *BulkEditTeamsRep) GetErrors() []map[string]string + func (o *BulkEditTeamsRep) GetErrorsOk() ([]map[string]string, bool) + func (o *BulkEditTeamsRep) GetMemberIDs() []string + func (o *BulkEditTeamsRep) GetMemberIDsOk() ([]string, bool) + func (o *BulkEditTeamsRep) GetTeamKeys() []string + func (o *BulkEditTeamsRep) GetTeamKeysOk() ([]string, bool) + func (o *BulkEditTeamsRep) HasErrors() bool + func (o *BulkEditTeamsRep) HasMemberIDs() bool + func (o *BulkEditTeamsRep) HasTeamKeys() bool + func (o *BulkEditTeamsRep) SetErrors(v []map[string]string) + func (o *BulkEditTeamsRep) SetMemberIDs(v []string) + func (o *BulkEditTeamsRep) SetTeamKeys(v []string) + func (o BulkEditTeamsRep) MarshalJSON() ([]byte, error) + type Clause struct + Attribute string + ContextKind *string + Id *string + Negate bool + Op string + Values []interface{} + func NewClause(attribute string, op string, values []interface{}, negate bool) *Clause + func NewClauseWithDefaults() *Clause + func (o *Clause) GetAttribute() string + func (o *Clause) GetAttributeOk() (*string, bool) + func (o *Clause) GetContextKind() string + func (o *Clause) GetContextKindOk() (*string, bool) + func (o *Clause) GetId() string + func (o *Clause) GetIdOk() (*string, bool) + func (o *Clause) GetNegate() bool + func (o *Clause) GetNegateOk() (*bool, bool) + func (o *Clause) GetOp() string + func (o *Clause) GetOpOk() (*string, bool) + func (o *Clause) GetValues() []interface{} + func (o *Clause) GetValuesOk() ([]interface{}, bool) + func (o *Clause) HasContextKind() bool + func (o *Clause) HasId() bool + func (o *Clause) SetAttribute(v string) + func (o *Clause) SetContextKind(v string) + func (o *Clause) SetId(v string) + func (o *Clause) SetNegate(v bool) + func (o *Clause) SetOp(v string) + func (o *Clause) SetValues(v []interface{}) + func (o Clause) MarshalJSON() ([]byte, error) + type Client struct + AccountId string + ClientId string + ClientSecret *string + CreationDate int64 + Description *string + Links map[string]Link + Name string + RedirectUri string + func NewClient(links map[string]Link, name string, accountId string, clientId string, ...) *Client + func NewClientWithDefaults() *Client + func (o *Client) GetAccountId() string + func (o *Client) GetAccountIdOk() (*string, bool) + func (o *Client) GetClientId() string + func (o *Client) GetClientIdOk() (*string, bool) + func (o *Client) GetClientSecret() string + func (o *Client) GetClientSecretOk() (*string, bool) + func (o *Client) GetCreationDate() int64 + func (o *Client) GetCreationDateOk() (*int64, bool) + func (o *Client) GetDescription() string + func (o *Client) GetDescriptionOk() (*string, bool) + func (o *Client) GetLinks() map[string]Link + func (o *Client) GetLinksOk() (*map[string]Link, bool) + func (o *Client) GetName() string + func (o *Client) GetNameOk() (*string, bool) + func (o *Client) GetRedirectUri() string + func (o *Client) GetRedirectUriOk() (*string, bool) + func (o *Client) HasClientSecret() bool + func (o *Client) HasDescription() bool + func (o *Client) SetAccountId(v string) + func (o *Client) SetClientId(v string) + func (o *Client) SetClientSecret(v string) + func (o *Client) SetCreationDate(v int64) + func (o *Client) SetDescription(v string) + func (o *Client) SetLinks(v map[string]Link) + func (o *Client) SetName(v string) + func (o *Client) SetRedirectUri(v string) + func (o Client) MarshalJSON() ([]byte, error) + type ClientCollection struct + Items []Client + Links map[string]Link + func NewClientCollection(links map[string]Link, items []Client) *ClientCollection + func NewClientCollectionWithDefaults() *ClientCollection + func (o *ClientCollection) GetItems() []Client + func (o *ClientCollection) GetItemsOk() ([]Client, bool) + func (o *ClientCollection) GetLinks() map[string]Link + func (o *ClientCollection) GetLinksOk() (*map[string]Link, bool) + func (o *ClientCollection) SetItems(v []Client) + func (o *ClientCollection) SetLinks(v map[string]Link) + func (o ClientCollection) MarshalJSON() ([]byte, error) + type ClientSideAvailability struct + UsingEnvironmentId *bool + UsingMobileKey *bool + func NewClientSideAvailability() *ClientSideAvailability + func NewClientSideAvailabilityWithDefaults() *ClientSideAvailability + func (o *ClientSideAvailability) GetUsingEnvironmentId() bool + func (o *ClientSideAvailability) GetUsingEnvironmentIdOk() (*bool, bool) + func (o *ClientSideAvailability) GetUsingMobileKey() bool + func (o *ClientSideAvailability) GetUsingMobileKeyOk() (*bool, bool) + func (o *ClientSideAvailability) HasUsingEnvironmentId() bool + func (o *ClientSideAvailability) HasUsingMobileKey() bool + func (o *ClientSideAvailability) SetUsingEnvironmentId(v bool) + func (o *ClientSideAvailability) SetUsingMobileKey(v bool) + func (o ClientSideAvailability) MarshalJSON() ([]byte, error) + type ClientSideAvailabilityPost struct + UsingEnvironmentId bool + UsingMobileKey bool + func NewClientSideAvailabilityPost(usingEnvironmentId bool, usingMobileKey bool) *ClientSideAvailabilityPost + func NewClientSideAvailabilityPostWithDefaults() *ClientSideAvailabilityPost + func (o *ClientSideAvailabilityPost) GetUsingEnvironmentId() bool + func (o *ClientSideAvailabilityPost) GetUsingEnvironmentIdOk() (*bool, bool) + func (o *ClientSideAvailabilityPost) GetUsingMobileKey() bool + func (o *ClientSideAvailabilityPost) GetUsingMobileKeyOk() (*bool, bool) + func (o *ClientSideAvailabilityPost) SetUsingEnvironmentId(v bool) + func (o *ClientSideAvailabilityPost) SetUsingMobileKey(v bool) + func (o ClientSideAvailabilityPost) MarshalJSON() ([]byte, error) + type CodeReferencesApiService service + func (a *CodeReferencesApiService) DeleteBranches(ctx context.Context, repo string) ApiDeleteBranchesRequest + func (a *CodeReferencesApiService) DeleteBranchesExecute(r ApiDeleteBranchesRequest) (*http.Response, error) + func (a *CodeReferencesApiService) DeleteRepository(ctx context.Context, repo string) ApiDeleteRepositoryRequest + func (a *CodeReferencesApiService) DeleteRepositoryExecute(r ApiDeleteRepositoryRequest) (*http.Response, error) + func (a *CodeReferencesApiService) GetBranch(ctx context.Context, repo string, branch string) ApiGetBranchRequest + func (a *CodeReferencesApiService) GetBranchExecute(r ApiGetBranchRequest) (*BranchRep, *http.Response, error) + func (a *CodeReferencesApiService) GetBranches(ctx context.Context, repo string) ApiGetBranchesRequest + func (a *CodeReferencesApiService) GetBranchesExecute(r ApiGetBranchesRequest) (*BranchCollectionRep, *http.Response, error) + func (a *CodeReferencesApiService) GetExtinctions(ctx context.Context) ApiGetExtinctionsRequest + func (a *CodeReferencesApiService) GetExtinctionsExecute(r ApiGetExtinctionsRequest) (*ExtinctionCollectionRep, *http.Response, error) + func (a *CodeReferencesApiService) GetRepositories(ctx context.Context) ApiGetRepositoriesRequest + func (a *CodeReferencesApiService) GetRepositoriesExecute(r ApiGetRepositoriesRequest) (*RepositoryCollectionRep, *http.Response, error) + func (a *CodeReferencesApiService) GetRepository(ctx context.Context, repo string) ApiGetRepositoryRequest + func (a *CodeReferencesApiService) GetRepositoryExecute(r ApiGetRepositoryRequest) (*RepositoryRep, *http.Response, error) + func (a *CodeReferencesApiService) GetRootStatistic(ctx context.Context) ApiGetRootStatisticRequest + func (a *CodeReferencesApiService) GetRootStatisticExecute(r ApiGetRootStatisticRequest) (*StatisticsRoot, *http.Response, error) + func (a *CodeReferencesApiService) GetStatistics(ctx context.Context, projectKey string) ApiGetStatisticsRequest + func (a *CodeReferencesApiService) GetStatisticsExecute(r ApiGetStatisticsRequest) (*StatisticCollectionRep, *http.Response, error) + func (a *CodeReferencesApiService) PatchRepository(ctx context.Context, repo string) ApiPatchRepositoryRequest + func (a *CodeReferencesApiService) PatchRepositoryExecute(r ApiPatchRepositoryRequest) (*RepositoryRep, *http.Response, error) + func (a *CodeReferencesApiService) PostExtinction(ctx context.Context, repo string, branch string) ApiPostExtinctionRequest + func (a *CodeReferencesApiService) PostExtinctionExecute(r ApiPostExtinctionRequest) (*http.Response, error) + func (a *CodeReferencesApiService) PostRepository(ctx context.Context) ApiPostRepositoryRequest + func (a *CodeReferencesApiService) PostRepositoryExecute(r ApiPostRepositoryRequest) (*RepositoryRep, *http.Response, error) + func (a *CodeReferencesApiService) PutBranch(ctx context.Context, repo string, branch string) ApiPutBranchRequest + func (a *CodeReferencesApiService) PutBranchExecute(r ApiPutBranchRequest) (*http.Response, error) + type CompletedBy struct + Member *MemberSummary + Token *TokenSummary + func NewCompletedBy() *CompletedBy + func NewCompletedByWithDefaults() *CompletedBy + func (o *CompletedBy) GetMember() MemberSummary + func (o *CompletedBy) GetMemberOk() (*MemberSummary, bool) + func (o *CompletedBy) GetToken() TokenSummary + func (o *CompletedBy) GetTokenOk() (*TokenSummary, bool) + func (o *CompletedBy) HasMember() bool + func (o *CompletedBy) HasToken() bool + func (o *CompletedBy) SetMember(v MemberSummary) + func (o *CompletedBy) SetToken(v TokenSummary) + func (o CompletedBy) MarshalJSON() ([]byte, error) + type ConditionBaseOutput struct + Execution ExecutionOutput + Id string + Kind *string + func NewConditionBaseOutput(id string, execution ExecutionOutput) *ConditionBaseOutput + func NewConditionBaseOutputWithDefaults() *ConditionBaseOutput + func (o *ConditionBaseOutput) GetExecution() ExecutionOutput + func (o *ConditionBaseOutput) GetExecutionOk() (*ExecutionOutput, bool) + func (o *ConditionBaseOutput) GetId() string + func (o *ConditionBaseOutput) GetIdOk() (*string, bool) + func (o *ConditionBaseOutput) GetKind() string + func (o *ConditionBaseOutput) GetKindOk() (*string, bool) + func (o *ConditionBaseOutput) HasKind() bool + func (o *ConditionBaseOutput) SetExecution(v ExecutionOutput) + func (o *ConditionBaseOutput) SetId(v string) + func (o *ConditionBaseOutput) SetKind(v string) + func (o ConditionBaseOutput) MarshalJSON() ([]byte, error) + type ConditionInput struct + Description *string + ExecuteNow *bool + ExecutionDate *int64 + Kind *string + NotifyMemberIds []string + NotifyTeamKeys []string + ScheduleKind *string + WaitDuration *int32 + WaitDurationUnit *string + func NewConditionInput() *ConditionInput + func NewConditionInputWithDefaults() *ConditionInput + func (o *ConditionInput) GetDescription() string + func (o *ConditionInput) GetDescriptionOk() (*string, bool) + func (o *ConditionInput) GetExecuteNow() bool + func (o *ConditionInput) GetExecuteNowOk() (*bool, bool) + func (o *ConditionInput) GetExecutionDate() int64 + func (o *ConditionInput) GetExecutionDateOk() (*int64, bool) + func (o *ConditionInput) GetKind() string + func (o *ConditionInput) GetKindOk() (*string, bool) + func (o *ConditionInput) GetNotifyMemberIds() []string + func (o *ConditionInput) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ConditionInput) GetNotifyTeamKeys() []string + func (o *ConditionInput) GetNotifyTeamKeysOk() ([]string, bool) + func (o *ConditionInput) GetScheduleKind() string + func (o *ConditionInput) GetScheduleKindOk() (*string, bool) + func (o *ConditionInput) GetWaitDuration() int32 + func (o *ConditionInput) GetWaitDurationOk() (*int32, bool) + func (o *ConditionInput) GetWaitDurationUnit() string + func (o *ConditionInput) GetWaitDurationUnitOk() (*string, bool) + func (o *ConditionInput) HasDescription() bool + func (o *ConditionInput) HasExecuteNow() bool + func (o *ConditionInput) HasExecutionDate() bool + func (o *ConditionInput) HasKind() bool + func (o *ConditionInput) HasNotifyMemberIds() bool + func (o *ConditionInput) HasNotifyTeamKeys() bool + func (o *ConditionInput) HasScheduleKind() bool + func (o *ConditionInput) HasWaitDuration() bool + func (o *ConditionInput) HasWaitDurationUnit() bool + func (o *ConditionInput) SetDescription(v string) + func (o *ConditionInput) SetExecuteNow(v bool) + func (o *ConditionInput) SetExecutionDate(v int64) + func (o *ConditionInput) SetKind(v string) + func (o *ConditionInput) SetNotifyMemberIds(v []string) + func (o *ConditionInput) SetNotifyTeamKeys(v []string) + func (o *ConditionInput) SetScheduleKind(v string) + func (o *ConditionInput) SetWaitDuration(v int32) + func (o *ConditionInput) SetWaitDurationUnit(v string) + func (o ConditionInput) MarshalJSON() ([]byte, error) + type ConditionOutput struct + AllReviews []ReviewOutput + AppliedDate *int64 + Description string + Execution ExecutionOutput + ExecutionDate *int64 + Id string + Kind *string + NotifyMemberIds []string + ReviewStatus string + ScheduleKind *string + WaitDuration *int32 + WaitDurationUnit *string + func NewConditionOutput(id string, execution ExecutionOutput, description string, ...) *ConditionOutput + func NewConditionOutputWithDefaults() *ConditionOutput + func (o *ConditionOutput) GetAllReviews() []ReviewOutput + func (o *ConditionOutput) GetAllReviewsOk() ([]ReviewOutput, bool) + func (o *ConditionOutput) GetAppliedDate() int64 + func (o *ConditionOutput) GetAppliedDateOk() (*int64, bool) + func (o *ConditionOutput) GetDescription() string + func (o *ConditionOutput) GetDescriptionOk() (*string, bool) + func (o *ConditionOutput) GetExecution() ExecutionOutput + func (o *ConditionOutput) GetExecutionDate() int64 + func (o *ConditionOutput) GetExecutionDateOk() (*int64, bool) + func (o *ConditionOutput) GetExecutionOk() (*ExecutionOutput, bool) + func (o *ConditionOutput) GetId() string + func (o *ConditionOutput) GetIdOk() (*string, bool) + func (o *ConditionOutput) GetKind() string + func (o *ConditionOutput) GetKindOk() (*string, bool) + func (o *ConditionOutput) GetNotifyMemberIds() []string + func (o *ConditionOutput) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ConditionOutput) GetReviewStatus() string + func (o *ConditionOutput) GetReviewStatusOk() (*string, bool) + func (o *ConditionOutput) GetScheduleKind() string + func (o *ConditionOutput) GetScheduleKindOk() (*string, bool) + func (o *ConditionOutput) GetWaitDuration() int32 + func (o *ConditionOutput) GetWaitDurationOk() (*int32, bool) + func (o *ConditionOutput) GetWaitDurationUnit() string + func (o *ConditionOutput) GetWaitDurationUnitOk() (*string, bool) + func (o *ConditionOutput) HasAppliedDate() bool + func (o *ConditionOutput) HasExecutionDate() bool + func (o *ConditionOutput) HasKind() bool + func (o *ConditionOutput) HasScheduleKind() bool + func (o *ConditionOutput) HasWaitDuration() bool + func (o *ConditionOutput) HasWaitDurationUnit() bool + func (o *ConditionOutput) SetAllReviews(v []ReviewOutput) + func (o *ConditionOutput) SetAppliedDate(v int64) + func (o *ConditionOutput) SetDescription(v string) + func (o *ConditionOutput) SetExecution(v ExecutionOutput) + func (o *ConditionOutput) SetExecutionDate(v int64) + func (o *ConditionOutput) SetId(v string) + func (o *ConditionOutput) SetKind(v string) + func (o *ConditionOutput) SetNotifyMemberIds(v []string) + func (o *ConditionOutput) SetReviewStatus(v string) + func (o *ConditionOutput) SetScheduleKind(v string) + func (o *ConditionOutput) SetWaitDuration(v int32) + func (o *ConditionOutput) SetWaitDurationUnit(v string) + func (o ConditionOutput) MarshalJSON() ([]byte, error) + type ConfidenceIntervalRep struct + Lower *float32 + Upper *float32 + func NewConfidenceIntervalRep() *ConfidenceIntervalRep + func NewConfidenceIntervalRepWithDefaults() *ConfidenceIntervalRep + func (o *ConfidenceIntervalRep) GetLower() float32 + func (o *ConfidenceIntervalRep) GetLowerOk() (*float32, bool) + func (o *ConfidenceIntervalRep) GetUpper() float32 + func (o *ConfidenceIntervalRep) GetUpperOk() (*float32, bool) + func (o *ConfidenceIntervalRep) HasLower() bool + func (o *ConfidenceIntervalRep) HasUpper() bool + func (o *ConfidenceIntervalRep) SetLower(v float32) + func (o *ConfidenceIntervalRep) SetUpper(v float32) + func (o ConfidenceIntervalRep) MarshalJSON() ([]byte, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Conflict struct + Instruction map[string]interface{} + Reason *string + func NewConflict() *Conflict + func NewConflictWithDefaults() *Conflict + func (o *Conflict) GetInstruction() map[string]interface{} + func (o *Conflict) GetInstructionOk() (map[string]interface{}, bool) + func (o *Conflict) GetReason() string + func (o *Conflict) GetReasonOk() (*string, bool) + func (o *Conflict) HasInstruction() bool + func (o *Conflict) HasReason() bool + func (o *Conflict) SetInstruction(v map[string]interface{}) + func (o *Conflict) SetReason(v string) + func (o Conflict) MarshalJSON() ([]byte, error) + type ConflictOutput struct + Message string + StageId string + func NewConflictOutput(stageId string, message string) *ConflictOutput + func NewConflictOutputWithDefaults() *ConflictOutput + func (o *ConflictOutput) GetMessage() string + func (o *ConflictOutput) GetMessageOk() (*string, bool) + func (o *ConflictOutput) GetStageId() string + func (o *ConflictOutput) GetStageIdOk() (*string, bool) + func (o *ConflictOutput) SetMessage(v string) + func (o *ConflictOutput) SetStageId(v string) + func (o ConflictOutput) MarshalJSON() ([]byte, error) + type ContextAttributeName struct + Name string + Redacted *bool + Weight int32 + func NewContextAttributeName(name string, weight int32) *ContextAttributeName + func NewContextAttributeNameWithDefaults() *ContextAttributeName + func (o *ContextAttributeName) GetName() string + func (o *ContextAttributeName) GetNameOk() (*string, bool) + func (o *ContextAttributeName) GetRedacted() bool + func (o *ContextAttributeName) GetRedactedOk() (*bool, bool) + func (o *ContextAttributeName) GetWeight() int32 + func (o *ContextAttributeName) GetWeightOk() (*int32, bool) + func (o *ContextAttributeName) HasRedacted() bool + func (o *ContextAttributeName) SetName(v string) + func (o *ContextAttributeName) SetRedacted(v bool) + func (o *ContextAttributeName) SetWeight(v int32) + func (o ContextAttributeName) MarshalJSON() ([]byte, error) + type ContextAttributeNames struct + Kind string + Names []ContextAttributeName + func NewContextAttributeNames(kind string, names []ContextAttributeName) *ContextAttributeNames + func NewContextAttributeNamesWithDefaults() *ContextAttributeNames + func (o *ContextAttributeNames) GetKind() string + func (o *ContextAttributeNames) GetKindOk() (*string, bool) + func (o *ContextAttributeNames) GetNames() []ContextAttributeName + func (o *ContextAttributeNames) GetNamesOk() ([]ContextAttributeName, bool) + func (o *ContextAttributeNames) SetKind(v string) + func (o *ContextAttributeNames) SetNames(v []ContextAttributeName) + func (o ContextAttributeNames) MarshalJSON() ([]byte, error) + type ContextAttributeNamesCollection struct + Items []ContextAttributeNames + func NewContextAttributeNamesCollection(items []ContextAttributeNames) *ContextAttributeNamesCollection + func NewContextAttributeNamesCollectionWithDefaults() *ContextAttributeNamesCollection + func (o *ContextAttributeNamesCollection) GetItems() []ContextAttributeNames + func (o *ContextAttributeNamesCollection) GetItemsOk() ([]ContextAttributeNames, bool) + func (o *ContextAttributeNamesCollection) SetItems(v []ContextAttributeNames) + func (o ContextAttributeNamesCollection) MarshalJSON() ([]byte, error) + type ContextAttributeValue struct + Name interface{} + Weight int32 + func NewContextAttributeValue(name interface{}, weight int32) *ContextAttributeValue + func NewContextAttributeValueWithDefaults() *ContextAttributeValue + func (o *ContextAttributeValue) GetName() interface{} + func (o *ContextAttributeValue) GetNameOk() (*interface{}, bool) + func (o *ContextAttributeValue) GetWeight() int32 + func (o *ContextAttributeValue) GetWeightOk() (*int32, bool) + func (o *ContextAttributeValue) SetName(v interface{}) + func (o *ContextAttributeValue) SetWeight(v int32) + func (o ContextAttributeValue) MarshalJSON() ([]byte, error) + type ContextAttributeValues struct + Kind string + Values []ContextAttributeValue + func NewContextAttributeValues(kind string, values []ContextAttributeValue) *ContextAttributeValues + func NewContextAttributeValuesWithDefaults() *ContextAttributeValues + func (o *ContextAttributeValues) GetKind() string + func (o *ContextAttributeValues) GetKindOk() (*string, bool) + func (o *ContextAttributeValues) GetValues() []ContextAttributeValue + func (o *ContextAttributeValues) GetValuesOk() ([]ContextAttributeValue, bool) + func (o *ContextAttributeValues) SetKind(v string) + func (o *ContextAttributeValues) SetValues(v []ContextAttributeValue) + func (o ContextAttributeValues) MarshalJSON() ([]byte, error) + type ContextAttributeValuesCollection struct + Items []ContextAttributeValues + func NewContextAttributeValuesCollection(items []ContextAttributeValues) *ContextAttributeValuesCollection + func NewContextAttributeValuesCollectionWithDefaults() *ContextAttributeValuesCollection + func (o *ContextAttributeValuesCollection) GetItems() []ContextAttributeValues + func (o *ContextAttributeValuesCollection) GetItemsOk() ([]ContextAttributeValues, bool) + func (o *ContextAttributeValuesCollection) SetItems(v []ContextAttributeValues) + func (o ContextAttributeValuesCollection) MarshalJSON() ([]byte, error) + type ContextInstanceEvaluation struct + Key string + Links map[string]Link + Name string + Reason *ContextInstanceEvaluationReason + Value interface{} + func NewContextInstanceEvaluation(name string, key string, value interface{}, links map[string]Link) *ContextInstanceEvaluation + func NewContextInstanceEvaluationWithDefaults() *ContextInstanceEvaluation + func (o *ContextInstanceEvaluation) GetKey() string + func (o *ContextInstanceEvaluation) GetKeyOk() (*string, bool) + func (o *ContextInstanceEvaluation) GetLinks() map[string]Link + func (o *ContextInstanceEvaluation) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstanceEvaluation) GetName() string + func (o *ContextInstanceEvaluation) GetNameOk() (*string, bool) + func (o *ContextInstanceEvaluation) GetReason() ContextInstanceEvaluationReason + func (o *ContextInstanceEvaluation) GetReasonOk() (*ContextInstanceEvaluationReason, bool) + func (o *ContextInstanceEvaluation) GetValue() interface{} + func (o *ContextInstanceEvaluation) GetValueOk() (*interface{}, bool) + func (o *ContextInstanceEvaluation) HasReason() bool + func (o *ContextInstanceEvaluation) SetKey(v string) + func (o *ContextInstanceEvaluation) SetLinks(v map[string]Link) + func (o *ContextInstanceEvaluation) SetName(v string) + func (o *ContextInstanceEvaluation) SetReason(v ContextInstanceEvaluationReason) + func (o *ContextInstanceEvaluation) SetValue(v interface{}) + func (o ContextInstanceEvaluation) MarshalJSON() ([]byte, error) + type ContextInstanceEvaluationReason struct + ErrorKind *string + InExperiment *bool + Kind string + PrerequisiteKey *string + RuleID *string + RuleIndex *int32 + func NewContextInstanceEvaluationReason(kind string) *ContextInstanceEvaluationReason + func NewContextInstanceEvaluationReasonWithDefaults() *ContextInstanceEvaluationReason + func (o *ContextInstanceEvaluationReason) GetErrorKind() string + func (o *ContextInstanceEvaluationReason) GetErrorKindOk() (*string, bool) + func (o *ContextInstanceEvaluationReason) GetInExperiment() bool + func (o *ContextInstanceEvaluationReason) GetInExperimentOk() (*bool, bool) + func (o *ContextInstanceEvaluationReason) GetKind() string + func (o *ContextInstanceEvaluationReason) GetKindOk() (*string, bool) + func (o *ContextInstanceEvaluationReason) GetPrerequisiteKey() string + func (o *ContextInstanceEvaluationReason) GetPrerequisiteKeyOk() (*string, bool) + func (o *ContextInstanceEvaluationReason) GetRuleID() string + func (o *ContextInstanceEvaluationReason) GetRuleIDOk() (*string, bool) + func (o *ContextInstanceEvaluationReason) GetRuleIndex() int32 + func (o *ContextInstanceEvaluationReason) GetRuleIndexOk() (*int32, bool) + func (o *ContextInstanceEvaluationReason) HasErrorKind() bool + func (o *ContextInstanceEvaluationReason) HasInExperiment() bool + func (o *ContextInstanceEvaluationReason) HasPrerequisiteKey() bool + func (o *ContextInstanceEvaluationReason) HasRuleID() bool + func (o *ContextInstanceEvaluationReason) HasRuleIndex() bool + func (o *ContextInstanceEvaluationReason) SetErrorKind(v string) + func (o *ContextInstanceEvaluationReason) SetInExperiment(v bool) + func (o *ContextInstanceEvaluationReason) SetKind(v string) + func (o *ContextInstanceEvaluationReason) SetPrerequisiteKey(v string) + func (o *ContextInstanceEvaluationReason) SetRuleID(v string) + func (o *ContextInstanceEvaluationReason) SetRuleIndex(v int32) + func (o ContextInstanceEvaluationReason) MarshalJSON() ([]byte, error) + type ContextInstanceEvaluations struct + Items []ContextInstanceEvaluation + Links map[string]Link + TotalCount *int32 + func NewContextInstanceEvaluations(items []ContextInstanceEvaluation, links map[string]Link) *ContextInstanceEvaluations + func NewContextInstanceEvaluationsWithDefaults() *ContextInstanceEvaluations + func (o *ContextInstanceEvaluations) GetItems() []ContextInstanceEvaluation + func (o *ContextInstanceEvaluations) GetItemsOk() ([]ContextInstanceEvaluation, bool) + func (o *ContextInstanceEvaluations) GetLinks() map[string]Link + func (o *ContextInstanceEvaluations) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstanceEvaluations) GetTotalCount() int32 + func (o *ContextInstanceEvaluations) GetTotalCountOk() (*int32, bool) + func (o *ContextInstanceEvaluations) HasTotalCount() bool + func (o *ContextInstanceEvaluations) SetItems(v []ContextInstanceEvaluation) + func (o *ContextInstanceEvaluations) SetLinks(v map[string]Link) + func (o *ContextInstanceEvaluations) SetTotalCount(v int32) + func (o ContextInstanceEvaluations) MarshalJSON() ([]byte, error) + type ContextInstanceRecord struct + Access *Access + AnonymousKinds []string + ApplicationId *string + Context interface{} + Id string + LastSeen *time.Time + Links *map[string]Link + func NewContextInstanceRecord(id string, context interface{}) *ContextInstanceRecord + func NewContextInstanceRecordWithDefaults() *ContextInstanceRecord + func (o *ContextInstanceRecord) GetAccess() Access + func (o *ContextInstanceRecord) GetAccessOk() (*Access, bool) + func (o *ContextInstanceRecord) GetAnonymousKinds() []string + func (o *ContextInstanceRecord) GetAnonymousKindsOk() ([]string, bool) + func (o *ContextInstanceRecord) GetApplicationId() string + func (o *ContextInstanceRecord) GetApplicationIdOk() (*string, bool) + func (o *ContextInstanceRecord) GetContext() interface{} + func (o *ContextInstanceRecord) GetContextOk() (*interface{}, bool) + func (o *ContextInstanceRecord) GetId() string + func (o *ContextInstanceRecord) GetIdOk() (*string, bool) + func (o *ContextInstanceRecord) GetLastSeen() time.Time + func (o *ContextInstanceRecord) GetLastSeenOk() (*time.Time, bool) + func (o *ContextInstanceRecord) GetLinks() map[string]Link + func (o *ContextInstanceRecord) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstanceRecord) HasAccess() bool + func (o *ContextInstanceRecord) HasAnonymousKinds() bool + func (o *ContextInstanceRecord) HasApplicationId() bool + func (o *ContextInstanceRecord) HasLastSeen() bool + func (o *ContextInstanceRecord) HasLinks() bool + func (o *ContextInstanceRecord) SetAccess(v Access) + func (o *ContextInstanceRecord) SetAnonymousKinds(v []string) + func (o *ContextInstanceRecord) SetApplicationId(v string) + func (o *ContextInstanceRecord) SetContext(v interface{}) + func (o *ContextInstanceRecord) SetId(v string) + func (o *ContextInstanceRecord) SetLastSeen(v time.Time) + func (o *ContextInstanceRecord) SetLinks(v map[string]Link) + func (o ContextInstanceRecord) MarshalJSON() ([]byte, error) + type ContextInstanceSearch struct + ContinuationToken *string + Filter *string + Limit *int32 + Sort *string + func NewContextInstanceSearch() *ContextInstanceSearch + func NewContextInstanceSearchWithDefaults() *ContextInstanceSearch + func (o *ContextInstanceSearch) GetContinuationToken() string + func (o *ContextInstanceSearch) GetContinuationTokenOk() (*string, bool) + func (o *ContextInstanceSearch) GetFilter() string + func (o *ContextInstanceSearch) GetFilterOk() (*string, bool) + func (o *ContextInstanceSearch) GetLimit() int32 + func (o *ContextInstanceSearch) GetLimitOk() (*int32, bool) + func (o *ContextInstanceSearch) GetSort() string + func (o *ContextInstanceSearch) GetSortOk() (*string, bool) + func (o *ContextInstanceSearch) HasContinuationToken() bool + func (o *ContextInstanceSearch) HasFilter() bool + func (o *ContextInstanceSearch) HasLimit() bool + func (o *ContextInstanceSearch) HasSort() bool + func (o *ContextInstanceSearch) SetContinuationToken(v string) + func (o *ContextInstanceSearch) SetFilter(v string) + func (o *ContextInstanceSearch) SetLimit(v int32) + func (o *ContextInstanceSearch) SetSort(v string) + func (o ContextInstanceSearch) MarshalJSON() ([]byte, error) + type ContextInstanceSegmentMembership struct + Description string + External string + IsIndividuallyTargeted bool + IsMember bool + IsRuleTargeted bool + Key string + Links map[string]Link + Name string + Unbounded bool + func NewContextInstanceSegmentMembership(name string, key string, description string, unbounded bool, external string, ...) *ContextInstanceSegmentMembership + func NewContextInstanceSegmentMembershipWithDefaults() *ContextInstanceSegmentMembership + func (o *ContextInstanceSegmentMembership) GetDescription() string + func (o *ContextInstanceSegmentMembership) GetDescriptionOk() (*string, bool) + func (o *ContextInstanceSegmentMembership) GetExternal() string + func (o *ContextInstanceSegmentMembership) GetExternalOk() (*string, bool) + func (o *ContextInstanceSegmentMembership) GetIsIndividuallyTargeted() bool + func (o *ContextInstanceSegmentMembership) GetIsIndividuallyTargetedOk() (*bool, bool) + func (o *ContextInstanceSegmentMembership) GetIsMember() bool + func (o *ContextInstanceSegmentMembership) GetIsMemberOk() (*bool, bool) + func (o *ContextInstanceSegmentMembership) GetIsRuleTargeted() bool + func (o *ContextInstanceSegmentMembership) GetIsRuleTargetedOk() (*bool, bool) + func (o *ContextInstanceSegmentMembership) GetKey() string + func (o *ContextInstanceSegmentMembership) GetKeyOk() (*string, bool) + func (o *ContextInstanceSegmentMembership) GetLinks() map[string]Link + func (o *ContextInstanceSegmentMembership) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstanceSegmentMembership) GetName() string + func (o *ContextInstanceSegmentMembership) GetNameOk() (*string, bool) + func (o *ContextInstanceSegmentMembership) GetUnbounded() bool + func (o *ContextInstanceSegmentMembership) GetUnboundedOk() (*bool, bool) + func (o *ContextInstanceSegmentMembership) SetDescription(v string) + func (o *ContextInstanceSegmentMembership) SetExternal(v string) + func (o *ContextInstanceSegmentMembership) SetIsIndividuallyTargeted(v bool) + func (o *ContextInstanceSegmentMembership) SetIsMember(v bool) + func (o *ContextInstanceSegmentMembership) SetIsRuleTargeted(v bool) + func (o *ContextInstanceSegmentMembership) SetKey(v string) + func (o *ContextInstanceSegmentMembership) SetLinks(v map[string]Link) + func (o *ContextInstanceSegmentMembership) SetName(v string) + func (o *ContextInstanceSegmentMembership) SetUnbounded(v bool) + func (o ContextInstanceSegmentMembership) MarshalJSON() ([]byte, error) + type ContextInstanceSegmentMemberships struct + Items []ContextInstanceSegmentMembership + Links map[string]Link + func NewContextInstanceSegmentMemberships(items []ContextInstanceSegmentMembership, links map[string]Link) *ContextInstanceSegmentMemberships + func NewContextInstanceSegmentMembershipsWithDefaults() *ContextInstanceSegmentMemberships + func (o *ContextInstanceSegmentMemberships) GetItems() []ContextInstanceSegmentMembership + func (o *ContextInstanceSegmentMemberships) GetItemsOk() ([]ContextInstanceSegmentMembership, bool) + func (o *ContextInstanceSegmentMemberships) GetLinks() map[string]Link + func (o *ContextInstanceSegmentMemberships) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstanceSegmentMemberships) SetItems(v []ContextInstanceSegmentMembership) + func (o *ContextInstanceSegmentMemberships) SetLinks(v map[string]Link) + func (o ContextInstanceSegmentMemberships) MarshalJSON() ([]byte, error) + type ContextInstances struct + ContinuationToken *string + EnvironmentId string + Items []ContextInstanceRecord + Links *map[string]Link + TotalCount *int32 + func NewContextInstances(environmentId string, items []ContextInstanceRecord) *ContextInstances + func NewContextInstancesWithDefaults() *ContextInstances + func (o *ContextInstances) GetContinuationToken() string + func (o *ContextInstances) GetContinuationTokenOk() (*string, bool) + func (o *ContextInstances) GetEnvironmentId() string + func (o *ContextInstances) GetEnvironmentIdOk() (*string, bool) + func (o *ContextInstances) GetItems() []ContextInstanceRecord + func (o *ContextInstances) GetItemsOk() ([]ContextInstanceRecord, bool) + func (o *ContextInstances) GetLinks() map[string]Link + func (o *ContextInstances) GetLinksOk() (*map[string]Link, bool) + func (o *ContextInstances) GetTotalCount() int32 + func (o *ContextInstances) GetTotalCountOk() (*int32, bool) + func (o *ContextInstances) HasContinuationToken() bool + func (o *ContextInstances) HasLinks() bool + func (o *ContextInstances) HasTotalCount() bool + func (o *ContextInstances) SetContinuationToken(v string) + func (o *ContextInstances) SetEnvironmentId(v string) + func (o *ContextInstances) SetItems(v []ContextInstanceRecord) + func (o *ContextInstances) SetLinks(v map[string]Link) + func (o *ContextInstances) SetTotalCount(v int32) + func (o ContextInstances) MarshalJSON() ([]byte, error) + type ContextKind struct + Archived *bool + CreatedFrom string + CreationDate int64 + Description string + HideInTargeting *bool + Key string + LastModified int64 + LastSeen *int64 + Name string + Version int32 + func NewContextKind(key string, name string, description string, version int32, creationDate int64, ...) *ContextKind + func NewContextKindWithDefaults() *ContextKind + func (o *ContextKind) GetArchived() bool + func (o *ContextKind) GetArchivedOk() (*bool, bool) + func (o *ContextKind) GetCreatedFrom() string + func (o *ContextKind) GetCreatedFromOk() (*string, bool) + func (o *ContextKind) GetCreationDate() int64 + func (o *ContextKind) GetCreationDateOk() (*int64, bool) + func (o *ContextKind) GetDescription() string + func (o *ContextKind) GetDescriptionOk() (*string, bool) + func (o *ContextKind) GetHideInTargeting() bool + func (o *ContextKind) GetHideInTargetingOk() (*bool, bool) + func (o *ContextKind) GetKey() string + func (o *ContextKind) GetKeyOk() (*string, bool) + func (o *ContextKind) GetLastModified() int64 + func (o *ContextKind) GetLastModifiedOk() (*int64, bool) + func (o *ContextKind) GetLastSeen() int64 + func (o *ContextKind) GetLastSeenOk() (*int64, bool) + func (o *ContextKind) GetName() string + func (o *ContextKind) GetNameOk() (*string, bool) + func (o *ContextKind) GetVersion() int32 + func (o *ContextKind) GetVersionOk() (*int32, bool) + func (o *ContextKind) HasArchived() bool + func (o *ContextKind) HasHideInTargeting() bool + func (o *ContextKind) HasLastSeen() bool + func (o *ContextKind) SetArchived(v bool) + func (o *ContextKind) SetCreatedFrom(v string) + func (o *ContextKind) SetCreationDate(v int64) + func (o *ContextKind) SetDescription(v string) + func (o *ContextKind) SetHideInTargeting(v bool) + func (o *ContextKind) SetKey(v string) + func (o *ContextKind) SetLastModified(v int64) + func (o *ContextKind) SetLastSeen(v int64) + func (o *ContextKind) SetName(v string) + func (o *ContextKind) SetVersion(v int32) + func (o ContextKind) MarshalJSON() ([]byte, error) + type ContextKindRep struct + Archived *bool + CreatedFrom string + CreationDate int64 + Description string + HideInTargeting *bool + Key string + LastModified int64 + LastSeen *int64 + Links *map[string]Link + Name string + Version int32 + func NewContextKindRep(key string, name string, description string, version int32, creationDate int64, ...) *ContextKindRep + func NewContextKindRepWithDefaults() *ContextKindRep + func (o *ContextKindRep) GetArchived() bool + func (o *ContextKindRep) GetArchivedOk() (*bool, bool) + func (o *ContextKindRep) GetCreatedFrom() string + func (o *ContextKindRep) GetCreatedFromOk() (*string, bool) + func (o *ContextKindRep) GetCreationDate() int64 + func (o *ContextKindRep) GetCreationDateOk() (*int64, bool) + func (o *ContextKindRep) GetDescription() string + func (o *ContextKindRep) GetDescriptionOk() (*string, bool) + func (o *ContextKindRep) GetHideInTargeting() bool + func (o *ContextKindRep) GetHideInTargetingOk() (*bool, bool) + func (o *ContextKindRep) GetKey() string + func (o *ContextKindRep) GetKeyOk() (*string, bool) + func (o *ContextKindRep) GetLastModified() int64 + func (o *ContextKindRep) GetLastModifiedOk() (*int64, bool) + func (o *ContextKindRep) GetLastSeen() int64 + func (o *ContextKindRep) GetLastSeenOk() (*int64, bool) + func (o *ContextKindRep) GetLinks() map[string]Link + func (o *ContextKindRep) GetLinksOk() (*map[string]Link, bool) + func (o *ContextKindRep) GetName() string + func (o *ContextKindRep) GetNameOk() (*string, bool) + func (o *ContextKindRep) GetVersion() int32 + func (o *ContextKindRep) GetVersionOk() (*int32, bool) + func (o *ContextKindRep) HasArchived() bool + func (o *ContextKindRep) HasHideInTargeting() bool + func (o *ContextKindRep) HasLastSeen() bool + func (o *ContextKindRep) HasLinks() bool + func (o *ContextKindRep) SetArchived(v bool) + func (o *ContextKindRep) SetCreatedFrom(v string) + func (o *ContextKindRep) SetCreationDate(v int64) + func (o *ContextKindRep) SetDescription(v string) + func (o *ContextKindRep) SetHideInTargeting(v bool) + func (o *ContextKindRep) SetKey(v string) + func (o *ContextKindRep) SetLastModified(v int64) + func (o *ContextKindRep) SetLastSeen(v int64) + func (o *ContextKindRep) SetLinks(v map[string]Link) + func (o *ContextKindRep) SetName(v string) + func (o *ContextKindRep) SetVersion(v int32) + func (o ContextKindRep) MarshalJSON() ([]byte, error) + type ContextKindsCollectionRep struct + Items []ContextKindRep + Links map[string]Link + func NewContextKindsCollectionRep(items []ContextKindRep, links map[string]Link) *ContextKindsCollectionRep + func NewContextKindsCollectionRepWithDefaults() *ContextKindsCollectionRep + func (o *ContextKindsCollectionRep) GetItems() []ContextKindRep + func (o *ContextKindsCollectionRep) GetItemsOk() ([]ContextKindRep, bool) + func (o *ContextKindsCollectionRep) GetLinks() map[string]Link + func (o *ContextKindsCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ContextKindsCollectionRep) SetItems(v []ContextKindRep) + func (o *ContextKindsCollectionRep) SetLinks(v map[string]Link) + func (o ContextKindsCollectionRep) MarshalJSON() ([]byte, error) + type ContextRecord struct + Access *Access + ApplicationId *string + AssociatedContexts *int32 + Context interface{} + LastSeen *time.Time + Links *map[string]Link + func NewContextRecord(context interface{}) *ContextRecord + func NewContextRecordWithDefaults() *ContextRecord + func (o *ContextRecord) GetAccess() Access + func (o *ContextRecord) GetAccessOk() (*Access, bool) + func (o *ContextRecord) GetApplicationId() string + func (o *ContextRecord) GetApplicationIdOk() (*string, bool) + func (o *ContextRecord) GetAssociatedContexts() int32 + func (o *ContextRecord) GetAssociatedContextsOk() (*int32, bool) + func (o *ContextRecord) GetContext() interface{} + func (o *ContextRecord) GetContextOk() (*interface{}, bool) + func (o *ContextRecord) GetLastSeen() time.Time + func (o *ContextRecord) GetLastSeenOk() (*time.Time, bool) + func (o *ContextRecord) GetLinks() map[string]Link + func (o *ContextRecord) GetLinksOk() (*map[string]Link, bool) + func (o *ContextRecord) HasAccess() bool + func (o *ContextRecord) HasApplicationId() bool + func (o *ContextRecord) HasAssociatedContexts() bool + func (o *ContextRecord) HasLastSeen() bool + func (o *ContextRecord) HasLinks() bool + func (o *ContextRecord) SetAccess(v Access) + func (o *ContextRecord) SetApplicationId(v string) + func (o *ContextRecord) SetAssociatedContexts(v int32) + func (o *ContextRecord) SetContext(v interface{}) + func (o *ContextRecord) SetLastSeen(v time.Time) + func (o *ContextRecord) SetLinks(v map[string]Link) + func (o ContextRecord) MarshalJSON() ([]byte, error) + type ContextSearch struct + ContinuationToken *string + Filter *string + Limit *int32 + Sort *string + func NewContextSearch() *ContextSearch + func NewContextSearchWithDefaults() *ContextSearch + func (o *ContextSearch) GetContinuationToken() string + func (o *ContextSearch) GetContinuationTokenOk() (*string, bool) + func (o *ContextSearch) GetFilter() string + func (o *ContextSearch) GetFilterOk() (*string, bool) + func (o *ContextSearch) GetLimit() int32 + func (o *ContextSearch) GetLimitOk() (*int32, bool) + func (o *ContextSearch) GetSort() string + func (o *ContextSearch) GetSortOk() (*string, bool) + func (o *ContextSearch) HasContinuationToken() bool + func (o *ContextSearch) HasFilter() bool + func (o *ContextSearch) HasLimit() bool + func (o *ContextSearch) HasSort() bool + func (o *ContextSearch) SetContinuationToken(v string) + func (o *ContextSearch) SetFilter(v string) + func (o *ContextSearch) SetLimit(v int32) + func (o *ContextSearch) SetSort(v string) + func (o ContextSearch) MarshalJSON() ([]byte, error) + type ContextSettingsApiService service + func (a *ContextSettingsApiService) PutContextFlagSetting(ctx context.Context, projectKey string, environmentKey string, ...) ApiPutContextFlagSettingRequest + func (a *ContextSettingsApiService) PutContextFlagSettingExecute(r ApiPutContextFlagSettingRequest) (*http.Response, error) + type Contexts struct + ContinuationToken *string + EnvironmentId string + Items []ContextRecord + Links *map[string]Link + TotalCount *int32 + func NewContexts(environmentId string, items []ContextRecord) *Contexts + func NewContextsWithDefaults() *Contexts + func (o *Contexts) GetContinuationToken() string + func (o *Contexts) GetContinuationTokenOk() (*string, bool) + func (o *Contexts) GetEnvironmentId() string + func (o *Contexts) GetEnvironmentIdOk() (*string, bool) + func (o *Contexts) GetItems() []ContextRecord + func (o *Contexts) GetItemsOk() ([]ContextRecord, bool) + func (o *Contexts) GetLinks() map[string]Link + func (o *Contexts) GetLinksOk() (*map[string]Link, bool) + func (o *Contexts) GetTotalCount() int32 + func (o *Contexts) GetTotalCountOk() (*int32, bool) + func (o *Contexts) HasContinuationToken() bool + func (o *Contexts) HasLinks() bool + func (o *Contexts) HasTotalCount() bool + func (o *Contexts) SetContinuationToken(v string) + func (o *Contexts) SetEnvironmentId(v string) + func (o *Contexts) SetItems(v []ContextRecord) + func (o *Contexts) SetLinks(v map[string]Link) + func (o *Contexts) SetTotalCount(v int32) + func (o Contexts) MarshalJSON() ([]byte, error) + type ContextsApiService service + func (a *ContextsApiService) DeleteContextInstances(ctx context.Context, projectKey string, environmentKey string, id string) ApiDeleteContextInstancesRequest + func (a *ContextsApiService) DeleteContextInstancesExecute(r ApiDeleteContextInstancesRequest) (*http.Response, error) + func (a *ContextsApiService) EvaluateContextInstance(ctx context.Context, projectKey string, environmentKey string) ApiEvaluateContextInstanceRequest + func (a *ContextsApiService) EvaluateContextInstanceExecute(r ApiEvaluateContextInstanceRequest) (*ContextInstanceEvaluations, *http.Response, error) + func (a *ContextsApiService) GetContextAttributeNames(ctx context.Context, projectKey string, environmentKey string) ApiGetContextAttributeNamesRequest + func (a *ContextsApiService) GetContextAttributeNamesExecute(r ApiGetContextAttributeNamesRequest) (*ContextAttributeNamesCollection, *http.Response, error) + func (a *ContextsApiService) GetContextAttributeValues(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetContextAttributeValuesRequest + func (a *ContextsApiService) GetContextAttributeValuesExecute(r ApiGetContextAttributeValuesRequest) (*ContextAttributeValuesCollection, *http.Response, error) + func (a *ContextsApiService) GetContextInstances(ctx context.Context, projectKey string, environmentKey string, id string) ApiGetContextInstancesRequest + func (a *ContextsApiService) GetContextInstancesExecute(r ApiGetContextInstancesRequest) (*ContextInstances, *http.Response, error) + func (a *ContextsApiService) GetContextKindsByProjectKey(ctx context.Context, projectKey string) ApiGetContextKindsByProjectKeyRequest + func (a *ContextsApiService) GetContextKindsByProjectKeyExecute(r ApiGetContextKindsByProjectKeyRequest) (*ContextKindsCollectionRep, *http.Response, error) + func (a *ContextsApiService) GetContexts(ctx context.Context, projectKey string, environmentKey string, kind string, ...) ApiGetContextsRequest + func (a *ContextsApiService) GetContextsExecute(r ApiGetContextsRequest) (*Contexts, *http.Response, error) + func (a *ContextsApiService) PutContextKind(ctx context.Context, projectKey string, key string) ApiPutContextKindRequest + func (a *ContextsApiService) PutContextKindExecute(r ApiPutContextKindRequest) (*UpsertResponseRep, *http.Response, error) + func (a *ContextsApiService) SearchContextInstances(ctx context.Context, projectKey string, environmentKey string) ApiSearchContextInstancesRequest + func (a *ContextsApiService) SearchContextInstancesExecute(r ApiSearchContextInstancesRequest) (*ContextInstances, *http.Response, error) + func (a *ContextsApiService) SearchContexts(ctx context.Context, projectKey string, environmentKey string) ApiSearchContextsRequest + func (a *ContextsApiService) SearchContextsExecute(r ApiSearchContextsRequest) (*Contexts, *http.Response, error) + type CopiedFromEnv struct + Key string + Version *int32 + func NewCopiedFromEnv(key string) *CopiedFromEnv + func NewCopiedFromEnvWithDefaults() *CopiedFromEnv + func (o *CopiedFromEnv) GetKey() string + func (o *CopiedFromEnv) GetKeyOk() (*string, bool) + func (o *CopiedFromEnv) GetVersion() int32 + func (o *CopiedFromEnv) GetVersionOk() (*int32, bool) + func (o *CopiedFromEnv) HasVersion() bool + func (o *CopiedFromEnv) SetKey(v string) + func (o *CopiedFromEnv) SetVersion(v int32) + func (o CopiedFromEnv) MarshalJSON() ([]byte, error) + type CreateApplicationInput struct + Description *string + Key string + Kind string + Maintainer *MaintainerInput + Name string + func NewCreateApplicationInput(key string, kind string, name string) *CreateApplicationInput + func NewCreateApplicationInputWithDefaults() *CreateApplicationInput + func (o *CreateApplicationInput) GetDescription() string + func (o *CreateApplicationInput) GetDescriptionOk() (*string, bool) + func (o *CreateApplicationInput) GetKey() string + func (o *CreateApplicationInput) GetKeyOk() (*string, bool) + func (o *CreateApplicationInput) GetKind() string + func (o *CreateApplicationInput) GetKindOk() (*string, bool) + func (o *CreateApplicationInput) GetMaintainer() MaintainerInput + func (o *CreateApplicationInput) GetMaintainerOk() (*MaintainerInput, bool) + func (o *CreateApplicationInput) GetName() string + func (o *CreateApplicationInput) GetNameOk() (*string, bool) + func (o *CreateApplicationInput) HasDescription() bool + func (o *CreateApplicationInput) HasMaintainer() bool + func (o *CreateApplicationInput) SetDescription(v string) + func (o *CreateApplicationInput) SetKey(v string) + func (o *CreateApplicationInput) SetKind(v string) + func (o *CreateApplicationInput) SetMaintainer(v MaintainerInput) + func (o *CreateApplicationInput) SetName(v string) + func (o CreateApplicationInput) MarshalJSON() ([]byte, error) + type CreateApplicationVersionInput struct + Key string + Name string + Supported *bool + func NewCreateApplicationVersionInput(key string, name string) *CreateApplicationVersionInput + func NewCreateApplicationVersionInputWithDefaults() *CreateApplicationVersionInput + func (o *CreateApplicationVersionInput) GetKey() string + func (o *CreateApplicationVersionInput) GetKeyOk() (*string, bool) + func (o *CreateApplicationVersionInput) GetName() string + func (o *CreateApplicationVersionInput) GetNameOk() (*string, bool) + func (o *CreateApplicationVersionInput) GetSupported() bool + func (o *CreateApplicationVersionInput) GetSupportedOk() (*bool, bool) + func (o *CreateApplicationVersionInput) HasSupported() bool + func (o *CreateApplicationVersionInput) SetKey(v string) + func (o *CreateApplicationVersionInput) SetName(v string) + func (o *CreateApplicationVersionInput) SetSupported(v bool) + func (o CreateApplicationVersionInput) MarshalJSON() ([]byte, error) + type CreateApprovalRequestRequest struct + Comment *string + Description string + Instructions []map[string]interface{} + IntegrationConfig map[string]interface{} + NotifyMemberIds []string + NotifyTeamKeys []string + ResourceId string + func NewCreateApprovalRequestRequest(resourceId string, description string, instructions []map[string]interface{}) *CreateApprovalRequestRequest + func NewCreateApprovalRequestRequestWithDefaults() *CreateApprovalRequestRequest + func (o *CreateApprovalRequestRequest) GetComment() string + func (o *CreateApprovalRequestRequest) GetCommentOk() (*string, bool) + func (o *CreateApprovalRequestRequest) GetDescription() string + func (o *CreateApprovalRequestRequest) GetDescriptionOk() (*string, bool) + func (o *CreateApprovalRequestRequest) GetInstructions() []map[string]interface{} + func (o *CreateApprovalRequestRequest) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *CreateApprovalRequestRequest) GetIntegrationConfig() map[string]interface{} + func (o *CreateApprovalRequestRequest) GetIntegrationConfigOk() (map[string]interface{}, bool) + func (o *CreateApprovalRequestRequest) GetNotifyMemberIds() []string + func (o *CreateApprovalRequestRequest) GetNotifyMemberIdsOk() ([]string, bool) + func (o *CreateApprovalRequestRequest) GetNotifyTeamKeys() []string + func (o *CreateApprovalRequestRequest) GetNotifyTeamKeysOk() ([]string, bool) + func (o *CreateApprovalRequestRequest) GetResourceId() string + func (o *CreateApprovalRequestRequest) GetResourceIdOk() (*string, bool) + func (o *CreateApprovalRequestRequest) HasComment() bool + func (o *CreateApprovalRequestRequest) HasIntegrationConfig() bool + func (o *CreateApprovalRequestRequest) HasNotifyMemberIds() bool + func (o *CreateApprovalRequestRequest) HasNotifyTeamKeys() bool + func (o *CreateApprovalRequestRequest) SetComment(v string) + func (o *CreateApprovalRequestRequest) SetDescription(v string) + func (o *CreateApprovalRequestRequest) SetInstructions(v []map[string]interface{}) + func (o *CreateApprovalRequestRequest) SetIntegrationConfig(v map[string]interface{}) + func (o *CreateApprovalRequestRequest) SetNotifyMemberIds(v []string) + func (o *CreateApprovalRequestRequest) SetNotifyTeamKeys(v []string) + func (o *CreateApprovalRequestRequest) SetResourceId(v string) + func (o CreateApprovalRequestRequest) MarshalJSON() ([]byte, error) + type CreateCopyFlagConfigApprovalRequestRequest struct + Comment *string + Description string + ExcludedActions []string + IncludedActions []string + NotifyMemberIds []string + NotifyTeamKeys []string + Source SourceFlag + func NewCreateCopyFlagConfigApprovalRequestRequest(description string, source SourceFlag) *CreateCopyFlagConfigApprovalRequestRequest + func NewCreateCopyFlagConfigApprovalRequestRequestWithDefaults() *CreateCopyFlagConfigApprovalRequestRequest + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetComment() string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetCommentOk() (*string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetDescription() string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetDescriptionOk() (*string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetExcludedActions() []string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetExcludedActionsOk() ([]string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetIncludedActions() []string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetIncludedActionsOk() ([]string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetNotifyMemberIds() []string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetNotifyMemberIdsOk() ([]string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetNotifyTeamKeys() []string + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetNotifyTeamKeysOk() ([]string, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetSource() SourceFlag + func (o *CreateCopyFlagConfigApprovalRequestRequest) GetSourceOk() (*SourceFlag, bool) + func (o *CreateCopyFlagConfigApprovalRequestRequest) HasComment() bool + func (o *CreateCopyFlagConfigApprovalRequestRequest) HasExcludedActions() bool + func (o *CreateCopyFlagConfigApprovalRequestRequest) HasIncludedActions() bool + func (o *CreateCopyFlagConfigApprovalRequestRequest) HasNotifyMemberIds() bool + func (o *CreateCopyFlagConfigApprovalRequestRequest) HasNotifyTeamKeys() bool + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetComment(v string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetDescription(v string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetExcludedActions(v []string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetIncludedActions(v []string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetNotifyMemberIds(v []string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetNotifyTeamKeys(v []string) + func (o *CreateCopyFlagConfigApprovalRequestRequest) SetSource(v SourceFlag) + func (o CreateCopyFlagConfigApprovalRequestRequest) MarshalJSON() ([]byte, error) + type CreateFlagConfigApprovalRequestRequest struct + Comment *string + Description string + ExecutionDate *int64 + Instructions []map[string]interface{} + IntegrationConfig map[string]interface{} + NotifyMemberIds []string + NotifyTeamKeys []string + OperatingOnId *string + func NewCreateFlagConfigApprovalRequestRequest(description string, instructions []map[string]interface{}) *CreateFlagConfigApprovalRequestRequest + func NewCreateFlagConfigApprovalRequestRequestWithDefaults() *CreateFlagConfigApprovalRequestRequest + func (o *CreateFlagConfigApprovalRequestRequest) GetComment() string + func (o *CreateFlagConfigApprovalRequestRequest) GetCommentOk() (*string, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetDescription() string + func (o *CreateFlagConfigApprovalRequestRequest) GetDescriptionOk() (*string, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetExecutionDate() int64 + func (o *CreateFlagConfigApprovalRequestRequest) GetExecutionDateOk() (*int64, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetInstructions() []map[string]interface{} + func (o *CreateFlagConfigApprovalRequestRequest) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetIntegrationConfig() map[string]interface{} + func (o *CreateFlagConfigApprovalRequestRequest) GetIntegrationConfigOk() (map[string]interface{}, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetNotifyMemberIds() []string + func (o *CreateFlagConfigApprovalRequestRequest) GetNotifyMemberIdsOk() ([]string, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetNotifyTeamKeys() []string + func (o *CreateFlagConfigApprovalRequestRequest) GetNotifyTeamKeysOk() ([]string, bool) + func (o *CreateFlagConfigApprovalRequestRequest) GetOperatingOnId() string + func (o *CreateFlagConfigApprovalRequestRequest) GetOperatingOnIdOk() (*string, bool) + func (o *CreateFlagConfigApprovalRequestRequest) HasComment() bool + func (o *CreateFlagConfigApprovalRequestRequest) HasExecutionDate() bool + func (o *CreateFlagConfigApprovalRequestRequest) HasIntegrationConfig() bool + func (o *CreateFlagConfigApprovalRequestRequest) HasNotifyMemberIds() bool + func (o *CreateFlagConfigApprovalRequestRequest) HasNotifyTeamKeys() bool + func (o *CreateFlagConfigApprovalRequestRequest) HasOperatingOnId() bool + func (o *CreateFlagConfigApprovalRequestRequest) SetComment(v string) + func (o *CreateFlagConfigApprovalRequestRequest) SetDescription(v string) + func (o *CreateFlagConfigApprovalRequestRequest) SetExecutionDate(v int64) + func (o *CreateFlagConfigApprovalRequestRequest) SetInstructions(v []map[string]interface{}) + func (o *CreateFlagConfigApprovalRequestRequest) SetIntegrationConfig(v map[string]interface{}) + func (o *CreateFlagConfigApprovalRequestRequest) SetNotifyMemberIds(v []string) + func (o *CreateFlagConfigApprovalRequestRequest) SetNotifyTeamKeys(v []string) + func (o *CreateFlagConfigApprovalRequestRequest) SetOperatingOnId(v string) + func (o CreateFlagConfigApprovalRequestRequest) MarshalJSON() ([]byte, error) + type CreatePhaseInput struct + Audiences []AudiencePost + Name string + func NewCreatePhaseInput(audiences []AudiencePost, name string) *CreatePhaseInput + func NewCreatePhaseInputWithDefaults() *CreatePhaseInput + func (o *CreatePhaseInput) GetAudiences() []AudiencePost + func (o *CreatePhaseInput) GetAudiencesOk() ([]AudiencePost, bool) + func (o *CreatePhaseInput) GetName() string + func (o *CreatePhaseInput) GetNameOk() (*string, bool) + func (o *CreatePhaseInput) SetAudiences(v []AudiencePost) + func (o *CreatePhaseInput) SetName(v string) + func (o CreatePhaseInput) MarshalJSON() ([]byte, error) + type CreateReleasePipelineInput struct + Description *string + Key string + Name string + Phases []CreatePhaseInput + Tags []string + func NewCreateReleasePipelineInput(key string, name string, phases []CreatePhaseInput) *CreateReleasePipelineInput + func NewCreateReleasePipelineInputWithDefaults() *CreateReleasePipelineInput + func (o *CreateReleasePipelineInput) GetDescription() string + func (o *CreateReleasePipelineInput) GetDescriptionOk() (*string, bool) + func (o *CreateReleasePipelineInput) GetKey() string + func (o *CreateReleasePipelineInput) GetKeyOk() (*string, bool) + func (o *CreateReleasePipelineInput) GetName() string + func (o *CreateReleasePipelineInput) GetNameOk() (*string, bool) + func (o *CreateReleasePipelineInput) GetPhases() []CreatePhaseInput + func (o *CreateReleasePipelineInput) GetPhasesOk() ([]CreatePhaseInput, bool) + func (o *CreateReleasePipelineInput) GetTags() []string + func (o *CreateReleasePipelineInput) GetTagsOk() ([]string, bool) + func (o *CreateReleasePipelineInput) HasDescription() bool + func (o *CreateReleasePipelineInput) HasTags() bool + func (o *CreateReleasePipelineInput) SetDescription(v string) + func (o *CreateReleasePipelineInput) SetKey(v string) + func (o *CreateReleasePipelineInput) SetName(v string) + func (o *CreateReleasePipelineInput) SetPhases(v []CreatePhaseInput) + func (o *CreateReleasePipelineInput) SetTags(v []string) + func (o CreateReleasePipelineInput) MarshalJSON() ([]byte, error) + type CreateWorkflowTemplateInput struct + Description *string + EnvironmentKey *string + FlagKey *string + Key string + Name *string + ProjectKey *string + Stages []StageInput + WorkflowId *string + func NewCreateWorkflowTemplateInput(key string) *CreateWorkflowTemplateInput + func NewCreateWorkflowTemplateInputWithDefaults() *CreateWorkflowTemplateInput + func (o *CreateWorkflowTemplateInput) GetDescription() string + func (o *CreateWorkflowTemplateInput) GetDescriptionOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetEnvironmentKey() string + func (o *CreateWorkflowTemplateInput) GetEnvironmentKeyOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetFlagKey() string + func (o *CreateWorkflowTemplateInput) GetFlagKeyOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetKey() string + func (o *CreateWorkflowTemplateInput) GetKeyOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetName() string + func (o *CreateWorkflowTemplateInput) GetNameOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetProjectKey() string + func (o *CreateWorkflowTemplateInput) GetProjectKeyOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) GetStages() []StageInput + func (o *CreateWorkflowTemplateInput) GetStagesOk() ([]StageInput, bool) + func (o *CreateWorkflowTemplateInput) GetWorkflowId() string + func (o *CreateWorkflowTemplateInput) GetWorkflowIdOk() (*string, bool) + func (o *CreateWorkflowTemplateInput) HasDescription() bool + func (o *CreateWorkflowTemplateInput) HasEnvironmentKey() bool + func (o *CreateWorkflowTemplateInput) HasFlagKey() bool + func (o *CreateWorkflowTemplateInput) HasName() bool + func (o *CreateWorkflowTemplateInput) HasProjectKey() bool + func (o *CreateWorkflowTemplateInput) HasStages() bool + func (o *CreateWorkflowTemplateInput) HasWorkflowId() bool + func (o *CreateWorkflowTemplateInput) SetDescription(v string) + func (o *CreateWorkflowTemplateInput) SetEnvironmentKey(v string) + func (o *CreateWorkflowTemplateInput) SetFlagKey(v string) + func (o *CreateWorkflowTemplateInput) SetKey(v string) + func (o *CreateWorkflowTemplateInput) SetName(v string) + func (o *CreateWorkflowTemplateInput) SetProjectKey(v string) + func (o *CreateWorkflowTemplateInput) SetStages(v []StageInput) + func (o *CreateWorkflowTemplateInput) SetWorkflowId(v string) + func (o CreateWorkflowTemplateInput) MarshalJSON() ([]byte, error) + type CredibleIntervalRep struct + Lower *float32 + Upper *float32 + func NewCredibleIntervalRep() *CredibleIntervalRep + func NewCredibleIntervalRepWithDefaults() *CredibleIntervalRep + func (o *CredibleIntervalRep) GetLower() float32 + func (o *CredibleIntervalRep) GetLowerOk() (*float32, bool) + func (o *CredibleIntervalRep) GetUpper() float32 + func (o *CredibleIntervalRep) GetUpperOk() (*float32, bool) + func (o *CredibleIntervalRep) HasLower() bool + func (o *CredibleIntervalRep) HasUpper() bool + func (o *CredibleIntervalRep) SetLower(v float32) + func (o *CredibleIntervalRep) SetUpper(v float32) + func (o CredibleIntervalRep) MarshalJSON() ([]byte, error) + type CustomProperty struct + Name string + Value []string + func NewCustomProperty(name string, value []string) *CustomProperty + func NewCustomPropertyWithDefaults() *CustomProperty + func (o *CustomProperty) GetName() string + func (o *CustomProperty) GetNameOk() (*string, bool) + func (o *CustomProperty) GetValue() []string + func (o *CustomProperty) GetValueOk() ([]string, bool) + func (o *CustomProperty) SetName(v string) + func (o *CustomProperty) SetValue(v []string) + func (o CustomProperty) MarshalJSON() ([]byte, error) + type CustomRole struct + Access *Access + BasePermissions *string + Description *string + Id string + Key string + Links map[string]Link + Name string + Policy []Statement + func NewCustomRole(id string, links map[string]Link, key string, name string, policy []Statement) *CustomRole + func NewCustomRoleWithDefaults() *CustomRole + func (o *CustomRole) GetAccess() Access + func (o *CustomRole) GetAccessOk() (*Access, bool) + func (o *CustomRole) GetBasePermissions() string + func (o *CustomRole) GetBasePermissionsOk() (*string, bool) + func (o *CustomRole) GetDescription() string + func (o *CustomRole) GetDescriptionOk() (*string, bool) + func (o *CustomRole) GetId() string + func (o *CustomRole) GetIdOk() (*string, bool) + func (o *CustomRole) GetKey() string + func (o *CustomRole) GetKeyOk() (*string, bool) + func (o *CustomRole) GetLinks() map[string]Link + func (o *CustomRole) GetLinksOk() (*map[string]Link, bool) + func (o *CustomRole) GetName() string + func (o *CustomRole) GetNameOk() (*string, bool) + func (o *CustomRole) GetPolicy() []Statement + func (o *CustomRole) GetPolicyOk() ([]Statement, bool) + func (o *CustomRole) HasAccess() bool + func (o *CustomRole) HasBasePermissions() bool + func (o *CustomRole) HasDescription() bool + func (o *CustomRole) SetAccess(v Access) + func (o *CustomRole) SetBasePermissions(v string) + func (o *CustomRole) SetDescription(v string) + func (o *CustomRole) SetId(v string) + func (o *CustomRole) SetKey(v string) + func (o *CustomRole) SetLinks(v map[string]Link) + func (o *CustomRole) SetName(v string) + func (o *CustomRole) SetPolicy(v []Statement) + func (o CustomRole) MarshalJSON() ([]byte, error) + type CustomRolePost struct + BasePermissions *string + Description *string + Key string + Name string + Policy []StatementPost + func NewCustomRolePost(name string, key string, policy []StatementPost) *CustomRolePost + func NewCustomRolePostWithDefaults() *CustomRolePost + func (o *CustomRolePost) GetBasePermissions() string + func (o *CustomRolePost) GetBasePermissionsOk() (*string, bool) + func (o *CustomRolePost) GetDescription() string + func (o *CustomRolePost) GetDescriptionOk() (*string, bool) + func (o *CustomRolePost) GetKey() string + func (o *CustomRolePost) GetKeyOk() (*string, bool) + func (o *CustomRolePost) GetName() string + func (o *CustomRolePost) GetNameOk() (*string, bool) + func (o *CustomRolePost) GetPolicy() []StatementPost + func (o *CustomRolePost) GetPolicyOk() ([]StatementPost, bool) + func (o *CustomRolePost) HasBasePermissions() bool + func (o *CustomRolePost) HasDescription() bool + func (o *CustomRolePost) SetBasePermissions(v string) + func (o *CustomRolePost) SetDescription(v string) + func (o *CustomRolePost) SetKey(v string) + func (o *CustomRolePost) SetName(v string) + func (o *CustomRolePost) SetPolicy(v []StatementPost) + func (o CustomRolePost) MarshalJSON() ([]byte, error) + type CustomRolePostData struct + BasePermissions *string + Description *string + Key string + Name string + Policy []StatementPost + func NewCustomRolePostData(name string, key string, policy []StatementPost) *CustomRolePostData + func NewCustomRolePostDataWithDefaults() *CustomRolePostData + func (o *CustomRolePostData) GetBasePermissions() string + func (o *CustomRolePostData) GetBasePermissionsOk() (*string, bool) + func (o *CustomRolePostData) GetDescription() string + func (o *CustomRolePostData) GetDescriptionOk() (*string, bool) + func (o *CustomRolePostData) GetKey() string + func (o *CustomRolePostData) GetKeyOk() (*string, bool) + func (o *CustomRolePostData) GetName() string + func (o *CustomRolePostData) GetNameOk() (*string, bool) + func (o *CustomRolePostData) GetPolicy() []StatementPost + func (o *CustomRolePostData) GetPolicyOk() ([]StatementPost, bool) + func (o *CustomRolePostData) HasBasePermissions() bool + func (o *CustomRolePostData) HasDescription() bool + func (o *CustomRolePostData) SetBasePermissions(v string) + func (o *CustomRolePostData) SetDescription(v string) + func (o *CustomRolePostData) SetKey(v string) + func (o *CustomRolePostData) SetName(v string) + func (o *CustomRolePostData) SetPolicy(v []StatementPost) + func (o CustomRolePostData) MarshalJSON() ([]byte, error) + type CustomRoleSummary struct + Id string + Key *string + Links map[string]Link + Name *string + func NewCustomRoleSummary(id string, links map[string]Link) *CustomRoleSummary + func NewCustomRoleSummaryWithDefaults() *CustomRoleSummary + func (o *CustomRoleSummary) GetId() string + func (o *CustomRoleSummary) GetIdOk() (*string, bool) + func (o *CustomRoleSummary) GetKey() string + func (o *CustomRoleSummary) GetKeyOk() (*string, bool) + func (o *CustomRoleSummary) GetLinks() map[string]Link + func (o *CustomRoleSummary) GetLinksOk() (*map[string]Link, bool) + func (o *CustomRoleSummary) GetName() string + func (o *CustomRoleSummary) GetNameOk() (*string, bool) + func (o *CustomRoleSummary) HasKey() bool + func (o *CustomRoleSummary) HasName() bool + func (o *CustomRoleSummary) SetId(v string) + func (o *CustomRoleSummary) SetKey(v string) + func (o *CustomRoleSummary) SetLinks(v map[string]Link) + func (o *CustomRoleSummary) SetName(v string) + func (o CustomRoleSummary) MarshalJSON() ([]byte, error) + type CustomRoles struct + Items []CustomRole + Links *map[string]Link + func NewCustomRoles() *CustomRoles + func NewCustomRolesWithDefaults() *CustomRoles + func (o *CustomRoles) GetItems() []CustomRole + func (o *CustomRoles) GetItemsOk() ([]CustomRole, bool) + func (o *CustomRoles) GetLinks() map[string]Link + func (o *CustomRoles) GetLinksOk() (*map[string]Link, bool) + func (o *CustomRoles) HasItems() bool + func (o *CustomRoles) HasLinks() bool + func (o *CustomRoles) SetItems(v []CustomRole) + func (o *CustomRoles) SetLinks(v map[string]Link) + func (o CustomRoles) MarshalJSON() ([]byte, error) + type CustomRolesApiService service + func (a *CustomRolesApiService) DeleteCustomRole(ctx context.Context, customRoleKey string) ApiDeleteCustomRoleRequest + func (a *CustomRolesApiService) DeleteCustomRoleExecute(r ApiDeleteCustomRoleRequest) (*http.Response, error) + func (a *CustomRolesApiService) GetCustomRole(ctx context.Context, customRoleKey string) ApiGetCustomRoleRequest + func (a *CustomRolesApiService) GetCustomRoleExecute(r ApiGetCustomRoleRequest) (*CustomRole, *http.Response, error) + func (a *CustomRolesApiService) GetCustomRoles(ctx context.Context) ApiGetCustomRolesRequest + func (a *CustomRolesApiService) GetCustomRolesExecute(r ApiGetCustomRolesRequest) (*CustomRoles, *http.Response, error) + func (a *CustomRolesApiService) PatchCustomRole(ctx context.Context, customRoleKey string) ApiPatchCustomRoleRequest + func (a *CustomRolesApiService) PatchCustomRoleExecute(r ApiPatchCustomRoleRequest) (*CustomRole, *http.Response, error) + func (a *CustomRolesApiService) PostCustomRole(ctx context.Context) ApiPostCustomRoleRequest + func (a *CustomRolesApiService) PostCustomRoleExecute(r ApiPostCustomRoleRequest) (*CustomRole, *http.Response, error) + type CustomWorkflowInput struct + Description *string + MaintainerId *string + Name string + Stages []StageInput + TemplateKey *string + func NewCustomWorkflowInput(name string) *CustomWorkflowInput + func NewCustomWorkflowInputWithDefaults() *CustomWorkflowInput + func (o *CustomWorkflowInput) GetDescription() string + func (o *CustomWorkflowInput) GetDescriptionOk() (*string, bool) + func (o *CustomWorkflowInput) GetMaintainerId() string + func (o *CustomWorkflowInput) GetMaintainerIdOk() (*string, bool) + func (o *CustomWorkflowInput) GetName() string + func (o *CustomWorkflowInput) GetNameOk() (*string, bool) + func (o *CustomWorkflowInput) GetStages() []StageInput + func (o *CustomWorkflowInput) GetStagesOk() ([]StageInput, bool) + func (o *CustomWorkflowInput) GetTemplateKey() string + func (o *CustomWorkflowInput) GetTemplateKeyOk() (*string, bool) + func (o *CustomWorkflowInput) HasDescription() bool + func (o *CustomWorkflowInput) HasMaintainerId() bool + func (o *CustomWorkflowInput) HasStages() bool + func (o *CustomWorkflowInput) HasTemplateKey() bool + func (o *CustomWorkflowInput) SetDescription(v string) + func (o *CustomWorkflowInput) SetMaintainerId(v string) + func (o *CustomWorkflowInput) SetName(v string) + func (o *CustomWorkflowInput) SetStages(v []StageInput) + func (o *CustomWorkflowInput) SetTemplateKey(v string) + func (o CustomWorkflowInput) MarshalJSON() ([]byte, error) + type CustomWorkflowMeta struct + Name *string + Stage *CustomWorkflowStageMeta + func NewCustomWorkflowMeta() *CustomWorkflowMeta + func NewCustomWorkflowMetaWithDefaults() *CustomWorkflowMeta + func (o *CustomWorkflowMeta) GetName() string + func (o *CustomWorkflowMeta) GetNameOk() (*string, bool) + func (o *CustomWorkflowMeta) GetStage() CustomWorkflowStageMeta + func (o *CustomWorkflowMeta) GetStageOk() (*CustomWorkflowStageMeta, bool) + func (o *CustomWorkflowMeta) HasName() bool + func (o *CustomWorkflowMeta) HasStage() bool + func (o *CustomWorkflowMeta) SetName(v string) + func (o *CustomWorkflowMeta) SetStage(v CustomWorkflowStageMeta) + func (o CustomWorkflowMeta) MarshalJSON() ([]byte, error) + type CustomWorkflowOutput struct + Conflicts []ConflictOutput + CreationDate int64 + Description *string + Execution ExecutionOutput + Id string + Kind *string + Links map[string]Link + MaintainerId string + Meta *WorkflowTemplateMetadata + Name string + Stages []StageOutput + TemplateKey *string + Version int32 + func NewCustomWorkflowOutput(id string, version int32, conflicts []ConflictOutput, creationDate int64, ...) *CustomWorkflowOutput + func NewCustomWorkflowOutputWithDefaults() *CustomWorkflowOutput + func (o *CustomWorkflowOutput) GetConflicts() []ConflictOutput + func (o *CustomWorkflowOutput) GetConflictsOk() ([]ConflictOutput, bool) + func (o *CustomWorkflowOutput) GetCreationDate() int64 + func (o *CustomWorkflowOutput) GetCreationDateOk() (*int64, bool) + func (o *CustomWorkflowOutput) GetDescription() string + func (o *CustomWorkflowOutput) GetDescriptionOk() (*string, bool) + func (o *CustomWorkflowOutput) GetExecution() ExecutionOutput + func (o *CustomWorkflowOutput) GetExecutionOk() (*ExecutionOutput, bool) + func (o *CustomWorkflowOutput) GetId() string + func (o *CustomWorkflowOutput) GetIdOk() (*string, bool) + func (o *CustomWorkflowOutput) GetKind() string + func (o *CustomWorkflowOutput) GetKindOk() (*string, bool) + func (o *CustomWorkflowOutput) GetLinks() map[string]Link + func (o *CustomWorkflowOutput) GetLinksOk() (*map[string]Link, bool) + func (o *CustomWorkflowOutput) GetMaintainerId() string + func (o *CustomWorkflowOutput) GetMaintainerIdOk() (*string, bool) + func (o *CustomWorkflowOutput) GetMeta() WorkflowTemplateMetadata + func (o *CustomWorkflowOutput) GetMetaOk() (*WorkflowTemplateMetadata, bool) + func (o *CustomWorkflowOutput) GetName() string + func (o *CustomWorkflowOutput) GetNameOk() (*string, bool) + func (o *CustomWorkflowOutput) GetStages() []StageOutput + func (o *CustomWorkflowOutput) GetStagesOk() ([]StageOutput, bool) + func (o *CustomWorkflowOutput) GetTemplateKey() string + func (o *CustomWorkflowOutput) GetTemplateKeyOk() (*string, bool) + func (o *CustomWorkflowOutput) GetVersion() int32 + func (o *CustomWorkflowOutput) GetVersionOk() (*int32, bool) + func (o *CustomWorkflowOutput) HasDescription() bool + func (o *CustomWorkflowOutput) HasKind() bool + func (o *CustomWorkflowOutput) HasMeta() bool + func (o *CustomWorkflowOutput) HasStages() bool + func (o *CustomWorkflowOutput) HasTemplateKey() bool + func (o *CustomWorkflowOutput) SetConflicts(v []ConflictOutput) + func (o *CustomWorkflowOutput) SetCreationDate(v int64) + func (o *CustomWorkflowOutput) SetDescription(v string) + func (o *CustomWorkflowOutput) SetExecution(v ExecutionOutput) + func (o *CustomWorkflowOutput) SetId(v string) + func (o *CustomWorkflowOutput) SetKind(v string) + func (o *CustomWorkflowOutput) SetLinks(v map[string]Link) + func (o *CustomWorkflowOutput) SetMaintainerId(v string) + func (o *CustomWorkflowOutput) SetMeta(v WorkflowTemplateMetadata) + func (o *CustomWorkflowOutput) SetName(v string) + func (o *CustomWorkflowOutput) SetStages(v []StageOutput) + func (o *CustomWorkflowOutput) SetTemplateKey(v string) + func (o *CustomWorkflowOutput) SetVersion(v int32) + func (o CustomWorkflowOutput) MarshalJSON() ([]byte, error) + type CustomWorkflowStageMeta struct + Index *int32 + Name *string + func NewCustomWorkflowStageMeta() *CustomWorkflowStageMeta + func NewCustomWorkflowStageMetaWithDefaults() *CustomWorkflowStageMeta + func (o *CustomWorkflowStageMeta) GetIndex() int32 + func (o *CustomWorkflowStageMeta) GetIndexOk() (*int32, bool) + func (o *CustomWorkflowStageMeta) GetName() string + func (o *CustomWorkflowStageMeta) GetNameOk() (*string, bool) + func (o *CustomWorkflowStageMeta) HasIndex() bool + func (o *CustomWorkflowStageMeta) HasName() bool + func (o *CustomWorkflowStageMeta) SetIndex(v int32) + func (o *CustomWorkflowStageMeta) SetName(v string) + func (o CustomWorkflowStageMeta) MarshalJSON() ([]byte, error) + type CustomWorkflowsListingOutput struct + Items []CustomWorkflowOutput + Links map[string]Link + TotalCount int32 + func NewCustomWorkflowsListingOutput(items []CustomWorkflowOutput, totalCount int32, links map[string]Link) *CustomWorkflowsListingOutput + func NewCustomWorkflowsListingOutputWithDefaults() *CustomWorkflowsListingOutput + func (o *CustomWorkflowsListingOutput) GetItems() []CustomWorkflowOutput + func (o *CustomWorkflowsListingOutput) GetItemsOk() ([]CustomWorkflowOutput, bool) + func (o *CustomWorkflowsListingOutput) GetLinks() map[string]Link + func (o *CustomWorkflowsListingOutput) GetLinksOk() (*map[string]Link, bool) + func (o *CustomWorkflowsListingOutput) GetTotalCount() int32 + func (o *CustomWorkflowsListingOutput) GetTotalCountOk() (*int32, bool) + func (o *CustomWorkflowsListingOutput) SetItems(v []CustomWorkflowOutput) + func (o *CustomWorkflowsListingOutput) SetLinks(v map[string]Link) + func (o *CustomWorkflowsListingOutput) SetTotalCount(v int32) + func (o CustomWorkflowsListingOutput) MarshalJSON() ([]byte, error) + type DataExportDestinationsApiService service + func (a *DataExportDestinationsApiService) DeleteDestination(ctx context.Context, projectKey string, environmentKey string, id string) ApiDeleteDestinationRequest + func (a *DataExportDestinationsApiService) DeleteDestinationExecute(r ApiDeleteDestinationRequest) (*http.Response, error) + func (a *DataExportDestinationsApiService) GetDestination(ctx context.Context, projectKey string, environmentKey string, id string) ApiGetDestinationRequest + func (a *DataExportDestinationsApiService) GetDestinationExecute(r ApiGetDestinationRequest) (*Destination, *http.Response, error) + func (a *DataExportDestinationsApiService) GetDestinations(ctx context.Context) ApiGetDestinationsRequest + func (a *DataExportDestinationsApiService) GetDestinationsExecute(r ApiGetDestinationsRequest) (*Destinations, *http.Response, error) + func (a *DataExportDestinationsApiService) PatchDestination(ctx context.Context, projectKey string, environmentKey string, id string) ApiPatchDestinationRequest + func (a *DataExportDestinationsApiService) PatchDestinationExecute(r ApiPatchDestinationRequest) (*Destination, *http.Response, error) + func (a *DataExportDestinationsApiService) PostDestination(ctx context.Context, projectKey string, environmentKey string) ApiPostDestinationRequest + func (a *DataExportDestinationsApiService) PostDestinationExecute(r ApiPostDestinationRequest) (*Destination, *http.Response, error) + type Database struct + Id *string + Label *string + StartTime *int64 + Tracked *bool + func NewDatabase() *Database + func NewDatabaseWithDefaults() *Database + func (o *Database) GetId() string + func (o *Database) GetIdOk() (*string, bool) + func (o *Database) GetLabel() string + func (o *Database) GetLabelOk() (*string, bool) + func (o *Database) GetStartTime() int64 + func (o *Database) GetStartTimeOk() (*int64, bool) + func (o *Database) GetTracked() bool + func (o *Database) GetTrackedOk() (*bool, bool) + func (o *Database) HasId() bool + func (o *Database) HasLabel() bool + func (o *Database) HasStartTime() bool + func (o *Database) HasTracked() bool + func (o *Database) SetId(v string) + func (o *Database) SetLabel(v string) + func (o *Database) SetStartTime(v int64) + func (o *Database) SetTracked(v bool) + func (o Database) MarshalJSON() ([]byte, error) + type DefaultClientSideAvailability struct + UsingEnvironmentId bool + UsingMobileKey bool + func NewDefaultClientSideAvailability(usingMobileKey bool, usingEnvironmentId bool) *DefaultClientSideAvailability + func NewDefaultClientSideAvailabilityWithDefaults() *DefaultClientSideAvailability + func (o *DefaultClientSideAvailability) GetUsingEnvironmentId() bool + func (o *DefaultClientSideAvailability) GetUsingEnvironmentIdOk() (*bool, bool) + func (o *DefaultClientSideAvailability) GetUsingMobileKey() bool + func (o *DefaultClientSideAvailability) GetUsingMobileKeyOk() (*bool, bool) + func (o *DefaultClientSideAvailability) SetUsingEnvironmentId(v bool) + func (o *DefaultClientSideAvailability) SetUsingMobileKey(v bool) + func (o DefaultClientSideAvailability) MarshalJSON() ([]byte, error) + type DefaultClientSideAvailabilityPost struct + UsingEnvironmentId bool + UsingMobileKey bool + func NewDefaultClientSideAvailabilityPost(usingEnvironmentId bool, usingMobileKey bool) *DefaultClientSideAvailabilityPost + func NewDefaultClientSideAvailabilityPostWithDefaults() *DefaultClientSideAvailabilityPost + func (o *DefaultClientSideAvailabilityPost) GetUsingEnvironmentId() bool + func (o *DefaultClientSideAvailabilityPost) GetUsingEnvironmentIdOk() (*bool, bool) + func (o *DefaultClientSideAvailabilityPost) GetUsingMobileKey() bool + func (o *DefaultClientSideAvailabilityPost) GetUsingMobileKeyOk() (*bool, bool) + func (o *DefaultClientSideAvailabilityPost) SetUsingEnvironmentId(v bool) + func (o *DefaultClientSideAvailabilityPost) SetUsingMobileKey(v bool) + func (o DefaultClientSideAvailabilityPost) MarshalJSON() ([]byte, error) + type Defaults struct + OffVariation int32 + OnVariation int32 + func NewDefaults(onVariation int32, offVariation int32) *Defaults + func NewDefaultsWithDefaults() *Defaults + func (o *Defaults) GetOffVariation() int32 + func (o *Defaults) GetOffVariationOk() (*int32, bool) + func (o *Defaults) GetOnVariation() int32 + func (o *Defaults) GetOnVariationOk() (*int32, bool) + func (o *Defaults) SetOffVariation(v int32) + func (o *Defaults) SetOnVariation(v int32) + func (o Defaults) MarshalJSON() ([]byte, error) + type DependentExperimentRep struct + ArchivedDate *int64 + CreationDate int64 + EnvironmentId string + Key string + Links map[string]Link + Name string + func NewDependentExperimentRep(key string, name string, environmentId string, creationDate int64, ...) *DependentExperimentRep + func NewDependentExperimentRepWithDefaults() *DependentExperimentRep + func (o *DependentExperimentRep) GetArchivedDate() int64 + func (o *DependentExperimentRep) GetArchivedDateOk() (*int64, bool) + func (o *DependentExperimentRep) GetCreationDate() int64 + func (o *DependentExperimentRep) GetCreationDateOk() (*int64, bool) + func (o *DependentExperimentRep) GetEnvironmentId() string + func (o *DependentExperimentRep) GetEnvironmentIdOk() (*string, bool) + func (o *DependentExperimentRep) GetKey() string + func (o *DependentExperimentRep) GetKeyOk() (*string, bool) + func (o *DependentExperimentRep) GetLinks() map[string]Link + func (o *DependentExperimentRep) GetLinksOk() (*map[string]Link, bool) + func (o *DependentExperimentRep) GetName() string + func (o *DependentExperimentRep) GetNameOk() (*string, bool) + func (o *DependentExperimentRep) HasArchivedDate() bool + func (o *DependentExperimentRep) SetArchivedDate(v int64) + func (o *DependentExperimentRep) SetCreationDate(v int64) + func (o *DependentExperimentRep) SetEnvironmentId(v string) + func (o *DependentExperimentRep) SetKey(v string) + func (o *DependentExperimentRep) SetLinks(v map[string]Link) + func (o *DependentExperimentRep) SetName(v string) + func (o DependentExperimentRep) MarshalJSON() ([]byte, error) + type DependentFlag struct + Key string + Links map[string]Link + Name *string + Site Link + func NewDependentFlag(key string, links map[string]Link, site Link) *DependentFlag + func NewDependentFlagWithDefaults() *DependentFlag + func (o *DependentFlag) GetKey() string + func (o *DependentFlag) GetKeyOk() (*string, bool) + func (o *DependentFlag) GetLinks() map[string]Link + func (o *DependentFlag) GetLinksOk() (*map[string]Link, bool) + func (o *DependentFlag) GetName() string + func (o *DependentFlag) GetNameOk() (*string, bool) + func (o *DependentFlag) GetSite() Link + func (o *DependentFlag) GetSiteOk() (*Link, bool) + func (o *DependentFlag) HasName() bool + func (o *DependentFlag) SetKey(v string) + func (o *DependentFlag) SetLinks(v map[string]Link) + func (o *DependentFlag) SetName(v string) + func (o *DependentFlag) SetSite(v Link) + func (o DependentFlag) MarshalJSON() ([]byte, error) + type DependentFlagEnvironment struct + Key string + Links map[string]Link + Name *string + Site Link + func NewDependentFlagEnvironment(key string, links map[string]Link, site Link) *DependentFlagEnvironment + func NewDependentFlagEnvironmentWithDefaults() *DependentFlagEnvironment + func (o *DependentFlagEnvironment) GetKey() string + func (o *DependentFlagEnvironment) GetKeyOk() (*string, bool) + func (o *DependentFlagEnvironment) GetLinks() map[string]Link + func (o *DependentFlagEnvironment) GetLinksOk() (*map[string]Link, bool) + func (o *DependentFlagEnvironment) GetName() string + func (o *DependentFlagEnvironment) GetNameOk() (*string, bool) + func (o *DependentFlagEnvironment) GetSite() Link + func (o *DependentFlagEnvironment) GetSiteOk() (*Link, bool) + func (o *DependentFlagEnvironment) HasName() bool + func (o *DependentFlagEnvironment) SetKey(v string) + func (o *DependentFlagEnvironment) SetLinks(v map[string]Link) + func (o *DependentFlagEnvironment) SetName(v string) + func (o *DependentFlagEnvironment) SetSite(v Link) + func (o DependentFlagEnvironment) MarshalJSON() ([]byte, error) + type DependentFlagsByEnvironment struct + Items []DependentFlag + Links map[string]Link + Site Link + func NewDependentFlagsByEnvironment(items []DependentFlag, links map[string]Link, site Link) *DependentFlagsByEnvironment + func NewDependentFlagsByEnvironmentWithDefaults() *DependentFlagsByEnvironment + func (o *DependentFlagsByEnvironment) GetItems() []DependentFlag + func (o *DependentFlagsByEnvironment) GetItemsOk() ([]DependentFlag, bool) + func (o *DependentFlagsByEnvironment) GetLinks() map[string]Link + func (o *DependentFlagsByEnvironment) GetLinksOk() (*map[string]Link, bool) + func (o *DependentFlagsByEnvironment) GetSite() Link + func (o *DependentFlagsByEnvironment) GetSiteOk() (*Link, bool) + func (o *DependentFlagsByEnvironment) SetItems(v []DependentFlag) + func (o *DependentFlagsByEnvironment) SetLinks(v map[string]Link) + func (o *DependentFlagsByEnvironment) SetSite(v Link) + func (o DependentFlagsByEnvironment) MarshalJSON() ([]byte, error) + type DependentMetricOrMetricGroupRep struct + IsGroup bool + Key string + Kind string + Links map[string]Link + Metrics []MetricInGroupRep + Name string + func NewDependentMetricOrMetricGroupRep(key string, name string, kind string, links map[string]Link, isGroup bool) *DependentMetricOrMetricGroupRep + func NewDependentMetricOrMetricGroupRepWithDefaults() *DependentMetricOrMetricGroupRep + func (o *DependentMetricOrMetricGroupRep) GetIsGroup() bool + func (o *DependentMetricOrMetricGroupRep) GetIsGroupOk() (*bool, bool) + func (o *DependentMetricOrMetricGroupRep) GetKey() string + func (o *DependentMetricOrMetricGroupRep) GetKeyOk() (*string, bool) + func (o *DependentMetricOrMetricGroupRep) GetKind() string + func (o *DependentMetricOrMetricGroupRep) GetKindOk() (*string, bool) + func (o *DependentMetricOrMetricGroupRep) GetLinks() map[string]Link + func (o *DependentMetricOrMetricGroupRep) GetLinksOk() (*map[string]Link, bool) + func (o *DependentMetricOrMetricGroupRep) GetMetrics() []MetricInGroupRep + func (o *DependentMetricOrMetricGroupRep) GetMetricsOk() ([]MetricInGroupRep, bool) + func (o *DependentMetricOrMetricGroupRep) GetName() string + func (o *DependentMetricOrMetricGroupRep) GetNameOk() (*string, bool) + func (o *DependentMetricOrMetricGroupRep) HasMetrics() bool + func (o *DependentMetricOrMetricGroupRep) SetIsGroup(v bool) + func (o *DependentMetricOrMetricGroupRep) SetKey(v string) + func (o *DependentMetricOrMetricGroupRep) SetKind(v string) + func (o *DependentMetricOrMetricGroupRep) SetLinks(v map[string]Link) + func (o *DependentMetricOrMetricGroupRep) SetMetrics(v []MetricInGroupRep) + func (o *DependentMetricOrMetricGroupRep) SetName(v string) + func (o DependentMetricOrMetricGroupRep) MarshalJSON() ([]byte, error) + type DesignExpandableProperties struct + SecondaryMetrics []MetricV2Rep + Treatments []TreatmentRep + func NewDesignExpandableProperties() *DesignExpandableProperties + func NewDesignExpandablePropertiesWithDefaults() *DesignExpandableProperties + func (o *DesignExpandableProperties) GetSecondaryMetrics() []MetricV2Rep + func (o *DesignExpandableProperties) GetSecondaryMetricsOk() ([]MetricV2Rep, bool) + func (o *DesignExpandableProperties) GetTreatments() []TreatmentRep + func (o *DesignExpandableProperties) GetTreatmentsOk() ([]TreatmentRep, bool) + func (o *DesignExpandableProperties) HasSecondaryMetrics() bool + func (o *DesignExpandableProperties) HasTreatments() bool + func (o *DesignExpandableProperties) SetSecondaryMetrics(v []MetricV2Rep) + func (o *DesignExpandableProperties) SetTreatments(v []TreatmentRep) + func (o DesignExpandableProperties) MarshalJSON() ([]byte, error) + type DesignRep struct + CanReshuffleTraffic *bool + Flags *map[string]FlagRep + Hypothesis string + PrimaryMetric *DependentMetricOrMetricGroupRep + RandomizationUnit *string + SecondaryMetrics []MetricV2Rep + Treatments []TreatmentRep + func NewDesignRep(hypothesis string) *DesignRep + func NewDesignRepWithDefaults() *DesignRep + func (o *DesignRep) GetCanReshuffleTraffic() bool + func (o *DesignRep) GetCanReshuffleTrafficOk() (*bool, bool) + func (o *DesignRep) GetFlags() map[string]FlagRep + func (o *DesignRep) GetFlagsOk() (*map[string]FlagRep, bool) + func (o *DesignRep) GetHypothesis() string + func (o *DesignRep) GetHypothesisOk() (*string, bool) + func (o *DesignRep) GetPrimaryMetric() DependentMetricOrMetricGroupRep + func (o *DesignRep) GetPrimaryMetricOk() (*DependentMetricOrMetricGroupRep, bool) + func (o *DesignRep) GetRandomizationUnit() string + func (o *DesignRep) GetRandomizationUnitOk() (*string, bool) + func (o *DesignRep) GetSecondaryMetrics() []MetricV2Rep + func (o *DesignRep) GetSecondaryMetricsOk() ([]MetricV2Rep, bool) + func (o *DesignRep) GetTreatments() []TreatmentRep + func (o *DesignRep) GetTreatmentsOk() ([]TreatmentRep, bool) + func (o *DesignRep) HasCanReshuffleTraffic() bool + func (o *DesignRep) HasFlags() bool + func (o *DesignRep) HasPrimaryMetric() bool + func (o *DesignRep) HasRandomizationUnit() bool + func (o *DesignRep) HasSecondaryMetrics() bool + func (o *DesignRep) HasTreatments() bool + func (o *DesignRep) SetCanReshuffleTraffic(v bool) + func (o *DesignRep) SetFlags(v map[string]FlagRep) + func (o *DesignRep) SetHypothesis(v string) + func (o *DesignRep) SetPrimaryMetric(v DependentMetricOrMetricGroupRep) + func (o *DesignRep) SetRandomizationUnit(v string) + func (o *DesignRep) SetSecondaryMetrics(v []MetricV2Rep) + func (o *DesignRep) SetTreatments(v []TreatmentRep) + func (o DesignRep) MarshalJSON() ([]byte, error) + type Destination struct + Access *Access + Config interface{} + Id *string + Kind *string + Links *map[string]Link + Name *string + On *bool + Version *float32 + func NewDestination() *Destination + func NewDestinationWithDefaults() *Destination + func (o *Destination) GetAccess() Access + func (o *Destination) GetAccessOk() (*Access, bool) + func (o *Destination) GetConfig() interface{} + func (o *Destination) GetConfigOk() (*interface{}, bool) + func (o *Destination) GetId() string + func (o *Destination) GetIdOk() (*string, bool) + func (o *Destination) GetKind() string + func (o *Destination) GetKindOk() (*string, bool) + func (o *Destination) GetLinks() map[string]Link + func (o *Destination) GetLinksOk() (*map[string]Link, bool) + func (o *Destination) GetName() string + func (o *Destination) GetNameOk() (*string, bool) + func (o *Destination) GetOn() bool + func (o *Destination) GetOnOk() (*bool, bool) + func (o *Destination) GetVersion() float32 + func (o *Destination) GetVersionOk() (*float32, bool) + func (o *Destination) HasAccess() bool + func (o *Destination) HasConfig() bool + func (o *Destination) HasId() bool + func (o *Destination) HasKind() bool + func (o *Destination) HasLinks() bool + func (o *Destination) HasName() bool + func (o *Destination) HasOn() bool + func (o *Destination) HasVersion() bool + func (o *Destination) SetAccess(v Access) + func (o *Destination) SetConfig(v interface{}) + func (o *Destination) SetId(v string) + func (o *Destination) SetKind(v string) + func (o *Destination) SetLinks(v map[string]Link) + func (o *Destination) SetName(v string) + func (o *Destination) SetOn(v bool) + func (o *Destination) SetVersion(v float32) + func (o Destination) MarshalJSON() ([]byte, error) + type DestinationPost struct + Config interface{} + Kind *string + Name *string + On *bool + func NewDestinationPost() *DestinationPost + func NewDestinationPostWithDefaults() *DestinationPost + func (o *DestinationPost) GetConfig() interface{} + func (o *DestinationPost) GetConfigOk() (*interface{}, bool) + func (o *DestinationPost) GetKind() string + func (o *DestinationPost) GetKindOk() (*string, bool) + func (o *DestinationPost) GetName() string + func (o *DestinationPost) GetNameOk() (*string, bool) + func (o *DestinationPost) GetOn() bool + func (o *DestinationPost) GetOnOk() (*bool, bool) + func (o *DestinationPost) HasConfig() bool + func (o *DestinationPost) HasKind() bool + func (o *DestinationPost) HasName() bool + func (o *DestinationPost) HasOn() bool + func (o *DestinationPost) SetConfig(v interface{}) + func (o *DestinationPost) SetKind(v string) + func (o *DestinationPost) SetName(v string) + func (o *DestinationPost) SetOn(v bool) + func (o DestinationPost) MarshalJSON() ([]byte, error) + type Destinations struct + Items []Destination + Links *map[string]Link + func NewDestinations() *Destinations + func NewDestinationsWithDefaults() *Destinations + func (o *Destinations) GetItems() []Destination + func (o *Destinations) GetItemsOk() ([]Destination, bool) + func (o *Destinations) GetLinks() map[string]Link + func (o *Destinations) GetLinksOk() (*map[string]Link, bool) + func (o *Destinations) HasItems() bool + func (o *Destinations) HasLinks() bool + func (o *Destinations) SetItems(v []Destination) + func (o *Destinations) SetLinks(v map[string]Link) + func (o Destinations) MarshalJSON() ([]byte, error) + type Distribution struct + Kind *string + Parameters map[string]interface{} + func NewDistribution() *Distribution + func NewDistributionWithDefaults() *Distribution + func (o *Distribution) GetKind() string + func (o *Distribution) GetKindOk() (*string, bool) + func (o *Distribution) GetParameters() map[string]interface{} + func (o *Distribution) GetParametersOk() (map[string]interface{}, bool) + func (o *Distribution) HasKind() bool + func (o *Distribution) HasParameters() bool + func (o *Distribution) SetKind(v string) + func (o *Distribution) SetParameters(v map[string]interface{}) + func (o Distribution) MarshalJSON() ([]byte, error) + type Environment struct + ApiKey string + ApprovalSettings *ApprovalSettings + Color string + ConfirmChanges bool + DefaultTrackEvents bool + DefaultTtl int32 + Id string + Key string + Links map[string]Link + MobileKey string + Name string + RequireComments bool + SecureMode bool + Tags []string + func NewEnvironment(links map[string]Link, id string, key string, name string, apiKey string, ...) *Environment + func NewEnvironmentWithDefaults() *Environment + func (o *Environment) GetApiKey() string + func (o *Environment) GetApiKeyOk() (*string, bool) + func (o *Environment) GetApprovalSettings() ApprovalSettings + func (o *Environment) GetApprovalSettingsOk() (*ApprovalSettings, bool) + func (o *Environment) GetColor() string + func (o *Environment) GetColorOk() (*string, bool) + func (o *Environment) GetConfirmChanges() bool + func (o *Environment) GetConfirmChangesOk() (*bool, bool) + func (o *Environment) GetDefaultTrackEvents() bool + func (o *Environment) GetDefaultTrackEventsOk() (*bool, bool) + func (o *Environment) GetDefaultTtl() int32 + func (o *Environment) GetDefaultTtlOk() (*int32, bool) + func (o *Environment) GetId() string + func (o *Environment) GetIdOk() (*string, bool) + func (o *Environment) GetKey() string + func (o *Environment) GetKeyOk() (*string, bool) + func (o *Environment) GetLinks() map[string]Link + func (o *Environment) GetLinksOk() (*map[string]Link, bool) + func (o *Environment) GetMobileKey() string + func (o *Environment) GetMobileKeyOk() (*string, bool) + func (o *Environment) GetName() string + func (o *Environment) GetNameOk() (*string, bool) + func (o *Environment) GetRequireComments() bool + func (o *Environment) GetRequireCommentsOk() (*bool, bool) + func (o *Environment) GetSecureMode() bool + func (o *Environment) GetSecureModeOk() (*bool, bool) + func (o *Environment) GetTags() []string + func (o *Environment) GetTagsOk() ([]string, bool) + func (o *Environment) HasApprovalSettings() bool + func (o *Environment) SetApiKey(v string) + func (o *Environment) SetApprovalSettings(v ApprovalSettings) + func (o *Environment) SetColor(v string) + func (o *Environment) SetConfirmChanges(v bool) + func (o *Environment) SetDefaultTrackEvents(v bool) + func (o *Environment) SetDefaultTtl(v int32) + func (o *Environment) SetId(v string) + func (o *Environment) SetKey(v string) + func (o *Environment) SetLinks(v map[string]Link) + func (o *Environment) SetMobileKey(v string) + func (o *Environment) SetName(v string) + func (o *Environment) SetRequireComments(v bool) + func (o *Environment) SetSecureMode(v bool) + func (o *Environment) SetTags(v []string) + func (o Environment) MarshalJSON() ([]byte, error) + type EnvironmentPost struct + Color string + ConfirmChanges *bool + DefaultTrackEvents *bool + DefaultTtl *int32 + Key string + Name string + RequireComments *bool + SecureMode *bool + Source *SourceEnv + Tags []string + func NewEnvironmentPost(name string, key string, color string) *EnvironmentPost + func NewEnvironmentPostWithDefaults() *EnvironmentPost + func (o *EnvironmentPost) GetColor() string + func (o *EnvironmentPost) GetColorOk() (*string, bool) + func (o *EnvironmentPost) GetConfirmChanges() bool + func (o *EnvironmentPost) GetConfirmChangesOk() (*bool, bool) + func (o *EnvironmentPost) GetDefaultTrackEvents() bool + func (o *EnvironmentPost) GetDefaultTrackEventsOk() (*bool, bool) + func (o *EnvironmentPost) GetDefaultTtl() int32 + func (o *EnvironmentPost) GetDefaultTtlOk() (*int32, bool) + func (o *EnvironmentPost) GetKey() string + func (o *EnvironmentPost) GetKeyOk() (*string, bool) + func (o *EnvironmentPost) GetName() string + func (o *EnvironmentPost) GetNameOk() (*string, bool) + func (o *EnvironmentPost) GetRequireComments() bool + func (o *EnvironmentPost) GetRequireCommentsOk() (*bool, bool) + func (o *EnvironmentPost) GetSecureMode() bool + func (o *EnvironmentPost) GetSecureModeOk() (*bool, bool) + func (o *EnvironmentPost) GetSource() SourceEnv + func (o *EnvironmentPost) GetSourceOk() (*SourceEnv, bool) + func (o *EnvironmentPost) GetTags() []string + func (o *EnvironmentPost) GetTagsOk() ([]string, bool) + func (o *EnvironmentPost) HasConfirmChanges() bool + func (o *EnvironmentPost) HasDefaultTrackEvents() bool + func (o *EnvironmentPost) HasDefaultTtl() bool + func (o *EnvironmentPost) HasRequireComments() bool + func (o *EnvironmentPost) HasSecureMode() bool + func (o *EnvironmentPost) HasSource() bool + func (o *EnvironmentPost) HasTags() bool + func (o *EnvironmentPost) SetColor(v string) + func (o *EnvironmentPost) SetConfirmChanges(v bool) + func (o *EnvironmentPost) SetDefaultTrackEvents(v bool) + func (o *EnvironmentPost) SetDefaultTtl(v int32) + func (o *EnvironmentPost) SetKey(v string) + func (o *EnvironmentPost) SetName(v string) + func (o *EnvironmentPost) SetRequireComments(v bool) + func (o *EnvironmentPost) SetSecureMode(v bool) + func (o *EnvironmentPost) SetSource(v SourceEnv) + func (o *EnvironmentPost) SetTags(v []string) + func (o EnvironmentPost) MarshalJSON() ([]byte, error) + type EnvironmentSummary struct + Color string + Key string + Links map[string]Link + Name string + func NewEnvironmentSummary(links map[string]Link, key string, name string, color string) *EnvironmentSummary + func NewEnvironmentSummaryWithDefaults() *EnvironmentSummary + func (o *EnvironmentSummary) GetColor() string + func (o *EnvironmentSummary) GetColorOk() (*string, bool) + func (o *EnvironmentSummary) GetKey() string + func (o *EnvironmentSummary) GetKeyOk() (*string, bool) + func (o *EnvironmentSummary) GetLinks() map[string]Link + func (o *EnvironmentSummary) GetLinksOk() (*map[string]Link, bool) + func (o *EnvironmentSummary) GetName() string + func (o *EnvironmentSummary) GetNameOk() (*string, bool) + func (o *EnvironmentSummary) SetColor(v string) + func (o *EnvironmentSummary) SetKey(v string) + func (o *EnvironmentSummary) SetLinks(v map[string]Link) + func (o *EnvironmentSummary) SetName(v string) + func (o EnvironmentSummary) MarshalJSON() ([]byte, error) + type Environments struct + Items []Environment + Links *map[string]Link + TotalCount *int32 + func NewEnvironments(items []Environment) *Environments + func NewEnvironmentsWithDefaults() *Environments + func (o *Environments) GetItems() []Environment + func (o *Environments) GetItemsOk() ([]Environment, bool) + func (o *Environments) GetLinks() map[string]Link + func (o *Environments) GetLinksOk() (*map[string]Link, bool) + func (o *Environments) GetTotalCount() int32 + func (o *Environments) GetTotalCountOk() (*int32, bool) + func (o *Environments) HasLinks() bool + func (o *Environments) HasTotalCount() bool + func (o *Environments) SetItems(v []Environment) + func (o *Environments) SetLinks(v map[string]Link) + func (o *Environments) SetTotalCount(v int32) + func (o Environments) MarshalJSON() ([]byte, error) + type EnvironmentsApiService service + func (a *EnvironmentsApiService) DeleteEnvironment(ctx context.Context, projectKey string, environmentKey string) ApiDeleteEnvironmentRequest + func (a *EnvironmentsApiService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*http.Response, error) + func (a *EnvironmentsApiService) GetEnvironment(ctx context.Context, projectKey string, environmentKey string) ApiGetEnvironmentRequest + func (a *EnvironmentsApiService) GetEnvironmentExecute(r ApiGetEnvironmentRequest) (*Environment, *http.Response, error) + func (a *EnvironmentsApiService) GetEnvironmentsByProject(ctx context.Context, projectKey string) ApiGetEnvironmentsByProjectRequest + func (a *EnvironmentsApiService) GetEnvironmentsByProjectExecute(r ApiGetEnvironmentsByProjectRequest) (*Environments, *http.Response, error) + func (a *EnvironmentsApiService) PatchEnvironment(ctx context.Context, projectKey string, environmentKey string) ApiPatchEnvironmentRequest + func (a *EnvironmentsApiService) PatchEnvironmentExecute(r ApiPatchEnvironmentRequest) (*Environment, *http.Response, error) + func (a *EnvironmentsApiService) PostEnvironment(ctx context.Context, projectKey string) ApiPostEnvironmentRequest + func (a *EnvironmentsApiService) PostEnvironmentExecute(r ApiPostEnvironmentRequest) (*Environment, *http.Response, error) + func (a *EnvironmentsApiService) ResetEnvironmentMobileKey(ctx context.Context, projectKey string, environmentKey string) ApiResetEnvironmentMobileKeyRequest + func (a *EnvironmentsApiService) ResetEnvironmentMobileKeyExecute(r ApiResetEnvironmentMobileKeyRequest) (*Environment, *http.Response, error) + func (a *EnvironmentsApiService) ResetEnvironmentSDKKey(ctx context.Context, projectKey string, environmentKey string) ApiResetEnvironmentSDKKeyRequest + func (a *EnvironmentsApiService) ResetEnvironmentSDKKeyExecute(r ApiResetEnvironmentSDKKeyRequest) (*Environment, *http.Response, error) + type EvaluationReason struct + ErrorKind *string + InExperiment *bool + Kind string + PrerequisiteKey *string + RuleID *string + RuleIndex *int32 + func NewEvaluationReason(kind string) *EvaluationReason + func NewEvaluationReasonWithDefaults() *EvaluationReason + func (o *EvaluationReason) GetErrorKind() string + func (o *EvaluationReason) GetErrorKindOk() (*string, bool) + func (o *EvaluationReason) GetInExperiment() bool + func (o *EvaluationReason) GetInExperimentOk() (*bool, bool) + func (o *EvaluationReason) GetKind() string + func (o *EvaluationReason) GetKindOk() (*string, bool) + func (o *EvaluationReason) GetPrerequisiteKey() string + func (o *EvaluationReason) GetPrerequisiteKeyOk() (*string, bool) + func (o *EvaluationReason) GetRuleID() string + func (o *EvaluationReason) GetRuleIDOk() (*string, bool) + func (o *EvaluationReason) GetRuleIndex() int32 + func (o *EvaluationReason) GetRuleIndexOk() (*int32, bool) + func (o *EvaluationReason) HasErrorKind() bool + func (o *EvaluationReason) HasInExperiment() bool + func (o *EvaluationReason) HasPrerequisiteKey() bool + func (o *EvaluationReason) HasRuleID() bool + func (o *EvaluationReason) HasRuleIndex() bool + func (o *EvaluationReason) SetErrorKind(v string) + func (o *EvaluationReason) SetInExperiment(v bool) + func (o *EvaluationReason) SetKind(v string) + func (o *EvaluationReason) SetPrerequisiteKey(v string) + func (o *EvaluationReason) SetRuleID(v string) + func (o *EvaluationReason) SetRuleIndex(v int32) + func (o EvaluationReason) MarshalJSON() ([]byte, error) + type ExecutionOutput struct + Status string + StopDate *int64 + func NewExecutionOutput(status string) *ExecutionOutput + func NewExecutionOutputWithDefaults() *ExecutionOutput + func (o *ExecutionOutput) GetStatus() string + func (o *ExecutionOutput) GetStatusOk() (*string, bool) + func (o *ExecutionOutput) GetStopDate() int64 + func (o *ExecutionOutput) GetStopDateOk() (*int64, bool) + func (o *ExecutionOutput) HasStopDate() bool + func (o *ExecutionOutput) SetStatus(v string) + func (o *ExecutionOutput) SetStopDate(v int64) + func (o ExecutionOutput) MarshalJSON() ([]byte, error) + type ExpandableApprovalRequestResponse struct + AllReviews []ReviewResponse + AppliedByMemberId *string + AppliedByServiceTokenId *string + AppliedDate *int64 + ApprovalSettings *ApprovalSettings + Conflicts []Conflict + CreationDate int64 + CustomWorkflowMetadata *CustomWorkflowMeta + Description *string + Environments []Environment + ExecutionDate *int64 + Flag *ExpandedFlagRep + Id string + Instructions []map[string]interface{} + IntegrationMetadata *IntegrationMetadata + Links map[string]interface{} + NotifyMemberIds []string + OperatingOnId *string + Project *Project + RequestorId *string + ResourceId *string + ReviewStatus string + ServiceKind string + Source *CopiedFromEnv + Status string + Version int32 + func NewExpandableApprovalRequestResponse(id string, version int32, creationDate int64, serviceKind string, ...) *ExpandableApprovalRequestResponse + func NewExpandableApprovalRequestResponseWithDefaults() *ExpandableApprovalRequestResponse + func (o *ExpandableApprovalRequestResponse) GetAllReviews() []ReviewResponse + func (o *ExpandableApprovalRequestResponse) GetAllReviewsOk() ([]ReviewResponse, bool) + func (o *ExpandableApprovalRequestResponse) GetAppliedByMemberId() string + func (o *ExpandableApprovalRequestResponse) GetAppliedByMemberIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetAppliedByServiceTokenId() string + func (o *ExpandableApprovalRequestResponse) GetAppliedByServiceTokenIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetAppliedDate() int64 + func (o *ExpandableApprovalRequestResponse) GetAppliedDateOk() (*int64, bool) + func (o *ExpandableApprovalRequestResponse) GetApprovalSettings() ApprovalSettings + func (o *ExpandableApprovalRequestResponse) GetApprovalSettingsOk() (*ApprovalSettings, bool) + func (o *ExpandableApprovalRequestResponse) GetConflicts() []Conflict + func (o *ExpandableApprovalRequestResponse) GetConflictsOk() ([]Conflict, bool) + func (o *ExpandableApprovalRequestResponse) GetCreationDate() int64 + func (o *ExpandableApprovalRequestResponse) GetCreationDateOk() (*int64, bool) + func (o *ExpandableApprovalRequestResponse) GetCustomWorkflowMetadata() CustomWorkflowMeta + func (o *ExpandableApprovalRequestResponse) GetCustomWorkflowMetadataOk() (*CustomWorkflowMeta, bool) + func (o *ExpandableApprovalRequestResponse) GetDescription() string + func (o *ExpandableApprovalRequestResponse) GetDescriptionOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetEnvironments() []Environment + func (o *ExpandableApprovalRequestResponse) GetEnvironmentsOk() ([]Environment, bool) + func (o *ExpandableApprovalRequestResponse) GetExecutionDate() int64 + func (o *ExpandableApprovalRequestResponse) GetExecutionDateOk() (*int64, bool) + func (o *ExpandableApprovalRequestResponse) GetFlag() ExpandedFlagRep + func (o *ExpandableApprovalRequestResponse) GetFlagOk() (*ExpandedFlagRep, bool) + func (o *ExpandableApprovalRequestResponse) GetId() string + func (o *ExpandableApprovalRequestResponse) GetIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetInstructions() []map[string]interface{} + func (o *ExpandableApprovalRequestResponse) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *ExpandableApprovalRequestResponse) GetIntegrationMetadata() IntegrationMetadata + func (o *ExpandableApprovalRequestResponse) GetIntegrationMetadataOk() (*IntegrationMetadata, bool) + func (o *ExpandableApprovalRequestResponse) GetLinks() map[string]interface{} + func (o *ExpandableApprovalRequestResponse) GetLinksOk() (map[string]interface{}, bool) + func (o *ExpandableApprovalRequestResponse) GetNotifyMemberIds() []string + func (o *ExpandableApprovalRequestResponse) GetNotifyMemberIdsOk() ([]string, bool) + func (o *ExpandableApprovalRequestResponse) GetOperatingOnId() string + func (o *ExpandableApprovalRequestResponse) GetOperatingOnIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetProject() Project + func (o *ExpandableApprovalRequestResponse) GetProjectOk() (*Project, bool) + func (o *ExpandableApprovalRequestResponse) GetRequestorId() string + func (o *ExpandableApprovalRequestResponse) GetRequestorIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetResourceId() string + func (o *ExpandableApprovalRequestResponse) GetResourceIdOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetReviewStatus() string + func (o *ExpandableApprovalRequestResponse) GetReviewStatusOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetServiceKind() string + func (o *ExpandableApprovalRequestResponse) GetServiceKindOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetSource() CopiedFromEnv + func (o *ExpandableApprovalRequestResponse) GetSourceOk() (*CopiedFromEnv, bool) + func (o *ExpandableApprovalRequestResponse) GetStatus() string + func (o *ExpandableApprovalRequestResponse) GetStatusOk() (*string, bool) + func (o *ExpandableApprovalRequestResponse) GetVersion() int32 + func (o *ExpandableApprovalRequestResponse) GetVersionOk() (*int32, bool) + func (o *ExpandableApprovalRequestResponse) HasAppliedByMemberId() bool + func (o *ExpandableApprovalRequestResponse) HasAppliedByServiceTokenId() bool + func (o *ExpandableApprovalRequestResponse) HasAppliedDate() bool + func (o *ExpandableApprovalRequestResponse) HasApprovalSettings() bool + func (o *ExpandableApprovalRequestResponse) HasCustomWorkflowMetadata() bool + func (o *ExpandableApprovalRequestResponse) HasDescription() bool + func (o *ExpandableApprovalRequestResponse) HasEnvironments() bool + func (o *ExpandableApprovalRequestResponse) HasExecutionDate() bool + func (o *ExpandableApprovalRequestResponse) HasFlag() bool + func (o *ExpandableApprovalRequestResponse) HasIntegrationMetadata() bool + func (o *ExpandableApprovalRequestResponse) HasOperatingOnId() bool + func (o *ExpandableApprovalRequestResponse) HasProject() bool + func (o *ExpandableApprovalRequestResponse) HasRequestorId() bool + func (o *ExpandableApprovalRequestResponse) HasResourceId() bool + func (o *ExpandableApprovalRequestResponse) HasSource() bool + func (o *ExpandableApprovalRequestResponse) SetAllReviews(v []ReviewResponse) + func (o *ExpandableApprovalRequestResponse) SetAppliedByMemberId(v string) + func (o *ExpandableApprovalRequestResponse) SetAppliedByServiceTokenId(v string) + func (o *ExpandableApprovalRequestResponse) SetAppliedDate(v int64) + func (o *ExpandableApprovalRequestResponse) SetApprovalSettings(v ApprovalSettings) + func (o *ExpandableApprovalRequestResponse) SetConflicts(v []Conflict) + func (o *ExpandableApprovalRequestResponse) SetCreationDate(v int64) + func (o *ExpandableApprovalRequestResponse) SetCustomWorkflowMetadata(v CustomWorkflowMeta) + func (o *ExpandableApprovalRequestResponse) SetDescription(v string) + func (o *ExpandableApprovalRequestResponse) SetEnvironments(v []Environment) + func (o *ExpandableApprovalRequestResponse) SetExecutionDate(v int64) + func (o *ExpandableApprovalRequestResponse) SetFlag(v ExpandedFlagRep) + func (o *ExpandableApprovalRequestResponse) SetId(v string) + func (o *ExpandableApprovalRequestResponse) SetInstructions(v []map[string]interface{}) + func (o *ExpandableApprovalRequestResponse) SetIntegrationMetadata(v IntegrationMetadata) + func (o *ExpandableApprovalRequestResponse) SetLinks(v map[string]interface{}) + func (o *ExpandableApprovalRequestResponse) SetNotifyMemberIds(v []string) + func (o *ExpandableApprovalRequestResponse) SetOperatingOnId(v string) + func (o *ExpandableApprovalRequestResponse) SetProject(v Project) + func (o *ExpandableApprovalRequestResponse) SetRequestorId(v string) + func (o *ExpandableApprovalRequestResponse) SetResourceId(v string) + func (o *ExpandableApprovalRequestResponse) SetReviewStatus(v string) + func (o *ExpandableApprovalRequestResponse) SetServiceKind(v string) + func (o *ExpandableApprovalRequestResponse) SetSource(v CopiedFromEnv) + func (o *ExpandableApprovalRequestResponse) SetStatus(v string) + func (o *ExpandableApprovalRequestResponse) SetVersion(v int32) + func (o ExpandableApprovalRequestResponse) MarshalJSON() ([]byte, error) + type ExpandableApprovalRequestsResponse struct + Items []ExpandableApprovalRequestResponse + Links map[string]Link + TotalCount int32 + func NewExpandableApprovalRequestsResponse(items []ExpandableApprovalRequestResponse, totalCount int32, ...) *ExpandableApprovalRequestsResponse + func NewExpandableApprovalRequestsResponseWithDefaults() *ExpandableApprovalRequestsResponse + func (o *ExpandableApprovalRequestsResponse) GetItems() []ExpandableApprovalRequestResponse + func (o *ExpandableApprovalRequestsResponse) GetItemsOk() ([]ExpandableApprovalRequestResponse, bool) + func (o *ExpandableApprovalRequestsResponse) GetLinks() map[string]Link + func (o *ExpandableApprovalRequestsResponse) GetLinksOk() (*map[string]Link, bool) + func (o *ExpandableApprovalRequestsResponse) GetTotalCount() int32 + func (o *ExpandableApprovalRequestsResponse) GetTotalCountOk() (*int32, bool) + func (o *ExpandableApprovalRequestsResponse) SetItems(v []ExpandableApprovalRequestResponse) + func (o *ExpandableApprovalRequestsResponse) SetLinks(v map[string]Link) + func (o *ExpandableApprovalRequestsResponse) SetTotalCount(v int32) + func (o ExpandableApprovalRequestsResponse) MarshalJSON() ([]byte, error) + type ExpandedFlagRep struct + Archived bool + ArchivedDate *int64 + ClientSideAvailability *ClientSideAvailability + CreationDate int64 + CustomProperties map[string]CustomProperty + Defaults *Defaults + Description *string + IncludeInSnippet *bool + Key string + Kind string + Links map[string]Link + Maintainer *MemberSummary + MaintainerId *string + Name string + Tags []string + Temporary bool + Variations []Variation + Version int32 + func NewExpandedFlagRep(name string, kind string, key string, version int32, creationDate int64, ...) *ExpandedFlagRep + func NewExpandedFlagRepWithDefaults() *ExpandedFlagRep + func (o *ExpandedFlagRep) GetArchived() bool + func (o *ExpandedFlagRep) GetArchivedDate() int64 + func (o *ExpandedFlagRep) GetArchivedDateOk() (*int64, bool) + func (o *ExpandedFlagRep) GetArchivedOk() (*bool, bool) + func (o *ExpandedFlagRep) GetClientSideAvailability() ClientSideAvailability + func (o *ExpandedFlagRep) GetClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *ExpandedFlagRep) GetCreationDate() int64 + func (o *ExpandedFlagRep) GetCreationDateOk() (*int64, bool) + func (o *ExpandedFlagRep) GetCustomProperties() map[string]CustomProperty + func (o *ExpandedFlagRep) GetCustomPropertiesOk() (*map[string]CustomProperty, bool) + func (o *ExpandedFlagRep) GetDefaults() Defaults + func (o *ExpandedFlagRep) GetDefaultsOk() (*Defaults, bool) + func (o *ExpandedFlagRep) GetDescription() string + func (o *ExpandedFlagRep) GetDescriptionOk() (*string, bool) + func (o *ExpandedFlagRep) GetIncludeInSnippet() bool + func (o *ExpandedFlagRep) GetIncludeInSnippetOk() (*bool, bool) + func (o *ExpandedFlagRep) GetKey() string + func (o *ExpandedFlagRep) GetKeyOk() (*string, bool) + func (o *ExpandedFlagRep) GetKind() string + func (o *ExpandedFlagRep) GetKindOk() (*string, bool) + func (o *ExpandedFlagRep) GetLinks() map[string]Link + func (o *ExpandedFlagRep) GetLinksOk() (*map[string]Link, bool) + func (o *ExpandedFlagRep) GetMaintainer() MemberSummary + func (o *ExpandedFlagRep) GetMaintainerId() string + func (o *ExpandedFlagRep) GetMaintainerIdOk() (*string, bool) + func (o *ExpandedFlagRep) GetMaintainerOk() (*MemberSummary, bool) + func (o *ExpandedFlagRep) GetName() string + func (o *ExpandedFlagRep) GetNameOk() (*string, bool) + func (o *ExpandedFlagRep) GetTags() []string + func (o *ExpandedFlagRep) GetTagsOk() ([]string, bool) + func (o *ExpandedFlagRep) GetTemporary() bool + func (o *ExpandedFlagRep) GetTemporaryOk() (*bool, bool) + func (o *ExpandedFlagRep) GetVariations() []Variation + func (o *ExpandedFlagRep) GetVariationsOk() ([]Variation, bool) + func (o *ExpandedFlagRep) GetVersion() int32 + func (o *ExpandedFlagRep) GetVersionOk() (*int32, bool) + func (o *ExpandedFlagRep) HasArchivedDate() bool + func (o *ExpandedFlagRep) HasClientSideAvailability() bool + func (o *ExpandedFlagRep) HasDefaults() bool + func (o *ExpandedFlagRep) HasDescription() bool + func (o *ExpandedFlagRep) HasIncludeInSnippet() bool + func (o *ExpandedFlagRep) HasMaintainer() bool + func (o *ExpandedFlagRep) HasMaintainerId() bool + func (o *ExpandedFlagRep) SetArchived(v bool) + func (o *ExpandedFlagRep) SetArchivedDate(v int64) + func (o *ExpandedFlagRep) SetClientSideAvailability(v ClientSideAvailability) + func (o *ExpandedFlagRep) SetCreationDate(v int64) + func (o *ExpandedFlagRep) SetCustomProperties(v map[string]CustomProperty) + func (o *ExpandedFlagRep) SetDefaults(v Defaults) + func (o *ExpandedFlagRep) SetDescription(v string) + func (o *ExpandedFlagRep) SetIncludeInSnippet(v bool) + func (o *ExpandedFlagRep) SetKey(v string) + func (o *ExpandedFlagRep) SetKind(v string) + func (o *ExpandedFlagRep) SetLinks(v map[string]Link) + func (o *ExpandedFlagRep) SetMaintainer(v MemberSummary) + func (o *ExpandedFlagRep) SetMaintainerId(v string) + func (o *ExpandedFlagRep) SetName(v string) + func (o *ExpandedFlagRep) SetTags(v []string) + func (o *ExpandedFlagRep) SetTemporary(v bool) + func (o *ExpandedFlagRep) SetVariations(v []Variation) + func (o *ExpandedFlagRep) SetVersion(v int32) + func (o ExpandedFlagRep) MarshalJSON() ([]byte, error) + type Experiment struct + ArchivedDate *int64 + CreationDate int64 + CurrentIteration *IterationRep + Description *string + DraftIteration *IterationRep + EnvironmentKey *string + Id *string + Key string + Links map[string]Link + MaintainerId string + Name string + PreviousIterations []IterationRep + func NewExperiment(key string, name string, maintainerId string, creationDate int64, ...) *Experiment + func NewExperimentWithDefaults() *Experiment + func (o *Experiment) GetArchivedDate() int64 + func (o *Experiment) GetArchivedDateOk() (*int64, bool) + func (o *Experiment) GetCreationDate() int64 + func (o *Experiment) GetCreationDateOk() (*int64, bool) + func (o *Experiment) GetCurrentIteration() IterationRep + func (o *Experiment) GetCurrentIterationOk() (*IterationRep, bool) + func (o *Experiment) GetDescription() string + func (o *Experiment) GetDescriptionOk() (*string, bool) + func (o *Experiment) GetDraftIteration() IterationRep + func (o *Experiment) GetDraftIterationOk() (*IterationRep, bool) + func (o *Experiment) GetEnvironmentKey() string + func (o *Experiment) GetEnvironmentKeyOk() (*string, bool) + func (o *Experiment) GetId() string + func (o *Experiment) GetIdOk() (*string, bool) + func (o *Experiment) GetKey() string + func (o *Experiment) GetKeyOk() (*string, bool) + func (o *Experiment) GetLinks() map[string]Link + func (o *Experiment) GetLinksOk() (*map[string]Link, bool) + func (o *Experiment) GetMaintainerId() string + func (o *Experiment) GetMaintainerIdOk() (*string, bool) + func (o *Experiment) GetName() string + func (o *Experiment) GetNameOk() (*string, bool) + func (o *Experiment) GetPreviousIterations() []IterationRep + func (o *Experiment) GetPreviousIterationsOk() ([]IterationRep, bool) + func (o *Experiment) HasArchivedDate() bool + func (o *Experiment) HasCurrentIteration() bool + func (o *Experiment) HasDescription() bool + func (o *Experiment) HasDraftIteration() bool + func (o *Experiment) HasEnvironmentKey() bool + func (o *Experiment) HasId() bool + func (o *Experiment) HasPreviousIterations() bool + func (o *Experiment) SetArchivedDate(v int64) + func (o *Experiment) SetCreationDate(v int64) + func (o *Experiment) SetCurrentIteration(v IterationRep) + func (o *Experiment) SetDescription(v string) + func (o *Experiment) SetDraftIteration(v IterationRep) + func (o *Experiment) SetEnvironmentKey(v string) + func (o *Experiment) SetId(v string) + func (o *Experiment) SetKey(v string) + func (o *Experiment) SetLinks(v map[string]Link) + func (o *Experiment) SetMaintainerId(v string) + func (o *Experiment) SetName(v string) + func (o *Experiment) SetPreviousIterations(v []IterationRep) + func (o Experiment) MarshalJSON() ([]byte, error) + type ExperimentAllocationRep struct + CanReshuffle bool + DefaultVariation int32 + func NewExperimentAllocationRep(defaultVariation int32, canReshuffle bool) *ExperimentAllocationRep + func NewExperimentAllocationRepWithDefaults() *ExperimentAllocationRep + func (o *ExperimentAllocationRep) GetCanReshuffle() bool + func (o *ExperimentAllocationRep) GetCanReshuffleOk() (*bool, bool) + func (o *ExperimentAllocationRep) GetDefaultVariation() int32 + func (o *ExperimentAllocationRep) GetDefaultVariationOk() (*int32, bool) + func (o *ExperimentAllocationRep) SetCanReshuffle(v bool) + func (o *ExperimentAllocationRep) SetDefaultVariation(v int32) + func (o ExperimentAllocationRep) MarshalJSON() ([]byte, error) + type ExperimentBayesianResultsRep struct + Links *map[string]Link + MetricSeen *MetricSeen + ProbabilityOfMismatch *float32 + TreatmentResults []TreatmentResultRep + func NewExperimentBayesianResultsRep() *ExperimentBayesianResultsRep + func NewExperimentBayesianResultsRepWithDefaults() *ExperimentBayesianResultsRep + func (o *ExperimentBayesianResultsRep) GetLinks() map[string]Link + func (o *ExperimentBayesianResultsRep) GetLinksOk() (*map[string]Link, bool) + func (o *ExperimentBayesianResultsRep) GetMetricSeen() MetricSeen + func (o *ExperimentBayesianResultsRep) GetMetricSeenOk() (*MetricSeen, bool) + func (o *ExperimentBayesianResultsRep) GetProbabilityOfMismatch() float32 + func (o *ExperimentBayesianResultsRep) GetProbabilityOfMismatchOk() (*float32, bool) + func (o *ExperimentBayesianResultsRep) GetTreatmentResults() []TreatmentResultRep + func (o *ExperimentBayesianResultsRep) GetTreatmentResultsOk() ([]TreatmentResultRep, bool) + func (o *ExperimentBayesianResultsRep) HasLinks() bool + func (o *ExperimentBayesianResultsRep) HasMetricSeen() bool + func (o *ExperimentBayesianResultsRep) HasProbabilityOfMismatch() bool + func (o *ExperimentBayesianResultsRep) HasTreatmentResults() bool + func (o *ExperimentBayesianResultsRep) SetLinks(v map[string]Link) + func (o *ExperimentBayesianResultsRep) SetMetricSeen(v MetricSeen) + func (o *ExperimentBayesianResultsRep) SetProbabilityOfMismatch(v float32) + func (o *ExperimentBayesianResultsRep) SetTreatmentResults(v []TreatmentResultRep) + func (o ExperimentBayesianResultsRep) MarshalJSON() ([]byte, error) + type ExperimentCollectionRep struct + Items []Experiment + Links *map[string]Link + TotalCount *int32 + func NewExperimentCollectionRep(items []Experiment) *ExperimentCollectionRep + func NewExperimentCollectionRepWithDefaults() *ExperimentCollectionRep + func (o *ExperimentCollectionRep) GetItems() []Experiment + func (o *ExperimentCollectionRep) GetItemsOk() ([]Experiment, bool) + func (o *ExperimentCollectionRep) GetLinks() map[string]Link + func (o *ExperimentCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ExperimentCollectionRep) GetTotalCount() int32 + func (o *ExperimentCollectionRep) GetTotalCountOk() (*int32, bool) + func (o *ExperimentCollectionRep) HasLinks() bool + func (o *ExperimentCollectionRep) HasTotalCount() bool + func (o *ExperimentCollectionRep) SetItems(v []Experiment) + func (o *ExperimentCollectionRep) SetLinks(v map[string]Link) + func (o *ExperimentCollectionRep) SetTotalCount(v int32) + func (o ExperimentCollectionRep) MarshalJSON() ([]byte, error) + type ExperimentEnabledPeriodRep struct + StartDate *int64 + StopDate *int64 + func NewExperimentEnabledPeriodRep() *ExperimentEnabledPeriodRep + func NewExperimentEnabledPeriodRepWithDefaults() *ExperimentEnabledPeriodRep + func (o *ExperimentEnabledPeriodRep) GetStartDate() int64 + func (o *ExperimentEnabledPeriodRep) GetStartDateOk() (*int64, bool) + func (o *ExperimentEnabledPeriodRep) GetStopDate() int64 + func (o *ExperimentEnabledPeriodRep) GetStopDateOk() (*int64, bool) + func (o *ExperimentEnabledPeriodRep) HasStartDate() bool + func (o *ExperimentEnabledPeriodRep) HasStopDate() bool + func (o *ExperimentEnabledPeriodRep) SetStartDate(v int64) + func (o *ExperimentEnabledPeriodRep) SetStopDate(v int64) + func (o ExperimentEnabledPeriodRep) MarshalJSON() ([]byte, error) + type ExperimentEnvironmentSettingRep struct + EnabledPeriods []ExperimentEnabledPeriodRep + StartDate *int64 + StopDate *int64 + func NewExperimentEnvironmentSettingRep() *ExperimentEnvironmentSettingRep + func NewExperimentEnvironmentSettingRepWithDefaults() *ExperimentEnvironmentSettingRep + func (o *ExperimentEnvironmentSettingRep) GetEnabledPeriods() []ExperimentEnabledPeriodRep + func (o *ExperimentEnvironmentSettingRep) GetEnabledPeriodsOk() ([]ExperimentEnabledPeriodRep, bool) + func (o *ExperimentEnvironmentSettingRep) GetStartDate() int64 + func (o *ExperimentEnvironmentSettingRep) GetStartDateOk() (*int64, bool) + func (o *ExperimentEnvironmentSettingRep) GetStopDate() int64 + func (o *ExperimentEnvironmentSettingRep) GetStopDateOk() (*int64, bool) + func (o *ExperimentEnvironmentSettingRep) HasEnabledPeriods() bool + func (o *ExperimentEnvironmentSettingRep) HasStartDate() bool + func (o *ExperimentEnvironmentSettingRep) HasStopDate() bool + func (o *ExperimentEnvironmentSettingRep) SetEnabledPeriods(v []ExperimentEnabledPeriodRep) + func (o *ExperimentEnvironmentSettingRep) SetStartDate(v int64) + func (o *ExperimentEnvironmentSettingRep) SetStopDate(v int64) + func (o ExperimentEnvironmentSettingRep) MarshalJSON() ([]byte, error) + type ExperimentExpandableProperties struct + DraftIteration *IterationRep + PreviousIterations []IterationRep + func NewExperimentExpandableProperties() *ExperimentExpandableProperties + func NewExperimentExpandablePropertiesWithDefaults() *ExperimentExpandableProperties + func (o *ExperimentExpandableProperties) GetDraftIteration() IterationRep + func (o *ExperimentExpandableProperties) GetDraftIterationOk() (*IterationRep, bool) + func (o *ExperimentExpandableProperties) GetPreviousIterations() []IterationRep + func (o *ExperimentExpandableProperties) GetPreviousIterationsOk() ([]IterationRep, bool) + func (o *ExperimentExpandableProperties) HasDraftIteration() bool + func (o *ExperimentExpandableProperties) HasPreviousIterations() bool + func (o *ExperimentExpandableProperties) SetDraftIteration(v IterationRep) + func (o *ExperimentExpandableProperties) SetPreviousIterations(v []IterationRep) + func (o ExperimentExpandableProperties) MarshalJSON() ([]byte, error) + type ExperimentInfoRep struct + BaselineIdx int32 + Items []LegacyExperimentRep + func NewExperimentInfoRep(baselineIdx int32, items []LegacyExperimentRep) *ExperimentInfoRep + func NewExperimentInfoRepWithDefaults() *ExperimentInfoRep + func (o *ExperimentInfoRep) GetBaselineIdx() int32 + func (o *ExperimentInfoRep) GetBaselineIdxOk() (*int32, bool) + func (o *ExperimentInfoRep) GetItems() []LegacyExperimentRep + func (o *ExperimentInfoRep) GetItemsOk() ([]LegacyExperimentRep, bool) + func (o *ExperimentInfoRep) SetBaselineIdx(v int32) + func (o *ExperimentInfoRep) SetItems(v []LegacyExperimentRep) + func (o ExperimentInfoRep) MarshalJSON() ([]byte, error) + type ExperimentMetadataRep struct + Key interface{} + func NewExperimentMetadataRep() *ExperimentMetadataRep + func NewExperimentMetadataRepWithDefaults() *ExperimentMetadataRep + func (o *ExperimentMetadataRep) GetKey() interface{} + func (o *ExperimentMetadataRep) GetKeyOk() (*interface{}, bool) + func (o *ExperimentMetadataRep) HasKey() bool + func (o *ExperimentMetadataRep) SetKey(v interface{}) + func (o ExperimentMetadataRep) MarshalJSON() ([]byte, error) + type ExperimentPatchInput struct + Comment *string + Instructions []map[string]interface{} + func NewExperimentPatchInput(instructions []map[string]interface{}) *ExperimentPatchInput + func NewExperimentPatchInputWithDefaults() *ExperimentPatchInput + func (o *ExperimentPatchInput) GetComment() string + func (o *ExperimentPatchInput) GetCommentOk() (*string, bool) + func (o *ExperimentPatchInput) GetInstructions() []map[string]interface{} + func (o *ExperimentPatchInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *ExperimentPatchInput) HasComment() bool + func (o *ExperimentPatchInput) SetComment(v string) + func (o *ExperimentPatchInput) SetInstructions(v []map[string]interface{}) + func (o ExperimentPatchInput) MarshalJSON() ([]byte, error) + type ExperimentPost struct + Description *string + Iteration IterationInput + Key string + MaintainerId *string + Name string + func NewExperimentPost(name string, key string, iteration IterationInput) *ExperimentPost + func NewExperimentPostWithDefaults() *ExperimentPost + func (o *ExperimentPost) GetDescription() string + func (o *ExperimentPost) GetDescriptionOk() (*string, bool) + func (o *ExperimentPost) GetIteration() IterationInput + func (o *ExperimentPost) GetIterationOk() (*IterationInput, bool) + func (o *ExperimentPost) GetKey() string + func (o *ExperimentPost) GetKeyOk() (*string, bool) + func (o *ExperimentPost) GetMaintainerId() string + func (o *ExperimentPost) GetMaintainerIdOk() (*string, bool) + func (o *ExperimentPost) GetName() string + func (o *ExperimentPost) GetNameOk() (*string, bool) + func (o *ExperimentPost) HasDescription() bool + func (o *ExperimentPost) HasMaintainerId() bool + func (o *ExperimentPost) SetDescription(v string) + func (o *ExperimentPost) SetIteration(v IterationInput) + func (o *ExperimentPost) SetKey(v string) + func (o *ExperimentPost) SetMaintainerId(v string) + func (o *ExperimentPost) SetName(v string) + func (o ExperimentPost) MarshalJSON() ([]byte, error) + type ExperimentResults struct + Granularity *string + Links *map[string]Link + Metadata []ExperimentMetadataRep + MetricSeen *MetricSeen + Series []ExperimentTimeSeriesSlice + Stats *ExperimentStatsRep + Totals []ExperimentTotalsRep + func NewExperimentResults() *ExperimentResults + func NewExperimentResultsWithDefaults() *ExperimentResults + func (o *ExperimentResults) GetGranularity() string + func (o *ExperimentResults) GetGranularityOk() (*string, bool) + func (o *ExperimentResults) GetLinks() map[string]Link + func (o *ExperimentResults) GetLinksOk() (*map[string]Link, bool) + func (o *ExperimentResults) GetMetadata() []ExperimentMetadataRep + func (o *ExperimentResults) GetMetadataOk() ([]ExperimentMetadataRep, bool) + func (o *ExperimentResults) GetMetricSeen() MetricSeen + func (o *ExperimentResults) GetMetricSeenOk() (*MetricSeen, bool) + func (o *ExperimentResults) GetSeries() []ExperimentTimeSeriesSlice + func (o *ExperimentResults) GetSeriesOk() ([]ExperimentTimeSeriesSlice, bool) + func (o *ExperimentResults) GetStats() ExperimentStatsRep + func (o *ExperimentResults) GetStatsOk() (*ExperimentStatsRep, bool) + func (o *ExperimentResults) GetTotals() []ExperimentTotalsRep + func (o *ExperimentResults) GetTotalsOk() ([]ExperimentTotalsRep, bool) + func (o *ExperimentResults) HasGranularity() bool + func (o *ExperimentResults) HasLinks() bool + func (o *ExperimentResults) HasMetadata() bool + func (o *ExperimentResults) HasMetricSeen() bool + func (o *ExperimentResults) HasSeries() bool + func (o *ExperimentResults) HasStats() bool + func (o *ExperimentResults) HasTotals() bool + func (o *ExperimentResults) SetGranularity(v string) + func (o *ExperimentResults) SetLinks(v map[string]Link) + func (o *ExperimentResults) SetMetadata(v []ExperimentMetadataRep) + func (o *ExperimentResults) SetMetricSeen(v MetricSeen) + func (o *ExperimentResults) SetSeries(v []ExperimentTimeSeriesSlice) + func (o *ExperimentResults) SetStats(v ExperimentStatsRep) + func (o *ExperimentResults) SetTotals(v []ExperimentTotalsRep) + func (o ExperimentResults) MarshalJSON() ([]byte, error) + type ExperimentStatsRep struct + Chi2 *float32 + MinSampleSizeMet *bool + PValue *float32 + WinningVariationIdx *int32 + func NewExperimentStatsRep() *ExperimentStatsRep + func NewExperimentStatsRepWithDefaults() *ExperimentStatsRep + func (o *ExperimentStatsRep) GetChi2() float32 + func (o *ExperimentStatsRep) GetChi2Ok() (*float32, bool) + func (o *ExperimentStatsRep) GetMinSampleSizeMet() bool + func (o *ExperimentStatsRep) GetMinSampleSizeMetOk() (*bool, bool) + func (o *ExperimentStatsRep) GetPValue() float32 + func (o *ExperimentStatsRep) GetPValueOk() (*float32, bool) + func (o *ExperimentStatsRep) GetWinningVariationIdx() int32 + func (o *ExperimentStatsRep) GetWinningVariationIdxOk() (*int32, bool) + func (o *ExperimentStatsRep) HasChi2() bool + func (o *ExperimentStatsRep) HasMinSampleSizeMet() bool + func (o *ExperimentStatsRep) HasPValue() bool + func (o *ExperimentStatsRep) HasWinningVariationIdx() bool + func (o *ExperimentStatsRep) SetChi2(v float32) + func (o *ExperimentStatsRep) SetMinSampleSizeMet(v bool) + func (o *ExperimentStatsRep) SetPValue(v float32) + func (o *ExperimentStatsRep) SetWinningVariationIdx(v int32) + func (o ExperimentStatsRep) MarshalJSON() ([]byte, error) + type ExperimentTimeSeriesSlice struct + Time *int64 + VariationData []ExperimentTimeSeriesVariationSlice + func NewExperimentTimeSeriesSlice() *ExperimentTimeSeriesSlice + func NewExperimentTimeSeriesSliceWithDefaults() *ExperimentTimeSeriesSlice + func (o *ExperimentTimeSeriesSlice) GetTime() int64 + func (o *ExperimentTimeSeriesSlice) GetTimeOk() (*int64, bool) + func (o *ExperimentTimeSeriesSlice) GetVariationData() []ExperimentTimeSeriesVariationSlice + func (o *ExperimentTimeSeriesSlice) GetVariationDataOk() ([]ExperimentTimeSeriesVariationSlice, bool) + func (o *ExperimentTimeSeriesSlice) HasTime() bool + func (o *ExperimentTimeSeriesSlice) HasVariationData() bool + func (o *ExperimentTimeSeriesSlice) SetTime(v int64) + func (o *ExperimentTimeSeriesSlice) SetVariationData(v []ExperimentTimeSeriesVariationSlice) + func (o ExperimentTimeSeriesSlice) MarshalJSON() ([]byte, error) + type ExperimentTimeSeriesVariationSlice struct + ConfidenceInterval *ConfidenceIntervalRep + ConversionRate *float32 + Count *int64 + CumulativeConfidenceInterval *ConfidenceIntervalRep + CumulativeConversionRate *float32 + CumulativeCount *int64 + CumulativeValue *float32 + Value *float32 + func NewExperimentTimeSeriesVariationSlice() *ExperimentTimeSeriesVariationSlice + func NewExperimentTimeSeriesVariationSliceWithDefaults() *ExperimentTimeSeriesVariationSlice + func (o *ExperimentTimeSeriesVariationSlice) GetConfidenceInterval() ConfidenceIntervalRep + func (o *ExperimentTimeSeriesVariationSlice) GetConfidenceIntervalOk() (*ConfidenceIntervalRep, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetConversionRate() float32 + func (o *ExperimentTimeSeriesVariationSlice) GetConversionRateOk() (*float32, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetCount() int64 + func (o *ExperimentTimeSeriesVariationSlice) GetCountOk() (*int64, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeConfidenceInterval() ConfidenceIntervalRep + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeConfidenceIntervalOk() (*ConfidenceIntervalRep, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeConversionRate() float32 + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeConversionRateOk() (*float32, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeCount() int64 + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeCountOk() (*int64, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeValue() float32 + func (o *ExperimentTimeSeriesVariationSlice) GetCumulativeValueOk() (*float32, bool) + func (o *ExperimentTimeSeriesVariationSlice) GetValue() float32 + func (o *ExperimentTimeSeriesVariationSlice) GetValueOk() (*float32, bool) + func (o *ExperimentTimeSeriesVariationSlice) HasConfidenceInterval() bool + func (o *ExperimentTimeSeriesVariationSlice) HasConversionRate() bool + func (o *ExperimentTimeSeriesVariationSlice) HasCount() bool + func (o *ExperimentTimeSeriesVariationSlice) HasCumulativeConfidenceInterval() bool + func (o *ExperimentTimeSeriesVariationSlice) HasCumulativeConversionRate() bool + func (o *ExperimentTimeSeriesVariationSlice) HasCumulativeCount() bool + func (o *ExperimentTimeSeriesVariationSlice) HasCumulativeValue() bool + func (o *ExperimentTimeSeriesVariationSlice) HasValue() bool + func (o *ExperimentTimeSeriesVariationSlice) SetConfidenceInterval(v ConfidenceIntervalRep) + func (o *ExperimentTimeSeriesVariationSlice) SetConversionRate(v float32) + func (o *ExperimentTimeSeriesVariationSlice) SetCount(v int64) + func (o *ExperimentTimeSeriesVariationSlice) SetCumulativeConfidenceInterval(v ConfidenceIntervalRep) + func (o *ExperimentTimeSeriesVariationSlice) SetCumulativeConversionRate(v float32) + func (o *ExperimentTimeSeriesVariationSlice) SetCumulativeCount(v int64) + func (o *ExperimentTimeSeriesVariationSlice) SetCumulativeValue(v float32) + func (o *ExperimentTimeSeriesVariationSlice) SetValue(v float32) + func (o ExperimentTimeSeriesVariationSlice) MarshalJSON() ([]byte, error) + type ExperimentTotalsRep struct + CumulativeConfidenceInterval *ConfidenceIntervalRep + CumulativeConversionRate *float32 + CumulativeCount *int64 + CumulativeImpressionCount *int64 + CumulativeValue *float32 + Improvement *float32 + MinSampleSize *int64 + PValue *float32 + func NewExperimentTotalsRep() *ExperimentTotalsRep + func NewExperimentTotalsRepWithDefaults() *ExperimentTotalsRep + func (o *ExperimentTotalsRep) GetCumulativeConfidenceInterval() ConfidenceIntervalRep + func (o *ExperimentTotalsRep) GetCumulativeConfidenceIntervalOk() (*ConfidenceIntervalRep, bool) + func (o *ExperimentTotalsRep) GetCumulativeConversionRate() float32 + func (o *ExperimentTotalsRep) GetCumulativeConversionRateOk() (*float32, bool) + func (o *ExperimentTotalsRep) GetCumulativeCount() int64 + func (o *ExperimentTotalsRep) GetCumulativeCountOk() (*int64, bool) + func (o *ExperimentTotalsRep) GetCumulativeImpressionCount() int64 + func (o *ExperimentTotalsRep) GetCumulativeImpressionCountOk() (*int64, bool) + func (o *ExperimentTotalsRep) GetCumulativeValue() float32 + func (o *ExperimentTotalsRep) GetCumulativeValueOk() (*float32, bool) + func (o *ExperimentTotalsRep) GetImprovement() float32 + func (o *ExperimentTotalsRep) GetImprovementOk() (*float32, bool) + func (o *ExperimentTotalsRep) GetMinSampleSize() int64 + func (o *ExperimentTotalsRep) GetMinSampleSizeOk() (*int64, bool) + func (o *ExperimentTotalsRep) GetPValue() float32 + func (o *ExperimentTotalsRep) GetPValueOk() (*float32, bool) + func (o *ExperimentTotalsRep) HasCumulativeConfidenceInterval() bool + func (o *ExperimentTotalsRep) HasCumulativeConversionRate() bool + func (o *ExperimentTotalsRep) HasCumulativeCount() bool + func (o *ExperimentTotalsRep) HasCumulativeImpressionCount() bool + func (o *ExperimentTotalsRep) HasCumulativeValue() bool + func (o *ExperimentTotalsRep) HasImprovement() bool + func (o *ExperimentTotalsRep) HasMinSampleSize() bool + func (o *ExperimentTotalsRep) HasPValue() bool + func (o *ExperimentTotalsRep) SetCumulativeConfidenceInterval(v ConfidenceIntervalRep) + func (o *ExperimentTotalsRep) SetCumulativeConversionRate(v float32) + func (o *ExperimentTotalsRep) SetCumulativeCount(v int64) + func (o *ExperimentTotalsRep) SetCumulativeImpressionCount(v int64) + func (o *ExperimentTotalsRep) SetCumulativeValue(v float32) + func (o *ExperimentTotalsRep) SetImprovement(v float32) + func (o *ExperimentTotalsRep) SetMinSampleSize(v int64) + func (o *ExperimentTotalsRep) SetPValue(v float32) + func (o ExperimentTotalsRep) MarshalJSON() ([]byte, error) + type ExperimentationSettingsPut struct + RandomizationUnits []RandomizationUnitInput + func NewExperimentationSettingsPut(randomizationUnits []RandomizationUnitInput) *ExperimentationSettingsPut + func NewExperimentationSettingsPutWithDefaults() *ExperimentationSettingsPut + func (o *ExperimentationSettingsPut) GetRandomizationUnits() []RandomizationUnitInput + func (o *ExperimentationSettingsPut) GetRandomizationUnitsOk() ([]RandomizationUnitInput, bool) + func (o *ExperimentationSettingsPut) SetRandomizationUnits(v []RandomizationUnitInput) + func (o ExperimentationSettingsPut) MarshalJSON() ([]byte, error) + type ExperimentationSettingsRep struct + CreationDate *int64 + Links *map[string]Link + ProjectId *string + ProjectKey *string + RandomizationUnits []RandomizationUnitRep + func NewExperimentationSettingsRep() *ExperimentationSettingsRep + func NewExperimentationSettingsRepWithDefaults() *ExperimentationSettingsRep + func (o *ExperimentationSettingsRep) GetCreationDate() int64 + func (o *ExperimentationSettingsRep) GetCreationDateOk() (*int64, bool) + func (o *ExperimentationSettingsRep) GetLinks() map[string]Link + func (o *ExperimentationSettingsRep) GetLinksOk() (*map[string]Link, bool) + func (o *ExperimentationSettingsRep) GetProjectId() string + func (o *ExperimentationSettingsRep) GetProjectIdOk() (*string, bool) + func (o *ExperimentationSettingsRep) GetProjectKey() string + func (o *ExperimentationSettingsRep) GetProjectKeyOk() (*string, bool) + func (o *ExperimentationSettingsRep) GetRandomizationUnits() []RandomizationUnitRep + func (o *ExperimentationSettingsRep) GetRandomizationUnitsOk() ([]RandomizationUnitRep, bool) + func (o *ExperimentationSettingsRep) HasCreationDate() bool + func (o *ExperimentationSettingsRep) HasLinks() bool + func (o *ExperimentationSettingsRep) HasProjectId() bool + func (o *ExperimentationSettingsRep) HasProjectKey() bool + func (o *ExperimentationSettingsRep) HasRandomizationUnits() bool + func (o *ExperimentationSettingsRep) SetCreationDate(v int64) + func (o *ExperimentationSettingsRep) SetLinks(v map[string]Link) + func (o *ExperimentationSettingsRep) SetProjectId(v string) + func (o *ExperimentationSettingsRep) SetProjectKey(v string) + func (o *ExperimentationSettingsRep) SetRandomizationUnits(v []RandomizationUnitRep) + func (o ExperimentationSettingsRep) MarshalJSON() ([]byte, error) + type ExperimentsBetaApiService service + func (a *ExperimentsBetaApiService) CreateExperiment(ctx context.Context, projectKey string, environmentKey string) ApiCreateExperimentRequest + func (a *ExperimentsBetaApiService) CreateExperimentExecute(r ApiCreateExperimentRequest) (*Experiment, *http.Response, error) + func (a *ExperimentsBetaApiService) CreateIteration(ctx context.Context, projectKey string, environmentKey string, ...) ApiCreateIterationRequest + func (a *ExperimentsBetaApiService) CreateIterationExecute(r ApiCreateIterationRequest) (*IterationRep, *http.Response, error) + func (a *ExperimentsBetaApiService) GetExperiment(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExperimentRequest + func (a *ExperimentsBetaApiService) GetExperimentExecute(r ApiGetExperimentRequest) (*Experiment, *http.Response, error) + func (a *ExperimentsBetaApiService) GetExperimentResults(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExperimentResultsRequest + func (a *ExperimentsBetaApiService) GetExperimentResultsExecute(r ApiGetExperimentResultsRequest) (*ExperimentBayesianResultsRep, *http.Response, error) + func (a *ExperimentsBetaApiService) GetExperimentResultsForMetricGroup(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExperimentResultsForMetricGroupRequest + func (a *ExperimentsBetaApiService) GetExperimentResultsForMetricGroupExecute(r ApiGetExperimentResultsForMetricGroupRequest) (*MetricGroupResultsRep, *http.Response, error) + func (a *ExperimentsBetaApiService) GetExperimentationSettings(ctx context.Context, projectKey string) ApiGetExperimentationSettingsRequest + func (a *ExperimentsBetaApiService) GetExperimentationSettingsExecute(r ApiGetExperimentationSettingsRequest) (*ExperimentationSettingsRep, *http.Response, error) + func (a *ExperimentsBetaApiService) GetExperiments(ctx context.Context, projectKey string, environmentKey string) ApiGetExperimentsRequest + func (a *ExperimentsBetaApiService) GetExperimentsExecute(r ApiGetExperimentsRequest) (*ExperimentCollectionRep, *http.Response, error) + func (a *ExperimentsBetaApiService) GetLegacyExperimentResults(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetLegacyExperimentResultsRequest + func (a *ExperimentsBetaApiService) GetLegacyExperimentResultsExecute(r ApiGetLegacyExperimentResultsRequest) (*ExperimentResults, *http.Response, error) + func (a *ExperimentsBetaApiService) PatchExperiment(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchExperimentRequest + func (a *ExperimentsBetaApiService) PatchExperimentExecute(r ApiPatchExperimentRequest) (*Experiment, *http.Response, error) + func (a *ExperimentsBetaApiService) PutExperimentationSettings(ctx context.Context, projectKey string) ApiPutExperimentationSettingsRequest + func (a *ExperimentsBetaApiService) PutExperimentationSettingsExecute(r ApiPutExperimentationSettingsRequest) (*ExperimentationSettingsRep, *http.Response, error) + func (a *ExperimentsBetaApiService) ResetExperiment(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiResetExperimentRequest + func (a *ExperimentsBetaApiService) ResetExperimentExecute(r ApiResetExperimentRequest) (*http.Response, error) + type ExpiringTarget struct + ContextKey string + ContextKind string + ExpirationDate int64 + Id string + ResourceId ResourceId + TargetType *string + VariationId *string + Version int32 + func NewExpiringTarget(id string, version int32, expirationDate int64, contextKind string, ...) *ExpiringTarget + func NewExpiringTargetWithDefaults() *ExpiringTarget + func (o *ExpiringTarget) GetContextKey() string + func (o *ExpiringTarget) GetContextKeyOk() (*string, bool) + func (o *ExpiringTarget) GetContextKind() string + func (o *ExpiringTarget) GetContextKindOk() (*string, bool) + func (o *ExpiringTarget) GetExpirationDate() int64 + func (o *ExpiringTarget) GetExpirationDateOk() (*int64, bool) + func (o *ExpiringTarget) GetId() string + func (o *ExpiringTarget) GetIdOk() (*string, bool) + func (o *ExpiringTarget) GetResourceId() ResourceId + func (o *ExpiringTarget) GetResourceIdOk() (*ResourceId, bool) + func (o *ExpiringTarget) GetTargetType() string + func (o *ExpiringTarget) GetTargetTypeOk() (*string, bool) + func (o *ExpiringTarget) GetVariationId() string + func (o *ExpiringTarget) GetVariationIdOk() (*string, bool) + func (o *ExpiringTarget) GetVersion() int32 + func (o *ExpiringTarget) GetVersionOk() (*int32, bool) + func (o *ExpiringTarget) HasTargetType() bool + func (o *ExpiringTarget) HasVariationId() bool + func (o *ExpiringTarget) SetContextKey(v string) + func (o *ExpiringTarget) SetContextKind(v string) + func (o *ExpiringTarget) SetExpirationDate(v int64) + func (o *ExpiringTarget) SetId(v string) + func (o *ExpiringTarget) SetResourceId(v ResourceId) + func (o *ExpiringTarget) SetTargetType(v string) + func (o *ExpiringTarget) SetVariationId(v string) + func (o *ExpiringTarget) SetVersion(v int32) + func (o ExpiringTarget) MarshalJSON() ([]byte, error) + type ExpiringTargetError struct + InstructionIndex int32 + Message string + func NewExpiringTargetError(instructionIndex int32, message string) *ExpiringTargetError + func NewExpiringTargetErrorWithDefaults() *ExpiringTargetError + func (o *ExpiringTargetError) GetInstructionIndex() int32 + func (o *ExpiringTargetError) GetInstructionIndexOk() (*int32, bool) + func (o *ExpiringTargetError) GetMessage() string + func (o *ExpiringTargetError) GetMessageOk() (*string, bool) + func (o *ExpiringTargetError) SetInstructionIndex(v int32) + func (o *ExpiringTargetError) SetMessage(v string) + func (o ExpiringTargetError) MarshalJSON() ([]byte, error) + type ExpiringTargetGetResponse struct + Items []ExpiringTarget + Links *map[string]Link + func NewExpiringTargetGetResponse(items []ExpiringTarget) *ExpiringTargetGetResponse + func NewExpiringTargetGetResponseWithDefaults() *ExpiringTargetGetResponse + func (o *ExpiringTargetGetResponse) GetItems() []ExpiringTarget + func (o *ExpiringTargetGetResponse) GetItemsOk() ([]ExpiringTarget, bool) + func (o *ExpiringTargetGetResponse) GetLinks() map[string]Link + func (o *ExpiringTargetGetResponse) GetLinksOk() (*map[string]Link, bool) + func (o *ExpiringTargetGetResponse) HasLinks() bool + func (o *ExpiringTargetGetResponse) SetItems(v []ExpiringTarget) + func (o *ExpiringTargetGetResponse) SetLinks(v map[string]Link) + func (o ExpiringTargetGetResponse) MarshalJSON() ([]byte, error) + type ExpiringTargetPatchResponse struct + Errors []ExpiringTargetError + FailedInstructions *int32 + Items []ExpiringTarget + Links *map[string]Link + SuccessfulInstructions *int32 + TotalInstructions *int32 + func NewExpiringTargetPatchResponse(items []ExpiringTarget) *ExpiringTargetPatchResponse + func NewExpiringTargetPatchResponseWithDefaults() *ExpiringTargetPatchResponse + func (o *ExpiringTargetPatchResponse) GetErrors() []ExpiringTargetError + func (o *ExpiringTargetPatchResponse) GetErrorsOk() ([]ExpiringTargetError, bool) + func (o *ExpiringTargetPatchResponse) GetFailedInstructions() int32 + func (o *ExpiringTargetPatchResponse) GetFailedInstructionsOk() (*int32, bool) + func (o *ExpiringTargetPatchResponse) GetItems() []ExpiringTarget + func (o *ExpiringTargetPatchResponse) GetItemsOk() ([]ExpiringTarget, bool) + func (o *ExpiringTargetPatchResponse) GetLinks() map[string]Link + func (o *ExpiringTargetPatchResponse) GetLinksOk() (*map[string]Link, bool) + func (o *ExpiringTargetPatchResponse) GetSuccessfulInstructions() int32 + func (o *ExpiringTargetPatchResponse) GetSuccessfulInstructionsOk() (*int32, bool) + func (o *ExpiringTargetPatchResponse) GetTotalInstructions() int32 + func (o *ExpiringTargetPatchResponse) GetTotalInstructionsOk() (*int32, bool) + func (o *ExpiringTargetPatchResponse) HasErrors() bool + func (o *ExpiringTargetPatchResponse) HasFailedInstructions() bool + func (o *ExpiringTargetPatchResponse) HasLinks() bool + func (o *ExpiringTargetPatchResponse) HasSuccessfulInstructions() bool + func (o *ExpiringTargetPatchResponse) HasTotalInstructions() bool + func (o *ExpiringTargetPatchResponse) SetErrors(v []ExpiringTargetError) + func (o *ExpiringTargetPatchResponse) SetFailedInstructions(v int32) + func (o *ExpiringTargetPatchResponse) SetItems(v []ExpiringTarget) + func (o *ExpiringTargetPatchResponse) SetLinks(v map[string]Link) + func (o *ExpiringTargetPatchResponse) SetSuccessfulInstructions(v int32) + func (o *ExpiringTargetPatchResponse) SetTotalInstructions(v int32) + func (o ExpiringTargetPatchResponse) MarshalJSON() ([]byte, error) + type ExpiringUserTargetGetResponse struct + Items []ExpiringUserTargetItem + Links *map[string]Link + func NewExpiringUserTargetGetResponse(items []ExpiringUserTargetItem) *ExpiringUserTargetGetResponse + func NewExpiringUserTargetGetResponseWithDefaults() *ExpiringUserTargetGetResponse + func (o *ExpiringUserTargetGetResponse) GetItems() []ExpiringUserTargetItem + func (o *ExpiringUserTargetGetResponse) GetItemsOk() ([]ExpiringUserTargetItem, bool) + func (o *ExpiringUserTargetGetResponse) GetLinks() map[string]Link + func (o *ExpiringUserTargetGetResponse) GetLinksOk() (*map[string]Link, bool) + func (o *ExpiringUserTargetGetResponse) HasLinks() bool + func (o *ExpiringUserTargetGetResponse) SetItems(v []ExpiringUserTargetItem) + func (o *ExpiringUserTargetGetResponse) SetLinks(v map[string]Link) + func (o ExpiringUserTargetGetResponse) MarshalJSON() ([]byte, error) + type ExpiringUserTargetItem struct + ExpirationDate int64 + Id string + ResourceId ResourceIDResponse + TargetType *string + UserKey string + VariationId *string + Version int32 + func NewExpiringUserTargetItem(id string, version int32, expirationDate int64, userKey string, ...) *ExpiringUserTargetItem + func NewExpiringUserTargetItemWithDefaults() *ExpiringUserTargetItem + func (o *ExpiringUserTargetItem) GetExpirationDate() int64 + func (o *ExpiringUserTargetItem) GetExpirationDateOk() (*int64, bool) + func (o *ExpiringUserTargetItem) GetId() string + func (o *ExpiringUserTargetItem) GetIdOk() (*string, bool) + func (o *ExpiringUserTargetItem) GetResourceId() ResourceIDResponse + func (o *ExpiringUserTargetItem) GetResourceIdOk() (*ResourceIDResponse, bool) + func (o *ExpiringUserTargetItem) GetTargetType() string + func (o *ExpiringUserTargetItem) GetTargetTypeOk() (*string, bool) + func (o *ExpiringUserTargetItem) GetUserKey() string + func (o *ExpiringUserTargetItem) GetUserKeyOk() (*string, bool) + func (o *ExpiringUserTargetItem) GetVariationId() string + func (o *ExpiringUserTargetItem) GetVariationIdOk() (*string, bool) + func (o *ExpiringUserTargetItem) GetVersion() int32 + func (o *ExpiringUserTargetItem) GetVersionOk() (*int32, bool) + func (o *ExpiringUserTargetItem) HasTargetType() bool + func (o *ExpiringUserTargetItem) HasVariationId() bool + func (o *ExpiringUserTargetItem) SetExpirationDate(v int64) + func (o *ExpiringUserTargetItem) SetId(v string) + func (o *ExpiringUserTargetItem) SetResourceId(v ResourceIDResponse) + func (o *ExpiringUserTargetItem) SetTargetType(v string) + func (o *ExpiringUserTargetItem) SetUserKey(v string) + func (o *ExpiringUserTargetItem) SetVariationId(v string) + func (o *ExpiringUserTargetItem) SetVersion(v int32) + func (o ExpiringUserTargetItem) MarshalJSON() ([]byte, error) + type ExpiringUserTargetPatchResponse struct + Errors []ExpiringTargetError + FailedInstructions *int32 + Items []ExpiringUserTargetItem + Links *map[string]Link + SuccessfulInstructions *int32 + TotalInstructions *int32 + func NewExpiringUserTargetPatchResponse(items []ExpiringUserTargetItem) *ExpiringUserTargetPatchResponse + func NewExpiringUserTargetPatchResponseWithDefaults() *ExpiringUserTargetPatchResponse + func (o *ExpiringUserTargetPatchResponse) GetErrors() []ExpiringTargetError + func (o *ExpiringUserTargetPatchResponse) GetErrorsOk() ([]ExpiringTargetError, bool) + func (o *ExpiringUserTargetPatchResponse) GetFailedInstructions() int32 + func (o *ExpiringUserTargetPatchResponse) GetFailedInstructionsOk() (*int32, bool) + func (o *ExpiringUserTargetPatchResponse) GetItems() []ExpiringUserTargetItem + func (o *ExpiringUserTargetPatchResponse) GetItemsOk() ([]ExpiringUserTargetItem, bool) + func (o *ExpiringUserTargetPatchResponse) GetLinks() map[string]Link + func (o *ExpiringUserTargetPatchResponse) GetLinksOk() (*map[string]Link, bool) + func (o *ExpiringUserTargetPatchResponse) GetSuccessfulInstructions() int32 + func (o *ExpiringUserTargetPatchResponse) GetSuccessfulInstructionsOk() (*int32, bool) + func (o *ExpiringUserTargetPatchResponse) GetTotalInstructions() int32 + func (o *ExpiringUserTargetPatchResponse) GetTotalInstructionsOk() (*int32, bool) + func (o *ExpiringUserTargetPatchResponse) HasErrors() bool + func (o *ExpiringUserTargetPatchResponse) HasFailedInstructions() bool + func (o *ExpiringUserTargetPatchResponse) HasLinks() bool + func (o *ExpiringUserTargetPatchResponse) HasSuccessfulInstructions() bool + func (o *ExpiringUserTargetPatchResponse) HasTotalInstructions() bool + func (o *ExpiringUserTargetPatchResponse) SetErrors(v []ExpiringTargetError) + func (o *ExpiringUserTargetPatchResponse) SetFailedInstructions(v int32) + func (o *ExpiringUserTargetPatchResponse) SetItems(v []ExpiringUserTargetItem) + func (o *ExpiringUserTargetPatchResponse) SetLinks(v map[string]Link) + func (o *ExpiringUserTargetPatchResponse) SetSuccessfulInstructions(v int32) + func (o *ExpiringUserTargetPatchResponse) SetTotalInstructions(v int32) + func (o ExpiringUserTargetPatchResponse) MarshalJSON() ([]byte, error) + type Export struct + CreationTime int64 + Id string + Initiator InitiatorRep + Links map[string]Link + SegmentKey string + Size string + SizeBytes int64 + Status string + func NewExport(id string, segmentKey string, creationTime int64, status string, ...) *Export + func NewExportWithDefaults() *Export + func (o *Export) GetCreationTime() int64 + func (o *Export) GetCreationTimeOk() (*int64, bool) + func (o *Export) GetId() string + func (o *Export) GetIdOk() (*string, bool) + func (o *Export) GetInitiator() InitiatorRep + func (o *Export) GetInitiatorOk() (*InitiatorRep, bool) + func (o *Export) GetLinks() map[string]Link + func (o *Export) GetLinksOk() (*map[string]Link, bool) + func (o *Export) GetSegmentKey() string + func (o *Export) GetSegmentKeyOk() (*string, bool) + func (o *Export) GetSize() string + func (o *Export) GetSizeBytes() int64 + func (o *Export) GetSizeBytesOk() (*int64, bool) + func (o *Export) GetSizeOk() (*string, bool) + func (o *Export) GetStatus() string + func (o *Export) GetStatusOk() (*string, bool) + func (o *Export) SetCreationTime(v int64) + func (o *Export) SetId(v string) + func (o *Export) SetInitiator(v InitiatorRep) + func (o *Export) SetLinks(v map[string]Link) + func (o *Export) SetSegmentKey(v string) + func (o *Export) SetSize(v string) + func (o *Export) SetSizeBytes(v int64) + func (o *Export) SetStatus(v string) + func (o Export) MarshalJSON() ([]byte, error) + type Extinction struct + FlagKey string + Message string + ProjKey string + Revision string + Time int64 + func NewExtinction(revision string, message string, time int64, flagKey string, projKey string) *Extinction + func NewExtinctionWithDefaults() *Extinction + func (o *Extinction) GetFlagKey() string + func (o *Extinction) GetFlagKeyOk() (*string, bool) + func (o *Extinction) GetMessage() string + func (o *Extinction) GetMessageOk() (*string, bool) + func (o *Extinction) GetProjKey() string + func (o *Extinction) GetProjKeyOk() (*string, bool) + func (o *Extinction) GetRevision() string + func (o *Extinction) GetRevisionOk() (*string, bool) + func (o *Extinction) GetTime() int64 + func (o *Extinction) GetTimeOk() (*int64, bool) + func (o *Extinction) SetFlagKey(v string) + func (o *Extinction) SetMessage(v string) + func (o *Extinction) SetProjKey(v string) + func (o *Extinction) SetRevision(v string) + func (o *Extinction) SetTime(v int64) + func (o Extinction) MarshalJSON() ([]byte, error) + type ExtinctionCollectionRep struct + Items map[string][]Extinction + Links map[string]Link + func NewExtinctionCollectionRep(links map[string]Link, items map[string][]Extinction) *ExtinctionCollectionRep + func NewExtinctionCollectionRepWithDefaults() *ExtinctionCollectionRep + func (o *ExtinctionCollectionRep) GetItems() map[string][]Extinction + func (o *ExtinctionCollectionRep) GetItemsOk() (*map[string][]Extinction, bool) + func (o *ExtinctionCollectionRep) GetLinks() map[string]Link + func (o *ExtinctionCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *ExtinctionCollectionRep) SetItems(v map[string][]Extinction) + func (o *ExtinctionCollectionRep) SetLinks(v map[string]Link) + func (o ExtinctionCollectionRep) MarshalJSON() ([]byte, error) + type FeatureFlag struct + Archived bool + ArchivedDate *int64 + ClientSideAvailability *ClientSideAvailability + CreationDate int64 + CustomProperties map[string]CustomProperty + Defaults *Defaults + Description *string + Environments map[string]FeatureFlagConfig + Experiments ExperimentInfoRep + GoalIds []string + IncludeInSnippet *bool + Key string + Kind string + Links map[string]Link + Maintainer *MemberSummary + MaintainerId *string + MaintainerTeam *MaintainerTeam + MaintainerTeamKey *string + MigrationSettings *FlagMigrationSettingsRep + Name string + Purpose *string + Tags []string + Temporary bool + Variations []Variation + Version int32 + func NewFeatureFlag(name string, kind string, key string, version int32, creationDate int64, ...) *FeatureFlag + func NewFeatureFlagWithDefaults() *FeatureFlag + func (o *FeatureFlag) GetArchived() bool + func (o *FeatureFlag) GetArchivedDate() int64 + func (o *FeatureFlag) GetArchivedDateOk() (*int64, bool) + func (o *FeatureFlag) GetArchivedOk() (*bool, bool) + func (o *FeatureFlag) GetClientSideAvailability() ClientSideAvailability + func (o *FeatureFlag) GetClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *FeatureFlag) GetCreationDate() int64 + func (o *FeatureFlag) GetCreationDateOk() (*int64, bool) + func (o *FeatureFlag) GetCustomProperties() map[string]CustomProperty + func (o *FeatureFlag) GetCustomPropertiesOk() (*map[string]CustomProperty, bool) + func (o *FeatureFlag) GetDefaults() Defaults + func (o *FeatureFlag) GetDefaultsOk() (*Defaults, bool) + func (o *FeatureFlag) GetDescription() string + func (o *FeatureFlag) GetDescriptionOk() (*string, bool) + func (o *FeatureFlag) GetEnvironments() map[string]FeatureFlagConfig + func (o *FeatureFlag) GetEnvironmentsOk() (*map[string]FeatureFlagConfig, bool) + func (o *FeatureFlag) GetExperiments() ExperimentInfoRep + func (o *FeatureFlag) GetExperimentsOk() (*ExperimentInfoRep, bool) + func (o *FeatureFlag) GetGoalIds() []string + func (o *FeatureFlag) GetGoalIdsOk() ([]string, bool) + func (o *FeatureFlag) GetIncludeInSnippet() bool + func (o *FeatureFlag) GetIncludeInSnippetOk() (*bool, bool) + func (o *FeatureFlag) GetKey() string + func (o *FeatureFlag) GetKeyOk() (*string, bool) + func (o *FeatureFlag) GetKind() string + func (o *FeatureFlag) GetKindOk() (*string, bool) + func (o *FeatureFlag) GetLinks() map[string]Link + func (o *FeatureFlag) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlag) GetMaintainer() MemberSummary + func (o *FeatureFlag) GetMaintainerId() string + func (o *FeatureFlag) GetMaintainerIdOk() (*string, bool) + func (o *FeatureFlag) GetMaintainerOk() (*MemberSummary, bool) + func (o *FeatureFlag) GetMaintainerTeam() MaintainerTeam + func (o *FeatureFlag) GetMaintainerTeamKey() string + func (o *FeatureFlag) GetMaintainerTeamKeyOk() (*string, bool) + func (o *FeatureFlag) GetMaintainerTeamOk() (*MaintainerTeam, bool) + func (o *FeatureFlag) GetMigrationSettings() FlagMigrationSettingsRep + func (o *FeatureFlag) GetMigrationSettingsOk() (*FlagMigrationSettingsRep, bool) + func (o *FeatureFlag) GetName() string + func (o *FeatureFlag) GetNameOk() (*string, bool) + func (o *FeatureFlag) GetPurpose() string + func (o *FeatureFlag) GetPurposeOk() (*string, bool) + func (o *FeatureFlag) GetTags() []string + func (o *FeatureFlag) GetTagsOk() ([]string, bool) + func (o *FeatureFlag) GetTemporary() bool + func (o *FeatureFlag) GetTemporaryOk() (*bool, bool) + func (o *FeatureFlag) GetVariations() []Variation + func (o *FeatureFlag) GetVariationsOk() ([]Variation, bool) + func (o *FeatureFlag) GetVersion() int32 + func (o *FeatureFlag) GetVersionOk() (*int32, bool) + func (o *FeatureFlag) HasArchivedDate() bool + func (o *FeatureFlag) HasClientSideAvailability() bool + func (o *FeatureFlag) HasDefaults() bool + func (o *FeatureFlag) HasDescription() bool + func (o *FeatureFlag) HasGoalIds() bool + func (o *FeatureFlag) HasIncludeInSnippet() bool + func (o *FeatureFlag) HasMaintainer() bool + func (o *FeatureFlag) HasMaintainerId() bool + func (o *FeatureFlag) HasMaintainerTeam() bool + func (o *FeatureFlag) HasMaintainerTeamKey() bool + func (o *FeatureFlag) HasMigrationSettings() bool + func (o *FeatureFlag) HasPurpose() bool + func (o *FeatureFlag) SetArchived(v bool) + func (o *FeatureFlag) SetArchivedDate(v int64) + func (o *FeatureFlag) SetClientSideAvailability(v ClientSideAvailability) + func (o *FeatureFlag) SetCreationDate(v int64) + func (o *FeatureFlag) SetCustomProperties(v map[string]CustomProperty) + func (o *FeatureFlag) SetDefaults(v Defaults) + func (o *FeatureFlag) SetDescription(v string) + func (o *FeatureFlag) SetEnvironments(v map[string]FeatureFlagConfig) + func (o *FeatureFlag) SetExperiments(v ExperimentInfoRep) + func (o *FeatureFlag) SetGoalIds(v []string) + func (o *FeatureFlag) SetIncludeInSnippet(v bool) + func (o *FeatureFlag) SetKey(v string) + func (o *FeatureFlag) SetKind(v string) + func (o *FeatureFlag) SetLinks(v map[string]Link) + func (o *FeatureFlag) SetMaintainer(v MemberSummary) + func (o *FeatureFlag) SetMaintainerId(v string) + func (o *FeatureFlag) SetMaintainerTeam(v MaintainerTeam) + func (o *FeatureFlag) SetMaintainerTeamKey(v string) + func (o *FeatureFlag) SetMigrationSettings(v FlagMigrationSettingsRep) + func (o *FeatureFlag) SetName(v string) + func (o *FeatureFlag) SetPurpose(v string) + func (o *FeatureFlag) SetTags(v []string) + func (o *FeatureFlag) SetTemporary(v bool) + func (o *FeatureFlag) SetVariations(v []Variation) + func (o *FeatureFlag) SetVersion(v int32) + func (o FeatureFlag) MarshalJSON() ([]byte, error) + type FeatureFlagBody struct + ClientSideAvailability *ClientSideAvailabilityPost + CustomProperties *map[string]CustomProperty + Defaults *Defaults + Description *string + IncludeInSnippet *bool + Key string + MigrationSettings *MigrationSettingsPost + Name string + Purpose *string + Tags []string + Temporary *bool + Variations []Variation + func NewFeatureFlagBody(name string, key string) *FeatureFlagBody + func NewFeatureFlagBodyWithDefaults() *FeatureFlagBody + func (o *FeatureFlagBody) GetClientSideAvailability() ClientSideAvailabilityPost + func (o *FeatureFlagBody) GetClientSideAvailabilityOk() (*ClientSideAvailabilityPost, bool) + func (o *FeatureFlagBody) GetCustomProperties() map[string]CustomProperty + func (o *FeatureFlagBody) GetCustomPropertiesOk() (*map[string]CustomProperty, bool) + func (o *FeatureFlagBody) GetDefaults() Defaults + func (o *FeatureFlagBody) GetDefaultsOk() (*Defaults, bool) + func (o *FeatureFlagBody) GetDescription() string + func (o *FeatureFlagBody) GetDescriptionOk() (*string, bool) + func (o *FeatureFlagBody) GetIncludeInSnippet() bool + func (o *FeatureFlagBody) GetIncludeInSnippetOk() (*bool, bool) + func (o *FeatureFlagBody) GetKey() string + func (o *FeatureFlagBody) GetKeyOk() (*string, bool) + func (o *FeatureFlagBody) GetMigrationSettings() MigrationSettingsPost + func (o *FeatureFlagBody) GetMigrationSettingsOk() (*MigrationSettingsPost, bool) + func (o *FeatureFlagBody) GetName() string + func (o *FeatureFlagBody) GetNameOk() (*string, bool) + func (o *FeatureFlagBody) GetPurpose() string + func (o *FeatureFlagBody) GetPurposeOk() (*string, bool) + func (o *FeatureFlagBody) GetTags() []string + func (o *FeatureFlagBody) GetTagsOk() ([]string, bool) + func (o *FeatureFlagBody) GetTemporary() bool + func (o *FeatureFlagBody) GetTemporaryOk() (*bool, bool) + func (o *FeatureFlagBody) GetVariations() []Variation + func (o *FeatureFlagBody) GetVariationsOk() ([]Variation, bool) + func (o *FeatureFlagBody) HasClientSideAvailability() bool + func (o *FeatureFlagBody) HasCustomProperties() bool + func (o *FeatureFlagBody) HasDefaults() bool + func (o *FeatureFlagBody) HasDescription() bool + func (o *FeatureFlagBody) HasIncludeInSnippet() bool + func (o *FeatureFlagBody) HasMigrationSettings() bool + func (o *FeatureFlagBody) HasPurpose() bool + func (o *FeatureFlagBody) HasTags() bool + func (o *FeatureFlagBody) HasTemporary() bool + func (o *FeatureFlagBody) HasVariations() bool + func (o *FeatureFlagBody) SetClientSideAvailability(v ClientSideAvailabilityPost) + func (o *FeatureFlagBody) SetCustomProperties(v map[string]CustomProperty) + func (o *FeatureFlagBody) SetDefaults(v Defaults) + func (o *FeatureFlagBody) SetDescription(v string) + func (o *FeatureFlagBody) SetIncludeInSnippet(v bool) + func (o *FeatureFlagBody) SetKey(v string) + func (o *FeatureFlagBody) SetMigrationSettings(v MigrationSettingsPost) + func (o *FeatureFlagBody) SetName(v string) + func (o *FeatureFlagBody) SetPurpose(v string) + func (o *FeatureFlagBody) SetTags(v []string) + func (o *FeatureFlagBody) SetTemporary(v bool) + func (o *FeatureFlagBody) SetVariations(v []Variation) + func (o FeatureFlagBody) MarshalJSON() ([]byte, error) + type FeatureFlagConfig struct + Access *Access + Archived bool + ContextTargets []Target + DebugEventsUntilDate *int64 + EnvironmentName string + Evaluation *FlagConfigEvaluation + Fallthrough *VariationOrRolloutRep + LastModified int64 + MigrationSettings *FlagConfigMigrationSettingsRep + OffVariation *int32 + On bool + Prerequisites []Prerequisite + Rules []Rule + Salt string + Sel string + Site Link + Summary *FlagSummary + Targets []Target + TrackEvents bool + TrackEventsFallthrough bool + Version int32 + func NewFeatureFlagConfig(on bool, archived bool, salt string, sel string, lastModified int64, ...) *FeatureFlagConfig + func NewFeatureFlagConfigWithDefaults() *FeatureFlagConfig + func (o *FeatureFlagConfig) GetAccess() Access + func (o *FeatureFlagConfig) GetAccessOk() (*Access, bool) + func (o *FeatureFlagConfig) GetArchived() bool + func (o *FeatureFlagConfig) GetArchivedOk() (*bool, bool) + func (o *FeatureFlagConfig) GetContextTargets() []Target + func (o *FeatureFlagConfig) GetContextTargetsOk() ([]Target, bool) + func (o *FeatureFlagConfig) GetDebugEventsUntilDate() int64 + func (o *FeatureFlagConfig) GetDebugEventsUntilDateOk() (*int64, bool) + func (o *FeatureFlagConfig) GetEnvironmentName() string + func (o *FeatureFlagConfig) GetEnvironmentNameOk() (*string, bool) + func (o *FeatureFlagConfig) GetEvaluation() FlagConfigEvaluation + func (o *FeatureFlagConfig) GetEvaluationOk() (*FlagConfigEvaluation, bool) + func (o *FeatureFlagConfig) GetFallthrough() VariationOrRolloutRep + func (o *FeatureFlagConfig) GetFallthroughOk() (*VariationOrRolloutRep, bool) + func (o *FeatureFlagConfig) GetLastModified() int64 + func (o *FeatureFlagConfig) GetLastModifiedOk() (*int64, bool) + func (o *FeatureFlagConfig) GetMigrationSettings() FlagConfigMigrationSettingsRep + func (o *FeatureFlagConfig) GetMigrationSettingsOk() (*FlagConfigMigrationSettingsRep, bool) + func (o *FeatureFlagConfig) GetOffVariation() int32 + func (o *FeatureFlagConfig) GetOffVariationOk() (*int32, bool) + func (o *FeatureFlagConfig) GetOn() bool + func (o *FeatureFlagConfig) GetOnOk() (*bool, bool) + func (o *FeatureFlagConfig) GetPrerequisites() []Prerequisite + func (o *FeatureFlagConfig) GetPrerequisitesOk() ([]Prerequisite, bool) + func (o *FeatureFlagConfig) GetRules() []Rule + func (o *FeatureFlagConfig) GetRulesOk() ([]Rule, bool) + func (o *FeatureFlagConfig) GetSalt() string + func (o *FeatureFlagConfig) GetSaltOk() (*string, bool) + func (o *FeatureFlagConfig) GetSel() string + func (o *FeatureFlagConfig) GetSelOk() (*string, bool) + func (o *FeatureFlagConfig) GetSite() Link + func (o *FeatureFlagConfig) GetSiteOk() (*Link, bool) + func (o *FeatureFlagConfig) GetSummary() FlagSummary + func (o *FeatureFlagConfig) GetSummaryOk() (*FlagSummary, bool) + func (o *FeatureFlagConfig) GetTargets() []Target + func (o *FeatureFlagConfig) GetTargetsOk() ([]Target, bool) + func (o *FeatureFlagConfig) GetTrackEvents() bool + func (o *FeatureFlagConfig) GetTrackEventsFallthrough() bool + func (o *FeatureFlagConfig) GetTrackEventsFallthroughOk() (*bool, bool) + func (o *FeatureFlagConfig) GetTrackEventsOk() (*bool, bool) + func (o *FeatureFlagConfig) GetVersion() int32 + func (o *FeatureFlagConfig) GetVersionOk() (*int32, bool) + func (o *FeatureFlagConfig) HasAccess() bool + func (o *FeatureFlagConfig) HasContextTargets() bool + func (o *FeatureFlagConfig) HasDebugEventsUntilDate() bool + func (o *FeatureFlagConfig) HasEvaluation() bool + func (o *FeatureFlagConfig) HasFallthrough() bool + func (o *FeatureFlagConfig) HasMigrationSettings() bool + func (o *FeatureFlagConfig) HasOffVariation() bool + func (o *FeatureFlagConfig) HasPrerequisites() bool + func (o *FeatureFlagConfig) HasRules() bool + func (o *FeatureFlagConfig) HasSummary() bool + func (o *FeatureFlagConfig) HasTargets() bool + func (o *FeatureFlagConfig) SetAccess(v Access) + func (o *FeatureFlagConfig) SetArchived(v bool) + func (o *FeatureFlagConfig) SetContextTargets(v []Target) + func (o *FeatureFlagConfig) SetDebugEventsUntilDate(v int64) + func (o *FeatureFlagConfig) SetEnvironmentName(v string) + func (o *FeatureFlagConfig) SetEvaluation(v FlagConfigEvaluation) + func (o *FeatureFlagConfig) SetFallthrough(v VariationOrRolloutRep) + func (o *FeatureFlagConfig) SetLastModified(v int64) + func (o *FeatureFlagConfig) SetMigrationSettings(v FlagConfigMigrationSettingsRep) + func (o *FeatureFlagConfig) SetOffVariation(v int32) + func (o *FeatureFlagConfig) SetOn(v bool) + func (o *FeatureFlagConfig) SetPrerequisites(v []Prerequisite) + func (o *FeatureFlagConfig) SetRules(v []Rule) + func (o *FeatureFlagConfig) SetSalt(v string) + func (o *FeatureFlagConfig) SetSel(v string) + func (o *FeatureFlagConfig) SetSite(v Link) + func (o *FeatureFlagConfig) SetSummary(v FlagSummary) + func (o *FeatureFlagConfig) SetTargets(v []Target) + func (o *FeatureFlagConfig) SetTrackEvents(v bool) + func (o *FeatureFlagConfig) SetTrackEventsFallthrough(v bool) + func (o *FeatureFlagConfig) SetVersion(v int32) + func (o FeatureFlagConfig) MarshalJSON() ([]byte, error) + type FeatureFlagScheduledChange struct + Conflicts interface{} + CreationDate int64 + ExecutionDate int64 + Id string + Instructions []map[string]interface{} + Links *map[string]Link + MaintainerId string + Version int32 + func NewFeatureFlagScheduledChange(id string, creationDate int64, maintainerId string, version int32, ...) *FeatureFlagScheduledChange + func NewFeatureFlagScheduledChangeWithDefaults() *FeatureFlagScheduledChange + func (o *FeatureFlagScheduledChange) GetConflicts() interface{} + func (o *FeatureFlagScheduledChange) GetConflictsOk() (*interface{}, bool) + func (o *FeatureFlagScheduledChange) GetCreationDate() int64 + func (o *FeatureFlagScheduledChange) GetCreationDateOk() (*int64, bool) + func (o *FeatureFlagScheduledChange) GetExecutionDate() int64 + func (o *FeatureFlagScheduledChange) GetExecutionDateOk() (*int64, bool) + func (o *FeatureFlagScheduledChange) GetId() string + func (o *FeatureFlagScheduledChange) GetIdOk() (*string, bool) + func (o *FeatureFlagScheduledChange) GetInstructions() []map[string]interface{} + func (o *FeatureFlagScheduledChange) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *FeatureFlagScheduledChange) GetLinks() map[string]Link + func (o *FeatureFlagScheduledChange) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlagScheduledChange) GetMaintainerId() string + func (o *FeatureFlagScheduledChange) GetMaintainerIdOk() (*string, bool) + func (o *FeatureFlagScheduledChange) GetVersion() int32 + func (o *FeatureFlagScheduledChange) GetVersionOk() (*int32, bool) + func (o *FeatureFlagScheduledChange) HasConflicts() bool + func (o *FeatureFlagScheduledChange) HasLinks() bool + func (o *FeatureFlagScheduledChange) SetConflicts(v interface{}) + func (o *FeatureFlagScheduledChange) SetCreationDate(v int64) + func (o *FeatureFlagScheduledChange) SetExecutionDate(v int64) + func (o *FeatureFlagScheduledChange) SetId(v string) + func (o *FeatureFlagScheduledChange) SetInstructions(v []map[string]interface{}) + func (o *FeatureFlagScheduledChange) SetLinks(v map[string]Link) + func (o *FeatureFlagScheduledChange) SetMaintainerId(v string) + func (o *FeatureFlagScheduledChange) SetVersion(v int32) + func (o FeatureFlagScheduledChange) MarshalJSON() ([]byte, error) + type FeatureFlagScheduledChanges struct + Items []FeatureFlagScheduledChange + Links *map[string]Link + func NewFeatureFlagScheduledChanges(items []FeatureFlagScheduledChange) *FeatureFlagScheduledChanges + func NewFeatureFlagScheduledChangesWithDefaults() *FeatureFlagScheduledChanges + func (o *FeatureFlagScheduledChanges) GetItems() []FeatureFlagScheduledChange + func (o *FeatureFlagScheduledChanges) GetItemsOk() ([]FeatureFlagScheduledChange, bool) + func (o *FeatureFlagScheduledChanges) GetLinks() map[string]Link + func (o *FeatureFlagScheduledChanges) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlagScheduledChanges) HasLinks() bool + func (o *FeatureFlagScheduledChanges) SetItems(v []FeatureFlagScheduledChange) + func (o *FeatureFlagScheduledChanges) SetLinks(v map[string]Link) + func (o FeatureFlagScheduledChanges) MarshalJSON() ([]byte, error) + type FeatureFlagStatus struct + Default interface{} + LastRequested *time.Time + Name string + func NewFeatureFlagStatus(name string) *FeatureFlagStatus + func NewFeatureFlagStatusWithDefaults() *FeatureFlagStatus + func (o *FeatureFlagStatus) GetDefault() interface{} + func (o *FeatureFlagStatus) GetDefaultOk() (*interface{}, bool) + func (o *FeatureFlagStatus) GetLastRequested() time.Time + func (o *FeatureFlagStatus) GetLastRequestedOk() (*time.Time, bool) + func (o *FeatureFlagStatus) GetName() string + func (o *FeatureFlagStatus) GetNameOk() (*string, bool) + func (o *FeatureFlagStatus) HasDefault() bool + func (o *FeatureFlagStatus) HasLastRequested() bool + func (o *FeatureFlagStatus) SetDefault(v interface{}) + func (o *FeatureFlagStatus) SetLastRequested(v time.Time) + func (o *FeatureFlagStatus) SetName(v string) + func (o FeatureFlagStatus) MarshalJSON() ([]byte, error) + type FeatureFlagStatusAcrossEnvironments struct + Environments map[string]FeatureFlagStatus + Key string + Links map[string]Link + func NewFeatureFlagStatusAcrossEnvironments(environments map[string]FeatureFlagStatus, key string, links map[string]Link) *FeatureFlagStatusAcrossEnvironments + func NewFeatureFlagStatusAcrossEnvironmentsWithDefaults() *FeatureFlagStatusAcrossEnvironments + func (o *FeatureFlagStatusAcrossEnvironments) GetEnvironments() map[string]FeatureFlagStatus + func (o *FeatureFlagStatusAcrossEnvironments) GetEnvironmentsOk() (*map[string]FeatureFlagStatus, bool) + func (o *FeatureFlagStatusAcrossEnvironments) GetKey() string + func (o *FeatureFlagStatusAcrossEnvironments) GetKeyOk() (*string, bool) + func (o *FeatureFlagStatusAcrossEnvironments) GetLinks() map[string]Link + func (o *FeatureFlagStatusAcrossEnvironments) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlagStatusAcrossEnvironments) SetEnvironments(v map[string]FeatureFlagStatus) + func (o *FeatureFlagStatusAcrossEnvironments) SetKey(v string) + func (o *FeatureFlagStatusAcrossEnvironments) SetLinks(v map[string]Link) + func (o FeatureFlagStatusAcrossEnvironments) MarshalJSON() ([]byte, error) + type FeatureFlagStatuses struct + Items []FlagStatusRep + Links map[string]Link + func NewFeatureFlagStatuses(links map[string]Link) *FeatureFlagStatuses + func NewFeatureFlagStatusesWithDefaults() *FeatureFlagStatuses + func (o *FeatureFlagStatuses) GetItems() []FlagStatusRep + func (o *FeatureFlagStatuses) GetItemsOk() ([]FlagStatusRep, bool) + func (o *FeatureFlagStatuses) GetLinks() map[string]Link + func (o *FeatureFlagStatuses) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlagStatuses) HasItems() bool + func (o *FeatureFlagStatuses) SetItems(v []FlagStatusRep) + func (o *FeatureFlagStatuses) SetLinks(v map[string]Link) + func (o FeatureFlagStatuses) MarshalJSON() ([]byte, error) + type FeatureFlags struct + Items []FeatureFlag + Links map[string]Link + TotalCount *int32 + TotalCountWithDifferences *int32 + func NewFeatureFlags(items []FeatureFlag, links map[string]Link) *FeatureFlags + func NewFeatureFlagsWithDefaults() *FeatureFlags + func (o *FeatureFlags) GetItems() []FeatureFlag + func (o *FeatureFlags) GetItemsOk() ([]FeatureFlag, bool) + func (o *FeatureFlags) GetLinks() map[string]Link + func (o *FeatureFlags) GetLinksOk() (*map[string]Link, bool) + func (o *FeatureFlags) GetTotalCount() int32 + func (o *FeatureFlags) GetTotalCountOk() (*int32, bool) + func (o *FeatureFlags) GetTotalCountWithDifferences() int32 + func (o *FeatureFlags) GetTotalCountWithDifferencesOk() (*int32, bool) + func (o *FeatureFlags) HasTotalCount() bool + func (o *FeatureFlags) HasTotalCountWithDifferences() bool + func (o *FeatureFlags) SetItems(v []FeatureFlag) + func (o *FeatureFlags) SetLinks(v map[string]Link) + func (o *FeatureFlags) SetTotalCount(v int32) + func (o *FeatureFlags) SetTotalCountWithDifferences(v int32) + func (o FeatureFlags) MarshalJSON() ([]byte, error) + type FeatureFlagsApiService service + func (a *FeatureFlagsApiService) CopyFeatureFlag(ctx context.Context, projectKey string, featureFlagKey string) ApiCopyFeatureFlagRequest + func (a *FeatureFlagsApiService) CopyFeatureFlagExecute(r ApiCopyFeatureFlagRequest) (*FeatureFlag, *http.Response, error) + func (a *FeatureFlagsApiService) DeleteFeatureFlag(ctx context.Context, projectKey string, featureFlagKey string) ApiDeleteFeatureFlagRequest + func (a *FeatureFlagsApiService) DeleteFeatureFlagExecute(r ApiDeleteFeatureFlagRequest) (*http.Response, error) + func (a *FeatureFlagsApiService) GetExpiringContextTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExpiringContextTargetsRequest + func (a *FeatureFlagsApiService) GetExpiringContextTargetsExecute(r ApiGetExpiringContextTargetsRequest) (*ExpiringTargetGetResponse, *http.Response, error) + func (a *FeatureFlagsApiService) GetExpiringUserTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExpiringUserTargetsRequest + func (a *FeatureFlagsApiService) GetExpiringUserTargetsExecute(r ApiGetExpiringUserTargetsRequest) (*ExpiringUserTargetGetResponse, *http.Response, error) + func (a *FeatureFlagsApiService) GetFeatureFlag(ctx context.Context, projectKey string, featureFlagKey string) ApiGetFeatureFlagRequest + func (a *FeatureFlagsApiService) GetFeatureFlagExecute(r ApiGetFeatureFlagRequest) (*FeatureFlag, *http.Response, error) + func (a *FeatureFlagsApiService) GetFeatureFlagStatus(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetFeatureFlagStatusRequest + func (a *FeatureFlagsApiService) GetFeatureFlagStatusAcrossEnvironments(ctx context.Context, projectKey string, featureFlagKey string) ApiGetFeatureFlagStatusAcrossEnvironmentsRequest + func (a *FeatureFlagsApiService) GetFeatureFlagStatusAcrossEnvironmentsExecute(r ApiGetFeatureFlagStatusAcrossEnvironmentsRequest) (*FeatureFlagStatusAcrossEnvironments, *http.Response, error) + func (a *FeatureFlagsApiService) GetFeatureFlagStatusExecute(r ApiGetFeatureFlagStatusRequest) (*FlagStatusRep, *http.Response, error) + func (a *FeatureFlagsApiService) GetFeatureFlagStatuses(ctx context.Context, projectKey string, environmentKey string) ApiGetFeatureFlagStatusesRequest + func (a *FeatureFlagsApiService) GetFeatureFlagStatusesExecute(r ApiGetFeatureFlagStatusesRequest) (*FeatureFlagStatuses, *http.Response, error) + func (a *FeatureFlagsApiService) GetFeatureFlags(ctx context.Context, projectKey string) ApiGetFeatureFlagsRequest + func (a *FeatureFlagsApiService) GetFeatureFlagsExecute(r ApiGetFeatureFlagsRequest) (*FeatureFlags, *http.Response, error) + func (a *FeatureFlagsApiService) PatchExpiringTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchExpiringTargetsRequest + func (a *FeatureFlagsApiService) PatchExpiringTargetsExecute(r ApiPatchExpiringTargetsRequest) (*ExpiringTargetPatchResponse, *http.Response, error) + func (a *FeatureFlagsApiService) PatchExpiringUserTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchExpiringUserTargetsRequest + func (a *FeatureFlagsApiService) PatchExpiringUserTargetsExecute(r ApiPatchExpiringUserTargetsRequest) (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (a *FeatureFlagsApiService) PatchFeatureFlag(ctx context.Context, projectKey string, featureFlagKey string) ApiPatchFeatureFlagRequest + func (a *FeatureFlagsApiService) PatchFeatureFlagExecute(r ApiPatchFeatureFlagRequest) (*FeatureFlag, *http.Response, error) + func (a *FeatureFlagsApiService) PostFeatureFlag(ctx context.Context, projectKey string) ApiPostFeatureFlagRequest + func (a *FeatureFlagsApiService) PostFeatureFlagExecute(r ApiPostFeatureFlagRequest) (*FeatureFlag, *http.Response, error) + type FeatureFlagsBetaApiService service + func (a *FeatureFlagsBetaApiService) GetDependentFlags(ctx context.Context, projectKey string, featureFlagKey string) ApiGetDependentFlagsRequest + func (a *FeatureFlagsBetaApiService) GetDependentFlagsByEnv(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetDependentFlagsByEnvRequest + func (a *FeatureFlagsBetaApiService) GetDependentFlagsByEnvExecute(r ApiGetDependentFlagsByEnvRequest) (*DependentFlagsByEnvironment, *http.Response, error) + func (a *FeatureFlagsBetaApiService) GetDependentFlagsExecute(r ApiGetDependentFlagsRequest) (*MultiEnvironmentDependentFlags, *http.Response, error) + func (a *FeatureFlagsBetaApiService) PostMigrationSafetyIssues(ctx context.Context, projectKey string, flagKey string, environmentKey string) ApiPostMigrationSafetyIssuesRequest + func (a *FeatureFlagsBetaApiService) PostMigrationSafetyIssuesExecute(r ApiPostMigrationSafetyIssuesRequest) ([]MigrationSafetyIssueRep, *http.Response, error) + type FileRep struct + Filename *string + Status *string + func NewFileRep() *FileRep + func NewFileRepWithDefaults() *FileRep + func (o *FileRep) GetFilename() string + func (o *FileRep) GetFilenameOk() (*string, bool) + func (o *FileRep) GetStatus() string + func (o *FileRep) GetStatusOk() (*string, bool) + func (o *FileRep) HasFilename() bool + func (o *FileRep) HasStatus() bool + func (o *FileRep) SetFilename(v string) + func (o *FileRep) SetStatus(v string) + func (o FileRep) MarshalJSON() ([]byte, error) + type FlagConfigApprovalRequestResponse struct + AllReviews []ReviewResponse + AppliedByMemberId *string + AppliedByServiceTokenId *string + AppliedDate *int64 + Conflicts []Conflict + CreationDate int64 + CustomWorkflowMetadata *CustomWorkflowMeta + Description *string + ExecutionDate *int64 + Id string + Instructions []map[string]interface{} + IntegrationMetadata *IntegrationMetadata + Links map[string]interface{} + NotifyMemberIds []string + OperatingOnId *string + RequestorId *string + ReviewStatus string + ServiceKind string + Source *CopiedFromEnv + Status string + Version int32 + func NewFlagConfigApprovalRequestResponse(id string, version int32, creationDate int64, serviceKind string, ...) *FlagConfigApprovalRequestResponse + func NewFlagConfigApprovalRequestResponseWithDefaults() *FlagConfigApprovalRequestResponse + func (o *FlagConfigApprovalRequestResponse) GetAllReviews() []ReviewResponse + func (o *FlagConfigApprovalRequestResponse) GetAllReviewsOk() ([]ReviewResponse, bool) + func (o *FlagConfigApprovalRequestResponse) GetAppliedByMemberId() string + func (o *FlagConfigApprovalRequestResponse) GetAppliedByMemberIdOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetAppliedByServiceTokenId() string + func (o *FlagConfigApprovalRequestResponse) GetAppliedByServiceTokenIdOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetAppliedDate() int64 + func (o *FlagConfigApprovalRequestResponse) GetAppliedDateOk() (*int64, bool) + func (o *FlagConfigApprovalRequestResponse) GetConflicts() []Conflict + func (o *FlagConfigApprovalRequestResponse) GetConflictsOk() ([]Conflict, bool) + func (o *FlagConfigApprovalRequestResponse) GetCreationDate() int64 + func (o *FlagConfigApprovalRequestResponse) GetCreationDateOk() (*int64, bool) + func (o *FlagConfigApprovalRequestResponse) GetCustomWorkflowMetadata() CustomWorkflowMeta + func (o *FlagConfigApprovalRequestResponse) GetCustomWorkflowMetadataOk() (*CustomWorkflowMeta, bool) + func (o *FlagConfigApprovalRequestResponse) GetDescription() string + func (o *FlagConfigApprovalRequestResponse) GetDescriptionOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetExecutionDate() int64 + func (o *FlagConfigApprovalRequestResponse) GetExecutionDateOk() (*int64, bool) + func (o *FlagConfigApprovalRequestResponse) GetId() string + func (o *FlagConfigApprovalRequestResponse) GetIdOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetInstructions() []map[string]interface{} + func (o *FlagConfigApprovalRequestResponse) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *FlagConfigApprovalRequestResponse) GetIntegrationMetadata() IntegrationMetadata + func (o *FlagConfigApprovalRequestResponse) GetIntegrationMetadataOk() (*IntegrationMetadata, bool) + func (o *FlagConfigApprovalRequestResponse) GetLinks() map[string]interface{} + func (o *FlagConfigApprovalRequestResponse) GetLinksOk() (map[string]interface{}, bool) + func (o *FlagConfigApprovalRequestResponse) GetNotifyMemberIds() []string + func (o *FlagConfigApprovalRequestResponse) GetNotifyMemberIdsOk() ([]string, bool) + func (o *FlagConfigApprovalRequestResponse) GetOperatingOnId() string + func (o *FlagConfigApprovalRequestResponse) GetOperatingOnIdOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetRequestorId() string + func (o *FlagConfigApprovalRequestResponse) GetRequestorIdOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetReviewStatus() string + func (o *FlagConfigApprovalRequestResponse) GetReviewStatusOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetServiceKind() string + func (o *FlagConfigApprovalRequestResponse) GetServiceKindOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetSource() CopiedFromEnv + func (o *FlagConfigApprovalRequestResponse) GetSourceOk() (*CopiedFromEnv, bool) + func (o *FlagConfigApprovalRequestResponse) GetStatus() string + func (o *FlagConfigApprovalRequestResponse) GetStatusOk() (*string, bool) + func (o *FlagConfigApprovalRequestResponse) GetVersion() int32 + func (o *FlagConfigApprovalRequestResponse) GetVersionOk() (*int32, bool) + func (o *FlagConfigApprovalRequestResponse) HasAppliedByMemberId() bool + func (o *FlagConfigApprovalRequestResponse) HasAppliedByServiceTokenId() bool + func (o *FlagConfigApprovalRequestResponse) HasAppliedDate() bool + func (o *FlagConfigApprovalRequestResponse) HasCustomWorkflowMetadata() bool + func (o *FlagConfigApprovalRequestResponse) HasDescription() bool + func (o *FlagConfigApprovalRequestResponse) HasExecutionDate() bool + func (o *FlagConfigApprovalRequestResponse) HasIntegrationMetadata() bool + func (o *FlagConfigApprovalRequestResponse) HasOperatingOnId() bool + func (o *FlagConfigApprovalRequestResponse) HasRequestorId() bool + func (o *FlagConfigApprovalRequestResponse) HasSource() bool + func (o *FlagConfigApprovalRequestResponse) SetAllReviews(v []ReviewResponse) + func (o *FlagConfigApprovalRequestResponse) SetAppliedByMemberId(v string) + func (o *FlagConfigApprovalRequestResponse) SetAppliedByServiceTokenId(v string) + func (o *FlagConfigApprovalRequestResponse) SetAppliedDate(v int64) + func (o *FlagConfigApprovalRequestResponse) SetConflicts(v []Conflict) + func (o *FlagConfigApprovalRequestResponse) SetCreationDate(v int64) + func (o *FlagConfigApprovalRequestResponse) SetCustomWorkflowMetadata(v CustomWorkflowMeta) + func (o *FlagConfigApprovalRequestResponse) SetDescription(v string) + func (o *FlagConfigApprovalRequestResponse) SetExecutionDate(v int64) + func (o *FlagConfigApprovalRequestResponse) SetId(v string) + func (o *FlagConfigApprovalRequestResponse) SetInstructions(v []map[string]interface{}) + func (o *FlagConfigApprovalRequestResponse) SetIntegrationMetadata(v IntegrationMetadata) + func (o *FlagConfigApprovalRequestResponse) SetLinks(v map[string]interface{}) + func (o *FlagConfigApprovalRequestResponse) SetNotifyMemberIds(v []string) + func (o *FlagConfigApprovalRequestResponse) SetOperatingOnId(v string) + func (o *FlagConfigApprovalRequestResponse) SetRequestorId(v string) + func (o *FlagConfigApprovalRequestResponse) SetReviewStatus(v string) + func (o *FlagConfigApprovalRequestResponse) SetServiceKind(v string) + func (o *FlagConfigApprovalRequestResponse) SetSource(v CopiedFromEnv) + func (o *FlagConfigApprovalRequestResponse) SetStatus(v string) + func (o *FlagConfigApprovalRequestResponse) SetVersion(v int32) + func (o FlagConfigApprovalRequestResponse) MarshalJSON() ([]byte, error) + type FlagConfigApprovalRequestsResponse struct + Items []FlagConfigApprovalRequestResponse + Links map[string]Link + func NewFlagConfigApprovalRequestsResponse(items []FlagConfigApprovalRequestResponse, links map[string]Link) *FlagConfigApprovalRequestsResponse + func NewFlagConfigApprovalRequestsResponseWithDefaults() *FlagConfigApprovalRequestsResponse + func (o *FlagConfigApprovalRequestsResponse) GetItems() []FlagConfigApprovalRequestResponse + func (o *FlagConfigApprovalRequestsResponse) GetItemsOk() ([]FlagConfigApprovalRequestResponse, bool) + func (o *FlagConfigApprovalRequestsResponse) GetLinks() map[string]Link + func (o *FlagConfigApprovalRequestsResponse) GetLinksOk() (*map[string]Link, bool) + func (o *FlagConfigApprovalRequestsResponse) SetItems(v []FlagConfigApprovalRequestResponse) + func (o *FlagConfigApprovalRequestsResponse) SetLinks(v map[string]Link) + func (o FlagConfigApprovalRequestsResponse) MarshalJSON() ([]byte, error) + type FlagConfigEvaluation struct + ContextKinds []string + func NewFlagConfigEvaluation() *FlagConfigEvaluation + func NewFlagConfigEvaluationWithDefaults() *FlagConfigEvaluation + func (o *FlagConfigEvaluation) GetContextKinds() []string + func (o *FlagConfigEvaluation) GetContextKindsOk() ([]string, bool) + func (o *FlagConfigEvaluation) HasContextKinds() bool + func (o *FlagConfigEvaluation) SetContextKinds(v []string) + func (o FlagConfigEvaluation) MarshalJSON() ([]byte, error) + type FlagConfigMigrationSettingsRep struct + CheckRatio *int32 + func NewFlagConfigMigrationSettingsRep() *FlagConfigMigrationSettingsRep + func NewFlagConfigMigrationSettingsRepWithDefaults() *FlagConfigMigrationSettingsRep + func (o *FlagConfigMigrationSettingsRep) GetCheckRatio() int32 + func (o *FlagConfigMigrationSettingsRep) GetCheckRatioOk() (*int32, bool) + func (o *FlagConfigMigrationSettingsRep) HasCheckRatio() bool + func (o *FlagConfigMigrationSettingsRep) SetCheckRatio(v int32) + func (o FlagConfigMigrationSettingsRep) MarshalJSON() ([]byte, error) + type FlagCopyConfigEnvironment struct + CurrentVersion *int32 + Key string + func NewFlagCopyConfigEnvironment(key string) *FlagCopyConfigEnvironment + func NewFlagCopyConfigEnvironmentWithDefaults() *FlagCopyConfigEnvironment + func (o *FlagCopyConfigEnvironment) GetCurrentVersion() int32 + func (o *FlagCopyConfigEnvironment) GetCurrentVersionOk() (*int32, bool) + func (o *FlagCopyConfigEnvironment) GetKey() string + func (o *FlagCopyConfigEnvironment) GetKeyOk() (*string, bool) + func (o *FlagCopyConfigEnvironment) HasCurrentVersion() bool + func (o *FlagCopyConfigEnvironment) SetCurrentVersion(v int32) + func (o *FlagCopyConfigEnvironment) SetKey(v string) + func (o FlagCopyConfigEnvironment) MarshalJSON() ([]byte, error) + type FlagCopyConfigPost struct + Comment *string + ExcludedActions []string + IncludedActions []string + Source FlagCopyConfigEnvironment + Target FlagCopyConfigEnvironment + func NewFlagCopyConfigPost(source FlagCopyConfigEnvironment, target FlagCopyConfigEnvironment) *FlagCopyConfigPost + func NewFlagCopyConfigPostWithDefaults() *FlagCopyConfigPost + func (o *FlagCopyConfigPost) GetComment() string + func (o *FlagCopyConfigPost) GetCommentOk() (*string, bool) + func (o *FlagCopyConfigPost) GetExcludedActions() []string + func (o *FlagCopyConfigPost) GetExcludedActionsOk() ([]string, bool) + func (o *FlagCopyConfigPost) GetIncludedActions() []string + func (o *FlagCopyConfigPost) GetIncludedActionsOk() ([]string, bool) + func (o *FlagCopyConfigPost) GetSource() FlagCopyConfigEnvironment + func (o *FlagCopyConfigPost) GetSourceOk() (*FlagCopyConfigEnvironment, bool) + func (o *FlagCopyConfigPost) GetTarget() FlagCopyConfigEnvironment + func (o *FlagCopyConfigPost) GetTargetOk() (*FlagCopyConfigEnvironment, bool) + func (o *FlagCopyConfigPost) HasComment() bool + func (o *FlagCopyConfigPost) HasExcludedActions() bool + func (o *FlagCopyConfigPost) HasIncludedActions() bool + func (o *FlagCopyConfigPost) SetComment(v string) + func (o *FlagCopyConfigPost) SetExcludedActions(v []string) + func (o *FlagCopyConfigPost) SetIncludedActions(v []string) + func (o *FlagCopyConfigPost) SetSource(v FlagCopyConfigEnvironment) + func (o *FlagCopyConfigPost) SetTarget(v FlagCopyConfigEnvironment) + func (o FlagCopyConfigPost) MarshalJSON() ([]byte, error) + type FlagDefaults struct + BooleanDefaults *BooleanDefaults + DefaultClientSideAvailability *ClientSideAvailability + Tags []string + Temporary *bool + func NewFlagDefaults() *FlagDefaults + func NewFlagDefaultsWithDefaults() *FlagDefaults + func (o *FlagDefaults) GetBooleanDefaults() BooleanDefaults + func (o *FlagDefaults) GetBooleanDefaultsOk() (*BooleanDefaults, bool) + func (o *FlagDefaults) GetDefaultClientSideAvailability() ClientSideAvailability + func (o *FlagDefaults) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *FlagDefaults) GetTags() []string + func (o *FlagDefaults) GetTagsOk() ([]string, bool) + func (o *FlagDefaults) GetTemporary() bool + func (o *FlagDefaults) GetTemporaryOk() (*bool, bool) + func (o *FlagDefaults) HasBooleanDefaults() bool + func (o *FlagDefaults) HasDefaultClientSideAvailability() bool + func (o *FlagDefaults) HasTags() bool + func (o *FlagDefaults) HasTemporary() bool + func (o *FlagDefaults) SetBooleanDefaults(v BooleanDefaults) + func (o *FlagDefaults) SetDefaultClientSideAvailability(v ClientSideAvailability) + func (o *FlagDefaults) SetTags(v []string) + func (o *FlagDefaults) SetTemporary(v bool) + func (o FlagDefaults) MarshalJSON() ([]byte, error) + type FlagDefaultsApiBaseRep struct + Links *map[string]Link + func NewFlagDefaultsApiBaseRep() *FlagDefaultsApiBaseRep + func NewFlagDefaultsApiBaseRepWithDefaults() *FlagDefaultsApiBaseRep + func (o *FlagDefaultsApiBaseRep) GetLinks() map[string]Link + func (o *FlagDefaultsApiBaseRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagDefaultsApiBaseRep) HasLinks() bool + func (o *FlagDefaultsApiBaseRep) SetLinks(v map[string]Link) + func (o FlagDefaultsApiBaseRep) MarshalJSON() ([]byte, error) + type FlagDefaultsRep struct + BooleanDefaults *BooleanDefaults + DefaultClientSideAvailability *ClientSideAvailability + Links *map[string]Link + Tags []string + Temporary *bool + func NewFlagDefaultsRep() *FlagDefaultsRep + func NewFlagDefaultsRepWithDefaults() *FlagDefaultsRep + func (o *FlagDefaultsRep) GetBooleanDefaults() BooleanDefaults + func (o *FlagDefaultsRep) GetBooleanDefaultsOk() (*BooleanDefaults, bool) + func (o *FlagDefaultsRep) GetDefaultClientSideAvailability() ClientSideAvailability + func (o *FlagDefaultsRep) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *FlagDefaultsRep) GetLinks() map[string]Link + func (o *FlagDefaultsRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagDefaultsRep) GetTags() []string + func (o *FlagDefaultsRep) GetTagsOk() ([]string, bool) + func (o *FlagDefaultsRep) GetTemporary() bool + func (o *FlagDefaultsRep) GetTemporaryOk() (*bool, bool) + func (o *FlagDefaultsRep) HasBooleanDefaults() bool + func (o *FlagDefaultsRep) HasDefaultClientSideAvailability() bool + func (o *FlagDefaultsRep) HasLinks() bool + func (o *FlagDefaultsRep) HasTags() bool + func (o *FlagDefaultsRep) HasTemporary() bool + func (o *FlagDefaultsRep) SetBooleanDefaults(v BooleanDefaults) + func (o *FlagDefaultsRep) SetDefaultClientSideAvailability(v ClientSideAvailability) + func (o *FlagDefaultsRep) SetLinks(v map[string]Link) + func (o *FlagDefaultsRep) SetTags(v []string) + func (o *FlagDefaultsRep) SetTemporary(v bool) + func (o FlagDefaultsRep) MarshalJSON() ([]byte, error) + type FlagFollowersByProjEnvGetRep struct + Items []FollowersPerFlag + Links map[string]Link + func NewFlagFollowersByProjEnvGetRep(links map[string]Link) *FlagFollowersByProjEnvGetRep + func NewFlagFollowersByProjEnvGetRepWithDefaults() *FlagFollowersByProjEnvGetRep + func (o *FlagFollowersByProjEnvGetRep) GetItems() []FollowersPerFlag + func (o *FlagFollowersByProjEnvGetRep) GetItemsOk() ([]FollowersPerFlag, bool) + func (o *FlagFollowersByProjEnvGetRep) GetLinks() map[string]Link + func (o *FlagFollowersByProjEnvGetRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagFollowersByProjEnvGetRep) HasItems() bool + func (o *FlagFollowersByProjEnvGetRep) SetItems(v []FollowersPerFlag) + func (o *FlagFollowersByProjEnvGetRep) SetLinks(v map[string]Link) + func (o FlagFollowersByProjEnvGetRep) MarshalJSON() ([]byte, error) + type FlagFollowersGetRep struct + Items []FollowFlagMember + Links map[string]Link + func NewFlagFollowersGetRep(links map[string]Link, items []FollowFlagMember) *FlagFollowersGetRep + func NewFlagFollowersGetRepWithDefaults() *FlagFollowersGetRep + func (o *FlagFollowersGetRep) GetItems() []FollowFlagMember + func (o *FlagFollowersGetRep) GetItemsOk() ([]FollowFlagMember, bool) + func (o *FlagFollowersGetRep) GetLinks() map[string]Link + func (o *FlagFollowersGetRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagFollowersGetRep) SetItems(v []FollowFlagMember) + func (o *FlagFollowersGetRep) SetLinks(v map[string]Link) + func (o FlagFollowersGetRep) MarshalJSON() ([]byte, error) + type FlagGlobalAttributesRep struct + Archived bool + ArchivedDate *int64 + ClientSideAvailability *ClientSideAvailability + CreationDate int64 + CustomProperties map[string]CustomProperty + Defaults *Defaults + Description *string + Experiments ExperimentInfoRep + GoalIds []string + IncludeInSnippet *bool + Key string + Kind string + Links map[string]Link + Maintainer *MemberSummary + MaintainerId *string + MaintainerTeam *MaintainerTeam + MaintainerTeamKey *string + MigrationSettings *FlagMigrationSettingsRep + Name string + Purpose *string + Tags []string + Temporary bool + Variations []Variation + Version int32 + func NewFlagGlobalAttributesRep(name string, kind string, key string, version int32, creationDate int64, ...) *FlagGlobalAttributesRep + func NewFlagGlobalAttributesRepWithDefaults() *FlagGlobalAttributesRep + func (o *FlagGlobalAttributesRep) GetArchived() bool + func (o *FlagGlobalAttributesRep) GetArchivedDate() int64 + func (o *FlagGlobalAttributesRep) GetArchivedDateOk() (*int64, bool) + func (o *FlagGlobalAttributesRep) GetArchivedOk() (*bool, bool) + func (o *FlagGlobalAttributesRep) GetClientSideAvailability() ClientSideAvailability + func (o *FlagGlobalAttributesRep) GetClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *FlagGlobalAttributesRep) GetCreationDate() int64 + func (o *FlagGlobalAttributesRep) GetCreationDateOk() (*int64, bool) + func (o *FlagGlobalAttributesRep) GetCustomProperties() map[string]CustomProperty + func (o *FlagGlobalAttributesRep) GetCustomPropertiesOk() (*map[string]CustomProperty, bool) + func (o *FlagGlobalAttributesRep) GetDefaults() Defaults + func (o *FlagGlobalAttributesRep) GetDefaultsOk() (*Defaults, bool) + func (o *FlagGlobalAttributesRep) GetDescription() string + func (o *FlagGlobalAttributesRep) GetDescriptionOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetExperiments() ExperimentInfoRep + func (o *FlagGlobalAttributesRep) GetExperimentsOk() (*ExperimentInfoRep, bool) + func (o *FlagGlobalAttributesRep) GetGoalIds() []string + func (o *FlagGlobalAttributesRep) GetGoalIdsOk() ([]string, bool) + func (o *FlagGlobalAttributesRep) GetIncludeInSnippet() bool + func (o *FlagGlobalAttributesRep) GetIncludeInSnippetOk() (*bool, bool) + func (o *FlagGlobalAttributesRep) GetKey() string + func (o *FlagGlobalAttributesRep) GetKeyOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetKind() string + func (o *FlagGlobalAttributesRep) GetKindOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetLinks() map[string]Link + func (o *FlagGlobalAttributesRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagGlobalAttributesRep) GetMaintainer() MemberSummary + func (o *FlagGlobalAttributesRep) GetMaintainerId() string + func (o *FlagGlobalAttributesRep) GetMaintainerIdOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetMaintainerOk() (*MemberSummary, bool) + func (o *FlagGlobalAttributesRep) GetMaintainerTeam() MaintainerTeam + func (o *FlagGlobalAttributesRep) GetMaintainerTeamKey() string + func (o *FlagGlobalAttributesRep) GetMaintainerTeamKeyOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetMaintainerTeamOk() (*MaintainerTeam, bool) + func (o *FlagGlobalAttributesRep) GetMigrationSettings() FlagMigrationSettingsRep + func (o *FlagGlobalAttributesRep) GetMigrationSettingsOk() (*FlagMigrationSettingsRep, bool) + func (o *FlagGlobalAttributesRep) GetName() string + func (o *FlagGlobalAttributesRep) GetNameOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetPurpose() string + func (o *FlagGlobalAttributesRep) GetPurposeOk() (*string, bool) + func (o *FlagGlobalAttributesRep) GetTags() []string + func (o *FlagGlobalAttributesRep) GetTagsOk() ([]string, bool) + func (o *FlagGlobalAttributesRep) GetTemporary() bool + func (o *FlagGlobalAttributesRep) GetTemporaryOk() (*bool, bool) + func (o *FlagGlobalAttributesRep) GetVariations() []Variation + func (o *FlagGlobalAttributesRep) GetVariationsOk() ([]Variation, bool) + func (o *FlagGlobalAttributesRep) GetVersion() int32 + func (o *FlagGlobalAttributesRep) GetVersionOk() (*int32, bool) + func (o *FlagGlobalAttributesRep) HasArchivedDate() bool + func (o *FlagGlobalAttributesRep) HasClientSideAvailability() bool + func (o *FlagGlobalAttributesRep) HasDefaults() bool + func (o *FlagGlobalAttributesRep) HasDescription() bool + func (o *FlagGlobalAttributesRep) HasGoalIds() bool + func (o *FlagGlobalAttributesRep) HasIncludeInSnippet() bool + func (o *FlagGlobalAttributesRep) HasMaintainer() bool + func (o *FlagGlobalAttributesRep) HasMaintainerId() bool + func (o *FlagGlobalAttributesRep) HasMaintainerTeam() bool + func (o *FlagGlobalAttributesRep) HasMaintainerTeamKey() bool + func (o *FlagGlobalAttributesRep) HasMigrationSettings() bool + func (o *FlagGlobalAttributesRep) HasPurpose() bool + func (o *FlagGlobalAttributesRep) SetArchived(v bool) + func (o *FlagGlobalAttributesRep) SetArchivedDate(v int64) + func (o *FlagGlobalAttributesRep) SetClientSideAvailability(v ClientSideAvailability) + func (o *FlagGlobalAttributesRep) SetCreationDate(v int64) + func (o *FlagGlobalAttributesRep) SetCustomProperties(v map[string]CustomProperty) + func (o *FlagGlobalAttributesRep) SetDefaults(v Defaults) + func (o *FlagGlobalAttributesRep) SetDescription(v string) + func (o *FlagGlobalAttributesRep) SetExperiments(v ExperimentInfoRep) + func (o *FlagGlobalAttributesRep) SetGoalIds(v []string) + func (o *FlagGlobalAttributesRep) SetIncludeInSnippet(v bool) + func (o *FlagGlobalAttributesRep) SetKey(v string) + func (o *FlagGlobalAttributesRep) SetKind(v string) + func (o *FlagGlobalAttributesRep) SetLinks(v map[string]Link) + func (o *FlagGlobalAttributesRep) SetMaintainer(v MemberSummary) + func (o *FlagGlobalAttributesRep) SetMaintainerId(v string) + func (o *FlagGlobalAttributesRep) SetMaintainerTeam(v MaintainerTeam) + func (o *FlagGlobalAttributesRep) SetMaintainerTeamKey(v string) + func (o *FlagGlobalAttributesRep) SetMigrationSettings(v FlagMigrationSettingsRep) + func (o *FlagGlobalAttributesRep) SetName(v string) + func (o *FlagGlobalAttributesRep) SetPurpose(v string) + func (o *FlagGlobalAttributesRep) SetTags(v []string) + func (o *FlagGlobalAttributesRep) SetTemporary(v bool) + func (o *FlagGlobalAttributesRep) SetVariations(v []Variation) + func (o *FlagGlobalAttributesRep) SetVersion(v int32) + func (o FlagGlobalAttributesRep) MarshalJSON() ([]byte, error) + type FlagInput struct + FlagConfigVersion int32 + RuleId string + func NewFlagInput(ruleId string, flagConfigVersion int32) *FlagInput + func NewFlagInputWithDefaults() *FlagInput + func (o *FlagInput) GetFlagConfigVersion() int32 + func (o *FlagInput) GetFlagConfigVersionOk() (*int32, bool) + func (o *FlagInput) GetRuleId() string + func (o *FlagInput) GetRuleIdOk() (*string, bool) + func (o *FlagInput) SetFlagConfigVersion(v int32) + func (o *FlagInput) SetRuleId(v string) + func (o FlagInput) MarshalJSON() ([]byte, error) + type FlagLinkCollectionRep struct + Items []FlagLinkRep + Links map[string]Link + func NewFlagLinkCollectionRep(items []FlagLinkRep, links map[string]Link) *FlagLinkCollectionRep + func NewFlagLinkCollectionRepWithDefaults() *FlagLinkCollectionRep + func (o *FlagLinkCollectionRep) GetItems() []FlagLinkRep + func (o *FlagLinkCollectionRep) GetItemsOk() ([]FlagLinkRep, bool) + func (o *FlagLinkCollectionRep) GetLinks() map[string]Link + func (o *FlagLinkCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagLinkCollectionRep) SetItems(v []FlagLinkRep) + func (o *FlagLinkCollectionRep) SetLinks(v map[string]Link) + func (o FlagLinkCollectionRep) MarshalJSON() ([]byte, error) + type FlagLinkMember struct + FirstName *string + Id string + LastName *string + Links map[string]Link + func NewFlagLinkMember(links map[string]Link, id string) *FlagLinkMember + func NewFlagLinkMemberWithDefaults() *FlagLinkMember + func (o *FlagLinkMember) GetFirstName() string + func (o *FlagLinkMember) GetFirstNameOk() (*string, bool) + func (o *FlagLinkMember) GetId() string + func (o *FlagLinkMember) GetIdOk() (*string, bool) + func (o *FlagLinkMember) GetLastName() string + func (o *FlagLinkMember) GetLastNameOk() (*string, bool) + func (o *FlagLinkMember) GetLinks() map[string]Link + func (o *FlagLinkMember) GetLinksOk() (*map[string]Link, bool) + func (o *FlagLinkMember) HasFirstName() bool + func (o *FlagLinkMember) HasLastName() bool + func (o *FlagLinkMember) SetFirstName(v string) + func (o *FlagLinkMember) SetId(v string) + func (o *FlagLinkMember) SetLastName(v string) + func (o *FlagLinkMember) SetLinks(v map[string]Link) + func (o FlagLinkMember) MarshalJSON() ([]byte, error) + type FlagLinkPost struct + DeepLink *string + Description *string + IntegrationKey *string + Key *string + Metadata *map[string]string + Timestamp *int64 + Title *string + func NewFlagLinkPost() *FlagLinkPost + func NewFlagLinkPostWithDefaults() *FlagLinkPost + func (o *FlagLinkPost) GetDeepLink() string + func (o *FlagLinkPost) GetDeepLinkOk() (*string, bool) + func (o *FlagLinkPost) GetDescription() string + func (o *FlagLinkPost) GetDescriptionOk() (*string, bool) + func (o *FlagLinkPost) GetIntegrationKey() string + func (o *FlagLinkPost) GetIntegrationKeyOk() (*string, bool) + func (o *FlagLinkPost) GetKey() string + func (o *FlagLinkPost) GetKeyOk() (*string, bool) + func (o *FlagLinkPost) GetMetadata() map[string]string + func (o *FlagLinkPost) GetMetadataOk() (*map[string]string, bool) + func (o *FlagLinkPost) GetTimestamp() int64 + func (o *FlagLinkPost) GetTimestampOk() (*int64, bool) + func (o *FlagLinkPost) GetTitle() string + func (o *FlagLinkPost) GetTitleOk() (*string, bool) + func (o *FlagLinkPost) HasDeepLink() bool + func (o *FlagLinkPost) HasDescription() bool + func (o *FlagLinkPost) HasIntegrationKey() bool + func (o *FlagLinkPost) HasKey() bool + func (o *FlagLinkPost) HasMetadata() bool + func (o *FlagLinkPost) HasTimestamp() bool + func (o *FlagLinkPost) HasTitle() bool + func (o *FlagLinkPost) SetDeepLink(v string) + func (o *FlagLinkPost) SetDescription(v string) + func (o *FlagLinkPost) SetIntegrationKey(v string) + func (o *FlagLinkPost) SetKey(v string) + func (o *FlagLinkPost) SetMetadata(v map[string]string) + func (o *FlagLinkPost) SetTimestamp(v int64) + func (o *FlagLinkPost) SetTitle(v string) + func (o FlagLinkPost) MarshalJSON() ([]byte, error) + type FlagLinkRep struct + CreatedAt int64 + DeepLink string + Description *string + Id string + IntegrationKey *string + Key *string + Links map[string]Link + Member *FlagLinkMember + Metadata *map[string]string + Timestamp TimestampRep + Title *string + func NewFlagLinkRep(links map[string]Link, id string, deepLink string, timestamp TimestampRep, ...) *FlagLinkRep + func NewFlagLinkRepWithDefaults() *FlagLinkRep + func (o *FlagLinkRep) GetCreatedAt() int64 + func (o *FlagLinkRep) GetCreatedAtOk() (*int64, bool) + func (o *FlagLinkRep) GetDeepLink() string + func (o *FlagLinkRep) GetDeepLinkOk() (*string, bool) + func (o *FlagLinkRep) GetDescription() string + func (o *FlagLinkRep) GetDescriptionOk() (*string, bool) + func (o *FlagLinkRep) GetId() string + func (o *FlagLinkRep) GetIdOk() (*string, bool) + func (o *FlagLinkRep) GetIntegrationKey() string + func (o *FlagLinkRep) GetIntegrationKeyOk() (*string, bool) + func (o *FlagLinkRep) GetKey() string + func (o *FlagLinkRep) GetKeyOk() (*string, bool) + func (o *FlagLinkRep) GetLinks() map[string]Link + func (o *FlagLinkRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagLinkRep) GetMember() FlagLinkMember + func (o *FlagLinkRep) GetMemberOk() (*FlagLinkMember, bool) + func (o *FlagLinkRep) GetMetadata() map[string]string + func (o *FlagLinkRep) GetMetadataOk() (*map[string]string, bool) + func (o *FlagLinkRep) GetTimestamp() TimestampRep + func (o *FlagLinkRep) GetTimestampOk() (*TimestampRep, bool) + func (o *FlagLinkRep) GetTitle() string + func (o *FlagLinkRep) GetTitleOk() (*string, bool) + func (o *FlagLinkRep) HasDescription() bool + func (o *FlagLinkRep) HasIntegrationKey() bool + func (o *FlagLinkRep) HasKey() bool + func (o *FlagLinkRep) HasMember() bool + func (o *FlagLinkRep) HasMetadata() bool + func (o *FlagLinkRep) HasTitle() bool + func (o *FlagLinkRep) SetCreatedAt(v int64) + func (o *FlagLinkRep) SetDeepLink(v string) + func (o *FlagLinkRep) SetDescription(v string) + func (o *FlagLinkRep) SetId(v string) + func (o *FlagLinkRep) SetIntegrationKey(v string) + func (o *FlagLinkRep) SetKey(v string) + func (o *FlagLinkRep) SetLinks(v map[string]Link) + func (o *FlagLinkRep) SetMember(v FlagLinkMember) + func (o *FlagLinkRep) SetMetadata(v map[string]string) + func (o *FlagLinkRep) SetTimestamp(v TimestampRep) + func (o *FlagLinkRep) SetTitle(v string) + func (o FlagLinkRep) MarshalJSON() ([]byte, error) + type FlagLinksBetaApiService service + func (a *FlagLinksBetaApiService) CreateFlagLink(ctx context.Context, projectKey string, featureFlagKey string) ApiCreateFlagLinkRequest + func (a *FlagLinksBetaApiService) CreateFlagLinkExecute(r ApiCreateFlagLinkRequest) (*FlagLinkRep, *http.Response, error) + func (a *FlagLinksBetaApiService) DeleteFlagLink(ctx context.Context, projectKey string, featureFlagKey string, id string) ApiDeleteFlagLinkRequest + func (a *FlagLinksBetaApiService) DeleteFlagLinkExecute(r ApiDeleteFlagLinkRequest) (*http.Response, error) + func (a *FlagLinksBetaApiService) GetFlagLinks(ctx context.Context, projectKey string, featureFlagKey string) ApiGetFlagLinksRequest + func (a *FlagLinksBetaApiService) GetFlagLinksExecute(r ApiGetFlagLinksRequest) (*FlagLinkCollectionRep, *http.Response, error) + func (a *FlagLinksBetaApiService) UpdateFlagLink(ctx context.Context, projectKey string, featureFlagKey string, id string) ApiUpdateFlagLinkRequest + func (a *FlagLinksBetaApiService) UpdateFlagLinkExecute(r ApiUpdateFlagLinkRequest) (*FlagLinkRep, *http.Response, error) + type FlagListingRep struct + Key string + Links *map[string]Link + Name string + Site *Link + func NewFlagListingRep(name string, key string) *FlagListingRep + func NewFlagListingRepWithDefaults() *FlagListingRep + func (o *FlagListingRep) GetKey() string + func (o *FlagListingRep) GetKeyOk() (*string, bool) + func (o *FlagListingRep) GetLinks() map[string]Link + func (o *FlagListingRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagListingRep) GetName() string + func (o *FlagListingRep) GetNameOk() (*string, bool) + func (o *FlagListingRep) GetSite() Link + func (o *FlagListingRep) GetSiteOk() (*Link, bool) + func (o *FlagListingRep) HasLinks() bool + func (o *FlagListingRep) HasSite() bool + func (o *FlagListingRep) SetKey(v string) + func (o *FlagListingRep) SetLinks(v map[string]Link) + func (o *FlagListingRep) SetName(v string) + func (o *FlagListingRep) SetSite(v Link) + func (o FlagListingRep) MarshalJSON() ([]byte, error) + type FlagMigrationSettingsRep struct + ContextKind *string + StageCount *int32 + func NewFlagMigrationSettingsRep() *FlagMigrationSettingsRep + func NewFlagMigrationSettingsRepWithDefaults() *FlagMigrationSettingsRep + func (o *FlagMigrationSettingsRep) GetContextKind() string + func (o *FlagMigrationSettingsRep) GetContextKindOk() (*string, bool) + func (o *FlagMigrationSettingsRep) GetStageCount() int32 + func (o *FlagMigrationSettingsRep) GetStageCountOk() (*int32, bool) + func (o *FlagMigrationSettingsRep) HasContextKind() bool + func (o *FlagMigrationSettingsRep) HasStageCount() bool + func (o *FlagMigrationSettingsRep) SetContextKind(v string) + func (o *FlagMigrationSettingsRep) SetStageCount(v int32) + func (o FlagMigrationSettingsRep) MarshalJSON() ([]byte, error) + type FlagRep struct + FlagConfigVersion *int32 + Links map[string]Link + TargetingRule *string + TargetingRuleClauses []interface{} + TargetingRuleDescription *string + func NewFlagRep(links map[string]Link) *FlagRep + func NewFlagRepWithDefaults() *FlagRep + func (o *FlagRep) GetFlagConfigVersion() int32 + func (o *FlagRep) GetFlagConfigVersionOk() (*int32, bool) + func (o *FlagRep) GetLinks() map[string]Link + func (o *FlagRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagRep) GetTargetingRule() string + func (o *FlagRep) GetTargetingRuleClauses() []interface{} + func (o *FlagRep) GetTargetingRuleClausesOk() ([]interface{}, bool) + func (o *FlagRep) GetTargetingRuleDescription() string + func (o *FlagRep) GetTargetingRuleDescriptionOk() (*string, bool) + func (o *FlagRep) GetTargetingRuleOk() (*string, bool) + func (o *FlagRep) HasFlagConfigVersion() bool + func (o *FlagRep) HasTargetingRule() bool + func (o *FlagRep) HasTargetingRuleClauses() bool + func (o *FlagRep) HasTargetingRuleDescription() bool + func (o *FlagRep) SetFlagConfigVersion(v int32) + func (o *FlagRep) SetLinks(v map[string]Link) + func (o *FlagRep) SetTargetingRule(v string) + func (o *FlagRep) SetTargetingRuleClauses(v []interface{}) + func (o *FlagRep) SetTargetingRuleDescription(v string) + func (o FlagRep) MarshalJSON() ([]byte, error) + type FlagScheduledChangesInput struct + Comment *string + Instructions []map[string]interface{} + func NewFlagScheduledChangesInput(instructions []map[string]interface{}) *FlagScheduledChangesInput + func NewFlagScheduledChangesInputWithDefaults() *FlagScheduledChangesInput + func (o *FlagScheduledChangesInput) GetComment() string + func (o *FlagScheduledChangesInput) GetCommentOk() (*string, bool) + func (o *FlagScheduledChangesInput) GetInstructions() []map[string]interface{} + func (o *FlagScheduledChangesInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *FlagScheduledChangesInput) HasComment() bool + func (o *FlagScheduledChangesInput) SetComment(v string) + func (o *FlagScheduledChangesInput) SetInstructions(v []map[string]interface{}) + func (o FlagScheduledChangesInput) MarshalJSON() ([]byte, error) + type FlagSempatch struct + Comment *string + Instructions []map[string]interface{} + func NewFlagSempatch(instructions []map[string]interface{}) *FlagSempatch + func NewFlagSempatchWithDefaults() *FlagSempatch + func (o *FlagSempatch) GetComment() string + func (o *FlagSempatch) GetCommentOk() (*string, bool) + func (o *FlagSempatch) GetInstructions() []map[string]interface{} + func (o *FlagSempatch) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *FlagSempatch) HasComment() bool + func (o *FlagSempatch) SetComment(v string) + func (o *FlagSempatch) SetInstructions(v []map[string]interface{}) + func (o FlagSempatch) MarshalJSON() ([]byte, error) + type FlagStatusRep struct + Default interface{} + LastRequested *time.Time + Links map[string]Link + Name *string + func NewFlagStatusRep(links map[string]Link) *FlagStatusRep + func NewFlagStatusRepWithDefaults() *FlagStatusRep + func (o *FlagStatusRep) GetDefault() interface{} + func (o *FlagStatusRep) GetDefaultOk() (*interface{}, bool) + func (o *FlagStatusRep) GetLastRequested() time.Time + func (o *FlagStatusRep) GetLastRequestedOk() (*time.Time, bool) + func (o *FlagStatusRep) GetLinks() map[string]Link + func (o *FlagStatusRep) GetLinksOk() (*map[string]Link, bool) + func (o *FlagStatusRep) GetName() string + func (o *FlagStatusRep) GetNameOk() (*string, bool) + func (o *FlagStatusRep) HasDefault() bool + func (o *FlagStatusRep) HasLastRequested() bool + func (o *FlagStatusRep) HasName() bool + func (o *FlagStatusRep) SetDefault(v interface{}) + func (o *FlagStatusRep) SetLastRequested(v time.Time) + func (o *FlagStatusRep) SetLinks(v map[string]Link) + func (o *FlagStatusRep) SetName(v string) + func (o FlagStatusRep) MarshalJSON() ([]byte, error) + type FlagSummary struct + Prerequisites int32 + Variations map[string]VariationSummary + func NewFlagSummary(variations map[string]VariationSummary, prerequisites int32) *FlagSummary + func NewFlagSummaryWithDefaults() *FlagSummary + func (o *FlagSummary) GetPrerequisites() int32 + func (o *FlagSummary) GetPrerequisitesOk() (*int32, bool) + func (o *FlagSummary) GetVariations() map[string]VariationSummary + func (o *FlagSummary) GetVariationsOk() (*map[string]VariationSummary, bool) + func (o *FlagSummary) SetPrerequisites(v int32) + func (o *FlagSummary) SetVariations(v map[string]VariationSummary) + func (o FlagSummary) MarshalJSON() ([]byte, error) + type FlagTriggerInput struct + Comment *string + Instructions []map[string]interface{} + func NewFlagTriggerInput() *FlagTriggerInput + func NewFlagTriggerInputWithDefaults() *FlagTriggerInput + func (o *FlagTriggerInput) GetComment() string + func (o *FlagTriggerInput) GetCommentOk() (*string, bool) + func (o *FlagTriggerInput) GetInstructions() []map[string]interface{} + func (o *FlagTriggerInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *FlagTriggerInput) HasComment() bool + func (o *FlagTriggerInput) HasInstructions() bool + func (o *FlagTriggerInput) SetComment(v string) + func (o *FlagTriggerInput) SetInstructions(v []map[string]interface{}) + func (o FlagTriggerInput) MarshalJSON() ([]byte, error) + type FlagTriggersApiService service + func (a *FlagTriggersApiService) CreateTriggerWorkflow(ctx context.Context, projectKey string, environmentKey string, ...) ApiCreateTriggerWorkflowRequest + func (a *FlagTriggersApiService) CreateTriggerWorkflowExecute(r ApiCreateTriggerWorkflowRequest) (*TriggerWorkflowRep, *http.Response, error) + func (a *FlagTriggersApiService) DeleteTriggerWorkflow(ctx context.Context, projectKey string, environmentKey string, ...) ApiDeleteTriggerWorkflowRequest + func (a *FlagTriggersApiService) DeleteTriggerWorkflowExecute(r ApiDeleteTriggerWorkflowRequest) (*http.Response, error) + func (a *FlagTriggersApiService) GetTriggerWorkflowById(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetTriggerWorkflowByIdRequest + func (a *FlagTriggersApiService) GetTriggerWorkflowByIdExecute(r ApiGetTriggerWorkflowByIdRequest) (*TriggerWorkflowRep, *http.Response, error) + func (a *FlagTriggersApiService) GetTriggerWorkflows(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetTriggerWorkflowsRequest + func (a *FlagTriggersApiService) GetTriggerWorkflowsExecute(r ApiGetTriggerWorkflowsRequest) (*TriggerWorkflowCollectionRep, *http.Response, error) + func (a *FlagTriggersApiService) PatchTriggerWorkflow(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchTriggerWorkflowRequest + func (a *FlagTriggersApiService) PatchTriggerWorkflowExecute(r ApiPatchTriggerWorkflowRequest) (*TriggerWorkflowRep, *http.Response, error) + type FollowFlagMember struct + Email string + FirstName *string + Id string + LastName *string + Links map[string]Link + Role string + func NewFollowFlagMember(links map[string]Link, id string, role string, email string) *FollowFlagMember + func NewFollowFlagMemberWithDefaults() *FollowFlagMember + func (o *FollowFlagMember) GetEmail() string + func (o *FollowFlagMember) GetEmailOk() (*string, bool) + func (o *FollowFlagMember) GetFirstName() string + func (o *FollowFlagMember) GetFirstNameOk() (*string, bool) + func (o *FollowFlagMember) GetId() string + func (o *FollowFlagMember) GetIdOk() (*string, bool) + func (o *FollowFlagMember) GetLastName() string + func (o *FollowFlagMember) GetLastNameOk() (*string, bool) + func (o *FollowFlagMember) GetLinks() map[string]Link + func (o *FollowFlagMember) GetLinksOk() (*map[string]Link, bool) + func (o *FollowFlagMember) GetRole() string + func (o *FollowFlagMember) GetRoleOk() (*string, bool) + func (o *FollowFlagMember) HasFirstName() bool + func (o *FollowFlagMember) HasLastName() bool + func (o *FollowFlagMember) SetEmail(v string) + func (o *FollowFlagMember) SetFirstName(v string) + func (o *FollowFlagMember) SetId(v string) + func (o *FollowFlagMember) SetLastName(v string) + func (o *FollowFlagMember) SetLinks(v map[string]Link) + func (o *FollowFlagMember) SetRole(v string) + func (o FollowFlagMember) MarshalJSON() ([]byte, error) + type FollowFlagsApiService service + func (a *FollowFlagsApiService) DeleteFlagFollowers(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiDeleteFlagFollowersRequest + func (a *FollowFlagsApiService) DeleteFlagFollowersExecute(r ApiDeleteFlagFollowersRequest) (*http.Response, error) + func (a *FollowFlagsApiService) GetFlagFollowers(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetFlagFollowersRequest + func (a *FollowFlagsApiService) GetFlagFollowersExecute(r ApiGetFlagFollowersRequest) (*FlagFollowersGetRep, *http.Response, error) + func (a *FollowFlagsApiService) GetFollowersByProjEnv(ctx context.Context, projectKey string, environmentKey string) ApiGetFollowersByProjEnvRequest + func (a *FollowFlagsApiService) GetFollowersByProjEnvExecute(r ApiGetFollowersByProjEnvRequest) (*FlagFollowersByProjEnvGetRep, *http.Response, error) + func (a *FollowFlagsApiService) PutFlagFollowers(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPutFlagFollowersRequest + func (a *FollowFlagsApiService) PutFlagFollowersExecute(r ApiPutFlagFollowersRequest) (*http.Response, error) + type FollowersPerFlag struct + FlagKey *string + Followers []FollowFlagMember + func NewFollowersPerFlag() *FollowersPerFlag + func NewFollowersPerFlagWithDefaults() *FollowersPerFlag + func (o *FollowersPerFlag) GetFlagKey() string + func (o *FollowersPerFlag) GetFlagKeyOk() (*string, bool) + func (o *FollowersPerFlag) GetFollowers() []FollowFlagMember + func (o *FollowersPerFlag) GetFollowersOk() ([]FollowFlagMember, bool) + func (o *FollowersPerFlag) HasFlagKey() bool + func (o *FollowersPerFlag) HasFollowers() bool + func (o *FollowersPerFlag) SetFlagKey(v string) + func (o *FollowersPerFlag) SetFollowers(v []FollowFlagMember) + func (o FollowersPerFlag) MarshalJSON() ([]byte, error) + type ForbiddenErrorRep struct + Code string + Message string + func NewForbiddenErrorRep(code string, message string) *ForbiddenErrorRep + func NewForbiddenErrorRepWithDefaults() *ForbiddenErrorRep + func (o *ForbiddenErrorRep) GetCode() string + func (o *ForbiddenErrorRep) GetCodeOk() (*string, bool) + func (o *ForbiddenErrorRep) GetMessage() string + func (o *ForbiddenErrorRep) GetMessageOk() (*string, bool) + func (o *ForbiddenErrorRep) SetCode(v string) + func (o *ForbiddenErrorRep) SetMessage(v string) + func (o ForbiddenErrorRep) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type HunkRep struct + Aliases []string + FlagKey *string + Lines *string + ProjKey *string + StartingLineNumber int32 + func NewHunkRep(startingLineNumber int32) *HunkRep + func NewHunkRepWithDefaults() *HunkRep + func (o *HunkRep) GetAliases() []string + func (o *HunkRep) GetAliasesOk() ([]string, bool) + func (o *HunkRep) GetFlagKey() string + func (o *HunkRep) GetFlagKeyOk() (*string, bool) + func (o *HunkRep) GetLines() string + func (o *HunkRep) GetLinesOk() (*string, bool) + func (o *HunkRep) GetProjKey() string + func (o *HunkRep) GetProjKeyOk() (*string, bool) + func (o *HunkRep) GetStartingLineNumber() int32 + func (o *HunkRep) GetStartingLineNumberOk() (*int32, bool) + func (o *HunkRep) HasAliases() bool + func (o *HunkRep) HasFlagKey() bool + func (o *HunkRep) HasLines() bool + func (o *HunkRep) HasProjKey() bool + func (o *HunkRep) SetAliases(v []string) + func (o *HunkRep) SetFlagKey(v string) + func (o *HunkRep) SetLines(v string) + func (o *HunkRep) SetProjKey(v string) + func (o *HunkRep) SetStartingLineNumber(v int32) + func (o HunkRep) MarshalJSON() ([]byte, error) + type Import struct + CreationTime int64 + Files []FileRep + Id string + Links map[string]Link + Mode string + SegmentKey string + Status string + func NewImport(id string, segmentKey string, creationTime int64, mode string, status string, ...) *Import + func NewImportWithDefaults() *Import + func (o *Import) GetCreationTime() int64 + func (o *Import) GetCreationTimeOk() (*int64, bool) + func (o *Import) GetFiles() []FileRep + func (o *Import) GetFilesOk() ([]FileRep, bool) + func (o *Import) GetId() string + func (o *Import) GetIdOk() (*string, bool) + func (o *Import) GetLinks() map[string]Link + func (o *Import) GetLinksOk() (*map[string]Link, bool) + func (o *Import) GetMode() string + func (o *Import) GetModeOk() (*string, bool) + func (o *Import) GetSegmentKey() string + func (o *Import) GetSegmentKeyOk() (*string, bool) + func (o *Import) GetStatus() string + func (o *Import) GetStatusOk() (*string, bool) + func (o *Import) HasFiles() bool + func (o *Import) SetCreationTime(v int64) + func (o *Import) SetFiles(v []FileRep) + func (o *Import) SetId(v string) + func (o *Import) SetLinks(v map[string]Link) + func (o *Import) SetMode(v string) + func (o *Import) SetSegmentKey(v string) + func (o *Import) SetStatus(v string) + func (o Import) MarshalJSON() ([]byte, error) + type InitiatorRep struct + Email *string + Name *string + func NewInitiatorRep() *InitiatorRep + func NewInitiatorRepWithDefaults() *InitiatorRep + func (o *InitiatorRep) GetEmail() string + func (o *InitiatorRep) GetEmailOk() (*string, bool) + func (o *InitiatorRep) GetName() string + func (o *InitiatorRep) GetNameOk() (*string, bool) + func (o *InitiatorRep) HasEmail() bool + func (o *InitiatorRep) HasName() bool + func (o *InitiatorRep) SetEmail(v string) + func (o *InitiatorRep) SetName(v string) + func (o InitiatorRep) MarshalJSON() ([]byte, error) + type InstructionUserRequest struct + FlagKey string + Kind string + Value *int32 + VariationId string + Version *int32 + func NewInstructionUserRequest(kind string, flagKey string, variationId string) *InstructionUserRequest + func NewInstructionUserRequestWithDefaults() *InstructionUserRequest + func (o *InstructionUserRequest) GetFlagKey() string + func (o *InstructionUserRequest) GetFlagKeyOk() (*string, bool) + func (o *InstructionUserRequest) GetKind() string + func (o *InstructionUserRequest) GetKindOk() (*string, bool) + func (o *InstructionUserRequest) GetValue() int32 + func (o *InstructionUserRequest) GetValueOk() (*int32, bool) + func (o *InstructionUserRequest) GetVariationId() string + func (o *InstructionUserRequest) GetVariationIdOk() (*string, bool) + func (o *InstructionUserRequest) GetVersion() int32 + func (o *InstructionUserRequest) GetVersionOk() (*int32, bool) + func (o *InstructionUserRequest) HasValue() bool + func (o *InstructionUserRequest) HasVersion() bool + func (o *InstructionUserRequest) SetFlagKey(v string) + func (o *InstructionUserRequest) SetKind(v string) + func (o *InstructionUserRequest) SetValue(v int32) + func (o *InstructionUserRequest) SetVariationId(v string) + func (o *InstructionUserRequest) SetVersion(v int32) + func (o InstructionUserRequest) MarshalJSON() ([]byte, error) + type Integration struct + Access *Access + ApiKey *string + Config map[string]interface{} + Id *string + Kind *string + Links *map[string]Link + Name *string + On *bool + Statements []Statement + Status *IntegrationSubscriptionStatusRep + Tags []string + Url *string + func NewIntegration() *Integration + func NewIntegrationWithDefaults() *Integration + func (o *Integration) GetAccess() Access + func (o *Integration) GetAccessOk() (*Access, bool) + func (o *Integration) GetApiKey() string + func (o *Integration) GetApiKeyOk() (*string, bool) + func (o *Integration) GetConfig() map[string]interface{} + func (o *Integration) GetConfigOk() (map[string]interface{}, bool) + func (o *Integration) GetId() string + func (o *Integration) GetIdOk() (*string, bool) + func (o *Integration) GetKind() string + func (o *Integration) GetKindOk() (*string, bool) + func (o *Integration) GetLinks() map[string]Link + func (o *Integration) GetLinksOk() (*map[string]Link, bool) + func (o *Integration) GetName() string + func (o *Integration) GetNameOk() (*string, bool) + func (o *Integration) GetOn() bool + func (o *Integration) GetOnOk() (*bool, bool) + func (o *Integration) GetStatements() []Statement + func (o *Integration) GetStatementsOk() ([]Statement, bool) + func (o *Integration) GetStatus() IntegrationSubscriptionStatusRep + func (o *Integration) GetStatusOk() (*IntegrationSubscriptionStatusRep, bool) + func (o *Integration) GetTags() []string + func (o *Integration) GetTagsOk() ([]string, bool) + func (o *Integration) GetUrl() string + func (o *Integration) GetUrlOk() (*string, bool) + func (o *Integration) HasAccess() bool + func (o *Integration) HasApiKey() bool + func (o *Integration) HasConfig() bool + func (o *Integration) HasId() bool + func (o *Integration) HasKind() bool + func (o *Integration) HasLinks() bool + func (o *Integration) HasName() bool + func (o *Integration) HasOn() bool + func (o *Integration) HasStatements() bool + func (o *Integration) HasStatus() bool + func (o *Integration) HasTags() bool + func (o *Integration) HasUrl() bool + func (o *Integration) SetAccess(v Access) + func (o *Integration) SetApiKey(v string) + func (o *Integration) SetConfig(v map[string]interface{}) + func (o *Integration) SetId(v string) + func (o *Integration) SetKind(v string) + func (o *Integration) SetLinks(v map[string]Link) + func (o *Integration) SetName(v string) + func (o *Integration) SetOn(v bool) + func (o *Integration) SetStatements(v []Statement) + func (o *Integration) SetStatus(v IntegrationSubscriptionStatusRep) + func (o *Integration) SetTags(v []string) + func (o *Integration) SetUrl(v string) + func (o Integration) MarshalJSON() ([]byte, error) + type IntegrationAuditLogSubscriptionsApiService service + func (a *IntegrationAuditLogSubscriptionsApiService) CreateSubscription(ctx context.Context, integrationKey string) ApiCreateSubscriptionRequest + func (a *IntegrationAuditLogSubscriptionsApiService) CreateSubscriptionExecute(r ApiCreateSubscriptionRequest) (*Integration, *http.Response, error) + func (a *IntegrationAuditLogSubscriptionsApiService) DeleteSubscription(ctx context.Context, integrationKey string, id string) ApiDeleteSubscriptionRequest + func (a *IntegrationAuditLogSubscriptionsApiService) DeleteSubscriptionExecute(r ApiDeleteSubscriptionRequest) (*http.Response, error) + func (a *IntegrationAuditLogSubscriptionsApiService) GetSubscriptionByID(ctx context.Context, integrationKey string, id string) ApiGetSubscriptionByIDRequest + func (a *IntegrationAuditLogSubscriptionsApiService) GetSubscriptionByIDExecute(r ApiGetSubscriptionByIDRequest) (*Integration, *http.Response, error) + func (a *IntegrationAuditLogSubscriptionsApiService) GetSubscriptions(ctx context.Context, integrationKey string) ApiGetSubscriptionsRequest + func (a *IntegrationAuditLogSubscriptionsApiService) GetSubscriptionsExecute(r ApiGetSubscriptionsRequest) (*Integrations, *http.Response, error) + func (a *IntegrationAuditLogSubscriptionsApiService) UpdateSubscription(ctx context.Context, integrationKey string, id string) ApiUpdateSubscriptionRequest + func (a *IntegrationAuditLogSubscriptionsApiService) UpdateSubscriptionExecute(r ApiUpdateSubscriptionRequest) (*Integration, *http.Response, error) + type IntegrationDeliveryConfiguration struct + Access *Access + Config map[string]interface{} + EnvironmentKey string + Id string + IntegrationKey string + Links IntegrationDeliveryConfigurationLinks + Name string + On bool + ProjectKey string + Tags []string + Version int32 + func NewIntegrationDeliveryConfiguration(links IntegrationDeliveryConfigurationLinks, id string, integrationKey string, ...) *IntegrationDeliveryConfiguration + func NewIntegrationDeliveryConfigurationWithDefaults() *IntegrationDeliveryConfiguration + func (o *IntegrationDeliveryConfiguration) GetAccess() Access + func (o *IntegrationDeliveryConfiguration) GetAccessOk() (*Access, bool) + func (o *IntegrationDeliveryConfiguration) GetConfig() map[string]interface{} + func (o *IntegrationDeliveryConfiguration) GetConfigOk() (map[string]interface{}, bool) + func (o *IntegrationDeliveryConfiguration) GetEnvironmentKey() string + func (o *IntegrationDeliveryConfiguration) GetEnvironmentKeyOk() (*string, bool) + func (o *IntegrationDeliveryConfiguration) GetId() string + func (o *IntegrationDeliveryConfiguration) GetIdOk() (*string, bool) + func (o *IntegrationDeliveryConfiguration) GetIntegrationKey() string + func (o *IntegrationDeliveryConfiguration) GetIntegrationKeyOk() (*string, bool) + func (o *IntegrationDeliveryConfiguration) GetLinks() IntegrationDeliveryConfigurationLinks + func (o *IntegrationDeliveryConfiguration) GetLinksOk() (*IntegrationDeliveryConfigurationLinks, bool) + func (o *IntegrationDeliveryConfiguration) GetName() string + func (o *IntegrationDeliveryConfiguration) GetNameOk() (*string, bool) + func (o *IntegrationDeliveryConfiguration) GetOn() bool + func (o *IntegrationDeliveryConfiguration) GetOnOk() (*bool, bool) + func (o *IntegrationDeliveryConfiguration) GetProjectKey() string + func (o *IntegrationDeliveryConfiguration) GetProjectKeyOk() (*string, bool) + func (o *IntegrationDeliveryConfiguration) GetTags() []string + func (o *IntegrationDeliveryConfiguration) GetTagsOk() ([]string, bool) + func (o *IntegrationDeliveryConfiguration) GetVersion() int32 + func (o *IntegrationDeliveryConfiguration) GetVersionOk() (*int32, bool) + func (o *IntegrationDeliveryConfiguration) HasAccess() bool + func (o *IntegrationDeliveryConfiguration) SetAccess(v Access) + func (o *IntegrationDeliveryConfiguration) SetConfig(v map[string]interface{}) + func (o *IntegrationDeliveryConfiguration) SetEnvironmentKey(v string) + func (o *IntegrationDeliveryConfiguration) SetId(v string) + func (o *IntegrationDeliveryConfiguration) SetIntegrationKey(v string) + func (o *IntegrationDeliveryConfiguration) SetLinks(v IntegrationDeliveryConfigurationLinks) + func (o *IntegrationDeliveryConfiguration) SetName(v string) + func (o *IntegrationDeliveryConfiguration) SetOn(v bool) + func (o *IntegrationDeliveryConfiguration) SetProjectKey(v string) + func (o *IntegrationDeliveryConfiguration) SetTags(v []string) + func (o *IntegrationDeliveryConfiguration) SetVersion(v int32) + func (o IntegrationDeliveryConfiguration) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationCollection struct + Items []IntegrationDeliveryConfiguration + Links IntegrationDeliveryConfigurationCollectionLinks + func NewIntegrationDeliveryConfigurationCollection(links IntegrationDeliveryConfigurationCollectionLinks, ...) *IntegrationDeliveryConfigurationCollection + func NewIntegrationDeliveryConfigurationCollectionWithDefaults() *IntegrationDeliveryConfigurationCollection + func (o *IntegrationDeliveryConfigurationCollection) GetItems() []IntegrationDeliveryConfiguration + func (o *IntegrationDeliveryConfigurationCollection) GetItemsOk() ([]IntegrationDeliveryConfiguration, bool) + func (o *IntegrationDeliveryConfigurationCollection) GetLinks() IntegrationDeliveryConfigurationCollectionLinks + func (o *IntegrationDeliveryConfigurationCollection) GetLinksOk() (*IntegrationDeliveryConfigurationCollectionLinks, bool) + func (o *IntegrationDeliveryConfigurationCollection) SetItems(v []IntegrationDeliveryConfiguration) + func (o *IntegrationDeliveryConfigurationCollection) SetLinks(v IntegrationDeliveryConfigurationCollectionLinks) + func (o IntegrationDeliveryConfigurationCollection) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationCollectionLinks struct + Parent *Link + Self Link + func NewIntegrationDeliveryConfigurationCollectionLinks(self Link) *IntegrationDeliveryConfigurationCollectionLinks + func NewIntegrationDeliveryConfigurationCollectionLinksWithDefaults() *IntegrationDeliveryConfigurationCollectionLinks + func (o *IntegrationDeliveryConfigurationCollectionLinks) GetParent() Link + func (o *IntegrationDeliveryConfigurationCollectionLinks) GetParentOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationCollectionLinks) GetSelf() Link + func (o *IntegrationDeliveryConfigurationCollectionLinks) GetSelfOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationCollectionLinks) HasParent() bool + func (o *IntegrationDeliveryConfigurationCollectionLinks) SetParent(v Link) + func (o *IntegrationDeliveryConfigurationCollectionLinks) SetSelf(v Link) + func (o IntegrationDeliveryConfigurationCollectionLinks) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationLinks struct + Environment Link + Parent Link + Project Link + Self Link + func NewIntegrationDeliveryConfigurationLinks(self Link, parent Link, project Link, environment Link) *IntegrationDeliveryConfigurationLinks + func NewIntegrationDeliveryConfigurationLinksWithDefaults() *IntegrationDeliveryConfigurationLinks + func (o *IntegrationDeliveryConfigurationLinks) GetEnvironment() Link + func (o *IntegrationDeliveryConfigurationLinks) GetEnvironmentOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationLinks) GetParent() Link + func (o *IntegrationDeliveryConfigurationLinks) GetParentOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationLinks) GetProject() Link + func (o *IntegrationDeliveryConfigurationLinks) GetProjectOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationLinks) GetSelf() Link + func (o *IntegrationDeliveryConfigurationLinks) GetSelfOk() (*Link, bool) + func (o *IntegrationDeliveryConfigurationLinks) SetEnvironment(v Link) + func (o *IntegrationDeliveryConfigurationLinks) SetParent(v Link) + func (o *IntegrationDeliveryConfigurationLinks) SetProject(v Link) + func (o *IntegrationDeliveryConfigurationLinks) SetSelf(v Link) + func (o IntegrationDeliveryConfigurationLinks) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationPost struct + Config map[string]interface{} + Name *string + On *bool + Tags []string + func NewIntegrationDeliveryConfigurationPost(config map[string]interface{}) *IntegrationDeliveryConfigurationPost + func NewIntegrationDeliveryConfigurationPostWithDefaults() *IntegrationDeliveryConfigurationPost + func (o *IntegrationDeliveryConfigurationPost) GetConfig() map[string]interface{} + func (o *IntegrationDeliveryConfigurationPost) GetConfigOk() (map[string]interface{}, bool) + func (o *IntegrationDeliveryConfigurationPost) GetName() string + func (o *IntegrationDeliveryConfigurationPost) GetNameOk() (*string, bool) + func (o *IntegrationDeliveryConfigurationPost) GetOn() bool + func (o *IntegrationDeliveryConfigurationPost) GetOnOk() (*bool, bool) + func (o *IntegrationDeliveryConfigurationPost) GetTags() []string + func (o *IntegrationDeliveryConfigurationPost) GetTagsOk() ([]string, bool) + func (o *IntegrationDeliveryConfigurationPost) HasName() bool + func (o *IntegrationDeliveryConfigurationPost) HasOn() bool + func (o *IntegrationDeliveryConfigurationPost) HasTags() bool + func (o *IntegrationDeliveryConfigurationPost) SetConfig(v map[string]interface{}) + func (o *IntegrationDeliveryConfigurationPost) SetName(v string) + func (o *IntegrationDeliveryConfigurationPost) SetOn(v bool) + func (o *IntegrationDeliveryConfigurationPost) SetTags(v []string) + func (o IntegrationDeliveryConfigurationPost) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationResponse struct + Error *string + ResponseBody *string + StatusCode *int32 + Timestamp *int64 + func NewIntegrationDeliveryConfigurationResponse() *IntegrationDeliveryConfigurationResponse + func NewIntegrationDeliveryConfigurationResponseWithDefaults() *IntegrationDeliveryConfigurationResponse + func (o *IntegrationDeliveryConfigurationResponse) GetError() string + func (o *IntegrationDeliveryConfigurationResponse) GetErrorOk() (*string, bool) + func (o *IntegrationDeliveryConfigurationResponse) GetResponseBody() string + func (o *IntegrationDeliveryConfigurationResponse) GetResponseBodyOk() (*string, bool) + func (o *IntegrationDeliveryConfigurationResponse) GetStatusCode() int32 + func (o *IntegrationDeliveryConfigurationResponse) GetStatusCodeOk() (*int32, bool) + func (o *IntegrationDeliveryConfigurationResponse) GetTimestamp() int64 + func (o *IntegrationDeliveryConfigurationResponse) GetTimestampOk() (*int64, bool) + func (o *IntegrationDeliveryConfigurationResponse) HasError() bool + func (o *IntegrationDeliveryConfigurationResponse) HasResponseBody() bool + func (o *IntegrationDeliveryConfigurationResponse) HasStatusCode() bool + func (o *IntegrationDeliveryConfigurationResponse) HasTimestamp() bool + func (o *IntegrationDeliveryConfigurationResponse) SetError(v string) + func (o *IntegrationDeliveryConfigurationResponse) SetResponseBody(v string) + func (o *IntegrationDeliveryConfigurationResponse) SetStatusCode(v int32) + func (o *IntegrationDeliveryConfigurationResponse) SetTimestamp(v int64) + func (o IntegrationDeliveryConfigurationResponse) MarshalJSON() ([]byte, error) + type IntegrationDeliveryConfigurationsBetaApiService service + func (a *IntegrationDeliveryConfigurationsBetaApiService) CreateIntegrationDeliveryConfiguration(ctx context.Context, projectKey string, environmentKey string, ...) ApiCreateIntegrationDeliveryConfigurationRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) CreateIntegrationDeliveryConfigurationExecute(r ApiCreateIntegrationDeliveryConfigurationRequest) (*IntegrationDeliveryConfiguration, *http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) DeleteIntegrationDeliveryConfiguration(ctx context.Context, projectKey string, environmentKey string, ...) ApiDeleteIntegrationDeliveryConfigurationRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) DeleteIntegrationDeliveryConfigurationExecute(r ApiDeleteIntegrationDeliveryConfigurationRequest) (*http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurationByEnvironment(ctx context.Context, projectKey string, environmentKey string) ApiGetIntegrationDeliveryConfigurationByEnvironmentRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurationByEnvironmentExecute(r ApiGetIntegrationDeliveryConfigurationByEnvironmentRequest) (*IntegrationDeliveryConfigurationCollection, *http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurationById(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetIntegrationDeliveryConfigurationByIdRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurationByIdExecute(r ApiGetIntegrationDeliveryConfigurationByIdRequest) (*IntegrationDeliveryConfiguration, *http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurations(ctx context.Context) ApiGetIntegrationDeliveryConfigurationsRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) GetIntegrationDeliveryConfigurationsExecute(r ApiGetIntegrationDeliveryConfigurationsRequest) (*IntegrationDeliveryConfigurationCollection, *http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) PatchIntegrationDeliveryConfiguration(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchIntegrationDeliveryConfigurationRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) PatchIntegrationDeliveryConfigurationExecute(r ApiPatchIntegrationDeliveryConfigurationRequest) (*IntegrationDeliveryConfiguration, *http.Response, error) + func (a *IntegrationDeliveryConfigurationsBetaApiService) ValidateIntegrationDeliveryConfiguration(ctx context.Context, projectKey string, environmentKey string, ...) ApiValidateIntegrationDeliveryConfigurationRequest + func (a *IntegrationDeliveryConfigurationsBetaApiService) ValidateIntegrationDeliveryConfigurationExecute(r ApiValidateIntegrationDeliveryConfigurationRequest) (*IntegrationDeliveryConfigurationResponse, *http.Response, error) + type IntegrationMetadata struct + ExternalId string + ExternalStatus IntegrationStatus + ExternalUrl string + LastChecked int64 + func NewIntegrationMetadata(externalId string, externalStatus IntegrationStatus, externalUrl string, ...) *IntegrationMetadata + func NewIntegrationMetadataWithDefaults() *IntegrationMetadata + func (o *IntegrationMetadata) GetExternalId() string + func (o *IntegrationMetadata) GetExternalIdOk() (*string, bool) + func (o *IntegrationMetadata) GetExternalStatus() IntegrationStatus + func (o *IntegrationMetadata) GetExternalStatusOk() (*IntegrationStatus, bool) + func (o *IntegrationMetadata) GetExternalUrl() string + func (o *IntegrationMetadata) GetExternalUrlOk() (*string, bool) + func (o *IntegrationMetadata) GetLastChecked() int64 + func (o *IntegrationMetadata) GetLastCheckedOk() (*int64, bool) + func (o *IntegrationMetadata) SetExternalId(v string) + func (o *IntegrationMetadata) SetExternalStatus(v IntegrationStatus) + func (o *IntegrationMetadata) SetExternalUrl(v string) + func (o *IntegrationMetadata) SetLastChecked(v int64) + func (o IntegrationMetadata) MarshalJSON() ([]byte, error) + type IntegrationStatus struct + Display string + Value string + func NewIntegrationStatus(display string, value string) *IntegrationStatus + func NewIntegrationStatusWithDefaults() *IntegrationStatus + func (o *IntegrationStatus) GetDisplay() string + func (o *IntegrationStatus) GetDisplayOk() (*string, bool) + func (o *IntegrationStatus) GetValue() string + func (o *IntegrationStatus) GetValueOk() (*string, bool) + func (o *IntegrationStatus) SetDisplay(v string) + func (o *IntegrationStatus) SetValue(v string) + func (o IntegrationStatus) MarshalJSON() ([]byte, error) + type IntegrationStatusRep struct + ResponseBody *string + StatusCode *int32 + Timestamp *int64 + func NewIntegrationStatusRep() *IntegrationStatusRep + func NewIntegrationStatusRepWithDefaults() *IntegrationStatusRep + func (o *IntegrationStatusRep) GetResponseBody() string + func (o *IntegrationStatusRep) GetResponseBodyOk() (*string, bool) + func (o *IntegrationStatusRep) GetStatusCode() int32 + func (o *IntegrationStatusRep) GetStatusCodeOk() (*int32, bool) + func (o *IntegrationStatusRep) GetTimestamp() int64 + func (o *IntegrationStatusRep) GetTimestampOk() (*int64, bool) + func (o *IntegrationStatusRep) HasResponseBody() bool + func (o *IntegrationStatusRep) HasStatusCode() bool + func (o *IntegrationStatusRep) HasTimestamp() bool + func (o *IntegrationStatusRep) SetResponseBody(v string) + func (o *IntegrationStatusRep) SetStatusCode(v int32) + func (o *IntegrationStatusRep) SetTimestamp(v int64) + func (o IntegrationStatusRep) MarshalJSON() ([]byte, error) + type IntegrationSubscriptionStatusRep struct + ErrorCount *int32 + Errors []IntegrationStatusRep + LastError *int64 + LastSuccess *int64 + SuccessCount *int32 + func NewIntegrationSubscriptionStatusRep() *IntegrationSubscriptionStatusRep + func NewIntegrationSubscriptionStatusRepWithDefaults() *IntegrationSubscriptionStatusRep + func (o *IntegrationSubscriptionStatusRep) GetErrorCount() int32 + func (o *IntegrationSubscriptionStatusRep) GetErrorCountOk() (*int32, bool) + func (o *IntegrationSubscriptionStatusRep) GetErrors() []IntegrationStatusRep + func (o *IntegrationSubscriptionStatusRep) GetErrorsOk() ([]IntegrationStatusRep, bool) + func (o *IntegrationSubscriptionStatusRep) GetLastError() int64 + func (o *IntegrationSubscriptionStatusRep) GetLastErrorOk() (*int64, bool) + func (o *IntegrationSubscriptionStatusRep) GetLastSuccess() int64 + func (o *IntegrationSubscriptionStatusRep) GetLastSuccessOk() (*int64, bool) + func (o *IntegrationSubscriptionStatusRep) GetSuccessCount() int32 + func (o *IntegrationSubscriptionStatusRep) GetSuccessCountOk() (*int32, bool) + func (o *IntegrationSubscriptionStatusRep) HasErrorCount() bool + func (o *IntegrationSubscriptionStatusRep) HasErrors() bool + func (o *IntegrationSubscriptionStatusRep) HasLastError() bool + func (o *IntegrationSubscriptionStatusRep) HasLastSuccess() bool + func (o *IntegrationSubscriptionStatusRep) HasSuccessCount() bool + func (o *IntegrationSubscriptionStatusRep) SetErrorCount(v int32) + func (o *IntegrationSubscriptionStatusRep) SetErrors(v []IntegrationStatusRep) + func (o *IntegrationSubscriptionStatusRep) SetLastError(v int64) + func (o *IntegrationSubscriptionStatusRep) SetLastSuccess(v int64) + func (o *IntegrationSubscriptionStatusRep) SetSuccessCount(v int32) + func (o IntegrationSubscriptionStatusRep) MarshalJSON() ([]byte, error) + type Integrations struct + Items []Integration + Key *string + Links *map[string]Link + func NewIntegrations() *Integrations + func NewIntegrationsWithDefaults() *Integrations + func (o *Integrations) GetItems() []Integration + func (o *Integrations) GetItemsOk() ([]Integration, bool) + func (o *Integrations) GetKey() string + func (o *Integrations) GetKeyOk() (*string, bool) + func (o *Integrations) GetLinks() map[string]Link + func (o *Integrations) GetLinksOk() (*map[string]Link, bool) + func (o *Integrations) HasItems() bool + func (o *Integrations) HasKey() bool + func (o *Integrations) HasLinks() bool + func (o *Integrations) SetItems(v []Integration) + func (o *Integrations) SetKey(v string) + func (o *Integrations) SetLinks(v map[string]Link) + func (o Integrations) MarshalJSON() ([]byte, error) + type InvalidRequestErrorRep struct + Code string + Message string + func NewInvalidRequestErrorRep(code string, message string) *InvalidRequestErrorRep + func NewInvalidRequestErrorRepWithDefaults() *InvalidRequestErrorRep + func (o *InvalidRequestErrorRep) GetCode() string + func (o *InvalidRequestErrorRep) GetCodeOk() (*string, bool) + func (o *InvalidRequestErrorRep) GetMessage() string + func (o *InvalidRequestErrorRep) GetMessageOk() (*string, bool) + func (o *InvalidRequestErrorRep) SetCode(v string) + func (o *InvalidRequestErrorRep) SetMessage(v string) + func (o InvalidRequestErrorRep) MarshalJSON() ([]byte, error) + type IpList struct + Addresses []string + OutboundAddresses []string + func NewIpList(addresses []string, outboundAddresses []string) *IpList + func NewIpListWithDefaults() *IpList + func (o *IpList) GetAddresses() []string + func (o *IpList) GetAddressesOk() ([]string, bool) + func (o *IpList) GetOutboundAddresses() []string + func (o *IpList) GetOutboundAddressesOk() ([]string, bool) + func (o *IpList) SetAddresses(v []string) + func (o *IpList) SetOutboundAddresses(v []string) + func (o IpList) MarshalJSON() ([]byte, error) + type IterationInput struct + CanReshuffleTraffic *bool + Flags map[string]FlagInput + Hypothesis string + Metrics []MetricInput + RandomizationUnit *string + Treatments []TreatmentInput + func NewIterationInput(hypothesis string, metrics []MetricInput, treatments []TreatmentInput, ...) *IterationInput + func NewIterationInputWithDefaults() *IterationInput + func (o *IterationInput) GetCanReshuffleTraffic() bool + func (o *IterationInput) GetCanReshuffleTrafficOk() (*bool, bool) + func (o *IterationInput) GetFlags() map[string]FlagInput + func (o *IterationInput) GetFlagsOk() (*map[string]FlagInput, bool) + func (o *IterationInput) GetHypothesis() string + func (o *IterationInput) GetHypothesisOk() (*string, bool) + func (o *IterationInput) GetMetrics() []MetricInput + func (o *IterationInput) GetMetricsOk() ([]MetricInput, bool) + func (o *IterationInput) GetRandomizationUnit() string + func (o *IterationInput) GetRandomizationUnitOk() (*string, bool) + func (o *IterationInput) GetTreatments() []TreatmentInput + func (o *IterationInput) GetTreatmentsOk() ([]TreatmentInput, bool) + func (o *IterationInput) HasCanReshuffleTraffic() bool + func (o *IterationInput) HasRandomizationUnit() bool + func (o *IterationInput) SetCanReshuffleTraffic(v bool) + func (o *IterationInput) SetFlags(v map[string]FlagInput) + func (o *IterationInput) SetHypothesis(v string) + func (o *IterationInput) SetMetrics(v []MetricInput) + func (o *IterationInput) SetRandomizationUnit(v string) + func (o *IterationInput) SetTreatments(v []TreatmentInput) + func (o IterationInput) MarshalJSON() ([]byte, error) + type IterationRep struct + CanReshuffleTraffic *bool + CreatedAt int64 + EndedAt *int64 + Flags *map[string]FlagRep + Hypothesis string + Id *string + PrimaryMetric *DependentMetricOrMetricGroupRep + RandomizationUnit *string + SecondaryMetrics []MetricV2Rep + StartedAt *int64 + Status string + Treatments []TreatmentRep + WinningReason *string + WinningTreatmentId *string + func NewIterationRep(hypothesis string, status string, createdAt int64) *IterationRep + func NewIterationRepWithDefaults() *IterationRep + func (o *IterationRep) GetCanReshuffleTraffic() bool + func (o *IterationRep) GetCanReshuffleTrafficOk() (*bool, bool) + func (o *IterationRep) GetCreatedAt() int64 + func (o *IterationRep) GetCreatedAtOk() (*int64, bool) + func (o *IterationRep) GetEndedAt() int64 + func (o *IterationRep) GetEndedAtOk() (*int64, bool) + func (o *IterationRep) GetFlags() map[string]FlagRep + func (o *IterationRep) GetFlagsOk() (*map[string]FlagRep, bool) + func (o *IterationRep) GetHypothesis() string + func (o *IterationRep) GetHypothesisOk() (*string, bool) + func (o *IterationRep) GetId() string + func (o *IterationRep) GetIdOk() (*string, bool) + func (o *IterationRep) GetPrimaryMetric() DependentMetricOrMetricGroupRep + func (o *IterationRep) GetPrimaryMetricOk() (*DependentMetricOrMetricGroupRep, bool) + func (o *IterationRep) GetRandomizationUnit() string + func (o *IterationRep) GetRandomizationUnitOk() (*string, bool) + func (o *IterationRep) GetSecondaryMetrics() []MetricV2Rep + func (o *IterationRep) GetSecondaryMetricsOk() ([]MetricV2Rep, bool) + func (o *IterationRep) GetStartedAt() int64 + func (o *IterationRep) GetStartedAtOk() (*int64, bool) + func (o *IterationRep) GetStatus() string + func (o *IterationRep) GetStatusOk() (*string, bool) + func (o *IterationRep) GetTreatments() []TreatmentRep + func (o *IterationRep) GetTreatmentsOk() ([]TreatmentRep, bool) + func (o *IterationRep) GetWinningReason() string + func (o *IterationRep) GetWinningReasonOk() (*string, bool) + func (o *IterationRep) GetWinningTreatmentId() string + func (o *IterationRep) GetWinningTreatmentIdOk() (*string, bool) + func (o *IterationRep) HasCanReshuffleTraffic() bool + func (o *IterationRep) HasEndedAt() bool + func (o *IterationRep) HasFlags() bool + func (o *IterationRep) HasId() bool + func (o *IterationRep) HasPrimaryMetric() bool + func (o *IterationRep) HasRandomizationUnit() bool + func (o *IterationRep) HasSecondaryMetrics() bool + func (o *IterationRep) HasStartedAt() bool + func (o *IterationRep) HasTreatments() bool + func (o *IterationRep) HasWinningReason() bool + func (o *IterationRep) HasWinningTreatmentId() bool + func (o *IterationRep) SetCanReshuffleTraffic(v bool) + func (o *IterationRep) SetCreatedAt(v int64) + func (o *IterationRep) SetEndedAt(v int64) + func (o *IterationRep) SetFlags(v map[string]FlagRep) + func (o *IterationRep) SetHypothesis(v string) + func (o *IterationRep) SetId(v string) + func (o *IterationRep) SetPrimaryMetric(v DependentMetricOrMetricGroupRep) + func (o *IterationRep) SetRandomizationUnit(v string) + func (o *IterationRep) SetSecondaryMetrics(v []MetricV2Rep) + func (o *IterationRep) SetStartedAt(v int64) + func (o *IterationRep) SetStatus(v string) + func (o *IterationRep) SetTreatments(v []TreatmentRep) + func (o *IterationRep) SetWinningReason(v string) + func (o *IterationRep) SetWinningTreatmentId(v string) + func (o IterationRep) MarshalJSON() ([]byte, error) + type LastSeenMetadata struct + TokenId *string + func NewLastSeenMetadata() *LastSeenMetadata + func NewLastSeenMetadataWithDefaults() *LastSeenMetadata + func (o *LastSeenMetadata) GetTokenId() string + func (o *LastSeenMetadata) GetTokenIdOk() (*string, bool) + func (o *LastSeenMetadata) HasTokenId() bool + func (o *LastSeenMetadata) SetTokenId(v string) + func (o LastSeenMetadata) MarshalJSON() ([]byte, error) + type LegacyExperimentRep struct + EnvironmentSettings *map[string]ExperimentEnvironmentSettingRep + Environments []string + Metric *MetricListingRep + MetricKey *string + func NewLegacyExperimentRep() *LegacyExperimentRep + func NewLegacyExperimentRepWithDefaults() *LegacyExperimentRep + func (o *LegacyExperimentRep) GetEnvironmentSettings() map[string]ExperimentEnvironmentSettingRep + func (o *LegacyExperimentRep) GetEnvironmentSettingsOk() (*map[string]ExperimentEnvironmentSettingRep, bool) + func (o *LegacyExperimentRep) GetEnvironments() []string + func (o *LegacyExperimentRep) GetEnvironmentsOk() ([]string, bool) + func (o *LegacyExperimentRep) GetMetric() MetricListingRep + func (o *LegacyExperimentRep) GetMetricKey() string + func (o *LegacyExperimentRep) GetMetricKeyOk() (*string, bool) + func (o *LegacyExperimentRep) GetMetricOk() (*MetricListingRep, bool) + func (o *LegacyExperimentRep) HasEnvironmentSettings() bool + func (o *LegacyExperimentRep) HasEnvironments() bool + func (o *LegacyExperimentRep) HasMetric() bool + func (o *LegacyExperimentRep) HasMetricKey() bool + func (o *LegacyExperimentRep) SetEnvironmentSettings(v map[string]ExperimentEnvironmentSettingRep) + func (o *LegacyExperimentRep) SetEnvironments(v []string) + func (o *LegacyExperimentRep) SetMetric(v MetricListingRep) + func (o *LegacyExperimentRep) SetMetricKey(v string) + func (o LegacyExperimentRep) MarshalJSON() ([]byte, error) + type Link struct + Href *string + Type *string + func NewLink() *Link + func NewLinkWithDefaults() *Link + func (o *Link) GetHref() string + func (o *Link) GetHrefOk() (*string, bool) + func (o *Link) GetType() string + func (o *Link) GetTypeOk() (*string, bool) + func (o *Link) HasHref() bool + func (o *Link) HasType() bool + func (o *Link) SetHref(v string) + func (o *Link) SetType(v string) + func (o Link) MarshalJSON() ([]byte, error) + type MaintainerInput struct + Member *MemberInput + Team *TeamInput + func NewMaintainerInput() *MaintainerInput + func NewMaintainerInputWithDefaults() *MaintainerInput + func (o *MaintainerInput) GetMember() MemberInput + func (o *MaintainerInput) GetMemberOk() (*MemberInput, bool) + func (o *MaintainerInput) GetTeam() TeamInput + func (o *MaintainerInput) GetTeamOk() (*TeamInput, bool) + func (o *MaintainerInput) HasMember() bool + func (o *MaintainerInput) HasTeam() bool + func (o *MaintainerInput) SetMember(v MemberInput) + func (o *MaintainerInput) SetTeam(v TeamInput) + func (o MaintainerInput) MarshalJSON() ([]byte, error) + type MaintainerRep struct + Member *MemberSummary + Team *MemberTeamSummaryRep + func NewMaintainerRep() *MaintainerRep + func NewMaintainerRepWithDefaults() *MaintainerRep + func (o *MaintainerRep) GetMember() MemberSummary + func (o *MaintainerRep) GetMemberOk() (*MemberSummary, bool) + func (o *MaintainerRep) GetTeam() MemberTeamSummaryRep + func (o *MaintainerRep) GetTeamOk() (*MemberTeamSummaryRep, bool) + func (o *MaintainerRep) HasMember() bool + func (o *MaintainerRep) HasTeam() bool + func (o *MaintainerRep) SetMember(v MemberSummary) + func (o *MaintainerRep) SetTeam(v MemberTeamSummaryRep) + func (o MaintainerRep) MarshalJSON() ([]byte, error) + type MaintainerTeam struct + Key *string + Links *map[string]Link + Name *string + func NewMaintainerTeam() *MaintainerTeam + func NewMaintainerTeamWithDefaults() *MaintainerTeam + func (o *MaintainerTeam) GetKey() string + func (o *MaintainerTeam) GetKeyOk() (*string, bool) + func (o *MaintainerTeam) GetLinks() map[string]Link + func (o *MaintainerTeam) GetLinksOk() (*map[string]Link, bool) + func (o *MaintainerTeam) GetName() string + func (o *MaintainerTeam) GetNameOk() (*string, bool) + func (o *MaintainerTeam) HasKey() bool + func (o *MaintainerTeam) HasLinks() bool + func (o *MaintainerTeam) HasName() bool + func (o *MaintainerTeam) SetKey(v string) + func (o *MaintainerTeam) SetLinks(v map[string]Link) + func (o *MaintainerTeam) SetName(v string) + func (o MaintainerTeam) MarshalJSON() ([]byte, error) + type Member struct + CreationDate int64 + CustomRoles []string + Email string + ExcludedDashboards []string + FirstName *string + Id string + IntegrationMetadata *IntegrationMetadata + LastName *string + LastSeen int64 + LastSeenMetadata *LastSeenMetadata + Links map[string]Link + Mfa string + OauthProviders []string + PendingEmail *string + PendingInvite bool + PermissionGrants []MemberPermissionGrantSummaryRep + Role string + Teams []MemberTeamSummaryRep + Verified bool + func NewMember(links map[string]Link, id string, role string, email string, ...) *Member + func NewMemberWithDefaults() *Member + func (o *Member) GetCreationDate() int64 + func (o *Member) GetCreationDateOk() (*int64, bool) + func (o *Member) GetCustomRoles() []string + func (o *Member) GetCustomRolesOk() ([]string, bool) + func (o *Member) GetEmail() string + func (o *Member) GetEmailOk() (*string, bool) + func (o *Member) GetExcludedDashboards() []string + func (o *Member) GetExcludedDashboardsOk() ([]string, bool) + func (o *Member) GetFirstName() string + func (o *Member) GetFirstNameOk() (*string, bool) + func (o *Member) GetId() string + func (o *Member) GetIdOk() (*string, bool) + func (o *Member) GetIntegrationMetadata() IntegrationMetadata + func (o *Member) GetIntegrationMetadataOk() (*IntegrationMetadata, bool) + func (o *Member) GetLastName() string + func (o *Member) GetLastNameOk() (*string, bool) + func (o *Member) GetLastSeen() int64 + func (o *Member) GetLastSeenMetadata() LastSeenMetadata + func (o *Member) GetLastSeenMetadataOk() (*LastSeenMetadata, bool) + func (o *Member) GetLastSeenOk() (*int64, bool) + func (o *Member) GetLinks() map[string]Link + func (o *Member) GetLinksOk() (*map[string]Link, bool) + func (o *Member) GetMfa() string + func (o *Member) GetMfaOk() (*string, bool) + func (o *Member) GetOauthProviders() []string + func (o *Member) GetOauthProvidersOk() ([]string, bool) + func (o *Member) GetPendingEmail() string + func (o *Member) GetPendingEmailOk() (*string, bool) + func (o *Member) GetPendingInvite() bool + func (o *Member) GetPendingInviteOk() (*bool, bool) + func (o *Member) GetPermissionGrants() []MemberPermissionGrantSummaryRep + func (o *Member) GetPermissionGrantsOk() ([]MemberPermissionGrantSummaryRep, bool) + func (o *Member) GetRole() string + func (o *Member) GetRoleOk() (*string, bool) + func (o *Member) GetTeams() []MemberTeamSummaryRep + func (o *Member) GetTeamsOk() ([]MemberTeamSummaryRep, bool) + func (o *Member) GetVerified() bool + func (o *Member) GetVerifiedOk() (*bool, bool) + func (o *Member) HasExcludedDashboards() bool + func (o *Member) HasFirstName() bool + func (o *Member) HasIntegrationMetadata() bool + func (o *Member) HasLastName() bool + func (o *Member) HasLastSeenMetadata() bool + func (o *Member) HasOauthProviders() bool + func (o *Member) HasPendingEmail() bool + func (o *Member) HasPermissionGrants() bool + func (o *Member) HasTeams() bool + func (o *Member) SetCreationDate(v int64) + func (o *Member) SetCustomRoles(v []string) + func (o *Member) SetEmail(v string) + func (o *Member) SetExcludedDashboards(v []string) + func (o *Member) SetFirstName(v string) + func (o *Member) SetId(v string) + func (o *Member) SetIntegrationMetadata(v IntegrationMetadata) + func (o *Member) SetLastName(v string) + func (o *Member) SetLastSeen(v int64) + func (o *Member) SetLastSeenMetadata(v LastSeenMetadata) + func (o *Member) SetLinks(v map[string]Link) + func (o *Member) SetMfa(v string) + func (o *Member) SetOauthProviders(v []string) + func (o *Member) SetPendingEmail(v string) + func (o *Member) SetPendingInvite(v bool) + func (o *Member) SetPermissionGrants(v []MemberPermissionGrantSummaryRep) + func (o *Member) SetRole(v string) + func (o *Member) SetTeams(v []MemberTeamSummaryRep) + func (o *Member) SetVerified(v bool) + func (o Member) MarshalJSON() ([]byte, error) + type MemberDataRep struct + Email *string + FirstName *string + Id *string + LastName *string + Links *map[string]Link + func NewMemberDataRep() *MemberDataRep + func NewMemberDataRepWithDefaults() *MemberDataRep + func (o *MemberDataRep) GetEmail() string + func (o *MemberDataRep) GetEmailOk() (*string, bool) + func (o *MemberDataRep) GetFirstName() string + func (o *MemberDataRep) GetFirstNameOk() (*string, bool) + func (o *MemberDataRep) GetId() string + func (o *MemberDataRep) GetIdOk() (*string, bool) + func (o *MemberDataRep) GetLastName() string + func (o *MemberDataRep) GetLastNameOk() (*string, bool) + func (o *MemberDataRep) GetLinks() map[string]Link + func (o *MemberDataRep) GetLinksOk() (*map[string]Link, bool) + func (o *MemberDataRep) HasEmail() bool + func (o *MemberDataRep) HasFirstName() bool + func (o *MemberDataRep) HasId() bool + func (o *MemberDataRep) HasLastName() bool + func (o *MemberDataRep) HasLinks() bool + func (o *MemberDataRep) SetEmail(v string) + func (o *MemberDataRep) SetFirstName(v string) + func (o *MemberDataRep) SetId(v string) + func (o *MemberDataRep) SetLastName(v string) + func (o *MemberDataRep) SetLinks(v map[string]Link) + func (o MemberDataRep) MarshalJSON() ([]byte, error) + type MemberImportItem struct + Message *string + Status string + Value string + func NewMemberImportItem(status string, value string) *MemberImportItem + func NewMemberImportItemWithDefaults() *MemberImportItem + func (o *MemberImportItem) GetMessage() string + func (o *MemberImportItem) GetMessageOk() (*string, bool) + func (o *MemberImportItem) GetStatus() string + func (o *MemberImportItem) GetStatusOk() (*string, bool) + func (o *MemberImportItem) GetValue() string + func (o *MemberImportItem) GetValueOk() (*string, bool) + func (o *MemberImportItem) HasMessage() bool + func (o *MemberImportItem) SetMessage(v string) + func (o *MemberImportItem) SetStatus(v string) + func (o *MemberImportItem) SetValue(v string) + func (o MemberImportItem) MarshalJSON() ([]byte, error) + type MemberInput struct + Id *string + func NewMemberInput() *MemberInput + func NewMemberInputWithDefaults() *MemberInput + func (o *MemberInput) GetId() string + func (o *MemberInput) GetIdOk() (*string, bool) + func (o *MemberInput) HasId() bool + func (o *MemberInput) SetId(v string) + func (o MemberInput) MarshalJSON() ([]byte, error) + type MemberPermissionGrantSummaryRep struct + ActionSet *string + Actions []string + Resource string + func NewMemberPermissionGrantSummaryRep(resource string) *MemberPermissionGrantSummaryRep + func NewMemberPermissionGrantSummaryRepWithDefaults() *MemberPermissionGrantSummaryRep + func (o *MemberPermissionGrantSummaryRep) GetActionSet() string + func (o *MemberPermissionGrantSummaryRep) GetActionSetOk() (*string, bool) + func (o *MemberPermissionGrantSummaryRep) GetActions() []string + func (o *MemberPermissionGrantSummaryRep) GetActionsOk() ([]string, bool) + func (o *MemberPermissionGrantSummaryRep) GetResource() string + func (o *MemberPermissionGrantSummaryRep) GetResourceOk() (*string, bool) + func (o *MemberPermissionGrantSummaryRep) HasActionSet() bool + func (o *MemberPermissionGrantSummaryRep) HasActions() bool + func (o *MemberPermissionGrantSummaryRep) SetActionSet(v string) + func (o *MemberPermissionGrantSummaryRep) SetActions(v []string) + func (o *MemberPermissionGrantSummaryRep) SetResource(v string) + func (o MemberPermissionGrantSummaryRep) MarshalJSON() ([]byte, error) + type MemberSummary struct + Email string + FirstName *string + Id string + LastName *string + Links map[string]Link + Role string + func NewMemberSummary(links map[string]Link, id string, role string, email string) *MemberSummary + func NewMemberSummaryWithDefaults() *MemberSummary + func (o *MemberSummary) GetEmail() string + func (o *MemberSummary) GetEmailOk() (*string, bool) + func (o *MemberSummary) GetFirstName() string + func (o *MemberSummary) GetFirstNameOk() (*string, bool) + func (o *MemberSummary) GetId() string + func (o *MemberSummary) GetIdOk() (*string, bool) + func (o *MemberSummary) GetLastName() string + func (o *MemberSummary) GetLastNameOk() (*string, bool) + func (o *MemberSummary) GetLinks() map[string]Link + func (o *MemberSummary) GetLinksOk() (*map[string]Link, bool) + func (o *MemberSummary) GetRole() string + func (o *MemberSummary) GetRoleOk() (*string, bool) + func (o *MemberSummary) HasFirstName() bool + func (o *MemberSummary) HasLastName() bool + func (o *MemberSummary) SetEmail(v string) + func (o *MemberSummary) SetFirstName(v string) + func (o *MemberSummary) SetId(v string) + func (o *MemberSummary) SetLastName(v string) + func (o *MemberSummary) SetLinks(v map[string]Link) + func (o *MemberSummary) SetRole(v string) + func (o MemberSummary) MarshalJSON() ([]byte, error) + type MemberTeamSummaryRep struct + CustomRoleKeys []string + Key string + Links *map[string]Link + Name string + func NewMemberTeamSummaryRep(customRoleKeys []string, key string, name string) *MemberTeamSummaryRep + func NewMemberTeamSummaryRepWithDefaults() *MemberTeamSummaryRep + func (o *MemberTeamSummaryRep) GetCustomRoleKeys() []string + func (o *MemberTeamSummaryRep) GetCustomRoleKeysOk() ([]string, bool) + func (o *MemberTeamSummaryRep) GetKey() string + func (o *MemberTeamSummaryRep) GetKeyOk() (*string, bool) + func (o *MemberTeamSummaryRep) GetLinks() map[string]Link + func (o *MemberTeamSummaryRep) GetLinksOk() (*map[string]Link, bool) + func (o *MemberTeamSummaryRep) GetName() string + func (o *MemberTeamSummaryRep) GetNameOk() (*string, bool) + func (o *MemberTeamSummaryRep) HasLinks() bool + func (o *MemberTeamSummaryRep) SetCustomRoleKeys(v []string) + func (o *MemberTeamSummaryRep) SetKey(v string) + func (o *MemberTeamSummaryRep) SetLinks(v map[string]Link) + func (o *MemberTeamSummaryRep) SetName(v string) + func (o MemberTeamSummaryRep) MarshalJSON() ([]byte, error) + type MemberTeamsPostInput struct + TeamKeys []string + func NewMemberTeamsPostInput(teamKeys []string) *MemberTeamsPostInput + func NewMemberTeamsPostInputWithDefaults() *MemberTeamsPostInput + func (o *MemberTeamsPostInput) GetTeamKeys() []string + func (o *MemberTeamsPostInput) GetTeamKeysOk() ([]string, bool) + func (o *MemberTeamsPostInput) SetTeamKeys(v []string) + func (o MemberTeamsPostInput) MarshalJSON() ([]byte, error) + type Members struct + Items []Member + Links map[string]Link + TotalCount *int32 + func NewMembers(items []Member, links map[string]Link) *Members + func NewMembersWithDefaults() *Members + func (o *Members) GetItems() []Member + func (o *Members) GetItemsOk() ([]Member, bool) + func (o *Members) GetLinks() map[string]Link + func (o *Members) GetLinksOk() (*map[string]Link, bool) + func (o *Members) GetTotalCount() int32 + func (o *Members) GetTotalCountOk() (*int32, bool) + func (o *Members) HasTotalCount() bool + func (o *Members) SetItems(v []Member) + func (o *Members) SetLinks(v map[string]Link) + func (o *Members) SetTotalCount(v int32) + func (o Members) MarshalJSON() ([]byte, error) + type MembersPatchInput struct + Comment *string + Instructions []map[string]interface{} + func NewMembersPatchInput(instructions []map[string]interface{}) *MembersPatchInput + func NewMembersPatchInputWithDefaults() *MembersPatchInput + func (o *MembersPatchInput) GetComment() string + func (o *MembersPatchInput) GetCommentOk() (*string, bool) + func (o *MembersPatchInput) GetInstructions() []map[string]interface{} + func (o *MembersPatchInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *MembersPatchInput) HasComment() bool + func (o *MembersPatchInput) SetComment(v string) + func (o *MembersPatchInput) SetInstructions(v []map[string]interface{}) + func (o MembersPatchInput) MarshalJSON() ([]byte, error) + type MethodNotAllowedErrorRep struct + Code string + Message string + func NewMethodNotAllowedErrorRep(code string, message string) *MethodNotAllowedErrorRep + func NewMethodNotAllowedErrorRepWithDefaults() *MethodNotAllowedErrorRep + func (o *MethodNotAllowedErrorRep) GetCode() string + func (o *MethodNotAllowedErrorRep) GetCodeOk() (*string, bool) + func (o *MethodNotAllowedErrorRep) GetMessage() string + func (o *MethodNotAllowedErrorRep) GetMessageOk() (*string, bool) + func (o *MethodNotAllowedErrorRep) SetCode(v string) + func (o *MethodNotAllowedErrorRep) SetMessage(v string) + func (o MethodNotAllowedErrorRep) MarshalJSON() ([]byte, error) + type MetricCollectionRep struct + Items []MetricListingRep + Links *map[string]Link + func NewMetricCollectionRep() *MetricCollectionRep + func NewMetricCollectionRepWithDefaults() *MetricCollectionRep + func (o *MetricCollectionRep) GetItems() []MetricListingRep + func (o *MetricCollectionRep) GetItemsOk() ([]MetricListingRep, bool) + func (o *MetricCollectionRep) GetLinks() map[string]Link + func (o *MetricCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricCollectionRep) HasItems() bool + func (o *MetricCollectionRep) HasLinks() bool + func (o *MetricCollectionRep) SetItems(v []MetricListingRep) + func (o *MetricCollectionRep) SetLinks(v map[string]Link) + func (o MetricCollectionRep) MarshalJSON() ([]byte, error) + type MetricEventDefaultRep struct + Disabled *bool + Value *float32 + func NewMetricEventDefaultRep() *MetricEventDefaultRep + func NewMetricEventDefaultRepWithDefaults() *MetricEventDefaultRep + func (o *MetricEventDefaultRep) GetDisabled() bool + func (o *MetricEventDefaultRep) GetDisabledOk() (*bool, bool) + func (o *MetricEventDefaultRep) GetValue() float32 + func (o *MetricEventDefaultRep) GetValueOk() (*float32, bool) + func (o *MetricEventDefaultRep) HasDisabled() bool + func (o *MetricEventDefaultRep) HasValue() bool + func (o *MetricEventDefaultRep) SetDisabled(v bool) + func (o *MetricEventDefaultRep) SetValue(v float32) + func (o MetricEventDefaultRep) MarshalJSON() ([]byte, error) + type MetricGroupCollectionRep struct + Items []MetricGroupRep + Links *map[string]Link + func NewMetricGroupCollectionRep(items []MetricGroupRep) *MetricGroupCollectionRep + func NewMetricGroupCollectionRepWithDefaults() *MetricGroupCollectionRep + func (o *MetricGroupCollectionRep) GetItems() []MetricGroupRep + func (o *MetricGroupCollectionRep) GetItemsOk() ([]MetricGroupRep, bool) + func (o *MetricGroupCollectionRep) GetLinks() map[string]Link + func (o *MetricGroupCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricGroupCollectionRep) HasLinks() bool + func (o *MetricGroupCollectionRep) SetItems(v []MetricGroupRep) + func (o *MetricGroupCollectionRep) SetLinks(v map[string]Link) + func (o MetricGroupCollectionRep) MarshalJSON() ([]byte, error) + type MetricGroupPost struct + Description *string + Key string + Kind string + MaintainerId string + Metrics []MetricInMetricGroupInput + Name string + Tags []string + func NewMetricGroupPost(key string, name string, kind string, maintainerId string, tags []string, ...) *MetricGroupPost + func NewMetricGroupPostWithDefaults() *MetricGroupPost + func (o *MetricGroupPost) GetDescription() string + func (o *MetricGroupPost) GetDescriptionOk() (*string, bool) + func (o *MetricGroupPost) GetKey() string + func (o *MetricGroupPost) GetKeyOk() (*string, bool) + func (o *MetricGroupPost) GetKind() string + func (o *MetricGroupPost) GetKindOk() (*string, bool) + func (o *MetricGroupPost) GetMaintainerId() string + func (o *MetricGroupPost) GetMaintainerIdOk() (*string, bool) + func (o *MetricGroupPost) GetMetrics() []MetricInMetricGroupInput + func (o *MetricGroupPost) GetMetricsOk() ([]MetricInMetricGroupInput, bool) + func (o *MetricGroupPost) GetName() string + func (o *MetricGroupPost) GetNameOk() (*string, bool) + func (o *MetricGroupPost) GetTags() []string + func (o *MetricGroupPost) GetTagsOk() ([]string, bool) + func (o *MetricGroupPost) HasDescription() bool + func (o *MetricGroupPost) SetDescription(v string) + func (o *MetricGroupPost) SetKey(v string) + func (o *MetricGroupPost) SetKind(v string) + func (o *MetricGroupPost) SetMaintainerId(v string) + func (o *MetricGroupPost) SetMetrics(v []MetricInMetricGroupInput) + func (o *MetricGroupPost) SetName(v string) + func (o *MetricGroupPost) SetTags(v []string) + func (o MetricGroupPost) MarshalJSON() ([]byte, error) + type MetricGroupRep struct + Access *Access + CreationDate int64 + Description *string + ExperimentCount *int32 + Experiments []DependentExperimentRep + Id string + Key string + Kind string + LastModified int64 + Links map[string]Link + Maintainer MaintainerRep + Metrics []MetricInGroupRep + Name string + Tags []string + Version int32 + func NewMetricGroupRep(id string, key string, name string, kind string, links map[string]Link, ...) *MetricGroupRep + func NewMetricGroupRepWithDefaults() *MetricGroupRep + func (o *MetricGroupRep) GetAccess() Access + func (o *MetricGroupRep) GetAccessOk() (*Access, bool) + func (o *MetricGroupRep) GetCreationDate() int64 + func (o *MetricGroupRep) GetCreationDateOk() (*int64, bool) + func (o *MetricGroupRep) GetDescription() string + func (o *MetricGroupRep) GetDescriptionOk() (*string, bool) + func (o *MetricGroupRep) GetExperimentCount() int32 + func (o *MetricGroupRep) GetExperimentCountOk() (*int32, bool) + func (o *MetricGroupRep) GetExperiments() []DependentExperimentRep + func (o *MetricGroupRep) GetExperimentsOk() ([]DependentExperimentRep, bool) + func (o *MetricGroupRep) GetId() string + func (o *MetricGroupRep) GetIdOk() (*string, bool) + func (o *MetricGroupRep) GetKey() string + func (o *MetricGroupRep) GetKeyOk() (*string, bool) + func (o *MetricGroupRep) GetKind() string + func (o *MetricGroupRep) GetKindOk() (*string, bool) + func (o *MetricGroupRep) GetLastModified() int64 + func (o *MetricGroupRep) GetLastModifiedOk() (*int64, bool) + func (o *MetricGroupRep) GetLinks() map[string]Link + func (o *MetricGroupRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricGroupRep) GetMaintainer() MaintainerRep + func (o *MetricGroupRep) GetMaintainerOk() (*MaintainerRep, bool) + func (o *MetricGroupRep) GetMetrics() []MetricInGroupRep + func (o *MetricGroupRep) GetMetricsOk() ([]MetricInGroupRep, bool) + func (o *MetricGroupRep) GetName() string + func (o *MetricGroupRep) GetNameOk() (*string, bool) + func (o *MetricGroupRep) GetTags() []string + func (o *MetricGroupRep) GetTagsOk() ([]string, bool) + func (o *MetricGroupRep) GetVersion() int32 + func (o *MetricGroupRep) GetVersionOk() (*int32, bool) + func (o *MetricGroupRep) HasAccess() bool + func (o *MetricGroupRep) HasDescription() bool + func (o *MetricGroupRep) HasExperimentCount() bool + func (o *MetricGroupRep) HasExperiments() bool + func (o *MetricGroupRep) SetAccess(v Access) + func (o *MetricGroupRep) SetCreationDate(v int64) + func (o *MetricGroupRep) SetDescription(v string) + func (o *MetricGroupRep) SetExperimentCount(v int32) + func (o *MetricGroupRep) SetExperiments(v []DependentExperimentRep) + func (o *MetricGroupRep) SetId(v string) + func (o *MetricGroupRep) SetKey(v string) + func (o *MetricGroupRep) SetKind(v string) + func (o *MetricGroupRep) SetLastModified(v int64) + func (o *MetricGroupRep) SetLinks(v map[string]Link) + func (o *MetricGroupRep) SetMaintainer(v MaintainerRep) + func (o *MetricGroupRep) SetMetrics(v []MetricInGroupRep) + func (o *MetricGroupRep) SetName(v string) + func (o *MetricGroupRep) SetTags(v []string) + func (o *MetricGroupRep) SetVersion(v int32) + func (o MetricGroupRep) MarshalJSON() ([]byte, error) + type MetricGroupRepExpandableProperties struct + ExperimentCount *int32 + Experiments []DependentExperimentRep + func NewMetricGroupRepExpandableProperties() *MetricGroupRepExpandableProperties + func NewMetricGroupRepExpandablePropertiesWithDefaults() *MetricGroupRepExpandableProperties + func (o *MetricGroupRepExpandableProperties) GetExperimentCount() int32 + func (o *MetricGroupRepExpandableProperties) GetExperimentCountOk() (*int32, bool) + func (o *MetricGroupRepExpandableProperties) GetExperiments() []DependentExperimentRep + func (o *MetricGroupRepExpandableProperties) GetExperimentsOk() ([]DependentExperimentRep, bool) + func (o *MetricGroupRepExpandableProperties) HasExperimentCount() bool + func (o *MetricGroupRepExpandableProperties) HasExperiments() bool + func (o *MetricGroupRepExpandableProperties) SetExperimentCount(v int32) + func (o *MetricGroupRepExpandableProperties) SetExperiments(v []DependentExperimentRep) + func (o MetricGroupRepExpandableProperties) MarshalJSON() ([]byte, error) + type MetricGroupResultsRep struct + Links map[string]Link + Metrics []MetricInGroupResultsRep + func NewMetricGroupResultsRep(links map[string]Link, metrics []MetricInGroupResultsRep) *MetricGroupResultsRep + func NewMetricGroupResultsRepWithDefaults() *MetricGroupResultsRep + func (o *MetricGroupResultsRep) GetLinks() map[string]Link + func (o *MetricGroupResultsRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricGroupResultsRep) GetMetrics() []MetricInGroupResultsRep + func (o *MetricGroupResultsRep) GetMetricsOk() ([]MetricInGroupResultsRep, bool) + func (o *MetricGroupResultsRep) SetLinks(v map[string]Link) + func (o *MetricGroupResultsRep) SetMetrics(v []MetricInGroupResultsRep) + func (o MetricGroupResultsRep) MarshalJSON() ([]byte, error) + type MetricInGroupRep struct + Key string + Kind string + Links map[string]Link + Name string + NameInGroup string + RandomizationUnits []string + func NewMetricInGroupRep(key string, name string, kind string, links map[string]Link, ...) *MetricInGroupRep + func NewMetricInGroupRepWithDefaults() *MetricInGroupRep + func (o *MetricInGroupRep) GetKey() string + func (o *MetricInGroupRep) GetKeyOk() (*string, bool) + func (o *MetricInGroupRep) GetKind() string + func (o *MetricInGroupRep) GetKindOk() (*string, bool) + func (o *MetricInGroupRep) GetLinks() map[string]Link + func (o *MetricInGroupRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricInGroupRep) GetName() string + func (o *MetricInGroupRep) GetNameInGroup() string + func (o *MetricInGroupRep) GetNameInGroupOk() (*string, bool) + func (o *MetricInGroupRep) GetNameOk() (*string, bool) + func (o *MetricInGroupRep) GetRandomizationUnits() []string + func (o *MetricInGroupRep) GetRandomizationUnitsOk() ([]string, bool) + func (o *MetricInGroupRep) HasRandomizationUnits() bool + func (o *MetricInGroupRep) SetKey(v string) + func (o *MetricInGroupRep) SetKind(v string) + func (o *MetricInGroupRep) SetLinks(v map[string]Link) + func (o *MetricInGroupRep) SetName(v string) + func (o *MetricInGroupRep) SetNameInGroup(v string) + func (o *MetricInGroupRep) SetRandomizationUnits(v []string) + func (o MetricInGroupRep) MarshalJSON() ([]byte, error) + type MetricInGroupResultsRep struct + Metric MetricInGroupRep + Results ExperimentBayesianResultsRep + func NewMetricInGroupResultsRep(metric MetricInGroupRep, results ExperimentBayesianResultsRep) *MetricInGroupResultsRep + func NewMetricInGroupResultsRepWithDefaults() *MetricInGroupResultsRep + func (o *MetricInGroupResultsRep) GetMetric() MetricInGroupRep + func (o *MetricInGroupResultsRep) GetMetricOk() (*MetricInGroupRep, bool) + func (o *MetricInGroupResultsRep) GetResults() ExperimentBayesianResultsRep + func (o *MetricInGroupResultsRep) GetResultsOk() (*ExperimentBayesianResultsRep, bool) + func (o *MetricInGroupResultsRep) SetMetric(v MetricInGroupRep) + func (o *MetricInGroupResultsRep) SetResults(v ExperimentBayesianResultsRep) + func (o MetricInGroupResultsRep) MarshalJSON() ([]byte, error) + type MetricInMetricGroupInput struct + Key string + NameInGroup string + func NewMetricInMetricGroupInput(key string, nameInGroup string) *MetricInMetricGroupInput + func NewMetricInMetricGroupInputWithDefaults() *MetricInMetricGroupInput + func (o *MetricInMetricGroupInput) GetKey() string + func (o *MetricInMetricGroupInput) GetKeyOk() (*string, bool) + func (o *MetricInMetricGroupInput) GetNameInGroup() string + func (o *MetricInMetricGroupInput) GetNameInGroupOk() (*string, bool) + func (o *MetricInMetricGroupInput) SetKey(v string) + func (o *MetricInMetricGroupInput) SetNameInGroup(v string) + func (o MetricInMetricGroupInput) MarshalJSON() ([]byte, error) + type MetricInput struct + IsGroup *bool + Key string + Primary bool + func NewMetricInput(key string, primary bool) *MetricInput + func NewMetricInputWithDefaults() *MetricInput + func (o *MetricInput) GetIsGroup() bool + func (o *MetricInput) GetIsGroupOk() (*bool, bool) + func (o *MetricInput) GetKey() string + func (o *MetricInput) GetKeyOk() (*string, bool) + func (o *MetricInput) GetPrimary() bool + func (o *MetricInput) GetPrimaryOk() (*bool, bool) + func (o *MetricInput) HasIsGroup() bool + func (o *MetricInput) SetIsGroup(v bool) + func (o *MetricInput) SetKey(v string) + func (o *MetricInput) SetPrimary(v bool) + func (o MetricInput) MarshalJSON() ([]byte, error) + type MetricListingRep struct + Access *Access + AnalysisType *string + AttachedFlagCount *int32 + CreationDate int64 + Description *string + EventDefault *MetricEventDefaultRep + EventKey *string + ExperimentCount *int32 + Id string + IsNumeric *bool + Key string + Kind string + LastModified *Modification + Links map[string]Link + Maintainer *MemberSummary + MaintainerId *string + Name string + PercentileValue *int32 + RandomizationUnits []string + Site *Link + SuccessCriteria *string + Tags []string + Unit *string + UnitAggregationType *string + func NewMetricListingRep(id string, key string, name string, kind string, links map[string]Link, ...) *MetricListingRep + func NewMetricListingRepWithDefaults() *MetricListingRep + func (o *MetricListingRep) GetAccess() Access + func (o *MetricListingRep) GetAccessOk() (*Access, bool) + func (o *MetricListingRep) GetAnalysisType() string + func (o *MetricListingRep) GetAnalysisTypeOk() (*string, bool) + func (o *MetricListingRep) GetAttachedFlagCount() int32 + func (o *MetricListingRep) GetAttachedFlagCountOk() (*int32, bool) + func (o *MetricListingRep) GetCreationDate() int64 + func (o *MetricListingRep) GetCreationDateOk() (*int64, bool) + func (o *MetricListingRep) GetDescription() string + func (o *MetricListingRep) GetDescriptionOk() (*string, bool) + func (o *MetricListingRep) GetEventDefault() MetricEventDefaultRep + func (o *MetricListingRep) GetEventDefaultOk() (*MetricEventDefaultRep, bool) + func (o *MetricListingRep) GetEventKey() string + func (o *MetricListingRep) GetEventKeyOk() (*string, bool) + func (o *MetricListingRep) GetExperimentCount() int32 + func (o *MetricListingRep) GetExperimentCountOk() (*int32, bool) + func (o *MetricListingRep) GetId() string + func (o *MetricListingRep) GetIdOk() (*string, bool) + func (o *MetricListingRep) GetIsNumeric() bool + func (o *MetricListingRep) GetIsNumericOk() (*bool, bool) + func (o *MetricListingRep) GetKey() string + func (o *MetricListingRep) GetKeyOk() (*string, bool) + func (o *MetricListingRep) GetKind() string + func (o *MetricListingRep) GetKindOk() (*string, bool) + func (o *MetricListingRep) GetLastModified() Modification + func (o *MetricListingRep) GetLastModifiedOk() (*Modification, bool) + func (o *MetricListingRep) GetLinks() map[string]Link + func (o *MetricListingRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricListingRep) GetMaintainer() MemberSummary + func (o *MetricListingRep) GetMaintainerId() string + func (o *MetricListingRep) GetMaintainerIdOk() (*string, bool) + func (o *MetricListingRep) GetMaintainerOk() (*MemberSummary, bool) + func (o *MetricListingRep) GetName() string + func (o *MetricListingRep) GetNameOk() (*string, bool) + func (o *MetricListingRep) GetPercentileValue() int32 + func (o *MetricListingRep) GetPercentileValueOk() (*int32, bool) + func (o *MetricListingRep) GetRandomizationUnits() []string + func (o *MetricListingRep) GetRandomizationUnitsOk() ([]string, bool) + func (o *MetricListingRep) GetSite() Link + func (o *MetricListingRep) GetSiteOk() (*Link, bool) + func (o *MetricListingRep) GetSuccessCriteria() string + func (o *MetricListingRep) GetSuccessCriteriaOk() (*string, bool) + func (o *MetricListingRep) GetTags() []string + func (o *MetricListingRep) GetTagsOk() ([]string, bool) + func (o *MetricListingRep) GetUnit() string + func (o *MetricListingRep) GetUnitAggregationType() string + func (o *MetricListingRep) GetUnitAggregationTypeOk() (*string, bool) + func (o *MetricListingRep) GetUnitOk() (*string, bool) + func (o *MetricListingRep) HasAccess() bool + func (o *MetricListingRep) HasAnalysisType() bool + func (o *MetricListingRep) HasAttachedFlagCount() bool + func (o *MetricListingRep) HasDescription() bool + func (o *MetricListingRep) HasEventDefault() bool + func (o *MetricListingRep) HasEventKey() bool + func (o *MetricListingRep) HasExperimentCount() bool + func (o *MetricListingRep) HasIsNumeric() bool + func (o *MetricListingRep) HasLastModified() bool + func (o *MetricListingRep) HasMaintainer() bool + func (o *MetricListingRep) HasMaintainerId() bool + func (o *MetricListingRep) HasPercentileValue() bool + func (o *MetricListingRep) HasRandomizationUnits() bool + func (o *MetricListingRep) HasSite() bool + func (o *MetricListingRep) HasSuccessCriteria() bool + func (o *MetricListingRep) HasUnit() bool + func (o *MetricListingRep) HasUnitAggregationType() bool + func (o *MetricListingRep) SetAccess(v Access) + func (o *MetricListingRep) SetAnalysisType(v string) + func (o *MetricListingRep) SetAttachedFlagCount(v int32) + func (o *MetricListingRep) SetCreationDate(v int64) + func (o *MetricListingRep) SetDescription(v string) + func (o *MetricListingRep) SetEventDefault(v MetricEventDefaultRep) + func (o *MetricListingRep) SetEventKey(v string) + func (o *MetricListingRep) SetExperimentCount(v int32) + func (o *MetricListingRep) SetId(v string) + func (o *MetricListingRep) SetIsNumeric(v bool) + func (o *MetricListingRep) SetKey(v string) + func (o *MetricListingRep) SetKind(v string) + func (o *MetricListingRep) SetLastModified(v Modification) + func (o *MetricListingRep) SetLinks(v map[string]Link) + func (o *MetricListingRep) SetMaintainer(v MemberSummary) + func (o *MetricListingRep) SetMaintainerId(v string) + func (o *MetricListingRep) SetName(v string) + func (o *MetricListingRep) SetPercentileValue(v int32) + func (o *MetricListingRep) SetRandomizationUnits(v []string) + func (o *MetricListingRep) SetSite(v Link) + func (o *MetricListingRep) SetSuccessCriteria(v string) + func (o *MetricListingRep) SetTags(v []string) + func (o *MetricListingRep) SetUnit(v string) + func (o *MetricListingRep) SetUnitAggregationType(v string) + func (o MetricListingRep) MarshalJSON() ([]byte, error) + type MetricListingRepExpandableProperties struct + ExperimentCount *int32 + func NewMetricListingRepExpandableProperties() *MetricListingRepExpandableProperties + func NewMetricListingRepExpandablePropertiesWithDefaults() *MetricListingRepExpandableProperties + func (o *MetricListingRepExpandableProperties) GetExperimentCount() int32 + func (o *MetricListingRepExpandableProperties) GetExperimentCountOk() (*int32, bool) + func (o *MetricListingRepExpandableProperties) HasExperimentCount() bool + func (o *MetricListingRepExpandableProperties) SetExperimentCount(v int32) + func (o MetricListingRepExpandableProperties) MarshalJSON() ([]byte, error) + type MetricPost struct + Description *string + EventKey *string + IsActive *bool + IsNumeric *bool + Key string + Kind string + Name *string + RandomizationUnits []string + Selector *string + SuccessCriteria *string + Tags []string + Unit *string + UnitAggregationType *string + Urls []UrlPost + func NewMetricPost(key string, kind string) *MetricPost + func NewMetricPostWithDefaults() *MetricPost + func (o *MetricPost) GetDescription() string + func (o *MetricPost) GetDescriptionOk() (*string, bool) + func (o *MetricPost) GetEventKey() string + func (o *MetricPost) GetEventKeyOk() (*string, bool) + func (o *MetricPost) GetIsActive() bool + func (o *MetricPost) GetIsActiveOk() (*bool, bool) + func (o *MetricPost) GetIsNumeric() bool + func (o *MetricPost) GetIsNumericOk() (*bool, bool) + func (o *MetricPost) GetKey() string + func (o *MetricPost) GetKeyOk() (*string, bool) + func (o *MetricPost) GetKind() string + func (o *MetricPost) GetKindOk() (*string, bool) + func (o *MetricPost) GetName() string + func (o *MetricPost) GetNameOk() (*string, bool) + func (o *MetricPost) GetRandomizationUnits() []string + func (o *MetricPost) GetRandomizationUnitsOk() ([]string, bool) + func (o *MetricPost) GetSelector() string + func (o *MetricPost) GetSelectorOk() (*string, bool) + func (o *MetricPost) GetSuccessCriteria() string + func (o *MetricPost) GetSuccessCriteriaOk() (*string, bool) + func (o *MetricPost) GetTags() []string + func (o *MetricPost) GetTagsOk() ([]string, bool) + func (o *MetricPost) GetUnit() string + func (o *MetricPost) GetUnitAggregationType() string + func (o *MetricPost) GetUnitAggregationTypeOk() (*string, bool) + func (o *MetricPost) GetUnitOk() (*string, bool) + func (o *MetricPost) GetUrls() []UrlPost + func (o *MetricPost) GetUrlsOk() ([]UrlPost, bool) + func (o *MetricPost) HasDescription() bool + func (o *MetricPost) HasEventKey() bool + func (o *MetricPost) HasIsActive() bool + func (o *MetricPost) HasIsNumeric() bool + func (o *MetricPost) HasName() bool + func (o *MetricPost) HasRandomizationUnits() bool + func (o *MetricPost) HasSelector() bool + func (o *MetricPost) HasSuccessCriteria() bool + func (o *MetricPost) HasTags() bool + func (o *MetricPost) HasUnit() bool + func (o *MetricPost) HasUnitAggregationType() bool + func (o *MetricPost) HasUrls() bool + func (o *MetricPost) SetDescription(v string) + func (o *MetricPost) SetEventKey(v string) + func (o *MetricPost) SetIsActive(v bool) + func (o *MetricPost) SetIsNumeric(v bool) + func (o *MetricPost) SetKey(v string) + func (o *MetricPost) SetKind(v string) + func (o *MetricPost) SetName(v string) + func (o *MetricPost) SetRandomizationUnits(v []string) + func (o *MetricPost) SetSelector(v string) + func (o *MetricPost) SetSuccessCriteria(v string) + func (o *MetricPost) SetTags(v []string) + func (o *MetricPost) SetUnit(v string) + func (o *MetricPost) SetUnitAggregationType(v string) + func (o *MetricPost) SetUrls(v []UrlPost) + func (o MetricPost) MarshalJSON() ([]byte, error) + type MetricRep struct + Access *Access + AnalysisType *string + AttachedFeatures []FlagListingRep + AttachedFlagCount *int32 + CreationDate int64 + Description *string + EventDefault *MetricEventDefaultRep + EventKey *string + ExperimentCount *int32 + Experiments []DependentExperimentRep + Id string + IsActive *bool + IsNumeric *bool + Key string + Kind string + LastModified *Modification + Links map[string]Link + Maintainer *MemberSummary + MaintainerId *string + Name string + PercentileValue *int32 + RandomizationUnits []string + Selector *string + Site *Link + SuccessCriteria *string + Tags []string + Unit *string + UnitAggregationType *string + Urls []map[string]interface{} + Version *int32 + func NewMetricRep(id string, key string, name string, kind string, links map[string]Link, ...) *MetricRep + func NewMetricRepWithDefaults() *MetricRep + func (o *MetricRep) GetAccess() Access + func (o *MetricRep) GetAccessOk() (*Access, bool) + func (o *MetricRep) GetAnalysisType() string + func (o *MetricRep) GetAnalysisTypeOk() (*string, bool) + func (o *MetricRep) GetAttachedFeatures() []FlagListingRep + func (o *MetricRep) GetAttachedFeaturesOk() ([]FlagListingRep, bool) + func (o *MetricRep) GetAttachedFlagCount() int32 + func (o *MetricRep) GetAttachedFlagCountOk() (*int32, bool) + func (o *MetricRep) GetCreationDate() int64 + func (o *MetricRep) GetCreationDateOk() (*int64, bool) + func (o *MetricRep) GetDescription() string + func (o *MetricRep) GetDescriptionOk() (*string, bool) + func (o *MetricRep) GetEventDefault() MetricEventDefaultRep + func (o *MetricRep) GetEventDefaultOk() (*MetricEventDefaultRep, bool) + func (o *MetricRep) GetEventKey() string + func (o *MetricRep) GetEventKeyOk() (*string, bool) + func (o *MetricRep) GetExperimentCount() int32 + func (o *MetricRep) GetExperimentCountOk() (*int32, bool) + func (o *MetricRep) GetExperiments() []DependentExperimentRep + func (o *MetricRep) GetExperimentsOk() ([]DependentExperimentRep, bool) + func (o *MetricRep) GetId() string + func (o *MetricRep) GetIdOk() (*string, bool) + func (o *MetricRep) GetIsActive() bool + func (o *MetricRep) GetIsActiveOk() (*bool, bool) + func (o *MetricRep) GetIsNumeric() bool + func (o *MetricRep) GetIsNumericOk() (*bool, bool) + func (o *MetricRep) GetKey() string + func (o *MetricRep) GetKeyOk() (*string, bool) + func (o *MetricRep) GetKind() string + func (o *MetricRep) GetKindOk() (*string, bool) + func (o *MetricRep) GetLastModified() Modification + func (o *MetricRep) GetLastModifiedOk() (*Modification, bool) + func (o *MetricRep) GetLinks() map[string]Link + func (o *MetricRep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricRep) GetMaintainer() MemberSummary + func (o *MetricRep) GetMaintainerId() string + func (o *MetricRep) GetMaintainerIdOk() (*string, bool) + func (o *MetricRep) GetMaintainerOk() (*MemberSummary, bool) + func (o *MetricRep) GetName() string + func (o *MetricRep) GetNameOk() (*string, bool) + func (o *MetricRep) GetPercentileValue() int32 + func (o *MetricRep) GetPercentileValueOk() (*int32, bool) + func (o *MetricRep) GetRandomizationUnits() []string + func (o *MetricRep) GetRandomizationUnitsOk() ([]string, bool) + func (o *MetricRep) GetSelector() string + func (o *MetricRep) GetSelectorOk() (*string, bool) + func (o *MetricRep) GetSite() Link + func (o *MetricRep) GetSiteOk() (*Link, bool) + func (o *MetricRep) GetSuccessCriteria() string + func (o *MetricRep) GetSuccessCriteriaOk() (*string, bool) + func (o *MetricRep) GetTags() []string + func (o *MetricRep) GetTagsOk() ([]string, bool) + func (o *MetricRep) GetUnit() string + func (o *MetricRep) GetUnitAggregationType() string + func (o *MetricRep) GetUnitAggregationTypeOk() (*string, bool) + func (o *MetricRep) GetUnitOk() (*string, bool) + func (o *MetricRep) GetUrls() []map[string]interface{} + func (o *MetricRep) GetUrlsOk() ([]map[string]interface{}, bool) + func (o *MetricRep) GetVersion() int32 + func (o *MetricRep) GetVersionOk() (*int32, bool) + func (o *MetricRep) HasAccess() bool + func (o *MetricRep) HasAnalysisType() bool + func (o *MetricRep) HasAttachedFeatures() bool + func (o *MetricRep) HasAttachedFlagCount() bool + func (o *MetricRep) HasDescription() bool + func (o *MetricRep) HasEventDefault() bool + func (o *MetricRep) HasEventKey() bool + func (o *MetricRep) HasExperimentCount() bool + func (o *MetricRep) HasExperiments() bool + func (o *MetricRep) HasIsActive() bool + func (o *MetricRep) HasIsNumeric() bool + func (o *MetricRep) HasLastModified() bool + func (o *MetricRep) HasMaintainer() bool + func (o *MetricRep) HasMaintainerId() bool + func (o *MetricRep) HasPercentileValue() bool + func (o *MetricRep) HasRandomizationUnits() bool + func (o *MetricRep) HasSelector() bool + func (o *MetricRep) HasSite() bool + func (o *MetricRep) HasSuccessCriteria() bool + func (o *MetricRep) HasUnit() bool + func (o *MetricRep) HasUnitAggregationType() bool + func (o *MetricRep) HasUrls() bool + func (o *MetricRep) HasVersion() bool + func (o *MetricRep) SetAccess(v Access) + func (o *MetricRep) SetAnalysisType(v string) + func (o *MetricRep) SetAttachedFeatures(v []FlagListingRep) + func (o *MetricRep) SetAttachedFlagCount(v int32) + func (o *MetricRep) SetCreationDate(v int64) + func (o *MetricRep) SetDescription(v string) + func (o *MetricRep) SetEventDefault(v MetricEventDefaultRep) + func (o *MetricRep) SetEventKey(v string) + func (o *MetricRep) SetExperimentCount(v int32) + func (o *MetricRep) SetExperiments(v []DependentExperimentRep) + func (o *MetricRep) SetId(v string) + func (o *MetricRep) SetIsActive(v bool) + func (o *MetricRep) SetIsNumeric(v bool) + func (o *MetricRep) SetKey(v string) + func (o *MetricRep) SetKind(v string) + func (o *MetricRep) SetLastModified(v Modification) + func (o *MetricRep) SetLinks(v map[string]Link) + func (o *MetricRep) SetMaintainer(v MemberSummary) + func (o *MetricRep) SetMaintainerId(v string) + func (o *MetricRep) SetName(v string) + func (o *MetricRep) SetPercentileValue(v int32) + func (o *MetricRep) SetRandomizationUnits(v []string) + func (o *MetricRep) SetSelector(v string) + func (o *MetricRep) SetSite(v Link) + func (o *MetricRep) SetSuccessCriteria(v string) + func (o *MetricRep) SetTags(v []string) + func (o *MetricRep) SetUnit(v string) + func (o *MetricRep) SetUnitAggregationType(v string) + func (o *MetricRep) SetUrls(v []map[string]interface{}) + func (o *MetricRep) SetVersion(v int32) + func (o MetricRep) MarshalJSON() ([]byte, error) + type MetricRepExpandableProperties struct + Experiments []DependentExperimentRep + func NewMetricRepExpandableProperties() *MetricRepExpandableProperties + func NewMetricRepExpandablePropertiesWithDefaults() *MetricRepExpandableProperties + func (o *MetricRepExpandableProperties) GetExperiments() []DependentExperimentRep + func (o *MetricRepExpandableProperties) GetExperimentsOk() ([]DependentExperimentRep, bool) + func (o *MetricRepExpandableProperties) HasExperiments() bool + func (o *MetricRepExpandableProperties) SetExperiments(v []DependentExperimentRep) + func (o MetricRepExpandableProperties) MarshalJSON() ([]byte, error) + type MetricSeen struct + Ever *bool + Timestamp *int64 + func NewMetricSeen() *MetricSeen + func NewMetricSeenWithDefaults() *MetricSeen + func (o *MetricSeen) GetEver() bool + func (o *MetricSeen) GetEverOk() (*bool, bool) + func (o *MetricSeen) GetTimestamp() int64 + func (o *MetricSeen) GetTimestampOk() (*int64, bool) + func (o *MetricSeen) HasEver() bool + func (o *MetricSeen) HasTimestamp() bool + func (o *MetricSeen) SetEver(v bool) + func (o *MetricSeen) SetTimestamp(v int64) + func (o MetricSeen) MarshalJSON() ([]byte, error) + type MetricV2Rep struct + Key string + Kind string + Links map[string]Link + Name string + func NewMetricV2Rep(key string, name string, kind string, links map[string]Link) *MetricV2Rep + func NewMetricV2RepWithDefaults() *MetricV2Rep + func (o *MetricV2Rep) GetKey() string + func (o *MetricV2Rep) GetKeyOk() (*string, bool) + func (o *MetricV2Rep) GetKind() string + func (o *MetricV2Rep) GetKindOk() (*string, bool) + func (o *MetricV2Rep) GetLinks() map[string]Link + func (o *MetricV2Rep) GetLinksOk() (*map[string]Link, bool) + func (o *MetricV2Rep) GetName() string + func (o *MetricV2Rep) GetNameOk() (*string, bool) + func (o *MetricV2Rep) SetKey(v string) + func (o *MetricV2Rep) SetKind(v string) + func (o *MetricV2Rep) SetLinks(v map[string]Link) + func (o *MetricV2Rep) SetName(v string) + func (o MetricV2Rep) MarshalJSON() ([]byte, error) + type MetricsApiService service + func (a *MetricsApiService) DeleteMetric(ctx context.Context, projectKey string, metricKey string) ApiDeleteMetricRequest + func (a *MetricsApiService) DeleteMetricExecute(r ApiDeleteMetricRequest) (*http.Response, error) + func (a *MetricsApiService) GetMetric(ctx context.Context, projectKey string, metricKey string) ApiGetMetricRequest + func (a *MetricsApiService) GetMetricExecute(r ApiGetMetricRequest) (*MetricRep, *http.Response, error) + func (a *MetricsApiService) GetMetrics(ctx context.Context, projectKey string) ApiGetMetricsRequest + func (a *MetricsApiService) GetMetricsExecute(r ApiGetMetricsRequest) (*MetricCollectionRep, *http.Response, error) + func (a *MetricsApiService) PatchMetric(ctx context.Context, projectKey string, metricKey string) ApiPatchMetricRequest + func (a *MetricsApiService) PatchMetricExecute(r ApiPatchMetricRequest) (*MetricRep, *http.Response, error) + func (a *MetricsApiService) PostMetric(ctx context.Context, projectKey string) ApiPostMetricRequest + func (a *MetricsApiService) PostMetricExecute(r ApiPostMetricRequest) (*MetricRep, *http.Response, error) + type MetricsBetaApiService service + func (a *MetricsBetaApiService) CreateMetricGroup(ctx context.Context, projectKey string) ApiCreateMetricGroupRequest + func (a *MetricsBetaApiService) CreateMetricGroupExecute(r ApiCreateMetricGroupRequest) (*MetricGroupRep, *http.Response, error) + func (a *MetricsBetaApiService) DeleteMetricGroup(ctx context.Context, projectKey string, metricGroupKey string) ApiDeleteMetricGroupRequest + func (a *MetricsBetaApiService) DeleteMetricGroupExecute(r ApiDeleteMetricGroupRequest) (*http.Response, error) + func (a *MetricsBetaApiService) GetMetricGroup(ctx context.Context, projectKey string, metricGroupKey string) ApiGetMetricGroupRequest + func (a *MetricsBetaApiService) GetMetricGroupExecute(r ApiGetMetricGroupRequest) (*MetricGroupRep, *http.Response, error) + func (a *MetricsBetaApiService) GetMetricGroups(ctx context.Context, projectKey string) ApiGetMetricGroupsRequest + func (a *MetricsBetaApiService) GetMetricGroupsExecute(r ApiGetMetricGroupsRequest) (*MetricGroupCollectionRep, *http.Response, error) + func (a *MetricsBetaApiService) PatchMetricGroup(ctx context.Context, projectKey string, metricGroupKey string) ApiPatchMetricGroupRequest + func (a *MetricsBetaApiService) PatchMetricGroupExecute(r ApiPatchMetricGroupRequest) (*MetricGroupRep, *http.Response, error) + type MigrationSafetyIssueRep struct + AffectedRuleIds []string + CausingRuleId *string + Issue *string + OldSystemAffected *bool + func NewMigrationSafetyIssueRep() *MigrationSafetyIssueRep + func NewMigrationSafetyIssueRepWithDefaults() *MigrationSafetyIssueRep + func (o *MigrationSafetyIssueRep) GetAffectedRuleIds() []string + func (o *MigrationSafetyIssueRep) GetAffectedRuleIdsOk() ([]string, bool) + func (o *MigrationSafetyIssueRep) GetCausingRuleId() string + func (o *MigrationSafetyIssueRep) GetCausingRuleIdOk() (*string, bool) + func (o *MigrationSafetyIssueRep) GetIssue() string + func (o *MigrationSafetyIssueRep) GetIssueOk() (*string, bool) + func (o *MigrationSafetyIssueRep) GetOldSystemAffected() bool + func (o *MigrationSafetyIssueRep) GetOldSystemAffectedOk() (*bool, bool) + func (o *MigrationSafetyIssueRep) HasAffectedRuleIds() bool + func (o *MigrationSafetyIssueRep) HasCausingRuleId() bool + func (o *MigrationSafetyIssueRep) HasIssue() bool + func (o *MigrationSafetyIssueRep) HasOldSystemAffected() bool + func (o *MigrationSafetyIssueRep) SetAffectedRuleIds(v []string) + func (o *MigrationSafetyIssueRep) SetCausingRuleId(v string) + func (o *MigrationSafetyIssueRep) SetIssue(v string) + func (o *MigrationSafetyIssueRep) SetOldSystemAffected(v bool) + func (o MigrationSafetyIssueRep) MarshalJSON() ([]byte, error) + type MigrationSettingsPost struct + ContextKind *string + StageCount int32 + func NewMigrationSettingsPost(stageCount int32) *MigrationSettingsPost + func NewMigrationSettingsPostWithDefaults() *MigrationSettingsPost + func (o *MigrationSettingsPost) GetContextKind() string + func (o *MigrationSettingsPost) GetContextKindOk() (*string, bool) + func (o *MigrationSettingsPost) GetStageCount() int32 + func (o *MigrationSettingsPost) GetStageCountOk() (*int32, bool) + func (o *MigrationSettingsPost) HasContextKind() bool + func (o *MigrationSettingsPost) SetContextKind(v string) + func (o *MigrationSettingsPost) SetStageCount(v int32) + func (o MigrationSettingsPost) MarshalJSON() ([]byte, error) + type Modification struct + Date *time.Time + func NewModification() *Modification + func NewModificationWithDefaults() *Modification + func (o *Modification) GetDate() time.Time + func (o *Modification) GetDateOk() (*time.Time, bool) + func (o *Modification) HasDate() bool + func (o *Modification) SetDate(v time.Time) + func (o Modification) MarshalJSON() ([]byte, error) + type MultiEnvironmentDependentFlag struct + Environments []DependentFlagEnvironment + Key string + Name *string + func NewMultiEnvironmentDependentFlag(key string, environments []DependentFlagEnvironment) *MultiEnvironmentDependentFlag + func NewMultiEnvironmentDependentFlagWithDefaults() *MultiEnvironmentDependentFlag + func (o *MultiEnvironmentDependentFlag) GetEnvironments() []DependentFlagEnvironment + func (o *MultiEnvironmentDependentFlag) GetEnvironmentsOk() ([]DependentFlagEnvironment, bool) + func (o *MultiEnvironmentDependentFlag) GetKey() string + func (o *MultiEnvironmentDependentFlag) GetKeyOk() (*string, bool) + func (o *MultiEnvironmentDependentFlag) GetName() string + func (o *MultiEnvironmentDependentFlag) GetNameOk() (*string, bool) + func (o *MultiEnvironmentDependentFlag) HasName() bool + func (o *MultiEnvironmentDependentFlag) SetEnvironments(v []DependentFlagEnvironment) + func (o *MultiEnvironmentDependentFlag) SetKey(v string) + func (o *MultiEnvironmentDependentFlag) SetName(v string) + func (o MultiEnvironmentDependentFlag) MarshalJSON() ([]byte, error) + type MultiEnvironmentDependentFlags struct + Items []MultiEnvironmentDependentFlag + Links map[string]Link + Site Link + func NewMultiEnvironmentDependentFlags(items []MultiEnvironmentDependentFlag, links map[string]Link, site Link) *MultiEnvironmentDependentFlags + func NewMultiEnvironmentDependentFlagsWithDefaults() *MultiEnvironmentDependentFlags + func (o *MultiEnvironmentDependentFlags) GetItems() []MultiEnvironmentDependentFlag + func (o *MultiEnvironmentDependentFlags) GetItemsOk() ([]MultiEnvironmentDependentFlag, bool) + func (o *MultiEnvironmentDependentFlags) GetLinks() map[string]Link + func (o *MultiEnvironmentDependentFlags) GetLinksOk() (*map[string]Link, bool) + func (o *MultiEnvironmentDependentFlags) GetSite() Link + func (o *MultiEnvironmentDependentFlags) GetSiteOk() (*Link, bool) + func (o *MultiEnvironmentDependentFlags) SetItems(v []MultiEnvironmentDependentFlag) + func (o *MultiEnvironmentDependentFlags) SetLinks(v map[string]Link) + func (o *MultiEnvironmentDependentFlags) SetSite(v Link) + func (o MultiEnvironmentDependentFlags) MarshalJSON() ([]byte, error) + type NewMemberForm struct + CustomRoles []string + Email string + FirstName *string + LastName *string + Password *string + Role *string + TeamKeys []string + func NewNewMemberForm(email string) *NewMemberForm + func NewNewMemberFormWithDefaults() *NewMemberForm + func (o *NewMemberForm) GetCustomRoles() []string + func (o *NewMemberForm) GetCustomRolesOk() ([]string, bool) + func (o *NewMemberForm) GetEmail() string + func (o *NewMemberForm) GetEmailOk() (*string, bool) + func (o *NewMemberForm) GetFirstName() string + func (o *NewMemberForm) GetFirstNameOk() (*string, bool) + func (o *NewMemberForm) GetLastName() string + func (o *NewMemberForm) GetLastNameOk() (*string, bool) + func (o *NewMemberForm) GetPassword() string + func (o *NewMemberForm) GetPasswordOk() (*string, bool) + func (o *NewMemberForm) GetRole() string + func (o *NewMemberForm) GetRoleOk() (*string, bool) + func (o *NewMemberForm) GetTeamKeys() []string + func (o *NewMemberForm) GetTeamKeysOk() ([]string, bool) + func (o *NewMemberForm) HasCustomRoles() bool + func (o *NewMemberForm) HasFirstName() bool + func (o *NewMemberForm) HasLastName() bool + func (o *NewMemberForm) HasPassword() bool + func (o *NewMemberForm) HasRole() bool + func (o *NewMemberForm) HasTeamKeys() bool + func (o *NewMemberForm) SetCustomRoles(v []string) + func (o *NewMemberForm) SetEmail(v string) + func (o *NewMemberForm) SetFirstName(v string) + func (o *NewMemberForm) SetLastName(v string) + func (o *NewMemberForm) SetPassword(v string) + func (o *NewMemberForm) SetRole(v string) + func (o *NewMemberForm) SetTeamKeys(v []string) + func (o NewMemberForm) MarshalJSON() ([]byte, error) + type NotFoundErrorRep struct + Code string + Message string + func NewNotFoundErrorRep(code string, message string) *NotFoundErrorRep + func NewNotFoundErrorRepWithDefaults() *NotFoundErrorRep + func (o *NotFoundErrorRep) GetCode() string + func (o *NotFoundErrorRep) GetCodeOk() (*string, bool) + func (o *NotFoundErrorRep) GetMessage() string + func (o *NotFoundErrorRep) GetMessageOk() (*string, bool) + func (o *NotFoundErrorRep) SetCode(v string) + func (o *NotFoundErrorRep) SetMessage(v string) + func (o NotFoundErrorRep) MarshalJSON() ([]byte, error) + type NullableAccess struct + func NewNullableAccess(val *Access) *NullableAccess + func (v *NullableAccess) Set(val *Access) + func (v *NullableAccess) UnmarshalJSON(src []byte) error + func (v *NullableAccess) Unset() + func (v NullableAccess) Get() *Access + func (v NullableAccess) IsSet() bool + func (v NullableAccess) MarshalJSON() ([]byte, error) + type NullableAccessAllowedReason struct + func NewNullableAccessAllowedReason(val *AccessAllowedReason) *NullableAccessAllowedReason + func (v *NullableAccessAllowedReason) Set(val *AccessAllowedReason) + func (v *NullableAccessAllowedReason) UnmarshalJSON(src []byte) error + func (v *NullableAccessAllowedReason) Unset() + func (v NullableAccessAllowedReason) Get() *AccessAllowedReason + func (v NullableAccessAllowedReason) IsSet() bool + func (v NullableAccessAllowedReason) MarshalJSON() ([]byte, error) + type NullableAccessAllowedRep struct + func NewNullableAccessAllowedRep(val *AccessAllowedRep) *NullableAccessAllowedRep + func (v *NullableAccessAllowedRep) Set(val *AccessAllowedRep) + func (v *NullableAccessAllowedRep) UnmarshalJSON(src []byte) error + func (v *NullableAccessAllowedRep) Unset() + func (v NullableAccessAllowedRep) Get() *AccessAllowedRep + func (v NullableAccessAllowedRep) IsSet() bool + func (v NullableAccessAllowedRep) MarshalJSON() ([]byte, error) + type NullableAccessDenied struct + func NewNullableAccessDenied(val *AccessDenied) *NullableAccessDenied + func (v *NullableAccessDenied) Set(val *AccessDenied) + func (v *NullableAccessDenied) UnmarshalJSON(src []byte) error + func (v *NullableAccessDenied) Unset() + func (v NullableAccessDenied) Get() *AccessDenied + func (v NullableAccessDenied) IsSet() bool + func (v NullableAccessDenied) MarshalJSON() ([]byte, error) + type NullableAccessDeniedReason struct + func NewNullableAccessDeniedReason(val *AccessDeniedReason) *NullableAccessDeniedReason + func (v *NullableAccessDeniedReason) Set(val *AccessDeniedReason) + func (v *NullableAccessDeniedReason) UnmarshalJSON(src []byte) error + func (v *NullableAccessDeniedReason) Unset() + func (v NullableAccessDeniedReason) Get() *AccessDeniedReason + func (v NullableAccessDeniedReason) IsSet() bool + func (v NullableAccessDeniedReason) MarshalJSON() ([]byte, error) + type NullableAccessTokenPost struct + func NewNullableAccessTokenPost(val *AccessTokenPost) *NullableAccessTokenPost + func (v *NullableAccessTokenPost) Set(val *AccessTokenPost) + func (v *NullableAccessTokenPost) UnmarshalJSON(src []byte) error + func (v *NullableAccessTokenPost) Unset() + func (v NullableAccessTokenPost) Get() *AccessTokenPost + func (v NullableAccessTokenPost) IsSet() bool + func (v NullableAccessTokenPost) MarshalJSON() ([]byte, error) + type NullableActionInput struct + func NewNullableActionInput(val *ActionInput) *NullableActionInput + func (v *NullableActionInput) Set(val *ActionInput) + func (v *NullableActionInput) UnmarshalJSON(src []byte) error + func (v *NullableActionInput) Unset() + func (v NullableActionInput) Get() *ActionInput + func (v NullableActionInput) IsSet() bool + func (v NullableActionInput) MarshalJSON() ([]byte, error) + type NullableActionOutput struct + func NewNullableActionOutput(val *ActionOutput) *NullableActionOutput + func (v *NullableActionOutput) Set(val *ActionOutput) + func (v *NullableActionOutput) UnmarshalJSON(src []byte) error + func (v *NullableActionOutput) Unset() + func (v NullableActionOutput) Get() *ActionOutput + func (v NullableActionOutput) IsSet() bool + func (v NullableActionOutput) MarshalJSON() ([]byte, error) + type NullableApplicationCollectionRep struct + func NewNullableApplicationCollectionRep(val *ApplicationCollectionRep) *NullableApplicationCollectionRep + func (v *NullableApplicationCollectionRep) Set(val *ApplicationCollectionRep) + func (v *NullableApplicationCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableApplicationCollectionRep) Unset() + func (v NullableApplicationCollectionRep) Get() *ApplicationCollectionRep + func (v NullableApplicationCollectionRep) IsSet() bool + func (v NullableApplicationCollectionRep) MarshalJSON() ([]byte, error) + type NullableApplicationExpandableFields struct + func NewNullableApplicationExpandableFields(val *ApplicationExpandableFields) *NullableApplicationExpandableFields + func (v *NullableApplicationExpandableFields) Set(val *ApplicationExpandableFields) + func (v *NullableApplicationExpandableFields) UnmarshalJSON(src []byte) error + func (v *NullableApplicationExpandableFields) Unset() + func (v NullableApplicationExpandableFields) Get() *ApplicationExpandableFields + func (v NullableApplicationExpandableFields) IsSet() bool + func (v NullableApplicationExpandableFields) MarshalJSON() ([]byte, error) + type NullableApplicationFlagCollectionRep struct + func NewNullableApplicationFlagCollectionRep(val *ApplicationFlagCollectionRep) *NullableApplicationFlagCollectionRep + func (v *NullableApplicationFlagCollectionRep) Set(val *ApplicationFlagCollectionRep) + func (v *NullableApplicationFlagCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableApplicationFlagCollectionRep) Unset() + func (v NullableApplicationFlagCollectionRep) Get() *ApplicationFlagCollectionRep + func (v NullableApplicationFlagCollectionRep) IsSet() bool + func (v NullableApplicationFlagCollectionRep) MarshalJSON() ([]byte, error) + type NullableApplicationRep struct + func NewNullableApplicationRep(val *ApplicationRep) *NullableApplicationRep + func (v *NullableApplicationRep) Set(val *ApplicationRep) + func (v *NullableApplicationRep) UnmarshalJSON(src []byte) error + func (v *NullableApplicationRep) Unset() + func (v NullableApplicationRep) Get() *ApplicationRep + func (v NullableApplicationRep) IsSet() bool + func (v NullableApplicationRep) MarshalJSON() ([]byte, error) + type NullableApplicationVersionRep struct + func NewNullableApplicationVersionRep(val *ApplicationVersionRep) *NullableApplicationVersionRep + func (v *NullableApplicationVersionRep) Set(val *ApplicationVersionRep) + func (v *NullableApplicationVersionRep) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionRep) Unset() + func (v NullableApplicationVersionRep) Get() *ApplicationVersionRep + func (v NullableApplicationVersionRep) IsSet() bool + func (v NullableApplicationVersionRep) MarshalJSON() ([]byte, error) + type NullableApplicationVersionsCollectionRep struct + func NewNullableApplicationVersionsCollectionRep(val *ApplicationVersionsCollectionRep) *NullableApplicationVersionsCollectionRep + func (v *NullableApplicationVersionsCollectionRep) Set(val *ApplicationVersionsCollectionRep) + func (v *NullableApplicationVersionsCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableApplicationVersionsCollectionRep) Unset() + func (v NullableApplicationVersionsCollectionRep) Get() *ApplicationVersionsCollectionRep + func (v NullableApplicationVersionsCollectionRep) IsSet() bool + func (v NullableApplicationVersionsCollectionRep) MarshalJSON() ([]byte, error) + type NullableApprovalConditionInput struct + func NewNullableApprovalConditionInput(val *ApprovalConditionInput) *NullableApprovalConditionInput + func (v *NullableApprovalConditionInput) Set(val *ApprovalConditionInput) + func (v *NullableApprovalConditionInput) UnmarshalJSON(src []byte) error + func (v *NullableApprovalConditionInput) Unset() + func (v NullableApprovalConditionInput) Get() *ApprovalConditionInput + func (v NullableApprovalConditionInput) IsSet() bool + func (v NullableApprovalConditionInput) MarshalJSON() ([]byte, error) + type NullableApprovalConditionOutput struct + func NewNullableApprovalConditionOutput(val *ApprovalConditionOutput) *NullableApprovalConditionOutput + func (v *NullableApprovalConditionOutput) Set(val *ApprovalConditionOutput) + func (v *NullableApprovalConditionOutput) UnmarshalJSON(src []byte) error + func (v *NullableApprovalConditionOutput) Unset() + func (v NullableApprovalConditionOutput) Get() *ApprovalConditionOutput + func (v NullableApprovalConditionOutput) IsSet() bool + func (v NullableApprovalConditionOutput) MarshalJSON() ([]byte, error) + type NullableApprovalRequestResponse struct + func NewNullableApprovalRequestResponse(val *ApprovalRequestResponse) *NullableApprovalRequestResponse + func (v *NullableApprovalRequestResponse) Set(val *ApprovalRequestResponse) + func (v *NullableApprovalRequestResponse) UnmarshalJSON(src []byte) error + func (v *NullableApprovalRequestResponse) Unset() + func (v NullableApprovalRequestResponse) Get() *ApprovalRequestResponse + func (v NullableApprovalRequestResponse) IsSet() bool + func (v NullableApprovalRequestResponse) MarshalJSON() ([]byte, error) + type NullableApprovalSettings struct + func NewNullableApprovalSettings(val *ApprovalSettings) *NullableApprovalSettings + func (v *NullableApprovalSettings) Set(val *ApprovalSettings) + func (v *NullableApprovalSettings) UnmarshalJSON(src []byte) error + func (v *NullableApprovalSettings) Unset() + func (v NullableApprovalSettings) Get() *ApprovalSettings + func (v NullableApprovalSettings) IsSet() bool + func (v NullableApprovalSettings) MarshalJSON() ([]byte, error) + type NullableAudience struct + func NewNullableAudience(val *Audience) *NullableAudience + func (v *NullableAudience) Set(val *Audience) + func (v *NullableAudience) UnmarshalJSON(src []byte) error + func (v *NullableAudience) Unset() + func (v NullableAudience) Get() *Audience + func (v NullableAudience) IsSet() bool + func (v NullableAudience) MarshalJSON() ([]byte, error) + type NullableAudiencePost struct + func NewNullableAudiencePost(val *AudiencePost) *NullableAudiencePost + func (v *NullableAudiencePost) Set(val *AudiencePost) + func (v *NullableAudiencePost) UnmarshalJSON(src []byte) error + func (v *NullableAudiencePost) Unset() + func (v NullableAudiencePost) Get() *AudiencePost + func (v NullableAudiencePost) IsSet() bool + func (v NullableAudiencePost) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryListingRep struct + func NewNullableAuditLogEntryListingRep(val *AuditLogEntryListingRep) *NullableAuditLogEntryListingRep + func (v *NullableAuditLogEntryListingRep) Set(val *AuditLogEntryListingRep) + func (v *NullableAuditLogEntryListingRep) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryListingRep) Unset() + func (v NullableAuditLogEntryListingRep) Get() *AuditLogEntryListingRep + func (v NullableAuditLogEntryListingRep) IsSet() bool + func (v NullableAuditLogEntryListingRep) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryListingRepCollection struct + func NewNullableAuditLogEntryListingRepCollection(val *AuditLogEntryListingRepCollection) *NullableAuditLogEntryListingRepCollection + func (v *NullableAuditLogEntryListingRepCollection) Set(val *AuditLogEntryListingRepCollection) + func (v *NullableAuditLogEntryListingRepCollection) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryListingRepCollection) Unset() + func (v NullableAuditLogEntryListingRepCollection) Get() *AuditLogEntryListingRepCollection + func (v NullableAuditLogEntryListingRepCollection) IsSet() bool + func (v NullableAuditLogEntryListingRepCollection) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryRep struct + func NewNullableAuditLogEntryRep(val *AuditLogEntryRep) *NullableAuditLogEntryRep + func (v *NullableAuditLogEntryRep) Set(val *AuditLogEntryRep) + func (v *NullableAuditLogEntryRep) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryRep) Unset() + func (v NullableAuditLogEntryRep) Get() *AuditLogEntryRep + func (v NullableAuditLogEntryRep) IsSet() bool + func (v NullableAuditLogEntryRep) MarshalJSON() ([]byte, error) + type NullableAuthorizedAppDataRep struct + func NewNullableAuthorizedAppDataRep(val *AuthorizedAppDataRep) *NullableAuthorizedAppDataRep + func (v *NullableAuthorizedAppDataRep) Set(val *AuthorizedAppDataRep) + func (v *NullableAuthorizedAppDataRep) UnmarshalJSON(src []byte) error + func (v *NullableAuthorizedAppDataRep) Unset() + func (v NullableAuthorizedAppDataRep) Get() *AuthorizedAppDataRep + func (v NullableAuthorizedAppDataRep) IsSet() bool + func (v NullableAuthorizedAppDataRep) MarshalJSON() ([]byte, error) + type NullableBigSegmentTarget struct + func NewNullableBigSegmentTarget(val *BigSegmentTarget) *NullableBigSegmentTarget + func (v *NullableBigSegmentTarget) Set(val *BigSegmentTarget) + func (v *NullableBigSegmentTarget) UnmarshalJSON(src []byte) error + func (v *NullableBigSegmentTarget) Unset() + func (v NullableBigSegmentTarget) Get() *BigSegmentTarget + func (v NullableBigSegmentTarget) IsSet() bool + func (v NullableBigSegmentTarget) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableBooleanDefaults struct + func NewNullableBooleanDefaults(val *BooleanDefaults) *NullableBooleanDefaults + func (v *NullableBooleanDefaults) Set(val *BooleanDefaults) + func (v *NullableBooleanDefaults) UnmarshalJSON(src []byte) error + func (v *NullableBooleanDefaults) Unset() + func (v NullableBooleanDefaults) Get() *BooleanDefaults + func (v NullableBooleanDefaults) IsSet() bool + func (v NullableBooleanDefaults) MarshalJSON() ([]byte, error) + type NullableBooleanFlagDefaults struct + func NewNullableBooleanFlagDefaults(val *BooleanFlagDefaults) *NullableBooleanFlagDefaults + func (v *NullableBooleanFlagDefaults) Set(val *BooleanFlagDefaults) + func (v *NullableBooleanFlagDefaults) UnmarshalJSON(src []byte) error + func (v *NullableBooleanFlagDefaults) Unset() + func (v NullableBooleanFlagDefaults) Get() *BooleanFlagDefaults + func (v NullableBooleanFlagDefaults) IsSet() bool + func (v NullableBooleanFlagDefaults) MarshalJSON() ([]byte, error) + type NullableBranchCollectionRep struct + func NewNullableBranchCollectionRep(val *BranchCollectionRep) *NullableBranchCollectionRep + func (v *NullableBranchCollectionRep) Set(val *BranchCollectionRep) + func (v *NullableBranchCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableBranchCollectionRep) Unset() + func (v NullableBranchCollectionRep) Get() *BranchCollectionRep + func (v NullableBranchCollectionRep) IsSet() bool + func (v NullableBranchCollectionRep) MarshalJSON() ([]byte, error) + type NullableBranchRep struct + func NewNullableBranchRep(val *BranchRep) *NullableBranchRep + func (v *NullableBranchRep) Set(val *BranchRep) + func (v *NullableBranchRep) UnmarshalJSON(src []byte) error + func (v *NullableBranchRep) Unset() + func (v NullableBranchRep) Get() *BranchRep + func (v NullableBranchRep) IsSet() bool + func (v NullableBranchRep) MarshalJSON() ([]byte, error) + type NullableBulkEditMembersRep struct + func NewNullableBulkEditMembersRep(val *BulkEditMembersRep) *NullableBulkEditMembersRep + func (v *NullableBulkEditMembersRep) Set(val *BulkEditMembersRep) + func (v *NullableBulkEditMembersRep) UnmarshalJSON(src []byte) error + func (v *NullableBulkEditMembersRep) Unset() + func (v NullableBulkEditMembersRep) Get() *BulkEditMembersRep + func (v NullableBulkEditMembersRep) IsSet() bool + func (v NullableBulkEditMembersRep) MarshalJSON() ([]byte, error) + type NullableBulkEditTeamsRep struct + func NewNullableBulkEditTeamsRep(val *BulkEditTeamsRep) *NullableBulkEditTeamsRep + func (v *NullableBulkEditTeamsRep) Set(val *BulkEditTeamsRep) + func (v *NullableBulkEditTeamsRep) UnmarshalJSON(src []byte) error + func (v *NullableBulkEditTeamsRep) Unset() + func (v NullableBulkEditTeamsRep) Get() *BulkEditTeamsRep + func (v NullableBulkEditTeamsRep) IsSet() bool + func (v NullableBulkEditTeamsRep) MarshalJSON() ([]byte, error) + type NullableClause struct + func NewNullableClause(val *Clause) *NullableClause + func (v *NullableClause) Set(val *Clause) + func (v *NullableClause) UnmarshalJSON(src []byte) error + func (v *NullableClause) Unset() + func (v NullableClause) Get() *Clause + func (v NullableClause) IsSet() bool + func (v NullableClause) MarshalJSON() ([]byte, error) + type NullableClient struct + func NewNullableClient(val *Client) *NullableClient + func (v *NullableClient) Set(val *Client) + func (v *NullableClient) UnmarshalJSON(src []byte) error + func (v *NullableClient) Unset() + func (v NullableClient) Get() *Client + func (v NullableClient) IsSet() bool + func (v NullableClient) MarshalJSON() ([]byte, error) + type NullableClientCollection struct + func NewNullableClientCollection(val *ClientCollection) *NullableClientCollection + func (v *NullableClientCollection) Set(val *ClientCollection) + func (v *NullableClientCollection) UnmarshalJSON(src []byte) error + func (v *NullableClientCollection) Unset() + func (v NullableClientCollection) Get() *ClientCollection + func (v NullableClientCollection) IsSet() bool + func (v NullableClientCollection) MarshalJSON() ([]byte, error) + type NullableClientSideAvailability struct + func NewNullableClientSideAvailability(val *ClientSideAvailability) *NullableClientSideAvailability + func (v *NullableClientSideAvailability) Set(val *ClientSideAvailability) + func (v *NullableClientSideAvailability) UnmarshalJSON(src []byte) error + func (v *NullableClientSideAvailability) Unset() + func (v NullableClientSideAvailability) Get() *ClientSideAvailability + func (v NullableClientSideAvailability) IsSet() bool + func (v NullableClientSideAvailability) MarshalJSON() ([]byte, error) + type NullableClientSideAvailabilityPost struct + func NewNullableClientSideAvailabilityPost(val *ClientSideAvailabilityPost) *NullableClientSideAvailabilityPost + func (v *NullableClientSideAvailabilityPost) Set(val *ClientSideAvailabilityPost) + func (v *NullableClientSideAvailabilityPost) UnmarshalJSON(src []byte) error + func (v *NullableClientSideAvailabilityPost) Unset() + func (v NullableClientSideAvailabilityPost) Get() *ClientSideAvailabilityPost + func (v NullableClientSideAvailabilityPost) IsSet() bool + func (v NullableClientSideAvailabilityPost) MarshalJSON() ([]byte, error) + type NullableCompletedBy struct + func NewNullableCompletedBy(val *CompletedBy) *NullableCompletedBy + func (v *NullableCompletedBy) Set(val *CompletedBy) + func (v *NullableCompletedBy) UnmarshalJSON(src []byte) error + func (v *NullableCompletedBy) Unset() + func (v NullableCompletedBy) Get() *CompletedBy + func (v NullableCompletedBy) IsSet() bool + func (v NullableCompletedBy) MarshalJSON() ([]byte, error) + type NullableConditionBaseOutput struct + func NewNullableConditionBaseOutput(val *ConditionBaseOutput) *NullableConditionBaseOutput + func (v *NullableConditionBaseOutput) Set(val *ConditionBaseOutput) + func (v *NullableConditionBaseOutput) UnmarshalJSON(src []byte) error + func (v *NullableConditionBaseOutput) Unset() + func (v NullableConditionBaseOutput) Get() *ConditionBaseOutput + func (v NullableConditionBaseOutput) IsSet() bool + func (v NullableConditionBaseOutput) MarshalJSON() ([]byte, error) + type NullableConditionInput struct + func NewNullableConditionInput(val *ConditionInput) *NullableConditionInput + func (v *NullableConditionInput) Set(val *ConditionInput) + func (v *NullableConditionInput) UnmarshalJSON(src []byte) error + func (v *NullableConditionInput) Unset() + func (v NullableConditionInput) Get() *ConditionInput + func (v NullableConditionInput) IsSet() bool + func (v NullableConditionInput) MarshalJSON() ([]byte, error) + type NullableConditionOutput struct + func NewNullableConditionOutput(val *ConditionOutput) *NullableConditionOutput + func (v *NullableConditionOutput) Set(val *ConditionOutput) + func (v *NullableConditionOutput) UnmarshalJSON(src []byte) error + func (v *NullableConditionOutput) Unset() + func (v NullableConditionOutput) Get() *ConditionOutput + func (v NullableConditionOutput) IsSet() bool + func (v NullableConditionOutput) MarshalJSON() ([]byte, error) + type NullableConfidenceIntervalRep struct + func NewNullableConfidenceIntervalRep(val *ConfidenceIntervalRep) *NullableConfidenceIntervalRep + func (v *NullableConfidenceIntervalRep) Set(val *ConfidenceIntervalRep) + func (v *NullableConfidenceIntervalRep) UnmarshalJSON(src []byte) error + func (v *NullableConfidenceIntervalRep) Unset() + func (v NullableConfidenceIntervalRep) Get() *ConfidenceIntervalRep + func (v NullableConfidenceIntervalRep) IsSet() bool + func (v NullableConfidenceIntervalRep) MarshalJSON() ([]byte, error) + type NullableConflict struct + func NewNullableConflict(val *Conflict) *NullableConflict + func (v *NullableConflict) Set(val *Conflict) + func (v *NullableConflict) UnmarshalJSON(src []byte) error + func (v *NullableConflict) Unset() + func (v NullableConflict) Get() *Conflict + func (v NullableConflict) IsSet() bool + func (v NullableConflict) MarshalJSON() ([]byte, error) + type NullableConflictOutput struct + func NewNullableConflictOutput(val *ConflictOutput) *NullableConflictOutput + func (v *NullableConflictOutput) Set(val *ConflictOutput) + func (v *NullableConflictOutput) UnmarshalJSON(src []byte) error + func (v *NullableConflictOutput) Unset() + func (v NullableConflictOutput) Get() *ConflictOutput + func (v NullableConflictOutput) IsSet() bool + func (v NullableConflictOutput) MarshalJSON() ([]byte, error) + type NullableContextAttributeName struct + func NewNullableContextAttributeName(val *ContextAttributeName) *NullableContextAttributeName + func (v *NullableContextAttributeName) Set(val *ContextAttributeName) + func (v *NullableContextAttributeName) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeName) Unset() + func (v NullableContextAttributeName) Get() *ContextAttributeName + func (v NullableContextAttributeName) IsSet() bool + func (v NullableContextAttributeName) MarshalJSON() ([]byte, error) + type NullableContextAttributeNames struct + func NewNullableContextAttributeNames(val *ContextAttributeNames) *NullableContextAttributeNames + func (v *NullableContextAttributeNames) Set(val *ContextAttributeNames) + func (v *NullableContextAttributeNames) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeNames) Unset() + func (v NullableContextAttributeNames) Get() *ContextAttributeNames + func (v NullableContextAttributeNames) IsSet() bool + func (v NullableContextAttributeNames) MarshalJSON() ([]byte, error) + type NullableContextAttributeNamesCollection struct + func NewNullableContextAttributeNamesCollection(val *ContextAttributeNamesCollection) *NullableContextAttributeNamesCollection + func (v *NullableContextAttributeNamesCollection) Set(val *ContextAttributeNamesCollection) + func (v *NullableContextAttributeNamesCollection) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeNamesCollection) Unset() + func (v NullableContextAttributeNamesCollection) Get() *ContextAttributeNamesCollection + func (v NullableContextAttributeNamesCollection) IsSet() bool + func (v NullableContextAttributeNamesCollection) MarshalJSON() ([]byte, error) + type NullableContextAttributeValue struct + func NewNullableContextAttributeValue(val *ContextAttributeValue) *NullableContextAttributeValue + func (v *NullableContextAttributeValue) Set(val *ContextAttributeValue) + func (v *NullableContextAttributeValue) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeValue) Unset() + func (v NullableContextAttributeValue) Get() *ContextAttributeValue + func (v NullableContextAttributeValue) IsSet() bool + func (v NullableContextAttributeValue) MarshalJSON() ([]byte, error) + type NullableContextAttributeValues struct + func NewNullableContextAttributeValues(val *ContextAttributeValues) *NullableContextAttributeValues + func (v *NullableContextAttributeValues) Set(val *ContextAttributeValues) + func (v *NullableContextAttributeValues) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeValues) Unset() + func (v NullableContextAttributeValues) Get() *ContextAttributeValues + func (v NullableContextAttributeValues) IsSet() bool + func (v NullableContextAttributeValues) MarshalJSON() ([]byte, error) + type NullableContextAttributeValuesCollection struct + func NewNullableContextAttributeValuesCollection(val *ContextAttributeValuesCollection) *NullableContextAttributeValuesCollection + func (v *NullableContextAttributeValuesCollection) Set(val *ContextAttributeValuesCollection) + func (v *NullableContextAttributeValuesCollection) UnmarshalJSON(src []byte) error + func (v *NullableContextAttributeValuesCollection) Unset() + func (v NullableContextAttributeValuesCollection) Get() *ContextAttributeValuesCollection + func (v NullableContextAttributeValuesCollection) IsSet() bool + func (v NullableContextAttributeValuesCollection) MarshalJSON() ([]byte, error) + type NullableContextInstanceEvaluation struct + func NewNullableContextInstanceEvaluation(val *ContextInstanceEvaluation) *NullableContextInstanceEvaluation + func (v *NullableContextInstanceEvaluation) Set(val *ContextInstanceEvaluation) + func (v *NullableContextInstanceEvaluation) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceEvaluation) Unset() + func (v NullableContextInstanceEvaluation) Get() *ContextInstanceEvaluation + func (v NullableContextInstanceEvaluation) IsSet() bool + func (v NullableContextInstanceEvaluation) MarshalJSON() ([]byte, error) + type NullableContextInstanceEvaluationReason struct + func NewNullableContextInstanceEvaluationReason(val *ContextInstanceEvaluationReason) *NullableContextInstanceEvaluationReason + func (v *NullableContextInstanceEvaluationReason) Set(val *ContextInstanceEvaluationReason) + func (v *NullableContextInstanceEvaluationReason) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceEvaluationReason) Unset() + func (v NullableContextInstanceEvaluationReason) Get() *ContextInstanceEvaluationReason + func (v NullableContextInstanceEvaluationReason) IsSet() bool + func (v NullableContextInstanceEvaluationReason) MarshalJSON() ([]byte, error) + type NullableContextInstanceEvaluations struct + func NewNullableContextInstanceEvaluations(val *ContextInstanceEvaluations) *NullableContextInstanceEvaluations + func (v *NullableContextInstanceEvaluations) Set(val *ContextInstanceEvaluations) + func (v *NullableContextInstanceEvaluations) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceEvaluations) Unset() + func (v NullableContextInstanceEvaluations) Get() *ContextInstanceEvaluations + func (v NullableContextInstanceEvaluations) IsSet() bool + func (v NullableContextInstanceEvaluations) MarshalJSON() ([]byte, error) + type NullableContextInstanceRecord struct + func NewNullableContextInstanceRecord(val *ContextInstanceRecord) *NullableContextInstanceRecord + func (v *NullableContextInstanceRecord) Set(val *ContextInstanceRecord) + func (v *NullableContextInstanceRecord) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceRecord) Unset() + func (v NullableContextInstanceRecord) Get() *ContextInstanceRecord + func (v NullableContextInstanceRecord) IsSet() bool + func (v NullableContextInstanceRecord) MarshalJSON() ([]byte, error) + type NullableContextInstanceSearch struct + func NewNullableContextInstanceSearch(val *ContextInstanceSearch) *NullableContextInstanceSearch + func (v *NullableContextInstanceSearch) Set(val *ContextInstanceSearch) + func (v *NullableContextInstanceSearch) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceSearch) Unset() + func (v NullableContextInstanceSearch) Get() *ContextInstanceSearch + func (v NullableContextInstanceSearch) IsSet() bool + func (v NullableContextInstanceSearch) MarshalJSON() ([]byte, error) + type NullableContextInstanceSegmentMembership struct + func NewNullableContextInstanceSegmentMembership(val *ContextInstanceSegmentMembership) *NullableContextInstanceSegmentMembership + func (v *NullableContextInstanceSegmentMembership) Set(val *ContextInstanceSegmentMembership) + func (v *NullableContextInstanceSegmentMembership) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceSegmentMembership) Unset() + func (v NullableContextInstanceSegmentMembership) Get() *ContextInstanceSegmentMembership + func (v NullableContextInstanceSegmentMembership) IsSet() bool + func (v NullableContextInstanceSegmentMembership) MarshalJSON() ([]byte, error) + type NullableContextInstanceSegmentMemberships struct + func NewNullableContextInstanceSegmentMemberships(val *ContextInstanceSegmentMemberships) *NullableContextInstanceSegmentMemberships + func (v *NullableContextInstanceSegmentMemberships) Set(val *ContextInstanceSegmentMemberships) + func (v *NullableContextInstanceSegmentMemberships) UnmarshalJSON(src []byte) error + func (v *NullableContextInstanceSegmentMemberships) Unset() + func (v NullableContextInstanceSegmentMemberships) Get() *ContextInstanceSegmentMemberships + func (v NullableContextInstanceSegmentMemberships) IsSet() bool + func (v NullableContextInstanceSegmentMemberships) MarshalJSON() ([]byte, error) + type NullableContextInstances struct + func NewNullableContextInstances(val *ContextInstances) *NullableContextInstances + func (v *NullableContextInstances) Set(val *ContextInstances) + func (v *NullableContextInstances) UnmarshalJSON(src []byte) error + func (v *NullableContextInstances) Unset() + func (v NullableContextInstances) Get() *ContextInstances + func (v NullableContextInstances) IsSet() bool + func (v NullableContextInstances) MarshalJSON() ([]byte, error) + type NullableContextKind struct + func NewNullableContextKind(val *ContextKind) *NullableContextKind + func (v *NullableContextKind) Set(val *ContextKind) + func (v *NullableContextKind) UnmarshalJSON(src []byte) error + func (v *NullableContextKind) Unset() + func (v NullableContextKind) Get() *ContextKind + func (v NullableContextKind) IsSet() bool + func (v NullableContextKind) MarshalJSON() ([]byte, error) + type NullableContextKindRep struct + func NewNullableContextKindRep(val *ContextKindRep) *NullableContextKindRep + func (v *NullableContextKindRep) Set(val *ContextKindRep) + func (v *NullableContextKindRep) UnmarshalJSON(src []byte) error + func (v *NullableContextKindRep) Unset() + func (v NullableContextKindRep) Get() *ContextKindRep + func (v NullableContextKindRep) IsSet() bool + func (v NullableContextKindRep) MarshalJSON() ([]byte, error) + type NullableContextKindsCollectionRep struct + func NewNullableContextKindsCollectionRep(val *ContextKindsCollectionRep) *NullableContextKindsCollectionRep + func (v *NullableContextKindsCollectionRep) Set(val *ContextKindsCollectionRep) + func (v *NullableContextKindsCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableContextKindsCollectionRep) Unset() + func (v NullableContextKindsCollectionRep) Get() *ContextKindsCollectionRep + func (v NullableContextKindsCollectionRep) IsSet() bool + func (v NullableContextKindsCollectionRep) MarshalJSON() ([]byte, error) + type NullableContextRecord struct + func NewNullableContextRecord(val *ContextRecord) *NullableContextRecord + func (v *NullableContextRecord) Set(val *ContextRecord) + func (v *NullableContextRecord) UnmarshalJSON(src []byte) error + func (v *NullableContextRecord) Unset() + func (v NullableContextRecord) Get() *ContextRecord + func (v NullableContextRecord) IsSet() bool + func (v NullableContextRecord) MarshalJSON() ([]byte, error) + type NullableContextSearch struct + func NewNullableContextSearch(val *ContextSearch) *NullableContextSearch + func (v *NullableContextSearch) Set(val *ContextSearch) + func (v *NullableContextSearch) UnmarshalJSON(src []byte) error + func (v *NullableContextSearch) Unset() + func (v NullableContextSearch) Get() *ContextSearch + func (v NullableContextSearch) IsSet() bool + func (v NullableContextSearch) MarshalJSON() ([]byte, error) + type NullableContexts struct + func NewNullableContexts(val *Contexts) *NullableContexts + func (v *NullableContexts) Set(val *Contexts) + func (v *NullableContexts) UnmarshalJSON(src []byte) error + func (v *NullableContexts) Unset() + func (v NullableContexts) Get() *Contexts + func (v NullableContexts) IsSet() bool + func (v NullableContexts) MarshalJSON() ([]byte, error) + type NullableCopiedFromEnv struct + func NewNullableCopiedFromEnv(val *CopiedFromEnv) *NullableCopiedFromEnv + func (v *NullableCopiedFromEnv) Set(val *CopiedFromEnv) + func (v *NullableCopiedFromEnv) UnmarshalJSON(src []byte) error + func (v *NullableCopiedFromEnv) Unset() + func (v NullableCopiedFromEnv) Get() *CopiedFromEnv + func (v NullableCopiedFromEnv) IsSet() bool + func (v NullableCopiedFromEnv) MarshalJSON() ([]byte, error) + type NullableCreateApplicationInput struct + func NewNullableCreateApplicationInput(val *CreateApplicationInput) *NullableCreateApplicationInput + func (v *NullableCreateApplicationInput) Set(val *CreateApplicationInput) + func (v *NullableCreateApplicationInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateApplicationInput) Unset() + func (v NullableCreateApplicationInput) Get() *CreateApplicationInput + func (v NullableCreateApplicationInput) IsSet() bool + func (v NullableCreateApplicationInput) MarshalJSON() ([]byte, error) + type NullableCreateApplicationVersionInput struct + func NewNullableCreateApplicationVersionInput(val *CreateApplicationVersionInput) *NullableCreateApplicationVersionInput + func (v *NullableCreateApplicationVersionInput) Set(val *CreateApplicationVersionInput) + func (v *NullableCreateApplicationVersionInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateApplicationVersionInput) Unset() + func (v NullableCreateApplicationVersionInput) Get() *CreateApplicationVersionInput + func (v NullableCreateApplicationVersionInput) IsSet() bool + func (v NullableCreateApplicationVersionInput) MarshalJSON() ([]byte, error) + type NullableCreateApprovalRequestRequest struct + func NewNullableCreateApprovalRequestRequest(val *CreateApprovalRequestRequest) *NullableCreateApprovalRequestRequest + func (v *NullableCreateApprovalRequestRequest) Set(val *CreateApprovalRequestRequest) + func (v *NullableCreateApprovalRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateApprovalRequestRequest) Unset() + func (v NullableCreateApprovalRequestRequest) Get() *CreateApprovalRequestRequest + func (v NullableCreateApprovalRequestRequest) IsSet() bool + func (v NullableCreateApprovalRequestRequest) MarshalJSON() ([]byte, error) + type NullableCreateCopyFlagConfigApprovalRequestRequest struct + func NewNullableCreateCopyFlagConfigApprovalRequestRequest(val *CreateCopyFlagConfigApprovalRequestRequest) *NullableCreateCopyFlagConfigApprovalRequestRequest + func (v *NullableCreateCopyFlagConfigApprovalRequestRequest) Set(val *CreateCopyFlagConfigApprovalRequestRequest) + func (v *NullableCreateCopyFlagConfigApprovalRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCopyFlagConfigApprovalRequestRequest) Unset() + func (v NullableCreateCopyFlagConfigApprovalRequestRequest) Get() *CreateCopyFlagConfigApprovalRequestRequest + func (v NullableCreateCopyFlagConfigApprovalRequestRequest) IsSet() bool + func (v NullableCreateCopyFlagConfigApprovalRequestRequest) MarshalJSON() ([]byte, error) + type NullableCreateFlagConfigApprovalRequestRequest struct + func NewNullableCreateFlagConfigApprovalRequestRequest(val *CreateFlagConfigApprovalRequestRequest) *NullableCreateFlagConfigApprovalRequestRequest + func (v *NullableCreateFlagConfigApprovalRequestRequest) Set(val *CreateFlagConfigApprovalRequestRequest) + func (v *NullableCreateFlagConfigApprovalRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateFlagConfigApprovalRequestRequest) Unset() + func (v NullableCreateFlagConfigApprovalRequestRequest) Get() *CreateFlagConfigApprovalRequestRequest + func (v NullableCreateFlagConfigApprovalRequestRequest) IsSet() bool + func (v NullableCreateFlagConfigApprovalRequestRequest) MarshalJSON() ([]byte, error) + type NullableCreatePhaseInput struct + func NewNullableCreatePhaseInput(val *CreatePhaseInput) *NullableCreatePhaseInput + func (v *NullableCreatePhaseInput) Set(val *CreatePhaseInput) + func (v *NullableCreatePhaseInput) UnmarshalJSON(src []byte) error + func (v *NullableCreatePhaseInput) Unset() + func (v NullableCreatePhaseInput) Get() *CreatePhaseInput + func (v NullableCreatePhaseInput) IsSet() bool + func (v NullableCreatePhaseInput) MarshalJSON() ([]byte, error) + type NullableCreateReleasePipelineInput struct + func NewNullableCreateReleasePipelineInput(val *CreateReleasePipelineInput) *NullableCreateReleasePipelineInput + func (v *NullableCreateReleasePipelineInput) Set(val *CreateReleasePipelineInput) + func (v *NullableCreateReleasePipelineInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateReleasePipelineInput) Unset() + func (v NullableCreateReleasePipelineInput) Get() *CreateReleasePipelineInput + func (v NullableCreateReleasePipelineInput) IsSet() bool + func (v NullableCreateReleasePipelineInput) MarshalJSON() ([]byte, error) + type NullableCreateWorkflowTemplateInput struct + func NewNullableCreateWorkflowTemplateInput(val *CreateWorkflowTemplateInput) *NullableCreateWorkflowTemplateInput + func (v *NullableCreateWorkflowTemplateInput) Set(val *CreateWorkflowTemplateInput) + func (v *NullableCreateWorkflowTemplateInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateWorkflowTemplateInput) Unset() + func (v NullableCreateWorkflowTemplateInput) Get() *CreateWorkflowTemplateInput + func (v NullableCreateWorkflowTemplateInput) IsSet() bool + func (v NullableCreateWorkflowTemplateInput) MarshalJSON() ([]byte, error) + type NullableCredibleIntervalRep struct + func NewNullableCredibleIntervalRep(val *CredibleIntervalRep) *NullableCredibleIntervalRep + func (v *NullableCredibleIntervalRep) Set(val *CredibleIntervalRep) + func (v *NullableCredibleIntervalRep) UnmarshalJSON(src []byte) error + func (v *NullableCredibleIntervalRep) Unset() + func (v NullableCredibleIntervalRep) Get() *CredibleIntervalRep + func (v NullableCredibleIntervalRep) IsSet() bool + func (v NullableCredibleIntervalRep) MarshalJSON() ([]byte, error) + type NullableCustomProperty struct + func NewNullableCustomProperty(val *CustomProperty) *NullableCustomProperty + func (v *NullableCustomProperty) Set(val *CustomProperty) + func (v *NullableCustomProperty) UnmarshalJSON(src []byte) error + func (v *NullableCustomProperty) Unset() + func (v NullableCustomProperty) Get() *CustomProperty + func (v NullableCustomProperty) IsSet() bool + func (v NullableCustomProperty) MarshalJSON() ([]byte, error) + type NullableCustomRole struct + func NewNullableCustomRole(val *CustomRole) *NullableCustomRole + func (v *NullableCustomRole) Set(val *CustomRole) + func (v *NullableCustomRole) UnmarshalJSON(src []byte) error + func (v *NullableCustomRole) Unset() + func (v NullableCustomRole) Get() *CustomRole + func (v NullableCustomRole) IsSet() bool + func (v NullableCustomRole) MarshalJSON() ([]byte, error) + type NullableCustomRolePost struct + func NewNullableCustomRolePost(val *CustomRolePost) *NullableCustomRolePost + func (v *NullableCustomRolePost) Set(val *CustomRolePost) + func (v *NullableCustomRolePost) UnmarshalJSON(src []byte) error + func (v *NullableCustomRolePost) Unset() + func (v NullableCustomRolePost) Get() *CustomRolePost + func (v NullableCustomRolePost) IsSet() bool + func (v NullableCustomRolePost) MarshalJSON() ([]byte, error) + type NullableCustomRolePostData struct + func NewNullableCustomRolePostData(val *CustomRolePostData) *NullableCustomRolePostData + func (v *NullableCustomRolePostData) Set(val *CustomRolePostData) + func (v *NullableCustomRolePostData) UnmarshalJSON(src []byte) error + func (v *NullableCustomRolePostData) Unset() + func (v NullableCustomRolePostData) Get() *CustomRolePostData + func (v NullableCustomRolePostData) IsSet() bool + func (v NullableCustomRolePostData) MarshalJSON() ([]byte, error) + type NullableCustomRoleSummary struct + func NewNullableCustomRoleSummary(val *CustomRoleSummary) *NullableCustomRoleSummary + func (v *NullableCustomRoleSummary) Set(val *CustomRoleSummary) + func (v *NullableCustomRoleSummary) UnmarshalJSON(src []byte) error + func (v *NullableCustomRoleSummary) Unset() + func (v NullableCustomRoleSummary) Get() *CustomRoleSummary + func (v NullableCustomRoleSummary) IsSet() bool + func (v NullableCustomRoleSummary) MarshalJSON() ([]byte, error) + type NullableCustomRoles struct + func NewNullableCustomRoles(val *CustomRoles) *NullableCustomRoles + func (v *NullableCustomRoles) Set(val *CustomRoles) + func (v *NullableCustomRoles) UnmarshalJSON(src []byte) error + func (v *NullableCustomRoles) Unset() + func (v NullableCustomRoles) Get() *CustomRoles + func (v NullableCustomRoles) IsSet() bool + func (v NullableCustomRoles) MarshalJSON() ([]byte, error) + type NullableCustomWorkflowInput struct + func NewNullableCustomWorkflowInput(val *CustomWorkflowInput) *NullableCustomWorkflowInput + func (v *NullableCustomWorkflowInput) Set(val *CustomWorkflowInput) + func (v *NullableCustomWorkflowInput) UnmarshalJSON(src []byte) error + func (v *NullableCustomWorkflowInput) Unset() + func (v NullableCustomWorkflowInput) Get() *CustomWorkflowInput + func (v NullableCustomWorkflowInput) IsSet() bool + func (v NullableCustomWorkflowInput) MarshalJSON() ([]byte, error) + type NullableCustomWorkflowMeta struct + func NewNullableCustomWorkflowMeta(val *CustomWorkflowMeta) *NullableCustomWorkflowMeta + func (v *NullableCustomWorkflowMeta) Set(val *CustomWorkflowMeta) + func (v *NullableCustomWorkflowMeta) UnmarshalJSON(src []byte) error + func (v *NullableCustomWorkflowMeta) Unset() + func (v NullableCustomWorkflowMeta) Get() *CustomWorkflowMeta + func (v NullableCustomWorkflowMeta) IsSet() bool + func (v NullableCustomWorkflowMeta) MarshalJSON() ([]byte, error) + type NullableCustomWorkflowOutput struct + func NewNullableCustomWorkflowOutput(val *CustomWorkflowOutput) *NullableCustomWorkflowOutput + func (v *NullableCustomWorkflowOutput) Set(val *CustomWorkflowOutput) + func (v *NullableCustomWorkflowOutput) UnmarshalJSON(src []byte) error + func (v *NullableCustomWorkflowOutput) Unset() + func (v NullableCustomWorkflowOutput) Get() *CustomWorkflowOutput + func (v NullableCustomWorkflowOutput) IsSet() bool + func (v NullableCustomWorkflowOutput) MarshalJSON() ([]byte, error) + type NullableCustomWorkflowStageMeta struct + func NewNullableCustomWorkflowStageMeta(val *CustomWorkflowStageMeta) *NullableCustomWorkflowStageMeta + func (v *NullableCustomWorkflowStageMeta) Set(val *CustomWorkflowStageMeta) + func (v *NullableCustomWorkflowStageMeta) UnmarshalJSON(src []byte) error + func (v *NullableCustomWorkflowStageMeta) Unset() + func (v NullableCustomWorkflowStageMeta) Get() *CustomWorkflowStageMeta + func (v NullableCustomWorkflowStageMeta) IsSet() bool + func (v NullableCustomWorkflowStageMeta) MarshalJSON() ([]byte, error) + type NullableCustomWorkflowsListingOutput struct + func NewNullableCustomWorkflowsListingOutput(val *CustomWorkflowsListingOutput) *NullableCustomWorkflowsListingOutput + func (v *NullableCustomWorkflowsListingOutput) Set(val *CustomWorkflowsListingOutput) + func (v *NullableCustomWorkflowsListingOutput) UnmarshalJSON(src []byte) error + func (v *NullableCustomWorkflowsListingOutput) Unset() + func (v NullableCustomWorkflowsListingOutput) Get() *CustomWorkflowsListingOutput + func (v NullableCustomWorkflowsListingOutput) IsSet() bool + func (v NullableCustomWorkflowsListingOutput) MarshalJSON() ([]byte, error) + type NullableDatabase struct + func NewNullableDatabase(val *Database) *NullableDatabase + func (v *NullableDatabase) Set(val *Database) + func (v *NullableDatabase) UnmarshalJSON(src []byte) error + func (v *NullableDatabase) Unset() + func (v NullableDatabase) Get() *Database + func (v NullableDatabase) IsSet() bool + func (v NullableDatabase) MarshalJSON() ([]byte, error) + type NullableDefaultClientSideAvailability struct + func NewNullableDefaultClientSideAvailability(val *DefaultClientSideAvailability) *NullableDefaultClientSideAvailability + func (v *NullableDefaultClientSideAvailability) Set(val *DefaultClientSideAvailability) + func (v *NullableDefaultClientSideAvailability) UnmarshalJSON(src []byte) error + func (v *NullableDefaultClientSideAvailability) Unset() + func (v NullableDefaultClientSideAvailability) Get() *DefaultClientSideAvailability + func (v NullableDefaultClientSideAvailability) IsSet() bool + func (v NullableDefaultClientSideAvailability) MarshalJSON() ([]byte, error) + type NullableDefaultClientSideAvailabilityPost struct + func NewNullableDefaultClientSideAvailabilityPost(val *DefaultClientSideAvailabilityPost) *NullableDefaultClientSideAvailabilityPost + func (v *NullableDefaultClientSideAvailabilityPost) Set(val *DefaultClientSideAvailabilityPost) + func (v *NullableDefaultClientSideAvailabilityPost) UnmarshalJSON(src []byte) error + func (v *NullableDefaultClientSideAvailabilityPost) Unset() + func (v NullableDefaultClientSideAvailabilityPost) Get() *DefaultClientSideAvailabilityPost + func (v NullableDefaultClientSideAvailabilityPost) IsSet() bool + func (v NullableDefaultClientSideAvailabilityPost) MarshalJSON() ([]byte, error) + type NullableDefaults struct + func NewNullableDefaults(val *Defaults) *NullableDefaults + func (v *NullableDefaults) Set(val *Defaults) + func (v *NullableDefaults) UnmarshalJSON(src []byte) error + func (v *NullableDefaults) Unset() + func (v NullableDefaults) Get() *Defaults + func (v NullableDefaults) IsSet() bool + func (v NullableDefaults) MarshalJSON() ([]byte, error) + type NullableDependentExperimentRep struct + func NewNullableDependentExperimentRep(val *DependentExperimentRep) *NullableDependentExperimentRep + func (v *NullableDependentExperimentRep) Set(val *DependentExperimentRep) + func (v *NullableDependentExperimentRep) UnmarshalJSON(src []byte) error + func (v *NullableDependentExperimentRep) Unset() + func (v NullableDependentExperimentRep) Get() *DependentExperimentRep + func (v NullableDependentExperimentRep) IsSet() bool + func (v NullableDependentExperimentRep) MarshalJSON() ([]byte, error) + type NullableDependentFlag struct + func NewNullableDependentFlag(val *DependentFlag) *NullableDependentFlag + func (v *NullableDependentFlag) Set(val *DependentFlag) + func (v *NullableDependentFlag) UnmarshalJSON(src []byte) error + func (v *NullableDependentFlag) Unset() + func (v NullableDependentFlag) Get() *DependentFlag + func (v NullableDependentFlag) IsSet() bool + func (v NullableDependentFlag) MarshalJSON() ([]byte, error) + type NullableDependentFlagEnvironment struct + func NewNullableDependentFlagEnvironment(val *DependentFlagEnvironment) *NullableDependentFlagEnvironment + func (v *NullableDependentFlagEnvironment) Set(val *DependentFlagEnvironment) + func (v *NullableDependentFlagEnvironment) UnmarshalJSON(src []byte) error + func (v *NullableDependentFlagEnvironment) Unset() + func (v NullableDependentFlagEnvironment) Get() *DependentFlagEnvironment + func (v NullableDependentFlagEnvironment) IsSet() bool + func (v NullableDependentFlagEnvironment) MarshalJSON() ([]byte, error) + type NullableDependentFlagsByEnvironment struct + func NewNullableDependentFlagsByEnvironment(val *DependentFlagsByEnvironment) *NullableDependentFlagsByEnvironment + func (v *NullableDependentFlagsByEnvironment) Set(val *DependentFlagsByEnvironment) + func (v *NullableDependentFlagsByEnvironment) UnmarshalJSON(src []byte) error + func (v *NullableDependentFlagsByEnvironment) Unset() + func (v NullableDependentFlagsByEnvironment) Get() *DependentFlagsByEnvironment + func (v NullableDependentFlagsByEnvironment) IsSet() bool + func (v NullableDependentFlagsByEnvironment) MarshalJSON() ([]byte, error) + type NullableDependentMetricOrMetricGroupRep struct + func NewNullableDependentMetricOrMetricGroupRep(val *DependentMetricOrMetricGroupRep) *NullableDependentMetricOrMetricGroupRep + func (v *NullableDependentMetricOrMetricGroupRep) Set(val *DependentMetricOrMetricGroupRep) + func (v *NullableDependentMetricOrMetricGroupRep) UnmarshalJSON(src []byte) error + func (v *NullableDependentMetricOrMetricGroupRep) Unset() + func (v NullableDependentMetricOrMetricGroupRep) Get() *DependentMetricOrMetricGroupRep + func (v NullableDependentMetricOrMetricGroupRep) IsSet() bool + func (v NullableDependentMetricOrMetricGroupRep) MarshalJSON() ([]byte, error) + type NullableDesignExpandableProperties struct + func NewNullableDesignExpandableProperties(val *DesignExpandableProperties) *NullableDesignExpandableProperties + func (v *NullableDesignExpandableProperties) Set(val *DesignExpandableProperties) + func (v *NullableDesignExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableDesignExpandableProperties) Unset() + func (v NullableDesignExpandableProperties) Get() *DesignExpandableProperties + func (v NullableDesignExpandableProperties) IsSet() bool + func (v NullableDesignExpandableProperties) MarshalJSON() ([]byte, error) + type NullableDesignRep struct + func NewNullableDesignRep(val *DesignRep) *NullableDesignRep + func (v *NullableDesignRep) Set(val *DesignRep) + func (v *NullableDesignRep) UnmarshalJSON(src []byte) error + func (v *NullableDesignRep) Unset() + func (v NullableDesignRep) Get() *DesignRep + func (v NullableDesignRep) IsSet() bool + func (v NullableDesignRep) MarshalJSON() ([]byte, error) + type NullableDestination struct + func NewNullableDestination(val *Destination) *NullableDestination + func (v *NullableDestination) Set(val *Destination) + func (v *NullableDestination) UnmarshalJSON(src []byte) error + func (v *NullableDestination) Unset() + func (v NullableDestination) Get() *Destination + func (v NullableDestination) IsSet() bool + func (v NullableDestination) MarshalJSON() ([]byte, error) + type NullableDestinationPost struct + func NewNullableDestinationPost(val *DestinationPost) *NullableDestinationPost + func (v *NullableDestinationPost) Set(val *DestinationPost) + func (v *NullableDestinationPost) UnmarshalJSON(src []byte) error + func (v *NullableDestinationPost) Unset() + func (v NullableDestinationPost) Get() *DestinationPost + func (v NullableDestinationPost) IsSet() bool + func (v NullableDestinationPost) MarshalJSON() ([]byte, error) + type NullableDestinations struct + func NewNullableDestinations(val *Destinations) *NullableDestinations + func (v *NullableDestinations) Set(val *Destinations) + func (v *NullableDestinations) UnmarshalJSON(src []byte) error + func (v *NullableDestinations) Unset() + func (v NullableDestinations) Get() *Destinations + func (v NullableDestinations) IsSet() bool + func (v NullableDestinations) MarshalJSON() ([]byte, error) + type NullableDistribution struct + func NewNullableDistribution(val *Distribution) *NullableDistribution + func (v *NullableDistribution) Set(val *Distribution) + func (v *NullableDistribution) UnmarshalJSON(src []byte) error + func (v *NullableDistribution) Unset() + func (v NullableDistribution) Get() *Distribution + func (v NullableDistribution) IsSet() bool + func (v NullableDistribution) MarshalJSON() ([]byte, error) + type NullableEnvironment struct + func NewNullableEnvironment(val *Environment) *NullableEnvironment + func (v *NullableEnvironment) Set(val *Environment) + func (v *NullableEnvironment) UnmarshalJSON(src []byte) error + func (v *NullableEnvironment) Unset() + func (v NullableEnvironment) Get() *Environment + func (v NullableEnvironment) IsSet() bool + func (v NullableEnvironment) MarshalJSON() ([]byte, error) + type NullableEnvironmentPost struct + func NewNullableEnvironmentPost(val *EnvironmentPost) *NullableEnvironmentPost + func (v *NullableEnvironmentPost) Set(val *EnvironmentPost) + func (v *NullableEnvironmentPost) UnmarshalJSON(src []byte) error + func (v *NullableEnvironmentPost) Unset() + func (v NullableEnvironmentPost) Get() *EnvironmentPost + func (v NullableEnvironmentPost) IsSet() bool + func (v NullableEnvironmentPost) MarshalJSON() ([]byte, error) + type NullableEnvironmentSummary struct + func NewNullableEnvironmentSummary(val *EnvironmentSummary) *NullableEnvironmentSummary + func (v *NullableEnvironmentSummary) Set(val *EnvironmentSummary) + func (v *NullableEnvironmentSummary) UnmarshalJSON(src []byte) error + func (v *NullableEnvironmentSummary) Unset() + func (v NullableEnvironmentSummary) Get() *EnvironmentSummary + func (v NullableEnvironmentSummary) IsSet() bool + func (v NullableEnvironmentSummary) MarshalJSON() ([]byte, error) + type NullableEnvironments struct + func NewNullableEnvironments(val *Environments) *NullableEnvironments + func (v *NullableEnvironments) Set(val *Environments) + func (v *NullableEnvironments) UnmarshalJSON(src []byte) error + func (v *NullableEnvironments) Unset() + func (v NullableEnvironments) Get() *Environments + func (v NullableEnvironments) IsSet() bool + func (v NullableEnvironments) MarshalJSON() ([]byte, error) + type NullableEvaluationReason struct + func NewNullableEvaluationReason(val *EvaluationReason) *NullableEvaluationReason + func (v *NullableEvaluationReason) Set(val *EvaluationReason) + func (v *NullableEvaluationReason) UnmarshalJSON(src []byte) error + func (v *NullableEvaluationReason) Unset() + func (v NullableEvaluationReason) Get() *EvaluationReason + func (v NullableEvaluationReason) IsSet() bool + func (v NullableEvaluationReason) MarshalJSON() ([]byte, error) + type NullableExecutionOutput struct + func NewNullableExecutionOutput(val *ExecutionOutput) *NullableExecutionOutput + func (v *NullableExecutionOutput) Set(val *ExecutionOutput) + func (v *NullableExecutionOutput) UnmarshalJSON(src []byte) error + func (v *NullableExecutionOutput) Unset() + func (v NullableExecutionOutput) Get() *ExecutionOutput + func (v NullableExecutionOutput) IsSet() bool + func (v NullableExecutionOutput) MarshalJSON() ([]byte, error) + type NullableExpandableApprovalRequestResponse struct + func NewNullableExpandableApprovalRequestResponse(val *ExpandableApprovalRequestResponse) *NullableExpandableApprovalRequestResponse + func (v *NullableExpandableApprovalRequestResponse) Set(val *ExpandableApprovalRequestResponse) + func (v *NullableExpandableApprovalRequestResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpandableApprovalRequestResponse) Unset() + func (v NullableExpandableApprovalRequestResponse) Get() *ExpandableApprovalRequestResponse + func (v NullableExpandableApprovalRequestResponse) IsSet() bool + func (v NullableExpandableApprovalRequestResponse) MarshalJSON() ([]byte, error) + type NullableExpandableApprovalRequestsResponse struct + func NewNullableExpandableApprovalRequestsResponse(val *ExpandableApprovalRequestsResponse) *NullableExpandableApprovalRequestsResponse + func (v *NullableExpandableApprovalRequestsResponse) Set(val *ExpandableApprovalRequestsResponse) + func (v *NullableExpandableApprovalRequestsResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpandableApprovalRequestsResponse) Unset() + func (v NullableExpandableApprovalRequestsResponse) Get() *ExpandableApprovalRequestsResponse + func (v NullableExpandableApprovalRequestsResponse) IsSet() bool + func (v NullableExpandableApprovalRequestsResponse) MarshalJSON() ([]byte, error) + type NullableExpandedFlagRep struct + func NewNullableExpandedFlagRep(val *ExpandedFlagRep) *NullableExpandedFlagRep + func (v *NullableExpandedFlagRep) Set(val *ExpandedFlagRep) + func (v *NullableExpandedFlagRep) UnmarshalJSON(src []byte) error + func (v *NullableExpandedFlagRep) Unset() + func (v NullableExpandedFlagRep) Get() *ExpandedFlagRep + func (v NullableExpandedFlagRep) IsSet() bool + func (v NullableExpandedFlagRep) MarshalJSON() ([]byte, error) + type NullableExperiment struct + func NewNullableExperiment(val *Experiment) *NullableExperiment + func (v *NullableExperiment) Set(val *Experiment) + func (v *NullableExperiment) UnmarshalJSON(src []byte) error + func (v *NullableExperiment) Unset() + func (v NullableExperiment) Get() *Experiment + func (v NullableExperiment) IsSet() bool + func (v NullableExperiment) MarshalJSON() ([]byte, error) + type NullableExperimentAllocationRep struct + func NewNullableExperimentAllocationRep(val *ExperimentAllocationRep) *NullableExperimentAllocationRep + func (v *NullableExperimentAllocationRep) Set(val *ExperimentAllocationRep) + func (v *NullableExperimentAllocationRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentAllocationRep) Unset() + func (v NullableExperimentAllocationRep) Get() *ExperimentAllocationRep + func (v NullableExperimentAllocationRep) IsSet() bool + func (v NullableExperimentAllocationRep) MarshalJSON() ([]byte, error) + type NullableExperimentBayesianResultsRep struct + func NewNullableExperimentBayesianResultsRep(val *ExperimentBayesianResultsRep) *NullableExperimentBayesianResultsRep + func (v *NullableExperimentBayesianResultsRep) Set(val *ExperimentBayesianResultsRep) + func (v *NullableExperimentBayesianResultsRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentBayesianResultsRep) Unset() + func (v NullableExperimentBayesianResultsRep) Get() *ExperimentBayesianResultsRep + func (v NullableExperimentBayesianResultsRep) IsSet() bool + func (v NullableExperimentBayesianResultsRep) MarshalJSON() ([]byte, error) + type NullableExperimentCollectionRep struct + func NewNullableExperimentCollectionRep(val *ExperimentCollectionRep) *NullableExperimentCollectionRep + func (v *NullableExperimentCollectionRep) Set(val *ExperimentCollectionRep) + func (v *NullableExperimentCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentCollectionRep) Unset() + func (v NullableExperimentCollectionRep) Get() *ExperimentCollectionRep + func (v NullableExperimentCollectionRep) IsSet() bool + func (v NullableExperimentCollectionRep) MarshalJSON() ([]byte, error) + type NullableExperimentEnabledPeriodRep struct + func NewNullableExperimentEnabledPeriodRep(val *ExperimentEnabledPeriodRep) *NullableExperimentEnabledPeriodRep + func (v *NullableExperimentEnabledPeriodRep) Set(val *ExperimentEnabledPeriodRep) + func (v *NullableExperimentEnabledPeriodRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentEnabledPeriodRep) Unset() + func (v NullableExperimentEnabledPeriodRep) Get() *ExperimentEnabledPeriodRep + func (v NullableExperimentEnabledPeriodRep) IsSet() bool + func (v NullableExperimentEnabledPeriodRep) MarshalJSON() ([]byte, error) + type NullableExperimentEnvironmentSettingRep struct + func NewNullableExperimentEnvironmentSettingRep(val *ExperimentEnvironmentSettingRep) *NullableExperimentEnvironmentSettingRep + func (v *NullableExperimentEnvironmentSettingRep) Set(val *ExperimentEnvironmentSettingRep) + func (v *NullableExperimentEnvironmentSettingRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentEnvironmentSettingRep) Unset() + func (v NullableExperimentEnvironmentSettingRep) Get() *ExperimentEnvironmentSettingRep + func (v NullableExperimentEnvironmentSettingRep) IsSet() bool + func (v NullableExperimentEnvironmentSettingRep) MarshalJSON() ([]byte, error) + type NullableExperimentExpandableProperties struct + func NewNullableExperimentExpandableProperties(val *ExperimentExpandableProperties) *NullableExperimentExpandableProperties + func (v *NullableExperimentExpandableProperties) Set(val *ExperimentExpandableProperties) + func (v *NullableExperimentExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableExperimentExpandableProperties) Unset() + func (v NullableExperimentExpandableProperties) Get() *ExperimentExpandableProperties + func (v NullableExperimentExpandableProperties) IsSet() bool + func (v NullableExperimentExpandableProperties) MarshalJSON() ([]byte, error) + type NullableExperimentInfoRep struct + func NewNullableExperimentInfoRep(val *ExperimentInfoRep) *NullableExperimentInfoRep + func (v *NullableExperimentInfoRep) Set(val *ExperimentInfoRep) + func (v *NullableExperimentInfoRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentInfoRep) Unset() + func (v NullableExperimentInfoRep) Get() *ExperimentInfoRep + func (v NullableExperimentInfoRep) IsSet() bool + func (v NullableExperimentInfoRep) MarshalJSON() ([]byte, error) + type NullableExperimentMetadataRep struct + func NewNullableExperimentMetadataRep(val *ExperimentMetadataRep) *NullableExperimentMetadataRep + func (v *NullableExperimentMetadataRep) Set(val *ExperimentMetadataRep) + func (v *NullableExperimentMetadataRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentMetadataRep) Unset() + func (v NullableExperimentMetadataRep) Get() *ExperimentMetadataRep + func (v NullableExperimentMetadataRep) IsSet() bool + func (v NullableExperimentMetadataRep) MarshalJSON() ([]byte, error) + type NullableExperimentPatchInput struct + func NewNullableExperimentPatchInput(val *ExperimentPatchInput) *NullableExperimentPatchInput + func (v *NullableExperimentPatchInput) Set(val *ExperimentPatchInput) + func (v *NullableExperimentPatchInput) UnmarshalJSON(src []byte) error + func (v *NullableExperimentPatchInput) Unset() + func (v NullableExperimentPatchInput) Get() *ExperimentPatchInput + func (v NullableExperimentPatchInput) IsSet() bool + func (v NullableExperimentPatchInput) MarshalJSON() ([]byte, error) + type NullableExperimentPost struct + func NewNullableExperimentPost(val *ExperimentPost) *NullableExperimentPost + func (v *NullableExperimentPost) Set(val *ExperimentPost) + func (v *NullableExperimentPost) UnmarshalJSON(src []byte) error + func (v *NullableExperimentPost) Unset() + func (v NullableExperimentPost) Get() *ExperimentPost + func (v NullableExperimentPost) IsSet() bool + func (v NullableExperimentPost) MarshalJSON() ([]byte, error) + type NullableExperimentResults struct + func NewNullableExperimentResults(val *ExperimentResults) *NullableExperimentResults + func (v *NullableExperimentResults) Set(val *ExperimentResults) + func (v *NullableExperimentResults) UnmarshalJSON(src []byte) error + func (v *NullableExperimentResults) Unset() + func (v NullableExperimentResults) Get() *ExperimentResults + func (v NullableExperimentResults) IsSet() bool + func (v NullableExperimentResults) MarshalJSON() ([]byte, error) + type NullableExperimentStatsRep struct + func NewNullableExperimentStatsRep(val *ExperimentStatsRep) *NullableExperimentStatsRep + func (v *NullableExperimentStatsRep) Set(val *ExperimentStatsRep) + func (v *NullableExperimentStatsRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentStatsRep) Unset() + func (v NullableExperimentStatsRep) Get() *ExperimentStatsRep + func (v NullableExperimentStatsRep) IsSet() bool + func (v NullableExperimentStatsRep) MarshalJSON() ([]byte, error) + type NullableExperimentTimeSeriesSlice struct + func NewNullableExperimentTimeSeriesSlice(val *ExperimentTimeSeriesSlice) *NullableExperimentTimeSeriesSlice + func (v *NullableExperimentTimeSeriesSlice) Set(val *ExperimentTimeSeriesSlice) + func (v *NullableExperimentTimeSeriesSlice) UnmarshalJSON(src []byte) error + func (v *NullableExperimentTimeSeriesSlice) Unset() + func (v NullableExperimentTimeSeriesSlice) Get() *ExperimentTimeSeriesSlice + func (v NullableExperimentTimeSeriesSlice) IsSet() bool + func (v NullableExperimentTimeSeriesSlice) MarshalJSON() ([]byte, error) + type NullableExperimentTimeSeriesVariationSlice struct + func NewNullableExperimentTimeSeriesVariationSlice(val *ExperimentTimeSeriesVariationSlice) *NullableExperimentTimeSeriesVariationSlice + func (v *NullableExperimentTimeSeriesVariationSlice) Set(val *ExperimentTimeSeriesVariationSlice) + func (v *NullableExperimentTimeSeriesVariationSlice) UnmarshalJSON(src []byte) error + func (v *NullableExperimentTimeSeriesVariationSlice) Unset() + func (v NullableExperimentTimeSeriesVariationSlice) Get() *ExperimentTimeSeriesVariationSlice + func (v NullableExperimentTimeSeriesVariationSlice) IsSet() bool + func (v NullableExperimentTimeSeriesVariationSlice) MarshalJSON() ([]byte, error) + type NullableExperimentTotalsRep struct + func NewNullableExperimentTotalsRep(val *ExperimentTotalsRep) *NullableExperimentTotalsRep + func (v *NullableExperimentTotalsRep) Set(val *ExperimentTotalsRep) + func (v *NullableExperimentTotalsRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentTotalsRep) Unset() + func (v NullableExperimentTotalsRep) Get() *ExperimentTotalsRep + func (v NullableExperimentTotalsRep) IsSet() bool + func (v NullableExperimentTotalsRep) MarshalJSON() ([]byte, error) + type NullableExperimentationSettingsPut struct + func NewNullableExperimentationSettingsPut(val *ExperimentationSettingsPut) *NullableExperimentationSettingsPut + func (v *NullableExperimentationSettingsPut) Set(val *ExperimentationSettingsPut) + func (v *NullableExperimentationSettingsPut) UnmarshalJSON(src []byte) error + func (v *NullableExperimentationSettingsPut) Unset() + func (v NullableExperimentationSettingsPut) Get() *ExperimentationSettingsPut + func (v NullableExperimentationSettingsPut) IsSet() bool + func (v NullableExperimentationSettingsPut) MarshalJSON() ([]byte, error) + type NullableExperimentationSettingsRep struct + func NewNullableExperimentationSettingsRep(val *ExperimentationSettingsRep) *NullableExperimentationSettingsRep + func (v *NullableExperimentationSettingsRep) Set(val *ExperimentationSettingsRep) + func (v *NullableExperimentationSettingsRep) UnmarshalJSON(src []byte) error + func (v *NullableExperimentationSettingsRep) Unset() + func (v NullableExperimentationSettingsRep) Get() *ExperimentationSettingsRep + func (v NullableExperimentationSettingsRep) IsSet() bool + func (v NullableExperimentationSettingsRep) MarshalJSON() ([]byte, error) + type NullableExpiringTarget struct + func NewNullableExpiringTarget(val *ExpiringTarget) *NullableExpiringTarget + func (v *NullableExpiringTarget) Set(val *ExpiringTarget) + func (v *NullableExpiringTarget) UnmarshalJSON(src []byte) error + func (v *NullableExpiringTarget) Unset() + func (v NullableExpiringTarget) Get() *ExpiringTarget + func (v NullableExpiringTarget) IsSet() bool + func (v NullableExpiringTarget) MarshalJSON() ([]byte, error) + type NullableExpiringTargetError struct + func NewNullableExpiringTargetError(val *ExpiringTargetError) *NullableExpiringTargetError + func (v *NullableExpiringTargetError) Set(val *ExpiringTargetError) + func (v *NullableExpiringTargetError) UnmarshalJSON(src []byte) error + func (v *NullableExpiringTargetError) Unset() + func (v NullableExpiringTargetError) Get() *ExpiringTargetError + func (v NullableExpiringTargetError) IsSet() bool + func (v NullableExpiringTargetError) MarshalJSON() ([]byte, error) + type NullableExpiringTargetGetResponse struct + func NewNullableExpiringTargetGetResponse(val *ExpiringTargetGetResponse) *NullableExpiringTargetGetResponse + func (v *NullableExpiringTargetGetResponse) Set(val *ExpiringTargetGetResponse) + func (v *NullableExpiringTargetGetResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpiringTargetGetResponse) Unset() + func (v NullableExpiringTargetGetResponse) Get() *ExpiringTargetGetResponse + func (v NullableExpiringTargetGetResponse) IsSet() bool + func (v NullableExpiringTargetGetResponse) MarshalJSON() ([]byte, error) + type NullableExpiringTargetPatchResponse struct + func NewNullableExpiringTargetPatchResponse(val *ExpiringTargetPatchResponse) *NullableExpiringTargetPatchResponse + func (v *NullableExpiringTargetPatchResponse) Set(val *ExpiringTargetPatchResponse) + func (v *NullableExpiringTargetPatchResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpiringTargetPatchResponse) Unset() + func (v NullableExpiringTargetPatchResponse) Get() *ExpiringTargetPatchResponse + func (v NullableExpiringTargetPatchResponse) IsSet() bool + func (v NullableExpiringTargetPatchResponse) MarshalJSON() ([]byte, error) + type NullableExpiringUserTargetGetResponse struct + func NewNullableExpiringUserTargetGetResponse(val *ExpiringUserTargetGetResponse) *NullableExpiringUserTargetGetResponse + func (v *NullableExpiringUserTargetGetResponse) Set(val *ExpiringUserTargetGetResponse) + func (v *NullableExpiringUserTargetGetResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpiringUserTargetGetResponse) Unset() + func (v NullableExpiringUserTargetGetResponse) Get() *ExpiringUserTargetGetResponse + func (v NullableExpiringUserTargetGetResponse) IsSet() bool + func (v NullableExpiringUserTargetGetResponse) MarshalJSON() ([]byte, error) + type NullableExpiringUserTargetItem struct + func NewNullableExpiringUserTargetItem(val *ExpiringUserTargetItem) *NullableExpiringUserTargetItem + func (v *NullableExpiringUserTargetItem) Set(val *ExpiringUserTargetItem) + func (v *NullableExpiringUserTargetItem) UnmarshalJSON(src []byte) error + func (v *NullableExpiringUserTargetItem) Unset() + func (v NullableExpiringUserTargetItem) Get() *ExpiringUserTargetItem + func (v NullableExpiringUserTargetItem) IsSet() bool + func (v NullableExpiringUserTargetItem) MarshalJSON() ([]byte, error) + type NullableExpiringUserTargetPatchResponse struct + func NewNullableExpiringUserTargetPatchResponse(val *ExpiringUserTargetPatchResponse) *NullableExpiringUserTargetPatchResponse + func (v *NullableExpiringUserTargetPatchResponse) Set(val *ExpiringUserTargetPatchResponse) + func (v *NullableExpiringUserTargetPatchResponse) UnmarshalJSON(src []byte) error + func (v *NullableExpiringUserTargetPatchResponse) Unset() + func (v NullableExpiringUserTargetPatchResponse) Get() *ExpiringUserTargetPatchResponse + func (v NullableExpiringUserTargetPatchResponse) IsSet() bool + func (v NullableExpiringUserTargetPatchResponse) MarshalJSON() ([]byte, error) + type NullableExport struct + func NewNullableExport(val *Export) *NullableExport + func (v *NullableExport) Set(val *Export) + func (v *NullableExport) UnmarshalJSON(src []byte) error + func (v *NullableExport) Unset() + func (v NullableExport) Get() *Export + func (v NullableExport) IsSet() bool + func (v NullableExport) MarshalJSON() ([]byte, error) + type NullableExtinction struct + func NewNullableExtinction(val *Extinction) *NullableExtinction + func (v *NullableExtinction) Set(val *Extinction) + func (v *NullableExtinction) UnmarshalJSON(src []byte) error + func (v *NullableExtinction) Unset() + func (v NullableExtinction) Get() *Extinction + func (v NullableExtinction) IsSet() bool + func (v NullableExtinction) MarshalJSON() ([]byte, error) + type NullableExtinctionCollectionRep struct + func NewNullableExtinctionCollectionRep(val *ExtinctionCollectionRep) *NullableExtinctionCollectionRep + func (v *NullableExtinctionCollectionRep) Set(val *ExtinctionCollectionRep) + func (v *NullableExtinctionCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableExtinctionCollectionRep) Unset() + func (v NullableExtinctionCollectionRep) Get() *ExtinctionCollectionRep + func (v NullableExtinctionCollectionRep) IsSet() bool + func (v NullableExtinctionCollectionRep) MarshalJSON() ([]byte, error) + type NullableFeatureFlag struct + func NewNullableFeatureFlag(val *FeatureFlag) *NullableFeatureFlag + func (v *NullableFeatureFlag) Set(val *FeatureFlag) + func (v *NullableFeatureFlag) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlag) Unset() + func (v NullableFeatureFlag) Get() *FeatureFlag + func (v NullableFeatureFlag) IsSet() bool + func (v NullableFeatureFlag) MarshalJSON() ([]byte, error) + type NullableFeatureFlagBody struct + func NewNullableFeatureFlagBody(val *FeatureFlagBody) *NullableFeatureFlagBody + func (v *NullableFeatureFlagBody) Set(val *FeatureFlagBody) + func (v *NullableFeatureFlagBody) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagBody) Unset() + func (v NullableFeatureFlagBody) Get() *FeatureFlagBody + func (v NullableFeatureFlagBody) IsSet() bool + func (v NullableFeatureFlagBody) MarshalJSON() ([]byte, error) + type NullableFeatureFlagConfig struct + func NewNullableFeatureFlagConfig(val *FeatureFlagConfig) *NullableFeatureFlagConfig + func (v *NullableFeatureFlagConfig) Set(val *FeatureFlagConfig) + func (v *NullableFeatureFlagConfig) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagConfig) Unset() + func (v NullableFeatureFlagConfig) Get() *FeatureFlagConfig + func (v NullableFeatureFlagConfig) IsSet() bool + func (v NullableFeatureFlagConfig) MarshalJSON() ([]byte, error) + type NullableFeatureFlagScheduledChange struct + func NewNullableFeatureFlagScheduledChange(val *FeatureFlagScheduledChange) *NullableFeatureFlagScheduledChange + func (v *NullableFeatureFlagScheduledChange) Set(val *FeatureFlagScheduledChange) + func (v *NullableFeatureFlagScheduledChange) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagScheduledChange) Unset() + func (v NullableFeatureFlagScheduledChange) Get() *FeatureFlagScheduledChange + func (v NullableFeatureFlagScheduledChange) IsSet() bool + func (v NullableFeatureFlagScheduledChange) MarshalJSON() ([]byte, error) + type NullableFeatureFlagScheduledChanges struct + func NewNullableFeatureFlagScheduledChanges(val *FeatureFlagScheduledChanges) *NullableFeatureFlagScheduledChanges + func (v *NullableFeatureFlagScheduledChanges) Set(val *FeatureFlagScheduledChanges) + func (v *NullableFeatureFlagScheduledChanges) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagScheduledChanges) Unset() + func (v NullableFeatureFlagScheduledChanges) Get() *FeatureFlagScheduledChanges + func (v NullableFeatureFlagScheduledChanges) IsSet() bool + func (v NullableFeatureFlagScheduledChanges) MarshalJSON() ([]byte, error) + type NullableFeatureFlagStatus struct + func NewNullableFeatureFlagStatus(val *FeatureFlagStatus) *NullableFeatureFlagStatus + func (v *NullableFeatureFlagStatus) Set(val *FeatureFlagStatus) + func (v *NullableFeatureFlagStatus) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagStatus) Unset() + func (v NullableFeatureFlagStatus) Get() *FeatureFlagStatus + func (v NullableFeatureFlagStatus) IsSet() bool + func (v NullableFeatureFlagStatus) MarshalJSON() ([]byte, error) + type NullableFeatureFlagStatusAcrossEnvironments struct + func NewNullableFeatureFlagStatusAcrossEnvironments(val *FeatureFlagStatusAcrossEnvironments) *NullableFeatureFlagStatusAcrossEnvironments + func (v *NullableFeatureFlagStatusAcrossEnvironments) Set(val *FeatureFlagStatusAcrossEnvironments) + func (v *NullableFeatureFlagStatusAcrossEnvironments) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagStatusAcrossEnvironments) Unset() + func (v NullableFeatureFlagStatusAcrossEnvironments) Get() *FeatureFlagStatusAcrossEnvironments + func (v NullableFeatureFlagStatusAcrossEnvironments) IsSet() bool + func (v NullableFeatureFlagStatusAcrossEnvironments) MarshalJSON() ([]byte, error) + type NullableFeatureFlagStatuses struct + func NewNullableFeatureFlagStatuses(val *FeatureFlagStatuses) *NullableFeatureFlagStatuses + func (v *NullableFeatureFlagStatuses) Set(val *FeatureFlagStatuses) + func (v *NullableFeatureFlagStatuses) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlagStatuses) Unset() + func (v NullableFeatureFlagStatuses) Get() *FeatureFlagStatuses + func (v NullableFeatureFlagStatuses) IsSet() bool + func (v NullableFeatureFlagStatuses) MarshalJSON() ([]byte, error) + type NullableFeatureFlags struct + func NewNullableFeatureFlags(val *FeatureFlags) *NullableFeatureFlags + func (v *NullableFeatureFlags) Set(val *FeatureFlags) + func (v *NullableFeatureFlags) UnmarshalJSON(src []byte) error + func (v *NullableFeatureFlags) Unset() + func (v NullableFeatureFlags) Get() *FeatureFlags + func (v NullableFeatureFlags) IsSet() bool + func (v NullableFeatureFlags) MarshalJSON() ([]byte, error) + type NullableFileRep struct + func NewNullableFileRep(val *FileRep) *NullableFileRep + func (v *NullableFileRep) Set(val *FileRep) + func (v *NullableFileRep) UnmarshalJSON(src []byte) error + func (v *NullableFileRep) Unset() + func (v NullableFileRep) Get() *FileRep + func (v NullableFileRep) IsSet() bool + func (v NullableFileRep) MarshalJSON() ([]byte, error) + type NullableFlagConfigApprovalRequestResponse struct + func NewNullableFlagConfigApprovalRequestResponse(val *FlagConfigApprovalRequestResponse) *NullableFlagConfigApprovalRequestResponse + func (v *NullableFlagConfigApprovalRequestResponse) Set(val *FlagConfigApprovalRequestResponse) + func (v *NullableFlagConfigApprovalRequestResponse) UnmarshalJSON(src []byte) error + func (v *NullableFlagConfigApprovalRequestResponse) Unset() + func (v NullableFlagConfigApprovalRequestResponse) Get() *FlagConfigApprovalRequestResponse + func (v NullableFlagConfigApprovalRequestResponse) IsSet() bool + func (v NullableFlagConfigApprovalRequestResponse) MarshalJSON() ([]byte, error) + type NullableFlagConfigApprovalRequestsResponse struct + func NewNullableFlagConfigApprovalRequestsResponse(val *FlagConfigApprovalRequestsResponse) *NullableFlagConfigApprovalRequestsResponse + func (v *NullableFlagConfigApprovalRequestsResponse) Set(val *FlagConfigApprovalRequestsResponse) + func (v *NullableFlagConfigApprovalRequestsResponse) UnmarshalJSON(src []byte) error + func (v *NullableFlagConfigApprovalRequestsResponse) Unset() + func (v NullableFlagConfigApprovalRequestsResponse) Get() *FlagConfigApprovalRequestsResponse + func (v NullableFlagConfigApprovalRequestsResponse) IsSet() bool + func (v NullableFlagConfigApprovalRequestsResponse) MarshalJSON() ([]byte, error) + type NullableFlagConfigEvaluation struct + func NewNullableFlagConfigEvaluation(val *FlagConfigEvaluation) *NullableFlagConfigEvaluation + func (v *NullableFlagConfigEvaluation) Set(val *FlagConfigEvaluation) + func (v *NullableFlagConfigEvaluation) UnmarshalJSON(src []byte) error + func (v *NullableFlagConfigEvaluation) Unset() + func (v NullableFlagConfigEvaluation) Get() *FlagConfigEvaluation + func (v NullableFlagConfigEvaluation) IsSet() bool + func (v NullableFlagConfigEvaluation) MarshalJSON() ([]byte, error) + type NullableFlagConfigMigrationSettingsRep struct + func NewNullableFlagConfigMigrationSettingsRep(val *FlagConfigMigrationSettingsRep) *NullableFlagConfigMigrationSettingsRep + func (v *NullableFlagConfigMigrationSettingsRep) Set(val *FlagConfigMigrationSettingsRep) + func (v *NullableFlagConfigMigrationSettingsRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagConfigMigrationSettingsRep) Unset() + func (v NullableFlagConfigMigrationSettingsRep) Get() *FlagConfigMigrationSettingsRep + func (v NullableFlagConfigMigrationSettingsRep) IsSet() bool + func (v NullableFlagConfigMigrationSettingsRep) MarshalJSON() ([]byte, error) + type NullableFlagCopyConfigEnvironment struct + func NewNullableFlagCopyConfigEnvironment(val *FlagCopyConfigEnvironment) *NullableFlagCopyConfigEnvironment + func (v *NullableFlagCopyConfigEnvironment) Set(val *FlagCopyConfigEnvironment) + func (v *NullableFlagCopyConfigEnvironment) UnmarshalJSON(src []byte) error + func (v *NullableFlagCopyConfigEnvironment) Unset() + func (v NullableFlagCopyConfigEnvironment) Get() *FlagCopyConfigEnvironment + func (v NullableFlagCopyConfigEnvironment) IsSet() bool + func (v NullableFlagCopyConfigEnvironment) MarshalJSON() ([]byte, error) + type NullableFlagCopyConfigPost struct + func NewNullableFlagCopyConfigPost(val *FlagCopyConfigPost) *NullableFlagCopyConfigPost + func (v *NullableFlagCopyConfigPost) Set(val *FlagCopyConfigPost) + func (v *NullableFlagCopyConfigPost) UnmarshalJSON(src []byte) error + func (v *NullableFlagCopyConfigPost) Unset() + func (v NullableFlagCopyConfigPost) Get() *FlagCopyConfigPost + func (v NullableFlagCopyConfigPost) IsSet() bool + func (v NullableFlagCopyConfigPost) MarshalJSON() ([]byte, error) + type NullableFlagDefaults struct + func NewNullableFlagDefaults(val *FlagDefaults) *NullableFlagDefaults + func (v *NullableFlagDefaults) Set(val *FlagDefaults) + func (v *NullableFlagDefaults) UnmarshalJSON(src []byte) error + func (v *NullableFlagDefaults) Unset() + func (v NullableFlagDefaults) Get() *FlagDefaults + func (v NullableFlagDefaults) IsSet() bool + func (v NullableFlagDefaults) MarshalJSON() ([]byte, error) + type NullableFlagDefaultsApiBaseRep struct + func NewNullableFlagDefaultsApiBaseRep(val *FlagDefaultsApiBaseRep) *NullableFlagDefaultsApiBaseRep + func (v *NullableFlagDefaultsApiBaseRep) Set(val *FlagDefaultsApiBaseRep) + func (v *NullableFlagDefaultsApiBaseRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagDefaultsApiBaseRep) Unset() + func (v NullableFlagDefaultsApiBaseRep) Get() *FlagDefaultsApiBaseRep + func (v NullableFlagDefaultsApiBaseRep) IsSet() bool + func (v NullableFlagDefaultsApiBaseRep) MarshalJSON() ([]byte, error) + type NullableFlagDefaultsRep struct + func NewNullableFlagDefaultsRep(val *FlagDefaultsRep) *NullableFlagDefaultsRep + func (v *NullableFlagDefaultsRep) Set(val *FlagDefaultsRep) + func (v *NullableFlagDefaultsRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagDefaultsRep) Unset() + func (v NullableFlagDefaultsRep) Get() *FlagDefaultsRep + func (v NullableFlagDefaultsRep) IsSet() bool + func (v NullableFlagDefaultsRep) MarshalJSON() ([]byte, error) + type NullableFlagFollowersByProjEnvGetRep struct + func NewNullableFlagFollowersByProjEnvGetRep(val *FlagFollowersByProjEnvGetRep) *NullableFlagFollowersByProjEnvGetRep + func (v *NullableFlagFollowersByProjEnvGetRep) Set(val *FlagFollowersByProjEnvGetRep) + func (v *NullableFlagFollowersByProjEnvGetRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagFollowersByProjEnvGetRep) Unset() + func (v NullableFlagFollowersByProjEnvGetRep) Get() *FlagFollowersByProjEnvGetRep + func (v NullableFlagFollowersByProjEnvGetRep) IsSet() bool + func (v NullableFlagFollowersByProjEnvGetRep) MarshalJSON() ([]byte, error) + type NullableFlagFollowersGetRep struct + func NewNullableFlagFollowersGetRep(val *FlagFollowersGetRep) *NullableFlagFollowersGetRep + func (v *NullableFlagFollowersGetRep) Set(val *FlagFollowersGetRep) + func (v *NullableFlagFollowersGetRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagFollowersGetRep) Unset() + func (v NullableFlagFollowersGetRep) Get() *FlagFollowersGetRep + func (v NullableFlagFollowersGetRep) IsSet() bool + func (v NullableFlagFollowersGetRep) MarshalJSON() ([]byte, error) + type NullableFlagGlobalAttributesRep struct + func NewNullableFlagGlobalAttributesRep(val *FlagGlobalAttributesRep) *NullableFlagGlobalAttributesRep + func (v *NullableFlagGlobalAttributesRep) Set(val *FlagGlobalAttributesRep) + func (v *NullableFlagGlobalAttributesRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagGlobalAttributesRep) Unset() + func (v NullableFlagGlobalAttributesRep) Get() *FlagGlobalAttributesRep + func (v NullableFlagGlobalAttributesRep) IsSet() bool + func (v NullableFlagGlobalAttributesRep) MarshalJSON() ([]byte, error) + type NullableFlagInput struct + func NewNullableFlagInput(val *FlagInput) *NullableFlagInput + func (v *NullableFlagInput) Set(val *FlagInput) + func (v *NullableFlagInput) UnmarshalJSON(src []byte) error + func (v *NullableFlagInput) Unset() + func (v NullableFlagInput) Get() *FlagInput + func (v NullableFlagInput) IsSet() bool + func (v NullableFlagInput) MarshalJSON() ([]byte, error) + type NullableFlagLinkCollectionRep struct + func NewNullableFlagLinkCollectionRep(val *FlagLinkCollectionRep) *NullableFlagLinkCollectionRep + func (v *NullableFlagLinkCollectionRep) Set(val *FlagLinkCollectionRep) + func (v *NullableFlagLinkCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagLinkCollectionRep) Unset() + func (v NullableFlagLinkCollectionRep) Get() *FlagLinkCollectionRep + func (v NullableFlagLinkCollectionRep) IsSet() bool + func (v NullableFlagLinkCollectionRep) MarshalJSON() ([]byte, error) + type NullableFlagLinkMember struct + func NewNullableFlagLinkMember(val *FlagLinkMember) *NullableFlagLinkMember + func (v *NullableFlagLinkMember) Set(val *FlagLinkMember) + func (v *NullableFlagLinkMember) UnmarshalJSON(src []byte) error + func (v *NullableFlagLinkMember) Unset() + func (v NullableFlagLinkMember) Get() *FlagLinkMember + func (v NullableFlagLinkMember) IsSet() bool + func (v NullableFlagLinkMember) MarshalJSON() ([]byte, error) + type NullableFlagLinkPost struct + func NewNullableFlagLinkPost(val *FlagLinkPost) *NullableFlagLinkPost + func (v *NullableFlagLinkPost) Set(val *FlagLinkPost) + func (v *NullableFlagLinkPost) UnmarshalJSON(src []byte) error + func (v *NullableFlagLinkPost) Unset() + func (v NullableFlagLinkPost) Get() *FlagLinkPost + func (v NullableFlagLinkPost) IsSet() bool + func (v NullableFlagLinkPost) MarshalJSON() ([]byte, error) + type NullableFlagLinkRep struct + func NewNullableFlagLinkRep(val *FlagLinkRep) *NullableFlagLinkRep + func (v *NullableFlagLinkRep) Set(val *FlagLinkRep) + func (v *NullableFlagLinkRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagLinkRep) Unset() + func (v NullableFlagLinkRep) Get() *FlagLinkRep + func (v NullableFlagLinkRep) IsSet() bool + func (v NullableFlagLinkRep) MarshalJSON() ([]byte, error) + type NullableFlagListingRep struct + func NewNullableFlagListingRep(val *FlagListingRep) *NullableFlagListingRep + func (v *NullableFlagListingRep) Set(val *FlagListingRep) + func (v *NullableFlagListingRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagListingRep) Unset() + func (v NullableFlagListingRep) Get() *FlagListingRep + func (v NullableFlagListingRep) IsSet() bool + func (v NullableFlagListingRep) MarshalJSON() ([]byte, error) + type NullableFlagMigrationSettingsRep struct + func NewNullableFlagMigrationSettingsRep(val *FlagMigrationSettingsRep) *NullableFlagMigrationSettingsRep + func (v *NullableFlagMigrationSettingsRep) Set(val *FlagMigrationSettingsRep) + func (v *NullableFlagMigrationSettingsRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagMigrationSettingsRep) Unset() + func (v NullableFlagMigrationSettingsRep) Get() *FlagMigrationSettingsRep + func (v NullableFlagMigrationSettingsRep) IsSet() bool + func (v NullableFlagMigrationSettingsRep) MarshalJSON() ([]byte, error) + type NullableFlagRep struct + func NewNullableFlagRep(val *FlagRep) *NullableFlagRep + func (v *NullableFlagRep) Set(val *FlagRep) + func (v *NullableFlagRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagRep) Unset() + func (v NullableFlagRep) Get() *FlagRep + func (v NullableFlagRep) IsSet() bool + func (v NullableFlagRep) MarshalJSON() ([]byte, error) + type NullableFlagScheduledChangesInput struct + func NewNullableFlagScheduledChangesInput(val *FlagScheduledChangesInput) *NullableFlagScheduledChangesInput + func (v *NullableFlagScheduledChangesInput) Set(val *FlagScheduledChangesInput) + func (v *NullableFlagScheduledChangesInput) UnmarshalJSON(src []byte) error + func (v *NullableFlagScheduledChangesInput) Unset() + func (v NullableFlagScheduledChangesInput) Get() *FlagScheduledChangesInput + func (v NullableFlagScheduledChangesInput) IsSet() bool + func (v NullableFlagScheduledChangesInput) MarshalJSON() ([]byte, error) + type NullableFlagSempatch struct + func NewNullableFlagSempatch(val *FlagSempatch) *NullableFlagSempatch + func (v *NullableFlagSempatch) Set(val *FlagSempatch) + func (v *NullableFlagSempatch) UnmarshalJSON(src []byte) error + func (v *NullableFlagSempatch) Unset() + func (v NullableFlagSempatch) Get() *FlagSempatch + func (v NullableFlagSempatch) IsSet() bool + func (v NullableFlagSempatch) MarshalJSON() ([]byte, error) + type NullableFlagStatusRep struct + func NewNullableFlagStatusRep(val *FlagStatusRep) *NullableFlagStatusRep + func (v *NullableFlagStatusRep) Set(val *FlagStatusRep) + func (v *NullableFlagStatusRep) UnmarshalJSON(src []byte) error + func (v *NullableFlagStatusRep) Unset() + func (v NullableFlagStatusRep) Get() *FlagStatusRep + func (v NullableFlagStatusRep) IsSet() bool + func (v NullableFlagStatusRep) MarshalJSON() ([]byte, error) + type NullableFlagSummary struct + func NewNullableFlagSummary(val *FlagSummary) *NullableFlagSummary + func (v *NullableFlagSummary) Set(val *FlagSummary) + func (v *NullableFlagSummary) UnmarshalJSON(src []byte) error + func (v *NullableFlagSummary) Unset() + func (v NullableFlagSummary) Get() *FlagSummary + func (v NullableFlagSummary) IsSet() bool + func (v NullableFlagSummary) MarshalJSON() ([]byte, error) + type NullableFlagTriggerInput struct + func NewNullableFlagTriggerInput(val *FlagTriggerInput) *NullableFlagTriggerInput + func (v *NullableFlagTriggerInput) Set(val *FlagTriggerInput) + func (v *NullableFlagTriggerInput) UnmarshalJSON(src []byte) error + func (v *NullableFlagTriggerInput) Unset() + func (v NullableFlagTriggerInput) Get() *FlagTriggerInput + func (v NullableFlagTriggerInput) IsSet() bool + func (v NullableFlagTriggerInput) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableFollowFlagMember struct + func NewNullableFollowFlagMember(val *FollowFlagMember) *NullableFollowFlagMember + func (v *NullableFollowFlagMember) Set(val *FollowFlagMember) + func (v *NullableFollowFlagMember) UnmarshalJSON(src []byte) error + func (v *NullableFollowFlagMember) Unset() + func (v NullableFollowFlagMember) Get() *FollowFlagMember + func (v NullableFollowFlagMember) IsSet() bool + func (v NullableFollowFlagMember) MarshalJSON() ([]byte, error) + type NullableFollowersPerFlag struct + func NewNullableFollowersPerFlag(val *FollowersPerFlag) *NullableFollowersPerFlag + func (v *NullableFollowersPerFlag) Set(val *FollowersPerFlag) + func (v *NullableFollowersPerFlag) UnmarshalJSON(src []byte) error + func (v *NullableFollowersPerFlag) Unset() + func (v NullableFollowersPerFlag) Get() *FollowersPerFlag + func (v NullableFollowersPerFlag) IsSet() bool + func (v NullableFollowersPerFlag) MarshalJSON() ([]byte, error) + type NullableForbiddenErrorRep struct + func NewNullableForbiddenErrorRep(val *ForbiddenErrorRep) *NullableForbiddenErrorRep + func (v *NullableForbiddenErrorRep) Set(val *ForbiddenErrorRep) + func (v *NullableForbiddenErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableForbiddenErrorRep) Unset() + func (v NullableForbiddenErrorRep) Get() *ForbiddenErrorRep + func (v NullableForbiddenErrorRep) IsSet() bool + func (v NullableForbiddenErrorRep) MarshalJSON() ([]byte, error) + type NullableHunkRep struct + func NewNullableHunkRep(val *HunkRep) *NullableHunkRep + func (v *NullableHunkRep) Set(val *HunkRep) + func (v *NullableHunkRep) UnmarshalJSON(src []byte) error + func (v *NullableHunkRep) Unset() + func (v NullableHunkRep) Get() *HunkRep + func (v NullableHunkRep) IsSet() bool + func (v NullableHunkRep) MarshalJSON() ([]byte, error) + type NullableImport struct + func NewNullableImport(val *Import) *NullableImport + func (v *NullableImport) Set(val *Import) + func (v *NullableImport) UnmarshalJSON(src []byte) error + func (v *NullableImport) Unset() + func (v NullableImport) Get() *Import + func (v NullableImport) IsSet() bool + func (v NullableImport) MarshalJSON() ([]byte, error) + type NullableInitiatorRep struct + func NewNullableInitiatorRep(val *InitiatorRep) *NullableInitiatorRep + func (v *NullableInitiatorRep) Set(val *InitiatorRep) + func (v *NullableInitiatorRep) UnmarshalJSON(src []byte) error + func (v *NullableInitiatorRep) Unset() + func (v NullableInitiatorRep) Get() *InitiatorRep + func (v NullableInitiatorRep) IsSet() bool + func (v NullableInitiatorRep) MarshalJSON() ([]byte, error) + type NullableInstructionUserRequest struct + func NewNullableInstructionUserRequest(val *InstructionUserRequest) *NullableInstructionUserRequest + func (v *NullableInstructionUserRequest) Set(val *InstructionUserRequest) + func (v *NullableInstructionUserRequest) UnmarshalJSON(src []byte) error + func (v *NullableInstructionUserRequest) Unset() + func (v NullableInstructionUserRequest) Get() *InstructionUserRequest + func (v NullableInstructionUserRequest) IsSet() bool + func (v NullableInstructionUserRequest) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableIntegration struct + func NewNullableIntegration(val *Integration) *NullableIntegration + func (v *NullableIntegration) Set(val *Integration) + func (v *NullableIntegration) UnmarshalJSON(src []byte) error + func (v *NullableIntegration) Unset() + func (v NullableIntegration) Get() *Integration + func (v NullableIntegration) IsSet() bool + func (v NullableIntegration) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfiguration struct + func NewNullableIntegrationDeliveryConfiguration(val *IntegrationDeliveryConfiguration) *NullableIntegrationDeliveryConfiguration + func (v *NullableIntegrationDeliveryConfiguration) Set(val *IntegrationDeliveryConfiguration) + func (v *NullableIntegrationDeliveryConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfiguration) Unset() + func (v NullableIntegrationDeliveryConfiguration) Get() *IntegrationDeliveryConfiguration + func (v NullableIntegrationDeliveryConfiguration) IsSet() bool + func (v NullableIntegrationDeliveryConfiguration) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfigurationCollection struct + func NewNullableIntegrationDeliveryConfigurationCollection(val *IntegrationDeliveryConfigurationCollection) *NullableIntegrationDeliveryConfigurationCollection + func (v *NullableIntegrationDeliveryConfigurationCollection) Set(val *IntegrationDeliveryConfigurationCollection) + func (v *NullableIntegrationDeliveryConfigurationCollection) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfigurationCollection) Unset() + func (v NullableIntegrationDeliveryConfigurationCollection) Get() *IntegrationDeliveryConfigurationCollection + func (v NullableIntegrationDeliveryConfigurationCollection) IsSet() bool + func (v NullableIntegrationDeliveryConfigurationCollection) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfigurationCollectionLinks struct + func NewNullableIntegrationDeliveryConfigurationCollectionLinks(val *IntegrationDeliveryConfigurationCollectionLinks) *NullableIntegrationDeliveryConfigurationCollectionLinks + func (v *NullableIntegrationDeliveryConfigurationCollectionLinks) Set(val *IntegrationDeliveryConfigurationCollectionLinks) + func (v *NullableIntegrationDeliveryConfigurationCollectionLinks) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfigurationCollectionLinks) Unset() + func (v NullableIntegrationDeliveryConfigurationCollectionLinks) Get() *IntegrationDeliveryConfigurationCollectionLinks + func (v NullableIntegrationDeliveryConfigurationCollectionLinks) IsSet() bool + func (v NullableIntegrationDeliveryConfigurationCollectionLinks) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfigurationLinks struct + func NewNullableIntegrationDeliveryConfigurationLinks(val *IntegrationDeliveryConfigurationLinks) *NullableIntegrationDeliveryConfigurationLinks + func (v *NullableIntegrationDeliveryConfigurationLinks) Set(val *IntegrationDeliveryConfigurationLinks) + func (v *NullableIntegrationDeliveryConfigurationLinks) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfigurationLinks) Unset() + func (v NullableIntegrationDeliveryConfigurationLinks) Get() *IntegrationDeliveryConfigurationLinks + func (v NullableIntegrationDeliveryConfigurationLinks) IsSet() bool + func (v NullableIntegrationDeliveryConfigurationLinks) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfigurationPost struct + func NewNullableIntegrationDeliveryConfigurationPost(val *IntegrationDeliveryConfigurationPost) *NullableIntegrationDeliveryConfigurationPost + func (v *NullableIntegrationDeliveryConfigurationPost) Set(val *IntegrationDeliveryConfigurationPost) + func (v *NullableIntegrationDeliveryConfigurationPost) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfigurationPost) Unset() + func (v NullableIntegrationDeliveryConfigurationPost) Get() *IntegrationDeliveryConfigurationPost + func (v NullableIntegrationDeliveryConfigurationPost) IsSet() bool + func (v NullableIntegrationDeliveryConfigurationPost) MarshalJSON() ([]byte, error) + type NullableIntegrationDeliveryConfigurationResponse struct + func NewNullableIntegrationDeliveryConfigurationResponse(val *IntegrationDeliveryConfigurationResponse) *NullableIntegrationDeliveryConfigurationResponse + func (v *NullableIntegrationDeliveryConfigurationResponse) Set(val *IntegrationDeliveryConfigurationResponse) + func (v *NullableIntegrationDeliveryConfigurationResponse) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationDeliveryConfigurationResponse) Unset() + func (v NullableIntegrationDeliveryConfigurationResponse) Get() *IntegrationDeliveryConfigurationResponse + func (v NullableIntegrationDeliveryConfigurationResponse) IsSet() bool + func (v NullableIntegrationDeliveryConfigurationResponse) MarshalJSON() ([]byte, error) + type NullableIntegrationMetadata struct + func NewNullableIntegrationMetadata(val *IntegrationMetadata) *NullableIntegrationMetadata + func (v *NullableIntegrationMetadata) Set(val *IntegrationMetadata) + func (v *NullableIntegrationMetadata) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationMetadata) Unset() + func (v NullableIntegrationMetadata) Get() *IntegrationMetadata + func (v NullableIntegrationMetadata) IsSet() bool + func (v NullableIntegrationMetadata) MarshalJSON() ([]byte, error) + type NullableIntegrationStatus struct + func NewNullableIntegrationStatus(val *IntegrationStatus) *NullableIntegrationStatus + func (v *NullableIntegrationStatus) Set(val *IntegrationStatus) + func (v *NullableIntegrationStatus) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationStatus) Unset() + func (v NullableIntegrationStatus) Get() *IntegrationStatus + func (v NullableIntegrationStatus) IsSet() bool + func (v NullableIntegrationStatus) MarshalJSON() ([]byte, error) + type NullableIntegrationStatusRep struct + func NewNullableIntegrationStatusRep(val *IntegrationStatusRep) *NullableIntegrationStatusRep + func (v *NullableIntegrationStatusRep) Set(val *IntegrationStatusRep) + func (v *NullableIntegrationStatusRep) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationStatusRep) Unset() + func (v NullableIntegrationStatusRep) Get() *IntegrationStatusRep + func (v NullableIntegrationStatusRep) IsSet() bool + func (v NullableIntegrationStatusRep) MarshalJSON() ([]byte, error) + type NullableIntegrationSubscriptionStatusRep struct + func NewNullableIntegrationSubscriptionStatusRep(val *IntegrationSubscriptionStatusRep) *NullableIntegrationSubscriptionStatusRep + func (v *NullableIntegrationSubscriptionStatusRep) Set(val *IntegrationSubscriptionStatusRep) + func (v *NullableIntegrationSubscriptionStatusRep) UnmarshalJSON(src []byte) error + func (v *NullableIntegrationSubscriptionStatusRep) Unset() + func (v NullableIntegrationSubscriptionStatusRep) Get() *IntegrationSubscriptionStatusRep + func (v NullableIntegrationSubscriptionStatusRep) IsSet() bool + func (v NullableIntegrationSubscriptionStatusRep) MarshalJSON() ([]byte, error) + type NullableIntegrations struct + func NewNullableIntegrations(val *Integrations) *NullableIntegrations + func (v *NullableIntegrations) Set(val *Integrations) + func (v *NullableIntegrations) UnmarshalJSON(src []byte) error + func (v *NullableIntegrations) Unset() + func (v NullableIntegrations) Get() *Integrations + func (v NullableIntegrations) IsSet() bool + func (v NullableIntegrations) MarshalJSON() ([]byte, error) + type NullableInvalidRequestErrorRep struct + func NewNullableInvalidRequestErrorRep(val *InvalidRequestErrorRep) *NullableInvalidRequestErrorRep + func (v *NullableInvalidRequestErrorRep) Set(val *InvalidRequestErrorRep) + func (v *NullableInvalidRequestErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableInvalidRequestErrorRep) Unset() + func (v NullableInvalidRequestErrorRep) Get() *InvalidRequestErrorRep + func (v NullableInvalidRequestErrorRep) IsSet() bool + func (v NullableInvalidRequestErrorRep) MarshalJSON() ([]byte, error) + type NullableIpList struct + func NewNullableIpList(val *IpList) *NullableIpList + func (v *NullableIpList) Set(val *IpList) + func (v *NullableIpList) UnmarshalJSON(src []byte) error + func (v *NullableIpList) Unset() + func (v NullableIpList) Get() *IpList + func (v NullableIpList) IsSet() bool + func (v NullableIpList) MarshalJSON() ([]byte, error) + type NullableIterationInput struct + func NewNullableIterationInput(val *IterationInput) *NullableIterationInput + func (v *NullableIterationInput) Set(val *IterationInput) + func (v *NullableIterationInput) UnmarshalJSON(src []byte) error + func (v *NullableIterationInput) Unset() + func (v NullableIterationInput) Get() *IterationInput + func (v NullableIterationInput) IsSet() bool + func (v NullableIterationInput) MarshalJSON() ([]byte, error) + type NullableIterationRep struct + func NewNullableIterationRep(val *IterationRep) *NullableIterationRep + func (v *NullableIterationRep) Set(val *IterationRep) + func (v *NullableIterationRep) UnmarshalJSON(src []byte) error + func (v *NullableIterationRep) Unset() + func (v NullableIterationRep) Get() *IterationRep + func (v NullableIterationRep) IsSet() bool + func (v NullableIterationRep) MarshalJSON() ([]byte, error) + type NullableLastSeenMetadata struct + func NewNullableLastSeenMetadata(val *LastSeenMetadata) *NullableLastSeenMetadata + func (v *NullableLastSeenMetadata) Set(val *LastSeenMetadata) + func (v *NullableLastSeenMetadata) UnmarshalJSON(src []byte) error + func (v *NullableLastSeenMetadata) Unset() + func (v NullableLastSeenMetadata) Get() *LastSeenMetadata + func (v NullableLastSeenMetadata) IsSet() bool + func (v NullableLastSeenMetadata) MarshalJSON() ([]byte, error) + type NullableLegacyExperimentRep struct + func NewNullableLegacyExperimentRep(val *LegacyExperimentRep) *NullableLegacyExperimentRep + func (v *NullableLegacyExperimentRep) Set(val *LegacyExperimentRep) + func (v *NullableLegacyExperimentRep) UnmarshalJSON(src []byte) error + func (v *NullableLegacyExperimentRep) Unset() + func (v NullableLegacyExperimentRep) Get() *LegacyExperimentRep + func (v NullableLegacyExperimentRep) IsSet() bool + func (v NullableLegacyExperimentRep) MarshalJSON() ([]byte, error) + type NullableLink struct + func NewNullableLink(val *Link) *NullableLink + func (v *NullableLink) Set(val *Link) + func (v *NullableLink) UnmarshalJSON(src []byte) error + func (v *NullableLink) Unset() + func (v NullableLink) Get() *Link + func (v NullableLink) IsSet() bool + func (v NullableLink) MarshalJSON() ([]byte, error) + type NullableMaintainerInput struct + func NewNullableMaintainerInput(val *MaintainerInput) *NullableMaintainerInput + func (v *NullableMaintainerInput) Set(val *MaintainerInput) + func (v *NullableMaintainerInput) UnmarshalJSON(src []byte) error + func (v *NullableMaintainerInput) Unset() + func (v NullableMaintainerInput) Get() *MaintainerInput + func (v NullableMaintainerInput) IsSet() bool + func (v NullableMaintainerInput) MarshalJSON() ([]byte, error) + type NullableMaintainerRep struct + func NewNullableMaintainerRep(val *MaintainerRep) *NullableMaintainerRep + func (v *NullableMaintainerRep) Set(val *MaintainerRep) + func (v *NullableMaintainerRep) UnmarshalJSON(src []byte) error + func (v *NullableMaintainerRep) Unset() + func (v NullableMaintainerRep) Get() *MaintainerRep + func (v NullableMaintainerRep) IsSet() bool + func (v NullableMaintainerRep) MarshalJSON() ([]byte, error) + type NullableMaintainerTeam struct + func NewNullableMaintainerTeam(val *MaintainerTeam) *NullableMaintainerTeam + func (v *NullableMaintainerTeam) Set(val *MaintainerTeam) + func (v *NullableMaintainerTeam) UnmarshalJSON(src []byte) error + func (v *NullableMaintainerTeam) Unset() + func (v NullableMaintainerTeam) Get() *MaintainerTeam + func (v NullableMaintainerTeam) IsSet() bool + func (v NullableMaintainerTeam) MarshalJSON() ([]byte, error) + type NullableMember struct + func NewNullableMember(val *Member) *NullableMember + func (v *NullableMember) Set(val *Member) + func (v *NullableMember) UnmarshalJSON(src []byte) error + func (v *NullableMember) Unset() + func (v NullableMember) Get() *Member + func (v NullableMember) IsSet() bool + func (v NullableMember) MarshalJSON() ([]byte, error) + type NullableMemberDataRep struct + func NewNullableMemberDataRep(val *MemberDataRep) *NullableMemberDataRep + func (v *NullableMemberDataRep) Set(val *MemberDataRep) + func (v *NullableMemberDataRep) UnmarshalJSON(src []byte) error + func (v *NullableMemberDataRep) Unset() + func (v NullableMemberDataRep) Get() *MemberDataRep + func (v NullableMemberDataRep) IsSet() bool + func (v NullableMemberDataRep) MarshalJSON() ([]byte, error) + type NullableMemberImportItem struct + func NewNullableMemberImportItem(val *MemberImportItem) *NullableMemberImportItem + func (v *NullableMemberImportItem) Set(val *MemberImportItem) + func (v *NullableMemberImportItem) UnmarshalJSON(src []byte) error + func (v *NullableMemberImportItem) Unset() + func (v NullableMemberImportItem) Get() *MemberImportItem + func (v NullableMemberImportItem) IsSet() bool + func (v NullableMemberImportItem) MarshalJSON() ([]byte, error) + type NullableMemberInput struct + func NewNullableMemberInput(val *MemberInput) *NullableMemberInput + func (v *NullableMemberInput) Set(val *MemberInput) + func (v *NullableMemberInput) UnmarshalJSON(src []byte) error + func (v *NullableMemberInput) Unset() + func (v NullableMemberInput) Get() *MemberInput + func (v NullableMemberInput) IsSet() bool + func (v NullableMemberInput) MarshalJSON() ([]byte, error) + type NullableMemberPermissionGrantSummaryRep struct + func NewNullableMemberPermissionGrantSummaryRep(val *MemberPermissionGrantSummaryRep) *NullableMemberPermissionGrantSummaryRep + func (v *NullableMemberPermissionGrantSummaryRep) Set(val *MemberPermissionGrantSummaryRep) + func (v *NullableMemberPermissionGrantSummaryRep) UnmarshalJSON(src []byte) error + func (v *NullableMemberPermissionGrantSummaryRep) Unset() + func (v NullableMemberPermissionGrantSummaryRep) Get() *MemberPermissionGrantSummaryRep + func (v NullableMemberPermissionGrantSummaryRep) IsSet() bool + func (v NullableMemberPermissionGrantSummaryRep) MarshalJSON() ([]byte, error) + type NullableMemberSummary struct + func NewNullableMemberSummary(val *MemberSummary) *NullableMemberSummary + func (v *NullableMemberSummary) Set(val *MemberSummary) + func (v *NullableMemberSummary) UnmarshalJSON(src []byte) error + func (v *NullableMemberSummary) Unset() + func (v NullableMemberSummary) Get() *MemberSummary + func (v NullableMemberSummary) IsSet() bool + func (v NullableMemberSummary) MarshalJSON() ([]byte, error) + type NullableMemberTeamSummaryRep struct + func NewNullableMemberTeamSummaryRep(val *MemberTeamSummaryRep) *NullableMemberTeamSummaryRep + func (v *NullableMemberTeamSummaryRep) Set(val *MemberTeamSummaryRep) + func (v *NullableMemberTeamSummaryRep) UnmarshalJSON(src []byte) error + func (v *NullableMemberTeamSummaryRep) Unset() + func (v NullableMemberTeamSummaryRep) Get() *MemberTeamSummaryRep + func (v NullableMemberTeamSummaryRep) IsSet() bool + func (v NullableMemberTeamSummaryRep) MarshalJSON() ([]byte, error) + type NullableMemberTeamsPostInput struct + func NewNullableMemberTeamsPostInput(val *MemberTeamsPostInput) *NullableMemberTeamsPostInput + func (v *NullableMemberTeamsPostInput) Set(val *MemberTeamsPostInput) + func (v *NullableMemberTeamsPostInput) UnmarshalJSON(src []byte) error + func (v *NullableMemberTeamsPostInput) Unset() + func (v NullableMemberTeamsPostInput) Get() *MemberTeamsPostInput + func (v NullableMemberTeamsPostInput) IsSet() bool + func (v NullableMemberTeamsPostInput) MarshalJSON() ([]byte, error) + type NullableMembers struct + func NewNullableMembers(val *Members) *NullableMembers + func (v *NullableMembers) Set(val *Members) + func (v *NullableMembers) UnmarshalJSON(src []byte) error + func (v *NullableMembers) Unset() + func (v NullableMembers) Get() *Members + func (v NullableMembers) IsSet() bool + func (v NullableMembers) MarshalJSON() ([]byte, error) + type NullableMembersPatchInput struct + func NewNullableMembersPatchInput(val *MembersPatchInput) *NullableMembersPatchInput + func (v *NullableMembersPatchInput) Set(val *MembersPatchInput) + func (v *NullableMembersPatchInput) UnmarshalJSON(src []byte) error + func (v *NullableMembersPatchInput) Unset() + func (v NullableMembersPatchInput) Get() *MembersPatchInput + func (v NullableMembersPatchInput) IsSet() bool + func (v NullableMembersPatchInput) MarshalJSON() ([]byte, error) + type NullableMethodNotAllowedErrorRep struct + func NewNullableMethodNotAllowedErrorRep(val *MethodNotAllowedErrorRep) *NullableMethodNotAllowedErrorRep + func (v *NullableMethodNotAllowedErrorRep) Set(val *MethodNotAllowedErrorRep) + func (v *NullableMethodNotAllowedErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableMethodNotAllowedErrorRep) Unset() + func (v NullableMethodNotAllowedErrorRep) Get() *MethodNotAllowedErrorRep + func (v NullableMethodNotAllowedErrorRep) IsSet() bool + func (v NullableMethodNotAllowedErrorRep) MarshalJSON() ([]byte, error) + type NullableMetricCollectionRep struct + func NewNullableMetricCollectionRep(val *MetricCollectionRep) *NullableMetricCollectionRep + func (v *NullableMetricCollectionRep) Set(val *MetricCollectionRep) + func (v *NullableMetricCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricCollectionRep) Unset() + func (v NullableMetricCollectionRep) Get() *MetricCollectionRep + func (v NullableMetricCollectionRep) IsSet() bool + func (v NullableMetricCollectionRep) MarshalJSON() ([]byte, error) + type NullableMetricEventDefaultRep struct + func NewNullableMetricEventDefaultRep(val *MetricEventDefaultRep) *NullableMetricEventDefaultRep + func (v *NullableMetricEventDefaultRep) Set(val *MetricEventDefaultRep) + func (v *NullableMetricEventDefaultRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricEventDefaultRep) Unset() + func (v NullableMetricEventDefaultRep) Get() *MetricEventDefaultRep + func (v NullableMetricEventDefaultRep) IsSet() bool + func (v NullableMetricEventDefaultRep) MarshalJSON() ([]byte, error) + type NullableMetricGroupCollectionRep struct + func NewNullableMetricGroupCollectionRep(val *MetricGroupCollectionRep) *NullableMetricGroupCollectionRep + func (v *NullableMetricGroupCollectionRep) Set(val *MetricGroupCollectionRep) + func (v *NullableMetricGroupCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricGroupCollectionRep) Unset() + func (v NullableMetricGroupCollectionRep) Get() *MetricGroupCollectionRep + func (v NullableMetricGroupCollectionRep) IsSet() bool + func (v NullableMetricGroupCollectionRep) MarshalJSON() ([]byte, error) + type NullableMetricGroupPost struct + func NewNullableMetricGroupPost(val *MetricGroupPost) *NullableMetricGroupPost + func (v *NullableMetricGroupPost) Set(val *MetricGroupPost) + func (v *NullableMetricGroupPost) UnmarshalJSON(src []byte) error + func (v *NullableMetricGroupPost) Unset() + func (v NullableMetricGroupPost) Get() *MetricGroupPost + func (v NullableMetricGroupPost) IsSet() bool + func (v NullableMetricGroupPost) MarshalJSON() ([]byte, error) + type NullableMetricGroupRep struct + func NewNullableMetricGroupRep(val *MetricGroupRep) *NullableMetricGroupRep + func (v *NullableMetricGroupRep) Set(val *MetricGroupRep) + func (v *NullableMetricGroupRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricGroupRep) Unset() + func (v NullableMetricGroupRep) Get() *MetricGroupRep + func (v NullableMetricGroupRep) IsSet() bool + func (v NullableMetricGroupRep) MarshalJSON() ([]byte, error) + type NullableMetricGroupRepExpandableProperties struct + func NewNullableMetricGroupRepExpandableProperties(val *MetricGroupRepExpandableProperties) *NullableMetricGroupRepExpandableProperties + func (v *NullableMetricGroupRepExpandableProperties) Set(val *MetricGroupRepExpandableProperties) + func (v *NullableMetricGroupRepExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableMetricGroupRepExpandableProperties) Unset() + func (v NullableMetricGroupRepExpandableProperties) Get() *MetricGroupRepExpandableProperties + func (v NullableMetricGroupRepExpandableProperties) IsSet() bool + func (v NullableMetricGroupRepExpandableProperties) MarshalJSON() ([]byte, error) + type NullableMetricGroupResultsRep struct + func NewNullableMetricGroupResultsRep(val *MetricGroupResultsRep) *NullableMetricGroupResultsRep + func (v *NullableMetricGroupResultsRep) Set(val *MetricGroupResultsRep) + func (v *NullableMetricGroupResultsRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricGroupResultsRep) Unset() + func (v NullableMetricGroupResultsRep) Get() *MetricGroupResultsRep + func (v NullableMetricGroupResultsRep) IsSet() bool + func (v NullableMetricGroupResultsRep) MarshalJSON() ([]byte, error) + type NullableMetricInGroupRep struct + func NewNullableMetricInGroupRep(val *MetricInGroupRep) *NullableMetricInGroupRep + func (v *NullableMetricInGroupRep) Set(val *MetricInGroupRep) + func (v *NullableMetricInGroupRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricInGroupRep) Unset() + func (v NullableMetricInGroupRep) Get() *MetricInGroupRep + func (v NullableMetricInGroupRep) IsSet() bool + func (v NullableMetricInGroupRep) MarshalJSON() ([]byte, error) + type NullableMetricInGroupResultsRep struct + func NewNullableMetricInGroupResultsRep(val *MetricInGroupResultsRep) *NullableMetricInGroupResultsRep + func (v *NullableMetricInGroupResultsRep) Set(val *MetricInGroupResultsRep) + func (v *NullableMetricInGroupResultsRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricInGroupResultsRep) Unset() + func (v NullableMetricInGroupResultsRep) Get() *MetricInGroupResultsRep + func (v NullableMetricInGroupResultsRep) IsSet() bool + func (v NullableMetricInGroupResultsRep) MarshalJSON() ([]byte, error) + type NullableMetricInMetricGroupInput struct + func NewNullableMetricInMetricGroupInput(val *MetricInMetricGroupInput) *NullableMetricInMetricGroupInput + func (v *NullableMetricInMetricGroupInput) Set(val *MetricInMetricGroupInput) + func (v *NullableMetricInMetricGroupInput) UnmarshalJSON(src []byte) error + func (v *NullableMetricInMetricGroupInput) Unset() + func (v NullableMetricInMetricGroupInput) Get() *MetricInMetricGroupInput + func (v NullableMetricInMetricGroupInput) IsSet() bool + func (v NullableMetricInMetricGroupInput) MarshalJSON() ([]byte, error) + type NullableMetricInput struct + func NewNullableMetricInput(val *MetricInput) *NullableMetricInput + func (v *NullableMetricInput) Set(val *MetricInput) + func (v *NullableMetricInput) UnmarshalJSON(src []byte) error + func (v *NullableMetricInput) Unset() + func (v NullableMetricInput) Get() *MetricInput + func (v NullableMetricInput) IsSet() bool + func (v NullableMetricInput) MarshalJSON() ([]byte, error) + type NullableMetricListingRep struct + func NewNullableMetricListingRep(val *MetricListingRep) *NullableMetricListingRep + func (v *NullableMetricListingRep) Set(val *MetricListingRep) + func (v *NullableMetricListingRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricListingRep) Unset() + func (v NullableMetricListingRep) Get() *MetricListingRep + func (v NullableMetricListingRep) IsSet() bool + func (v NullableMetricListingRep) MarshalJSON() ([]byte, error) + type NullableMetricListingRepExpandableProperties struct + func NewNullableMetricListingRepExpandableProperties(val *MetricListingRepExpandableProperties) *NullableMetricListingRepExpandableProperties + func (v *NullableMetricListingRepExpandableProperties) Set(val *MetricListingRepExpandableProperties) + func (v *NullableMetricListingRepExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableMetricListingRepExpandableProperties) Unset() + func (v NullableMetricListingRepExpandableProperties) Get() *MetricListingRepExpandableProperties + func (v NullableMetricListingRepExpandableProperties) IsSet() bool + func (v NullableMetricListingRepExpandableProperties) MarshalJSON() ([]byte, error) + type NullableMetricPost struct + func NewNullableMetricPost(val *MetricPost) *NullableMetricPost + func (v *NullableMetricPost) Set(val *MetricPost) + func (v *NullableMetricPost) UnmarshalJSON(src []byte) error + func (v *NullableMetricPost) Unset() + func (v NullableMetricPost) Get() *MetricPost + func (v NullableMetricPost) IsSet() bool + func (v NullableMetricPost) MarshalJSON() ([]byte, error) + type NullableMetricRep struct + func NewNullableMetricRep(val *MetricRep) *NullableMetricRep + func (v *NullableMetricRep) Set(val *MetricRep) + func (v *NullableMetricRep) UnmarshalJSON(src []byte) error + func (v *NullableMetricRep) Unset() + func (v NullableMetricRep) Get() *MetricRep + func (v NullableMetricRep) IsSet() bool + func (v NullableMetricRep) MarshalJSON() ([]byte, error) + type NullableMetricRepExpandableProperties struct + func NewNullableMetricRepExpandableProperties(val *MetricRepExpandableProperties) *NullableMetricRepExpandableProperties + func (v *NullableMetricRepExpandableProperties) Set(val *MetricRepExpandableProperties) + func (v *NullableMetricRepExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableMetricRepExpandableProperties) Unset() + func (v NullableMetricRepExpandableProperties) Get() *MetricRepExpandableProperties + func (v NullableMetricRepExpandableProperties) IsSet() bool + func (v NullableMetricRepExpandableProperties) MarshalJSON() ([]byte, error) + type NullableMetricSeen struct + func NewNullableMetricSeen(val *MetricSeen) *NullableMetricSeen + func (v *NullableMetricSeen) Set(val *MetricSeen) + func (v *NullableMetricSeen) UnmarshalJSON(src []byte) error + func (v *NullableMetricSeen) Unset() + func (v NullableMetricSeen) Get() *MetricSeen + func (v NullableMetricSeen) IsSet() bool + func (v NullableMetricSeen) MarshalJSON() ([]byte, error) + type NullableMetricV2Rep struct + func NewNullableMetricV2Rep(val *MetricV2Rep) *NullableMetricV2Rep + func (v *NullableMetricV2Rep) Set(val *MetricV2Rep) + func (v *NullableMetricV2Rep) UnmarshalJSON(src []byte) error + func (v *NullableMetricV2Rep) Unset() + func (v NullableMetricV2Rep) Get() *MetricV2Rep + func (v NullableMetricV2Rep) IsSet() bool + func (v NullableMetricV2Rep) MarshalJSON() ([]byte, error) + type NullableMigrationSafetyIssueRep struct + func NewNullableMigrationSafetyIssueRep(val *MigrationSafetyIssueRep) *NullableMigrationSafetyIssueRep + func (v *NullableMigrationSafetyIssueRep) Set(val *MigrationSafetyIssueRep) + func (v *NullableMigrationSafetyIssueRep) UnmarshalJSON(src []byte) error + func (v *NullableMigrationSafetyIssueRep) Unset() + func (v NullableMigrationSafetyIssueRep) Get() *MigrationSafetyIssueRep + func (v NullableMigrationSafetyIssueRep) IsSet() bool + func (v NullableMigrationSafetyIssueRep) MarshalJSON() ([]byte, error) + type NullableMigrationSettingsPost struct + func NewNullableMigrationSettingsPost(val *MigrationSettingsPost) *NullableMigrationSettingsPost + func (v *NullableMigrationSettingsPost) Set(val *MigrationSettingsPost) + func (v *NullableMigrationSettingsPost) UnmarshalJSON(src []byte) error + func (v *NullableMigrationSettingsPost) Unset() + func (v NullableMigrationSettingsPost) Get() *MigrationSettingsPost + func (v NullableMigrationSettingsPost) IsSet() bool + func (v NullableMigrationSettingsPost) MarshalJSON() ([]byte, error) + type NullableModification struct + func NewNullableModification(val *Modification) *NullableModification + func (v *NullableModification) Set(val *Modification) + func (v *NullableModification) UnmarshalJSON(src []byte) error + func (v *NullableModification) Unset() + func (v NullableModification) Get() *Modification + func (v NullableModification) IsSet() bool + func (v NullableModification) MarshalJSON() ([]byte, error) + type NullableMultiEnvironmentDependentFlag struct + func NewNullableMultiEnvironmentDependentFlag(val *MultiEnvironmentDependentFlag) *NullableMultiEnvironmentDependentFlag + func (v *NullableMultiEnvironmentDependentFlag) Set(val *MultiEnvironmentDependentFlag) + func (v *NullableMultiEnvironmentDependentFlag) UnmarshalJSON(src []byte) error + func (v *NullableMultiEnvironmentDependentFlag) Unset() + func (v NullableMultiEnvironmentDependentFlag) Get() *MultiEnvironmentDependentFlag + func (v NullableMultiEnvironmentDependentFlag) IsSet() bool + func (v NullableMultiEnvironmentDependentFlag) MarshalJSON() ([]byte, error) + type NullableMultiEnvironmentDependentFlags struct + func NewNullableMultiEnvironmentDependentFlags(val *MultiEnvironmentDependentFlags) *NullableMultiEnvironmentDependentFlags + func (v *NullableMultiEnvironmentDependentFlags) Set(val *MultiEnvironmentDependentFlags) + func (v *NullableMultiEnvironmentDependentFlags) UnmarshalJSON(src []byte) error + func (v *NullableMultiEnvironmentDependentFlags) Unset() + func (v NullableMultiEnvironmentDependentFlags) Get() *MultiEnvironmentDependentFlags + func (v NullableMultiEnvironmentDependentFlags) IsSet() bool + func (v NullableMultiEnvironmentDependentFlags) MarshalJSON() ([]byte, error) + type NullableNewMemberForm struct + func NewNullableNewMemberForm(val *NewMemberForm) *NullableNewMemberForm + func (v *NullableNewMemberForm) Set(val *NewMemberForm) + func (v *NullableNewMemberForm) UnmarshalJSON(src []byte) error + func (v *NullableNewMemberForm) Unset() + func (v NullableNewMemberForm) Get() *NewMemberForm + func (v NullableNewMemberForm) IsSet() bool + func (v NullableNewMemberForm) MarshalJSON() ([]byte, error) + type NullableNotFoundErrorRep struct + func NewNullableNotFoundErrorRep(val *NotFoundErrorRep) *NullableNotFoundErrorRep + func (v *NullableNotFoundErrorRep) Set(val *NotFoundErrorRep) + func (v *NullableNotFoundErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableNotFoundErrorRep) Unset() + func (v NullableNotFoundErrorRep) Get() *NotFoundErrorRep + func (v NullableNotFoundErrorRep) IsSet() bool + func (v NullableNotFoundErrorRep) MarshalJSON() ([]byte, error) + type NullableOauthClientPost struct + func NewNullableOauthClientPost(val *OauthClientPost) *NullableOauthClientPost + func (v *NullableOauthClientPost) Set(val *OauthClientPost) + func (v *NullableOauthClientPost) UnmarshalJSON(src []byte) error + func (v *NullableOauthClientPost) Unset() + func (v NullableOauthClientPost) Get() *OauthClientPost + func (v NullableOauthClientPost) IsSet() bool + func (v NullableOauthClientPost) MarshalJSON() ([]byte, error) + type NullableParameterDefault struct + func NewNullableParameterDefault(val *ParameterDefault) *NullableParameterDefault + func (v *NullableParameterDefault) Set(val *ParameterDefault) + func (v *NullableParameterDefault) UnmarshalJSON(src []byte) error + func (v *NullableParameterDefault) Unset() + func (v NullableParameterDefault) Get() *ParameterDefault + func (v NullableParameterDefault) IsSet() bool + func (v NullableParameterDefault) MarshalJSON() ([]byte, error) + type NullableParameterDefaultInput struct + func NewNullableParameterDefaultInput(val *ParameterDefaultInput) *NullableParameterDefaultInput + func (v *NullableParameterDefaultInput) Set(val *ParameterDefaultInput) + func (v *NullableParameterDefaultInput) UnmarshalJSON(src []byte) error + func (v *NullableParameterDefaultInput) Unset() + func (v NullableParameterDefaultInput) Get() *ParameterDefaultInput + func (v NullableParameterDefaultInput) IsSet() bool + func (v NullableParameterDefaultInput) MarshalJSON() ([]byte, error) + type NullableParameterRep struct + func NewNullableParameterRep(val *ParameterRep) *NullableParameterRep + func (v *NullableParameterRep) Set(val *ParameterRep) + func (v *NullableParameterRep) UnmarshalJSON(src []byte) error + func (v *NullableParameterRep) Unset() + func (v NullableParameterRep) Get() *ParameterRep + func (v NullableParameterRep) IsSet() bool + func (v NullableParameterRep) MarshalJSON() ([]byte, error) + type NullableParentResourceRep struct + func NewNullableParentResourceRep(val *ParentResourceRep) *NullableParentResourceRep + func (v *NullableParentResourceRep) Set(val *ParentResourceRep) + func (v *NullableParentResourceRep) UnmarshalJSON(src []byte) error + func (v *NullableParentResourceRep) Unset() + func (v NullableParentResourceRep) Get() *ParentResourceRep + func (v NullableParentResourceRep) IsSet() bool + func (v NullableParentResourceRep) MarshalJSON() ([]byte, error) + type NullablePatchFailedErrorRep struct + func NewNullablePatchFailedErrorRep(val *PatchFailedErrorRep) *NullablePatchFailedErrorRep + func (v *NullablePatchFailedErrorRep) Set(val *PatchFailedErrorRep) + func (v *NullablePatchFailedErrorRep) UnmarshalJSON(src []byte) error + func (v *NullablePatchFailedErrorRep) Unset() + func (v NullablePatchFailedErrorRep) Get() *PatchFailedErrorRep + func (v NullablePatchFailedErrorRep) IsSet() bool + func (v NullablePatchFailedErrorRep) MarshalJSON() ([]byte, error) + type NullablePatchFlagsRequest struct + func NewNullablePatchFlagsRequest(val *PatchFlagsRequest) *NullablePatchFlagsRequest + func (v *NullablePatchFlagsRequest) Set(val *PatchFlagsRequest) + func (v *NullablePatchFlagsRequest) UnmarshalJSON(src []byte) error + func (v *NullablePatchFlagsRequest) Unset() + func (v NullablePatchFlagsRequest) Get() *PatchFlagsRequest + func (v NullablePatchFlagsRequest) IsSet() bool + func (v NullablePatchFlagsRequest) MarshalJSON() ([]byte, error) + type NullablePatchOperation struct + func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation + func (v *NullablePatchOperation) Set(val *PatchOperation) + func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error + func (v *NullablePatchOperation) Unset() + func (v NullablePatchOperation) Get() *PatchOperation + func (v NullablePatchOperation) IsSet() bool + func (v NullablePatchOperation) MarshalJSON() ([]byte, error) + type NullablePatchSegmentExpiringTargetInputRep struct + func NewNullablePatchSegmentExpiringTargetInputRep(val *PatchSegmentExpiringTargetInputRep) *NullablePatchSegmentExpiringTargetInputRep + func (v *NullablePatchSegmentExpiringTargetInputRep) Set(val *PatchSegmentExpiringTargetInputRep) + func (v *NullablePatchSegmentExpiringTargetInputRep) UnmarshalJSON(src []byte) error + func (v *NullablePatchSegmentExpiringTargetInputRep) Unset() + func (v NullablePatchSegmentExpiringTargetInputRep) Get() *PatchSegmentExpiringTargetInputRep + func (v NullablePatchSegmentExpiringTargetInputRep) IsSet() bool + func (v NullablePatchSegmentExpiringTargetInputRep) MarshalJSON() ([]byte, error) + type NullablePatchSegmentExpiringTargetInstruction struct + func NewNullablePatchSegmentExpiringTargetInstruction(val *PatchSegmentExpiringTargetInstruction) *NullablePatchSegmentExpiringTargetInstruction + func (v *NullablePatchSegmentExpiringTargetInstruction) Set(val *PatchSegmentExpiringTargetInstruction) + func (v *NullablePatchSegmentExpiringTargetInstruction) UnmarshalJSON(src []byte) error + func (v *NullablePatchSegmentExpiringTargetInstruction) Unset() + func (v NullablePatchSegmentExpiringTargetInstruction) Get() *PatchSegmentExpiringTargetInstruction + func (v NullablePatchSegmentExpiringTargetInstruction) IsSet() bool + func (v NullablePatchSegmentExpiringTargetInstruction) MarshalJSON() ([]byte, error) + type NullablePatchSegmentInstruction struct + func NewNullablePatchSegmentInstruction(val *PatchSegmentInstruction) *NullablePatchSegmentInstruction + func (v *NullablePatchSegmentInstruction) Set(val *PatchSegmentInstruction) + func (v *NullablePatchSegmentInstruction) UnmarshalJSON(src []byte) error + func (v *NullablePatchSegmentInstruction) Unset() + func (v NullablePatchSegmentInstruction) Get() *PatchSegmentInstruction + func (v NullablePatchSegmentInstruction) IsSet() bool + func (v NullablePatchSegmentInstruction) MarshalJSON() ([]byte, error) + type NullablePatchSegmentRequest struct + func NewNullablePatchSegmentRequest(val *PatchSegmentRequest) *NullablePatchSegmentRequest + func (v *NullablePatchSegmentRequest) Set(val *PatchSegmentRequest) + func (v *NullablePatchSegmentRequest) UnmarshalJSON(src []byte) error + func (v *NullablePatchSegmentRequest) Unset() + func (v NullablePatchSegmentRequest) Get() *PatchSegmentRequest + func (v NullablePatchSegmentRequest) IsSet() bool + func (v NullablePatchSegmentRequest) MarshalJSON() ([]byte, error) + type NullablePatchUsersRequest struct + func NewNullablePatchUsersRequest(val *PatchUsersRequest) *NullablePatchUsersRequest + func (v *NullablePatchUsersRequest) Set(val *PatchUsersRequest) + func (v *NullablePatchUsersRequest) UnmarshalJSON(src []byte) error + func (v *NullablePatchUsersRequest) Unset() + func (v NullablePatchUsersRequest) Get() *PatchUsersRequest + func (v NullablePatchUsersRequest) IsSet() bool + func (v NullablePatchUsersRequest) MarshalJSON() ([]byte, error) + type NullablePatchWithComment struct + func NewNullablePatchWithComment(val *PatchWithComment) *NullablePatchWithComment + func (v *NullablePatchWithComment) Set(val *PatchWithComment) + func (v *NullablePatchWithComment) UnmarshalJSON(src []byte) error + func (v *NullablePatchWithComment) Unset() + func (v NullablePatchWithComment) Get() *PatchWithComment + func (v NullablePatchWithComment) IsSet() bool + func (v NullablePatchWithComment) MarshalJSON() ([]byte, error) + type NullablePermissionGrantInput struct + func NewNullablePermissionGrantInput(val *PermissionGrantInput) *NullablePermissionGrantInput + func (v *NullablePermissionGrantInput) Set(val *PermissionGrantInput) + func (v *NullablePermissionGrantInput) UnmarshalJSON(src []byte) error + func (v *NullablePermissionGrantInput) Unset() + func (v NullablePermissionGrantInput) Get() *PermissionGrantInput + func (v NullablePermissionGrantInput) IsSet() bool + func (v NullablePermissionGrantInput) MarshalJSON() ([]byte, error) + type NullablePhase struct + func NewNullablePhase(val *Phase) *NullablePhase + func (v *NullablePhase) Set(val *Phase) + func (v *NullablePhase) UnmarshalJSON(src []byte) error + func (v *NullablePhase) Unset() + func (v NullablePhase) Get() *Phase + func (v NullablePhase) IsSet() bool + func (v NullablePhase) MarshalJSON() ([]byte, error) + type NullablePostApprovalRequestApplyRequest struct + func NewNullablePostApprovalRequestApplyRequest(val *PostApprovalRequestApplyRequest) *NullablePostApprovalRequestApplyRequest + func (v *NullablePostApprovalRequestApplyRequest) Set(val *PostApprovalRequestApplyRequest) + func (v *NullablePostApprovalRequestApplyRequest) UnmarshalJSON(src []byte) error + func (v *NullablePostApprovalRequestApplyRequest) Unset() + func (v NullablePostApprovalRequestApplyRequest) Get() *PostApprovalRequestApplyRequest + func (v NullablePostApprovalRequestApplyRequest) IsSet() bool + func (v NullablePostApprovalRequestApplyRequest) MarshalJSON() ([]byte, error) + type NullablePostApprovalRequestReviewRequest struct + func NewNullablePostApprovalRequestReviewRequest(val *PostApprovalRequestReviewRequest) *NullablePostApprovalRequestReviewRequest + func (v *NullablePostApprovalRequestReviewRequest) Set(val *PostApprovalRequestReviewRequest) + func (v *NullablePostApprovalRequestReviewRequest) UnmarshalJSON(src []byte) error + func (v *NullablePostApprovalRequestReviewRequest) Unset() + func (v NullablePostApprovalRequestReviewRequest) Get() *PostApprovalRequestReviewRequest + func (v NullablePostApprovalRequestReviewRequest) IsSet() bool + func (v NullablePostApprovalRequestReviewRequest) MarshalJSON() ([]byte, error) + type NullablePostFlagScheduledChangesInput struct + func NewNullablePostFlagScheduledChangesInput(val *PostFlagScheduledChangesInput) *NullablePostFlagScheduledChangesInput + func (v *NullablePostFlagScheduledChangesInput) Set(val *PostFlagScheduledChangesInput) + func (v *NullablePostFlagScheduledChangesInput) UnmarshalJSON(src []byte) error + func (v *NullablePostFlagScheduledChangesInput) Unset() + func (v NullablePostFlagScheduledChangesInput) Get() *PostFlagScheduledChangesInput + func (v NullablePostFlagScheduledChangesInput) IsSet() bool + func (v NullablePostFlagScheduledChangesInput) MarshalJSON() ([]byte, error) + type NullablePrerequisite struct + func NewNullablePrerequisite(val *Prerequisite) *NullablePrerequisite + func (v *NullablePrerequisite) Set(val *Prerequisite) + func (v *NullablePrerequisite) UnmarshalJSON(src []byte) error + func (v *NullablePrerequisite) Unset() + func (v NullablePrerequisite) Get() *Prerequisite + func (v NullablePrerequisite) IsSet() bool + func (v NullablePrerequisite) MarshalJSON() ([]byte, error) + type NullableProject struct + func NewNullableProject(val *Project) *NullableProject + func (v *NullableProject) Set(val *Project) + func (v *NullableProject) UnmarshalJSON(src []byte) error + func (v *NullableProject) Unset() + func (v NullableProject) Get() *Project + func (v NullableProject) IsSet() bool + func (v NullableProject) MarshalJSON() ([]byte, error) + type NullableProjectListingRep struct + func NewNullableProjectListingRep(val *ProjectListingRep) *NullableProjectListingRep + func (v *NullableProjectListingRep) Set(val *ProjectListingRep) + func (v *NullableProjectListingRep) UnmarshalJSON(src []byte) error + func (v *NullableProjectListingRep) Unset() + func (v NullableProjectListingRep) Get() *ProjectListingRep + func (v NullableProjectListingRep) IsSet() bool + func (v NullableProjectListingRep) MarshalJSON() ([]byte, error) + type NullableProjectPost struct + func NewNullableProjectPost(val *ProjectPost) *NullableProjectPost + func (v *NullableProjectPost) Set(val *ProjectPost) + func (v *NullableProjectPost) UnmarshalJSON(src []byte) error + func (v *NullableProjectPost) Unset() + func (v NullableProjectPost) Get() *ProjectPost + func (v NullableProjectPost) IsSet() bool + func (v NullableProjectPost) MarshalJSON() ([]byte, error) + type NullableProjectRep struct + func NewNullableProjectRep(val *ProjectRep) *NullableProjectRep + func (v *NullableProjectRep) Set(val *ProjectRep) + func (v *NullableProjectRep) UnmarshalJSON(src []byte) error + func (v *NullableProjectRep) Unset() + func (v NullableProjectRep) Get() *ProjectRep + func (v NullableProjectRep) IsSet() bool + func (v NullableProjectRep) MarshalJSON() ([]byte, error) + type NullableProjectSummary struct + func NewNullableProjectSummary(val *ProjectSummary) *NullableProjectSummary + func (v *NullableProjectSummary) Set(val *ProjectSummary) + func (v *NullableProjectSummary) UnmarshalJSON(src []byte) error + func (v *NullableProjectSummary) Unset() + func (v NullableProjectSummary) Get() *ProjectSummary + func (v NullableProjectSummary) IsSet() bool + func (v NullableProjectSummary) MarshalJSON() ([]byte, error) + type NullableProjects struct + func NewNullableProjects(val *Projects) *NullableProjects + func (v *NullableProjects) Set(val *Projects) + func (v *NullableProjects) UnmarshalJSON(src []byte) error + func (v *NullableProjects) Unset() + func (v NullableProjects) Get() *Projects + func (v NullableProjects) IsSet() bool + func (v NullableProjects) MarshalJSON() ([]byte, error) + type NullablePubNubDetailRep struct + func NewNullablePubNubDetailRep(val *PubNubDetailRep) *NullablePubNubDetailRep + func (v *NullablePubNubDetailRep) Set(val *PubNubDetailRep) + func (v *NullablePubNubDetailRep) UnmarshalJSON(src []byte) error + func (v *NullablePubNubDetailRep) Unset() + func (v NullablePubNubDetailRep) Get() *PubNubDetailRep + func (v NullablePubNubDetailRep) IsSet() bool + func (v NullablePubNubDetailRep) MarshalJSON() ([]byte, error) + type NullablePutBranch struct + func NewNullablePutBranch(val *PutBranch) *NullablePutBranch + func (v *NullablePutBranch) Set(val *PutBranch) + func (v *NullablePutBranch) UnmarshalJSON(src []byte) error + func (v *NullablePutBranch) Unset() + func (v NullablePutBranch) Get() *PutBranch + func (v NullablePutBranch) IsSet() bool + func (v NullablePutBranch) MarshalJSON() ([]byte, error) + type NullableRandomizationUnitInput struct + func NewNullableRandomizationUnitInput(val *RandomizationUnitInput) *NullableRandomizationUnitInput + func (v *NullableRandomizationUnitInput) Set(val *RandomizationUnitInput) + func (v *NullableRandomizationUnitInput) UnmarshalJSON(src []byte) error + func (v *NullableRandomizationUnitInput) Unset() + func (v NullableRandomizationUnitInput) Get() *RandomizationUnitInput + func (v NullableRandomizationUnitInput) IsSet() bool + func (v NullableRandomizationUnitInput) MarshalJSON() ([]byte, error) + type NullableRandomizationUnitRep struct + func NewNullableRandomizationUnitRep(val *RandomizationUnitRep) *NullableRandomizationUnitRep + func (v *NullableRandomizationUnitRep) Set(val *RandomizationUnitRep) + func (v *NullableRandomizationUnitRep) UnmarshalJSON(src []byte) error + func (v *NullableRandomizationUnitRep) Unset() + func (v NullableRandomizationUnitRep) Get() *RandomizationUnitRep + func (v NullableRandomizationUnitRep) IsSet() bool + func (v NullableRandomizationUnitRep) MarshalJSON() ([]byte, error) + type NullableRateLimitedErrorRep struct + func NewNullableRateLimitedErrorRep(val *RateLimitedErrorRep) *NullableRateLimitedErrorRep + func (v *NullableRateLimitedErrorRep) Set(val *RateLimitedErrorRep) + func (v *NullableRateLimitedErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableRateLimitedErrorRep) Unset() + func (v NullableRateLimitedErrorRep) Get() *RateLimitedErrorRep + func (v NullableRateLimitedErrorRep) IsSet() bool + func (v NullableRateLimitedErrorRep) MarshalJSON() ([]byte, error) + type NullableRecentTriggerBody struct + func NewNullableRecentTriggerBody(val *RecentTriggerBody) *NullableRecentTriggerBody + func (v *NullableRecentTriggerBody) Set(val *RecentTriggerBody) + func (v *NullableRecentTriggerBody) UnmarshalJSON(src []byte) error + func (v *NullableRecentTriggerBody) Unset() + func (v NullableRecentTriggerBody) Get() *RecentTriggerBody + func (v NullableRecentTriggerBody) IsSet() bool + func (v NullableRecentTriggerBody) MarshalJSON() ([]byte, error) + type NullableReferenceRep struct + func NewNullableReferenceRep(val *ReferenceRep) *NullableReferenceRep + func (v *NullableReferenceRep) Set(val *ReferenceRep) + func (v *NullableReferenceRep) UnmarshalJSON(src []byte) error + func (v *NullableReferenceRep) Unset() + func (v NullableReferenceRep) Get() *ReferenceRep + func (v NullableReferenceRep) IsSet() bool + func (v NullableReferenceRep) MarshalJSON() ([]byte, error) + type NullableRelativeDifferenceRep struct + func NewNullableRelativeDifferenceRep(val *RelativeDifferenceRep) *NullableRelativeDifferenceRep + func (v *NullableRelativeDifferenceRep) Set(val *RelativeDifferenceRep) + func (v *NullableRelativeDifferenceRep) UnmarshalJSON(src []byte) error + func (v *NullableRelativeDifferenceRep) Unset() + func (v NullableRelativeDifferenceRep) Get() *RelativeDifferenceRep + func (v NullableRelativeDifferenceRep) IsSet() bool + func (v NullableRelativeDifferenceRep) MarshalJSON() ([]byte, error) + type NullableRelayAutoConfigCollectionRep struct + func NewNullableRelayAutoConfigCollectionRep(val *RelayAutoConfigCollectionRep) *NullableRelayAutoConfigCollectionRep + func (v *NullableRelayAutoConfigCollectionRep) Set(val *RelayAutoConfigCollectionRep) + func (v *NullableRelayAutoConfigCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableRelayAutoConfigCollectionRep) Unset() + func (v NullableRelayAutoConfigCollectionRep) Get() *RelayAutoConfigCollectionRep + func (v NullableRelayAutoConfigCollectionRep) IsSet() bool + func (v NullableRelayAutoConfigCollectionRep) MarshalJSON() ([]byte, error) + type NullableRelayAutoConfigPost struct + func NewNullableRelayAutoConfigPost(val *RelayAutoConfigPost) *NullableRelayAutoConfigPost + func (v *NullableRelayAutoConfigPost) Set(val *RelayAutoConfigPost) + func (v *NullableRelayAutoConfigPost) UnmarshalJSON(src []byte) error + func (v *NullableRelayAutoConfigPost) Unset() + func (v NullableRelayAutoConfigPost) Get() *RelayAutoConfigPost + func (v NullableRelayAutoConfigPost) IsSet() bool + func (v NullableRelayAutoConfigPost) MarshalJSON() ([]byte, error) + type NullableRelayAutoConfigRep struct + func NewNullableRelayAutoConfigRep(val *RelayAutoConfigRep) *NullableRelayAutoConfigRep + func (v *NullableRelayAutoConfigRep) Set(val *RelayAutoConfigRep) + func (v *NullableRelayAutoConfigRep) UnmarshalJSON(src []byte) error + func (v *NullableRelayAutoConfigRep) Unset() + func (v NullableRelayAutoConfigRep) Get() *RelayAutoConfigRep + func (v NullableRelayAutoConfigRep) IsSet() bool + func (v NullableRelayAutoConfigRep) MarshalJSON() ([]byte, error) + type NullableRelease struct + func NewNullableRelease(val *Release) *NullableRelease + func (v *NullableRelease) Set(val *Release) + func (v *NullableRelease) UnmarshalJSON(src []byte) error + func (v *NullableRelease) Unset() + func (v NullableRelease) Get() *Release + func (v NullableRelease) IsSet() bool + func (v NullableRelease) MarshalJSON() ([]byte, error) + type NullableReleasePhase struct + func NewNullableReleasePhase(val *ReleasePhase) *NullableReleasePhase + func (v *NullableReleasePhase) Set(val *ReleasePhase) + func (v *NullableReleasePhase) UnmarshalJSON(src []byte) error + func (v *NullableReleasePhase) Unset() + func (v NullableReleasePhase) Get() *ReleasePhase + func (v NullableReleasePhase) IsSet() bool + func (v NullableReleasePhase) MarshalJSON() ([]byte, error) + type NullableReleasePipeline struct + func NewNullableReleasePipeline(val *ReleasePipeline) *NullableReleasePipeline + func (v *NullableReleasePipeline) Set(val *ReleasePipeline) + func (v *NullableReleasePipeline) UnmarshalJSON(src []byte) error + func (v *NullableReleasePipeline) Unset() + func (v NullableReleasePipeline) Get() *ReleasePipeline + func (v NullableReleasePipeline) IsSet() bool + func (v NullableReleasePipeline) MarshalJSON() ([]byte, error) + type NullableReleasePipelineCollection struct + func NewNullableReleasePipelineCollection(val *ReleasePipelineCollection) *NullableReleasePipelineCollection + func (v *NullableReleasePipelineCollection) Set(val *ReleasePipelineCollection) + func (v *NullableReleasePipelineCollection) UnmarshalJSON(src []byte) error + func (v *NullableReleasePipelineCollection) Unset() + func (v NullableReleasePipelineCollection) Get() *ReleasePipelineCollection + func (v NullableReleasePipelineCollection) IsSet() bool + func (v NullableReleasePipelineCollection) MarshalJSON() ([]byte, error) + type NullableRepositoryCollectionRep struct + func NewNullableRepositoryCollectionRep(val *RepositoryCollectionRep) *NullableRepositoryCollectionRep + func (v *NullableRepositoryCollectionRep) Set(val *RepositoryCollectionRep) + func (v *NullableRepositoryCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableRepositoryCollectionRep) Unset() + func (v NullableRepositoryCollectionRep) Get() *RepositoryCollectionRep + func (v NullableRepositoryCollectionRep) IsSet() bool + func (v NullableRepositoryCollectionRep) MarshalJSON() ([]byte, error) + type NullableRepositoryPost struct + func NewNullableRepositoryPost(val *RepositoryPost) *NullableRepositoryPost + func (v *NullableRepositoryPost) Set(val *RepositoryPost) + func (v *NullableRepositoryPost) UnmarshalJSON(src []byte) error + func (v *NullableRepositoryPost) Unset() + func (v NullableRepositoryPost) Get() *RepositoryPost + func (v NullableRepositoryPost) IsSet() bool + func (v NullableRepositoryPost) MarshalJSON() ([]byte, error) + type NullableRepositoryRep struct + func NewNullableRepositoryRep(val *RepositoryRep) *NullableRepositoryRep + func (v *NullableRepositoryRep) Set(val *RepositoryRep) + func (v *NullableRepositoryRep) UnmarshalJSON(src []byte) error + func (v *NullableRepositoryRep) Unset() + func (v NullableRepositoryRep) Get() *RepositoryRep + func (v NullableRepositoryRep) IsSet() bool + func (v NullableRepositoryRep) MarshalJSON() ([]byte, error) + type NullableResolvedContext struct + func NewNullableResolvedContext(val *ResolvedContext) *NullableResolvedContext + func (v *NullableResolvedContext) Set(val *ResolvedContext) + func (v *NullableResolvedContext) UnmarshalJSON(src []byte) error + func (v *NullableResolvedContext) Unset() + func (v NullableResolvedContext) Get() *ResolvedContext + func (v NullableResolvedContext) IsSet() bool + func (v NullableResolvedContext) MarshalJSON() ([]byte, error) + type NullableResolvedImage struct + func NewNullableResolvedImage(val *ResolvedImage) *NullableResolvedImage + func (v *NullableResolvedImage) Set(val *ResolvedImage) + func (v *NullableResolvedImage) UnmarshalJSON(src []byte) error + func (v *NullableResolvedImage) Unset() + func (v NullableResolvedImage) Get() *ResolvedImage + func (v NullableResolvedImage) IsSet() bool + func (v NullableResolvedImage) MarshalJSON() ([]byte, error) + type NullableResolvedTitle struct + func NewNullableResolvedTitle(val *ResolvedTitle) *NullableResolvedTitle + func (v *NullableResolvedTitle) Set(val *ResolvedTitle) + func (v *NullableResolvedTitle) UnmarshalJSON(src []byte) error + func (v *NullableResolvedTitle) Unset() + func (v NullableResolvedTitle) Get() *ResolvedTitle + func (v NullableResolvedTitle) IsSet() bool + func (v NullableResolvedTitle) MarshalJSON() ([]byte, error) + type NullableResolvedUIBlockElement struct + func NewNullableResolvedUIBlockElement(val *ResolvedUIBlockElement) *NullableResolvedUIBlockElement + func (v *NullableResolvedUIBlockElement) Set(val *ResolvedUIBlockElement) + func (v *NullableResolvedUIBlockElement) UnmarshalJSON(src []byte) error + func (v *NullableResolvedUIBlockElement) Unset() + func (v NullableResolvedUIBlockElement) Get() *ResolvedUIBlockElement + func (v NullableResolvedUIBlockElement) IsSet() bool + func (v NullableResolvedUIBlockElement) MarshalJSON() ([]byte, error) + type NullableResolvedUIBlocks struct + func NewNullableResolvedUIBlocks(val *ResolvedUIBlocks) *NullableResolvedUIBlocks + func (v *NullableResolvedUIBlocks) Set(val *ResolvedUIBlocks) + func (v *NullableResolvedUIBlocks) UnmarshalJSON(src []byte) error + func (v *NullableResolvedUIBlocks) Unset() + func (v NullableResolvedUIBlocks) Get() *ResolvedUIBlocks + func (v NullableResolvedUIBlocks) IsSet() bool + func (v NullableResolvedUIBlocks) MarshalJSON() ([]byte, error) + type NullableResourceAccess struct + func NewNullableResourceAccess(val *ResourceAccess) *NullableResourceAccess + func (v *NullableResourceAccess) Set(val *ResourceAccess) + func (v *NullableResourceAccess) UnmarshalJSON(src []byte) error + func (v *NullableResourceAccess) Unset() + func (v NullableResourceAccess) Get() *ResourceAccess + func (v NullableResourceAccess) IsSet() bool + func (v NullableResourceAccess) MarshalJSON() ([]byte, error) + type NullableResourceIDResponse struct + func NewNullableResourceIDResponse(val *ResourceIDResponse) *NullableResourceIDResponse + func (v *NullableResourceIDResponse) Set(val *ResourceIDResponse) + func (v *NullableResourceIDResponse) UnmarshalJSON(src []byte) error + func (v *NullableResourceIDResponse) Unset() + func (v NullableResourceIDResponse) Get() *ResourceIDResponse + func (v NullableResourceIDResponse) IsSet() bool + func (v NullableResourceIDResponse) MarshalJSON() ([]byte, error) + type NullableResourceId struct + func NewNullableResourceId(val *ResourceId) *NullableResourceId + func (v *NullableResourceId) Set(val *ResourceId) + func (v *NullableResourceId) UnmarshalJSON(src []byte) error + func (v *NullableResourceId) Unset() + func (v NullableResourceId) Get() *ResourceId + func (v NullableResourceId) IsSet() bool + func (v NullableResourceId) MarshalJSON() ([]byte, error) + type NullableReviewOutput struct + func NewNullableReviewOutput(val *ReviewOutput) *NullableReviewOutput + func (v *NullableReviewOutput) Set(val *ReviewOutput) + func (v *NullableReviewOutput) UnmarshalJSON(src []byte) error + func (v *NullableReviewOutput) Unset() + func (v NullableReviewOutput) Get() *ReviewOutput + func (v NullableReviewOutput) IsSet() bool + func (v NullableReviewOutput) MarshalJSON() ([]byte, error) + type NullableReviewResponse struct + func NewNullableReviewResponse(val *ReviewResponse) *NullableReviewResponse + func (v *NullableReviewResponse) Set(val *ReviewResponse) + func (v *NullableReviewResponse) UnmarshalJSON(src []byte) error + func (v *NullableReviewResponse) Unset() + func (v NullableReviewResponse) Get() *ReviewResponse + func (v NullableReviewResponse) IsSet() bool + func (v NullableReviewResponse) MarshalJSON() ([]byte, error) + type NullableRollout struct + func NewNullableRollout(val *Rollout) *NullableRollout + func (v *NullableRollout) Set(val *Rollout) + func (v *NullableRollout) UnmarshalJSON(src []byte) error + func (v *NullableRollout) Unset() + func (v NullableRollout) Get() *Rollout + func (v NullableRollout) IsSet() bool + func (v NullableRollout) MarshalJSON() ([]byte, error) + type NullableRootResponse struct + func NewNullableRootResponse(val *RootResponse) *NullableRootResponse + func (v *NullableRootResponse) Set(val *RootResponse) + func (v *NullableRootResponse) UnmarshalJSON(src []byte) error + func (v *NullableRootResponse) Unset() + func (v NullableRootResponse) Get() *RootResponse + func (v NullableRootResponse) IsSet() bool + func (v NullableRootResponse) MarshalJSON() ([]byte, error) + type NullableRule struct + func NewNullableRule(val *Rule) *NullableRule + func (v *NullableRule) Set(val *Rule) + func (v *NullableRule) UnmarshalJSON(src []byte) error + func (v *NullableRule) Unset() + func (v NullableRule) Get() *Rule + func (v NullableRule) IsSet() bool + func (v NullableRule) MarshalJSON() ([]byte, error) + type NullableRuleClause struct + func NewNullableRuleClause(val *RuleClause) *NullableRuleClause + func (v *NullableRuleClause) Set(val *RuleClause) + func (v *NullableRuleClause) UnmarshalJSON(src []byte) error + func (v *NullableRuleClause) Unset() + func (v NullableRuleClause) Get() *RuleClause + func (v NullableRuleClause) IsSet() bool + func (v NullableRuleClause) MarshalJSON() ([]byte, error) + type NullableScheduleConditionInput struct + func NewNullableScheduleConditionInput(val *ScheduleConditionInput) *NullableScheduleConditionInput + func (v *NullableScheduleConditionInput) Set(val *ScheduleConditionInput) + func (v *NullableScheduleConditionInput) UnmarshalJSON(src []byte) error + func (v *NullableScheduleConditionInput) Unset() + func (v NullableScheduleConditionInput) Get() *ScheduleConditionInput + func (v NullableScheduleConditionInput) IsSet() bool + func (v NullableScheduleConditionInput) MarshalJSON() ([]byte, error) + type NullableScheduleConditionOutput struct + func NewNullableScheduleConditionOutput(val *ScheduleConditionOutput) *NullableScheduleConditionOutput + func (v *NullableScheduleConditionOutput) Set(val *ScheduleConditionOutput) + func (v *NullableScheduleConditionOutput) UnmarshalJSON(src []byte) error + func (v *NullableScheduleConditionOutput) Unset() + func (v NullableScheduleConditionOutput) Get() *ScheduleConditionOutput + func (v NullableScheduleConditionOutput) IsSet() bool + func (v NullableScheduleConditionOutput) MarshalJSON() ([]byte, error) + type NullableSdkListRep struct + func NewNullableSdkListRep(val *SdkListRep) *NullableSdkListRep + func (v *NullableSdkListRep) Set(val *SdkListRep) + func (v *NullableSdkListRep) UnmarshalJSON(src []byte) error + func (v *NullableSdkListRep) Unset() + func (v NullableSdkListRep) Get() *SdkListRep + func (v NullableSdkListRep) IsSet() bool + func (v NullableSdkListRep) MarshalJSON() ([]byte, error) + type NullableSdkVersionListRep struct + func NewNullableSdkVersionListRep(val *SdkVersionListRep) *NullableSdkVersionListRep + func (v *NullableSdkVersionListRep) Set(val *SdkVersionListRep) + func (v *NullableSdkVersionListRep) UnmarshalJSON(src []byte) error + func (v *NullableSdkVersionListRep) Unset() + func (v NullableSdkVersionListRep) Get() *SdkVersionListRep + func (v NullableSdkVersionListRep) IsSet() bool + func (v NullableSdkVersionListRep) MarshalJSON() ([]byte, error) + type NullableSdkVersionRep struct + func NewNullableSdkVersionRep(val *SdkVersionRep) *NullableSdkVersionRep + func (v *NullableSdkVersionRep) Set(val *SdkVersionRep) + func (v *NullableSdkVersionRep) UnmarshalJSON(src []byte) error + func (v *NullableSdkVersionRep) Unset() + func (v NullableSdkVersionRep) Get() *SdkVersionRep + func (v NullableSdkVersionRep) IsSet() bool + func (v NullableSdkVersionRep) MarshalJSON() ([]byte, error) + type NullableSegmentBody struct + func NewNullableSegmentBody(val *SegmentBody) *NullableSegmentBody + func (v *NullableSegmentBody) Set(val *SegmentBody) + func (v *NullableSegmentBody) UnmarshalJSON(src []byte) error + func (v *NullableSegmentBody) Unset() + func (v NullableSegmentBody) Get() *SegmentBody + func (v NullableSegmentBody) IsSet() bool + func (v NullableSegmentBody) MarshalJSON() ([]byte, error) + type NullableSegmentMetadata struct + func NewNullableSegmentMetadata(val *SegmentMetadata) *NullableSegmentMetadata + func (v *NullableSegmentMetadata) Set(val *SegmentMetadata) + func (v *NullableSegmentMetadata) UnmarshalJSON(src []byte) error + func (v *NullableSegmentMetadata) Unset() + func (v NullableSegmentMetadata) Get() *SegmentMetadata + func (v NullableSegmentMetadata) IsSet() bool + func (v NullableSegmentMetadata) MarshalJSON() ([]byte, error) + type NullableSegmentTarget struct + func NewNullableSegmentTarget(val *SegmentTarget) *NullableSegmentTarget + func (v *NullableSegmentTarget) Set(val *SegmentTarget) + func (v *NullableSegmentTarget) UnmarshalJSON(src []byte) error + func (v *NullableSegmentTarget) Unset() + func (v NullableSegmentTarget) Get() *SegmentTarget + func (v NullableSegmentTarget) IsSet() bool + func (v NullableSegmentTarget) MarshalJSON() ([]byte, error) + type NullableSegmentUserList struct + func NewNullableSegmentUserList(val *SegmentUserList) *NullableSegmentUserList + func (v *NullableSegmentUserList) Set(val *SegmentUserList) + func (v *NullableSegmentUserList) UnmarshalJSON(src []byte) error + func (v *NullableSegmentUserList) Unset() + func (v NullableSegmentUserList) Get() *SegmentUserList + func (v NullableSegmentUserList) IsSet() bool + func (v NullableSegmentUserList) MarshalJSON() ([]byte, error) + type NullableSegmentUserState struct + func NewNullableSegmentUserState(val *SegmentUserState) *NullableSegmentUserState + func (v *NullableSegmentUserState) Set(val *SegmentUserState) + func (v *NullableSegmentUserState) UnmarshalJSON(src []byte) error + func (v *NullableSegmentUserState) Unset() + func (v NullableSegmentUserState) Get() *SegmentUserState + func (v NullableSegmentUserState) IsSet() bool + func (v NullableSegmentUserState) MarshalJSON() ([]byte, error) + type NullableSeries struct + func NewNullableSeries(val *Series) *NullableSeries + func (v *NullableSeries) Set(val *Series) + func (v *NullableSeries) UnmarshalJSON(src []byte) error + func (v *NullableSeries) Unset() + func (v NullableSeries) Get() *Series + func (v NullableSeries) IsSet() bool + func (v NullableSeries) MarshalJSON() ([]byte, error) + type NullableSeriesIntervalsRep struct + func NewNullableSeriesIntervalsRep(val *SeriesIntervalsRep) *NullableSeriesIntervalsRep + func (v *NullableSeriesIntervalsRep) Set(val *SeriesIntervalsRep) + func (v *NullableSeriesIntervalsRep) UnmarshalJSON(src []byte) error + func (v *NullableSeriesIntervalsRep) Unset() + func (v NullableSeriesIntervalsRep) Get() *SeriesIntervalsRep + func (v NullableSeriesIntervalsRep) IsSet() bool + func (v NullableSeriesIntervalsRep) MarshalJSON() ([]byte, error) + type NullableSeriesListRep struct + func NewNullableSeriesListRep(val *SeriesListRep) *NullableSeriesListRep + func (v *NullableSeriesListRep) Set(val *SeriesListRep) + func (v *NullableSeriesListRep) UnmarshalJSON(src []byte) error + func (v *NullableSeriesListRep) Unset() + func (v NullableSeriesListRep) Get() *SeriesListRep + func (v NullableSeriesListRep) IsSet() bool + func (v NullableSeriesListRep) MarshalJSON() ([]byte, error) + type NullableSlicedResultsRep struct + func NewNullableSlicedResultsRep(val *SlicedResultsRep) *NullableSlicedResultsRep + func (v *NullableSlicedResultsRep) Set(val *SlicedResultsRep) + func (v *NullableSlicedResultsRep) UnmarshalJSON(src []byte) error + func (v *NullableSlicedResultsRep) Unset() + func (v NullableSlicedResultsRep) Get() *SlicedResultsRep + func (v NullableSlicedResultsRep) IsSet() bool + func (v NullableSlicedResultsRep) MarshalJSON() ([]byte, error) + type NullableSourceEnv struct + func NewNullableSourceEnv(val *SourceEnv) *NullableSourceEnv + func (v *NullableSourceEnv) Set(val *SourceEnv) + func (v *NullableSourceEnv) UnmarshalJSON(src []byte) error + func (v *NullableSourceEnv) Unset() + func (v NullableSourceEnv) Get() *SourceEnv + func (v NullableSourceEnv) IsSet() bool + func (v NullableSourceEnv) MarshalJSON() ([]byte, error) + type NullableSourceFlag struct + func NewNullableSourceFlag(val *SourceFlag) *NullableSourceFlag + func (v *NullableSourceFlag) Set(val *SourceFlag) + func (v *NullableSourceFlag) UnmarshalJSON(src []byte) error + func (v *NullableSourceFlag) Unset() + func (v NullableSourceFlag) Get() *SourceFlag + func (v NullableSourceFlag) IsSet() bool + func (v NullableSourceFlag) MarshalJSON() ([]byte, error) + type NullableStageInput struct + func NewNullableStageInput(val *StageInput) *NullableStageInput + func (v *NullableStageInput) Set(val *StageInput) + func (v *NullableStageInput) UnmarshalJSON(src []byte) error + func (v *NullableStageInput) Unset() + func (v NullableStageInput) Get() *StageInput + func (v NullableStageInput) IsSet() bool + func (v NullableStageInput) MarshalJSON() ([]byte, error) + type NullableStageOutput struct + func NewNullableStageOutput(val *StageOutput) *NullableStageOutput + func (v *NullableStageOutput) Set(val *StageOutput) + func (v *NullableStageOutput) UnmarshalJSON(src []byte) error + func (v *NullableStageOutput) Unset() + func (v NullableStageOutput) Get() *StageOutput + func (v NullableStageOutput) IsSet() bool + func (v NullableStageOutput) MarshalJSON() ([]byte, error) + type NullableStatement struct + func NewNullableStatement(val *Statement) *NullableStatement + func (v *NullableStatement) Set(val *Statement) + func (v *NullableStatement) UnmarshalJSON(src []byte) error + func (v *NullableStatement) Unset() + func (v NullableStatement) Get() *Statement + func (v NullableStatement) IsSet() bool + func (v NullableStatement) MarshalJSON() ([]byte, error) + type NullableStatementPost struct + func NewNullableStatementPost(val *StatementPost) *NullableStatementPost + func (v *NullableStatementPost) Set(val *StatementPost) + func (v *NullableStatementPost) UnmarshalJSON(src []byte) error + func (v *NullableStatementPost) Unset() + func (v NullableStatementPost) Get() *StatementPost + func (v NullableStatementPost) IsSet() bool + func (v NullableStatementPost) MarshalJSON() ([]byte, error) + type NullableStatementPostData struct + func NewNullableStatementPostData(val *StatementPostData) *NullableStatementPostData + func (v *NullableStatementPostData) Set(val *StatementPostData) + func (v *NullableStatementPostData) UnmarshalJSON(src []byte) error + func (v *NullableStatementPostData) Unset() + func (v NullableStatementPostData) Get() *StatementPostData + func (v NullableStatementPostData) IsSet() bool + func (v NullableStatementPostData) MarshalJSON() ([]byte, error) + type NullableStatisticCollectionRep struct + func NewNullableStatisticCollectionRep(val *StatisticCollectionRep) *NullableStatisticCollectionRep + func (v *NullableStatisticCollectionRep) Set(val *StatisticCollectionRep) + func (v *NullableStatisticCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableStatisticCollectionRep) Unset() + func (v NullableStatisticCollectionRep) Get() *StatisticCollectionRep + func (v NullableStatisticCollectionRep) IsSet() bool + func (v NullableStatisticCollectionRep) MarshalJSON() ([]byte, error) + type NullableStatisticRep struct + func NewNullableStatisticRep(val *StatisticRep) *NullableStatisticRep + func (v *NullableStatisticRep) Set(val *StatisticRep) + func (v *NullableStatisticRep) UnmarshalJSON(src []byte) error + func (v *NullableStatisticRep) Unset() + func (v NullableStatisticRep) Get() *StatisticRep + func (v NullableStatisticRep) IsSet() bool + func (v NullableStatisticRep) MarshalJSON() ([]byte, error) + type NullableStatisticsRep struct + func NewNullableStatisticsRep(val *StatisticsRep) *NullableStatisticsRep + func (v *NullableStatisticsRep) Set(val *StatisticsRep) + func (v *NullableStatisticsRep) UnmarshalJSON(src []byte) error + func (v *NullableStatisticsRep) Unset() + func (v NullableStatisticsRep) Get() *StatisticsRep + func (v NullableStatisticsRep) IsSet() bool + func (v NullableStatisticsRep) MarshalJSON() ([]byte, error) + type NullableStatisticsRoot struct + func NewNullableStatisticsRoot(val *StatisticsRoot) *NullableStatisticsRoot + func (v *NullableStatisticsRoot) Set(val *StatisticsRoot) + func (v *NullableStatisticsRoot) UnmarshalJSON(src []byte) error + func (v *NullableStatisticsRoot) Unset() + func (v NullableStatisticsRoot) Get() *StatisticsRoot + func (v NullableStatisticsRoot) IsSet() bool + func (v NullableStatisticsRoot) MarshalJSON() ([]byte, error) + type NullableStatusConflictErrorRep struct + func NewNullableStatusConflictErrorRep(val *StatusConflictErrorRep) *NullableStatusConflictErrorRep + func (v *NullableStatusConflictErrorRep) Set(val *StatusConflictErrorRep) + func (v *NullableStatusConflictErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableStatusConflictErrorRep) Unset() + func (v NullableStatusConflictErrorRep) Get() *StatusConflictErrorRep + func (v NullableStatusConflictErrorRep) IsSet() bool + func (v NullableStatusConflictErrorRep) MarshalJSON() ([]byte, error) + type NullableStatusServiceUnavailable struct + func NewNullableStatusServiceUnavailable(val *StatusServiceUnavailable) *NullableStatusServiceUnavailable + func (v *NullableStatusServiceUnavailable) Set(val *StatusServiceUnavailable) + func (v *NullableStatusServiceUnavailable) UnmarshalJSON(src []byte) error + func (v *NullableStatusServiceUnavailable) Unset() + func (v NullableStatusServiceUnavailable) Get() *StatusServiceUnavailable + func (v NullableStatusServiceUnavailable) IsSet() bool + func (v NullableStatusServiceUnavailable) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSubjectDataRep struct + func NewNullableSubjectDataRep(val *SubjectDataRep) *NullableSubjectDataRep + func (v *NullableSubjectDataRep) Set(val *SubjectDataRep) + func (v *NullableSubjectDataRep) UnmarshalJSON(src []byte) error + func (v *NullableSubjectDataRep) Unset() + func (v NullableSubjectDataRep) Get() *SubjectDataRep + func (v NullableSubjectDataRep) IsSet() bool + func (v NullableSubjectDataRep) MarshalJSON() ([]byte, error) + type NullableSubscriptionPost struct + func NewNullableSubscriptionPost(val *SubscriptionPost) *NullableSubscriptionPost + func (v *NullableSubscriptionPost) Set(val *SubscriptionPost) + func (v *NullableSubscriptionPost) UnmarshalJSON(src []byte) error + func (v *NullableSubscriptionPost) Unset() + func (v NullableSubscriptionPost) Get() *SubscriptionPost + func (v NullableSubscriptionPost) IsSet() bool + func (v NullableSubscriptionPost) MarshalJSON() ([]byte, error) + type NullableTagCollection struct + func NewNullableTagCollection(val *TagCollection) *NullableTagCollection + func (v *NullableTagCollection) Set(val *TagCollection) + func (v *NullableTagCollection) UnmarshalJSON(src []byte) error + func (v *NullableTagCollection) Unset() + func (v NullableTagCollection) Get() *TagCollection + func (v NullableTagCollection) IsSet() bool + func (v NullableTagCollection) MarshalJSON() ([]byte, error) + type NullableTarget struct + func NewNullableTarget(val *Target) *NullableTarget + func (v *NullableTarget) Set(val *Target) + func (v *NullableTarget) UnmarshalJSON(src []byte) error + func (v *NullableTarget) Unset() + func (v NullableTarget) Get() *Target + func (v NullableTarget) IsSet() bool + func (v NullableTarget) MarshalJSON() ([]byte, error) + type NullableTargetResourceRep struct + func NewNullableTargetResourceRep(val *TargetResourceRep) *NullableTargetResourceRep + func (v *NullableTargetResourceRep) Set(val *TargetResourceRep) + func (v *NullableTargetResourceRep) UnmarshalJSON(src []byte) error + func (v *NullableTargetResourceRep) Unset() + func (v NullableTargetResourceRep) Get() *TargetResourceRep + func (v NullableTargetResourceRep) IsSet() bool + func (v NullableTargetResourceRep) MarshalJSON() ([]byte, error) + type NullableTeam struct + func NewNullableTeam(val *Team) *NullableTeam + func (v *NullableTeam) Set(val *Team) + func (v *NullableTeam) UnmarshalJSON(src []byte) error + func (v *NullableTeam) Unset() + func (v NullableTeam) Get() *Team + func (v NullableTeam) IsSet() bool + func (v NullableTeam) MarshalJSON() ([]byte, error) + type NullableTeamCustomRole struct + func NewNullableTeamCustomRole(val *TeamCustomRole) *NullableTeamCustomRole + func (v *NullableTeamCustomRole) Set(val *TeamCustomRole) + func (v *NullableTeamCustomRole) UnmarshalJSON(src []byte) error + func (v *NullableTeamCustomRole) Unset() + func (v NullableTeamCustomRole) Get() *TeamCustomRole + func (v NullableTeamCustomRole) IsSet() bool + func (v NullableTeamCustomRole) MarshalJSON() ([]byte, error) + type NullableTeamCustomRoles struct + func NewNullableTeamCustomRoles(val *TeamCustomRoles) *NullableTeamCustomRoles + func (v *NullableTeamCustomRoles) Set(val *TeamCustomRoles) + func (v *NullableTeamCustomRoles) UnmarshalJSON(src []byte) error + func (v *NullableTeamCustomRoles) Unset() + func (v NullableTeamCustomRoles) Get() *TeamCustomRoles + func (v NullableTeamCustomRoles) IsSet() bool + func (v NullableTeamCustomRoles) MarshalJSON() ([]byte, error) + type NullableTeamImportsRep struct + func NewNullableTeamImportsRep(val *TeamImportsRep) *NullableTeamImportsRep + func (v *NullableTeamImportsRep) Set(val *TeamImportsRep) + func (v *NullableTeamImportsRep) UnmarshalJSON(src []byte) error + func (v *NullableTeamImportsRep) Unset() + func (v NullableTeamImportsRep) Get() *TeamImportsRep + func (v NullableTeamImportsRep) IsSet() bool + func (v NullableTeamImportsRep) MarshalJSON() ([]byte, error) + type NullableTeamInput struct + func NewNullableTeamInput(val *TeamInput) *NullableTeamInput + func (v *NullableTeamInput) Set(val *TeamInput) + func (v *NullableTeamInput) UnmarshalJSON(src []byte) error + func (v *NullableTeamInput) Unset() + func (v NullableTeamInput) Get() *TeamInput + func (v NullableTeamInput) IsSet() bool + func (v NullableTeamInput) MarshalJSON() ([]byte, error) + type NullableTeamMaintainers struct + func NewNullableTeamMaintainers(val *TeamMaintainers) *NullableTeamMaintainers + func (v *NullableTeamMaintainers) Set(val *TeamMaintainers) + func (v *NullableTeamMaintainers) UnmarshalJSON(src []byte) error + func (v *NullableTeamMaintainers) Unset() + func (v NullableTeamMaintainers) Get() *TeamMaintainers + func (v NullableTeamMaintainers) IsSet() bool + func (v NullableTeamMaintainers) MarshalJSON() ([]byte, error) + type NullableTeamMembers struct + func NewNullableTeamMembers(val *TeamMembers) *NullableTeamMembers + func (v *NullableTeamMembers) Set(val *TeamMembers) + func (v *NullableTeamMembers) UnmarshalJSON(src []byte) error + func (v *NullableTeamMembers) Unset() + func (v NullableTeamMembers) Get() *TeamMembers + func (v NullableTeamMembers) IsSet() bool + func (v NullableTeamMembers) MarshalJSON() ([]byte, error) + type NullableTeamPatchInput struct + func NewNullableTeamPatchInput(val *TeamPatchInput) *NullableTeamPatchInput + func (v *NullableTeamPatchInput) Set(val *TeamPatchInput) + func (v *NullableTeamPatchInput) UnmarshalJSON(src []byte) error + func (v *NullableTeamPatchInput) Unset() + func (v NullableTeamPatchInput) Get() *TeamPatchInput + func (v NullableTeamPatchInput) IsSet() bool + func (v NullableTeamPatchInput) MarshalJSON() ([]byte, error) + type NullableTeamPostInput struct + func NewNullableTeamPostInput(val *TeamPostInput) *NullableTeamPostInput + func (v *NullableTeamPostInput) Set(val *TeamPostInput) + func (v *NullableTeamPostInput) UnmarshalJSON(src []byte) error + func (v *NullableTeamPostInput) Unset() + func (v NullableTeamPostInput) Get() *TeamPostInput + func (v NullableTeamPostInput) IsSet() bool + func (v NullableTeamPostInput) MarshalJSON() ([]byte, error) + type NullableTeamProjects struct + func NewNullableTeamProjects(val *TeamProjects) *NullableTeamProjects + func (v *NullableTeamProjects) Set(val *TeamProjects) + func (v *NullableTeamProjects) UnmarshalJSON(src []byte) error + func (v *NullableTeamProjects) Unset() + func (v NullableTeamProjects) Get() *TeamProjects + func (v NullableTeamProjects) IsSet() bool + func (v NullableTeamProjects) MarshalJSON() ([]byte, error) + type NullableTeamRepExpandableProperties struct + func NewNullableTeamRepExpandableProperties(val *TeamRepExpandableProperties) *NullableTeamRepExpandableProperties + func (v *NullableTeamRepExpandableProperties) Set(val *TeamRepExpandableProperties) + func (v *NullableTeamRepExpandableProperties) UnmarshalJSON(src []byte) error + func (v *NullableTeamRepExpandableProperties) Unset() + func (v NullableTeamRepExpandableProperties) Get() *TeamRepExpandableProperties + func (v NullableTeamRepExpandableProperties) IsSet() bool + func (v NullableTeamRepExpandableProperties) MarshalJSON() ([]byte, error) + type NullableTeams struct + func NewNullableTeams(val *Teams) *NullableTeams + func (v *NullableTeams) Set(val *Teams) + func (v *NullableTeams) UnmarshalJSON(src []byte) error + func (v *NullableTeams) Unset() + func (v NullableTeams) Get() *Teams + func (v NullableTeams) IsSet() bool + func (v NullableTeams) MarshalJSON() ([]byte, error) + type NullableTeamsPatchInput struct + func NewNullableTeamsPatchInput(val *TeamsPatchInput) *NullableTeamsPatchInput + func (v *NullableTeamsPatchInput) Set(val *TeamsPatchInput) + func (v *NullableTeamsPatchInput) UnmarshalJSON(src []byte) error + func (v *NullableTeamsPatchInput) Unset() + func (v NullableTeamsPatchInput) Get() *TeamsPatchInput + func (v NullableTeamsPatchInput) IsSet() bool + func (v NullableTeamsPatchInput) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTimestampRep struct + func NewNullableTimestampRep(val *TimestampRep) *NullableTimestampRep + func (v *NullableTimestampRep) Set(val *TimestampRep) + func (v *NullableTimestampRep) UnmarshalJSON(src []byte) error + func (v *NullableTimestampRep) Unset() + func (v NullableTimestampRep) Get() *TimestampRep + func (v NullableTimestampRep) IsSet() bool + func (v NullableTimestampRep) MarshalJSON() ([]byte, error) + type NullableTitleRep struct + func NewNullableTitleRep(val *TitleRep) *NullableTitleRep + func (v *NullableTitleRep) Set(val *TitleRep) + func (v *NullableTitleRep) UnmarshalJSON(src []byte) error + func (v *NullableTitleRep) Unset() + func (v NullableTitleRep) Get() *TitleRep + func (v NullableTitleRep) IsSet() bool + func (v NullableTitleRep) MarshalJSON() ([]byte, error) + type NullableToken struct + func NewNullableToken(val *Token) *NullableToken + func (v *NullableToken) Set(val *Token) + func (v *NullableToken) UnmarshalJSON(src []byte) error + func (v *NullableToken) Unset() + func (v NullableToken) Get() *Token + func (v NullableToken) IsSet() bool + func (v NullableToken) MarshalJSON() ([]byte, error) + type NullableTokenSummary struct + func NewNullableTokenSummary(val *TokenSummary) *NullableTokenSummary + func (v *NullableTokenSummary) Set(val *TokenSummary) + func (v *NullableTokenSummary) UnmarshalJSON(src []byte) error + func (v *NullableTokenSummary) Unset() + func (v NullableTokenSummary) Get() *TokenSummary + func (v NullableTokenSummary) IsSet() bool + func (v NullableTokenSummary) MarshalJSON() ([]byte, error) + type NullableTokens struct + func NewNullableTokens(val *Tokens) *NullableTokens + func (v *NullableTokens) Set(val *Tokens) + func (v *NullableTokens) UnmarshalJSON(src []byte) error + func (v *NullableTokens) Unset() + func (v NullableTokens) Get() *Tokens + func (v NullableTokens) IsSet() bool + func (v NullableTokens) MarshalJSON() ([]byte, error) + type NullableTreatmentInput struct + func NewNullableTreatmentInput(val *TreatmentInput) *NullableTreatmentInput + func (v *NullableTreatmentInput) Set(val *TreatmentInput) + func (v *NullableTreatmentInput) UnmarshalJSON(src []byte) error + func (v *NullableTreatmentInput) Unset() + func (v NullableTreatmentInput) Get() *TreatmentInput + func (v NullableTreatmentInput) IsSet() bool + func (v NullableTreatmentInput) MarshalJSON() ([]byte, error) + type NullableTreatmentParameterInput struct + func NewNullableTreatmentParameterInput(val *TreatmentParameterInput) *NullableTreatmentParameterInput + func (v *NullableTreatmentParameterInput) Set(val *TreatmentParameterInput) + func (v *NullableTreatmentParameterInput) UnmarshalJSON(src []byte) error + func (v *NullableTreatmentParameterInput) Unset() + func (v NullableTreatmentParameterInput) Get() *TreatmentParameterInput + func (v NullableTreatmentParameterInput) IsSet() bool + func (v NullableTreatmentParameterInput) MarshalJSON() ([]byte, error) + type NullableTreatmentRep struct + func NewNullableTreatmentRep(val *TreatmentRep) *NullableTreatmentRep + func (v *NullableTreatmentRep) Set(val *TreatmentRep) + func (v *NullableTreatmentRep) UnmarshalJSON(src []byte) error + func (v *NullableTreatmentRep) Unset() + func (v NullableTreatmentRep) Get() *TreatmentRep + func (v NullableTreatmentRep) IsSet() bool + func (v NullableTreatmentRep) MarshalJSON() ([]byte, error) + type NullableTreatmentResultRep struct + func NewNullableTreatmentResultRep(val *TreatmentResultRep) *NullableTreatmentResultRep + func (v *NullableTreatmentResultRep) Set(val *TreatmentResultRep) + func (v *NullableTreatmentResultRep) UnmarshalJSON(src []byte) error + func (v *NullableTreatmentResultRep) Unset() + func (v NullableTreatmentResultRep) Get() *TreatmentResultRep + func (v NullableTreatmentResultRep) IsSet() bool + func (v NullableTreatmentResultRep) MarshalJSON() ([]byte, error) + type NullableTriggerPost struct + func NewNullableTriggerPost(val *TriggerPost) *NullableTriggerPost + func (v *NullableTriggerPost) Set(val *TriggerPost) + func (v *NullableTriggerPost) UnmarshalJSON(src []byte) error + func (v *NullableTriggerPost) Unset() + func (v NullableTriggerPost) Get() *TriggerPost + func (v NullableTriggerPost) IsSet() bool + func (v NullableTriggerPost) MarshalJSON() ([]byte, error) + type NullableTriggerWorkflowCollectionRep struct + func NewNullableTriggerWorkflowCollectionRep(val *TriggerWorkflowCollectionRep) *NullableTriggerWorkflowCollectionRep + func (v *NullableTriggerWorkflowCollectionRep) Set(val *TriggerWorkflowCollectionRep) + func (v *NullableTriggerWorkflowCollectionRep) UnmarshalJSON(src []byte) error + func (v *NullableTriggerWorkflowCollectionRep) Unset() + func (v NullableTriggerWorkflowCollectionRep) Get() *TriggerWorkflowCollectionRep + func (v NullableTriggerWorkflowCollectionRep) IsSet() bool + func (v NullableTriggerWorkflowCollectionRep) MarshalJSON() ([]byte, error) + type NullableTriggerWorkflowRep struct + func NewNullableTriggerWorkflowRep(val *TriggerWorkflowRep) *NullableTriggerWorkflowRep + func (v *NullableTriggerWorkflowRep) Set(val *TriggerWorkflowRep) + func (v *NullableTriggerWorkflowRep) UnmarshalJSON(src []byte) error + func (v *NullableTriggerWorkflowRep) Unset() + func (v NullableTriggerWorkflowRep) Get() *TriggerWorkflowRep + func (v NullableTriggerWorkflowRep) IsSet() bool + func (v NullableTriggerWorkflowRep) MarshalJSON() ([]byte, error) + type NullableUnauthorizedErrorRep struct + func NewNullableUnauthorizedErrorRep(val *UnauthorizedErrorRep) *NullableUnauthorizedErrorRep + func (v *NullableUnauthorizedErrorRep) Set(val *UnauthorizedErrorRep) + func (v *NullableUnauthorizedErrorRep) UnmarshalJSON(src []byte) error + func (v *NullableUnauthorizedErrorRep) Unset() + func (v NullableUnauthorizedErrorRep) Get() *UnauthorizedErrorRep + func (v NullableUnauthorizedErrorRep) IsSet() bool + func (v NullableUnauthorizedErrorRep) MarshalJSON() ([]byte, error) + type NullableUpsertContextKindPayload struct + func NewNullableUpsertContextKindPayload(val *UpsertContextKindPayload) *NullableUpsertContextKindPayload + func (v *NullableUpsertContextKindPayload) Set(val *UpsertContextKindPayload) + func (v *NullableUpsertContextKindPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpsertContextKindPayload) Unset() + func (v NullableUpsertContextKindPayload) Get() *UpsertContextKindPayload + func (v NullableUpsertContextKindPayload) IsSet() bool + func (v NullableUpsertContextKindPayload) MarshalJSON() ([]byte, error) + type NullableUpsertFlagDefaultsPayload struct + func NewNullableUpsertFlagDefaultsPayload(val *UpsertFlagDefaultsPayload) *NullableUpsertFlagDefaultsPayload + func (v *NullableUpsertFlagDefaultsPayload) Set(val *UpsertFlagDefaultsPayload) + func (v *NullableUpsertFlagDefaultsPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpsertFlagDefaultsPayload) Unset() + func (v NullableUpsertFlagDefaultsPayload) Get() *UpsertFlagDefaultsPayload + func (v NullableUpsertFlagDefaultsPayload) IsSet() bool + func (v NullableUpsertFlagDefaultsPayload) MarshalJSON() ([]byte, error) + type NullableUpsertPayloadRep struct + func NewNullableUpsertPayloadRep(val *UpsertPayloadRep) *NullableUpsertPayloadRep + func (v *NullableUpsertPayloadRep) Set(val *UpsertPayloadRep) + func (v *NullableUpsertPayloadRep) UnmarshalJSON(src []byte) error + func (v *NullableUpsertPayloadRep) Unset() + func (v NullableUpsertPayloadRep) Get() *UpsertPayloadRep + func (v NullableUpsertPayloadRep) IsSet() bool + func (v NullableUpsertPayloadRep) MarshalJSON() ([]byte, error) + type NullableUpsertResponseRep struct + func NewNullableUpsertResponseRep(val *UpsertResponseRep) *NullableUpsertResponseRep + func (v *NullableUpsertResponseRep) Set(val *UpsertResponseRep) + func (v *NullableUpsertResponseRep) UnmarshalJSON(src []byte) error + func (v *NullableUpsertResponseRep) Unset() + func (v NullableUpsertResponseRep) Get() *UpsertResponseRep + func (v NullableUpsertResponseRep) IsSet() bool + func (v NullableUpsertResponseRep) MarshalJSON() ([]byte, error) + type NullableUrlPost struct + func NewNullableUrlPost(val *UrlPost) *NullableUrlPost + func (v *NullableUrlPost) Set(val *UrlPost) + func (v *NullableUrlPost) UnmarshalJSON(src []byte) error + func (v *NullableUrlPost) Unset() + func (v NullableUrlPost) Get() *UrlPost + func (v NullableUrlPost) IsSet() bool + func (v NullableUrlPost) MarshalJSON() ([]byte, error) + type NullableUser struct + func NewNullableUser(val *User) *NullableUser + func (v *NullableUser) Set(val *User) + func (v *NullableUser) UnmarshalJSON(src []byte) error + func (v *NullableUser) Unset() + func (v NullableUser) Get() *User + func (v NullableUser) IsSet() bool + func (v NullableUser) MarshalJSON() ([]byte, error) + type NullableUserAttributeNamesRep struct + func NewNullableUserAttributeNamesRep(val *UserAttributeNamesRep) *NullableUserAttributeNamesRep + func (v *NullableUserAttributeNamesRep) Set(val *UserAttributeNamesRep) + func (v *NullableUserAttributeNamesRep) UnmarshalJSON(src []byte) error + func (v *NullableUserAttributeNamesRep) Unset() + func (v NullableUserAttributeNamesRep) Get() *UserAttributeNamesRep + func (v NullableUserAttributeNamesRep) IsSet() bool + func (v NullableUserAttributeNamesRep) MarshalJSON() ([]byte, error) + type NullableUserFlagSetting struct + func NewNullableUserFlagSetting(val *UserFlagSetting) *NullableUserFlagSetting + func (v *NullableUserFlagSetting) Set(val *UserFlagSetting) + func (v *NullableUserFlagSetting) UnmarshalJSON(src []byte) error + func (v *NullableUserFlagSetting) Unset() + func (v NullableUserFlagSetting) Get() *UserFlagSetting + func (v NullableUserFlagSetting) IsSet() bool + func (v NullableUserFlagSetting) MarshalJSON() ([]byte, error) + type NullableUserFlagSettings struct + func NewNullableUserFlagSettings(val *UserFlagSettings) *NullableUserFlagSettings + func (v *NullableUserFlagSettings) Set(val *UserFlagSettings) + func (v *NullableUserFlagSettings) UnmarshalJSON(src []byte) error + func (v *NullableUserFlagSettings) Unset() + func (v NullableUserFlagSettings) Get() *UserFlagSettings + func (v NullableUserFlagSettings) IsSet() bool + func (v NullableUserFlagSettings) MarshalJSON() ([]byte, error) + type NullableUserRecord struct + func NewNullableUserRecord(val *UserRecord) *NullableUserRecord + func (v *NullableUserRecord) Set(val *UserRecord) + func (v *NullableUserRecord) UnmarshalJSON(src []byte) error + func (v *NullableUserRecord) Unset() + func (v NullableUserRecord) Get() *UserRecord + func (v NullableUserRecord) IsSet() bool + func (v NullableUserRecord) MarshalJSON() ([]byte, error) + type NullableUserRecordRep struct + func NewNullableUserRecordRep(val *UserRecordRep) *NullableUserRecordRep + func (v *NullableUserRecordRep) Set(val *UserRecordRep) + func (v *NullableUserRecordRep) UnmarshalJSON(src []byte) error + func (v *NullableUserRecordRep) Unset() + func (v NullableUserRecordRep) Get() *UserRecordRep + func (v NullableUserRecordRep) IsSet() bool + func (v NullableUserRecordRep) MarshalJSON() ([]byte, error) + type NullableUserSegment struct + func NewNullableUserSegment(val *UserSegment) *NullableUserSegment + func (v *NullableUserSegment) Set(val *UserSegment) + func (v *NullableUserSegment) UnmarshalJSON(src []byte) error + func (v *NullableUserSegment) Unset() + func (v NullableUserSegment) Get() *UserSegment + func (v NullableUserSegment) IsSet() bool + func (v NullableUserSegment) MarshalJSON() ([]byte, error) + type NullableUserSegmentRule struct + func NewNullableUserSegmentRule(val *UserSegmentRule) *NullableUserSegmentRule + func (v *NullableUserSegmentRule) Set(val *UserSegmentRule) + func (v *NullableUserSegmentRule) UnmarshalJSON(src []byte) error + func (v *NullableUserSegmentRule) Unset() + func (v NullableUserSegmentRule) Get() *UserSegmentRule + func (v NullableUserSegmentRule) IsSet() bool + func (v NullableUserSegmentRule) MarshalJSON() ([]byte, error) + type NullableUserSegments struct + func NewNullableUserSegments(val *UserSegments) *NullableUserSegments + func (v *NullableUserSegments) Set(val *UserSegments) + func (v *NullableUserSegments) UnmarshalJSON(src []byte) error + func (v *NullableUserSegments) Unset() + func (v NullableUserSegments) Get() *UserSegments + func (v NullableUserSegments) IsSet() bool + func (v NullableUserSegments) MarshalJSON() ([]byte, error) + type NullableUsers struct + func NewNullableUsers(val *Users) *NullableUsers + func (v *NullableUsers) Set(val *Users) + func (v *NullableUsers) UnmarshalJSON(src []byte) error + func (v *NullableUsers) Unset() + func (v NullableUsers) Get() *Users + func (v NullableUsers) IsSet() bool + func (v NullableUsers) MarshalJSON() ([]byte, error) + type NullableUsersRep struct + func NewNullableUsersRep(val *UsersRep) *NullableUsersRep + func (v *NullableUsersRep) Set(val *UsersRep) + func (v *NullableUsersRep) UnmarshalJSON(src []byte) error + func (v *NullableUsersRep) Unset() + func (v NullableUsersRep) Get() *UsersRep + func (v NullableUsersRep) IsSet() bool + func (v NullableUsersRep) MarshalJSON() ([]byte, error) + type NullableValuePut struct + func NewNullableValuePut(val *ValuePut) *NullableValuePut + func (v *NullableValuePut) Set(val *ValuePut) + func (v *NullableValuePut) UnmarshalJSON(src []byte) error + func (v *NullableValuePut) Unset() + func (v NullableValuePut) Get() *ValuePut + func (v NullableValuePut) IsSet() bool + func (v NullableValuePut) MarshalJSON() ([]byte, error) + type NullableVariate struct + func NewNullableVariate(val *Variate) *NullableVariate + func (v *NullableVariate) Set(val *Variate) + func (v *NullableVariate) UnmarshalJSON(src []byte) error + func (v *NullableVariate) Unset() + func (v NullableVariate) Get() *Variate + func (v NullableVariate) IsSet() bool + func (v NullableVariate) MarshalJSON() ([]byte, error) + type NullableVariation struct + func NewNullableVariation(val *Variation) *NullableVariation + func (v *NullableVariation) Set(val *Variation) + func (v *NullableVariation) UnmarshalJSON(src []byte) error + func (v *NullableVariation) Unset() + func (v NullableVariation) Get() *Variation + func (v NullableVariation) IsSet() bool + func (v NullableVariation) MarshalJSON() ([]byte, error) + type NullableVariationOrRolloutRep struct + func NewNullableVariationOrRolloutRep(val *VariationOrRolloutRep) *NullableVariationOrRolloutRep + func (v *NullableVariationOrRolloutRep) Set(val *VariationOrRolloutRep) + func (v *NullableVariationOrRolloutRep) UnmarshalJSON(src []byte) error + func (v *NullableVariationOrRolloutRep) Unset() + func (v NullableVariationOrRolloutRep) Get() *VariationOrRolloutRep + func (v NullableVariationOrRolloutRep) IsSet() bool + func (v NullableVariationOrRolloutRep) MarshalJSON() ([]byte, error) + type NullableVariationSummary struct + func NewNullableVariationSummary(val *VariationSummary) *NullableVariationSummary + func (v *NullableVariationSummary) Set(val *VariationSummary) + func (v *NullableVariationSummary) UnmarshalJSON(src []byte) error + func (v *NullableVariationSummary) Unset() + func (v NullableVariationSummary) Get() *VariationSummary + func (v NullableVariationSummary) IsSet() bool + func (v NullableVariationSummary) MarshalJSON() ([]byte, error) + type NullableVersionsRep struct + func NewNullableVersionsRep(val *VersionsRep) *NullableVersionsRep + func (v *NullableVersionsRep) Set(val *VersionsRep) + func (v *NullableVersionsRep) UnmarshalJSON(src []byte) error + func (v *NullableVersionsRep) Unset() + func (v NullableVersionsRep) Get() *VersionsRep + func (v NullableVersionsRep) IsSet() bool + func (v NullableVersionsRep) MarshalJSON() ([]byte, error) + type NullableWebhook struct + func NewNullableWebhook(val *Webhook) *NullableWebhook + func (v *NullableWebhook) Set(val *Webhook) + func (v *NullableWebhook) UnmarshalJSON(src []byte) error + func (v *NullableWebhook) Unset() + func (v NullableWebhook) Get() *Webhook + func (v NullableWebhook) IsSet() bool + func (v NullableWebhook) MarshalJSON() ([]byte, error) + type NullableWebhookPost struct + func NewNullableWebhookPost(val *WebhookPost) *NullableWebhookPost + func (v *NullableWebhookPost) Set(val *WebhookPost) + func (v *NullableWebhookPost) UnmarshalJSON(src []byte) error + func (v *NullableWebhookPost) Unset() + func (v NullableWebhookPost) Get() *WebhookPost + func (v NullableWebhookPost) IsSet() bool + func (v NullableWebhookPost) MarshalJSON() ([]byte, error) + type NullableWebhooks struct + func NewNullableWebhooks(val *Webhooks) *NullableWebhooks + func (v *NullableWebhooks) Set(val *Webhooks) + func (v *NullableWebhooks) UnmarshalJSON(src []byte) error + func (v *NullableWebhooks) Unset() + func (v NullableWebhooks) Get() *Webhooks + func (v NullableWebhooks) IsSet() bool + func (v NullableWebhooks) MarshalJSON() ([]byte, error) + type NullableWeightedVariation struct + func NewNullableWeightedVariation(val *WeightedVariation) *NullableWeightedVariation + func (v *NullableWeightedVariation) Set(val *WeightedVariation) + func (v *NullableWeightedVariation) UnmarshalJSON(src []byte) error + func (v *NullableWeightedVariation) Unset() + func (v NullableWeightedVariation) Get() *WeightedVariation + func (v NullableWeightedVariation) IsSet() bool + func (v NullableWeightedVariation) MarshalJSON() ([]byte, error) + type NullableWorkflowTemplateMetadata struct + func NewNullableWorkflowTemplateMetadata(val *WorkflowTemplateMetadata) *NullableWorkflowTemplateMetadata + func (v *NullableWorkflowTemplateMetadata) Set(val *WorkflowTemplateMetadata) + func (v *NullableWorkflowTemplateMetadata) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowTemplateMetadata) Unset() + func (v NullableWorkflowTemplateMetadata) Get() *WorkflowTemplateMetadata + func (v NullableWorkflowTemplateMetadata) IsSet() bool + func (v NullableWorkflowTemplateMetadata) MarshalJSON() ([]byte, error) + type NullableWorkflowTemplateOutput struct + func NewNullableWorkflowTemplateOutput(val *WorkflowTemplateOutput) *NullableWorkflowTemplateOutput + func (v *NullableWorkflowTemplateOutput) Set(val *WorkflowTemplateOutput) + func (v *NullableWorkflowTemplateOutput) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowTemplateOutput) Unset() + func (v NullableWorkflowTemplateOutput) Get() *WorkflowTemplateOutput + func (v NullableWorkflowTemplateOutput) IsSet() bool + func (v NullableWorkflowTemplateOutput) MarshalJSON() ([]byte, error) + type NullableWorkflowTemplateParameter struct + func NewNullableWorkflowTemplateParameter(val *WorkflowTemplateParameter) *NullableWorkflowTemplateParameter + func (v *NullableWorkflowTemplateParameter) Set(val *WorkflowTemplateParameter) + func (v *NullableWorkflowTemplateParameter) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowTemplateParameter) Unset() + func (v NullableWorkflowTemplateParameter) Get() *WorkflowTemplateParameter + func (v NullableWorkflowTemplateParameter) IsSet() bool + func (v NullableWorkflowTemplateParameter) MarshalJSON() ([]byte, error) + type NullableWorkflowTemplateParameterInput struct + func NewNullableWorkflowTemplateParameterInput(val *WorkflowTemplateParameterInput) *NullableWorkflowTemplateParameterInput + func (v *NullableWorkflowTemplateParameterInput) Set(val *WorkflowTemplateParameterInput) + func (v *NullableWorkflowTemplateParameterInput) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowTemplateParameterInput) Unset() + func (v NullableWorkflowTemplateParameterInput) Get() *WorkflowTemplateParameterInput + func (v NullableWorkflowTemplateParameterInput) IsSet() bool + func (v NullableWorkflowTemplateParameterInput) MarshalJSON() ([]byte, error) + type NullableWorkflowTemplatesListingOutputRep struct + func NewNullableWorkflowTemplatesListingOutputRep(val *WorkflowTemplatesListingOutputRep) *NullableWorkflowTemplatesListingOutputRep + func (v *NullableWorkflowTemplatesListingOutputRep) Set(val *WorkflowTemplatesListingOutputRep) + func (v *NullableWorkflowTemplatesListingOutputRep) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowTemplatesListingOutputRep) Unset() + func (v NullableWorkflowTemplatesListingOutputRep) Get() *WorkflowTemplatesListingOutputRep + func (v NullableWorkflowTemplatesListingOutputRep) IsSet() bool + func (v NullableWorkflowTemplatesListingOutputRep) MarshalJSON() ([]byte, error) + type OAuth2ClientsApiService service + func (a *OAuth2ClientsApiService) CreateOAuth2Client(ctx context.Context) ApiCreateOAuth2ClientRequest + func (a *OAuth2ClientsApiService) CreateOAuth2ClientExecute(r ApiCreateOAuth2ClientRequest) (*Client, *http.Response, error) + func (a *OAuth2ClientsApiService) DeleteOAuthClient(ctx context.Context, clientId string) ApiDeleteOAuthClientRequest + func (a *OAuth2ClientsApiService) DeleteOAuthClientExecute(r ApiDeleteOAuthClientRequest) (*http.Response, error) + func (a *OAuth2ClientsApiService) GetOAuthClientById(ctx context.Context, clientId string) ApiGetOAuthClientByIdRequest + func (a *OAuth2ClientsApiService) GetOAuthClientByIdExecute(r ApiGetOAuthClientByIdRequest) (*Client, *http.Response, error) + func (a *OAuth2ClientsApiService) GetOAuthClients(ctx context.Context) ApiGetOAuthClientsRequest + func (a *OAuth2ClientsApiService) GetOAuthClientsExecute(r ApiGetOAuthClientsRequest) (*ClientCollection, *http.Response, error) + func (a *OAuth2ClientsApiService) PatchOAuthClient(ctx context.Context, clientId string) ApiPatchOAuthClientRequest + func (a *OAuth2ClientsApiService) PatchOAuthClientExecute(r ApiPatchOAuthClientRequest) (*Client, *http.Response, error) + type OauthClientPost struct + Description *string + Name *string + RedirectUri *string + func NewOauthClientPost() *OauthClientPost + func NewOauthClientPostWithDefaults() *OauthClientPost + func (o *OauthClientPost) GetDescription() string + func (o *OauthClientPost) GetDescriptionOk() (*string, bool) + func (o *OauthClientPost) GetName() string + func (o *OauthClientPost) GetNameOk() (*string, bool) + func (o *OauthClientPost) GetRedirectUri() string + func (o *OauthClientPost) GetRedirectUriOk() (*string, bool) + func (o *OauthClientPost) HasDescription() bool + func (o *OauthClientPost) HasName() bool + func (o *OauthClientPost) HasRedirectUri() bool + func (o *OauthClientPost) SetDescription(v string) + func (o *OauthClientPost) SetName(v string) + func (o *OauthClientPost) SetRedirectUri(v string) + func (o OauthClientPost) MarshalJSON() ([]byte, error) + type OtherApiService service + func (a *OtherApiService) GetIps(ctx context.Context) ApiGetIpsRequest + func (a *OtherApiService) GetIpsExecute(r ApiGetIpsRequest) (*IpList, *http.Response, error) + func (a *OtherApiService) GetOpenapiSpec(ctx context.Context) ApiGetOpenapiSpecRequest + func (a *OtherApiService) GetOpenapiSpecExecute(r ApiGetOpenapiSpecRequest) (*http.Response, error) + func (a *OtherApiService) GetRoot(ctx context.Context) ApiGetRootRequest + func (a *OtherApiService) GetRootExecute(r ApiGetRootRequest) (*RootResponse, *http.Response, error) + func (a *OtherApiService) GetVersions(ctx context.Context) ApiGetVersionsRequest + func (a *OtherApiService) GetVersionsExecute(r ApiGetVersionsRequest) (*VersionsRep, *http.Response, error) + type ParameterDefault struct + BooleanVariationValue *bool + RuleClause *RuleClause + Value interface{} + func NewParameterDefault() *ParameterDefault + func NewParameterDefaultWithDefaults() *ParameterDefault + func (o *ParameterDefault) GetBooleanVariationValue() bool + func (o *ParameterDefault) GetBooleanVariationValueOk() (*bool, bool) + func (o *ParameterDefault) GetRuleClause() RuleClause + func (o *ParameterDefault) GetRuleClauseOk() (*RuleClause, bool) + func (o *ParameterDefault) GetValue() interface{} + func (o *ParameterDefault) GetValueOk() (*interface{}, bool) + func (o *ParameterDefault) HasBooleanVariationValue() bool + func (o *ParameterDefault) HasRuleClause() bool + func (o *ParameterDefault) HasValue() bool + func (o *ParameterDefault) SetBooleanVariationValue(v bool) + func (o *ParameterDefault) SetRuleClause(v RuleClause) + func (o *ParameterDefault) SetValue(v interface{}) + func (o ParameterDefault) MarshalJSON() ([]byte, error) + type ParameterDefaultInput struct + BooleanVariationValue *bool + Value interface{} + func NewParameterDefaultInput() *ParameterDefaultInput + func NewParameterDefaultInputWithDefaults() *ParameterDefaultInput + func (o *ParameterDefaultInput) GetBooleanVariationValue() bool + func (o *ParameterDefaultInput) GetBooleanVariationValueOk() (*bool, bool) + func (o *ParameterDefaultInput) GetValue() interface{} + func (o *ParameterDefaultInput) GetValueOk() (*interface{}, bool) + func (o *ParameterDefaultInput) HasBooleanVariationValue() bool + func (o *ParameterDefaultInput) HasValue() bool + func (o *ParameterDefaultInput) SetBooleanVariationValue(v bool) + func (o *ParameterDefaultInput) SetValue(v interface{}) + func (o ParameterDefaultInput) MarshalJSON() ([]byte, error) + type ParameterRep struct + FlagKey *string + VariationId *string + func NewParameterRep() *ParameterRep + func NewParameterRepWithDefaults() *ParameterRep + func (o *ParameterRep) GetFlagKey() string + func (o *ParameterRep) GetFlagKeyOk() (*string, bool) + func (o *ParameterRep) GetVariationId() string + func (o *ParameterRep) GetVariationIdOk() (*string, bool) + func (o *ParameterRep) HasFlagKey() bool + func (o *ParameterRep) HasVariationId() bool + func (o *ParameterRep) SetFlagKey(v string) + func (o *ParameterRep) SetVariationId(v string) + func (o ParameterRep) MarshalJSON() ([]byte, error) + type ParentResourceRep struct + Links *map[string]Link + Name *string + Resource *string + func NewParentResourceRep() *ParentResourceRep + func NewParentResourceRepWithDefaults() *ParentResourceRep + func (o *ParentResourceRep) GetLinks() map[string]Link + func (o *ParentResourceRep) GetLinksOk() (*map[string]Link, bool) + func (o *ParentResourceRep) GetName() string + func (o *ParentResourceRep) GetNameOk() (*string, bool) + func (o *ParentResourceRep) GetResource() string + func (o *ParentResourceRep) GetResourceOk() (*string, bool) + func (o *ParentResourceRep) HasLinks() bool + func (o *ParentResourceRep) HasName() bool + func (o *ParentResourceRep) HasResource() bool + func (o *ParentResourceRep) SetLinks(v map[string]Link) + func (o *ParentResourceRep) SetName(v string) + func (o *ParentResourceRep) SetResource(v string) + func (o ParentResourceRep) MarshalJSON() ([]byte, error) + type PatchFailedErrorRep struct + Code string + Message string + func NewPatchFailedErrorRep(code string, message string) *PatchFailedErrorRep + func NewPatchFailedErrorRepWithDefaults() *PatchFailedErrorRep + func (o *PatchFailedErrorRep) GetCode() string + func (o *PatchFailedErrorRep) GetCodeOk() (*string, bool) + func (o *PatchFailedErrorRep) GetMessage() string + func (o *PatchFailedErrorRep) GetMessageOk() (*string, bool) + func (o *PatchFailedErrorRep) SetCode(v string) + func (o *PatchFailedErrorRep) SetMessage(v string) + func (o PatchFailedErrorRep) MarshalJSON() ([]byte, error) + type PatchFlagsRequest struct + Comment *string + Instructions []map[string]interface{} + func NewPatchFlagsRequest(instructions []map[string]interface{}) *PatchFlagsRequest + func NewPatchFlagsRequestWithDefaults() *PatchFlagsRequest + func (o *PatchFlagsRequest) GetComment() string + func (o *PatchFlagsRequest) GetCommentOk() (*string, bool) + func (o *PatchFlagsRequest) GetInstructions() []map[string]interface{} + func (o *PatchFlagsRequest) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *PatchFlagsRequest) HasComment() bool + func (o *PatchFlagsRequest) SetComment(v string) + func (o *PatchFlagsRequest) SetInstructions(v []map[string]interface{}) + func (o PatchFlagsRequest) MarshalJSON() ([]byte, error) + type PatchOperation struct + Op string + Path string + Value interface{} + func NewPatchOperation(op string, path string, value interface{}) *PatchOperation + func NewPatchOperationWithDefaults() *PatchOperation + func (o *PatchOperation) GetOp() string + func (o *PatchOperation) GetOpOk() (*string, bool) + func (o *PatchOperation) GetPath() string + func (o *PatchOperation) GetPathOk() (*string, bool) + func (o *PatchOperation) GetValue() interface{} + func (o *PatchOperation) GetValueOk() (*interface{}, bool) + func (o *PatchOperation) SetOp(v string) + func (o *PatchOperation) SetPath(v string) + func (o *PatchOperation) SetValue(v interface{}) + func (o PatchOperation) MarshalJSON() ([]byte, error) + type PatchSegmentExpiringTargetInputRep struct + Comment *string + Instructions []PatchSegmentExpiringTargetInstruction + func NewPatchSegmentExpiringTargetInputRep(instructions []PatchSegmentExpiringTargetInstruction) *PatchSegmentExpiringTargetInputRep + func NewPatchSegmentExpiringTargetInputRepWithDefaults() *PatchSegmentExpiringTargetInputRep + func (o *PatchSegmentExpiringTargetInputRep) GetComment() string + func (o *PatchSegmentExpiringTargetInputRep) GetCommentOk() (*string, bool) + func (o *PatchSegmentExpiringTargetInputRep) GetInstructions() []PatchSegmentExpiringTargetInstruction + func (o *PatchSegmentExpiringTargetInputRep) GetInstructionsOk() ([]PatchSegmentExpiringTargetInstruction, bool) + func (o *PatchSegmentExpiringTargetInputRep) HasComment() bool + func (o *PatchSegmentExpiringTargetInputRep) SetComment(v string) + func (o *PatchSegmentExpiringTargetInputRep) SetInstructions(v []PatchSegmentExpiringTargetInstruction) + func (o PatchSegmentExpiringTargetInputRep) MarshalJSON() ([]byte, error) + type PatchSegmentExpiringTargetInstruction struct + ContextKey string + ContextKind string + Kind string + TargetType string + Value *int32 + Version *int32 + func NewPatchSegmentExpiringTargetInstruction(kind string, contextKey string, contextKind string, targetType string) *PatchSegmentExpiringTargetInstruction + func NewPatchSegmentExpiringTargetInstructionWithDefaults() *PatchSegmentExpiringTargetInstruction + func (o *PatchSegmentExpiringTargetInstruction) GetContextKey() string + func (o *PatchSegmentExpiringTargetInstruction) GetContextKeyOk() (*string, bool) + func (o *PatchSegmentExpiringTargetInstruction) GetContextKind() string + func (o *PatchSegmentExpiringTargetInstruction) GetContextKindOk() (*string, bool) + func (o *PatchSegmentExpiringTargetInstruction) GetKind() string + func (o *PatchSegmentExpiringTargetInstruction) GetKindOk() (*string, bool) + func (o *PatchSegmentExpiringTargetInstruction) GetTargetType() string + func (o *PatchSegmentExpiringTargetInstruction) GetTargetTypeOk() (*string, bool) + func (o *PatchSegmentExpiringTargetInstruction) GetValue() int32 + func (o *PatchSegmentExpiringTargetInstruction) GetValueOk() (*int32, bool) + func (o *PatchSegmentExpiringTargetInstruction) GetVersion() int32 + func (o *PatchSegmentExpiringTargetInstruction) GetVersionOk() (*int32, bool) + func (o *PatchSegmentExpiringTargetInstruction) HasValue() bool + func (o *PatchSegmentExpiringTargetInstruction) HasVersion() bool + func (o *PatchSegmentExpiringTargetInstruction) SetContextKey(v string) + func (o *PatchSegmentExpiringTargetInstruction) SetContextKind(v string) + func (o *PatchSegmentExpiringTargetInstruction) SetKind(v string) + func (o *PatchSegmentExpiringTargetInstruction) SetTargetType(v string) + func (o *PatchSegmentExpiringTargetInstruction) SetValue(v int32) + func (o *PatchSegmentExpiringTargetInstruction) SetVersion(v int32) + func (o PatchSegmentExpiringTargetInstruction) MarshalJSON() ([]byte, error) + type PatchSegmentInstruction struct + Kind string + TargetType string + UserKey string + Value *int32 + Version *int32 + func NewPatchSegmentInstruction(kind string, userKey string, targetType string) *PatchSegmentInstruction + func NewPatchSegmentInstructionWithDefaults() *PatchSegmentInstruction + func (o *PatchSegmentInstruction) GetKind() string + func (o *PatchSegmentInstruction) GetKindOk() (*string, bool) + func (o *PatchSegmentInstruction) GetTargetType() string + func (o *PatchSegmentInstruction) GetTargetTypeOk() (*string, bool) + func (o *PatchSegmentInstruction) GetUserKey() string + func (o *PatchSegmentInstruction) GetUserKeyOk() (*string, bool) + func (o *PatchSegmentInstruction) GetValue() int32 + func (o *PatchSegmentInstruction) GetValueOk() (*int32, bool) + func (o *PatchSegmentInstruction) GetVersion() int32 + func (o *PatchSegmentInstruction) GetVersionOk() (*int32, bool) + func (o *PatchSegmentInstruction) HasValue() bool + func (o *PatchSegmentInstruction) HasVersion() bool + func (o *PatchSegmentInstruction) SetKind(v string) + func (o *PatchSegmentInstruction) SetTargetType(v string) + func (o *PatchSegmentInstruction) SetUserKey(v string) + func (o *PatchSegmentInstruction) SetValue(v int32) + func (o *PatchSegmentInstruction) SetVersion(v int32) + func (o PatchSegmentInstruction) MarshalJSON() ([]byte, error) + type PatchSegmentRequest struct + Comment *string + Instructions []PatchSegmentInstruction + func NewPatchSegmentRequest(instructions []PatchSegmentInstruction) *PatchSegmentRequest + func NewPatchSegmentRequestWithDefaults() *PatchSegmentRequest + func (o *PatchSegmentRequest) GetComment() string + func (o *PatchSegmentRequest) GetCommentOk() (*string, bool) + func (o *PatchSegmentRequest) GetInstructions() []PatchSegmentInstruction + func (o *PatchSegmentRequest) GetInstructionsOk() ([]PatchSegmentInstruction, bool) + func (o *PatchSegmentRequest) HasComment() bool + func (o *PatchSegmentRequest) SetComment(v string) + func (o *PatchSegmentRequest) SetInstructions(v []PatchSegmentInstruction) + func (o PatchSegmentRequest) MarshalJSON() ([]byte, error) + type PatchUsersRequest struct + Comment *string + Instructions []InstructionUserRequest + func NewPatchUsersRequest(instructions []InstructionUserRequest) *PatchUsersRequest + func NewPatchUsersRequestWithDefaults() *PatchUsersRequest + func (o *PatchUsersRequest) GetComment() string + func (o *PatchUsersRequest) GetCommentOk() (*string, bool) + func (o *PatchUsersRequest) GetInstructions() []InstructionUserRequest + func (o *PatchUsersRequest) GetInstructionsOk() ([]InstructionUserRequest, bool) + func (o *PatchUsersRequest) HasComment() bool + func (o *PatchUsersRequest) SetComment(v string) + func (o *PatchUsersRequest) SetInstructions(v []InstructionUserRequest) + func (o PatchUsersRequest) MarshalJSON() ([]byte, error) + type PatchWithComment struct + Comment *string + Patch []PatchOperation + func NewPatchWithComment(patch []PatchOperation) *PatchWithComment + func NewPatchWithCommentWithDefaults() *PatchWithComment + func (o *PatchWithComment) GetComment() string + func (o *PatchWithComment) GetCommentOk() (*string, bool) + func (o *PatchWithComment) GetPatch() []PatchOperation + func (o *PatchWithComment) GetPatchOk() ([]PatchOperation, bool) + func (o *PatchWithComment) HasComment() bool + func (o *PatchWithComment) SetComment(v string) + func (o *PatchWithComment) SetPatch(v []PatchOperation) + func (o PatchWithComment) MarshalJSON() ([]byte, error) + type PermissionGrantInput struct + ActionSet *string + Actions []string + MemberIDs []string + func NewPermissionGrantInput() *PermissionGrantInput + func NewPermissionGrantInputWithDefaults() *PermissionGrantInput + func (o *PermissionGrantInput) GetActionSet() string + func (o *PermissionGrantInput) GetActionSetOk() (*string, bool) + func (o *PermissionGrantInput) GetActions() []string + func (o *PermissionGrantInput) GetActionsOk() ([]string, bool) + func (o *PermissionGrantInput) GetMemberIDs() []string + func (o *PermissionGrantInput) GetMemberIDsOk() ([]string, bool) + func (o *PermissionGrantInput) HasActionSet() bool + func (o *PermissionGrantInput) HasActions() bool + func (o *PermissionGrantInput) HasMemberIDs() bool + func (o *PermissionGrantInput) SetActionSet(v string) + func (o *PermissionGrantInput) SetActions(v []string) + func (o *PermissionGrantInput) SetMemberIDs(v []string) + func (o PermissionGrantInput) MarshalJSON() ([]byte, error) + type Phase struct + Audiences []Audience + Id string + Name string + func NewPhase(id string, audiences []Audience, name string) *Phase + func NewPhaseWithDefaults() *Phase + func (o *Phase) GetAudiences() []Audience + func (o *Phase) GetAudiencesOk() ([]Audience, bool) + func (o *Phase) GetId() string + func (o *Phase) GetIdOk() (*string, bool) + func (o *Phase) GetName() string + func (o *Phase) GetNameOk() (*string, bool) + func (o *Phase) SetAudiences(v []Audience) + func (o *Phase) SetId(v string) + func (o *Phase) SetName(v string) + func (o Phase) MarshalJSON() ([]byte, error) + type PostApprovalRequestApplyRequest struct + Comment *string + func NewPostApprovalRequestApplyRequest() *PostApprovalRequestApplyRequest + func NewPostApprovalRequestApplyRequestWithDefaults() *PostApprovalRequestApplyRequest + func (o *PostApprovalRequestApplyRequest) GetComment() string + func (o *PostApprovalRequestApplyRequest) GetCommentOk() (*string, bool) + func (o *PostApprovalRequestApplyRequest) HasComment() bool + func (o *PostApprovalRequestApplyRequest) SetComment(v string) + func (o PostApprovalRequestApplyRequest) MarshalJSON() ([]byte, error) + type PostApprovalRequestReviewRequest struct + Comment *string + Kind *string + func NewPostApprovalRequestReviewRequest() *PostApprovalRequestReviewRequest + func NewPostApprovalRequestReviewRequestWithDefaults() *PostApprovalRequestReviewRequest + func (o *PostApprovalRequestReviewRequest) GetComment() string + func (o *PostApprovalRequestReviewRequest) GetCommentOk() (*string, bool) + func (o *PostApprovalRequestReviewRequest) GetKind() string + func (o *PostApprovalRequestReviewRequest) GetKindOk() (*string, bool) + func (o *PostApprovalRequestReviewRequest) HasComment() bool + func (o *PostApprovalRequestReviewRequest) HasKind() bool + func (o *PostApprovalRequestReviewRequest) SetComment(v string) + func (o *PostApprovalRequestReviewRequest) SetKind(v string) + func (o PostApprovalRequestReviewRequest) MarshalJSON() ([]byte, error) + type PostFlagScheduledChangesInput struct + Comment *string + ExecutionDate int64 + Instructions []map[string]interface{} + func NewPostFlagScheduledChangesInput(executionDate int64, instructions []map[string]interface{}) *PostFlagScheduledChangesInput + func NewPostFlagScheduledChangesInputWithDefaults() *PostFlagScheduledChangesInput + func (o *PostFlagScheduledChangesInput) GetComment() string + func (o *PostFlagScheduledChangesInput) GetCommentOk() (*string, bool) + func (o *PostFlagScheduledChangesInput) GetExecutionDate() int64 + func (o *PostFlagScheduledChangesInput) GetExecutionDateOk() (*int64, bool) + func (o *PostFlagScheduledChangesInput) GetInstructions() []map[string]interface{} + func (o *PostFlagScheduledChangesInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *PostFlagScheduledChangesInput) HasComment() bool + func (o *PostFlagScheduledChangesInput) SetComment(v string) + func (o *PostFlagScheduledChangesInput) SetExecutionDate(v int64) + func (o *PostFlagScheduledChangesInput) SetInstructions(v []map[string]interface{}) + func (o PostFlagScheduledChangesInput) MarshalJSON() ([]byte, error) + type Prerequisite struct + Key string + Variation int32 + func NewPrerequisite(key string, variation int32) *Prerequisite + func NewPrerequisiteWithDefaults() *Prerequisite + func (o *Prerequisite) GetKey() string + func (o *Prerequisite) GetKeyOk() (*string, bool) + func (o *Prerequisite) GetVariation() int32 + func (o *Prerequisite) GetVariationOk() (*int32, bool) + func (o *Prerequisite) SetKey(v string) + func (o *Prerequisite) SetVariation(v int32) + func (o Prerequisite) MarshalJSON() ([]byte, error) + type Project struct + DefaultClientSideAvailability *ClientSideAvailability + Environments *Environments + Id string + IncludeInSnippetByDefault bool + Key string + Links map[string]Link + Name string + Tags []string + func NewProject(links map[string]Link, id string, key string, includeInSnippetByDefault bool, ...) *Project + func NewProjectWithDefaults() *Project + func (o *Project) GetDefaultClientSideAvailability() ClientSideAvailability + func (o *Project) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *Project) GetEnvironments() Environments + func (o *Project) GetEnvironmentsOk() (*Environments, bool) + func (o *Project) GetId() string + func (o *Project) GetIdOk() (*string, bool) + func (o *Project) GetIncludeInSnippetByDefault() bool + func (o *Project) GetIncludeInSnippetByDefaultOk() (*bool, bool) + func (o *Project) GetKey() string + func (o *Project) GetKeyOk() (*string, bool) + func (o *Project) GetLinks() map[string]Link + func (o *Project) GetLinksOk() (*map[string]Link, bool) + func (o *Project) GetName() string + func (o *Project) GetNameOk() (*string, bool) + func (o *Project) GetTags() []string + func (o *Project) GetTagsOk() ([]string, bool) + func (o *Project) HasDefaultClientSideAvailability() bool + func (o *Project) HasEnvironments() bool + func (o *Project) SetDefaultClientSideAvailability(v ClientSideAvailability) + func (o *Project) SetEnvironments(v Environments) + func (o *Project) SetId(v string) + func (o *Project) SetIncludeInSnippetByDefault(v bool) + func (o *Project) SetKey(v string) + func (o *Project) SetLinks(v map[string]Link) + func (o *Project) SetName(v string) + func (o *Project) SetTags(v []string) + func (o Project) MarshalJSON() ([]byte, error) + type ProjectListingRep struct + DefaultClientSideAvailability *ClientSideAvailability + Id string + IncludeInSnippetByDefault bool + Key string + Links map[string]Link + Name string + Tags []string + func NewProjectListingRep(links map[string]Link, id string, key string, includeInSnippetByDefault bool, ...) *ProjectListingRep + func NewProjectListingRepWithDefaults() *ProjectListingRep + func (o *ProjectListingRep) GetDefaultClientSideAvailability() ClientSideAvailability + func (o *ProjectListingRep) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *ProjectListingRep) GetId() string + func (o *ProjectListingRep) GetIdOk() (*string, bool) + func (o *ProjectListingRep) GetIncludeInSnippetByDefault() bool + func (o *ProjectListingRep) GetIncludeInSnippetByDefaultOk() (*bool, bool) + func (o *ProjectListingRep) GetKey() string + func (o *ProjectListingRep) GetKeyOk() (*string, bool) + func (o *ProjectListingRep) GetLinks() map[string]Link + func (o *ProjectListingRep) GetLinksOk() (*map[string]Link, bool) + func (o *ProjectListingRep) GetName() string + func (o *ProjectListingRep) GetNameOk() (*string, bool) + func (o *ProjectListingRep) GetTags() []string + func (o *ProjectListingRep) GetTagsOk() ([]string, bool) + func (o *ProjectListingRep) HasDefaultClientSideAvailability() bool + func (o *ProjectListingRep) SetDefaultClientSideAvailability(v ClientSideAvailability) + func (o *ProjectListingRep) SetId(v string) + func (o *ProjectListingRep) SetIncludeInSnippetByDefault(v bool) + func (o *ProjectListingRep) SetKey(v string) + func (o *ProjectListingRep) SetLinks(v map[string]Link) + func (o *ProjectListingRep) SetName(v string) + func (o *ProjectListingRep) SetTags(v []string) + func (o ProjectListingRep) MarshalJSON() ([]byte, error) + type ProjectPost struct + DefaultClientSideAvailability *DefaultClientSideAvailabilityPost + Environments []EnvironmentPost + IncludeInSnippetByDefault *bool + Key string + Name string + Tags []string + func NewProjectPost(name string, key string) *ProjectPost + func NewProjectPostWithDefaults() *ProjectPost + func (o *ProjectPost) GetDefaultClientSideAvailability() DefaultClientSideAvailabilityPost + func (o *ProjectPost) GetDefaultClientSideAvailabilityOk() (*DefaultClientSideAvailabilityPost, bool) + func (o *ProjectPost) GetEnvironments() []EnvironmentPost + func (o *ProjectPost) GetEnvironmentsOk() ([]EnvironmentPost, bool) + func (o *ProjectPost) GetIncludeInSnippetByDefault() bool + func (o *ProjectPost) GetIncludeInSnippetByDefaultOk() (*bool, bool) + func (o *ProjectPost) GetKey() string + func (o *ProjectPost) GetKeyOk() (*string, bool) + func (o *ProjectPost) GetName() string + func (o *ProjectPost) GetNameOk() (*string, bool) + func (o *ProjectPost) GetTags() []string + func (o *ProjectPost) GetTagsOk() ([]string, bool) + func (o *ProjectPost) HasDefaultClientSideAvailability() bool + func (o *ProjectPost) HasEnvironments() bool + func (o *ProjectPost) HasIncludeInSnippetByDefault() bool + func (o *ProjectPost) HasTags() bool + func (o *ProjectPost) SetDefaultClientSideAvailability(v DefaultClientSideAvailabilityPost) + func (o *ProjectPost) SetEnvironments(v []EnvironmentPost) + func (o *ProjectPost) SetIncludeInSnippetByDefault(v bool) + func (o *ProjectPost) SetKey(v string) + func (o *ProjectPost) SetName(v string) + func (o *ProjectPost) SetTags(v []string) + func (o ProjectPost) MarshalJSON() ([]byte, error) + type ProjectRep struct + DefaultClientSideAvailability *ClientSideAvailability + Environments []Environment + Id string + IncludeInSnippetByDefault bool + Key string + Links map[string]Link + Name string + Tags []string + func NewProjectRep(links map[string]Link, id string, key string, includeInSnippetByDefault bool, ...) *ProjectRep + func NewProjectRepWithDefaults() *ProjectRep + func (o *ProjectRep) GetDefaultClientSideAvailability() ClientSideAvailability + func (o *ProjectRep) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool) + func (o *ProjectRep) GetEnvironments() []Environment + func (o *ProjectRep) GetEnvironmentsOk() ([]Environment, bool) + func (o *ProjectRep) GetId() string + func (o *ProjectRep) GetIdOk() (*string, bool) + func (o *ProjectRep) GetIncludeInSnippetByDefault() bool + func (o *ProjectRep) GetIncludeInSnippetByDefaultOk() (*bool, bool) + func (o *ProjectRep) GetKey() string + func (o *ProjectRep) GetKeyOk() (*string, bool) + func (o *ProjectRep) GetLinks() map[string]Link + func (o *ProjectRep) GetLinksOk() (*map[string]Link, bool) + func (o *ProjectRep) GetName() string + func (o *ProjectRep) GetNameOk() (*string, bool) + func (o *ProjectRep) GetTags() []string + func (o *ProjectRep) GetTagsOk() ([]string, bool) + func (o *ProjectRep) HasDefaultClientSideAvailability() bool + func (o *ProjectRep) SetDefaultClientSideAvailability(v ClientSideAvailability) + func (o *ProjectRep) SetEnvironments(v []Environment) + func (o *ProjectRep) SetId(v string) + func (o *ProjectRep) SetIncludeInSnippetByDefault(v bool) + func (o *ProjectRep) SetKey(v string) + func (o *ProjectRep) SetLinks(v map[string]Link) + func (o *ProjectRep) SetName(v string) + func (o *ProjectRep) SetTags(v []string) + func (o ProjectRep) MarshalJSON() ([]byte, error) + type ProjectSummary struct + Id string + Key string + Links map[string]Link + Name string + func NewProjectSummary(id string, links map[string]Link, key string, name string) *ProjectSummary + func NewProjectSummaryWithDefaults() *ProjectSummary + func (o *ProjectSummary) GetId() string + func (o *ProjectSummary) GetIdOk() (*string, bool) + func (o *ProjectSummary) GetKey() string + func (o *ProjectSummary) GetKeyOk() (*string, bool) + func (o *ProjectSummary) GetLinks() map[string]Link + func (o *ProjectSummary) GetLinksOk() (*map[string]Link, bool) + func (o *ProjectSummary) GetName() string + func (o *ProjectSummary) GetNameOk() (*string, bool) + func (o *ProjectSummary) SetId(v string) + func (o *ProjectSummary) SetKey(v string) + func (o *ProjectSummary) SetLinks(v map[string]Link) + func (o *ProjectSummary) SetName(v string) + func (o ProjectSummary) MarshalJSON() ([]byte, error) + type Projects struct + Items []Project + Links map[string]Link + TotalCount *int32 + func NewProjects(links map[string]Link, items []Project) *Projects + func NewProjectsWithDefaults() *Projects + func (o *Projects) GetItems() []Project + func (o *Projects) GetItemsOk() ([]Project, bool) + func (o *Projects) GetLinks() map[string]Link + func (o *Projects) GetLinksOk() (*map[string]Link, bool) + func (o *Projects) GetTotalCount() int32 + func (o *Projects) GetTotalCountOk() (*int32, bool) + func (o *Projects) HasTotalCount() bool + func (o *Projects) SetItems(v []Project) + func (o *Projects) SetLinks(v map[string]Link) + func (o *Projects) SetTotalCount(v int32) + func (o Projects) MarshalJSON() ([]byte, error) + type ProjectsApiService service + func (a *ProjectsApiService) DeleteProject(ctx context.Context, projectKey string) ApiDeleteProjectRequest + func (a *ProjectsApiService) DeleteProjectExecute(r ApiDeleteProjectRequest) (*http.Response, error) + func (a *ProjectsApiService) GetFlagDefaultsByProject(ctx context.Context, projectKey string) ApiGetFlagDefaultsByProjectRequest + func (a *ProjectsApiService) GetFlagDefaultsByProjectExecute(r ApiGetFlagDefaultsByProjectRequest) (*FlagDefaultsRep, *http.Response, error) + func (a *ProjectsApiService) GetProject(ctx context.Context, projectKey string) ApiGetProjectRequest + func (a *ProjectsApiService) GetProjectExecute(r ApiGetProjectRequest) (*Project, *http.Response, error) + func (a *ProjectsApiService) GetProjects(ctx context.Context) ApiGetProjectsRequest + func (a *ProjectsApiService) GetProjectsExecute(r ApiGetProjectsRequest) (*Projects, *http.Response, error) + func (a *ProjectsApiService) PatchFlagDefaultsByProject(ctx context.Context, projectKey string) ApiPatchFlagDefaultsByProjectRequest + func (a *ProjectsApiService) PatchFlagDefaultsByProjectExecute(r ApiPatchFlagDefaultsByProjectRequest) (*UpsertPayloadRep, *http.Response, error) + func (a *ProjectsApiService) PatchProject(ctx context.Context, projectKey string) ApiPatchProjectRequest + func (a *ProjectsApiService) PatchProjectExecute(r ApiPatchProjectRequest) (*ProjectRep, *http.Response, error) + func (a *ProjectsApiService) PostProject(ctx context.Context) ApiPostProjectRequest + func (a *ProjectsApiService) PostProjectExecute(r ApiPostProjectRequest) (*ProjectRep, *http.Response, error) + func (a *ProjectsApiService) PutFlagDefaultsByProject(ctx context.Context, projectKey string) ApiPutFlagDefaultsByProjectRequest + func (a *ProjectsApiService) PutFlagDefaultsByProjectExecute(r ApiPutFlagDefaultsByProjectRequest) (*UpsertPayloadRep, *http.Response, error) + type PubNubDetailRep struct + Channel *string + CipherKey *string + func NewPubNubDetailRep() *PubNubDetailRep + func NewPubNubDetailRepWithDefaults() *PubNubDetailRep + func (o *PubNubDetailRep) GetChannel() string + func (o *PubNubDetailRep) GetChannelOk() (*string, bool) + func (o *PubNubDetailRep) GetCipherKey() string + func (o *PubNubDetailRep) GetCipherKeyOk() (*string, bool) + func (o *PubNubDetailRep) HasChannel() bool + func (o *PubNubDetailRep) HasCipherKey() bool + func (o *PubNubDetailRep) SetChannel(v string) + func (o *PubNubDetailRep) SetCipherKey(v string) + func (o PubNubDetailRep) MarshalJSON() ([]byte, error) + type PutBranch struct + CommitTime *int64 + Head string + Name string + References []ReferenceRep + SyncTime int64 + UpdateSequenceId *int64 + func NewPutBranch(name string, head string, syncTime int64) *PutBranch + func NewPutBranchWithDefaults() *PutBranch + func (o *PutBranch) GetCommitTime() int64 + func (o *PutBranch) GetCommitTimeOk() (*int64, bool) + func (o *PutBranch) GetHead() string + func (o *PutBranch) GetHeadOk() (*string, bool) + func (o *PutBranch) GetName() string + func (o *PutBranch) GetNameOk() (*string, bool) + func (o *PutBranch) GetReferences() []ReferenceRep + func (o *PutBranch) GetReferencesOk() ([]ReferenceRep, bool) + func (o *PutBranch) GetSyncTime() int64 + func (o *PutBranch) GetSyncTimeOk() (*int64, bool) + func (o *PutBranch) GetUpdateSequenceId() int64 + func (o *PutBranch) GetUpdateSequenceIdOk() (*int64, bool) + func (o *PutBranch) HasCommitTime() bool + func (o *PutBranch) HasReferences() bool + func (o *PutBranch) HasUpdateSequenceId() bool + func (o *PutBranch) SetCommitTime(v int64) + func (o *PutBranch) SetHead(v string) + func (o *PutBranch) SetName(v string) + func (o *PutBranch) SetReferences(v []ReferenceRep) + func (o *PutBranch) SetSyncTime(v int64) + func (o *PutBranch) SetUpdateSequenceId(v int64) + func (o PutBranch) MarshalJSON() ([]byte, error) + type RandomizationUnitInput struct + Default bool + RandomizationUnit string + StandardRandomizationUnit string + func NewRandomizationUnitInput(randomizationUnit string, default_ bool, standardRandomizationUnit string) *RandomizationUnitInput + func NewRandomizationUnitInputWithDefaults() *RandomizationUnitInput + func (o *RandomizationUnitInput) GetDefault() bool + func (o *RandomizationUnitInput) GetDefaultOk() (*bool, bool) + func (o *RandomizationUnitInput) GetRandomizationUnit() string + func (o *RandomizationUnitInput) GetRandomizationUnitOk() (*string, bool) + func (o *RandomizationUnitInput) GetStandardRandomizationUnit() string + func (o *RandomizationUnitInput) GetStandardRandomizationUnitOk() (*string, bool) + func (o *RandomizationUnitInput) SetDefault(v bool) + func (o *RandomizationUnitInput) SetRandomizationUnit(v string) + func (o *RandomizationUnitInput) SetStandardRandomizationUnit(v string) + func (o RandomizationUnitInput) MarshalJSON() ([]byte, error) + type RandomizationUnitRep struct + Default *bool + DisplayName *string + Hidden *bool + RandomizationUnit *string + StandardRandomizationUnit *string + func NewRandomizationUnitRep() *RandomizationUnitRep + func NewRandomizationUnitRepWithDefaults() *RandomizationUnitRep + func (o *RandomizationUnitRep) GetDefault() bool + func (o *RandomizationUnitRep) GetDefaultOk() (*bool, bool) + func (o *RandomizationUnitRep) GetDisplayName() string + func (o *RandomizationUnitRep) GetDisplayNameOk() (*string, bool) + func (o *RandomizationUnitRep) GetHidden() bool + func (o *RandomizationUnitRep) GetHiddenOk() (*bool, bool) + func (o *RandomizationUnitRep) GetRandomizationUnit() string + func (o *RandomizationUnitRep) GetRandomizationUnitOk() (*string, bool) + func (o *RandomizationUnitRep) GetStandardRandomizationUnit() string + func (o *RandomizationUnitRep) GetStandardRandomizationUnitOk() (*string, bool) + func (o *RandomizationUnitRep) HasDefault() bool + func (o *RandomizationUnitRep) HasDisplayName() bool + func (o *RandomizationUnitRep) HasHidden() bool + func (o *RandomizationUnitRep) HasRandomizationUnit() bool + func (o *RandomizationUnitRep) HasStandardRandomizationUnit() bool + func (o *RandomizationUnitRep) SetDefault(v bool) + func (o *RandomizationUnitRep) SetDisplayName(v string) + func (o *RandomizationUnitRep) SetHidden(v bool) + func (o *RandomizationUnitRep) SetRandomizationUnit(v string) + func (o *RandomizationUnitRep) SetStandardRandomizationUnit(v string) + func (o RandomizationUnitRep) MarshalJSON() ([]byte, error) + type RateLimitedErrorRep struct + Code string + Message string + func NewRateLimitedErrorRep(code string, message string) *RateLimitedErrorRep + func NewRateLimitedErrorRepWithDefaults() *RateLimitedErrorRep + func (o *RateLimitedErrorRep) GetCode() string + func (o *RateLimitedErrorRep) GetCodeOk() (*string, bool) + func (o *RateLimitedErrorRep) GetMessage() string + func (o *RateLimitedErrorRep) GetMessageOk() (*string, bool) + func (o *RateLimitedErrorRep) SetCode(v string) + func (o *RateLimitedErrorRep) SetMessage(v string) + func (o RateLimitedErrorRep) MarshalJSON() ([]byte, error) + type RecentTriggerBody struct + JsonBody map[string]interface{} + Timestamp *int64 + func NewRecentTriggerBody() *RecentTriggerBody + func NewRecentTriggerBodyWithDefaults() *RecentTriggerBody + func (o *RecentTriggerBody) GetJsonBody() map[string]interface{} + func (o *RecentTriggerBody) GetJsonBodyOk() (map[string]interface{}, bool) + func (o *RecentTriggerBody) GetTimestamp() int64 + func (o *RecentTriggerBody) GetTimestampOk() (*int64, bool) + func (o *RecentTriggerBody) HasJsonBody() bool + func (o *RecentTriggerBody) HasTimestamp() bool + func (o *RecentTriggerBody) SetJsonBody(v map[string]interface{}) + func (o *RecentTriggerBody) SetTimestamp(v int64) + func (o RecentTriggerBody) MarshalJSON() ([]byte, error) + type ReferenceRep struct + Hint *string + Hunks []HunkRep + Path string + func NewReferenceRep(path string, hunks []HunkRep) *ReferenceRep + func NewReferenceRepWithDefaults() *ReferenceRep + func (o *ReferenceRep) GetHint() string + func (o *ReferenceRep) GetHintOk() (*string, bool) + func (o *ReferenceRep) GetHunks() []HunkRep + func (o *ReferenceRep) GetHunksOk() ([]HunkRep, bool) + func (o *ReferenceRep) GetPath() string + func (o *ReferenceRep) GetPathOk() (*string, bool) + func (o *ReferenceRep) HasHint() bool + func (o *ReferenceRep) SetHint(v string) + func (o *ReferenceRep) SetHunks(v []HunkRep) + func (o *ReferenceRep) SetPath(v string) + func (o ReferenceRep) MarshalJSON() ([]byte, error) + type RelativeDifferenceRep struct + FromTreatmentId *string + Lower *float32 + Upper *float32 + func NewRelativeDifferenceRep() *RelativeDifferenceRep + func NewRelativeDifferenceRepWithDefaults() *RelativeDifferenceRep + func (o *RelativeDifferenceRep) GetFromTreatmentId() string + func (o *RelativeDifferenceRep) GetFromTreatmentIdOk() (*string, bool) + func (o *RelativeDifferenceRep) GetLower() float32 + func (o *RelativeDifferenceRep) GetLowerOk() (*float32, bool) + func (o *RelativeDifferenceRep) GetUpper() float32 + func (o *RelativeDifferenceRep) GetUpperOk() (*float32, bool) + func (o *RelativeDifferenceRep) HasFromTreatmentId() bool + func (o *RelativeDifferenceRep) HasLower() bool + func (o *RelativeDifferenceRep) HasUpper() bool + func (o *RelativeDifferenceRep) SetFromTreatmentId(v string) + func (o *RelativeDifferenceRep) SetLower(v float32) + func (o *RelativeDifferenceRep) SetUpper(v float32) + func (o RelativeDifferenceRep) MarshalJSON() ([]byte, error) + type RelayAutoConfigCollectionRep struct + Items []RelayAutoConfigRep + func NewRelayAutoConfigCollectionRep(items []RelayAutoConfigRep) *RelayAutoConfigCollectionRep + func NewRelayAutoConfigCollectionRepWithDefaults() *RelayAutoConfigCollectionRep + func (o *RelayAutoConfigCollectionRep) GetItems() []RelayAutoConfigRep + func (o *RelayAutoConfigCollectionRep) GetItemsOk() ([]RelayAutoConfigRep, bool) + func (o *RelayAutoConfigCollectionRep) SetItems(v []RelayAutoConfigRep) + func (o RelayAutoConfigCollectionRep) MarshalJSON() ([]byte, error) + type RelayAutoConfigPost struct + Name string + Policy []Statement + func NewRelayAutoConfigPost(name string, policy []Statement) *RelayAutoConfigPost + func NewRelayAutoConfigPostWithDefaults() *RelayAutoConfigPost + func (o *RelayAutoConfigPost) GetName() string + func (o *RelayAutoConfigPost) GetNameOk() (*string, bool) + func (o *RelayAutoConfigPost) GetPolicy() []Statement + func (o *RelayAutoConfigPost) GetPolicyOk() ([]Statement, bool) + func (o *RelayAutoConfigPost) SetName(v string) + func (o *RelayAutoConfigPost) SetPolicy(v []Statement) + func (o RelayAutoConfigPost) MarshalJSON() ([]byte, error) + type RelayAutoConfigRep struct + Access *Access + CreationDate int64 + Creator *MemberSummary + DisplayKey string + FullKey string + Id string + LastModified int64 + Name string + Policy []Statement + func NewRelayAutoConfigRep(id string, name string, policy []Statement, fullKey string, displayKey string, ...) *RelayAutoConfigRep + func NewRelayAutoConfigRepWithDefaults() *RelayAutoConfigRep + func (o *RelayAutoConfigRep) GetAccess() Access + func (o *RelayAutoConfigRep) GetAccessOk() (*Access, bool) + func (o *RelayAutoConfigRep) GetCreationDate() int64 + func (o *RelayAutoConfigRep) GetCreationDateOk() (*int64, bool) + func (o *RelayAutoConfigRep) GetCreator() MemberSummary + func (o *RelayAutoConfigRep) GetCreatorOk() (*MemberSummary, bool) + func (o *RelayAutoConfigRep) GetDisplayKey() string + func (o *RelayAutoConfigRep) GetDisplayKeyOk() (*string, bool) + func (o *RelayAutoConfigRep) GetFullKey() string + func (o *RelayAutoConfigRep) GetFullKeyOk() (*string, bool) + func (o *RelayAutoConfigRep) GetId() string + func (o *RelayAutoConfigRep) GetIdOk() (*string, bool) + func (o *RelayAutoConfigRep) GetLastModified() int64 + func (o *RelayAutoConfigRep) GetLastModifiedOk() (*int64, bool) + func (o *RelayAutoConfigRep) GetName() string + func (o *RelayAutoConfigRep) GetNameOk() (*string, bool) + func (o *RelayAutoConfigRep) GetPolicy() []Statement + func (o *RelayAutoConfigRep) GetPolicyOk() ([]Statement, bool) + func (o *RelayAutoConfigRep) HasAccess() bool + func (o *RelayAutoConfigRep) HasCreator() bool + func (o *RelayAutoConfigRep) SetAccess(v Access) + func (o *RelayAutoConfigRep) SetCreationDate(v int64) + func (o *RelayAutoConfigRep) SetCreator(v MemberSummary) + func (o *RelayAutoConfigRep) SetDisplayKey(v string) + func (o *RelayAutoConfigRep) SetFullKey(v string) + func (o *RelayAutoConfigRep) SetId(v string) + func (o *RelayAutoConfigRep) SetLastModified(v int64) + func (o *RelayAutoConfigRep) SetName(v string) + func (o *RelayAutoConfigRep) SetPolicy(v []Statement) + func (o RelayAutoConfigRep) MarshalJSON() ([]byte, error) + type RelayProxyConfigurationsApiService service + func (a *RelayProxyConfigurationsApiService) DeleteRelayAutoConfig(ctx context.Context, id string) ApiDeleteRelayAutoConfigRequest + func (a *RelayProxyConfigurationsApiService) DeleteRelayAutoConfigExecute(r ApiDeleteRelayAutoConfigRequest) (*http.Response, error) + func (a *RelayProxyConfigurationsApiService) GetRelayProxyConfig(ctx context.Context, id string) ApiGetRelayProxyConfigRequest + func (a *RelayProxyConfigurationsApiService) GetRelayProxyConfigExecute(r ApiGetRelayProxyConfigRequest) (*RelayAutoConfigRep, *http.Response, error) + func (a *RelayProxyConfigurationsApiService) GetRelayProxyConfigs(ctx context.Context) ApiGetRelayProxyConfigsRequest + func (a *RelayProxyConfigurationsApiService) GetRelayProxyConfigsExecute(r ApiGetRelayProxyConfigsRequest) (*RelayAutoConfigCollectionRep, *http.Response, error) + func (a *RelayProxyConfigurationsApiService) PatchRelayAutoConfig(ctx context.Context, id string) ApiPatchRelayAutoConfigRequest + func (a *RelayProxyConfigurationsApiService) PatchRelayAutoConfigExecute(r ApiPatchRelayAutoConfigRequest) (*RelayAutoConfigRep, *http.Response, error) + func (a *RelayProxyConfigurationsApiService) PostRelayAutoConfig(ctx context.Context) ApiPostRelayAutoConfigRequest + func (a *RelayProxyConfigurationsApiService) PostRelayAutoConfigExecute(r ApiPostRelayAutoConfigRequest) (*RelayAutoConfigRep, *http.Response, error) + func (a *RelayProxyConfigurationsApiService) ResetRelayAutoConfig(ctx context.Context, id string) ApiResetRelayAutoConfigRequest + func (a *RelayProxyConfigurationsApiService) ResetRelayAutoConfigExecute(r ApiResetRelayAutoConfigRequest) (*RelayAutoConfigRep, *http.Response, error) + type Release struct + Links *map[string]Link + Name string + Phases []ReleasePhase + ReleasePipelineDescription string + ReleasePipelineKey string + Version int32 + func NewRelease(name string, releasePipelineKey string, releasePipelineDescription string, ...) *Release + func NewReleaseWithDefaults() *Release + func (o *Release) GetLinks() map[string]Link + func (o *Release) GetLinksOk() (*map[string]Link, bool) + func (o *Release) GetName() string + func (o *Release) GetNameOk() (*string, bool) + func (o *Release) GetPhases() []ReleasePhase + func (o *Release) GetPhasesOk() ([]ReleasePhase, bool) + func (o *Release) GetReleasePipelineDescription() string + func (o *Release) GetReleasePipelineDescriptionOk() (*string, bool) + func (o *Release) GetReleasePipelineKey() string + func (o *Release) GetReleasePipelineKeyOk() (*string, bool) + func (o *Release) GetVersion() int32 + func (o *Release) GetVersionOk() (*int32, bool) + func (o *Release) HasLinks() bool + func (o *Release) SetLinks(v map[string]Link) + func (o *Release) SetName(v string) + func (o *Release) SetPhases(v []ReleasePhase) + func (o *Release) SetReleasePipelineDescription(v string) + func (o *Release) SetReleasePipelineKey(v string) + func (o *Release) SetVersion(v int32) + func (o Release) MarshalJSON() ([]byte, error) + type ReleasePhase struct + Audiences []Audience + Complete bool + CompletedBy *CompletedBy + CompletionDate *int64 + CreationDate int64 + Id string + Name string + func NewReleasePhase(id string, name string, complete bool, creationDate int64, ...) *ReleasePhase + func NewReleasePhaseWithDefaults() *ReleasePhase + func (o *ReleasePhase) GetAudiences() []Audience + func (o *ReleasePhase) GetAudiencesOk() ([]Audience, bool) + func (o *ReleasePhase) GetComplete() bool + func (o *ReleasePhase) GetCompleteOk() (*bool, bool) + func (o *ReleasePhase) GetCompletedBy() CompletedBy + func (o *ReleasePhase) GetCompletedByOk() (*CompletedBy, bool) + func (o *ReleasePhase) GetCompletionDate() int64 + func (o *ReleasePhase) GetCompletionDateOk() (*int64, bool) + func (o *ReleasePhase) GetCreationDate() int64 + func (o *ReleasePhase) GetCreationDateOk() (*int64, bool) + func (o *ReleasePhase) GetId() string + func (o *ReleasePhase) GetIdOk() (*string, bool) + func (o *ReleasePhase) GetName() string + func (o *ReleasePhase) GetNameOk() (*string, bool) + func (o *ReleasePhase) HasCompletedBy() bool + func (o *ReleasePhase) HasCompletionDate() bool + func (o *ReleasePhase) SetAudiences(v []Audience) + func (o *ReleasePhase) SetComplete(v bool) + func (o *ReleasePhase) SetCompletedBy(v CompletedBy) + func (o *ReleasePhase) SetCompletionDate(v int64) + func (o *ReleasePhase) SetCreationDate(v int64) + func (o *ReleasePhase) SetId(v string) + func (o *ReleasePhase) SetName(v string) + func (o ReleasePhase) MarshalJSON() ([]byte, error) + type ReleasePipeline struct + Access *Access + CreatedAt time.Time + Description *string + Key string + Name string + Phases []Phase + Tags []string + Version *int32 + func NewReleasePipeline(createdAt time.Time, key string, name string, phases []Phase) *ReleasePipeline + func NewReleasePipelineWithDefaults() *ReleasePipeline + func (o *ReleasePipeline) GetAccess() Access + func (o *ReleasePipeline) GetAccessOk() (*Access, bool) + func (o *ReleasePipeline) GetCreatedAt() time.Time + func (o *ReleasePipeline) GetCreatedAtOk() (*time.Time, bool) + func (o *ReleasePipeline) GetDescription() string + func (o *ReleasePipeline) GetDescriptionOk() (*string, bool) + func (o *ReleasePipeline) GetKey() string + func (o *ReleasePipeline) GetKeyOk() (*string, bool) + func (o *ReleasePipeline) GetName() string + func (o *ReleasePipeline) GetNameOk() (*string, bool) + func (o *ReleasePipeline) GetPhases() []Phase + func (o *ReleasePipeline) GetPhasesOk() ([]Phase, bool) + func (o *ReleasePipeline) GetTags() []string + func (o *ReleasePipeline) GetTagsOk() ([]string, bool) + func (o *ReleasePipeline) GetVersion() int32 + func (o *ReleasePipeline) GetVersionOk() (*int32, bool) + func (o *ReleasePipeline) HasAccess() bool + func (o *ReleasePipeline) HasDescription() bool + func (o *ReleasePipeline) HasTags() bool + func (o *ReleasePipeline) HasVersion() bool + func (o *ReleasePipeline) SetAccess(v Access) + func (o *ReleasePipeline) SetCreatedAt(v time.Time) + func (o *ReleasePipeline) SetDescription(v string) + func (o *ReleasePipeline) SetKey(v string) + func (o *ReleasePipeline) SetName(v string) + func (o *ReleasePipeline) SetPhases(v []Phase) + func (o *ReleasePipeline) SetTags(v []string) + func (o *ReleasePipeline) SetVersion(v int32) + func (o ReleasePipeline) MarshalJSON() ([]byte, error) + type ReleasePipelineCollection struct + Items []ReleasePipeline + TotalCount int32 + func NewReleasePipelineCollection(items []ReleasePipeline, totalCount int32) *ReleasePipelineCollection + func NewReleasePipelineCollectionWithDefaults() *ReleasePipelineCollection + func (o *ReleasePipelineCollection) GetItems() []ReleasePipeline + func (o *ReleasePipelineCollection) GetItemsOk() ([]ReleasePipeline, bool) + func (o *ReleasePipelineCollection) GetTotalCount() int32 + func (o *ReleasePipelineCollection) GetTotalCountOk() (*int32, bool) + func (o *ReleasePipelineCollection) SetItems(v []ReleasePipeline) + func (o *ReleasePipelineCollection) SetTotalCount(v int32) + func (o ReleasePipelineCollection) MarshalJSON() ([]byte, error) + type ReleasePipelinesBetaApiService service + func (a *ReleasePipelinesBetaApiService) DeleteReleasePipeline(ctx context.Context, projectKey string, pipelineKey string) ApiDeleteReleasePipelineRequest + func (a *ReleasePipelinesBetaApiService) DeleteReleasePipelineExecute(r ApiDeleteReleasePipelineRequest) (*http.Response, error) + func (a *ReleasePipelinesBetaApiService) GetAllReleasePipelines(ctx context.Context, projectKey string) ApiGetAllReleasePipelinesRequest + func (a *ReleasePipelinesBetaApiService) GetAllReleasePipelinesExecute(r ApiGetAllReleasePipelinesRequest) (*ReleasePipelineCollection, *http.Response, error) + func (a *ReleasePipelinesBetaApiService) GetReleasePipelineByKey(ctx context.Context, projectKey string, pipelineKey string) ApiGetReleasePipelineByKeyRequest + func (a *ReleasePipelinesBetaApiService) GetReleasePipelineByKeyExecute(r ApiGetReleasePipelineByKeyRequest) (*ReleasePipeline, *http.Response, error) + func (a *ReleasePipelinesBetaApiService) PatchReleasePipeline(ctx context.Context, projectKey string, pipelineKey string) ApiPatchReleasePipelineRequest + func (a *ReleasePipelinesBetaApiService) PatchReleasePipelineExecute(r ApiPatchReleasePipelineRequest) (*ReleasePipeline, *http.Response, error) + func (a *ReleasePipelinesBetaApiService) PostReleasePipeline(ctx context.Context, projectKey string) ApiPostReleasePipelineRequest + func (a *ReleasePipelinesBetaApiService) PostReleasePipelineExecute(r ApiPostReleasePipelineRequest) (*ReleasePipeline, *http.Response, error) + type ReleasesBetaApiService service + func (a *ReleasesBetaApiService) GetReleaseByFlagKey(ctx context.Context, projectKey string, flagKey string) ApiGetReleaseByFlagKeyRequest + func (a *ReleasesBetaApiService) GetReleaseByFlagKeyExecute(r ApiGetReleaseByFlagKeyRequest) (*Release, *http.Response, error) + func (a *ReleasesBetaApiService) PatchReleaseByFlagKey(ctx context.Context, projectKey string, flagKey string) ApiPatchReleaseByFlagKeyRequest + func (a *ReleasesBetaApiService) PatchReleaseByFlagKeyExecute(r ApiPatchReleaseByFlagKeyRequest) (*http.Response, error) + type RepositoryCollectionRep struct + Items []RepositoryRep + Links map[string]Link + func NewRepositoryCollectionRep(links map[string]Link, items []RepositoryRep) *RepositoryCollectionRep + func NewRepositoryCollectionRepWithDefaults() *RepositoryCollectionRep + func (o *RepositoryCollectionRep) GetItems() []RepositoryRep + func (o *RepositoryCollectionRep) GetItemsOk() ([]RepositoryRep, bool) + func (o *RepositoryCollectionRep) GetLinks() map[string]Link + func (o *RepositoryCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *RepositoryCollectionRep) SetItems(v []RepositoryRep) + func (o *RepositoryCollectionRep) SetLinks(v map[string]Link) + func (o RepositoryCollectionRep) MarshalJSON() ([]byte, error) + type RepositoryPost struct + CommitUrlTemplate *string + DefaultBranch *string + HunkUrlTemplate *string + Name string + SourceLink *string + Type *string + func NewRepositoryPost(name string) *RepositoryPost + func NewRepositoryPostWithDefaults() *RepositoryPost + func (o *RepositoryPost) GetCommitUrlTemplate() string + func (o *RepositoryPost) GetCommitUrlTemplateOk() (*string, bool) + func (o *RepositoryPost) GetDefaultBranch() string + func (o *RepositoryPost) GetDefaultBranchOk() (*string, bool) + func (o *RepositoryPost) GetHunkUrlTemplate() string + func (o *RepositoryPost) GetHunkUrlTemplateOk() (*string, bool) + func (o *RepositoryPost) GetName() string + func (o *RepositoryPost) GetNameOk() (*string, bool) + func (o *RepositoryPost) GetSourceLink() string + func (o *RepositoryPost) GetSourceLinkOk() (*string, bool) + func (o *RepositoryPost) GetType() string + func (o *RepositoryPost) GetTypeOk() (*string, bool) + func (o *RepositoryPost) HasCommitUrlTemplate() bool + func (o *RepositoryPost) HasDefaultBranch() bool + func (o *RepositoryPost) HasHunkUrlTemplate() bool + func (o *RepositoryPost) HasSourceLink() bool + func (o *RepositoryPost) HasType() bool + func (o *RepositoryPost) SetCommitUrlTemplate(v string) + func (o *RepositoryPost) SetDefaultBranch(v string) + func (o *RepositoryPost) SetHunkUrlTemplate(v string) + func (o *RepositoryPost) SetName(v string) + func (o *RepositoryPost) SetSourceLink(v string) + func (o *RepositoryPost) SetType(v string) + func (o RepositoryPost) MarshalJSON() ([]byte, error) + type RepositoryRep struct + Access *Access + Branches []BranchRep + CommitUrlTemplate *string + DefaultBranch string + Enabled bool + HunkUrlTemplate *string + Links map[string]interface{} + Name string + SourceLink *string + Type string + Version int32 + func NewRepositoryRep(name string, type_ string, defaultBranch string, enabled bool, version int32, ...) *RepositoryRep + func NewRepositoryRepWithDefaults() *RepositoryRep + func (o *RepositoryRep) GetAccess() Access + func (o *RepositoryRep) GetAccessOk() (*Access, bool) + func (o *RepositoryRep) GetBranches() []BranchRep + func (o *RepositoryRep) GetBranchesOk() ([]BranchRep, bool) + func (o *RepositoryRep) GetCommitUrlTemplate() string + func (o *RepositoryRep) GetCommitUrlTemplateOk() (*string, bool) + func (o *RepositoryRep) GetDefaultBranch() string + func (o *RepositoryRep) GetDefaultBranchOk() (*string, bool) + func (o *RepositoryRep) GetEnabled() bool + func (o *RepositoryRep) GetEnabledOk() (*bool, bool) + func (o *RepositoryRep) GetHunkUrlTemplate() string + func (o *RepositoryRep) GetHunkUrlTemplateOk() (*string, bool) + func (o *RepositoryRep) GetLinks() map[string]interface{} + func (o *RepositoryRep) GetLinksOk() (map[string]interface{}, bool) + func (o *RepositoryRep) GetName() string + func (o *RepositoryRep) GetNameOk() (*string, bool) + func (o *RepositoryRep) GetSourceLink() string + func (o *RepositoryRep) GetSourceLinkOk() (*string, bool) + func (o *RepositoryRep) GetType() string + func (o *RepositoryRep) GetTypeOk() (*string, bool) + func (o *RepositoryRep) GetVersion() int32 + func (o *RepositoryRep) GetVersionOk() (*int32, bool) + func (o *RepositoryRep) HasAccess() bool + func (o *RepositoryRep) HasBranches() bool + func (o *RepositoryRep) HasCommitUrlTemplate() bool + func (o *RepositoryRep) HasHunkUrlTemplate() bool + func (o *RepositoryRep) HasSourceLink() bool + func (o *RepositoryRep) SetAccess(v Access) + func (o *RepositoryRep) SetBranches(v []BranchRep) + func (o *RepositoryRep) SetCommitUrlTemplate(v string) + func (o *RepositoryRep) SetDefaultBranch(v string) + func (o *RepositoryRep) SetEnabled(v bool) + func (o *RepositoryRep) SetHunkUrlTemplate(v string) + func (o *RepositoryRep) SetLinks(v map[string]interface{}) + func (o *RepositoryRep) SetName(v string) + func (o *RepositoryRep) SetSourceLink(v string) + func (o *RepositoryRep) SetType(v string) + func (o *RepositoryRep) SetVersion(v int32) + func (o RepositoryRep) MarshalJSON() ([]byte, error) + type ResolvedContext struct + Elements []ResolvedUIBlockElement + func NewResolvedContext() *ResolvedContext + func NewResolvedContextWithDefaults() *ResolvedContext + func (o *ResolvedContext) GetElements() []ResolvedUIBlockElement + func (o *ResolvedContext) GetElementsOk() ([]ResolvedUIBlockElement, bool) + func (o *ResolvedContext) HasElements() bool + func (o *ResolvedContext) SetElements(v []ResolvedUIBlockElement) + func (o ResolvedContext) MarshalJSON() ([]byte, error) + type ResolvedImage struct + IsAvatar *bool + IsIcon *bool + SourceUrl *string + func NewResolvedImage() *ResolvedImage + func NewResolvedImageWithDefaults() *ResolvedImage + func (o *ResolvedImage) GetIsAvatar() bool + func (o *ResolvedImage) GetIsAvatarOk() (*bool, bool) + func (o *ResolvedImage) GetIsIcon() bool + func (o *ResolvedImage) GetIsIconOk() (*bool, bool) + func (o *ResolvedImage) GetSourceUrl() string + func (o *ResolvedImage) GetSourceUrlOk() (*string, bool) + func (o *ResolvedImage) HasIsAvatar() bool + func (o *ResolvedImage) HasIsIcon() bool + func (o *ResolvedImage) HasSourceUrl() bool + func (o *ResolvedImage) SetIsAvatar(v bool) + func (o *ResolvedImage) SetIsIcon(v bool) + func (o *ResolvedImage) SetSourceUrl(v string) + func (o ResolvedImage) MarshalJSON() ([]byte, error) + type ResolvedTitle struct + Elements []ResolvedUIBlockElement + LinkToReference *bool + func NewResolvedTitle() *ResolvedTitle + func NewResolvedTitleWithDefaults() *ResolvedTitle + func (o *ResolvedTitle) GetElements() []ResolvedUIBlockElement + func (o *ResolvedTitle) GetElementsOk() ([]ResolvedUIBlockElement, bool) + func (o *ResolvedTitle) GetLinkToReference() bool + func (o *ResolvedTitle) GetLinkToReferenceOk() (*bool, bool) + func (o *ResolvedTitle) HasElements() bool + func (o *ResolvedTitle) HasLinkToReference() bool + func (o *ResolvedTitle) SetElements(v []ResolvedUIBlockElement) + func (o *ResolvedTitle) SetLinkToReference(v bool) + func (o ResolvedTitle) MarshalJSON() ([]byte, error) + type ResolvedUIBlockElement struct + IsBold *bool + IsTimestamp *bool + Text *string + Url *string + func NewResolvedUIBlockElement() *ResolvedUIBlockElement + func NewResolvedUIBlockElementWithDefaults() *ResolvedUIBlockElement + func (o *ResolvedUIBlockElement) GetIsBold() bool + func (o *ResolvedUIBlockElement) GetIsBoldOk() (*bool, bool) + func (o *ResolvedUIBlockElement) GetIsTimestamp() bool + func (o *ResolvedUIBlockElement) GetIsTimestampOk() (*bool, bool) + func (o *ResolvedUIBlockElement) GetText() string + func (o *ResolvedUIBlockElement) GetTextOk() (*string, bool) + func (o *ResolvedUIBlockElement) GetUrl() string + func (o *ResolvedUIBlockElement) GetUrlOk() (*string, bool) + func (o *ResolvedUIBlockElement) HasIsBold() bool + func (o *ResolvedUIBlockElement) HasIsTimestamp() bool + func (o *ResolvedUIBlockElement) HasText() bool + func (o *ResolvedUIBlockElement) HasUrl() bool + func (o *ResolvedUIBlockElement) SetIsBold(v bool) + func (o *ResolvedUIBlockElement) SetIsTimestamp(v bool) + func (o *ResolvedUIBlockElement) SetText(v string) + func (o *ResolvedUIBlockElement) SetUrl(v string) + func (o ResolvedUIBlockElement) MarshalJSON() ([]byte, error) + type ResolvedUIBlocks struct + Context *ResolvedContext + Description *string + Image *ResolvedImage + Name *string + Title *ResolvedTitle + func NewResolvedUIBlocks() *ResolvedUIBlocks + func NewResolvedUIBlocksWithDefaults() *ResolvedUIBlocks + func (o *ResolvedUIBlocks) GetContext() ResolvedContext + func (o *ResolvedUIBlocks) GetContextOk() (*ResolvedContext, bool) + func (o *ResolvedUIBlocks) GetDescription() string + func (o *ResolvedUIBlocks) GetDescriptionOk() (*string, bool) + func (o *ResolvedUIBlocks) GetImage() ResolvedImage + func (o *ResolvedUIBlocks) GetImageOk() (*ResolvedImage, bool) + func (o *ResolvedUIBlocks) GetName() string + func (o *ResolvedUIBlocks) GetNameOk() (*string, bool) + func (o *ResolvedUIBlocks) GetTitle() ResolvedTitle + func (o *ResolvedUIBlocks) GetTitleOk() (*ResolvedTitle, bool) + func (o *ResolvedUIBlocks) HasContext() bool + func (o *ResolvedUIBlocks) HasDescription() bool + func (o *ResolvedUIBlocks) HasImage() bool + func (o *ResolvedUIBlocks) HasName() bool + func (o *ResolvedUIBlocks) HasTitle() bool + func (o *ResolvedUIBlocks) SetContext(v ResolvedContext) + func (o *ResolvedUIBlocks) SetDescription(v string) + func (o *ResolvedUIBlocks) SetImage(v ResolvedImage) + func (o *ResolvedUIBlocks) SetName(v string) + func (o *ResolvedUIBlocks) SetTitle(v ResolvedTitle) + func (o ResolvedUIBlocks) MarshalJSON() ([]byte, error) + type ResourceAccess struct + Action *string + Resource *string + func NewResourceAccess() *ResourceAccess + func NewResourceAccessWithDefaults() *ResourceAccess + func (o *ResourceAccess) GetAction() string + func (o *ResourceAccess) GetActionOk() (*string, bool) + func (o *ResourceAccess) GetResource() string + func (o *ResourceAccess) GetResourceOk() (*string, bool) + func (o *ResourceAccess) HasAction() bool + func (o *ResourceAccess) HasResource() bool + func (o *ResourceAccess) SetAction(v string) + func (o *ResourceAccess) SetResource(v string) + func (o ResourceAccess) MarshalJSON() ([]byte, error) + type ResourceIDResponse struct + EnvironmentKey *string + FlagKey *string + Key *string + Kind *string + ProjectKey *string + func NewResourceIDResponse() *ResourceIDResponse + func NewResourceIDResponseWithDefaults() *ResourceIDResponse + func (o *ResourceIDResponse) GetEnvironmentKey() string + func (o *ResourceIDResponse) GetEnvironmentKeyOk() (*string, bool) + func (o *ResourceIDResponse) GetFlagKey() string + func (o *ResourceIDResponse) GetFlagKeyOk() (*string, bool) + func (o *ResourceIDResponse) GetKey() string + func (o *ResourceIDResponse) GetKeyOk() (*string, bool) + func (o *ResourceIDResponse) GetKind() string + func (o *ResourceIDResponse) GetKindOk() (*string, bool) + func (o *ResourceIDResponse) GetProjectKey() string + func (o *ResourceIDResponse) GetProjectKeyOk() (*string, bool) + func (o *ResourceIDResponse) HasEnvironmentKey() bool + func (o *ResourceIDResponse) HasFlagKey() bool + func (o *ResourceIDResponse) HasKey() bool + func (o *ResourceIDResponse) HasKind() bool + func (o *ResourceIDResponse) HasProjectKey() bool + func (o *ResourceIDResponse) SetEnvironmentKey(v string) + func (o *ResourceIDResponse) SetFlagKey(v string) + func (o *ResourceIDResponse) SetKey(v string) + func (o *ResourceIDResponse) SetKind(v string) + func (o *ResourceIDResponse) SetProjectKey(v string) + func (o ResourceIDResponse) MarshalJSON() ([]byte, error) + type ResourceId struct + EnvironmentKey *string + FlagKey *string + Key *string + Kind *string + ProjectKey *string + func NewResourceId() *ResourceId + func NewResourceIdWithDefaults() *ResourceId + func (o *ResourceId) GetEnvironmentKey() string + func (o *ResourceId) GetEnvironmentKeyOk() (*string, bool) + func (o *ResourceId) GetFlagKey() string + func (o *ResourceId) GetFlagKeyOk() (*string, bool) + func (o *ResourceId) GetKey() string + func (o *ResourceId) GetKeyOk() (*string, bool) + func (o *ResourceId) GetKind() string + func (o *ResourceId) GetKindOk() (*string, bool) + func (o *ResourceId) GetProjectKey() string + func (o *ResourceId) GetProjectKeyOk() (*string, bool) + func (o *ResourceId) HasEnvironmentKey() bool + func (o *ResourceId) HasFlagKey() bool + func (o *ResourceId) HasKey() bool + func (o *ResourceId) HasKind() bool + func (o *ResourceId) HasProjectKey() bool + func (o *ResourceId) SetEnvironmentKey(v string) + func (o *ResourceId) SetFlagKey(v string) + func (o *ResourceId) SetKey(v string) + func (o *ResourceId) SetKind(v string) + func (o *ResourceId) SetProjectKey(v string) + func (o ResourceId) MarshalJSON() ([]byte, error) + type ReviewOutput struct + Comment *string + CreationDate *int64 + Id string + Kind string + MemberId *string + ServiceTokenId *string + func NewReviewOutput(id string, kind string) *ReviewOutput + func NewReviewOutputWithDefaults() *ReviewOutput + func (o *ReviewOutput) GetComment() string + func (o *ReviewOutput) GetCommentOk() (*string, bool) + func (o *ReviewOutput) GetCreationDate() int64 + func (o *ReviewOutput) GetCreationDateOk() (*int64, bool) + func (o *ReviewOutput) GetId() string + func (o *ReviewOutput) GetIdOk() (*string, bool) + func (o *ReviewOutput) GetKind() string + func (o *ReviewOutput) GetKindOk() (*string, bool) + func (o *ReviewOutput) GetMemberId() string + func (o *ReviewOutput) GetMemberIdOk() (*string, bool) + func (o *ReviewOutput) GetServiceTokenId() string + func (o *ReviewOutput) GetServiceTokenIdOk() (*string, bool) + func (o *ReviewOutput) HasComment() bool + func (o *ReviewOutput) HasCreationDate() bool + func (o *ReviewOutput) HasMemberId() bool + func (o *ReviewOutput) HasServiceTokenId() bool + func (o *ReviewOutput) SetComment(v string) + func (o *ReviewOutput) SetCreationDate(v int64) + func (o *ReviewOutput) SetId(v string) + func (o *ReviewOutput) SetKind(v string) + func (o *ReviewOutput) SetMemberId(v string) + func (o *ReviewOutput) SetServiceTokenId(v string) + func (o ReviewOutput) MarshalJSON() ([]byte, error) + type ReviewResponse struct + Comment *string + CreationDate *int64 + Id string + Kind string + MemberId *string + ServiceTokenId *string + func NewReviewResponse(id string, kind string) *ReviewResponse + func NewReviewResponseWithDefaults() *ReviewResponse + func (o *ReviewResponse) GetComment() string + func (o *ReviewResponse) GetCommentOk() (*string, bool) + func (o *ReviewResponse) GetCreationDate() int64 + func (o *ReviewResponse) GetCreationDateOk() (*int64, bool) + func (o *ReviewResponse) GetId() string + func (o *ReviewResponse) GetIdOk() (*string, bool) + func (o *ReviewResponse) GetKind() string + func (o *ReviewResponse) GetKindOk() (*string, bool) + func (o *ReviewResponse) GetMemberId() string + func (o *ReviewResponse) GetMemberIdOk() (*string, bool) + func (o *ReviewResponse) GetServiceTokenId() string + func (o *ReviewResponse) GetServiceTokenIdOk() (*string, bool) + func (o *ReviewResponse) HasComment() bool + func (o *ReviewResponse) HasCreationDate() bool + func (o *ReviewResponse) HasMemberId() bool + func (o *ReviewResponse) HasServiceTokenId() bool + func (o *ReviewResponse) SetComment(v string) + func (o *ReviewResponse) SetCreationDate(v int64) + func (o *ReviewResponse) SetId(v string) + func (o *ReviewResponse) SetKind(v string) + func (o *ReviewResponse) SetMemberId(v string) + func (o *ReviewResponse) SetServiceTokenId(v string) + func (o ReviewResponse) MarshalJSON() ([]byte, error) + type Rollout struct + BucketBy *string + ContextKind *string + ExperimentAllocation *ExperimentAllocationRep + Seed *int32 + Variations []WeightedVariation + func NewRollout(variations []WeightedVariation) *Rollout + func NewRolloutWithDefaults() *Rollout + func (o *Rollout) GetBucketBy() string + func (o *Rollout) GetBucketByOk() (*string, bool) + func (o *Rollout) GetContextKind() string + func (o *Rollout) GetContextKindOk() (*string, bool) + func (o *Rollout) GetExperimentAllocation() ExperimentAllocationRep + func (o *Rollout) GetExperimentAllocationOk() (*ExperimentAllocationRep, bool) + func (o *Rollout) GetSeed() int32 + func (o *Rollout) GetSeedOk() (*int32, bool) + func (o *Rollout) GetVariations() []WeightedVariation + func (o *Rollout) GetVariationsOk() ([]WeightedVariation, bool) + func (o *Rollout) HasBucketBy() bool + func (o *Rollout) HasContextKind() bool + func (o *Rollout) HasExperimentAllocation() bool + func (o *Rollout) HasSeed() bool + func (o *Rollout) SetBucketBy(v string) + func (o *Rollout) SetContextKind(v string) + func (o *Rollout) SetExperimentAllocation(v ExperimentAllocationRep) + func (o *Rollout) SetSeed(v int32) + func (o *Rollout) SetVariations(v []WeightedVariation) + func (o Rollout) MarshalJSON() ([]byte, error) + type RootResponse struct + Links map[string]Link + func NewRootResponse(links map[string]Link) *RootResponse + func NewRootResponseWithDefaults() *RootResponse + func (o *RootResponse) GetLinks() map[string]Link + func (o *RootResponse) GetLinksOk() (*map[string]Link, bool) + func (o *RootResponse) SetLinks(v map[string]Link) + func (o RootResponse) MarshalJSON() ([]byte, error) + type Rule struct + Clauses []Clause + Description *string + Id *string + Ref *string + Rollout *Rollout + TrackEvents bool + Variation *int32 + func NewRule(clauses []Clause, trackEvents bool) *Rule + func NewRuleWithDefaults() *Rule + func (o *Rule) GetClauses() []Clause + func (o *Rule) GetClausesOk() ([]Clause, bool) + func (o *Rule) GetDescription() string + func (o *Rule) GetDescriptionOk() (*string, bool) + func (o *Rule) GetId() string + func (o *Rule) GetIdOk() (*string, bool) + func (o *Rule) GetRef() string + func (o *Rule) GetRefOk() (*string, bool) + func (o *Rule) GetRollout() Rollout + func (o *Rule) GetRolloutOk() (*Rollout, bool) + func (o *Rule) GetTrackEvents() bool + func (o *Rule) GetTrackEventsOk() (*bool, bool) + func (o *Rule) GetVariation() int32 + func (o *Rule) GetVariationOk() (*int32, bool) + func (o *Rule) HasDescription() bool + func (o *Rule) HasId() bool + func (o *Rule) HasRef() bool + func (o *Rule) HasRollout() bool + func (o *Rule) HasVariation() bool + func (o *Rule) SetClauses(v []Clause) + func (o *Rule) SetDescription(v string) + func (o *Rule) SetId(v string) + func (o *Rule) SetRef(v string) + func (o *Rule) SetRollout(v Rollout) + func (o *Rule) SetTrackEvents(v bool) + func (o *Rule) SetVariation(v int32) + func (o Rule) MarshalJSON() ([]byte, error) + type RuleClause struct + Attribute *string + Negate *bool + Op *string + func NewRuleClause() *RuleClause + func NewRuleClauseWithDefaults() *RuleClause + func (o *RuleClause) GetAttribute() string + func (o *RuleClause) GetAttributeOk() (*string, bool) + func (o *RuleClause) GetNegate() bool + func (o *RuleClause) GetNegateOk() (*bool, bool) + func (o *RuleClause) GetOp() string + func (o *RuleClause) GetOpOk() (*string, bool) + func (o *RuleClause) HasAttribute() bool + func (o *RuleClause) HasNegate() bool + func (o *RuleClause) HasOp() bool + func (o *RuleClause) SetAttribute(v string) + func (o *RuleClause) SetNegate(v bool) + func (o *RuleClause) SetOp(v string) + func (o RuleClause) MarshalJSON() ([]byte, error) + type ScheduleConditionInput struct + ExecuteNow *bool + ExecutionDate *int64 + ScheduleKind *string + WaitDuration *int32 + WaitDurationUnit *string + func NewScheduleConditionInput() *ScheduleConditionInput + func NewScheduleConditionInputWithDefaults() *ScheduleConditionInput + func (o *ScheduleConditionInput) GetExecuteNow() bool + func (o *ScheduleConditionInput) GetExecuteNowOk() (*bool, bool) + func (o *ScheduleConditionInput) GetExecutionDate() int64 + func (o *ScheduleConditionInput) GetExecutionDateOk() (*int64, bool) + func (o *ScheduleConditionInput) GetScheduleKind() string + func (o *ScheduleConditionInput) GetScheduleKindOk() (*string, bool) + func (o *ScheduleConditionInput) GetWaitDuration() int32 + func (o *ScheduleConditionInput) GetWaitDurationOk() (*int32, bool) + func (o *ScheduleConditionInput) GetWaitDurationUnit() string + func (o *ScheduleConditionInput) GetWaitDurationUnitOk() (*string, bool) + func (o *ScheduleConditionInput) HasExecuteNow() bool + func (o *ScheduleConditionInput) HasExecutionDate() bool + func (o *ScheduleConditionInput) HasScheduleKind() bool + func (o *ScheduleConditionInput) HasWaitDuration() bool + func (o *ScheduleConditionInput) HasWaitDurationUnit() bool + func (o *ScheduleConditionInput) SetExecuteNow(v bool) + func (o *ScheduleConditionInput) SetExecutionDate(v int64) + func (o *ScheduleConditionInput) SetScheduleKind(v string) + func (o *ScheduleConditionInput) SetWaitDuration(v int32) + func (o *ScheduleConditionInput) SetWaitDurationUnit(v string) + func (o ScheduleConditionInput) MarshalJSON() ([]byte, error) + type ScheduleConditionOutput struct + ExecutionDate *int64 + ScheduleKind *string + WaitDuration *int32 + WaitDurationUnit *string + func NewScheduleConditionOutput() *ScheduleConditionOutput + func NewScheduleConditionOutputWithDefaults() *ScheduleConditionOutput + func (o *ScheduleConditionOutput) GetExecutionDate() int64 + func (o *ScheduleConditionOutput) GetExecutionDateOk() (*int64, bool) + func (o *ScheduleConditionOutput) GetScheduleKind() string + func (o *ScheduleConditionOutput) GetScheduleKindOk() (*string, bool) + func (o *ScheduleConditionOutput) GetWaitDuration() int32 + func (o *ScheduleConditionOutput) GetWaitDurationOk() (*int32, bool) + func (o *ScheduleConditionOutput) GetWaitDurationUnit() string + func (o *ScheduleConditionOutput) GetWaitDurationUnitOk() (*string, bool) + func (o *ScheduleConditionOutput) HasExecutionDate() bool + func (o *ScheduleConditionOutput) HasScheduleKind() bool + func (o *ScheduleConditionOutput) HasWaitDuration() bool + func (o *ScheduleConditionOutput) HasWaitDurationUnit() bool + func (o *ScheduleConditionOutput) SetExecutionDate(v int64) + func (o *ScheduleConditionOutput) SetScheduleKind(v string) + func (o *ScheduleConditionOutput) SetWaitDuration(v int32) + func (o *ScheduleConditionOutput) SetWaitDurationUnit(v string) + func (o ScheduleConditionOutput) MarshalJSON() ([]byte, error) + type ScheduledChangesApiService service + func (a *ScheduledChangesApiService) DeleteFlagConfigScheduledChanges(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiDeleteFlagConfigScheduledChangesRequest + func (a *ScheduledChangesApiService) DeleteFlagConfigScheduledChangesExecute(r ApiDeleteFlagConfigScheduledChangesRequest) (*http.Response, error) + func (a *ScheduledChangesApiService) GetFeatureFlagScheduledChange(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetFeatureFlagScheduledChangeRequest + func (a *ScheduledChangesApiService) GetFeatureFlagScheduledChangeExecute(r ApiGetFeatureFlagScheduledChangeRequest) (*FeatureFlagScheduledChange, *http.Response, error) + func (a *ScheduledChangesApiService) GetFlagConfigScheduledChanges(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetFlagConfigScheduledChangesRequest + func (a *ScheduledChangesApiService) GetFlagConfigScheduledChangesExecute(r ApiGetFlagConfigScheduledChangesRequest) (*FeatureFlagScheduledChanges, *http.Response, error) + func (a *ScheduledChangesApiService) PatchFlagConfigScheduledChange(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPatchFlagConfigScheduledChangeRequest + func (a *ScheduledChangesApiService) PatchFlagConfigScheduledChangeExecute(r ApiPatchFlagConfigScheduledChangeRequest) (*FeatureFlagScheduledChange, *http.Response, error) + func (a *ScheduledChangesApiService) PostFlagConfigScheduledChanges(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostFlagConfigScheduledChangesRequest + func (a *ScheduledChangesApiService) PostFlagConfigScheduledChangesExecute(r ApiPostFlagConfigScheduledChangesRequest) (*FeatureFlagScheduledChange, *http.Response, error) + type SdkListRep struct + Links map[string]interface{} + Sdks []string + func NewSdkListRep(links map[string]interface{}, sdks []string) *SdkListRep + func NewSdkListRepWithDefaults() *SdkListRep + func (o *SdkListRep) GetLinks() map[string]interface{} + func (o *SdkListRep) GetLinksOk() (map[string]interface{}, bool) + func (o *SdkListRep) GetSdks() []string + func (o *SdkListRep) GetSdksOk() ([]string, bool) + func (o *SdkListRep) SetLinks(v map[string]interface{}) + func (o *SdkListRep) SetSdks(v []string) + func (o SdkListRep) MarshalJSON() ([]byte, error) + type SdkVersionListRep struct + Links map[string]interface{} + SdkVersions []SdkVersionRep + func NewSdkVersionListRep(links map[string]interface{}, sdkVersions []SdkVersionRep) *SdkVersionListRep + func NewSdkVersionListRepWithDefaults() *SdkVersionListRep + func (o *SdkVersionListRep) GetLinks() map[string]interface{} + func (o *SdkVersionListRep) GetLinksOk() (map[string]interface{}, bool) + func (o *SdkVersionListRep) GetSdkVersions() []SdkVersionRep + func (o *SdkVersionListRep) GetSdkVersionsOk() ([]SdkVersionRep, bool) + func (o *SdkVersionListRep) SetLinks(v map[string]interface{}) + func (o *SdkVersionListRep) SetSdkVersions(v []SdkVersionRep) + func (o SdkVersionListRep) MarshalJSON() ([]byte, error) + type SdkVersionRep struct + Sdk string + Version string + func NewSdkVersionRep(sdk string, version string) *SdkVersionRep + func NewSdkVersionRepWithDefaults() *SdkVersionRep + func (o *SdkVersionRep) GetSdk() string + func (o *SdkVersionRep) GetSdkOk() (*string, bool) + func (o *SdkVersionRep) GetVersion() string + func (o *SdkVersionRep) GetVersionOk() (*string, bool) + func (o *SdkVersionRep) SetSdk(v string) + func (o *SdkVersionRep) SetVersion(v string) + func (o SdkVersionRep) MarshalJSON() ([]byte, error) + type SegmentBody struct + Description *string + Key string + Name string + Tags []string + Unbounded *bool + UnboundedContextKind *string + func NewSegmentBody(name string, key string) *SegmentBody + func NewSegmentBodyWithDefaults() *SegmentBody + func (o *SegmentBody) GetDescription() string + func (o *SegmentBody) GetDescriptionOk() (*string, bool) + func (o *SegmentBody) GetKey() string + func (o *SegmentBody) GetKeyOk() (*string, bool) + func (o *SegmentBody) GetName() string + func (o *SegmentBody) GetNameOk() (*string, bool) + func (o *SegmentBody) GetTags() []string + func (o *SegmentBody) GetTagsOk() ([]string, bool) + func (o *SegmentBody) GetUnbounded() bool + func (o *SegmentBody) GetUnboundedContextKind() string + func (o *SegmentBody) GetUnboundedContextKindOk() (*string, bool) + func (o *SegmentBody) GetUnboundedOk() (*bool, bool) + func (o *SegmentBody) HasDescription() bool + func (o *SegmentBody) HasTags() bool + func (o *SegmentBody) HasUnbounded() bool + func (o *SegmentBody) HasUnboundedContextKind() bool + func (o *SegmentBody) SetDescription(v string) + func (o *SegmentBody) SetKey(v string) + func (o *SegmentBody) SetName(v string) + func (o *SegmentBody) SetTags(v []string) + func (o *SegmentBody) SetUnbounded(v bool) + func (o *SegmentBody) SetUnboundedContextKind(v string) + func (o SegmentBody) MarshalJSON() ([]byte, error) + type SegmentMetadata struct + Deleted *bool + EnvId *string + ExcludedCount *int32 + IncludedCount *int32 + SegmentId *string + Version *int32 + func NewSegmentMetadata() *SegmentMetadata + func NewSegmentMetadataWithDefaults() *SegmentMetadata + func (o *SegmentMetadata) GetDeleted() bool + func (o *SegmentMetadata) GetDeletedOk() (*bool, bool) + func (o *SegmentMetadata) GetEnvId() string + func (o *SegmentMetadata) GetEnvIdOk() (*string, bool) + func (o *SegmentMetadata) GetExcludedCount() int32 + func (o *SegmentMetadata) GetExcludedCountOk() (*int32, bool) + func (o *SegmentMetadata) GetIncludedCount() int32 + func (o *SegmentMetadata) GetIncludedCountOk() (*int32, bool) + func (o *SegmentMetadata) GetSegmentId() string + func (o *SegmentMetadata) GetSegmentIdOk() (*string, bool) + func (o *SegmentMetadata) GetVersion() int32 + func (o *SegmentMetadata) GetVersionOk() (*int32, bool) + func (o *SegmentMetadata) HasDeleted() bool + func (o *SegmentMetadata) HasEnvId() bool + func (o *SegmentMetadata) HasExcludedCount() bool + func (o *SegmentMetadata) HasIncludedCount() bool + func (o *SegmentMetadata) HasSegmentId() bool + func (o *SegmentMetadata) HasVersion() bool + func (o *SegmentMetadata) SetDeleted(v bool) + func (o *SegmentMetadata) SetEnvId(v string) + func (o *SegmentMetadata) SetExcludedCount(v int32) + func (o *SegmentMetadata) SetIncludedCount(v int32) + func (o *SegmentMetadata) SetSegmentId(v string) + func (o *SegmentMetadata) SetVersion(v int32) + func (o SegmentMetadata) MarshalJSON() ([]byte, error) + type SegmentTarget struct + ContextKind *string + Values []string + func NewSegmentTarget() *SegmentTarget + func NewSegmentTargetWithDefaults() *SegmentTarget + func (o *SegmentTarget) GetContextKind() string + func (o *SegmentTarget) GetContextKindOk() (*string, bool) + func (o *SegmentTarget) GetValues() []string + func (o *SegmentTarget) GetValuesOk() ([]string, bool) + func (o *SegmentTarget) HasContextKind() bool + func (o *SegmentTarget) HasValues() bool + func (o *SegmentTarget) SetContextKind(v string) + func (o *SegmentTarget) SetValues(v []string) + func (o SegmentTarget) MarshalJSON() ([]byte, error) + type SegmentUserList struct + Add []string + Remove []string + func NewSegmentUserList() *SegmentUserList + func NewSegmentUserListWithDefaults() *SegmentUserList + func (o *SegmentUserList) GetAdd() []string + func (o *SegmentUserList) GetAddOk() ([]string, bool) + func (o *SegmentUserList) GetRemove() []string + func (o *SegmentUserList) GetRemoveOk() ([]string, bool) + func (o *SegmentUserList) HasAdd() bool + func (o *SegmentUserList) HasRemove() bool + func (o *SegmentUserList) SetAdd(v []string) + func (o *SegmentUserList) SetRemove(v []string) + func (o SegmentUserList) MarshalJSON() ([]byte, error) + type SegmentUserState struct + Excluded *SegmentUserList + Included *SegmentUserList + func NewSegmentUserState() *SegmentUserState + func NewSegmentUserStateWithDefaults() *SegmentUserState + func (o *SegmentUserState) GetExcluded() SegmentUserList + func (o *SegmentUserState) GetExcludedOk() (*SegmentUserList, bool) + func (o *SegmentUserState) GetIncluded() SegmentUserList + func (o *SegmentUserState) GetIncludedOk() (*SegmentUserList, bool) + func (o *SegmentUserState) HasExcluded() bool + func (o *SegmentUserState) HasIncluded() bool + func (o *SegmentUserState) SetExcluded(v SegmentUserList) + func (o *SegmentUserState) SetIncluded(v SegmentUserList) + func (o SegmentUserState) MarshalJSON() ([]byte, error) + type SegmentsApiService service + func (a *SegmentsApiService) DeleteSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiDeleteSegmentRequest + func (a *SegmentsApiService) DeleteSegmentExecute(r ApiDeleteSegmentRequest) (*http.Response, error) + func (a *SegmentsApiService) GetContextInstanceSegmentsMembershipByEnv(ctx context.Context, projectKey string, environmentKey string) ApiGetContextInstanceSegmentsMembershipByEnvRequest + func (a *SegmentsApiService) GetContextInstanceSegmentsMembershipByEnvExecute(r ApiGetContextInstanceSegmentsMembershipByEnvRequest) (*ContextInstanceSegmentMemberships, *http.Response, error) + func (a *SegmentsApiService) GetExpiringTargetsForSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExpiringTargetsForSegmentRequest + func (a *SegmentsApiService) GetExpiringTargetsForSegmentExecute(r ApiGetExpiringTargetsForSegmentRequest) (*ExpiringTargetGetResponse, *http.Response, error) + func (a *SegmentsApiService) GetExpiringUserTargetsForSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetExpiringUserTargetsForSegmentRequest + func (a *SegmentsApiService) GetExpiringUserTargetsForSegmentExecute(r ApiGetExpiringUserTargetsForSegmentRequest) (*ExpiringUserTargetGetResponse, *http.Response, error) + func (a *SegmentsApiService) GetSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetSegmentRequest + func (a *SegmentsApiService) GetSegmentExecute(r ApiGetSegmentRequest) (*UserSegment, *http.Response, error) + func (a *SegmentsApiService) GetSegmentMembershipForContext(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetSegmentMembershipForContextRequest + func (a *SegmentsApiService) GetSegmentMembershipForContextExecute(r ApiGetSegmentMembershipForContextRequest) (*BigSegmentTarget, *http.Response, error) + func (a *SegmentsApiService) GetSegmentMembershipForUser(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetSegmentMembershipForUserRequest + func (a *SegmentsApiService) GetSegmentMembershipForUserExecute(r ApiGetSegmentMembershipForUserRequest) (*BigSegmentTarget, *http.Response, error) + func (a *SegmentsApiService) GetSegments(ctx context.Context, projectKey string, environmentKey string) ApiGetSegmentsRequest + func (a *SegmentsApiService) GetSegmentsExecute(r ApiGetSegmentsRequest) (*UserSegments, *http.Response, error) + func (a *SegmentsApiService) PatchExpiringTargetsForSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchExpiringTargetsForSegmentRequest + func (a *SegmentsApiService) PatchExpiringTargetsForSegmentExecute(r ApiPatchExpiringTargetsForSegmentRequest) (*ExpiringTargetPatchResponse, *http.Response, error) + func (a *SegmentsApiService) PatchExpiringUserTargetsForSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchExpiringUserTargetsForSegmentRequest + func (a *SegmentsApiService) PatchExpiringUserTargetsForSegmentExecute(r ApiPatchExpiringUserTargetsForSegmentRequest) (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (a *SegmentsApiService) PatchSegment(ctx context.Context, projectKey string, environmentKey string, ...) ApiPatchSegmentRequest + func (a *SegmentsApiService) PatchSegmentExecute(r ApiPatchSegmentRequest) (*UserSegment, *http.Response, error) + func (a *SegmentsApiService) PostSegment(ctx context.Context, projectKey string, environmentKey string) ApiPostSegmentRequest + func (a *SegmentsApiService) PostSegmentExecute(r ApiPostSegmentRequest) (*UserSegment, *http.Response, error) + func (a *SegmentsApiService) UpdateBigSegmentContextTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiUpdateBigSegmentContextTargetsRequest + func (a *SegmentsApiService) UpdateBigSegmentContextTargetsExecute(r ApiUpdateBigSegmentContextTargetsRequest) (*http.Response, error) + func (a *SegmentsApiService) UpdateBigSegmentTargets(ctx context.Context, projectKey string, environmentKey string, ...) ApiUpdateBigSegmentTargetsRequest + func (a *SegmentsApiService) UpdateBigSegmentTargetsExecute(r ApiUpdateBigSegmentTargetsRequest) (*http.Response, error) + type SegmentsBetaApiService service + func (a *SegmentsBetaApiService) CreateBigSegmentExport(ctx context.Context, projectKey string, environmentKey string, ...) ApiCreateBigSegmentExportRequest + func (a *SegmentsBetaApiService) CreateBigSegmentExportExecute(r ApiCreateBigSegmentExportRequest) (*http.Response, error) + func (a *SegmentsBetaApiService) CreateBigSegmentImport(ctx context.Context, projectKey string, environmentKey string, ...) ApiCreateBigSegmentImportRequest + func (a *SegmentsBetaApiService) CreateBigSegmentImportExecute(r ApiCreateBigSegmentImportRequest) (*http.Response, error) + func (a *SegmentsBetaApiService) GetBigSegmentExport(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetBigSegmentExportRequest + func (a *SegmentsBetaApiService) GetBigSegmentExportExecute(r ApiGetBigSegmentExportRequest) (*Export, *http.Response, error) + func (a *SegmentsBetaApiService) GetBigSegmentImport(ctx context.Context, projectKey string, environmentKey string, ...) ApiGetBigSegmentImportRequest + func (a *SegmentsBetaApiService) GetBigSegmentImportExecute(r ApiGetBigSegmentImportRequest) (*Import, *http.Response, error) + type Series struct + Time int64 + Value float32 + func NewSeries(time int64, value float32) *Series + func NewSeriesWithDefaults() *Series + func (o *Series) GetTime() int64 + func (o *Series) GetTimeOk() (*int64, bool) + func (o *Series) GetValue() float32 + func (o *Series) GetValueOk() (*float32, bool) + func (o *Series) SetTime(v int64) + func (o *Series) SetValue(v float32) + func (o Series) MarshalJSON() ([]byte, error) + type SeriesIntervalsRep struct + Links map[string]interface{} + Series []Series + func NewSeriesIntervalsRep(series []Series, links map[string]interface{}) *SeriesIntervalsRep + func NewSeriesIntervalsRepWithDefaults() *SeriesIntervalsRep + func (o *SeriesIntervalsRep) GetLinks() map[string]interface{} + func (o *SeriesIntervalsRep) GetLinksOk() (map[string]interface{}, bool) + func (o *SeriesIntervalsRep) GetSeries() []Series + func (o *SeriesIntervalsRep) GetSeriesOk() ([]Series, bool) + func (o *SeriesIntervalsRep) SetLinks(v map[string]interface{}) + func (o *SeriesIntervalsRep) SetSeries(v []Series) + func (o SeriesIntervalsRep) MarshalJSON() ([]byte, error) + type SeriesListRep struct + Links map[string]interface{} + Metadata []map[string]interface{} + Series []map[string]int32 + func NewSeriesListRep(links map[string]interface{}, metadata []map[string]interface{}, ...) *SeriesListRep + func NewSeriesListRepWithDefaults() *SeriesListRep + func (o *SeriesListRep) GetLinks() map[string]interface{} + func (o *SeriesListRep) GetLinksOk() (map[string]interface{}, bool) + func (o *SeriesListRep) GetMetadata() []map[string]interface{} + func (o *SeriesListRep) GetMetadataOk() ([]map[string]interface{}, bool) + func (o *SeriesListRep) GetSeries() []map[string]int32 + func (o *SeriesListRep) GetSeriesOk() ([]map[string]int32, bool) + func (o *SeriesListRep) SetLinks(v map[string]interface{}) + func (o *SeriesListRep) SetMetadata(v []map[string]interface{}) + func (o *SeriesListRep) SetSeries(v []map[string]int32) + func (o SeriesListRep) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SlicedResultsRep struct + Attribute *string + AttributeValue *string + TreatmentResults []TreatmentResultRep + func NewSlicedResultsRep() *SlicedResultsRep + func NewSlicedResultsRepWithDefaults() *SlicedResultsRep + func (o *SlicedResultsRep) GetAttribute() string + func (o *SlicedResultsRep) GetAttributeOk() (*string, bool) + func (o *SlicedResultsRep) GetAttributeValue() string + func (o *SlicedResultsRep) GetAttributeValueOk() (*string, bool) + func (o *SlicedResultsRep) GetTreatmentResults() []TreatmentResultRep + func (o *SlicedResultsRep) GetTreatmentResultsOk() ([]TreatmentResultRep, bool) + func (o *SlicedResultsRep) HasAttribute() bool + func (o *SlicedResultsRep) HasAttributeValue() bool + func (o *SlicedResultsRep) HasTreatmentResults() bool + func (o *SlicedResultsRep) SetAttribute(v string) + func (o *SlicedResultsRep) SetAttributeValue(v string) + func (o *SlicedResultsRep) SetTreatmentResults(v []TreatmentResultRep) + func (o SlicedResultsRep) MarshalJSON() ([]byte, error) + type SourceEnv struct + Key *string + Version *int32 + func NewSourceEnv() *SourceEnv + func NewSourceEnvWithDefaults() *SourceEnv + func (o *SourceEnv) GetKey() string + func (o *SourceEnv) GetKeyOk() (*string, bool) + func (o *SourceEnv) GetVersion() int32 + func (o *SourceEnv) GetVersionOk() (*int32, bool) + func (o *SourceEnv) HasKey() bool + func (o *SourceEnv) HasVersion() bool + func (o *SourceEnv) SetKey(v string) + func (o *SourceEnv) SetVersion(v int32) + func (o SourceEnv) MarshalJSON() ([]byte, error) + type SourceFlag struct + Key string + Version *int32 + func NewSourceFlag(key string) *SourceFlag + func NewSourceFlagWithDefaults() *SourceFlag + func (o *SourceFlag) GetKey() string + func (o *SourceFlag) GetKeyOk() (*string, bool) + func (o *SourceFlag) GetVersion() int32 + func (o *SourceFlag) GetVersionOk() (*int32, bool) + func (o *SourceFlag) HasVersion() bool + func (o *SourceFlag) SetKey(v string) + func (o *SourceFlag) SetVersion(v int32) + func (o SourceFlag) MarshalJSON() ([]byte, error) + type StageInput struct + Action *ActionInput + Conditions []ConditionInput + ExecuteConditionsInSequence *bool + Name *string + func NewStageInput() *StageInput + func NewStageInputWithDefaults() *StageInput + func (o *StageInput) GetAction() ActionInput + func (o *StageInput) GetActionOk() (*ActionInput, bool) + func (o *StageInput) GetConditions() []ConditionInput + func (o *StageInput) GetConditionsOk() ([]ConditionInput, bool) + func (o *StageInput) GetExecuteConditionsInSequence() bool + func (o *StageInput) GetExecuteConditionsInSequenceOk() (*bool, bool) + func (o *StageInput) GetName() string + func (o *StageInput) GetNameOk() (*string, bool) + func (o *StageInput) HasAction() bool + func (o *StageInput) HasConditions() bool + func (o *StageInput) HasExecuteConditionsInSequence() bool + func (o *StageInput) HasName() bool + func (o *StageInput) SetAction(v ActionInput) + func (o *StageInput) SetConditions(v []ConditionInput) + func (o *StageInput) SetExecuteConditionsInSequence(v bool) + func (o *StageInput) SetName(v string) + func (o StageInput) MarshalJSON() ([]byte, error) + type StageOutput struct + Action ActionOutput + Conditions []ConditionOutput + Execution ExecutionOutput + Id string + Name *string + func NewStageOutput(id string, conditions []ConditionOutput, action ActionOutput, ...) *StageOutput + func NewStageOutputWithDefaults() *StageOutput + func (o *StageOutput) GetAction() ActionOutput + func (o *StageOutput) GetActionOk() (*ActionOutput, bool) + func (o *StageOutput) GetConditions() []ConditionOutput + func (o *StageOutput) GetConditionsOk() ([]ConditionOutput, bool) + func (o *StageOutput) GetExecution() ExecutionOutput + func (o *StageOutput) GetExecutionOk() (*ExecutionOutput, bool) + func (o *StageOutput) GetId() string + func (o *StageOutput) GetIdOk() (*string, bool) + func (o *StageOutput) GetName() string + func (o *StageOutput) GetNameOk() (*string, bool) + func (o *StageOutput) HasName() bool + func (o *StageOutput) SetAction(v ActionOutput) + func (o *StageOutput) SetConditions(v []ConditionOutput) + func (o *StageOutput) SetExecution(v ExecutionOutput) + func (o *StageOutput) SetId(v string) + func (o *StageOutput) SetName(v string) + func (o StageOutput) MarshalJSON() ([]byte, error) + type Statement struct + Actions []string + Effect string + NotActions []string + NotResources []string + Resources []string + func NewStatement(effect string) *Statement + func NewStatementWithDefaults() *Statement + func (o *Statement) GetActions() []string + func (o *Statement) GetActionsOk() ([]string, bool) + func (o *Statement) GetEffect() string + func (o *Statement) GetEffectOk() (*string, bool) + func (o *Statement) GetNotActions() []string + func (o *Statement) GetNotActionsOk() ([]string, bool) + func (o *Statement) GetNotResources() []string + func (o *Statement) GetNotResourcesOk() ([]string, bool) + func (o *Statement) GetResources() []string + func (o *Statement) GetResourcesOk() ([]string, bool) + func (o *Statement) HasActions() bool + func (o *Statement) HasNotActions() bool + func (o *Statement) HasNotResources() bool + func (o *Statement) HasResources() bool + func (o *Statement) SetActions(v []string) + func (o *Statement) SetEffect(v string) + func (o *Statement) SetNotActions(v []string) + func (o *Statement) SetNotResources(v []string) + func (o *Statement) SetResources(v []string) + func (o Statement) MarshalJSON() ([]byte, error) + type StatementPost struct + Actions []string + Effect string + NotActions []string + NotResources []string + Resources []string + func NewStatementPost(effect string) *StatementPost + func NewStatementPostWithDefaults() *StatementPost + func (o *StatementPost) GetActions() []string + func (o *StatementPost) GetActionsOk() ([]string, bool) + func (o *StatementPost) GetEffect() string + func (o *StatementPost) GetEffectOk() (*string, bool) + func (o *StatementPost) GetNotActions() []string + func (o *StatementPost) GetNotActionsOk() ([]string, bool) + func (o *StatementPost) GetNotResources() []string + func (o *StatementPost) GetNotResourcesOk() ([]string, bool) + func (o *StatementPost) GetResources() []string + func (o *StatementPost) GetResourcesOk() ([]string, bool) + func (o *StatementPost) HasActions() bool + func (o *StatementPost) HasNotActions() bool + func (o *StatementPost) HasNotResources() bool + func (o *StatementPost) HasResources() bool + func (o *StatementPost) SetActions(v []string) + func (o *StatementPost) SetEffect(v string) + func (o *StatementPost) SetNotActions(v []string) + func (o *StatementPost) SetNotResources(v []string) + func (o *StatementPost) SetResources(v []string) + func (o StatementPost) MarshalJSON() ([]byte, error) + type StatementPostData struct + Actions []string + Effect string + NotActions []string + NotResources []string + Resources []string + func NewStatementPostData(effect string) *StatementPostData + func NewStatementPostDataWithDefaults() *StatementPostData + func (o *StatementPostData) GetActions() []string + func (o *StatementPostData) GetActionsOk() ([]string, bool) + func (o *StatementPostData) GetEffect() string + func (o *StatementPostData) GetEffectOk() (*string, bool) + func (o *StatementPostData) GetNotActions() []string + func (o *StatementPostData) GetNotActionsOk() ([]string, bool) + func (o *StatementPostData) GetNotResources() []string + func (o *StatementPostData) GetNotResourcesOk() ([]string, bool) + func (o *StatementPostData) GetResources() []string + func (o *StatementPostData) GetResourcesOk() ([]string, bool) + func (o *StatementPostData) HasActions() bool + func (o *StatementPostData) HasNotActions() bool + func (o *StatementPostData) HasNotResources() bool + func (o *StatementPostData) HasResources() bool + func (o *StatementPostData) SetActions(v []string) + func (o *StatementPostData) SetEffect(v string) + func (o *StatementPostData) SetNotActions(v []string) + func (o *StatementPostData) SetNotResources(v []string) + func (o *StatementPostData) SetResources(v []string) + func (o StatementPostData) MarshalJSON() ([]byte, error) + type StatisticCollectionRep struct + Flags map[string][]StatisticRep + Links map[string]Link + func NewStatisticCollectionRep(flags map[string][]StatisticRep, links map[string]Link) *StatisticCollectionRep + func NewStatisticCollectionRepWithDefaults() *StatisticCollectionRep + func (o *StatisticCollectionRep) GetFlags() map[string][]StatisticRep + func (o *StatisticCollectionRep) GetFlagsOk() (*map[string][]StatisticRep, bool) + func (o *StatisticCollectionRep) GetLinks() map[string]Link + func (o *StatisticCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *StatisticCollectionRep) SetFlags(v map[string][]StatisticRep) + func (o *StatisticCollectionRep) SetLinks(v map[string]Link) + func (o StatisticCollectionRep) MarshalJSON() ([]byte, error) + type StatisticRep struct + DefaultBranch string + Enabled bool + FileCount int32 + HunkCount int32 + Links map[string]Link + Name string + SourceLink string + Version int32 + func NewStatisticRep(name string, sourceLink string, defaultBranch string, enabled bool, ...) *StatisticRep + func NewStatisticRepWithDefaults() *StatisticRep + func (o *StatisticRep) GetDefaultBranch() string + func (o *StatisticRep) GetDefaultBranchOk() (*string, bool) + func (o *StatisticRep) GetEnabled() bool + func (o *StatisticRep) GetEnabledOk() (*bool, bool) + func (o *StatisticRep) GetFileCount() int32 + func (o *StatisticRep) GetFileCountOk() (*int32, bool) + func (o *StatisticRep) GetHunkCount() int32 + func (o *StatisticRep) GetHunkCountOk() (*int32, bool) + func (o *StatisticRep) GetLinks() map[string]Link + func (o *StatisticRep) GetLinksOk() (*map[string]Link, bool) + func (o *StatisticRep) GetName() string + func (o *StatisticRep) GetNameOk() (*string, bool) + func (o *StatisticRep) GetSourceLink() string + func (o *StatisticRep) GetSourceLinkOk() (*string, bool) + func (o *StatisticRep) GetVersion() int32 + func (o *StatisticRep) GetVersionOk() (*int32, bool) + func (o *StatisticRep) SetDefaultBranch(v string) + func (o *StatisticRep) SetEnabled(v bool) + func (o *StatisticRep) SetFileCount(v int32) + func (o *StatisticRep) SetHunkCount(v int32) + func (o *StatisticRep) SetLinks(v map[string]Link) + func (o *StatisticRep) SetName(v string) + func (o *StatisticRep) SetSourceLink(v string) + func (o *StatisticRep) SetVersion(v int32) + func (o StatisticRep) MarshalJSON() ([]byte, error) + type StatisticsRep struct + Items []StatisticRep + Links *map[string]Link + func NewStatisticsRep() *StatisticsRep + func NewStatisticsRepWithDefaults() *StatisticsRep + func (o *StatisticsRep) GetItems() []StatisticRep + func (o *StatisticsRep) GetItemsOk() ([]StatisticRep, bool) + func (o *StatisticsRep) GetLinks() map[string]Link + func (o *StatisticsRep) GetLinksOk() (*map[string]Link, bool) + func (o *StatisticsRep) HasItems() bool + func (o *StatisticsRep) HasLinks() bool + func (o *StatisticsRep) SetItems(v []StatisticRep) + func (o *StatisticsRep) SetLinks(v map[string]Link) + func (o StatisticsRep) MarshalJSON() ([]byte, error) + type StatisticsRoot struct + Projects []Link + Self *Link + func NewStatisticsRoot() *StatisticsRoot + func NewStatisticsRootWithDefaults() *StatisticsRoot + func (o *StatisticsRoot) GetProjects() []Link + func (o *StatisticsRoot) GetProjectsOk() ([]Link, bool) + func (o *StatisticsRoot) GetSelf() Link + func (o *StatisticsRoot) GetSelfOk() (*Link, bool) + func (o *StatisticsRoot) HasProjects() bool + func (o *StatisticsRoot) HasSelf() bool + func (o *StatisticsRoot) SetProjects(v []Link) + func (o *StatisticsRoot) SetSelf(v Link) + func (o StatisticsRoot) MarshalJSON() ([]byte, error) + type StatusConflictErrorRep struct + Code string + Message string + func NewStatusConflictErrorRep(code string, message string) *StatusConflictErrorRep + func NewStatusConflictErrorRepWithDefaults() *StatusConflictErrorRep + func (o *StatusConflictErrorRep) GetCode() string + func (o *StatusConflictErrorRep) GetCodeOk() (*string, bool) + func (o *StatusConflictErrorRep) GetMessage() string + func (o *StatusConflictErrorRep) GetMessageOk() (*string, bool) + func (o *StatusConflictErrorRep) SetCode(v string) + func (o *StatusConflictErrorRep) SetMessage(v string) + func (o StatusConflictErrorRep) MarshalJSON() ([]byte, error) + type StatusServiceUnavailable struct + Code string + Message string + func NewStatusServiceUnavailable(code string, message string) *StatusServiceUnavailable + func NewStatusServiceUnavailableWithDefaults() *StatusServiceUnavailable + func (o *StatusServiceUnavailable) GetCode() string + func (o *StatusServiceUnavailable) GetCodeOk() (*string, bool) + func (o *StatusServiceUnavailable) GetMessage() string + func (o *StatusServiceUnavailable) GetMessageOk() (*string, bool) + func (o *StatusServiceUnavailable) SetCode(v string) + func (o *StatusServiceUnavailable) SetMessage(v string) + func (o StatusServiceUnavailable) MarshalJSON() ([]byte, error) + type SubjectDataRep struct + AvatarUrl *string + Links *map[string]Link + Name *string + func NewSubjectDataRep() *SubjectDataRep + func NewSubjectDataRepWithDefaults() *SubjectDataRep + func (o *SubjectDataRep) GetAvatarUrl() string + func (o *SubjectDataRep) GetAvatarUrlOk() (*string, bool) + func (o *SubjectDataRep) GetLinks() map[string]Link + func (o *SubjectDataRep) GetLinksOk() (*map[string]Link, bool) + func (o *SubjectDataRep) GetName() string + func (o *SubjectDataRep) GetNameOk() (*string, bool) + func (o *SubjectDataRep) HasAvatarUrl() bool + func (o *SubjectDataRep) HasLinks() bool + func (o *SubjectDataRep) HasName() bool + func (o *SubjectDataRep) SetAvatarUrl(v string) + func (o *SubjectDataRep) SetLinks(v map[string]Link) + func (o *SubjectDataRep) SetName(v string) + func (o SubjectDataRep) MarshalJSON() ([]byte, error) + type SubscriptionPost struct + ApiKey *string + Config map[string]interface{} + Name string + On *bool + Statements []StatementPost + Tags []string + Url *string + func NewSubscriptionPost(name string, config map[string]interface{}) *SubscriptionPost + func NewSubscriptionPostWithDefaults() *SubscriptionPost + func (o *SubscriptionPost) GetApiKey() string + func (o *SubscriptionPost) GetApiKeyOk() (*string, bool) + func (o *SubscriptionPost) GetConfig() map[string]interface{} + func (o *SubscriptionPost) GetConfigOk() (map[string]interface{}, bool) + func (o *SubscriptionPost) GetName() string + func (o *SubscriptionPost) GetNameOk() (*string, bool) + func (o *SubscriptionPost) GetOn() bool + func (o *SubscriptionPost) GetOnOk() (*bool, bool) + func (o *SubscriptionPost) GetStatements() []StatementPost + func (o *SubscriptionPost) GetStatementsOk() ([]StatementPost, bool) + func (o *SubscriptionPost) GetTags() []string + func (o *SubscriptionPost) GetTagsOk() ([]string, bool) + func (o *SubscriptionPost) GetUrl() string + func (o *SubscriptionPost) GetUrlOk() (*string, bool) + func (o *SubscriptionPost) HasApiKey() bool + func (o *SubscriptionPost) HasOn() bool + func (o *SubscriptionPost) HasStatements() bool + func (o *SubscriptionPost) HasTags() bool + func (o *SubscriptionPost) HasUrl() bool + func (o *SubscriptionPost) SetApiKey(v string) + func (o *SubscriptionPost) SetConfig(v map[string]interface{}) + func (o *SubscriptionPost) SetName(v string) + func (o *SubscriptionPost) SetOn(v bool) + func (o *SubscriptionPost) SetStatements(v []StatementPost) + func (o *SubscriptionPost) SetTags(v []string) + func (o *SubscriptionPost) SetUrl(v string) + func (o SubscriptionPost) MarshalJSON() ([]byte, error) + type TagCollection struct + Items []string + Links map[string]Link + TotalCount *int32 + func NewTagCollection(items []string, links map[string]Link) *TagCollection + func NewTagCollectionWithDefaults() *TagCollection + func (o *TagCollection) GetItems() []string + func (o *TagCollection) GetItemsOk() ([]string, bool) + func (o *TagCollection) GetLinks() map[string]Link + func (o *TagCollection) GetLinksOk() (*map[string]Link, bool) + func (o *TagCollection) GetTotalCount() int32 + func (o *TagCollection) GetTotalCountOk() (*int32, bool) + func (o *TagCollection) HasTotalCount() bool + func (o *TagCollection) SetItems(v []string) + func (o *TagCollection) SetLinks(v map[string]Link) + func (o *TagCollection) SetTotalCount(v int32) + func (o TagCollection) MarshalJSON() ([]byte, error) + type TagsApiService service + func (a *TagsApiService) GetTags(ctx context.Context) ApiGetTagsRequest + func (a *TagsApiService) GetTagsExecute(r ApiGetTagsRequest) (*TagCollection, *http.Response, error) + type Target struct + ContextKind *string + Values []string + Variation int32 + func NewTarget(values []string, variation int32) *Target + func NewTargetWithDefaults() *Target + func (o *Target) GetContextKind() string + func (o *Target) GetContextKindOk() (*string, bool) + func (o *Target) GetValues() []string + func (o *Target) GetValuesOk() ([]string, bool) + func (o *Target) GetVariation() int32 + func (o *Target) GetVariationOk() (*int32, bool) + func (o *Target) HasContextKind() bool + func (o *Target) SetContextKind(v string) + func (o *Target) SetValues(v []string) + func (o *Target) SetVariation(v int32) + func (o Target) MarshalJSON() ([]byte, error) + type TargetResourceRep struct + Links *map[string]Link + Name *string + Resources []string + func NewTargetResourceRep() *TargetResourceRep + func NewTargetResourceRepWithDefaults() *TargetResourceRep + func (o *TargetResourceRep) GetLinks() map[string]Link + func (o *TargetResourceRep) GetLinksOk() (*map[string]Link, bool) + func (o *TargetResourceRep) GetName() string + func (o *TargetResourceRep) GetNameOk() (*string, bool) + func (o *TargetResourceRep) GetResources() []string + func (o *TargetResourceRep) GetResourcesOk() ([]string, bool) + func (o *TargetResourceRep) HasLinks() bool + func (o *TargetResourceRep) HasName() bool + func (o *TargetResourceRep) HasResources() bool + func (o *TargetResourceRep) SetLinks(v map[string]Link) + func (o *TargetResourceRep) SetName(v string) + func (o *TargetResourceRep) SetResources(v []string) + func (o TargetResourceRep) MarshalJSON() ([]byte, error) + type Team struct + Access *Access + CreationDate *int64 + Description *string + IdpSynced *bool + Key *string + LastModified *int64 + Links *map[string]Link + Maintainers *TeamMaintainers + Members *TeamMembers + Name *string + Projects *TeamProjects + Roles *TeamCustomRoles + Version *int32 + func NewTeam() *Team + func NewTeamWithDefaults() *Team + func (o *Team) GetAccess() Access + func (o *Team) GetAccessOk() (*Access, bool) + func (o *Team) GetCreationDate() int64 + func (o *Team) GetCreationDateOk() (*int64, bool) + func (o *Team) GetDescription() string + func (o *Team) GetDescriptionOk() (*string, bool) + func (o *Team) GetIdpSynced() bool + func (o *Team) GetIdpSyncedOk() (*bool, bool) + func (o *Team) GetKey() string + func (o *Team) GetKeyOk() (*string, bool) + func (o *Team) GetLastModified() int64 + func (o *Team) GetLastModifiedOk() (*int64, bool) + func (o *Team) GetLinks() map[string]Link + func (o *Team) GetLinksOk() (*map[string]Link, bool) + func (o *Team) GetMaintainers() TeamMaintainers + func (o *Team) GetMaintainersOk() (*TeamMaintainers, bool) + func (o *Team) GetMembers() TeamMembers + func (o *Team) GetMembersOk() (*TeamMembers, bool) + func (o *Team) GetName() string + func (o *Team) GetNameOk() (*string, bool) + func (o *Team) GetProjects() TeamProjects + func (o *Team) GetProjectsOk() (*TeamProjects, bool) + func (o *Team) GetRoles() TeamCustomRoles + func (o *Team) GetRolesOk() (*TeamCustomRoles, bool) + func (o *Team) GetVersion() int32 + func (o *Team) GetVersionOk() (*int32, bool) + func (o *Team) HasAccess() bool + func (o *Team) HasCreationDate() bool + func (o *Team) HasDescription() bool + func (o *Team) HasIdpSynced() bool + func (o *Team) HasKey() bool + func (o *Team) HasLastModified() bool + func (o *Team) HasLinks() bool + func (o *Team) HasMaintainers() bool + func (o *Team) HasMembers() bool + func (o *Team) HasName() bool + func (o *Team) HasProjects() bool + func (o *Team) HasRoles() bool + func (o *Team) HasVersion() bool + func (o *Team) SetAccess(v Access) + func (o *Team) SetCreationDate(v int64) + func (o *Team) SetDescription(v string) + func (o *Team) SetIdpSynced(v bool) + func (o *Team) SetKey(v string) + func (o *Team) SetLastModified(v int64) + func (o *Team) SetLinks(v map[string]Link) + func (o *Team) SetMaintainers(v TeamMaintainers) + func (o *Team) SetMembers(v TeamMembers) + func (o *Team) SetName(v string) + func (o *Team) SetProjects(v TeamProjects) + func (o *Team) SetRoles(v TeamCustomRoles) + func (o *Team) SetVersion(v int32) + func (o Team) MarshalJSON() ([]byte, error) + type TeamCustomRole struct + AppliedOn *int64 + Key *string + Name *string + Projects *TeamProjects + func NewTeamCustomRole() *TeamCustomRole + func NewTeamCustomRoleWithDefaults() *TeamCustomRole + func (o *TeamCustomRole) GetAppliedOn() int64 + func (o *TeamCustomRole) GetAppliedOnOk() (*int64, bool) + func (o *TeamCustomRole) GetKey() string + func (o *TeamCustomRole) GetKeyOk() (*string, bool) + func (o *TeamCustomRole) GetName() string + func (o *TeamCustomRole) GetNameOk() (*string, bool) + func (o *TeamCustomRole) GetProjects() TeamProjects + func (o *TeamCustomRole) GetProjectsOk() (*TeamProjects, bool) + func (o *TeamCustomRole) HasAppliedOn() bool + func (o *TeamCustomRole) HasKey() bool + func (o *TeamCustomRole) HasName() bool + func (o *TeamCustomRole) HasProjects() bool + func (o *TeamCustomRole) SetAppliedOn(v int64) + func (o *TeamCustomRole) SetKey(v string) + func (o *TeamCustomRole) SetName(v string) + func (o *TeamCustomRole) SetProjects(v TeamProjects) + func (o TeamCustomRole) MarshalJSON() ([]byte, error) + type TeamCustomRoles struct + Items []TeamCustomRole + Links *map[string]Link + TotalCount *int32 + func NewTeamCustomRoles() *TeamCustomRoles + func NewTeamCustomRolesWithDefaults() *TeamCustomRoles + func (o *TeamCustomRoles) GetItems() []TeamCustomRole + func (o *TeamCustomRoles) GetItemsOk() ([]TeamCustomRole, bool) + func (o *TeamCustomRoles) GetLinks() map[string]Link + func (o *TeamCustomRoles) GetLinksOk() (*map[string]Link, bool) + func (o *TeamCustomRoles) GetTotalCount() int32 + func (o *TeamCustomRoles) GetTotalCountOk() (*int32, bool) + func (o *TeamCustomRoles) HasItems() bool + func (o *TeamCustomRoles) HasLinks() bool + func (o *TeamCustomRoles) HasTotalCount() bool + func (o *TeamCustomRoles) SetItems(v []TeamCustomRole) + func (o *TeamCustomRoles) SetLinks(v map[string]Link) + func (o *TeamCustomRoles) SetTotalCount(v int32) + func (o TeamCustomRoles) MarshalJSON() ([]byte, error) + type TeamImportsRep struct + Items []MemberImportItem + func NewTeamImportsRep() *TeamImportsRep + func NewTeamImportsRepWithDefaults() *TeamImportsRep + func (o *TeamImportsRep) GetItems() []MemberImportItem + func (o *TeamImportsRep) GetItemsOk() ([]MemberImportItem, bool) + func (o *TeamImportsRep) HasItems() bool + func (o *TeamImportsRep) SetItems(v []MemberImportItem) + func (o TeamImportsRep) MarshalJSON() ([]byte, error) + type TeamInput struct + Key *string + func NewTeamInput() *TeamInput + func NewTeamInputWithDefaults() *TeamInput + func (o *TeamInput) GetKey() string + func (o *TeamInput) GetKeyOk() (*string, bool) + func (o *TeamInput) HasKey() bool + func (o *TeamInput) SetKey(v string) + func (o TeamInput) MarshalJSON() ([]byte, error) + type TeamMaintainers struct + Items []MemberSummary + Links *map[string]Link + TotalCount *int32 + func NewTeamMaintainers() *TeamMaintainers + func NewTeamMaintainersWithDefaults() *TeamMaintainers + func (o *TeamMaintainers) GetItems() []MemberSummary + func (o *TeamMaintainers) GetItemsOk() ([]MemberSummary, bool) + func (o *TeamMaintainers) GetLinks() map[string]Link + func (o *TeamMaintainers) GetLinksOk() (*map[string]Link, bool) + func (o *TeamMaintainers) GetTotalCount() int32 + func (o *TeamMaintainers) GetTotalCountOk() (*int32, bool) + func (o *TeamMaintainers) HasItems() bool + func (o *TeamMaintainers) HasLinks() bool + func (o *TeamMaintainers) HasTotalCount() bool + func (o *TeamMaintainers) SetItems(v []MemberSummary) + func (o *TeamMaintainers) SetLinks(v map[string]Link) + func (o *TeamMaintainers) SetTotalCount(v int32) + func (o TeamMaintainers) MarshalJSON() ([]byte, error) + type TeamMembers struct + TotalCount *int32 + func NewTeamMembers() *TeamMembers + func NewTeamMembersWithDefaults() *TeamMembers + func (o *TeamMembers) GetTotalCount() int32 + func (o *TeamMembers) GetTotalCountOk() (*int32, bool) + func (o *TeamMembers) HasTotalCount() bool + func (o *TeamMembers) SetTotalCount(v int32) + func (o TeamMembers) MarshalJSON() ([]byte, error) + type TeamPatchInput struct + Comment *string + Instructions []map[string]interface{} + func NewTeamPatchInput(instructions []map[string]interface{}) *TeamPatchInput + func NewTeamPatchInputWithDefaults() *TeamPatchInput + func (o *TeamPatchInput) GetComment() string + func (o *TeamPatchInput) GetCommentOk() (*string, bool) + func (o *TeamPatchInput) GetInstructions() []map[string]interface{} + func (o *TeamPatchInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *TeamPatchInput) HasComment() bool + func (o *TeamPatchInput) SetComment(v string) + func (o *TeamPatchInput) SetInstructions(v []map[string]interface{}) + func (o TeamPatchInput) MarshalJSON() ([]byte, error) + type TeamPostInput struct + CustomRoleKeys []string + Description *string + Key string + MemberIDs []string + Name string + PermissionGrants []PermissionGrantInput + func NewTeamPostInput(key string, name string) *TeamPostInput + func NewTeamPostInputWithDefaults() *TeamPostInput + func (o *TeamPostInput) GetCustomRoleKeys() []string + func (o *TeamPostInput) GetCustomRoleKeysOk() ([]string, bool) + func (o *TeamPostInput) GetDescription() string + func (o *TeamPostInput) GetDescriptionOk() (*string, bool) + func (o *TeamPostInput) GetKey() string + func (o *TeamPostInput) GetKeyOk() (*string, bool) + func (o *TeamPostInput) GetMemberIDs() []string + func (o *TeamPostInput) GetMemberIDsOk() ([]string, bool) + func (o *TeamPostInput) GetName() string + func (o *TeamPostInput) GetNameOk() (*string, bool) + func (o *TeamPostInput) GetPermissionGrants() []PermissionGrantInput + func (o *TeamPostInput) GetPermissionGrantsOk() ([]PermissionGrantInput, bool) + func (o *TeamPostInput) HasCustomRoleKeys() bool + func (o *TeamPostInput) HasDescription() bool + func (o *TeamPostInput) HasMemberIDs() bool + func (o *TeamPostInput) HasPermissionGrants() bool + func (o *TeamPostInput) SetCustomRoleKeys(v []string) + func (o *TeamPostInput) SetDescription(v string) + func (o *TeamPostInput) SetKey(v string) + func (o *TeamPostInput) SetMemberIDs(v []string) + func (o *TeamPostInput) SetName(v string) + func (o *TeamPostInput) SetPermissionGrants(v []PermissionGrantInput) + func (o TeamPostInput) MarshalJSON() ([]byte, error) + type TeamProjects struct + Items []ProjectSummary + TotalCount *int32 + func NewTeamProjects() *TeamProjects + func NewTeamProjectsWithDefaults() *TeamProjects + func (o *TeamProjects) GetItems() []ProjectSummary + func (o *TeamProjects) GetItemsOk() ([]ProjectSummary, bool) + func (o *TeamProjects) GetTotalCount() int32 + func (o *TeamProjects) GetTotalCountOk() (*int32, bool) + func (o *TeamProjects) HasItems() bool + func (o *TeamProjects) HasTotalCount() bool + func (o *TeamProjects) SetItems(v []ProjectSummary) + func (o *TeamProjects) SetTotalCount(v int32) + func (o TeamProjects) MarshalJSON() ([]byte, error) + type TeamRepExpandableProperties struct + Maintainers *TeamMaintainers + Members *TeamMembers + Projects *TeamProjects + Roles *TeamCustomRoles + func NewTeamRepExpandableProperties() *TeamRepExpandableProperties + func NewTeamRepExpandablePropertiesWithDefaults() *TeamRepExpandableProperties + func (o *TeamRepExpandableProperties) GetMaintainers() TeamMaintainers + func (o *TeamRepExpandableProperties) GetMaintainersOk() (*TeamMaintainers, bool) + func (o *TeamRepExpandableProperties) GetMembers() TeamMembers + func (o *TeamRepExpandableProperties) GetMembersOk() (*TeamMembers, bool) + func (o *TeamRepExpandableProperties) GetProjects() TeamProjects + func (o *TeamRepExpandableProperties) GetProjectsOk() (*TeamProjects, bool) + func (o *TeamRepExpandableProperties) GetRoles() TeamCustomRoles + func (o *TeamRepExpandableProperties) GetRolesOk() (*TeamCustomRoles, bool) + func (o *TeamRepExpandableProperties) HasMaintainers() bool + func (o *TeamRepExpandableProperties) HasMembers() bool + func (o *TeamRepExpandableProperties) HasProjects() bool + func (o *TeamRepExpandableProperties) HasRoles() bool + func (o *TeamRepExpandableProperties) SetMaintainers(v TeamMaintainers) + func (o *TeamRepExpandableProperties) SetMembers(v TeamMembers) + func (o *TeamRepExpandableProperties) SetProjects(v TeamProjects) + func (o *TeamRepExpandableProperties) SetRoles(v TeamCustomRoles) + func (o TeamRepExpandableProperties) MarshalJSON() ([]byte, error) + type Teams struct + Items []Team + Links *map[string]Link + TotalCount *int32 + func NewTeams() *Teams + func NewTeamsWithDefaults() *Teams + func (o *Teams) GetItems() []Team + func (o *Teams) GetItemsOk() ([]Team, bool) + func (o *Teams) GetLinks() map[string]Link + func (o *Teams) GetLinksOk() (*map[string]Link, bool) + func (o *Teams) GetTotalCount() int32 + func (o *Teams) GetTotalCountOk() (*int32, bool) + func (o *Teams) HasItems() bool + func (o *Teams) HasLinks() bool + func (o *Teams) HasTotalCount() bool + func (o *Teams) SetItems(v []Team) + func (o *Teams) SetLinks(v map[string]Link) + func (o *Teams) SetTotalCount(v int32) + func (o Teams) MarshalJSON() ([]byte, error) + type TeamsApiService service + func (a *TeamsApiService) DeleteTeam(ctx context.Context, teamKey string) ApiDeleteTeamRequest + func (a *TeamsApiService) DeleteTeamExecute(r ApiDeleteTeamRequest) (*http.Response, error) + func (a *TeamsApiService) GetTeam(ctx context.Context, teamKey string) ApiGetTeamRequest + func (a *TeamsApiService) GetTeamExecute(r ApiGetTeamRequest) (*Team, *http.Response, error) + func (a *TeamsApiService) GetTeamMaintainers(ctx context.Context, teamKey string) ApiGetTeamMaintainersRequest + func (a *TeamsApiService) GetTeamMaintainersExecute(r ApiGetTeamMaintainersRequest) (*TeamMaintainers, *http.Response, error) + func (a *TeamsApiService) GetTeamRoles(ctx context.Context, teamKey string) ApiGetTeamRolesRequest + func (a *TeamsApiService) GetTeamRolesExecute(r ApiGetTeamRolesRequest) (*TeamCustomRoles, *http.Response, error) + func (a *TeamsApiService) GetTeams(ctx context.Context) ApiGetTeamsRequest + func (a *TeamsApiService) GetTeamsExecute(r ApiGetTeamsRequest) (*Teams, *http.Response, error) + func (a *TeamsApiService) PatchTeam(ctx context.Context, teamKey string) ApiPatchTeamRequest + func (a *TeamsApiService) PatchTeamExecute(r ApiPatchTeamRequest) (*Team, *http.Response, error) + func (a *TeamsApiService) PostTeam(ctx context.Context) ApiPostTeamRequest + func (a *TeamsApiService) PostTeamExecute(r ApiPostTeamRequest) (*Team, *http.Response, error) + func (a *TeamsApiService) PostTeamMembers(ctx context.Context, teamKey string) ApiPostTeamMembersRequest + func (a *TeamsApiService) PostTeamMembersExecute(r ApiPostTeamMembersRequest) (*TeamImportsRep, *http.Response, error) + type TeamsBetaApiService service + func (a *TeamsBetaApiService) PatchTeams(ctx context.Context) ApiPatchTeamsRequest + func (a *TeamsBetaApiService) PatchTeamsExecute(r ApiPatchTeamsRequest) (*BulkEditTeamsRep, *http.Response, error) + type TeamsPatchInput struct + Comment *string + Instructions []map[string]interface{} + func NewTeamsPatchInput(instructions []map[string]interface{}) *TeamsPatchInput + func NewTeamsPatchInputWithDefaults() *TeamsPatchInput + func (o *TeamsPatchInput) GetComment() string + func (o *TeamsPatchInput) GetCommentOk() (*string, bool) + func (o *TeamsPatchInput) GetInstructions() []map[string]interface{} + func (o *TeamsPatchInput) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *TeamsPatchInput) HasComment() bool + func (o *TeamsPatchInput) SetComment(v string) + func (o *TeamsPatchInput) SetInstructions(v []map[string]interface{}) + func (o TeamsPatchInput) MarshalJSON() ([]byte, error) + type TimestampRep struct + Milliseconds *int64 + Rfc3339 *string + Seconds *int64 + Simple *string + func NewTimestampRep() *TimestampRep + func NewTimestampRepWithDefaults() *TimestampRep + func (o *TimestampRep) GetMilliseconds() int64 + func (o *TimestampRep) GetMillisecondsOk() (*int64, bool) + func (o *TimestampRep) GetRfc3339() string + func (o *TimestampRep) GetRfc3339Ok() (*string, bool) + func (o *TimestampRep) GetSeconds() int64 + func (o *TimestampRep) GetSecondsOk() (*int64, bool) + func (o *TimestampRep) GetSimple() string + func (o *TimestampRep) GetSimpleOk() (*string, bool) + func (o *TimestampRep) HasMilliseconds() bool + func (o *TimestampRep) HasRfc3339() bool + func (o *TimestampRep) HasSeconds() bool + func (o *TimestampRep) HasSimple() bool + func (o *TimestampRep) SetMilliseconds(v int64) + func (o *TimestampRep) SetRfc3339(v string) + func (o *TimestampRep) SetSeconds(v int64) + func (o *TimestampRep) SetSimple(v string) + func (o TimestampRep) MarshalJSON() ([]byte, error) + type TitleRep struct + App *AuthorizedAppDataRep + Member *MemberDataRep + Parent *ParentResourceRep + Subject *SubjectDataRep + Target *TargetResourceRep + Title *string + TitleVerb *string + Token *TokenSummary + func NewTitleRep() *TitleRep + func NewTitleRepWithDefaults() *TitleRep + func (o *TitleRep) GetApp() AuthorizedAppDataRep + func (o *TitleRep) GetAppOk() (*AuthorizedAppDataRep, bool) + func (o *TitleRep) GetMember() MemberDataRep + func (o *TitleRep) GetMemberOk() (*MemberDataRep, bool) + func (o *TitleRep) GetParent() ParentResourceRep + func (o *TitleRep) GetParentOk() (*ParentResourceRep, bool) + func (o *TitleRep) GetSubject() SubjectDataRep + func (o *TitleRep) GetSubjectOk() (*SubjectDataRep, bool) + func (o *TitleRep) GetTarget() TargetResourceRep + func (o *TitleRep) GetTargetOk() (*TargetResourceRep, bool) + func (o *TitleRep) GetTitle() string + func (o *TitleRep) GetTitleOk() (*string, bool) + func (o *TitleRep) GetTitleVerb() string + func (o *TitleRep) GetTitleVerbOk() (*string, bool) + func (o *TitleRep) GetToken() TokenSummary + func (o *TitleRep) GetTokenOk() (*TokenSummary, bool) + func (o *TitleRep) HasApp() bool + func (o *TitleRep) HasMember() bool + func (o *TitleRep) HasParent() bool + func (o *TitleRep) HasSubject() bool + func (o *TitleRep) HasTarget() bool + func (o *TitleRep) HasTitle() bool + func (o *TitleRep) HasTitleVerb() bool + func (o *TitleRep) HasToken() bool + func (o *TitleRep) SetApp(v AuthorizedAppDataRep) + func (o *TitleRep) SetMember(v MemberDataRep) + func (o *TitleRep) SetParent(v ParentResourceRep) + func (o *TitleRep) SetSubject(v SubjectDataRep) + func (o *TitleRep) SetTarget(v TargetResourceRep) + func (o *TitleRep) SetTitle(v string) + func (o *TitleRep) SetTitleVerb(v string) + func (o *TitleRep) SetToken(v TokenSummary) + func (o TitleRep) MarshalJSON() ([]byte, error) + type Token struct + CreationDate int64 + CustomRoleIds []string + DefaultApiVersion *int32 + Description *string + Id string + InlineRole []Statement + LastModified int64 + LastUsed *int64 + Links map[string]Link + Member *MemberSummary + MemberId string + Name *string + OwnerId string + Role *string + ServiceToken *bool + Token *string + func NewToken(id string, ownerId string, memberId string, creationDate int64, ...) *Token + func NewTokenWithDefaults() *Token + func (o *Token) GetCreationDate() int64 + func (o *Token) GetCreationDateOk() (*int64, bool) + func (o *Token) GetCustomRoleIds() []string + func (o *Token) GetCustomRoleIdsOk() ([]string, bool) + func (o *Token) GetDefaultApiVersion() int32 + func (o *Token) GetDefaultApiVersionOk() (*int32, bool) + func (o *Token) GetDescription() string + func (o *Token) GetDescriptionOk() (*string, bool) + func (o *Token) GetId() string + func (o *Token) GetIdOk() (*string, bool) + func (o *Token) GetInlineRole() []Statement + func (o *Token) GetInlineRoleOk() ([]Statement, bool) + func (o *Token) GetLastModified() int64 + func (o *Token) GetLastModifiedOk() (*int64, bool) + func (o *Token) GetLastUsed() int64 + func (o *Token) GetLastUsedOk() (*int64, bool) + func (o *Token) GetLinks() map[string]Link + func (o *Token) GetLinksOk() (*map[string]Link, bool) + func (o *Token) GetMember() MemberSummary + func (o *Token) GetMemberId() string + func (o *Token) GetMemberIdOk() (*string, bool) + func (o *Token) GetMemberOk() (*MemberSummary, bool) + func (o *Token) GetName() string + func (o *Token) GetNameOk() (*string, bool) + func (o *Token) GetOwnerId() string + func (o *Token) GetOwnerIdOk() (*string, bool) + func (o *Token) GetRole() string + func (o *Token) GetRoleOk() (*string, bool) + func (o *Token) GetServiceToken() bool + func (o *Token) GetServiceTokenOk() (*bool, bool) + func (o *Token) GetToken() string + func (o *Token) GetTokenOk() (*string, bool) + func (o *Token) HasCustomRoleIds() bool + func (o *Token) HasDefaultApiVersion() bool + func (o *Token) HasDescription() bool + func (o *Token) HasInlineRole() bool + func (o *Token) HasLastUsed() bool + func (o *Token) HasMember() bool + func (o *Token) HasName() bool + func (o *Token) HasRole() bool + func (o *Token) HasServiceToken() bool + func (o *Token) HasToken() bool + func (o *Token) SetCreationDate(v int64) + func (o *Token) SetCustomRoleIds(v []string) + func (o *Token) SetDefaultApiVersion(v int32) + func (o *Token) SetDescription(v string) + func (o *Token) SetId(v string) + func (o *Token) SetInlineRole(v []Statement) + func (o *Token) SetLastModified(v int64) + func (o *Token) SetLastUsed(v int64) + func (o *Token) SetLinks(v map[string]Link) + func (o *Token) SetMember(v MemberSummary) + func (o *Token) SetMemberId(v string) + func (o *Token) SetName(v string) + func (o *Token) SetOwnerId(v string) + func (o *Token) SetRole(v string) + func (o *Token) SetServiceToken(v bool) + func (o *Token) SetToken(v string) + func (o Token) MarshalJSON() ([]byte, error) + type TokenSummary struct + Ending *string + Id *string + Links *map[string]Link + Name *string + ServiceToken *bool + func NewTokenSummary() *TokenSummary + func NewTokenSummaryWithDefaults() *TokenSummary + func (o *TokenSummary) GetEnding() string + func (o *TokenSummary) GetEndingOk() (*string, bool) + func (o *TokenSummary) GetId() string + func (o *TokenSummary) GetIdOk() (*string, bool) + func (o *TokenSummary) GetLinks() map[string]Link + func (o *TokenSummary) GetLinksOk() (*map[string]Link, bool) + func (o *TokenSummary) GetName() string + func (o *TokenSummary) GetNameOk() (*string, bool) + func (o *TokenSummary) GetServiceToken() bool + func (o *TokenSummary) GetServiceTokenOk() (*bool, bool) + func (o *TokenSummary) HasEnding() bool + func (o *TokenSummary) HasId() bool + func (o *TokenSummary) HasLinks() bool + func (o *TokenSummary) HasName() bool + func (o *TokenSummary) HasServiceToken() bool + func (o *TokenSummary) SetEnding(v string) + func (o *TokenSummary) SetId(v string) + func (o *TokenSummary) SetLinks(v map[string]Link) + func (o *TokenSummary) SetName(v string) + func (o *TokenSummary) SetServiceToken(v bool) + func (o TokenSummary) MarshalJSON() ([]byte, error) + type Tokens struct + Items []Token + Links *map[string]Link + func NewTokens() *Tokens + func NewTokensWithDefaults() *Tokens + func (o *Tokens) GetItems() []Token + func (o *Tokens) GetItemsOk() ([]Token, bool) + func (o *Tokens) GetLinks() map[string]Link + func (o *Tokens) GetLinksOk() (*map[string]Link, bool) + func (o *Tokens) HasItems() bool + func (o *Tokens) HasLinks() bool + func (o *Tokens) SetItems(v []Token) + func (o *Tokens) SetLinks(v map[string]Link) + func (o Tokens) MarshalJSON() ([]byte, error) + type TreatmentInput struct + AllocationPercent string + Baseline bool + Name string + Parameters []TreatmentParameterInput + func NewTreatmentInput(name string, baseline bool, allocationPercent string, ...) *TreatmentInput + func NewTreatmentInputWithDefaults() *TreatmentInput + func (o *TreatmentInput) GetAllocationPercent() string + func (o *TreatmentInput) GetAllocationPercentOk() (*string, bool) + func (o *TreatmentInput) GetBaseline() bool + func (o *TreatmentInput) GetBaselineOk() (*bool, bool) + func (o *TreatmentInput) GetName() string + func (o *TreatmentInput) GetNameOk() (*string, bool) + func (o *TreatmentInput) GetParameters() []TreatmentParameterInput + func (o *TreatmentInput) GetParametersOk() ([]TreatmentParameterInput, bool) + func (o *TreatmentInput) SetAllocationPercent(v string) + func (o *TreatmentInput) SetBaseline(v bool) + func (o *TreatmentInput) SetName(v string) + func (o *TreatmentInput) SetParameters(v []TreatmentParameterInput) + func (o TreatmentInput) MarshalJSON() ([]byte, error) + type TreatmentParameterInput struct + FlagKey string + VariationId string + func NewTreatmentParameterInput(flagKey string, variationId string) *TreatmentParameterInput + func NewTreatmentParameterInputWithDefaults() *TreatmentParameterInput + func (o *TreatmentParameterInput) GetFlagKey() string + func (o *TreatmentParameterInput) GetFlagKeyOk() (*string, bool) + func (o *TreatmentParameterInput) GetVariationId() string + func (o *TreatmentParameterInput) GetVariationIdOk() (*string, bool) + func (o *TreatmentParameterInput) SetFlagKey(v string) + func (o *TreatmentParameterInput) SetVariationId(v string) + func (o TreatmentParameterInput) MarshalJSON() ([]byte, error) + type TreatmentRep struct + AllocationPercent string + Baseline *bool + Id *string + Name string + Parameters []ParameterRep + func NewTreatmentRep(name string, allocationPercent string) *TreatmentRep + func NewTreatmentRepWithDefaults() *TreatmentRep + func (o *TreatmentRep) GetAllocationPercent() string + func (o *TreatmentRep) GetAllocationPercentOk() (*string, bool) + func (o *TreatmentRep) GetBaseline() bool + func (o *TreatmentRep) GetBaselineOk() (*bool, bool) + func (o *TreatmentRep) GetId() string + func (o *TreatmentRep) GetIdOk() (*string, bool) + func (o *TreatmentRep) GetName() string + func (o *TreatmentRep) GetNameOk() (*string, bool) + func (o *TreatmentRep) GetParameters() []ParameterRep + func (o *TreatmentRep) GetParametersOk() ([]ParameterRep, bool) + func (o *TreatmentRep) HasBaseline() bool + func (o *TreatmentRep) HasId() bool + func (o *TreatmentRep) HasParameters() bool + func (o *TreatmentRep) SetAllocationPercent(v string) + func (o *TreatmentRep) SetBaseline(v bool) + func (o *TreatmentRep) SetId(v string) + func (o *TreatmentRep) SetName(v string) + func (o *TreatmentRep) SetParameters(v []ParameterRep) + func (o TreatmentRep) MarshalJSON() ([]byte, error) + type TreatmentResultRep struct + CredibleInterval *CredibleIntervalRep + Distribution *Distribution + Mean *float32 + PBest *float32 + RelativeDifferences []RelativeDifferenceRep + TreatmentId *string + TreatmentName *string + Units *int64 + func NewTreatmentResultRep() *TreatmentResultRep + func NewTreatmentResultRepWithDefaults() *TreatmentResultRep + func (o *TreatmentResultRep) GetCredibleInterval() CredibleIntervalRep + func (o *TreatmentResultRep) GetCredibleIntervalOk() (*CredibleIntervalRep, bool) + func (o *TreatmentResultRep) GetDistribution() Distribution + func (o *TreatmentResultRep) GetDistributionOk() (*Distribution, bool) + func (o *TreatmentResultRep) GetMean() float32 + func (o *TreatmentResultRep) GetMeanOk() (*float32, bool) + func (o *TreatmentResultRep) GetPBest() float32 + func (o *TreatmentResultRep) GetPBestOk() (*float32, bool) + func (o *TreatmentResultRep) GetRelativeDifferences() []RelativeDifferenceRep + func (o *TreatmentResultRep) GetRelativeDifferencesOk() ([]RelativeDifferenceRep, bool) + func (o *TreatmentResultRep) GetTreatmentId() string + func (o *TreatmentResultRep) GetTreatmentIdOk() (*string, bool) + func (o *TreatmentResultRep) GetTreatmentName() string + func (o *TreatmentResultRep) GetTreatmentNameOk() (*string, bool) + func (o *TreatmentResultRep) GetUnits() int64 + func (o *TreatmentResultRep) GetUnitsOk() (*int64, bool) + func (o *TreatmentResultRep) HasCredibleInterval() bool + func (o *TreatmentResultRep) HasDistribution() bool + func (o *TreatmentResultRep) HasMean() bool + func (o *TreatmentResultRep) HasPBest() bool + func (o *TreatmentResultRep) HasRelativeDifferences() bool + func (o *TreatmentResultRep) HasTreatmentId() bool + func (o *TreatmentResultRep) HasTreatmentName() bool + func (o *TreatmentResultRep) HasUnits() bool + func (o *TreatmentResultRep) SetCredibleInterval(v CredibleIntervalRep) + func (o *TreatmentResultRep) SetDistribution(v Distribution) + func (o *TreatmentResultRep) SetMean(v float32) + func (o *TreatmentResultRep) SetPBest(v float32) + func (o *TreatmentResultRep) SetRelativeDifferences(v []RelativeDifferenceRep) + func (o *TreatmentResultRep) SetTreatmentId(v string) + func (o *TreatmentResultRep) SetTreatmentName(v string) + func (o *TreatmentResultRep) SetUnits(v int64) + func (o TreatmentResultRep) MarshalJSON() ([]byte, error) + type TriggerPost struct + Comment *string + Instructions []map[string]interface{} + IntegrationKey string + func NewTriggerPost(integrationKey string) *TriggerPost + func NewTriggerPostWithDefaults() *TriggerPost + func (o *TriggerPost) GetComment() string + func (o *TriggerPost) GetCommentOk() (*string, bool) + func (o *TriggerPost) GetInstructions() []map[string]interface{} + func (o *TriggerPost) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *TriggerPost) GetIntegrationKey() string + func (o *TriggerPost) GetIntegrationKeyOk() (*string, bool) + func (o *TriggerPost) HasComment() bool + func (o *TriggerPost) HasInstructions() bool + func (o *TriggerPost) SetComment(v string) + func (o *TriggerPost) SetInstructions(v []map[string]interface{}) + func (o *TriggerPost) SetIntegrationKey(v string) + func (o TriggerPost) MarshalJSON() ([]byte, error) + type TriggerWorkflowCollectionRep struct + Items []TriggerWorkflowRep + Links *map[string]Link + func NewTriggerWorkflowCollectionRep() *TriggerWorkflowCollectionRep + func NewTriggerWorkflowCollectionRepWithDefaults() *TriggerWorkflowCollectionRep + func (o *TriggerWorkflowCollectionRep) GetItems() []TriggerWorkflowRep + func (o *TriggerWorkflowCollectionRep) GetItemsOk() ([]TriggerWorkflowRep, bool) + func (o *TriggerWorkflowCollectionRep) GetLinks() map[string]Link + func (o *TriggerWorkflowCollectionRep) GetLinksOk() (*map[string]Link, bool) + func (o *TriggerWorkflowCollectionRep) HasItems() bool + func (o *TriggerWorkflowCollectionRep) HasLinks() bool + func (o *TriggerWorkflowCollectionRep) SetItems(v []TriggerWorkflowRep) + func (o *TriggerWorkflowCollectionRep) SetLinks(v map[string]Link) + func (o TriggerWorkflowCollectionRep) MarshalJSON() ([]byte, error) + type TriggerWorkflowRep struct + CreationDate *int64 + Enabled *bool + Id *string + Instructions []map[string]interface{} + IntegrationKey *string + LastTriggeredAt *int64 + Links *map[string]Link + Maintainer *MemberSummary + MaintainerId *string + RecentTriggerBodies []RecentTriggerBody + TriggerCount *int32 + TriggerURL *string + Version *int32 + func NewTriggerWorkflowRep() *TriggerWorkflowRep + func NewTriggerWorkflowRepWithDefaults() *TriggerWorkflowRep + func (o *TriggerWorkflowRep) GetCreationDate() int64 + func (o *TriggerWorkflowRep) GetCreationDateOk() (*int64, bool) + func (o *TriggerWorkflowRep) GetEnabled() bool + func (o *TriggerWorkflowRep) GetEnabledOk() (*bool, bool) + func (o *TriggerWorkflowRep) GetId() string + func (o *TriggerWorkflowRep) GetIdOk() (*string, bool) + func (o *TriggerWorkflowRep) GetInstructions() []map[string]interface{} + func (o *TriggerWorkflowRep) GetInstructionsOk() ([]map[string]interface{}, bool) + func (o *TriggerWorkflowRep) GetIntegrationKey() string + func (o *TriggerWorkflowRep) GetIntegrationKeyOk() (*string, bool) + func (o *TriggerWorkflowRep) GetLastTriggeredAt() int64 + func (o *TriggerWorkflowRep) GetLastTriggeredAtOk() (*int64, bool) + func (o *TriggerWorkflowRep) GetLinks() map[string]Link + func (o *TriggerWorkflowRep) GetLinksOk() (*map[string]Link, bool) + func (o *TriggerWorkflowRep) GetMaintainer() MemberSummary + func (o *TriggerWorkflowRep) GetMaintainerId() string + func (o *TriggerWorkflowRep) GetMaintainerIdOk() (*string, bool) + func (o *TriggerWorkflowRep) GetMaintainerOk() (*MemberSummary, bool) + func (o *TriggerWorkflowRep) GetRecentTriggerBodies() []RecentTriggerBody + func (o *TriggerWorkflowRep) GetRecentTriggerBodiesOk() ([]RecentTriggerBody, bool) + func (o *TriggerWorkflowRep) GetTriggerCount() int32 + func (o *TriggerWorkflowRep) GetTriggerCountOk() (*int32, bool) + func (o *TriggerWorkflowRep) GetTriggerURL() string + func (o *TriggerWorkflowRep) GetTriggerURLOk() (*string, bool) + func (o *TriggerWorkflowRep) GetVersion() int32 + func (o *TriggerWorkflowRep) GetVersionOk() (*int32, bool) + func (o *TriggerWorkflowRep) HasCreationDate() bool + func (o *TriggerWorkflowRep) HasEnabled() bool + func (o *TriggerWorkflowRep) HasId() bool + func (o *TriggerWorkflowRep) HasInstructions() bool + func (o *TriggerWorkflowRep) HasIntegrationKey() bool + func (o *TriggerWorkflowRep) HasLastTriggeredAt() bool + func (o *TriggerWorkflowRep) HasLinks() bool + func (o *TriggerWorkflowRep) HasMaintainer() bool + func (o *TriggerWorkflowRep) HasMaintainerId() bool + func (o *TriggerWorkflowRep) HasRecentTriggerBodies() bool + func (o *TriggerWorkflowRep) HasTriggerCount() bool + func (o *TriggerWorkflowRep) HasTriggerURL() bool + func (o *TriggerWorkflowRep) HasVersion() bool + func (o *TriggerWorkflowRep) SetCreationDate(v int64) + func (o *TriggerWorkflowRep) SetEnabled(v bool) + func (o *TriggerWorkflowRep) SetId(v string) + func (o *TriggerWorkflowRep) SetInstructions(v []map[string]interface{}) + func (o *TriggerWorkflowRep) SetIntegrationKey(v string) + func (o *TriggerWorkflowRep) SetLastTriggeredAt(v int64) + func (o *TriggerWorkflowRep) SetLinks(v map[string]Link) + func (o *TriggerWorkflowRep) SetMaintainer(v MemberSummary) + func (o *TriggerWorkflowRep) SetMaintainerId(v string) + func (o *TriggerWorkflowRep) SetRecentTriggerBodies(v []RecentTriggerBody) + func (o *TriggerWorkflowRep) SetTriggerCount(v int32) + func (o *TriggerWorkflowRep) SetTriggerURL(v string) + func (o *TriggerWorkflowRep) SetVersion(v int32) + func (o TriggerWorkflowRep) MarshalJSON() ([]byte, error) + type UnauthorizedErrorRep struct + Code string + Message string + func NewUnauthorizedErrorRep(code string, message string) *UnauthorizedErrorRep + func NewUnauthorizedErrorRepWithDefaults() *UnauthorizedErrorRep + func (o *UnauthorizedErrorRep) GetCode() string + func (o *UnauthorizedErrorRep) GetCodeOk() (*string, bool) + func (o *UnauthorizedErrorRep) GetMessage() string + func (o *UnauthorizedErrorRep) GetMessageOk() (*string, bool) + func (o *UnauthorizedErrorRep) SetCode(v string) + func (o *UnauthorizedErrorRep) SetMessage(v string) + func (o UnauthorizedErrorRep) MarshalJSON() ([]byte, error) + type UpsertContextKindPayload struct + Archived *bool + Description *string + HideInTargeting *bool + Name string + Version *int32 + func NewUpsertContextKindPayload(name string) *UpsertContextKindPayload + func NewUpsertContextKindPayloadWithDefaults() *UpsertContextKindPayload + func (o *UpsertContextKindPayload) GetArchived() bool + func (o *UpsertContextKindPayload) GetArchivedOk() (*bool, bool) + func (o *UpsertContextKindPayload) GetDescription() string + func (o *UpsertContextKindPayload) GetDescriptionOk() (*string, bool) + func (o *UpsertContextKindPayload) GetHideInTargeting() bool + func (o *UpsertContextKindPayload) GetHideInTargetingOk() (*bool, bool) + func (o *UpsertContextKindPayload) GetName() string + func (o *UpsertContextKindPayload) GetNameOk() (*string, bool) + func (o *UpsertContextKindPayload) GetVersion() int32 + func (o *UpsertContextKindPayload) GetVersionOk() (*int32, bool) + func (o *UpsertContextKindPayload) HasArchived() bool + func (o *UpsertContextKindPayload) HasDescription() bool + func (o *UpsertContextKindPayload) HasHideInTargeting() bool + func (o *UpsertContextKindPayload) HasVersion() bool + func (o *UpsertContextKindPayload) SetArchived(v bool) + func (o *UpsertContextKindPayload) SetDescription(v string) + func (o *UpsertContextKindPayload) SetHideInTargeting(v bool) + func (o *UpsertContextKindPayload) SetName(v string) + func (o *UpsertContextKindPayload) SetVersion(v int32) + func (o UpsertContextKindPayload) MarshalJSON() ([]byte, error) + type UpsertFlagDefaultsPayload struct + BooleanDefaults BooleanFlagDefaults + DefaultClientSideAvailability DefaultClientSideAvailability + Tags []string + Temporary bool + func NewUpsertFlagDefaultsPayload(tags []string, temporary bool, ...) *UpsertFlagDefaultsPayload + func NewUpsertFlagDefaultsPayloadWithDefaults() *UpsertFlagDefaultsPayload + func (o *UpsertFlagDefaultsPayload) GetBooleanDefaults() BooleanFlagDefaults + func (o *UpsertFlagDefaultsPayload) GetBooleanDefaultsOk() (*BooleanFlagDefaults, bool) + func (o *UpsertFlagDefaultsPayload) GetDefaultClientSideAvailability() DefaultClientSideAvailability + func (o *UpsertFlagDefaultsPayload) GetDefaultClientSideAvailabilityOk() (*DefaultClientSideAvailability, bool) + func (o *UpsertFlagDefaultsPayload) GetTags() []string + func (o *UpsertFlagDefaultsPayload) GetTagsOk() ([]string, bool) + func (o *UpsertFlagDefaultsPayload) GetTemporary() bool + func (o *UpsertFlagDefaultsPayload) GetTemporaryOk() (*bool, bool) + func (o *UpsertFlagDefaultsPayload) SetBooleanDefaults(v BooleanFlagDefaults) + func (o *UpsertFlagDefaultsPayload) SetDefaultClientSideAvailability(v DefaultClientSideAvailability) + func (o *UpsertFlagDefaultsPayload) SetTags(v []string) + func (o *UpsertFlagDefaultsPayload) SetTemporary(v bool) + func (o UpsertFlagDefaultsPayload) MarshalJSON() ([]byte, error) + type UpsertPayloadRep struct + BooleanDefaults BooleanFlagDefaults + DefaultClientSideAvailability DefaultClientSideAvailability + Links *map[string]Link + Tags []string + Temporary bool + func NewUpsertPayloadRep(tags []string, temporary bool, ...) *UpsertPayloadRep + func NewUpsertPayloadRepWithDefaults() *UpsertPayloadRep + func (o *UpsertPayloadRep) GetBooleanDefaults() BooleanFlagDefaults + func (o *UpsertPayloadRep) GetBooleanDefaultsOk() (*BooleanFlagDefaults, bool) + func (o *UpsertPayloadRep) GetDefaultClientSideAvailability() DefaultClientSideAvailability + func (o *UpsertPayloadRep) GetDefaultClientSideAvailabilityOk() (*DefaultClientSideAvailability, bool) + func (o *UpsertPayloadRep) GetLinks() map[string]Link + func (o *UpsertPayloadRep) GetLinksOk() (*map[string]Link, bool) + func (o *UpsertPayloadRep) GetTags() []string + func (o *UpsertPayloadRep) GetTagsOk() ([]string, bool) + func (o *UpsertPayloadRep) GetTemporary() bool + func (o *UpsertPayloadRep) GetTemporaryOk() (*bool, bool) + func (o *UpsertPayloadRep) HasLinks() bool + func (o *UpsertPayloadRep) SetBooleanDefaults(v BooleanFlagDefaults) + func (o *UpsertPayloadRep) SetDefaultClientSideAvailability(v DefaultClientSideAvailability) + func (o *UpsertPayloadRep) SetLinks(v map[string]Link) + func (o *UpsertPayloadRep) SetTags(v []string) + func (o *UpsertPayloadRep) SetTemporary(v bool) + func (o UpsertPayloadRep) MarshalJSON() ([]byte, error) + type UpsertResponseRep struct + Links *map[string]Link + Status *string + func NewUpsertResponseRep() *UpsertResponseRep + func NewUpsertResponseRepWithDefaults() *UpsertResponseRep + func (o *UpsertResponseRep) GetLinks() map[string]Link + func (o *UpsertResponseRep) GetLinksOk() (*map[string]Link, bool) + func (o *UpsertResponseRep) GetStatus() string + func (o *UpsertResponseRep) GetStatusOk() (*string, bool) + func (o *UpsertResponseRep) HasLinks() bool + func (o *UpsertResponseRep) HasStatus() bool + func (o *UpsertResponseRep) SetLinks(v map[string]Link) + func (o *UpsertResponseRep) SetStatus(v string) + func (o UpsertResponseRep) MarshalJSON() ([]byte, error) + type UrlPost struct + Kind *string + Pattern *string + Substring *string + Url *string + func NewUrlPost() *UrlPost + func NewUrlPostWithDefaults() *UrlPost + func (o *UrlPost) GetKind() string + func (o *UrlPost) GetKindOk() (*string, bool) + func (o *UrlPost) GetPattern() string + func (o *UrlPost) GetPatternOk() (*string, bool) + func (o *UrlPost) GetSubstring() string + func (o *UrlPost) GetSubstringOk() (*string, bool) + func (o *UrlPost) GetUrl() string + func (o *UrlPost) GetUrlOk() (*string, bool) + func (o *UrlPost) HasKind() bool + func (o *UrlPost) HasPattern() bool + func (o *UrlPost) HasSubstring() bool + func (o *UrlPost) HasUrl() bool + func (o *UrlPost) SetKind(v string) + func (o *UrlPost) SetPattern(v string) + func (o *UrlPost) SetSubstring(v string) + func (o *UrlPost) SetUrl(v string) + func (o UrlPost) MarshalJSON() ([]byte, error) + type User struct + Anonymous *bool + Avatar *string + Country *string + Custom map[string]interface{} + Email *string + FirstName *string + Ip *string + Key *string + LastName *string + Name *string + PrivateAttrs []string + Secondary *string + func NewUser() *User + func NewUserWithDefaults() *User + func (o *User) GetAnonymous() bool + func (o *User) GetAnonymousOk() (*bool, bool) + func (o *User) GetAvatar() string + func (o *User) GetAvatarOk() (*string, bool) + func (o *User) GetCountry() string + func (o *User) GetCountryOk() (*string, bool) + func (o *User) GetCustom() map[string]interface{} + func (o *User) GetCustomOk() (map[string]interface{}, bool) + func (o *User) GetEmail() string + func (o *User) GetEmailOk() (*string, bool) + func (o *User) GetFirstName() string + func (o *User) GetFirstNameOk() (*string, bool) + func (o *User) GetIp() string + func (o *User) GetIpOk() (*string, bool) + func (o *User) GetKey() string + func (o *User) GetKeyOk() (*string, bool) + func (o *User) GetLastName() string + func (o *User) GetLastNameOk() (*string, bool) + func (o *User) GetName() string + func (o *User) GetNameOk() (*string, bool) + func (o *User) GetPrivateAttrs() []string + func (o *User) GetPrivateAttrsOk() ([]string, bool) + func (o *User) GetSecondary() string + func (o *User) GetSecondaryOk() (*string, bool) + func (o *User) HasAnonymous() bool + func (o *User) HasAvatar() bool + func (o *User) HasCountry() bool + func (o *User) HasCustom() bool + func (o *User) HasEmail() bool + func (o *User) HasFirstName() bool + func (o *User) HasIp() bool + func (o *User) HasKey() bool + func (o *User) HasLastName() bool + func (o *User) HasName() bool + func (o *User) HasPrivateAttrs() bool + func (o *User) HasSecondary() bool + func (o *User) SetAnonymous(v bool) + func (o *User) SetAvatar(v string) + func (o *User) SetCountry(v string) + func (o *User) SetCustom(v map[string]interface{}) + func (o *User) SetEmail(v string) + func (o *User) SetFirstName(v string) + func (o *User) SetIp(v string) + func (o *User) SetKey(v string) + func (o *User) SetLastName(v string) + func (o *User) SetName(v string) + func (o *User) SetPrivateAttrs(v []string) + func (o *User) SetSecondary(v string) + func (o User) MarshalJSON() ([]byte, error) + type UserAttributeNamesRep struct + Custom []string + Private []string + Standard []string + func NewUserAttributeNamesRep() *UserAttributeNamesRep + func NewUserAttributeNamesRepWithDefaults() *UserAttributeNamesRep + func (o *UserAttributeNamesRep) GetCustom() []string + func (o *UserAttributeNamesRep) GetCustomOk() ([]string, bool) + func (o *UserAttributeNamesRep) GetPrivate() []string + func (o *UserAttributeNamesRep) GetPrivateOk() ([]string, bool) + func (o *UserAttributeNamesRep) GetStandard() []string + func (o *UserAttributeNamesRep) GetStandardOk() ([]string, bool) + func (o *UserAttributeNamesRep) HasCustom() bool + func (o *UserAttributeNamesRep) HasPrivate() bool + func (o *UserAttributeNamesRep) HasStandard() bool + func (o *UserAttributeNamesRep) SetCustom(v []string) + func (o *UserAttributeNamesRep) SetPrivate(v []string) + func (o *UserAttributeNamesRep) SetStandard(v []string) + func (o UserAttributeNamesRep) MarshalJSON() ([]byte, error) + type UserFlagSetting struct + Links map[string]Link + Reason *EvaluationReason + Setting interface{} + Value interface{} + func NewUserFlagSetting(links map[string]Link, value interface{}, setting interface{}) *UserFlagSetting + func NewUserFlagSettingWithDefaults() *UserFlagSetting + func (o *UserFlagSetting) GetLinks() map[string]Link + func (o *UserFlagSetting) GetLinksOk() (*map[string]Link, bool) + func (o *UserFlagSetting) GetReason() EvaluationReason + func (o *UserFlagSetting) GetReasonOk() (*EvaluationReason, bool) + func (o *UserFlagSetting) GetSetting() interface{} + func (o *UserFlagSetting) GetSettingOk() (*interface{}, bool) + func (o *UserFlagSetting) GetValue() interface{} + func (o *UserFlagSetting) GetValueOk() (*interface{}, bool) + func (o *UserFlagSetting) HasReason() bool + func (o *UserFlagSetting) SetLinks(v map[string]Link) + func (o *UserFlagSetting) SetReason(v EvaluationReason) + func (o *UserFlagSetting) SetSetting(v interface{}) + func (o *UserFlagSetting) SetValue(v interface{}) + func (o UserFlagSetting) MarshalJSON() ([]byte, error) + type UserFlagSettings struct + Items map[string]UserFlagSetting + Links map[string]Link + func NewUserFlagSettings(items map[string]UserFlagSetting, links map[string]Link) *UserFlagSettings + func NewUserFlagSettingsWithDefaults() *UserFlagSettings + func (o *UserFlagSettings) GetItems() map[string]UserFlagSetting + func (o *UserFlagSettings) GetItemsOk() (*map[string]UserFlagSetting, bool) + func (o *UserFlagSettings) GetLinks() map[string]Link + func (o *UserFlagSettings) GetLinksOk() (*map[string]Link, bool) + func (o *UserFlagSettings) SetItems(v map[string]UserFlagSetting) + func (o *UserFlagSettings) SetLinks(v map[string]Link) + func (o UserFlagSettings) MarshalJSON() ([]byte, error) + type UserRecord struct + Access *Access + EnvironmentId *string + LastPing *time.Time + Links *map[string]Link + OwnerId *string + SortValue interface{} + User *User + func NewUserRecord() *UserRecord + func NewUserRecordWithDefaults() *UserRecord + func (o *UserRecord) GetAccess() Access + func (o *UserRecord) GetAccessOk() (*Access, bool) + func (o *UserRecord) GetEnvironmentId() string + func (o *UserRecord) GetEnvironmentIdOk() (*string, bool) + func (o *UserRecord) GetLastPing() time.Time + func (o *UserRecord) GetLastPingOk() (*time.Time, bool) + func (o *UserRecord) GetLinks() map[string]Link + func (o *UserRecord) GetLinksOk() (*map[string]Link, bool) + func (o *UserRecord) GetOwnerId() string + func (o *UserRecord) GetOwnerIdOk() (*string, bool) + func (o *UserRecord) GetSortValue() interface{} + func (o *UserRecord) GetSortValueOk() (*interface{}, bool) + func (o *UserRecord) GetUser() User + func (o *UserRecord) GetUserOk() (*User, bool) + func (o *UserRecord) HasAccess() bool + func (o *UserRecord) HasEnvironmentId() bool + func (o *UserRecord) HasLastPing() bool + func (o *UserRecord) HasLinks() bool + func (o *UserRecord) HasOwnerId() bool + func (o *UserRecord) HasSortValue() bool + func (o *UserRecord) HasUser() bool + func (o *UserRecord) SetAccess(v Access) + func (o *UserRecord) SetEnvironmentId(v string) + func (o *UserRecord) SetLastPing(v time.Time) + func (o *UserRecord) SetLinks(v map[string]Link) + func (o *UserRecord) SetOwnerId(v string) + func (o *UserRecord) SetSortValue(v interface{}) + func (o *UserRecord) SetUser(v User) + func (o UserRecord) MarshalJSON() ([]byte, error) + type UserRecordRep struct + EnvironmentId *string + LastPing *time.Time + OwnerId *string + SortValue interface{} + User *User + func NewUserRecordRep() *UserRecordRep + func NewUserRecordRepWithDefaults() *UserRecordRep + func (o *UserRecordRep) GetEnvironmentId() string + func (o *UserRecordRep) GetEnvironmentIdOk() (*string, bool) + func (o *UserRecordRep) GetLastPing() time.Time + func (o *UserRecordRep) GetLastPingOk() (*time.Time, bool) + func (o *UserRecordRep) GetOwnerId() string + func (o *UserRecordRep) GetOwnerIdOk() (*string, bool) + func (o *UserRecordRep) GetSortValue() interface{} + func (o *UserRecordRep) GetSortValueOk() (*interface{}, bool) + func (o *UserRecordRep) GetUser() User + func (o *UserRecordRep) GetUserOk() (*User, bool) + func (o *UserRecordRep) HasEnvironmentId() bool + func (o *UserRecordRep) HasLastPing() bool + func (o *UserRecordRep) HasOwnerId() bool + func (o *UserRecordRep) HasSortValue() bool + func (o *UserRecordRep) HasUser() bool + func (o *UserRecordRep) SetEnvironmentId(v string) + func (o *UserRecordRep) SetLastPing(v time.Time) + func (o *UserRecordRep) SetOwnerId(v string) + func (o *UserRecordRep) SetSortValue(v interface{}) + func (o *UserRecordRep) SetUser(v User) + func (o UserRecordRep) MarshalJSON() ([]byte, error) + type UserSegment struct + Access *Access + CreationDate int64 + Deleted bool + Description *string + Excluded []string + ExcludedContexts []SegmentTarget + External *string + ExternalLink *string + Flags []FlagListingRep + Generation int32 + ImportInProgress *bool + Included []string + IncludedContexts []SegmentTarget + Key string + LastModifiedDate int64 + Links map[string]Link + Name string + Rules []UserSegmentRule + Tags []string + Unbounded *bool + UnboundedContextKind *string + UnboundedMetadata *SegmentMetadata + Version int32 + func NewUserSegment(name string, tags []string, creationDate int64, lastModifiedDate int64, ...) *UserSegment + func NewUserSegmentWithDefaults() *UserSegment + func (o *UserSegment) GetAccess() Access + func (o *UserSegment) GetAccessOk() (*Access, bool) + func (o *UserSegment) GetCreationDate() int64 + func (o *UserSegment) GetCreationDateOk() (*int64, bool) + func (o *UserSegment) GetDeleted() bool + func (o *UserSegment) GetDeletedOk() (*bool, bool) + func (o *UserSegment) GetDescription() string + func (o *UserSegment) GetDescriptionOk() (*string, bool) + func (o *UserSegment) GetExcluded() []string + func (o *UserSegment) GetExcludedContexts() []SegmentTarget + func (o *UserSegment) GetExcludedContextsOk() ([]SegmentTarget, bool) + func (o *UserSegment) GetExcludedOk() ([]string, bool) + func (o *UserSegment) GetExternal() string + func (o *UserSegment) GetExternalLink() string + func (o *UserSegment) GetExternalLinkOk() (*string, bool) + func (o *UserSegment) GetExternalOk() (*string, bool) + func (o *UserSegment) GetFlags() []FlagListingRep + func (o *UserSegment) GetFlagsOk() ([]FlagListingRep, bool) + func (o *UserSegment) GetGeneration() int32 + func (o *UserSegment) GetGenerationOk() (*int32, bool) + func (o *UserSegment) GetImportInProgress() bool + func (o *UserSegment) GetImportInProgressOk() (*bool, bool) + func (o *UserSegment) GetIncluded() []string + func (o *UserSegment) GetIncludedContexts() []SegmentTarget + func (o *UserSegment) GetIncludedContextsOk() ([]SegmentTarget, bool) + func (o *UserSegment) GetIncludedOk() ([]string, bool) + func (o *UserSegment) GetKey() string + func (o *UserSegment) GetKeyOk() (*string, bool) + func (o *UserSegment) GetLastModifiedDate() int64 + func (o *UserSegment) GetLastModifiedDateOk() (*int64, bool) + func (o *UserSegment) GetLinks() map[string]Link + func (o *UserSegment) GetLinksOk() (*map[string]Link, bool) + func (o *UserSegment) GetName() string + func (o *UserSegment) GetNameOk() (*string, bool) + func (o *UserSegment) GetRules() []UserSegmentRule + func (o *UserSegment) GetRulesOk() ([]UserSegmentRule, bool) + func (o *UserSegment) GetTags() []string + func (o *UserSegment) GetTagsOk() ([]string, bool) + func (o *UserSegment) GetUnbounded() bool + func (o *UserSegment) GetUnboundedContextKind() string + func (o *UserSegment) GetUnboundedContextKindOk() (*string, bool) + func (o *UserSegment) GetUnboundedMetadata() SegmentMetadata + func (o *UserSegment) GetUnboundedMetadataOk() (*SegmentMetadata, bool) + func (o *UserSegment) GetUnboundedOk() (*bool, bool) + func (o *UserSegment) GetVersion() int32 + func (o *UserSegment) GetVersionOk() (*int32, bool) + func (o *UserSegment) HasAccess() bool + func (o *UserSegment) HasDescription() bool + func (o *UserSegment) HasExcluded() bool + func (o *UserSegment) HasExcludedContexts() bool + func (o *UserSegment) HasExternal() bool + func (o *UserSegment) HasExternalLink() bool + func (o *UserSegment) HasFlags() bool + func (o *UserSegment) HasImportInProgress() bool + func (o *UserSegment) HasIncluded() bool + func (o *UserSegment) HasIncludedContexts() bool + func (o *UserSegment) HasUnbounded() bool + func (o *UserSegment) HasUnboundedContextKind() bool + func (o *UserSegment) HasUnboundedMetadata() bool + func (o *UserSegment) SetAccess(v Access) + func (o *UserSegment) SetCreationDate(v int64) + func (o *UserSegment) SetDeleted(v bool) + func (o *UserSegment) SetDescription(v string) + func (o *UserSegment) SetExcluded(v []string) + func (o *UserSegment) SetExcludedContexts(v []SegmentTarget) + func (o *UserSegment) SetExternal(v string) + func (o *UserSegment) SetExternalLink(v string) + func (o *UserSegment) SetFlags(v []FlagListingRep) + func (o *UserSegment) SetGeneration(v int32) + func (o *UserSegment) SetImportInProgress(v bool) + func (o *UserSegment) SetIncluded(v []string) + func (o *UserSegment) SetIncludedContexts(v []SegmentTarget) + func (o *UserSegment) SetKey(v string) + func (o *UserSegment) SetLastModifiedDate(v int64) + func (o *UserSegment) SetLinks(v map[string]Link) + func (o *UserSegment) SetName(v string) + func (o *UserSegment) SetRules(v []UserSegmentRule) + func (o *UserSegment) SetTags(v []string) + func (o *UserSegment) SetUnbounded(v bool) + func (o *UserSegment) SetUnboundedContextKind(v string) + func (o *UserSegment) SetUnboundedMetadata(v SegmentMetadata) + func (o *UserSegment) SetVersion(v int32) + func (o UserSegment) MarshalJSON() ([]byte, error) + type UserSegmentRule struct + BucketBy *string + Clauses []Clause + Id *string + RolloutContextKind *string + Weight *int32 + func NewUserSegmentRule(clauses []Clause) *UserSegmentRule + func NewUserSegmentRuleWithDefaults() *UserSegmentRule + func (o *UserSegmentRule) GetBucketBy() string + func (o *UserSegmentRule) GetBucketByOk() (*string, bool) + func (o *UserSegmentRule) GetClauses() []Clause + func (o *UserSegmentRule) GetClausesOk() ([]Clause, bool) + func (o *UserSegmentRule) GetId() string + func (o *UserSegmentRule) GetIdOk() (*string, bool) + func (o *UserSegmentRule) GetRolloutContextKind() string + func (o *UserSegmentRule) GetRolloutContextKindOk() (*string, bool) + func (o *UserSegmentRule) GetWeight() int32 + func (o *UserSegmentRule) GetWeightOk() (*int32, bool) + func (o *UserSegmentRule) HasBucketBy() bool + func (o *UserSegmentRule) HasId() bool + func (o *UserSegmentRule) HasRolloutContextKind() bool + func (o *UserSegmentRule) HasWeight() bool + func (o *UserSegmentRule) SetBucketBy(v string) + func (o *UserSegmentRule) SetClauses(v []Clause) + func (o *UserSegmentRule) SetId(v string) + func (o *UserSegmentRule) SetRolloutContextKind(v string) + func (o *UserSegmentRule) SetWeight(v int32) + func (o UserSegmentRule) MarshalJSON() ([]byte, error) + type UserSegments struct + Items []UserSegment + Links map[string]Link + TotalCount int32 + func NewUserSegments(items []UserSegment, links map[string]Link, totalCount int32) *UserSegments + func NewUserSegmentsWithDefaults() *UserSegments + func (o *UserSegments) GetItems() []UserSegment + func (o *UserSegments) GetItemsOk() ([]UserSegment, bool) + func (o *UserSegments) GetLinks() map[string]Link + func (o *UserSegments) GetLinksOk() (*map[string]Link, bool) + func (o *UserSegments) GetTotalCount() int32 + func (o *UserSegments) GetTotalCountOk() (*int32, bool) + func (o *UserSegments) SetItems(v []UserSegment) + func (o *UserSegments) SetLinks(v map[string]Link) + func (o *UserSegments) SetTotalCount(v int32) + func (o UserSegments) MarshalJSON() ([]byte, error) + type UserSettingsApiService service + func (a *UserSettingsApiService) GetExpiringFlagsForUser(ctx context.Context, projectKey string, userKey string, environmentKey string) ApiGetExpiringFlagsForUserRequest + func (a *UserSettingsApiService) GetExpiringFlagsForUserExecute(r ApiGetExpiringFlagsForUserRequest) (*ExpiringUserTargetGetResponse, *http.Response, error) + func (a *UserSettingsApiService) GetUserFlagSetting(ctx context.Context, projectKey string, environmentKey string, userKey string, ...) ApiGetUserFlagSettingRequest + func (a *UserSettingsApiService) GetUserFlagSettingExecute(r ApiGetUserFlagSettingRequest) (*UserFlagSetting, *http.Response, error) + func (a *UserSettingsApiService) GetUserFlagSettings(ctx context.Context, projectKey string, environmentKey string, userKey string) ApiGetUserFlagSettingsRequest + func (a *UserSettingsApiService) GetUserFlagSettingsExecute(r ApiGetUserFlagSettingsRequest) (*UserFlagSettings, *http.Response, error) + func (a *UserSettingsApiService) PatchExpiringFlagsForUser(ctx context.Context, projectKey string, userKey string, environmentKey string) ApiPatchExpiringFlagsForUserRequest + func (a *UserSettingsApiService) PatchExpiringFlagsForUserExecute(r ApiPatchExpiringFlagsForUserRequest) (*ExpiringUserTargetPatchResponse, *http.Response, error) + func (a *UserSettingsApiService) PutFlagSetting(ctx context.Context, projectKey string, environmentKey string, userKey string, ...) ApiPutFlagSettingRequest + func (a *UserSettingsApiService) PutFlagSettingExecute(r ApiPutFlagSettingRequest) (*http.Response, error) + type Users struct + Items []UserRecord + Links *map[string]Link + TotalCount int32 + func NewUsers(totalCount int32, items []UserRecord) *Users + func NewUsersWithDefaults() *Users + func (o *Users) GetItems() []UserRecord + func (o *Users) GetItemsOk() ([]UserRecord, bool) + func (o *Users) GetLinks() map[string]Link + func (o *Users) GetLinksOk() (*map[string]Link, bool) + func (o *Users) GetTotalCount() int32 + func (o *Users) GetTotalCountOk() (*int32, bool) + func (o *Users) HasLinks() bool + func (o *Users) SetItems(v []UserRecord) + func (o *Users) SetLinks(v map[string]Link) + func (o *Users) SetTotalCount(v int32) + func (o Users) MarshalJSON() ([]byte, error) + type UsersApiService service + func (a *UsersApiService) DeleteUser(ctx context.Context, projectKey string, environmentKey string, userKey string) ApiDeleteUserRequest + func (a *UsersApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error) + func (a *UsersApiService) GetSearchUsers(ctx context.Context, projectKey string, environmentKey string) ApiGetSearchUsersRequest + func (a *UsersApiService) GetSearchUsersExecute(r ApiGetSearchUsersRequest) (*Users, *http.Response, error) + func (a *UsersApiService) GetUser(ctx context.Context, projectKey string, environmentKey string, userKey string) ApiGetUserRequest + func (a *UsersApiService) GetUserExecute(r ApiGetUserRequest) (*UserRecord, *http.Response, error) + func (a *UsersApiService) GetUsers(ctx context.Context, projectKey string, environmentKey string) ApiGetUsersRequest + func (a *UsersApiService) GetUsersExecute(r ApiGetUsersRequest) (*UsersRep, *http.Response, error) + type UsersBetaApiService service + func (a *UsersBetaApiService) GetUserAttributeNames(ctx context.Context, projectKey string, environmentKey string) ApiGetUserAttributeNamesRequest + func (a *UsersBetaApiService) GetUserAttributeNamesExecute(r ApiGetUserAttributeNamesRequest) (*UserAttributeNamesRep, *http.Response, error) + type UsersRep struct + Items []UserRecord + Links *map[string]Link + TotalCount int32 + func NewUsersRep(totalCount int32, items []UserRecord) *UsersRep + func NewUsersRepWithDefaults() *UsersRep + func (o *UsersRep) GetItems() []UserRecord + func (o *UsersRep) GetItemsOk() ([]UserRecord, bool) + func (o *UsersRep) GetLinks() map[string]Link + func (o *UsersRep) GetLinksOk() (*map[string]Link, bool) + func (o *UsersRep) GetTotalCount() int32 + func (o *UsersRep) GetTotalCountOk() (*int32, bool) + func (o *UsersRep) HasLinks() bool + func (o *UsersRep) SetItems(v []UserRecord) + func (o *UsersRep) SetLinks(v map[string]Link) + func (o *UsersRep) SetTotalCount(v int32) + func (o UsersRep) MarshalJSON() ([]byte, error) + type ValuePut struct + Comment *string + Setting interface{} + func NewValuePut() *ValuePut + func NewValuePutWithDefaults() *ValuePut + func (o *ValuePut) GetComment() string + func (o *ValuePut) GetCommentOk() (*string, bool) + func (o *ValuePut) GetSetting() interface{} + func (o *ValuePut) GetSettingOk() (*interface{}, bool) + func (o *ValuePut) HasComment() bool + func (o *ValuePut) HasSetting() bool + func (o *ValuePut) SetComment(v string) + func (o *ValuePut) SetSetting(v interface{}) + func (o ValuePut) MarshalJSON() ([]byte, error) + type Variate struct + Description *string + Id *string + Name *string + Value interface{} + func NewVariate(value interface{}) *Variate + func NewVariateWithDefaults() *Variate + func (o *Variate) GetDescription() string + func (o *Variate) GetDescriptionOk() (*string, bool) + func (o *Variate) GetId() string + func (o *Variate) GetIdOk() (*string, bool) + func (o *Variate) GetName() string + func (o *Variate) GetNameOk() (*string, bool) + func (o *Variate) GetValue() interface{} + func (o *Variate) GetValueOk() (*interface{}, bool) + func (o *Variate) HasDescription() bool + func (o *Variate) HasId() bool + func (o *Variate) HasName() bool + func (o *Variate) SetDescription(v string) + func (o *Variate) SetId(v string) + func (o *Variate) SetName(v string) + func (o *Variate) SetValue(v interface{}) + func (o Variate) MarshalJSON() ([]byte, error) + type Variation struct + Description *string + Id *string + Name *string + Value interface{} + func NewVariation(value interface{}) *Variation + func NewVariationWithDefaults() *Variation + func (o *Variation) GetDescription() string + func (o *Variation) GetDescriptionOk() (*string, bool) + func (o *Variation) GetId() string + func (o *Variation) GetIdOk() (*string, bool) + func (o *Variation) GetName() string + func (o *Variation) GetNameOk() (*string, bool) + func (o *Variation) GetValue() interface{} + func (o *Variation) GetValueOk() (*interface{}, bool) + func (o *Variation) HasDescription() bool + func (o *Variation) HasId() bool + func (o *Variation) HasName() bool + func (o *Variation) SetDescription(v string) + func (o *Variation) SetId(v string) + func (o *Variation) SetName(v string) + func (o *Variation) SetValue(v interface{}) + func (o Variation) MarshalJSON() ([]byte, error) + type VariationOrRolloutRep struct + Rollout *Rollout + Variation *int32 + func NewVariationOrRolloutRep() *VariationOrRolloutRep + func NewVariationOrRolloutRepWithDefaults() *VariationOrRolloutRep + func (o *VariationOrRolloutRep) GetRollout() Rollout + func (o *VariationOrRolloutRep) GetRolloutOk() (*Rollout, bool) + func (o *VariationOrRolloutRep) GetVariation() int32 + func (o *VariationOrRolloutRep) GetVariationOk() (*int32, bool) + func (o *VariationOrRolloutRep) HasRollout() bool + func (o *VariationOrRolloutRep) HasVariation() bool + func (o *VariationOrRolloutRep) SetRollout(v Rollout) + func (o *VariationOrRolloutRep) SetVariation(v int32) + func (o VariationOrRolloutRep) MarshalJSON() ([]byte, error) + type VariationSummary struct + BucketBy *string + ContextTargets int32 + IsFallthrough *bool + IsOff *bool + NullRules int32 + Rollout *int32 + Rules int32 + Targets int32 + func NewVariationSummary(rules int32, nullRules int32, targets int32, contextTargets int32) *VariationSummary + func NewVariationSummaryWithDefaults() *VariationSummary + func (o *VariationSummary) GetBucketBy() string + func (o *VariationSummary) GetBucketByOk() (*string, bool) + func (o *VariationSummary) GetContextTargets() int32 + func (o *VariationSummary) GetContextTargetsOk() (*int32, bool) + func (o *VariationSummary) GetIsFallthrough() bool + func (o *VariationSummary) GetIsFallthroughOk() (*bool, bool) + func (o *VariationSummary) GetIsOff() bool + func (o *VariationSummary) GetIsOffOk() (*bool, bool) + func (o *VariationSummary) GetNullRules() int32 + func (o *VariationSummary) GetNullRulesOk() (*int32, bool) + func (o *VariationSummary) GetRollout() int32 + func (o *VariationSummary) GetRolloutOk() (*int32, bool) + func (o *VariationSummary) GetRules() int32 + func (o *VariationSummary) GetRulesOk() (*int32, bool) + func (o *VariationSummary) GetTargets() int32 + func (o *VariationSummary) GetTargetsOk() (*int32, bool) + func (o *VariationSummary) HasBucketBy() bool + func (o *VariationSummary) HasIsFallthrough() bool + func (o *VariationSummary) HasIsOff() bool + func (o *VariationSummary) HasRollout() bool + func (o *VariationSummary) SetBucketBy(v string) + func (o *VariationSummary) SetContextTargets(v int32) + func (o *VariationSummary) SetIsFallthrough(v bool) + func (o *VariationSummary) SetIsOff(v bool) + func (o *VariationSummary) SetNullRules(v int32) + func (o *VariationSummary) SetRollout(v int32) + func (o *VariationSummary) SetRules(v int32) + func (o *VariationSummary) SetTargets(v int32) + func (o VariationSummary) MarshalJSON() ([]byte, error) + type VersionsRep struct + Beta *bool + CurrentVersion int32 + LatestVersion int32 + ValidVersions []int32 + func NewVersionsRep(validVersions []int32, latestVersion int32, currentVersion int32) *VersionsRep + func NewVersionsRepWithDefaults() *VersionsRep + func (o *VersionsRep) GetBeta() bool + func (o *VersionsRep) GetBetaOk() (*bool, bool) + func (o *VersionsRep) GetCurrentVersion() int32 + func (o *VersionsRep) GetCurrentVersionOk() (*int32, bool) + func (o *VersionsRep) GetLatestVersion() int32 + func (o *VersionsRep) GetLatestVersionOk() (*int32, bool) + func (o *VersionsRep) GetValidVersions() []int32 + func (o *VersionsRep) GetValidVersionsOk() ([]int32, bool) + func (o *VersionsRep) HasBeta() bool + func (o *VersionsRep) SetBeta(v bool) + func (o *VersionsRep) SetCurrentVersion(v int32) + func (o *VersionsRep) SetLatestVersion(v int32) + func (o *VersionsRep) SetValidVersions(v []int32) + func (o VersionsRep) MarshalJSON() ([]byte, error) + type Webhook struct + Access *Access + Id string + Links map[string]Link + Name *string + On bool + Secret *string + Statements []Statement + Tags []string + Url string + func NewWebhook(links map[string]Link, id string, url string, on bool, tags []string) *Webhook + func NewWebhookWithDefaults() *Webhook + func (o *Webhook) GetAccess() Access + func (o *Webhook) GetAccessOk() (*Access, bool) + func (o *Webhook) GetId() string + func (o *Webhook) GetIdOk() (*string, bool) + func (o *Webhook) GetLinks() map[string]Link + func (o *Webhook) GetLinksOk() (*map[string]Link, bool) + func (o *Webhook) GetName() string + func (o *Webhook) GetNameOk() (*string, bool) + func (o *Webhook) GetOn() bool + func (o *Webhook) GetOnOk() (*bool, bool) + func (o *Webhook) GetSecret() string + func (o *Webhook) GetSecretOk() (*string, bool) + func (o *Webhook) GetStatements() []Statement + func (o *Webhook) GetStatementsOk() ([]Statement, bool) + func (o *Webhook) GetTags() []string + func (o *Webhook) GetTagsOk() ([]string, bool) + func (o *Webhook) GetUrl() string + func (o *Webhook) GetUrlOk() (*string, bool) + func (o *Webhook) HasAccess() bool + func (o *Webhook) HasName() bool + func (o *Webhook) HasSecret() bool + func (o *Webhook) HasStatements() bool + func (o *Webhook) SetAccess(v Access) + func (o *Webhook) SetId(v string) + func (o *Webhook) SetLinks(v map[string]Link) + func (o *Webhook) SetName(v string) + func (o *Webhook) SetOn(v bool) + func (o *Webhook) SetSecret(v string) + func (o *Webhook) SetStatements(v []Statement) + func (o *Webhook) SetTags(v []string) + func (o *Webhook) SetUrl(v string) + func (o Webhook) MarshalJSON() ([]byte, error) + type WebhookPost struct + Name *string + On bool + Secret *string + Sign bool + Statements []StatementPost + Tags []string + Url string + func NewWebhookPost(url string, sign bool, on bool) *WebhookPost + func NewWebhookPostWithDefaults() *WebhookPost + func (o *WebhookPost) GetName() string + func (o *WebhookPost) GetNameOk() (*string, bool) + func (o *WebhookPost) GetOn() bool + func (o *WebhookPost) GetOnOk() (*bool, bool) + func (o *WebhookPost) GetSecret() string + func (o *WebhookPost) GetSecretOk() (*string, bool) + func (o *WebhookPost) GetSign() bool + func (o *WebhookPost) GetSignOk() (*bool, bool) + func (o *WebhookPost) GetStatements() []StatementPost + func (o *WebhookPost) GetStatementsOk() ([]StatementPost, bool) + func (o *WebhookPost) GetTags() []string + func (o *WebhookPost) GetTagsOk() ([]string, bool) + func (o *WebhookPost) GetUrl() string + func (o *WebhookPost) GetUrlOk() (*string, bool) + func (o *WebhookPost) HasName() bool + func (o *WebhookPost) HasSecret() bool + func (o *WebhookPost) HasStatements() bool + func (o *WebhookPost) HasTags() bool + func (o *WebhookPost) SetName(v string) + func (o *WebhookPost) SetOn(v bool) + func (o *WebhookPost) SetSecret(v string) + func (o *WebhookPost) SetSign(v bool) + func (o *WebhookPost) SetStatements(v []StatementPost) + func (o *WebhookPost) SetTags(v []string) + func (o *WebhookPost) SetUrl(v string) + func (o WebhookPost) MarshalJSON() ([]byte, error) + type Webhooks struct + Items []Webhook + Links map[string]Link + func NewWebhooks(links map[string]Link, items []Webhook) *Webhooks + func NewWebhooksWithDefaults() *Webhooks + func (o *Webhooks) GetItems() []Webhook + func (o *Webhooks) GetItemsOk() ([]Webhook, bool) + func (o *Webhooks) GetLinks() map[string]Link + func (o *Webhooks) GetLinksOk() (*map[string]Link, bool) + func (o *Webhooks) SetItems(v []Webhook) + func (o *Webhooks) SetLinks(v map[string]Link) + func (o Webhooks) MarshalJSON() ([]byte, error) + type WebhooksApiService service + func (a *WebhooksApiService) DeleteWebhook(ctx context.Context, id string) ApiDeleteWebhookRequest + func (a *WebhooksApiService) DeleteWebhookExecute(r ApiDeleteWebhookRequest) (*http.Response, error) + func (a *WebhooksApiService) GetAllWebhooks(ctx context.Context) ApiGetAllWebhooksRequest + func (a *WebhooksApiService) GetAllWebhooksExecute(r ApiGetAllWebhooksRequest) (*Webhooks, *http.Response, error) + func (a *WebhooksApiService) GetWebhook(ctx context.Context, id string) ApiGetWebhookRequest + func (a *WebhooksApiService) GetWebhookExecute(r ApiGetWebhookRequest) (*Webhook, *http.Response, error) + func (a *WebhooksApiService) PatchWebhook(ctx context.Context, id string) ApiPatchWebhookRequest + func (a *WebhooksApiService) PatchWebhookExecute(r ApiPatchWebhookRequest) (*Webhook, *http.Response, error) + func (a *WebhooksApiService) PostWebhook(ctx context.Context) ApiPostWebhookRequest + func (a *WebhooksApiService) PostWebhookExecute(r ApiPostWebhookRequest) (*Webhook, *http.Response, error) + type WeightedVariation struct + Untracked *bool + Variation int32 + Weight int32 + func NewWeightedVariation(variation int32, weight int32) *WeightedVariation + func NewWeightedVariationWithDefaults() *WeightedVariation + func (o *WeightedVariation) GetUntracked() bool + func (o *WeightedVariation) GetUntrackedOk() (*bool, bool) + func (o *WeightedVariation) GetVariation() int32 + func (o *WeightedVariation) GetVariationOk() (*int32, bool) + func (o *WeightedVariation) GetWeight() int32 + func (o *WeightedVariation) GetWeightOk() (*int32, bool) + func (o *WeightedVariation) HasUntracked() bool + func (o *WeightedVariation) SetUntracked(v bool) + func (o *WeightedVariation) SetVariation(v int32) + func (o *WeightedVariation) SetWeight(v int32) + func (o WeightedVariation) MarshalJSON() ([]byte, error) + type WorkflowTemplateMetadata struct + Parameters []WorkflowTemplateParameter + func NewWorkflowTemplateMetadata() *WorkflowTemplateMetadata + func NewWorkflowTemplateMetadataWithDefaults() *WorkflowTemplateMetadata + func (o *WorkflowTemplateMetadata) GetParameters() []WorkflowTemplateParameter + func (o *WorkflowTemplateMetadata) GetParametersOk() ([]WorkflowTemplateParameter, bool) + func (o *WorkflowTemplateMetadata) HasParameters() bool + func (o *WorkflowTemplateMetadata) SetParameters(v []WorkflowTemplateParameter) + func (o WorkflowTemplateMetadata) MarshalJSON() ([]byte, error) + type WorkflowTemplateOutput struct + CreationDate int64 + Description *string + Id string + Key string + Links map[string]Link + MaintainerId string + Name *string + OwnerId string + Stages []StageOutput + func NewWorkflowTemplateOutput(id string, key string, creationDate int64, ownerId string, maintainerId string, ...) *WorkflowTemplateOutput + func NewWorkflowTemplateOutputWithDefaults() *WorkflowTemplateOutput + func (o *WorkflowTemplateOutput) GetCreationDate() int64 + func (o *WorkflowTemplateOutput) GetCreationDateOk() (*int64, bool) + func (o *WorkflowTemplateOutput) GetDescription() string + func (o *WorkflowTemplateOutput) GetDescriptionOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetId() string + func (o *WorkflowTemplateOutput) GetIdOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetKey() string + func (o *WorkflowTemplateOutput) GetKeyOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetLinks() map[string]Link + func (o *WorkflowTemplateOutput) GetLinksOk() (*map[string]Link, bool) + func (o *WorkflowTemplateOutput) GetMaintainerId() string + func (o *WorkflowTemplateOutput) GetMaintainerIdOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetName() string + func (o *WorkflowTemplateOutput) GetNameOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetOwnerId() string + func (o *WorkflowTemplateOutput) GetOwnerIdOk() (*string, bool) + func (o *WorkflowTemplateOutput) GetStages() []StageOutput + func (o *WorkflowTemplateOutput) GetStagesOk() ([]StageOutput, bool) + func (o *WorkflowTemplateOutput) HasDescription() bool + func (o *WorkflowTemplateOutput) HasName() bool + func (o *WorkflowTemplateOutput) HasStages() bool + func (o *WorkflowTemplateOutput) SetCreationDate(v int64) + func (o *WorkflowTemplateOutput) SetDescription(v string) + func (o *WorkflowTemplateOutput) SetId(v string) + func (o *WorkflowTemplateOutput) SetKey(v string) + func (o *WorkflowTemplateOutput) SetLinks(v map[string]Link) + func (o *WorkflowTemplateOutput) SetMaintainerId(v string) + func (o *WorkflowTemplateOutput) SetName(v string) + func (o *WorkflowTemplateOutput) SetOwnerId(v string) + func (o *WorkflowTemplateOutput) SetStages(v []StageOutput) + func (o WorkflowTemplateOutput) MarshalJSON() ([]byte, error) + type WorkflowTemplateParameter struct + Default *ParameterDefault + Id *string + Path *string + Valid *bool + func NewWorkflowTemplateParameter() *WorkflowTemplateParameter + func NewWorkflowTemplateParameterWithDefaults() *WorkflowTemplateParameter + func (o *WorkflowTemplateParameter) GetDefault() ParameterDefault + func (o *WorkflowTemplateParameter) GetDefaultOk() (*ParameterDefault, bool) + func (o *WorkflowTemplateParameter) GetId() string + func (o *WorkflowTemplateParameter) GetIdOk() (*string, bool) + func (o *WorkflowTemplateParameter) GetPath() string + func (o *WorkflowTemplateParameter) GetPathOk() (*string, bool) + func (o *WorkflowTemplateParameter) GetValid() bool + func (o *WorkflowTemplateParameter) GetValidOk() (*bool, bool) + func (o *WorkflowTemplateParameter) HasDefault() bool + func (o *WorkflowTemplateParameter) HasId() bool + func (o *WorkflowTemplateParameter) HasPath() bool + func (o *WorkflowTemplateParameter) HasValid() bool + func (o *WorkflowTemplateParameter) SetDefault(v ParameterDefault) + func (o *WorkflowTemplateParameter) SetId(v string) + func (o *WorkflowTemplateParameter) SetPath(v string) + func (o *WorkflowTemplateParameter) SetValid(v bool) + func (o WorkflowTemplateParameter) MarshalJSON() ([]byte, error) + type WorkflowTemplateParameterInput struct + Default *ParameterDefaultInput + Id *string + Path *string + func NewWorkflowTemplateParameterInput() *WorkflowTemplateParameterInput + func NewWorkflowTemplateParameterInputWithDefaults() *WorkflowTemplateParameterInput + func (o *WorkflowTemplateParameterInput) GetDefault() ParameterDefaultInput + func (o *WorkflowTemplateParameterInput) GetDefaultOk() (*ParameterDefaultInput, bool) + func (o *WorkflowTemplateParameterInput) GetId() string + func (o *WorkflowTemplateParameterInput) GetIdOk() (*string, bool) + func (o *WorkflowTemplateParameterInput) GetPath() string + func (o *WorkflowTemplateParameterInput) GetPathOk() (*string, bool) + func (o *WorkflowTemplateParameterInput) HasDefault() bool + func (o *WorkflowTemplateParameterInput) HasId() bool + func (o *WorkflowTemplateParameterInput) HasPath() bool + func (o *WorkflowTemplateParameterInput) SetDefault(v ParameterDefaultInput) + func (o *WorkflowTemplateParameterInput) SetId(v string) + func (o *WorkflowTemplateParameterInput) SetPath(v string) + func (o WorkflowTemplateParameterInput) MarshalJSON() ([]byte, error) + type WorkflowTemplatesApiService service + func (a *WorkflowTemplatesApiService) CreateWorkflowTemplate(ctx context.Context) ApiCreateWorkflowTemplateRequest + func (a *WorkflowTemplatesApiService) CreateWorkflowTemplateExecute(r ApiCreateWorkflowTemplateRequest) (*WorkflowTemplateOutput, *http.Response, error) + func (a *WorkflowTemplatesApiService) DeleteWorkflowTemplate(ctx context.Context, templateKey string) ApiDeleteWorkflowTemplateRequest + func (a *WorkflowTemplatesApiService) DeleteWorkflowTemplateExecute(r ApiDeleteWorkflowTemplateRequest) (*http.Response, error) + func (a *WorkflowTemplatesApiService) GetWorkflowTemplates(ctx context.Context) ApiGetWorkflowTemplatesRequest + func (a *WorkflowTemplatesApiService) GetWorkflowTemplatesExecute(r ApiGetWorkflowTemplatesRequest) (*WorkflowTemplatesListingOutputRep, *http.Response, error) + type WorkflowTemplatesListingOutputRep struct + Items []WorkflowTemplateOutput + func NewWorkflowTemplatesListingOutputRep(items []WorkflowTemplateOutput) *WorkflowTemplatesListingOutputRep + func NewWorkflowTemplatesListingOutputRepWithDefaults() *WorkflowTemplatesListingOutputRep + func (o *WorkflowTemplatesListingOutputRep) GetItems() []WorkflowTemplateOutput + func (o *WorkflowTemplatesListingOutputRep) GetItemsOk() ([]WorkflowTemplateOutput, bool) + func (o *WorkflowTemplatesListingOutputRep) SetItems(v []WorkflowTemplateOutput) + func (o WorkflowTemplatesListingOutputRep) MarshalJSON() ([]byte, error) + type WorkflowsApiService service + func (a *WorkflowsApiService) DeleteWorkflow(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiDeleteWorkflowRequest + func (a *WorkflowsApiService) DeleteWorkflowExecute(r ApiDeleteWorkflowRequest) (*http.Response, error) + func (a *WorkflowsApiService) GetCustomWorkflow(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetCustomWorkflowRequest + func (a *WorkflowsApiService) GetCustomWorkflowExecute(r ApiGetCustomWorkflowRequest) (*CustomWorkflowOutput, *http.Response, error) + func (a *WorkflowsApiService) GetWorkflows(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiGetWorkflowsRequest + func (a *WorkflowsApiService) GetWorkflowsExecute(r ApiGetWorkflowsRequest) (*CustomWorkflowsListingOutput, *http.Response, error) + func (a *WorkflowsApiService) PostWorkflow(ctx context.Context, projectKey string, featureFlagKey string, ...) ApiPostWorkflowRequest + func (a *WorkflowsApiService) PostWorkflowExecute(r ApiPostWorkflowRequest) (*CustomWorkflowOutput, *http.Response, error) Other modules containing this package github.com/launchdarkly/api-client-go github.com/launchdarkly/api-client-go/v10 github.com/launchdarkly/api-client-go/v11 github.com/launchdarkly/api-client-go/v12 github.com/launchdarkly/api-client-go/v13 github.com/launchdarkly/api-client-go/v15 github.com/launchdarkly/api-client-go/v16 github.com/launchdarkly/api-client-go/v17 github.com/launchdarkly/api-client-go/v7 github.com/launchdarkly/api-client-go/v8 github.com/launchdarkly/api-client-go/v9